chore(docs): Generated References (automated) (#8174)
Co-authored-by: kodiakhq <kodiakhq@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
committed by
GitHub
parent
7b49caf18a
commit
8ffcec3fc4
+2
-2
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
@@ -6,4 +6,4 @@ import { TypeList } from "docs-ui"
|
|||||||
|
|
||||||
# UpdateReturnDTO
|
# UpdateReturnDTO
|
||||||
|
|
||||||
<TypeList types={[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberInput](../../types/order.BigNumberInput/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record<string, unknown>`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"`object`[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"quantity","type":"[BigNumberInput](../../types/order.BigNumberInput/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"internal_note","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"note","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"reason_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record<string, unknown>`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]} sectionTitle="UpdateReturnDTO"/>
|
<TypeList types={[{"name":"id","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"refund_amount","type":"[BigNumberInput](../../types/order.BigNumberInput/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"no_notification","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"claim_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"exchange_id","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record<string, unknown>`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"items","type":"`object`[]","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"quantity","type":"[BigNumberInput](../../types/order.BigNumberInput/page.mdx)","description":"","optional":false,"defaultValue":"","expandable":false,"children":[{"name":"value","type":"`string` \\| `number`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]},{"name":"note","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"reason_id","type":"`null` \\| `string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"metadata","type":"`null` \\| `Record<string, unknown>`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]} sectionTitle="UpdateReturnDTO"/>
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -8,4 +8,4 @@ import { TypeList } from "docs-ui"
|
|||||||
|
|
||||||
## Properties
|
## Properties
|
||||||
|
|
||||||
<TypeList types={[{"name":"input","type":"T","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"context","type":"[Context](../../../interfaces/types.Context/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"transactionManager","type":"TManager","description":"An instance of a transaction manager of type `TManager`, which is a typed parameter passed to the context to specify the type of the `transactionManager`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"manager","type":"TManager","description":"An instance of a manager, typically an entity manager, of type `TManager`, which is a typed parameter passed to the context to specify the type of the `manager`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"isolationLevel","type":"`string`","description":"A string indicating the isolation level of the context. Possible values are `READ UNCOMMITTED`, `READ COMMITTED`, `REPEATABLE READ`, or `SERIALIZABLE`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"enableNestedTransactions","type":"`boolean`","description":"A boolean value indicating whether nested transactions are enabled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"eventGroupId","type":"`string`","description":"A string indicating the ID of the group to aggregate the events to be emitted at a later point.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"transactionId","type":"`string`","description":"A string indicating the ID of the current transaction.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"messageAggregator","type":"[IMessageAggregator](../../../interfaces/types.IMessageAggregator/page.mdx)","description":"An instance of a message aggregator, which is used to aggregate messages to be emitted at a later point.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"requestId","type":"`string`","description":"A string indicating the ID of the current request.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotencyKey","type":"`string`","description":"A string indicating the idempotencyKey of the current workflow execution.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"resultFrom","type":"`string` \\| `string`[] \\| `Symbol`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"throwOnError","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"events","type":"`Record<string, Function>`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"transactionId","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"container","type":"[ContainerLike](../../../CommonTypes/types/types.CommonTypes.ContainerLike/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="WorkflowOrchestratorRunDTO"/>
|
<TypeList types={[{"name":"input","type":"T","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"context","type":"[Context](../../../interfaces/types.Context/page.mdx)","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"transactionManager","type":"TManager","description":"An instance of a transaction manager of type `TManager`, which is a typed parameter passed to the context to specify the type of the `transactionManager`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"manager","type":"TManager","description":"An instance of a manager, typically an entity manager, of type `TManager`, which is a typed parameter passed to the context to specify the type of the `manager`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"isolationLevel","type":"`string`","description":"A string indicating the isolation level of the context. Possible values are `READ UNCOMMITTED`, `READ COMMITTED`, `REPEATABLE READ`, or `SERIALIZABLE`.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"enableNestedTransactions","type":"`boolean`","description":"A boolean value indicating whether nested transactions are enabled.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"eventGroupId","type":"`string`","description":"A string indicating the ID of the group to aggregate the events to be emitted at a later point.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"transactionId","type":"`string`","description":"A string indicating the ID of the current transaction.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"messageAggregator","type":"[IMessageAggregator](../../../interfaces/types.IMessageAggregator/page.mdx)","description":"An instance of a message aggregator, which is used to aggregate messages to be emitted at a later point.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"requestId","type":"`string`","description":"A string indicating the ID of the current request.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"idempotencyKey","type":"`string`","description":"A string indicating the idempotencyKey of the current workflow execution.","optional":true,"defaultValue":"","expandable":false,"children":[]}]},{"name":"resultFrom","type":"`string` \\| `string`[] \\| `Symbol`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"throwOnError","type":"`boolean`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"events","type":"`Record<string, Function>`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"transactionId","type":"`string`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="WorkflowOrchestratorRunDTO"/>
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"id": 13489,
|
"id": 13488,
|
||||||
"name": "medusa-config",
|
"name": "medusa-config",
|
||||||
"variant": "project",
|
"variant": "project",
|
||||||
"kind": 1,
|
"kind": 1,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": 13490,
|
"id": 13489,
|
||||||
"name": "AdminOptions",
|
"name": "AdminOptions",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 256,
|
"kind": 256,
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
},
|
},
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": 13491,
|
"id": 13490,
|
||||||
"name": "disable",
|
"name": "disable",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -58,7 +58,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13492,
|
"id": 13491,
|
||||||
"name": "path",
|
"name": "path",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -124,7 +124,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13493,
|
"id": 13492,
|
||||||
"name": "outDir",
|
"name": "outDir",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -153,7 +153,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13494,
|
"id": 13493,
|
||||||
"name": "backendUrl",
|
"name": "backendUrl",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -174,7 +174,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13495,
|
"id": 13494,
|
||||||
"name": "vite",
|
"name": "vite",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -200,21 +200,21 @@
|
|||||||
"type": {
|
"type": {
|
||||||
"type": "reflection",
|
"type": "reflection",
|
||||||
"declaration": {
|
"declaration": {
|
||||||
"id": 13496,
|
"id": 13495,
|
||||||
"name": "__type",
|
"name": "__type",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 65536,
|
"kind": 65536,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"signatures": [
|
"signatures": [
|
||||||
{
|
{
|
||||||
"id": 13497,
|
"id": 13496,
|
||||||
"name": "__type",
|
"name": "__type",
|
||||||
"variant": "signature",
|
"variant": "signature",
|
||||||
"kind": 4096,
|
"kind": 4096,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
"id": 13498,
|
"id": 13497,
|
||||||
"name": "config",
|
"name": "config",
|
||||||
"variant": "param",
|
"variant": "param",
|
||||||
"kind": 32768,
|
"kind": 32768,
|
||||||
@@ -249,17 +249,17 @@
|
|||||||
{
|
{
|
||||||
"title": "Properties",
|
"title": "Properties",
|
||||||
"children": [
|
"children": [
|
||||||
|
13490,
|
||||||
13491,
|
13491,
|
||||||
13492,
|
13492,
|
||||||
13493,
|
13493,
|
||||||
13494,
|
13494
|
||||||
13495
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13499,
|
"id": 13498,
|
||||||
"name": "HttpCompressionOptions",
|
"name": "HttpCompressionOptions",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 256,
|
"kind": 256,
|
||||||
@@ -274,7 +274,7 @@
|
|||||||
},
|
},
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": 13500,
|
"id": 13499,
|
||||||
"name": "enabled",
|
"name": "enabled",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -303,7 +303,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13501,
|
"id": 13500,
|
||||||
"name": "level",
|
"name": "level",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -332,7 +332,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13502,
|
"id": 13501,
|
||||||
"name": "memLevel",
|
"name": "memLevel",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -361,7 +361,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13503,
|
"id": 13502,
|
||||||
"name": "threshold",
|
"name": "threshold",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -403,16 +403,16 @@
|
|||||||
{
|
{
|
||||||
"title": "Properties",
|
"title": "Properties",
|
||||||
"children": [
|
"children": [
|
||||||
|
13499,
|
||||||
13500,
|
13500,
|
||||||
13501,
|
13501,
|
||||||
13502,
|
13502
|
||||||
13503
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13504,
|
"id": 13503,
|
||||||
"name": "ProjectConfigOptions",
|
"name": "ProjectConfigOptions",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 256,
|
"kind": 256,
|
||||||
@@ -427,7 +427,7 @@
|
|||||||
},
|
},
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": 13505,
|
"id": 13504,
|
||||||
"name": "databaseName",
|
"name": "databaseName",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -467,7 +467,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13506,
|
"id": 13505,
|
||||||
"name": "databaseUrl",
|
"name": "databaseUrl",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -607,7 +607,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13507,
|
"id": 13506,
|
||||||
"name": "databaseSchema",
|
"name": "databaseSchema",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -640,7 +640,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13508,
|
"id": 13507,
|
||||||
"name": "databaseLogging",
|
"name": "databaseLogging",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -749,7 +749,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13510,
|
"id": 13509,
|
||||||
"name": "databaseDriverOptions",
|
"name": "databaseDriverOptions",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -832,14 +832,14 @@
|
|||||||
{
|
{
|
||||||
"type": "reflection",
|
"type": "reflection",
|
||||||
"declaration": {
|
"declaration": {
|
||||||
"id": 13511,
|
"id": 13510,
|
||||||
"name": "__type",
|
"name": "__type",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 65536,
|
"kind": 65536,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": 13512,
|
"id": 13511,
|
||||||
"name": "connection",
|
"name": "connection",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -849,14 +849,14 @@
|
|||||||
"type": {
|
"type": {
|
||||||
"type": "reflection",
|
"type": "reflection",
|
||||||
"declaration": {
|
"declaration": {
|
||||||
"id": 13513,
|
"id": 13512,
|
||||||
"name": "__type",
|
"name": "__type",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 65536,
|
"kind": 65536,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": 13514,
|
"id": 13513,
|
||||||
"name": "ssl",
|
"name": "ssl",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -874,14 +874,14 @@
|
|||||||
"type": {
|
"type": {
|
||||||
"type": "reflection",
|
"type": "reflection",
|
||||||
"declaration": {
|
"declaration": {
|
||||||
"id": 13515,
|
"id": 13514,
|
||||||
"name": "__type",
|
"name": "__type",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 65536,
|
"kind": 65536,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": 13516,
|
"id": 13515,
|
||||||
"name": "rejectUnauthorized",
|
"name": "rejectUnauthorized",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -906,7 +906,7 @@
|
|||||||
{
|
{
|
||||||
"title": "Properties",
|
"title": "Properties",
|
||||||
"children": [
|
"children": [
|
||||||
13516
|
13515
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -918,7 +918,7 @@
|
|||||||
{
|
{
|
||||||
"title": "Properties",
|
"title": "Properties",
|
||||||
"children": [
|
"children": [
|
||||||
13514
|
13513
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -930,7 +930,7 @@
|
|||||||
{
|
{
|
||||||
"title": "Properties",
|
"title": "Properties",
|
||||||
"children": [
|
"children": [
|
||||||
13512
|
13511
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -940,7 +940,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13517,
|
"id": 13516,
|
||||||
"name": "redisUrl",
|
"name": "redisUrl",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -988,7 +988,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13518,
|
"id": 13517,
|
||||||
"name": "redisPrefix",
|
"name": "redisPrefix",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -1036,7 +1036,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13519,
|
"id": 13518,
|
||||||
"name": "redisOptions",
|
"name": "redisOptions",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -1073,7 +1073,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13520,
|
"id": 13519,
|
||||||
"name": "sessionOptions",
|
"name": "sessionOptions",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -1110,7 +1110,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13522,
|
"id": 13521,
|
||||||
"name": "jobsBatchSize",
|
"name": "jobsBatchSize",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -1150,7 +1150,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13523,
|
"id": 13522,
|
||||||
"name": "workerMode",
|
"name": "workerMode",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -1227,7 +1227,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13524,
|
"id": 13523,
|
||||||
"name": "http",
|
"name": "http",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -1254,14 +1254,14 @@
|
|||||||
"type": {
|
"type": {
|
||||||
"type": "reflection",
|
"type": "reflection",
|
||||||
"declaration": {
|
"declaration": {
|
||||||
"id": 13525,
|
"id": 13524,
|
||||||
"name": "__type",
|
"name": "__type",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 65536,
|
"kind": 65536,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": 13526,
|
"id": 13525,
|
||||||
"name": "jwtSecret",
|
"name": "jwtSecret",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -1301,7 +1301,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13527,
|
"id": 13526,
|
||||||
"name": "jwtExpiresIn",
|
"name": "jwtExpiresIn",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -1341,7 +1341,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13528,
|
"id": 13527,
|
||||||
"name": "cookieSecret",
|
"name": "cookieSecret",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -1381,7 +1381,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13529,
|
"id": 13528,
|
||||||
"name": "authCors",
|
"name": "authCors",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -1495,7 +1495,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13530,
|
"id": 13529,
|
||||||
"name": "compression",
|
"name": "compression",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -1531,13 +1531,13 @@
|
|||||||
},
|
},
|
||||||
"type": {
|
"type": {
|
||||||
"type": "reference",
|
"type": "reference",
|
||||||
"target": 13499,
|
"target": 13498,
|
||||||
"name": "HttpCompressionOptions",
|
"name": "HttpCompressionOptions",
|
||||||
"package": "@medusajs/types"
|
"package": "@medusajs/types"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13531,
|
"id": 13530,
|
||||||
"name": "storeCors",
|
"name": "storeCors",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -1643,7 +1643,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13532,
|
"id": 13531,
|
||||||
"name": "adminCors",
|
"name": "adminCors",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -1749,7 +1749,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13533,
|
"id": 13532,
|
||||||
"name": "authMethodsPerActor",
|
"name": "authMethodsPerActor",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -1839,14 +1839,14 @@
|
|||||||
{
|
{
|
||||||
"title": "Properties",
|
"title": "Properties",
|
||||||
"children": [
|
"children": [
|
||||||
|
13525,
|
||||||
13526,
|
13526,
|
||||||
13527,
|
13527,
|
||||||
13528,
|
13528,
|
||||||
13529,
|
13529,
|
||||||
13530,
|
13530,
|
||||||
13531,
|
13531,
|
||||||
13532,
|
13532
|
||||||
13533
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -1858,24 +1858,24 @@
|
|||||||
{
|
{
|
||||||
"title": "Properties",
|
"title": "Properties",
|
||||||
"children": [
|
"children": [
|
||||||
|
13504,
|
||||||
13505,
|
13505,
|
||||||
13506,
|
13506,
|
||||||
13507,
|
13507,
|
||||||
13508,
|
13509,
|
||||||
13510,
|
13516,
|
||||||
13517,
|
13517,
|
||||||
13518,
|
13518,
|
||||||
13519,
|
13519,
|
||||||
13520,
|
13521,
|
||||||
13522,
|
13522,
|
||||||
13523,
|
13523
|
||||||
13524
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13534,
|
"id": 13533,
|
||||||
"name": "ConfigModule",
|
"name": "ConfigModule",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 256,
|
"kind": 256,
|
||||||
@@ -1906,7 +1906,7 @@
|
|||||||
"kind": "inline-tag",
|
"kind": "inline-tag",
|
||||||
"tag": "@link",
|
"tag": "@link",
|
||||||
"text": "projectConfig",
|
"text": "projectConfig",
|
||||||
"target": 13535,
|
"target": 13534,
|
||||||
"tsLinkText": "projectConfig"
|
"tsLinkText": "projectConfig"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1917,7 +1917,7 @@
|
|||||||
"kind": "inline-tag",
|
"kind": "inline-tag",
|
||||||
"tag": "@link",
|
"tag": "@link",
|
||||||
"text": "admin",
|
"text": "admin",
|
||||||
"target": 13536,
|
"target": 13535,
|
||||||
"tsLinkText": "admin"
|
"tsLinkText": "admin"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1942,7 +1942,7 @@
|
|||||||
"kind": "inline-tag",
|
"kind": "inline-tag",
|
||||||
"tag": "@link",
|
"tag": "@link",
|
||||||
"text": "modules",
|
"text": "modules",
|
||||||
"target": 13541,
|
"target": 13540,
|
||||||
"tsLinkText": "modules"
|
"tsLinkText": "modules"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1953,7 +1953,7 @@
|
|||||||
"kind": "inline-tag",
|
"kind": "inline-tag",
|
||||||
"tag": "@link",
|
"tag": "@link",
|
||||||
"text": "featureFlags",
|
"text": "featureFlags",
|
||||||
"target": 13542,
|
"target": 13541,
|
||||||
"tsLinkText": "featureFlags"
|
"tsLinkText": "featureFlags"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1988,7 +1988,7 @@
|
|||||||
},
|
},
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": 13535,
|
"id": 13534,
|
||||||
"name": "projectConfig",
|
"name": "projectConfig",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -2003,13 +2003,13 @@
|
|||||||
},
|
},
|
||||||
"type": {
|
"type": {
|
||||||
"type": "reference",
|
"type": "reference",
|
||||||
"target": 13504,
|
"target": 13503,
|
||||||
"name": "ProjectConfigOptions",
|
"name": "ProjectConfigOptions",
|
||||||
"package": "@medusajs/types"
|
"package": "@medusajs/types"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13536,
|
"id": 13535,
|
||||||
"name": "admin",
|
"name": "admin",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -2037,13 +2037,13 @@
|
|||||||
},
|
},
|
||||||
"type": {
|
"type": {
|
||||||
"type": "reference",
|
"type": "reference",
|
||||||
"target": 13490,
|
"target": 13489,
|
||||||
"name": "AdminOptions",
|
"name": "AdminOptions",
|
||||||
"package": "@medusajs/types"
|
"package": "@medusajs/types"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13541,
|
"id": 13540,
|
||||||
"name": "modules",
|
"name": "modules",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -2185,7 +2185,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13542,
|
"id": 13541,
|
||||||
"name": "featureFlags",
|
"name": "featureFlags",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -2263,16 +2263,16 @@
|
|||||||
{
|
{
|
||||||
"title": "Properties",
|
"title": "Properties",
|
||||||
"children": [
|
"children": [
|
||||||
|
13534,
|
||||||
13535,
|
13535,
|
||||||
13536,
|
13540,
|
||||||
13541,
|
13541
|
||||||
13542
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13543,
|
"id": 13542,
|
||||||
"name": "PluginDetails",
|
"name": "PluginDetails",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 2097152,
|
"kind": 2097152,
|
||||||
@@ -2280,14 +2280,14 @@
|
|||||||
"type": {
|
"type": {
|
||||||
"type": "reflection",
|
"type": "reflection",
|
||||||
"declaration": {
|
"declaration": {
|
||||||
"id": 13544,
|
"id": 13543,
|
||||||
"name": "__type",
|
"name": "__type",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 65536,
|
"kind": 65536,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": 13545,
|
"id": 13544,
|
||||||
"name": "resolve",
|
"name": "resolve",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -2298,7 +2298,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13546,
|
"id": 13545,
|
||||||
"name": "name",
|
"name": "name",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -2309,7 +2309,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13547,
|
"id": 13546,
|
||||||
"name": "id",
|
"name": "id",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -2320,7 +2320,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13548,
|
"id": 13547,
|
||||||
"name": "options",
|
"name": "options",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -2346,7 +2346,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13549,
|
"id": 13548,
|
||||||
"name": "version",
|
"name": "version",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -2361,11 +2361,11 @@
|
|||||||
{
|
{
|
||||||
"title": "Properties",
|
"title": "Properties",
|
||||||
"children": [
|
"children": [
|
||||||
|
13544,
|
||||||
13545,
|
13545,
|
||||||
13546,
|
13546,
|
||||||
13547,
|
13547,
|
||||||
13548,
|
13548
|
||||||
13549
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -2377,238 +2377,238 @@
|
|||||||
{
|
{
|
||||||
"title": "Interfaces",
|
"title": "Interfaces",
|
||||||
"children": [
|
"children": [
|
||||||
13490,
|
13489,
|
||||||
13499,
|
13498,
|
||||||
13504,
|
13503,
|
||||||
13534
|
13533
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Type Aliases",
|
"title": "Type Aliases",
|
||||||
"children": [
|
"children": [
|
||||||
13543
|
13542
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"packageName": "@medusajs/types",
|
"packageName": "@medusajs/types",
|
||||||
"symbolIdMap": {
|
"symbolIdMap": {
|
||||||
"13489": {
|
"13488": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": ""
|
"qualifiedName": ""
|
||||||
},
|
},
|
||||||
"13490": {
|
"13489": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "AdminOptions"
|
"qualifiedName": "AdminOptions"
|
||||||
},
|
},
|
||||||
"13491": {
|
"13490": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type.disable"
|
"qualifiedName": "__type.disable"
|
||||||
},
|
},
|
||||||
"13492": {
|
"13491": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type.path"
|
"qualifiedName": "__type.path"
|
||||||
},
|
},
|
||||||
"13493": {
|
"13492": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type.outDir"
|
"qualifiedName": "__type.outDir"
|
||||||
},
|
},
|
||||||
"13494": {
|
"13493": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type.backendUrl"
|
"qualifiedName": "__type.backendUrl"
|
||||||
},
|
},
|
||||||
"13495": {
|
"13494": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type.vite"
|
"qualifiedName": "__type.vite"
|
||||||
},
|
},
|
||||||
|
"13495": {
|
||||||
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
|
"qualifiedName": "__type"
|
||||||
|
},
|
||||||
"13496": {
|
"13496": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type"
|
"qualifiedName": "__type"
|
||||||
},
|
},
|
||||||
"13497": {
|
"13497": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type"
|
"qualifiedName": "config"
|
||||||
},
|
},
|
||||||
"13498": {
|
"13498": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "config"
|
"qualifiedName": "HttpCompressionOptions"
|
||||||
},
|
},
|
||||||
"13499": {
|
"13499": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "HttpCompressionOptions"
|
"qualifiedName": "__type.enabled"
|
||||||
},
|
},
|
||||||
"13500": {
|
"13500": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type.enabled"
|
"qualifiedName": "__type.level"
|
||||||
},
|
},
|
||||||
"13501": {
|
"13501": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type.level"
|
"qualifiedName": "__type.memLevel"
|
||||||
},
|
},
|
||||||
"13502": {
|
"13502": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type.memLevel"
|
"qualifiedName": "__type.threshold"
|
||||||
},
|
},
|
||||||
"13503": {
|
"13503": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type.threshold"
|
"qualifiedName": "ProjectConfigOptions"
|
||||||
},
|
},
|
||||||
"13504": {
|
"13504": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "ProjectConfigOptions"
|
"qualifiedName": "__type.databaseName"
|
||||||
},
|
},
|
||||||
"13505": {
|
"13505": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type.databaseName"
|
"qualifiedName": "__type.databaseUrl"
|
||||||
},
|
},
|
||||||
"13506": {
|
"13506": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type.databaseUrl"
|
"qualifiedName": "__type.databaseSchema"
|
||||||
},
|
},
|
||||||
"13507": {
|
"13507": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
|
||||||
"qualifiedName": "__type.databaseSchema"
|
|
||||||
},
|
|
||||||
"13508": {
|
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type.databaseLogging"
|
"qualifiedName": "__type.databaseLogging"
|
||||||
},
|
},
|
||||||
"13510": {
|
"13509": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type.databaseDriverOptions"
|
"qualifiedName": "__type.databaseDriverOptions"
|
||||||
},
|
},
|
||||||
"13511": {
|
"13510": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type"
|
"qualifiedName": "__type"
|
||||||
},
|
},
|
||||||
"13512": {
|
"13511": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type.connection"
|
"qualifiedName": "__type.connection"
|
||||||
},
|
},
|
||||||
"13513": {
|
"13512": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type"
|
"qualifiedName": "__type"
|
||||||
},
|
},
|
||||||
"13514": {
|
"13513": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type.ssl"
|
"qualifiedName": "__type.ssl"
|
||||||
},
|
},
|
||||||
"13515": {
|
"13514": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type"
|
"qualifiedName": "__type"
|
||||||
},
|
},
|
||||||
"13516": {
|
"13515": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type.rejectUnauthorized"
|
"qualifiedName": "__type.rejectUnauthorized"
|
||||||
},
|
},
|
||||||
"13517": {
|
"13516": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type.redisUrl"
|
"qualifiedName": "__type.redisUrl"
|
||||||
},
|
},
|
||||||
"13518": {
|
"13517": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type.redisPrefix"
|
"qualifiedName": "__type.redisPrefix"
|
||||||
},
|
},
|
||||||
"13519": {
|
"13518": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type.redisOptions"
|
"qualifiedName": "__type.redisOptions"
|
||||||
},
|
},
|
||||||
"13520": {
|
"13519": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type.sessionOptions"
|
"qualifiedName": "__type.sessionOptions"
|
||||||
},
|
},
|
||||||
"13522": {
|
"13521": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type.jobsBatchSize"
|
"qualifiedName": "__type.jobsBatchSize"
|
||||||
},
|
},
|
||||||
"13523": {
|
"13522": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type.workerMode"
|
"qualifiedName": "__type.workerMode"
|
||||||
},
|
},
|
||||||
"13524": {
|
"13523": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type.http"
|
"qualifiedName": "__type.http"
|
||||||
},
|
},
|
||||||
"13525": {
|
"13524": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type"
|
"qualifiedName": "__type"
|
||||||
},
|
},
|
||||||
"13526": {
|
"13525": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type.jwtSecret"
|
"qualifiedName": "__type.jwtSecret"
|
||||||
},
|
},
|
||||||
"13527": {
|
"13526": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type.jwtExpiresIn"
|
"qualifiedName": "__type.jwtExpiresIn"
|
||||||
},
|
},
|
||||||
"13528": {
|
"13527": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type.cookieSecret"
|
"qualifiedName": "__type.cookieSecret"
|
||||||
},
|
},
|
||||||
"13529": {
|
"13528": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type.authCors"
|
"qualifiedName": "__type.authCors"
|
||||||
},
|
},
|
||||||
"13530": {
|
"13529": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type.compression"
|
"qualifiedName": "__type.compression"
|
||||||
},
|
},
|
||||||
"13531": {
|
"13530": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type.storeCors"
|
"qualifiedName": "__type.storeCors"
|
||||||
},
|
},
|
||||||
"13532": {
|
"13531": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type.adminCors"
|
"qualifiedName": "__type.adminCors"
|
||||||
},
|
},
|
||||||
"13533": {
|
"13532": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type.authMethodsPerActor"
|
"qualifiedName": "__type.authMethodsPerActor"
|
||||||
},
|
},
|
||||||
"13534": {
|
"13533": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "ConfigModule"
|
"qualifiedName": "ConfigModule"
|
||||||
},
|
},
|
||||||
"13535": {
|
"13534": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type.projectConfig"
|
"qualifiedName": "__type.projectConfig"
|
||||||
},
|
},
|
||||||
"13536": {
|
"13535": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type.admin"
|
"qualifiedName": "__type.admin"
|
||||||
},
|
},
|
||||||
"13541": {
|
"13540": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type.modules"
|
"qualifiedName": "__type.modules"
|
||||||
},
|
},
|
||||||
"13542": {
|
"13541": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type.featureFlags"
|
"qualifiedName": "__type.featureFlags"
|
||||||
},
|
},
|
||||||
"13543": {
|
"13542": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "PluginDetails"
|
"qualifiedName": "PluginDetails"
|
||||||
},
|
},
|
||||||
"13544": {
|
"13543": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type"
|
"qualifiedName": "__type"
|
||||||
},
|
},
|
||||||
"13545": {
|
"13544": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type.resolve"
|
"qualifiedName": "__type.resolve"
|
||||||
},
|
},
|
||||||
"13546": {
|
"13545": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type.name"
|
"qualifiedName": "__type.name"
|
||||||
},
|
},
|
||||||
"13547": {
|
"13546": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type.id"
|
"qualifiedName": "__type.id"
|
||||||
},
|
},
|
||||||
"13548": {
|
"13547": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type.options"
|
"qualifiedName": "__type.options"
|
||||||
},
|
},
|
||||||
"13549": {
|
"13548": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
"sourceFileName": "../../../../packages/core/types/src/common/config-module.ts",
|
||||||
"qualifiedName": "__type.version"
|
"qualifiedName": "__type.version"
|
||||||
}
|
}
|
||||||
@@ -2618,7 +2618,7 @@
|
|||||||
"1": "../../../../packages/core/types/src/common/config-module.ts"
|
"1": "../../../../packages/core/types/src/common/config-module.ts"
|
||||||
},
|
},
|
||||||
"reflections": {
|
"reflections": {
|
||||||
"1": 13489
|
"1": 13488
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,33 +1,33 @@
|
|||||||
{
|
{
|
||||||
"id": 11782,
|
"id": 11781,
|
||||||
"name": "sales-channel-models",
|
"name": "sales-channel-models",
|
||||||
"variant": "project",
|
"variant": "project",
|
||||||
"kind": 1,
|
"kind": 1,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": 11783,
|
"id": 11782,
|
||||||
"name": "SalesChannel",
|
"name": "SalesChannel",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 128,
|
"kind": 128,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": 11784,
|
"id": 11783,
|
||||||
"name": "constructor",
|
"name": "constructor",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 512,
|
"kind": 512,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"signatures": [
|
"signatures": [
|
||||||
{
|
{
|
||||||
"id": 11785,
|
"id": 11784,
|
||||||
"name": "new SalesChannel",
|
"name": "new SalesChannel",
|
||||||
"variant": "signature",
|
"variant": "signature",
|
||||||
"kind": 16384,
|
"kind": 16384,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"type": {
|
"type": {
|
||||||
"type": "reference",
|
"type": "reference",
|
||||||
"target": 11783,
|
"target": 11782,
|
||||||
"name": "SalesChannel",
|
"name": "SalesChannel",
|
||||||
"package": "@medusajs/sales-channel",
|
"package": "@medusajs/sales-channel",
|
||||||
"qualifiedName": "default"
|
"qualifiedName": "default"
|
||||||
@@ -36,7 +36,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 11798,
|
"id": 11797,
|
||||||
"name": "[OptionalProps]",
|
"name": "[OptionalProps]",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -54,7 +54,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 11786,
|
"id": 11785,
|
||||||
"name": "id",
|
"name": "id",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -65,7 +65,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 11787,
|
"id": 11786,
|
||||||
"name": "name",
|
"name": "name",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -76,7 +76,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 11788,
|
"id": 11787,
|
||||||
"name": "description",
|
"name": "description",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -97,7 +97,7 @@
|
|||||||
"defaultValue": "null"
|
"defaultValue": "null"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 11789,
|
"id": 11788,
|
||||||
"name": "is_disabled",
|
"name": "is_disabled",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -109,7 +109,7 @@
|
|||||||
"defaultValue": "false"
|
"defaultValue": "false"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 11790,
|
"id": 11789,
|
||||||
"name": "created_at",
|
"name": "created_at",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -125,7 +125,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 11791,
|
"id": 11790,
|
||||||
"name": "metadata",
|
"name": "metadata",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -161,7 +161,7 @@
|
|||||||
"defaultValue": "null"
|
"defaultValue": "null"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 11792,
|
"id": 11791,
|
||||||
"name": "updated_at",
|
"name": "updated_at",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -177,7 +177,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 11793,
|
"id": 11792,
|
||||||
"name": "deleted_at",
|
"name": "deleted_at",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -203,14 +203,14 @@
|
|||||||
"defaultValue": "null"
|
"defaultValue": "null"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 11794,
|
"id": 11793,
|
||||||
"name": "onCreate",
|
"name": "onCreate",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 2048,
|
"kind": 2048,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"signatures": [
|
"signatures": [
|
||||||
{
|
{
|
||||||
"id": 11795,
|
"id": 11794,
|
||||||
"name": "onCreate",
|
"name": "onCreate",
|
||||||
"variant": "signature",
|
"variant": "signature",
|
||||||
"kind": 4096,
|
"kind": 4096,
|
||||||
@@ -223,14 +223,14 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 11796,
|
"id": 11795,
|
||||||
"name": "onInit",
|
"name": "onInit",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 2048,
|
"kind": 2048,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"signatures": [
|
"signatures": [
|
||||||
{
|
{
|
||||||
"id": 11797,
|
"id": 11796,
|
||||||
"name": "onInit",
|
"name": "onInit",
|
||||||
"variant": "signature",
|
"variant": "signature",
|
||||||
"kind": 4096,
|
"kind": 4096,
|
||||||
@@ -247,28 +247,28 @@
|
|||||||
{
|
{
|
||||||
"title": "Constructors",
|
"title": "Constructors",
|
||||||
"children": [
|
"children": [
|
||||||
11784
|
11783
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Properties",
|
"title": "Properties",
|
||||||
"children": [
|
"children": [
|
||||||
11798,
|
11797,
|
||||||
|
11785,
|
||||||
11786,
|
11786,
|
||||||
11787,
|
11787,
|
||||||
11788,
|
11788,
|
||||||
11789,
|
11789,
|
||||||
11790,
|
11790,
|
||||||
11791,
|
11791,
|
||||||
11792,
|
11792
|
||||||
11793
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Methods",
|
"title": "Methods",
|
||||||
"children": [
|
"children": [
|
||||||
11794,
|
11793,
|
||||||
11796
|
11795
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -278,69 +278,69 @@
|
|||||||
{
|
{
|
||||||
"title": "Classes",
|
"title": "Classes",
|
||||||
"children": [
|
"children": [
|
||||||
11783
|
11782
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"packageName": "@medusajs/sales-channel",
|
"packageName": "@medusajs/sales-channel",
|
||||||
"symbolIdMap": {
|
"symbolIdMap": {
|
||||||
"11782": {
|
"11781": {
|
||||||
"sourceFileName": "../../../../packages/modules/sales-channel/src/models/index.ts",
|
"sourceFileName": "../../../../packages/modules/sales-channel/src/models/index.ts",
|
||||||
"qualifiedName": ""
|
"qualifiedName": ""
|
||||||
},
|
},
|
||||||
"11783": {
|
"11782": {
|
||||||
"sourceFileName": "../../../../packages/modules/sales-channel/src/models/sales-channel.ts",
|
"sourceFileName": "../../../../packages/modules/sales-channel/src/models/sales-channel.ts",
|
||||||
"qualifiedName": "default"
|
"qualifiedName": "default"
|
||||||
},
|
},
|
||||||
"11786": {
|
"11785": {
|
||||||
"sourceFileName": "../../../../packages/modules/sales-channel/src/models/sales-channel.ts",
|
"sourceFileName": "../../../../packages/modules/sales-channel/src/models/sales-channel.ts",
|
||||||
"qualifiedName": "default.id"
|
"qualifiedName": "default.id"
|
||||||
},
|
},
|
||||||
"11787": {
|
"11786": {
|
||||||
"sourceFileName": "../../../../packages/modules/sales-channel/src/models/sales-channel.ts",
|
"sourceFileName": "../../../../packages/modules/sales-channel/src/models/sales-channel.ts",
|
||||||
"qualifiedName": "default.name"
|
"qualifiedName": "default.name"
|
||||||
},
|
},
|
||||||
"11788": {
|
"11787": {
|
||||||
"sourceFileName": "../../../../packages/modules/sales-channel/src/models/sales-channel.ts",
|
"sourceFileName": "../../../../packages/modules/sales-channel/src/models/sales-channel.ts",
|
||||||
"qualifiedName": "default.description"
|
"qualifiedName": "default.description"
|
||||||
},
|
},
|
||||||
"11789": {
|
"11788": {
|
||||||
"sourceFileName": "../../../../packages/modules/sales-channel/src/models/sales-channel.ts",
|
"sourceFileName": "../../../../packages/modules/sales-channel/src/models/sales-channel.ts",
|
||||||
"qualifiedName": "default.is_disabled"
|
"qualifiedName": "default.is_disabled"
|
||||||
},
|
},
|
||||||
"11790": {
|
"11789": {
|
||||||
"sourceFileName": "../../../../packages/modules/sales-channel/src/models/sales-channel.ts",
|
"sourceFileName": "../../../../packages/modules/sales-channel/src/models/sales-channel.ts",
|
||||||
"qualifiedName": "default.created_at"
|
"qualifiedName": "default.created_at"
|
||||||
},
|
},
|
||||||
"11791": {
|
"11790": {
|
||||||
"sourceFileName": "../../../../packages/modules/sales-channel/src/models/sales-channel.ts",
|
"sourceFileName": "../../../../packages/modules/sales-channel/src/models/sales-channel.ts",
|
||||||
"qualifiedName": "default.metadata"
|
"qualifiedName": "default.metadata"
|
||||||
},
|
},
|
||||||
"11792": {
|
"11791": {
|
||||||
"sourceFileName": "../../../../packages/modules/sales-channel/src/models/sales-channel.ts",
|
"sourceFileName": "../../../../packages/modules/sales-channel/src/models/sales-channel.ts",
|
||||||
"qualifiedName": "default.updated_at"
|
"qualifiedName": "default.updated_at"
|
||||||
},
|
},
|
||||||
"11793": {
|
"11792": {
|
||||||
"sourceFileName": "../../../../packages/modules/sales-channel/src/models/sales-channel.ts",
|
"sourceFileName": "../../../../packages/modules/sales-channel/src/models/sales-channel.ts",
|
||||||
"qualifiedName": "default.deleted_at"
|
"qualifiedName": "default.deleted_at"
|
||||||
},
|
},
|
||||||
|
"11793": {
|
||||||
|
"sourceFileName": "../../../../packages/modules/sales-channel/src/models/sales-channel.ts",
|
||||||
|
"qualifiedName": "default.onCreate"
|
||||||
|
},
|
||||||
"11794": {
|
"11794": {
|
||||||
"sourceFileName": "../../../../packages/modules/sales-channel/src/models/sales-channel.ts",
|
"sourceFileName": "../../../../packages/modules/sales-channel/src/models/sales-channel.ts",
|
||||||
"qualifiedName": "default.onCreate"
|
"qualifiedName": "default.onCreate"
|
||||||
},
|
},
|
||||||
"11795": {
|
"11795": {
|
||||||
"sourceFileName": "../../../../packages/modules/sales-channel/src/models/sales-channel.ts",
|
"sourceFileName": "../../../../packages/modules/sales-channel/src/models/sales-channel.ts",
|
||||||
"qualifiedName": "default.onCreate"
|
"qualifiedName": "default.onInit"
|
||||||
},
|
},
|
||||||
"11796": {
|
"11796": {
|
||||||
"sourceFileName": "../../../../packages/modules/sales-channel/src/models/sales-channel.ts",
|
"sourceFileName": "../../../../packages/modules/sales-channel/src/models/sales-channel.ts",
|
||||||
"qualifiedName": "default.onInit"
|
"qualifiedName": "default.onInit"
|
||||||
},
|
},
|
||||||
"11797": {
|
"11797": {
|
||||||
"sourceFileName": "../../../../packages/modules/sales-channel/src/models/sales-channel.ts",
|
|
||||||
"qualifiedName": "default.onInit"
|
|
||||||
},
|
|
||||||
"11798": {
|
|
||||||
"sourceFileName": "../../../../packages/modules/sales-channel/src/models/sales-channel.ts",
|
"sourceFileName": "../../../../packages/modules/sales-channel/src/models/sales-channel.ts",
|
||||||
"qualifiedName": "default.[OptionalProps]"
|
"qualifiedName": "default.[OptionalProps]"
|
||||||
}
|
}
|
||||||
@@ -350,7 +350,7 @@
|
|||||||
"1": "../../../../packages/modules/sales-channel/src/models/index.ts"
|
"1": "../../../../packages/modules/sales-channel/src/models/index.ts"
|
||||||
},
|
},
|
||||||
"reflections": {
|
"reflections": {
|
||||||
"1": 11782
|
"1": 11781
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"id": 12282,
|
"id": 12281,
|
||||||
"name": "stock-location-next-models",
|
"name": "stock-location-next-models",
|
||||||
"variant": "project",
|
"variant": "project",
|
||||||
"kind": 1,
|
"kind": 1,
|
||||||
@@ -18,28 +18,28 @@
|
|||||||
},
|
},
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": 12298,
|
"id": 12297,
|
||||||
"name": "StockLocationAddress",
|
"name": "StockLocationAddress",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 128,
|
"kind": 128,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": 12299,
|
"id": 12298,
|
||||||
"name": "constructor",
|
"name": "constructor",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 512,
|
"kind": 512,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"signatures": [
|
"signatures": [
|
||||||
{
|
{
|
||||||
"id": 12300,
|
"id": 12299,
|
||||||
"name": "new StockLocationAddress",
|
"name": "new StockLocationAddress",
|
||||||
"variant": "signature",
|
"variant": "signature",
|
||||||
"kind": 16384,
|
"kind": 16384,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"type": {
|
"type": {
|
||||||
"type": "reference",
|
"type": "reference",
|
||||||
"target": 12298,
|
"target": 12297,
|
||||||
"name": "StockLocationAddress",
|
"name": "StockLocationAddress",
|
||||||
"package": "@medusajs/stock-location-next"
|
"package": "@medusajs/stock-location-next"
|
||||||
}
|
}
|
||||||
@@ -47,7 +47,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12301,
|
"id": 12300,
|
||||||
"name": "id",
|
"name": "id",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -58,7 +58,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12302,
|
"id": 12301,
|
||||||
"name": "created_at",
|
"name": "created_at",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -74,7 +74,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12303,
|
"id": 12302,
|
||||||
"name": "updated_at",
|
"name": "updated_at",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -90,7 +90,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12304,
|
"id": 12303,
|
||||||
"name": "deleted_at",
|
"name": "deleted_at",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -116,7 +116,7 @@
|
|||||||
"defaultValue": "null"
|
"defaultValue": "null"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12305,
|
"id": 12304,
|
||||||
"name": "address_1",
|
"name": "address_1",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -127,7 +127,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12306,
|
"id": 12305,
|
||||||
"name": "address_2",
|
"name": "address_2",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -147,7 +147,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12307,
|
"id": 12306,
|
||||||
"name": "company",
|
"name": "company",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -167,7 +167,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12308,
|
"id": 12307,
|
||||||
"name": "city",
|
"name": "city",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -187,7 +187,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12309,
|
"id": 12308,
|
||||||
"name": "country_code",
|
"name": "country_code",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -198,7 +198,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12310,
|
"id": 12309,
|
||||||
"name": "phone",
|
"name": "phone",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -218,7 +218,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12311,
|
"id": 12310,
|
||||||
"name": "province",
|
"name": "province",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -238,7 +238,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12312,
|
"id": 12311,
|
||||||
"name": "postal_code",
|
"name": "postal_code",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -258,7 +258,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12313,
|
"id": 12312,
|
||||||
"name": "metadata",
|
"name": "metadata",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -297,12 +297,13 @@
|
|||||||
{
|
{
|
||||||
"title": "Constructors",
|
"title": "Constructors",
|
||||||
"children": [
|
"children": [
|
||||||
12299
|
12298
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Properties",
|
"title": "Properties",
|
||||||
"children": [
|
"children": [
|
||||||
|
12300,
|
||||||
12301,
|
12301,
|
||||||
12302,
|
12302,
|
||||||
12303,
|
12303,
|
||||||
@@ -314,35 +315,34 @@
|
|||||||
12309,
|
12309,
|
||||||
12310,
|
12310,
|
||||||
12311,
|
12311,
|
||||||
12312,
|
12312
|
||||||
12313
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12283,
|
"id": 12282,
|
||||||
"name": "StockLocation",
|
"name": "StockLocation",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 128,
|
"kind": 128,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": 12284,
|
"id": 12283,
|
||||||
"name": "constructor",
|
"name": "constructor",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 512,
|
"kind": 512,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"signatures": [
|
"signatures": [
|
||||||
{
|
{
|
||||||
"id": 12285,
|
"id": 12284,
|
||||||
"name": "new StockLocation",
|
"name": "new StockLocation",
|
||||||
"variant": "signature",
|
"variant": "signature",
|
||||||
"kind": 16384,
|
"kind": 16384,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"type": {
|
"type": {
|
||||||
"type": "reference",
|
"type": "reference",
|
||||||
"target": 12283,
|
"target": 12282,
|
||||||
"name": "StockLocation",
|
"name": "StockLocation",
|
||||||
"package": "@medusajs/stock-location-next"
|
"package": "@medusajs/stock-location-next"
|
||||||
}
|
}
|
||||||
@@ -350,7 +350,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12286,
|
"id": 12285,
|
||||||
"name": "id",
|
"name": "id",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -361,7 +361,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12287,
|
"id": 12286,
|
||||||
"name": "created_at",
|
"name": "created_at",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -377,7 +377,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12288,
|
"id": 12287,
|
||||||
"name": "updated_at",
|
"name": "updated_at",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -393,7 +393,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12289,
|
"id": 12288,
|
||||||
"name": "deleted_at",
|
"name": "deleted_at",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -419,7 +419,7 @@
|
|||||||
"defaultValue": "null"
|
"defaultValue": "null"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12290,
|
"id": 12289,
|
||||||
"name": "name",
|
"name": "name",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -430,7 +430,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12291,
|
"id": 12290,
|
||||||
"name": "address_id",
|
"name": "address_id",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -450,7 +450,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12292,
|
"id": 12291,
|
||||||
"name": "address",
|
"name": "address",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -464,7 +464,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "reference",
|
"type": "reference",
|
||||||
"target": 12298,
|
"target": 12297,
|
||||||
"name": "StockLocationAddress",
|
"name": "StockLocationAddress",
|
||||||
"package": "@medusajs/stock-location-next"
|
"package": "@medusajs/stock-location-next"
|
||||||
}
|
}
|
||||||
@@ -472,7 +472,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12293,
|
"id": 12292,
|
||||||
"name": "metadata",
|
"name": "metadata",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -511,20 +511,20 @@
|
|||||||
{
|
{
|
||||||
"title": "Constructors",
|
"title": "Constructors",
|
||||||
"children": [
|
"children": [
|
||||||
12284
|
12283
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Properties",
|
"title": "Properties",
|
||||||
"children": [
|
"children": [
|
||||||
|
12285,
|
||||||
12286,
|
12286,
|
||||||
12287,
|
12287,
|
||||||
12288,
|
12288,
|
||||||
12289,
|
12289,
|
||||||
12290,
|
12290,
|
||||||
12291,
|
12291,
|
||||||
12292,
|
12292
|
||||||
12293
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -534,106 +534,106 @@
|
|||||||
{
|
{
|
||||||
"title": "Classes",
|
"title": "Classes",
|
||||||
"children": [
|
"children": [
|
||||||
12298,
|
12297,
|
||||||
12283
|
12282
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"packageName": "@medusajs/stock-location-next",
|
"packageName": "@medusajs/stock-location-next",
|
||||||
"symbolIdMap": {
|
"symbolIdMap": {
|
||||||
"12282": {
|
"12281": {
|
||||||
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/index.ts",
|
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/index.ts",
|
||||||
"qualifiedName": ""
|
"qualifiedName": ""
|
||||||
},
|
},
|
||||||
"12283": {
|
"12282": {
|
||||||
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location.ts",
|
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location.ts",
|
||||||
"qualifiedName": "StockLocation"
|
"qualifiedName": "StockLocation"
|
||||||
},
|
},
|
||||||
"12286": {
|
"12285": {
|
||||||
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location.ts",
|
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location.ts",
|
||||||
"qualifiedName": "StockLocation.id"
|
"qualifiedName": "StockLocation.id"
|
||||||
},
|
},
|
||||||
"12287": {
|
"12286": {
|
||||||
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location.ts",
|
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location.ts",
|
||||||
"qualifiedName": "StockLocation.created_at"
|
"qualifiedName": "StockLocation.created_at"
|
||||||
},
|
},
|
||||||
"12288": {
|
"12287": {
|
||||||
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location.ts",
|
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location.ts",
|
||||||
"qualifiedName": "StockLocation.updated_at"
|
"qualifiedName": "StockLocation.updated_at"
|
||||||
},
|
},
|
||||||
"12289": {
|
"12288": {
|
||||||
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location.ts",
|
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location.ts",
|
||||||
"qualifiedName": "StockLocation.deleted_at"
|
"qualifiedName": "StockLocation.deleted_at"
|
||||||
},
|
},
|
||||||
"12290": {
|
"12289": {
|
||||||
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location.ts",
|
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location.ts",
|
||||||
"qualifiedName": "StockLocation.name"
|
"qualifiedName": "StockLocation.name"
|
||||||
},
|
},
|
||||||
"12291": {
|
"12290": {
|
||||||
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location.ts",
|
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location.ts",
|
||||||
"qualifiedName": "StockLocation.address_id"
|
"qualifiedName": "StockLocation.address_id"
|
||||||
},
|
},
|
||||||
"12292": {
|
"12291": {
|
||||||
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location.ts",
|
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location.ts",
|
||||||
"qualifiedName": "StockLocation.address"
|
"qualifiedName": "StockLocation.address"
|
||||||
},
|
},
|
||||||
"12293": {
|
"12292": {
|
||||||
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location.ts",
|
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location.ts",
|
||||||
"qualifiedName": "StockLocation.metadata"
|
"qualifiedName": "StockLocation.metadata"
|
||||||
},
|
},
|
||||||
"12298": {
|
"12297": {
|
||||||
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location-address.ts",
|
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location-address.ts",
|
||||||
"qualifiedName": "StockLocationAddress"
|
"qualifiedName": "StockLocationAddress"
|
||||||
},
|
},
|
||||||
"12301": {
|
"12300": {
|
||||||
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location-address.ts",
|
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location-address.ts",
|
||||||
"qualifiedName": "StockLocationAddress.id"
|
"qualifiedName": "StockLocationAddress.id"
|
||||||
},
|
},
|
||||||
"12302": {
|
"12301": {
|
||||||
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location-address.ts",
|
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location-address.ts",
|
||||||
"qualifiedName": "StockLocationAddress.created_at"
|
"qualifiedName": "StockLocationAddress.created_at"
|
||||||
},
|
},
|
||||||
"12303": {
|
"12302": {
|
||||||
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location-address.ts",
|
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location-address.ts",
|
||||||
"qualifiedName": "StockLocationAddress.updated_at"
|
"qualifiedName": "StockLocationAddress.updated_at"
|
||||||
},
|
},
|
||||||
"12304": {
|
"12303": {
|
||||||
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location-address.ts",
|
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location-address.ts",
|
||||||
"qualifiedName": "StockLocationAddress.deleted_at"
|
"qualifiedName": "StockLocationAddress.deleted_at"
|
||||||
},
|
},
|
||||||
"12305": {
|
"12304": {
|
||||||
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location-address.ts",
|
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location-address.ts",
|
||||||
"qualifiedName": "StockLocationAddress.address_1"
|
"qualifiedName": "StockLocationAddress.address_1"
|
||||||
},
|
},
|
||||||
"12306": {
|
"12305": {
|
||||||
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location-address.ts",
|
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location-address.ts",
|
||||||
"qualifiedName": "StockLocationAddress.address_2"
|
"qualifiedName": "StockLocationAddress.address_2"
|
||||||
},
|
},
|
||||||
"12307": {
|
"12306": {
|
||||||
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location-address.ts",
|
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location-address.ts",
|
||||||
"qualifiedName": "StockLocationAddress.company"
|
"qualifiedName": "StockLocationAddress.company"
|
||||||
},
|
},
|
||||||
"12308": {
|
"12307": {
|
||||||
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location-address.ts",
|
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location-address.ts",
|
||||||
"qualifiedName": "StockLocationAddress.city"
|
"qualifiedName": "StockLocationAddress.city"
|
||||||
},
|
},
|
||||||
"12309": {
|
"12308": {
|
||||||
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location-address.ts",
|
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location-address.ts",
|
||||||
"qualifiedName": "StockLocationAddress.country_code"
|
"qualifiedName": "StockLocationAddress.country_code"
|
||||||
},
|
},
|
||||||
"12310": {
|
"12309": {
|
||||||
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location-address.ts",
|
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location-address.ts",
|
||||||
"qualifiedName": "StockLocationAddress.phone"
|
"qualifiedName": "StockLocationAddress.phone"
|
||||||
},
|
},
|
||||||
"12311": {
|
"12310": {
|
||||||
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location-address.ts",
|
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location-address.ts",
|
||||||
"qualifiedName": "StockLocationAddress.province"
|
"qualifiedName": "StockLocationAddress.province"
|
||||||
},
|
},
|
||||||
"12312": {
|
"12311": {
|
||||||
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location-address.ts",
|
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location-address.ts",
|
||||||
"qualifiedName": "StockLocationAddress.postal_code"
|
"qualifiedName": "StockLocationAddress.postal_code"
|
||||||
},
|
},
|
||||||
"12313": {
|
"12312": {
|
||||||
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location-address.ts",
|
"sourceFileName": "../../../../packages/modules/stock-location-next/src/models/stock-location-address.ts",
|
||||||
"qualifiedName": "StockLocationAddress.metadata"
|
"qualifiedName": "StockLocationAddress.metadata"
|
||||||
}
|
}
|
||||||
@@ -643,7 +643,7 @@
|
|||||||
"1": "../../../../packages/modules/stock-location-next/src/models/index.ts"
|
"1": "../../../../packages/modules/stock-location-next/src/models/index.ts"
|
||||||
},
|
},
|
||||||
"reflections": {
|
"reflections": {
|
||||||
"1": 12282
|
"1": 12281
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"id": 12590,
|
"id": 12589,
|
||||||
"name": "store-models",
|
"name": "store-models",
|
||||||
"variant": "project",
|
"variant": "project",
|
||||||
"kind": 1,
|
"kind": 1,
|
||||||
@@ -18,28 +18,28 @@
|
|||||||
},
|
},
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": 12609,
|
"id": 12608,
|
||||||
"name": "StoreCurrency",
|
"name": "StoreCurrency",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 128,
|
"kind": 128,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": 12610,
|
"id": 12609,
|
||||||
"name": "constructor",
|
"name": "constructor",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 512,
|
"kind": 512,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"signatures": [
|
"signatures": [
|
||||||
{
|
{
|
||||||
"id": 12611,
|
"id": 12610,
|
||||||
"name": "new StoreCurrency",
|
"name": "new StoreCurrency",
|
||||||
"variant": "signature",
|
"variant": "signature",
|
||||||
"kind": 16384,
|
"kind": 16384,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"type": {
|
"type": {
|
||||||
"type": "reference",
|
"type": "reference",
|
||||||
"target": 12609,
|
"target": 12608,
|
||||||
"name": "StoreCurrency",
|
"name": "StoreCurrency",
|
||||||
"package": "@medusajs/store",
|
"package": "@medusajs/store",
|
||||||
"qualifiedName": "default"
|
"qualifiedName": "default"
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12612,
|
"id": 12611,
|
||||||
"name": "id",
|
"name": "id",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -59,7 +59,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12613,
|
"id": 12612,
|
||||||
"name": "currency_code",
|
"name": "currency_code",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -70,7 +70,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12614,
|
"id": 12613,
|
||||||
"name": "is_default",
|
"name": "is_default",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -83,7 +83,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12615,
|
"id": 12614,
|
||||||
"name": "store_id",
|
"name": "store_id",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -103,7 +103,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12616,
|
"id": 12615,
|
||||||
"name": "store",
|
"name": "store",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -117,7 +117,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "reference",
|
"type": "reference",
|
||||||
"target": 12591,
|
"target": 12590,
|
||||||
"name": "Store",
|
"name": "Store",
|
||||||
"package": "@medusajs/store",
|
"package": "@medusajs/store",
|
||||||
"qualifiedName": "default"
|
"qualifiedName": "default"
|
||||||
@@ -126,7 +126,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12617,
|
"id": 12616,
|
||||||
"name": "created_at",
|
"name": "created_at",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -142,7 +142,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12618,
|
"id": 12617,
|
||||||
"name": "updated_at",
|
"name": "updated_at",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -158,7 +158,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12619,
|
"id": 12618,
|
||||||
"name": "deleted_at",
|
"name": "deleted_at",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -184,14 +184,14 @@
|
|||||||
"defaultValue": "null"
|
"defaultValue": "null"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12620,
|
"id": 12619,
|
||||||
"name": "onCreate",
|
"name": "onCreate",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 2048,
|
"kind": 2048,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"signatures": [
|
"signatures": [
|
||||||
{
|
{
|
||||||
"id": 12621,
|
"id": 12620,
|
||||||
"name": "onCreate",
|
"name": "onCreate",
|
||||||
"variant": "signature",
|
"variant": "signature",
|
||||||
"kind": 4096,
|
"kind": 4096,
|
||||||
@@ -204,14 +204,14 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12622,
|
"id": 12621,
|
||||||
"name": "onInit",
|
"name": "onInit",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 2048,
|
"kind": 2048,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"signatures": [
|
"signatures": [
|
||||||
{
|
{
|
||||||
"id": 12623,
|
"id": 12622,
|
||||||
"name": "onInit",
|
"name": "onInit",
|
||||||
"variant": "signature",
|
"variant": "signature",
|
||||||
"kind": 4096,
|
"kind": 4096,
|
||||||
@@ -228,54 +228,54 @@
|
|||||||
{
|
{
|
||||||
"title": "Constructors",
|
"title": "Constructors",
|
||||||
"children": [
|
"children": [
|
||||||
12610
|
12609
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Properties",
|
"title": "Properties",
|
||||||
"children": [
|
"children": [
|
||||||
|
12611,
|
||||||
12612,
|
12612,
|
||||||
12613,
|
12613,
|
||||||
12614,
|
12614,
|
||||||
12615,
|
12615,
|
||||||
12616,
|
12616,
|
||||||
12617,
|
12617,
|
||||||
12618,
|
12618
|
||||||
12619
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Methods",
|
"title": "Methods",
|
||||||
"children": [
|
"children": [
|
||||||
12620,
|
12619,
|
||||||
12622
|
12621
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12591,
|
"id": 12590,
|
||||||
"name": "Store",
|
"name": "Store",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 128,
|
"kind": 128,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": 12592,
|
"id": 12591,
|
||||||
"name": "constructor",
|
"name": "constructor",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 512,
|
"kind": 512,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"signatures": [
|
"signatures": [
|
||||||
{
|
{
|
||||||
"id": 12593,
|
"id": 12592,
|
||||||
"name": "new Store",
|
"name": "new Store",
|
||||||
"variant": "signature",
|
"variant": "signature",
|
||||||
"kind": 16384,
|
"kind": 16384,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"type": {
|
"type": {
|
||||||
"type": "reference",
|
"type": "reference",
|
||||||
"target": 12591,
|
"target": 12590,
|
||||||
"name": "Store",
|
"name": "Store",
|
||||||
"package": "@medusajs/store",
|
"package": "@medusajs/store",
|
||||||
"qualifiedName": "default"
|
"qualifiedName": "default"
|
||||||
@@ -284,7 +284,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12608,
|
"id": 12607,
|
||||||
"name": "[OptionalProps]",
|
"name": "[OptionalProps]",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -302,7 +302,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12594,
|
"id": 12593,
|
||||||
"name": "id",
|
"name": "id",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -313,7 +313,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12595,
|
"id": 12594,
|
||||||
"name": "name",
|
"name": "name",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -324,7 +324,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12596,
|
"id": 12595,
|
||||||
"name": "supported_currencies",
|
"name": "supported_currencies",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -338,7 +338,7 @@
|
|||||||
"typeArguments": [
|
"typeArguments": [
|
||||||
{
|
{
|
||||||
"type": "reference",
|
"type": "reference",
|
||||||
"target": 12609,
|
"target": 12608,
|
||||||
"name": "StoreCurrency",
|
"name": "StoreCurrency",
|
||||||
"package": "@medusajs/store",
|
"package": "@medusajs/store",
|
||||||
"qualifiedName": "default"
|
"qualifiedName": "default"
|
||||||
@@ -354,7 +354,7 @@
|
|||||||
"defaultValue": "..."
|
"defaultValue": "..."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12597,
|
"id": 12596,
|
||||||
"name": "default_sales_channel_id",
|
"name": "default_sales_channel_id",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -375,7 +375,7 @@
|
|||||||
"defaultValue": "null"
|
"defaultValue": "null"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12598,
|
"id": 12597,
|
||||||
"name": "default_region_id",
|
"name": "default_region_id",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -396,7 +396,7 @@
|
|||||||
"defaultValue": "null"
|
"defaultValue": "null"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12599,
|
"id": 12598,
|
||||||
"name": "default_location_id",
|
"name": "default_location_id",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -417,7 +417,7 @@
|
|||||||
"defaultValue": "null"
|
"defaultValue": "null"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12600,
|
"id": 12599,
|
||||||
"name": "metadata",
|
"name": "metadata",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -453,7 +453,7 @@
|
|||||||
"defaultValue": "null"
|
"defaultValue": "null"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12601,
|
"id": 12600,
|
||||||
"name": "created_at",
|
"name": "created_at",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -469,7 +469,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12602,
|
"id": 12601,
|
||||||
"name": "updated_at",
|
"name": "updated_at",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -485,7 +485,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12603,
|
"id": 12602,
|
||||||
"name": "deleted_at",
|
"name": "deleted_at",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -511,14 +511,14 @@
|
|||||||
"defaultValue": "null"
|
"defaultValue": "null"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12604,
|
"id": 12603,
|
||||||
"name": "onCreate",
|
"name": "onCreate",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 2048,
|
"kind": 2048,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"signatures": [
|
"signatures": [
|
||||||
{
|
{
|
||||||
"id": 12605,
|
"id": 12604,
|
||||||
"name": "onCreate",
|
"name": "onCreate",
|
||||||
"variant": "signature",
|
"variant": "signature",
|
||||||
"kind": 4096,
|
"kind": 4096,
|
||||||
@@ -531,14 +531,14 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 12606,
|
"id": 12605,
|
||||||
"name": "onInit",
|
"name": "onInit",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 2048,
|
"kind": 2048,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"signatures": [
|
"signatures": [
|
||||||
{
|
{
|
||||||
"id": 12607,
|
"id": 12606,
|
||||||
"name": "onInit",
|
"name": "onInit",
|
||||||
"variant": "signature",
|
"variant": "signature",
|
||||||
"kind": 4096,
|
"kind": 4096,
|
||||||
@@ -555,13 +555,14 @@
|
|||||||
{
|
{
|
||||||
"title": "Constructors",
|
"title": "Constructors",
|
||||||
"children": [
|
"children": [
|
||||||
12592
|
12591
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Properties",
|
"title": "Properties",
|
||||||
"children": [
|
"children": [
|
||||||
12608,
|
12607,
|
||||||
|
12593,
|
||||||
12594,
|
12594,
|
||||||
12595,
|
12595,
|
||||||
12596,
|
12596,
|
||||||
@@ -570,15 +571,14 @@
|
|||||||
12599,
|
12599,
|
||||||
12600,
|
12600,
|
||||||
12601,
|
12601,
|
||||||
12602,
|
12602
|
||||||
12603
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Methods",
|
"title": "Methods",
|
||||||
"children": [
|
"children": [
|
||||||
12604,
|
12603,
|
||||||
12606
|
12605
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -588,130 +588,130 @@
|
|||||||
{
|
{
|
||||||
"title": "Classes",
|
"title": "Classes",
|
||||||
"children": [
|
"children": [
|
||||||
12609,
|
12608,
|
||||||
12591
|
12590
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"packageName": "@medusajs/store",
|
"packageName": "@medusajs/store",
|
||||||
"symbolIdMap": {
|
"symbolIdMap": {
|
||||||
"12590": {
|
"12589": {
|
||||||
"sourceFileName": "../../../../packages/modules/store/src/models/index.ts",
|
"sourceFileName": "../../../../packages/modules/store/src/models/index.ts",
|
||||||
"qualifiedName": ""
|
"qualifiedName": ""
|
||||||
},
|
},
|
||||||
"12591": {
|
"12590": {
|
||||||
"sourceFileName": "../../../../packages/modules/store/src/models/store.ts",
|
"sourceFileName": "../../../../packages/modules/store/src/models/store.ts",
|
||||||
"qualifiedName": "default"
|
"qualifiedName": "default"
|
||||||
},
|
},
|
||||||
"12594": {
|
"12593": {
|
||||||
"sourceFileName": "../../../../packages/modules/store/src/models/store.ts",
|
"sourceFileName": "../../../../packages/modules/store/src/models/store.ts",
|
||||||
"qualifiedName": "default.id"
|
"qualifiedName": "default.id"
|
||||||
},
|
},
|
||||||
"12595": {
|
"12594": {
|
||||||
"sourceFileName": "../../../../packages/modules/store/src/models/store.ts",
|
"sourceFileName": "../../../../packages/modules/store/src/models/store.ts",
|
||||||
"qualifiedName": "default.name"
|
"qualifiedName": "default.name"
|
||||||
},
|
},
|
||||||
"12596": {
|
"12595": {
|
||||||
"sourceFileName": "../../../../packages/modules/store/src/models/store.ts",
|
"sourceFileName": "../../../../packages/modules/store/src/models/store.ts",
|
||||||
"qualifiedName": "default.supported_currencies"
|
"qualifiedName": "default.supported_currencies"
|
||||||
},
|
},
|
||||||
"12597": {
|
"12596": {
|
||||||
"sourceFileName": "../../../../packages/modules/store/src/models/store.ts",
|
"sourceFileName": "../../../../packages/modules/store/src/models/store.ts",
|
||||||
"qualifiedName": "default.default_sales_channel_id"
|
"qualifiedName": "default.default_sales_channel_id"
|
||||||
},
|
},
|
||||||
"12598": {
|
"12597": {
|
||||||
"sourceFileName": "../../../../packages/modules/store/src/models/store.ts",
|
"sourceFileName": "../../../../packages/modules/store/src/models/store.ts",
|
||||||
"qualifiedName": "default.default_region_id"
|
"qualifiedName": "default.default_region_id"
|
||||||
},
|
},
|
||||||
"12599": {
|
"12598": {
|
||||||
"sourceFileName": "../../../../packages/modules/store/src/models/store.ts",
|
"sourceFileName": "../../../../packages/modules/store/src/models/store.ts",
|
||||||
"qualifiedName": "default.default_location_id"
|
"qualifiedName": "default.default_location_id"
|
||||||
},
|
},
|
||||||
"12600": {
|
"12599": {
|
||||||
"sourceFileName": "../../../../packages/modules/store/src/models/store.ts",
|
"sourceFileName": "../../../../packages/modules/store/src/models/store.ts",
|
||||||
"qualifiedName": "default.metadata"
|
"qualifiedName": "default.metadata"
|
||||||
},
|
},
|
||||||
"12601": {
|
"12600": {
|
||||||
"sourceFileName": "../../../../packages/modules/store/src/models/store.ts",
|
"sourceFileName": "../../../../packages/modules/store/src/models/store.ts",
|
||||||
"qualifiedName": "default.created_at"
|
"qualifiedName": "default.created_at"
|
||||||
},
|
},
|
||||||
"12602": {
|
"12601": {
|
||||||
"sourceFileName": "../../../../packages/modules/store/src/models/store.ts",
|
"sourceFileName": "../../../../packages/modules/store/src/models/store.ts",
|
||||||
"qualifiedName": "default.updated_at"
|
"qualifiedName": "default.updated_at"
|
||||||
},
|
},
|
||||||
"12603": {
|
"12602": {
|
||||||
"sourceFileName": "../../../../packages/modules/store/src/models/store.ts",
|
"sourceFileName": "../../../../packages/modules/store/src/models/store.ts",
|
||||||
"qualifiedName": "default.deleted_at"
|
"qualifiedName": "default.deleted_at"
|
||||||
},
|
},
|
||||||
|
"12603": {
|
||||||
|
"sourceFileName": "../../../../packages/modules/store/src/models/store.ts",
|
||||||
|
"qualifiedName": "default.onCreate"
|
||||||
|
},
|
||||||
"12604": {
|
"12604": {
|
||||||
"sourceFileName": "../../../../packages/modules/store/src/models/store.ts",
|
"sourceFileName": "../../../../packages/modules/store/src/models/store.ts",
|
||||||
"qualifiedName": "default.onCreate"
|
"qualifiedName": "default.onCreate"
|
||||||
},
|
},
|
||||||
"12605": {
|
"12605": {
|
||||||
"sourceFileName": "../../../../packages/modules/store/src/models/store.ts",
|
"sourceFileName": "../../../../packages/modules/store/src/models/store.ts",
|
||||||
"qualifiedName": "default.onCreate"
|
"qualifiedName": "default.onInit"
|
||||||
},
|
},
|
||||||
"12606": {
|
"12606": {
|
||||||
"sourceFileName": "../../../../packages/modules/store/src/models/store.ts",
|
"sourceFileName": "../../../../packages/modules/store/src/models/store.ts",
|
||||||
"qualifiedName": "default.onInit"
|
"qualifiedName": "default.onInit"
|
||||||
},
|
},
|
||||||
"12607": {
|
"12607": {
|
||||||
"sourceFileName": "../../../../packages/modules/store/src/models/store.ts",
|
|
||||||
"qualifiedName": "default.onInit"
|
|
||||||
},
|
|
||||||
"12608": {
|
|
||||||
"sourceFileName": "../../../../packages/modules/store/src/models/store.ts",
|
"sourceFileName": "../../../../packages/modules/store/src/models/store.ts",
|
||||||
"qualifiedName": "default.[OptionalProps]"
|
"qualifiedName": "default.[OptionalProps]"
|
||||||
},
|
},
|
||||||
"12609": {
|
"12608": {
|
||||||
"sourceFileName": "../../../../packages/modules/store/src/models/currency.ts",
|
"sourceFileName": "../../../../packages/modules/store/src/models/currency.ts",
|
||||||
"qualifiedName": "default"
|
"qualifiedName": "default"
|
||||||
},
|
},
|
||||||
"12612": {
|
"12611": {
|
||||||
"sourceFileName": "../../../../packages/modules/store/src/models/currency.ts",
|
"sourceFileName": "../../../../packages/modules/store/src/models/currency.ts",
|
||||||
"qualifiedName": "default.id"
|
"qualifiedName": "default.id"
|
||||||
},
|
},
|
||||||
"12613": {
|
"12612": {
|
||||||
"sourceFileName": "../../../../packages/modules/store/src/models/currency.ts",
|
"sourceFileName": "../../../../packages/modules/store/src/models/currency.ts",
|
||||||
"qualifiedName": "default.currency_code"
|
"qualifiedName": "default.currency_code"
|
||||||
},
|
},
|
||||||
"12614": {
|
"12613": {
|
||||||
"sourceFileName": "../../../../packages/modules/store/src/models/currency.ts",
|
"sourceFileName": "../../../../packages/modules/store/src/models/currency.ts",
|
||||||
"qualifiedName": "default.is_default"
|
"qualifiedName": "default.is_default"
|
||||||
},
|
},
|
||||||
"12615": {
|
"12614": {
|
||||||
"sourceFileName": "../../../../packages/modules/store/src/models/currency.ts",
|
"sourceFileName": "../../../../packages/modules/store/src/models/currency.ts",
|
||||||
"qualifiedName": "default.store_id"
|
"qualifiedName": "default.store_id"
|
||||||
},
|
},
|
||||||
"12616": {
|
"12615": {
|
||||||
"sourceFileName": "../../../../packages/modules/store/src/models/currency.ts",
|
"sourceFileName": "../../../../packages/modules/store/src/models/currency.ts",
|
||||||
"qualifiedName": "default.store"
|
"qualifiedName": "default.store"
|
||||||
},
|
},
|
||||||
"12617": {
|
"12616": {
|
||||||
"sourceFileName": "../../../../packages/modules/store/src/models/currency.ts",
|
"sourceFileName": "../../../../packages/modules/store/src/models/currency.ts",
|
||||||
"qualifiedName": "default.created_at"
|
"qualifiedName": "default.created_at"
|
||||||
},
|
},
|
||||||
"12618": {
|
"12617": {
|
||||||
"sourceFileName": "../../../../packages/modules/store/src/models/currency.ts",
|
"sourceFileName": "../../../../packages/modules/store/src/models/currency.ts",
|
||||||
"qualifiedName": "default.updated_at"
|
"qualifiedName": "default.updated_at"
|
||||||
},
|
},
|
||||||
"12619": {
|
"12618": {
|
||||||
"sourceFileName": "../../../../packages/modules/store/src/models/currency.ts",
|
"sourceFileName": "../../../../packages/modules/store/src/models/currency.ts",
|
||||||
"qualifiedName": "default.deleted_at"
|
"qualifiedName": "default.deleted_at"
|
||||||
},
|
},
|
||||||
|
"12619": {
|
||||||
|
"sourceFileName": "../../../../packages/modules/store/src/models/currency.ts",
|
||||||
|
"qualifiedName": "default.onCreate"
|
||||||
|
},
|
||||||
"12620": {
|
"12620": {
|
||||||
"sourceFileName": "../../../../packages/modules/store/src/models/currency.ts",
|
"sourceFileName": "../../../../packages/modules/store/src/models/currency.ts",
|
||||||
"qualifiedName": "default.onCreate"
|
"qualifiedName": "default.onCreate"
|
||||||
},
|
},
|
||||||
"12621": {
|
"12621": {
|
||||||
"sourceFileName": "../../../../packages/modules/store/src/models/currency.ts",
|
|
||||||
"qualifiedName": "default.onCreate"
|
|
||||||
},
|
|
||||||
"12622": {
|
|
||||||
"sourceFileName": "../../../../packages/modules/store/src/models/currency.ts",
|
"sourceFileName": "../../../../packages/modules/store/src/models/currency.ts",
|
||||||
"qualifiedName": "default.onInit"
|
"qualifiedName": "default.onInit"
|
||||||
},
|
},
|
||||||
"12623": {
|
"12622": {
|
||||||
"sourceFileName": "../../../../packages/modules/store/src/models/currency.ts",
|
"sourceFileName": "../../../../packages/modules/store/src/models/currency.ts",
|
||||||
"qualifiedName": "default.onInit"
|
"qualifiedName": "default.onInit"
|
||||||
}
|
}
|
||||||
@@ -721,7 +721,7 @@
|
|||||||
"1": "../../../../packages/modules/store/src/models/index.ts"
|
"1": "../../../../packages/modules/store/src/models/index.ts"
|
||||||
},
|
},
|
||||||
"reflections": {
|
"reflections": {
|
||||||
"1": 12590
|
"1": 12589
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"id": 13772,
|
"id": 13771,
|
||||||
"name": "tax-provider",
|
"name": "tax-provider",
|
||||||
"variant": "project",
|
"variant": "project",
|
||||||
"kind": 1,
|
"kind": 1,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": 13773,
|
"id": 13772,
|
||||||
"name": "ShippingTaxCalculationLine",
|
"name": "ShippingTaxCalculationLine",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 2097152,
|
"kind": 2097152,
|
||||||
@@ -22,14 +22,14 @@
|
|||||||
"type": {
|
"type": {
|
||||||
"type": "reflection",
|
"type": "reflection",
|
||||||
"declaration": {
|
"declaration": {
|
||||||
"id": 13774,
|
"id": 13773,
|
||||||
"name": "__type",
|
"name": "__type",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 65536,
|
"kind": 65536,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": 13775,
|
"id": 13774,
|
||||||
"name": "shipping_line",
|
"name": "shipping_line",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -53,7 +53,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13776,
|
"id": 13775,
|
||||||
"name": "rates",
|
"name": "rates",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -84,8 +84,8 @@
|
|||||||
{
|
{
|
||||||
"title": "Properties",
|
"title": "Properties",
|
||||||
"children": [
|
"children": [
|
||||||
13775,
|
13774,
|
||||||
13776
|
13775
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -93,7 +93,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13777,
|
"id": 13776,
|
||||||
"name": "ItemTaxCalculationLine",
|
"name": "ItemTaxCalculationLine",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 2097152,
|
"kind": 2097152,
|
||||||
@@ -109,14 +109,14 @@
|
|||||||
"type": {
|
"type": {
|
||||||
"type": "reflection",
|
"type": "reflection",
|
||||||
"declaration": {
|
"declaration": {
|
||||||
"id": 13778,
|
"id": 13777,
|
||||||
"name": "__type",
|
"name": "__type",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 65536,
|
"kind": 65536,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": 13779,
|
"id": 13778,
|
||||||
"name": "line_item",
|
"name": "line_item",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -140,7 +140,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13780,
|
"id": 13779,
|
||||||
"name": "rates",
|
"name": "rates",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -171,8 +171,8 @@
|
|||||||
{
|
{
|
||||||
"title": "Properties",
|
"title": "Properties",
|
||||||
"children": [
|
"children": [
|
||||||
13779,
|
13778,
|
||||||
13780
|
13779
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -180,7 +180,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13781,
|
"id": 13780,
|
||||||
"name": "ITaxProvider",
|
"name": "ITaxProvider",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 256,
|
"kind": 256,
|
||||||
@@ -283,14 +283,14 @@
|
|||||||
},
|
},
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": 13784,
|
"id": 13783,
|
||||||
"name": "getTaxLines",
|
"name": "getTaxLines",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 2048,
|
"kind": 2048,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"signatures": [
|
"signatures": [
|
||||||
{
|
{
|
||||||
"id": 13785,
|
"id": 13784,
|
||||||
"name": "getTaxLines",
|
"name": "getTaxLines",
|
||||||
"variant": "signature",
|
"variant": "signature",
|
||||||
"kind": 4096,
|
"kind": 4096,
|
||||||
@@ -361,7 +361,7 @@
|
|||||||
},
|
},
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
"id": 13786,
|
"id": 13785,
|
||||||
"name": "itemLines",
|
"name": "itemLines",
|
||||||
"variant": "param",
|
"variant": "param",
|
||||||
"kind": 32768,
|
"kind": 32768,
|
||||||
@@ -378,14 +378,14 @@
|
|||||||
"type": "array",
|
"type": "array",
|
||||||
"elementType": {
|
"elementType": {
|
||||||
"type": "reference",
|
"type": "reference",
|
||||||
"target": 13777,
|
"target": 13776,
|
||||||
"name": "ItemTaxCalculationLine",
|
"name": "ItemTaxCalculationLine",
|
||||||
"package": "@medusajs/types"
|
"package": "@medusajs/types"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13787,
|
"id": 13786,
|
||||||
"name": "shippingLines",
|
"name": "shippingLines",
|
||||||
"variant": "param",
|
"variant": "param",
|
||||||
"kind": 32768,
|
"kind": 32768,
|
||||||
@@ -402,14 +402,14 @@
|
|||||||
"type": "array",
|
"type": "array",
|
||||||
"elementType": {
|
"elementType": {
|
||||||
"type": "reference",
|
"type": "reference",
|
||||||
"target": 13773,
|
"target": 13772,
|
||||||
"name": "ShippingTaxCalculationLine",
|
"name": "ShippingTaxCalculationLine",
|
||||||
"package": "@medusajs/types"
|
"package": "@medusajs/types"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13788,
|
"id": 13787,
|
||||||
"name": "context",
|
"name": "context",
|
||||||
"variant": "param",
|
"variant": "param",
|
||||||
"kind": 32768,
|
"kind": 32768,
|
||||||
@@ -478,7 +478,7 @@
|
|||||||
{
|
{
|
||||||
"title": "Methods",
|
"title": "Methods",
|
||||||
"children": [
|
"children": [
|
||||||
13784
|
13783
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -488,76 +488,76 @@
|
|||||||
{
|
{
|
||||||
"title": "Interfaces",
|
"title": "Interfaces",
|
||||||
"children": [
|
"children": [
|
||||||
13781
|
13780
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Type Aliases",
|
"title": "Type Aliases",
|
||||||
"children": [
|
"children": [
|
||||||
13773,
|
13772,
|
||||||
13777
|
13776
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"packageName": "@medusajs/types",
|
"packageName": "@medusajs/types",
|
||||||
"symbolIdMap": {
|
"symbolIdMap": {
|
||||||
"13772": {
|
"13771": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/tax/provider.ts",
|
"sourceFileName": "../../../../packages/core/types/src/tax/provider.ts",
|
||||||
"qualifiedName": ""
|
"qualifiedName": ""
|
||||||
},
|
},
|
||||||
"13773": {
|
"13772": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/tax/provider.ts",
|
"sourceFileName": "../../../../packages/core/types/src/tax/provider.ts",
|
||||||
"qualifiedName": "ShippingTaxCalculationLine"
|
"qualifiedName": "ShippingTaxCalculationLine"
|
||||||
},
|
},
|
||||||
"13774": {
|
"13773": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/tax/provider.ts",
|
"sourceFileName": "../../../../packages/core/types/src/tax/provider.ts",
|
||||||
"qualifiedName": "__type"
|
"qualifiedName": "__type"
|
||||||
},
|
},
|
||||||
"13775": {
|
"13774": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/tax/provider.ts",
|
"sourceFileName": "../../../../packages/core/types/src/tax/provider.ts",
|
||||||
"qualifiedName": "__type.shipping_line"
|
"qualifiedName": "__type.shipping_line"
|
||||||
},
|
},
|
||||||
"13776": {
|
"13775": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/tax/provider.ts",
|
"sourceFileName": "../../../../packages/core/types/src/tax/provider.ts",
|
||||||
"qualifiedName": "__type.rates"
|
"qualifiedName": "__type.rates"
|
||||||
},
|
},
|
||||||
"13777": {
|
"13776": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/tax/provider.ts",
|
"sourceFileName": "../../../../packages/core/types/src/tax/provider.ts",
|
||||||
"qualifiedName": "ItemTaxCalculationLine"
|
"qualifiedName": "ItemTaxCalculationLine"
|
||||||
},
|
},
|
||||||
"13778": {
|
"13777": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/tax/provider.ts",
|
"sourceFileName": "../../../../packages/core/types/src/tax/provider.ts",
|
||||||
"qualifiedName": "__type"
|
"qualifiedName": "__type"
|
||||||
},
|
},
|
||||||
"13779": {
|
"13778": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/tax/provider.ts",
|
"sourceFileName": "../../../../packages/core/types/src/tax/provider.ts",
|
||||||
"qualifiedName": "__type.line_item"
|
"qualifiedName": "__type.line_item"
|
||||||
},
|
},
|
||||||
"13780": {
|
"13779": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/tax/provider.ts",
|
"sourceFileName": "../../../../packages/core/types/src/tax/provider.ts",
|
||||||
"qualifiedName": "__type.rates"
|
"qualifiedName": "__type.rates"
|
||||||
},
|
},
|
||||||
"13781": {
|
"13780": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/tax/provider.ts",
|
"sourceFileName": "../../../../packages/core/types/src/tax/provider.ts",
|
||||||
"qualifiedName": "ITaxProvider"
|
"qualifiedName": "ITaxProvider"
|
||||||
},
|
},
|
||||||
|
"13783": {
|
||||||
|
"sourceFileName": "../../../../packages/core/types/src/tax/provider.ts",
|
||||||
|
"qualifiedName": "ITaxProvider.getTaxLines"
|
||||||
|
},
|
||||||
"13784": {
|
"13784": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/tax/provider.ts",
|
"sourceFileName": "../../../../packages/core/types/src/tax/provider.ts",
|
||||||
"qualifiedName": "ITaxProvider.getTaxLines"
|
"qualifiedName": "ITaxProvider.getTaxLines"
|
||||||
},
|
},
|
||||||
"13785": {
|
"13785": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/tax/provider.ts",
|
"sourceFileName": "../../../../packages/core/types/src/tax/provider.ts",
|
||||||
"qualifiedName": "ITaxProvider.getTaxLines"
|
"qualifiedName": "itemLines"
|
||||||
},
|
},
|
||||||
"13786": {
|
"13786": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/tax/provider.ts",
|
|
||||||
"qualifiedName": "itemLines"
|
|
||||||
},
|
|
||||||
"13787": {
|
|
||||||
"sourceFileName": "../../../../packages/core/types/src/tax/provider.ts",
|
"sourceFileName": "../../../../packages/core/types/src/tax/provider.ts",
|
||||||
"qualifiedName": "shippingLines"
|
"qualifiedName": "shippingLines"
|
||||||
},
|
},
|
||||||
"13788": {
|
"13787": {
|
||||||
"sourceFileName": "../../../../packages/core/types/src/tax/provider.ts",
|
"sourceFileName": "../../../../packages/core/types/src/tax/provider.ts",
|
||||||
"qualifiedName": "context"
|
"qualifiedName": "context"
|
||||||
}
|
}
|
||||||
@@ -567,7 +567,7 @@
|
|||||||
"1": "../../../../packages/core/types/src/tax/provider.ts"
|
"1": "../../../../packages/core/types/src/tax/provider.ts"
|
||||||
},
|
},
|
||||||
"reflections": {
|
"reflections": {
|
||||||
"1": 13772
|
"1": 13771
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1,33 +1,33 @@
|
|||||||
{
|
{
|
||||||
"id": 13454,
|
"id": 13453,
|
||||||
"name": "user-models",
|
"name": "user-models",
|
||||||
"variant": "project",
|
"variant": "project",
|
||||||
"kind": 1,
|
"kind": 1,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": 13472,
|
"id": 13471,
|
||||||
"name": "Invite",
|
"name": "Invite",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 128,
|
"kind": 128,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": 13473,
|
"id": 13472,
|
||||||
"name": "constructor",
|
"name": "constructor",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 512,
|
"kind": 512,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"signatures": [
|
"signatures": [
|
||||||
{
|
{
|
||||||
"id": 13474,
|
"id": 13473,
|
||||||
"name": "new Invite",
|
"name": "new Invite",
|
||||||
"variant": "signature",
|
"variant": "signature",
|
||||||
"kind": 16384,
|
"kind": 16384,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"type": {
|
"type": {
|
||||||
"type": "reference",
|
"type": "reference",
|
||||||
"target": 13472,
|
"target": 13471,
|
||||||
"name": "Invite",
|
"name": "Invite",
|
||||||
"package": "@medusajs/user",
|
"package": "@medusajs/user",
|
||||||
"qualifiedName": "default"
|
"qualifiedName": "default"
|
||||||
@@ -36,7 +36,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13488,
|
"id": 13487,
|
||||||
"name": "[OptionalProps]",
|
"name": "[OptionalProps]",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -52,7 +52,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13475,
|
"id": 13474,
|
||||||
"name": "id",
|
"name": "id",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -63,7 +63,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13476,
|
"id": 13475,
|
||||||
"name": "email",
|
"name": "email",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -74,7 +74,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13477,
|
"id": 13476,
|
||||||
"name": "accepted",
|
"name": "accepted",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -86,7 +86,7 @@
|
|||||||
"defaultValue": "false"
|
"defaultValue": "false"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13478,
|
"id": 13477,
|
||||||
"name": "token",
|
"name": "token",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -97,7 +97,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13479,
|
"id": 13478,
|
||||||
"name": "expires_at",
|
"name": "expires_at",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -113,7 +113,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13480,
|
"id": 13479,
|
||||||
"name": "metadata",
|
"name": "metadata",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -149,7 +149,7 @@
|
|||||||
"defaultValue": "null"
|
"defaultValue": "null"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13481,
|
"id": 13480,
|
||||||
"name": "created_at",
|
"name": "created_at",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -165,7 +165,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13482,
|
"id": 13481,
|
||||||
"name": "updated_at",
|
"name": "updated_at",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -181,7 +181,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13483,
|
"id": 13482,
|
||||||
"name": "deleted_at",
|
"name": "deleted_at",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -207,14 +207,14 @@
|
|||||||
"defaultValue": "null"
|
"defaultValue": "null"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13484,
|
"id": 13483,
|
||||||
"name": "onInit",
|
"name": "onInit",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 2048,
|
"kind": 2048,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"signatures": [
|
"signatures": [
|
||||||
{
|
{
|
||||||
"id": 13485,
|
"id": 13484,
|
||||||
"name": "onInit",
|
"name": "onInit",
|
||||||
"variant": "signature",
|
"variant": "signature",
|
||||||
"kind": 4096,
|
"kind": 4096,
|
||||||
@@ -227,14 +227,14 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13486,
|
"id": 13485,
|
||||||
"name": "beforeCreate",
|
"name": "beforeCreate",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 2048,
|
"kind": 2048,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"signatures": [
|
"signatures": [
|
||||||
{
|
{
|
||||||
"id": 13487,
|
"id": 13486,
|
||||||
"name": "beforeCreate",
|
"name": "beforeCreate",
|
||||||
"variant": "signature",
|
"variant": "signature",
|
||||||
"kind": 4096,
|
"kind": 4096,
|
||||||
@@ -251,13 +251,14 @@
|
|||||||
{
|
{
|
||||||
"title": "Constructors",
|
"title": "Constructors",
|
||||||
"children": [
|
"children": [
|
||||||
13473
|
13472
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Properties",
|
"title": "Properties",
|
||||||
"children": [
|
"children": [
|
||||||
13488,
|
13487,
|
||||||
|
13474,
|
||||||
13475,
|
13475,
|
||||||
13476,
|
13476,
|
||||||
13477,
|
13477,
|
||||||
@@ -265,42 +266,41 @@
|
|||||||
13479,
|
13479,
|
||||||
13480,
|
13480,
|
||||||
13481,
|
13481,
|
||||||
13482,
|
13482
|
||||||
13483
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Methods",
|
"title": "Methods",
|
||||||
"children": [
|
"children": [
|
||||||
13484,
|
13483,
|
||||||
13486
|
13485
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13455,
|
"id": 13454,
|
||||||
"name": "User",
|
"name": "User",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 128,
|
"kind": 128,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": 13456,
|
"id": 13455,
|
||||||
"name": "constructor",
|
"name": "constructor",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 512,
|
"kind": 512,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"signatures": [
|
"signatures": [
|
||||||
{
|
{
|
||||||
"id": 13457,
|
"id": 13456,
|
||||||
"name": "new User",
|
"name": "new User",
|
||||||
"variant": "signature",
|
"variant": "signature",
|
||||||
"kind": 16384,
|
"kind": 16384,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"type": {
|
"type": {
|
||||||
"type": "reference",
|
"type": "reference",
|
||||||
"target": 13455,
|
"target": 13454,
|
||||||
"name": "User",
|
"name": "User",
|
||||||
"package": "@medusajs/user",
|
"package": "@medusajs/user",
|
||||||
"qualifiedName": "default"
|
"qualifiedName": "default"
|
||||||
@@ -309,7 +309,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13471,
|
"id": 13470,
|
||||||
"name": "[OptionalProps]",
|
"name": "[OptionalProps]",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -327,7 +327,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13458,
|
"id": 13457,
|
||||||
"name": "id",
|
"name": "id",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -338,7 +338,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13459,
|
"id": 13458,
|
||||||
"name": "first_name",
|
"name": "first_name",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -359,7 +359,7 @@
|
|||||||
"defaultValue": "null"
|
"defaultValue": "null"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13460,
|
"id": 13459,
|
||||||
"name": "last_name",
|
"name": "last_name",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -380,7 +380,7 @@
|
|||||||
"defaultValue": "null"
|
"defaultValue": "null"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13461,
|
"id": 13460,
|
||||||
"name": "email",
|
"name": "email",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -391,7 +391,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13462,
|
"id": 13461,
|
||||||
"name": "avatar_url",
|
"name": "avatar_url",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -412,7 +412,7 @@
|
|||||||
"defaultValue": "null"
|
"defaultValue": "null"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13463,
|
"id": 13462,
|
||||||
"name": "metadata",
|
"name": "metadata",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -448,7 +448,7 @@
|
|||||||
"defaultValue": "null"
|
"defaultValue": "null"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13464,
|
"id": 13463,
|
||||||
"name": "created_at",
|
"name": "created_at",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -464,7 +464,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13465,
|
"id": 13464,
|
||||||
"name": "updated_at",
|
"name": "updated_at",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -480,7 +480,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13466,
|
"id": 13465,
|
||||||
"name": "deleted_at",
|
"name": "deleted_at",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 1024,
|
"kind": 1024,
|
||||||
@@ -508,14 +508,14 @@
|
|||||||
"defaultValue": "null"
|
"defaultValue": "null"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13467,
|
"id": 13466,
|
||||||
"name": "onCreate",
|
"name": "onCreate",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 2048,
|
"kind": 2048,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"signatures": [
|
"signatures": [
|
||||||
{
|
{
|
||||||
"id": 13468,
|
"id": 13467,
|
||||||
"name": "onCreate",
|
"name": "onCreate",
|
||||||
"variant": "signature",
|
"variant": "signature",
|
||||||
"kind": 4096,
|
"kind": 4096,
|
||||||
@@ -528,14 +528,14 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": 13469,
|
"id": 13468,
|
||||||
"name": "onInit",
|
"name": "onInit",
|
||||||
"variant": "declaration",
|
"variant": "declaration",
|
||||||
"kind": 2048,
|
"kind": 2048,
|
||||||
"flags": {},
|
"flags": {},
|
||||||
"signatures": [
|
"signatures": [
|
||||||
{
|
{
|
||||||
"id": 13470,
|
"id": 13469,
|
||||||
"name": "onInit",
|
"name": "onInit",
|
||||||
"variant": "signature",
|
"variant": "signature",
|
||||||
"kind": 4096,
|
"kind": 4096,
|
||||||
@@ -552,13 +552,14 @@
|
|||||||
{
|
{
|
||||||
"title": "Constructors",
|
"title": "Constructors",
|
||||||
"children": [
|
"children": [
|
||||||
13456
|
13455
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Properties",
|
"title": "Properties",
|
||||||
"children": [
|
"children": [
|
||||||
13471,
|
13470,
|
||||||
|
13457,
|
||||||
13458,
|
13458,
|
||||||
13459,
|
13459,
|
||||||
13460,
|
13460,
|
||||||
@@ -566,15 +567,14 @@
|
|||||||
13462,
|
13462,
|
||||||
13463,
|
13463,
|
||||||
13464,
|
13464,
|
||||||
13465,
|
13465
|
||||||
13466
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Methods",
|
"title": "Methods",
|
||||||
"children": [
|
"children": [
|
||||||
13467,
|
13466,
|
||||||
13469
|
13468
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -584,134 +584,134 @@
|
|||||||
{
|
{
|
||||||
"title": "Classes",
|
"title": "Classes",
|
||||||
"children": [
|
"children": [
|
||||||
13472,
|
13471,
|
||||||
13455
|
13454
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"packageName": "@medusajs/user",
|
"packageName": "@medusajs/user",
|
||||||
"symbolIdMap": {
|
"symbolIdMap": {
|
||||||
"13454": {
|
"13453": {
|
||||||
"sourceFileName": "../../../../packages/modules/user/src/models/index.ts",
|
"sourceFileName": "../../../../packages/modules/user/src/models/index.ts",
|
||||||
"qualifiedName": ""
|
"qualifiedName": ""
|
||||||
},
|
},
|
||||||
"13455": {
|
"13454": {
|
||||||
"sourceFileName": "../../../../packages/modules/user/src/models/user.ts",
|
"sourceFileName": "../../../../packages/modules/user/src/models/user.ts",
|
||||||
"qualifiedName": "default"
|
"qualifiedName": "default"
|
||||||
},
|
},
|
||||||
"13458": {
|
"13457": {
|
||||||
"sourceFileName": "../../../../packages/modules/user/src/models/user.ts",
|
"sourceFileName": "../../../../packages/modules/user/src/models/user.ts",
|
||||||
"qualifiedName": "default.id"
|
"qualifiedName": "default.id"
|
||||||
},
|
},
|
||||||
"13459": {
|
"13458": {
|
||||||
"sourceFileName": "../../../../packages/modules/user/src/models/user.ts",
|
"sourceFileName": "../../../../packages/modules/user/src/models/user.ts",
|
||||||
"qualifiedName": "default.first_name"
|
"qualifiedName": "default.first_name"
|
||||||
},
|
},
|
||||||
"13460": {
|
"13459": {
|
||||||
"sourceFileName": "../../../../packages/modules/user/src/models/user.ts",
|
"sourceFileName": "../../../../packages/modules/user/src/models/user.ts",
|
||||||
"qualifiedName": "default.last_name"
|
"qualifiedName": "default.last_name"
|
||||||
},
|
},
|
||||||
"13461": {
|
"13460": {
|
||||||
"sourceFileName": "../../../../packages/modules/user/src/models/user.ts",
|
"sourceFileName": "../../../../packages/modules/user/src/models/user.ts",
|
||||||
"qualifiedName": "default.email"
|
"qualifiedName": "default.email"
|
||||||
},
|
},
|
||||||
"13462": {
|
"13461": {
|
||||||
"sourceFileName": "../../../../packages/modules/user/src/models/user.ts",
|
"sourceFileName": "../../../../packages/modules/user/src/models/user.ts",
|
||||||
"qualifiedName": "default.avatar_url"
|
"qualifiedName": "default.avatar_url"
|
||||||
},
|
},
|
||||||
"13463": {
|
"13462": {
|
||||||
"sourceFileName": "../../../../packages/modules/user/src/models/user.ts",
|
"sourceFileName": "../../../../packages/modules/user/src/models/user.ts",
|
||||||
"qualifiedName": "default.metadata"
|
"qualifiedName": "default.metadata"
|
||||||
},
|
},
|
||||||
"13464": {
|
"13463": {
|
||||||
"sourceFileName": "../../../../packages/modules/user/src/models/user.ts",
|
"sourceFileName": "../../../../packages/modules/user/src/models/user.ts",
|
||||||
"qualifiedName": "default.created_at"
|
"qualifiedName": "default.created_at"
|
||||||
},
|
},
|
||||||
"13465": {
|
"13464": {
|
||||||
"sourceFileName": "../../../../packages/modules/user/src/models/user.ts",
|
"sourceFileName": "../../../../packages/modules/user/src/models/user.ts",
|
||||||
"qualifiedName": "default.updated_at"
|
"qualifiedName": "default.updated_at"
|
||||||
},
|
},
|
||||||
"13466": {
|
"13465": {
|
||||||
"sourceFileName": "../../../../packages/modules/user/src/models/user.ts",
|
"sourceFileName": "../../../../packages/modules/user/src/models/user.ts",
|
||||||
"qualifiedName": "default.deleted_at"
|
"qualifiedName": "default.deleted_at"
|
||||||
},
|
},
|
||||||
|
"13466": {
|
||||||
|
"sourceFileName": "../../../../packages/modules/user/src/models/user.ts",
|
||||||
|
"qualifiedName": "default.onCreate"
|
||||||
|
},
|
||||||
"13467": {
|
"13467": {
|
||||||
"sourceFileName": "../../../../packages/modules/user/src/models/user.ts",
|
"sourceFileName": "../../../../packages/modules/user/src/models/user.ts",
|
||||||
"qualifiedName": "default.onCreate"
|
"qualifiedName": "default.onCreate"
|
||||||
},
|
},
|
||||||
"13468": {
|
"13468": {
|
||||||
"sourceFileName": "../../../../packages/modules/user/src/models/user.ts",
|
"sourceFileName": "../../../../packages/modules/user/src/models/user.ts",
|
||||||
"qualifiedName": "default.onCreate"
|
"qualifiedName": "default.onInit"
|
||||||
},
|
},
|
||||||
"13469": {
|
"13469": {
|
||||||
"sourceFileName": "../../../../packages/modules/user/src/models/user.ts",
|
"sourceFileName": "../../../../packages/modules/user/src/models/user.ts",
|
||||||
"qualifiedName": "default.onInit"
|
"qualifiedName": "default.onInit"
|
||||||
},
|
},
|
||||||
"13470": {
|
"13470": {
|
||||||
"sourceFileName": "../../../../packages/modules/user/src/models/user.ts",
|
|
||||||
"qualifiedName": "default.onInit"
|
|
||||||
},
|
|
||||||
"13471": {
|
|
||||||
"sourceFileName": "../../../../packages/modules/user/src/models/user.ts",
|
"sourceFileName": "../../../../packages/modules/user/src/models/user.ts",
|
||||||
"qualifiedName": "default.[OptionalProps]"
|
"qualifiedName": "default.[OptionalProps]"
|
||||||
},
|
},
|
||||||
"13472": {
|
"13471": {
|
||||||
"sourceFileName": "../../../../packages/modules/user/src/models/invite.ts",
|
"sourceFileName": "../../../../packages/modules/user/src/models/invite.ts",
|
||||||
"qualifiedName": "default"
|
"qualifiedName": "default"
|
||||||
},
|
},
|
||||||
"13475": {
|
"13474": {
|
||||||
"sourceFileName": "../../../../packages/modules/user/src/models/invite.ts",
|
"sourceFileName": "../../../../packages/modules/user/src/models/invite.ts",
|
||||||
"qualifiedName": "default.id"
|
"qualifiedName": "default.id"
|
||||||
},
|
},
|
||||||
"13476": {
|
"13475": {
|
||||||
"sourceFileName": "../../../../packages/modules/user/src/models/invite.ts",
|
"sourceFileName": "../../../../packages/modules/user/src/models/invite.ts",
|
||||||
"qualifiedName": "default.email"
|
"qualifiedName": "default.email"
|
||||||
},
|
},
|
||||||
"13477": {
|
"13476": {
|
||||||
"sourceFileName": "../../../../packages/modules/user/src/models/invite.ts",
|
"sourceFileName": "../../../../packages/modules/user/src/models/invite.ts",
|
||||||
"qualifiedName": "default.accepted"
|
"qualifiedName": "default.accepted"
|
||||||
},
|
},
|
||||||
"13478": {
|
"13477": {
|
||||||
"sourceFileName": "../../../../packages/modules/user/src/models/invite.ts",
|
"sourceFileName": "../../../../packages/modules/user/src/models/invite.ts",
|
||||||
"qualifiedName": "default.token"
|
"qualifiedName": "default.token"
|
||||||
},
|
},
|
||||||
"13479": {
|
"13478": {
|
||||||
"sourceFileName": "../../../../packages/modules/user/src/models/invite.ts",
|
"sourceFileName": "../../../../packages/modules/user/src/models/invite.ts",
|
||||||
"qualifiedName": "default.expires_at"
|
"qualifiedName": "default.expires_at"
|
||||||
},
|
},
|
||||||
"13480": {
|
"13479": {
|
||||||
"sourceFileName": "../../../../packages/modules/user/src/models/invite.ts",
|
"sourceFileName": "../../../../packages/modules/user/src/models/invite.ts",
|
||||||
"qualifiedName": "default.metadata"
|
"qualifiedName": "default.metadata"
|
||||||
},
|
},
|
||||||
"13481": {
|
"13480": {
|
||||||
"sourceFileName": "../../../../packages/modules/user/src/models/invite.ts",
|
"sourceFileName": "../../../../packages/modules/user/src/models/invite.ts",
|
||||||
"qualifiedName": "default.created_at"
|
"qualifiedName": "default.created_at"
|
||||||
},
|
},
|
||||||
"13482": {
|
"13481": {
|
||||||
"sourceFileName": "../../../../packages/modules/user/src/models/invite.ts",
|
"sourceFileName": "../../../../packages/modules/user/src/models/invite.ts",
|
||||||
"qualifiedName": "default.updated_at"
|
"qualifiedName": "default.updated_at"
|
||||||
},
|
},
|
||||||
"13483": {
|
"13482": {
|
||||||
"sourceFileName": "../../../../packages/modules/user/src/models/invite.ts",
|
"sourceFileName": "../../../../packages/modules/user/src/models/invite.ts",
|
||||||
"qualifiedName": "default.deleted_at"
|
"qualifiedName": "default.deleted_at"
|
||||||
},
|
},
|
||||||
|
"13483": {
|
||||||
|
"sourceFileName": "../../../../packages/modules/user/src/models/invite.ts",
|
||||||
|
"qualifiedName": "default.onInit"
|
||||||
|
},
|
||||||
"13484": {
|
"13484": {
|
||||||
"sourceFileName": "../../../../packages/modules/user/src/models/invite.ts",
|
"sourceFileName": "../../../../packages/modules/user/src/models/invite.ts",
|
||||||
"qualifiedName": "default.onInit"
|
"qualifiedName": "default.onInit"
|
||||||
},
|
},
|
||||||
"13485": {
|
"13485": {
|
||||||
"sourceFileName": "../../../../packages/modules/user/src/models/invite.ts",
|
"sourceFileName": "../../../../packages/modules/user/src/models/invite.ts",
|
||||||
"qualifiedName": "default.onInit"
|
"qualifiedName": "default.beforeCreate"
|
||||||
},
|
},
|
||||||
"13486": {
|
"13486": {
|
||||||
"sourceFileName": "../../../../packages/modules/user/src/models/invite.ts",
|
"sourceFileName": "../../../../packages/modules/user/src/models/invite.ts",
|
||||||
"qualifiedName": "default.beforeCreate"
|
"qualifiedName": "default.beforeCreate"
|
||||||
},
|
},
|
||||||
"13487": {
|
"13487": {
|
||||||
"sourceFileName": "../../../../packages/modules/user/src/models/invite.ts",
|
|
||||||
"qualifiedName": "default.beforeCreate"
|
|
||||||
},
|
|
||||||
"13488": {
|
|
||||||
"sourceFileName": "../../../../packages/modules/user/src/models/invite.ts",
|
"sourceFileName": "../../../../packages/modules/user/src/models/invite.ts",
|
||||||
"qualifiedName": "default.[OptionalProps]"
|
"qualifiedName": "default.[OptionalProps]"
|
||||||
}
|
}
|
||||||
@@ -721,7 +721,7 @@
|
|||||||
"1": "../../../../packages/modules/user/src/models/index.ts"
|
"1": "../../../../packages/modules/user/src/models/index.ts"
|
||||||
},
|
},
|
||||||
"reflections": {
|
"reflections": {
|
||||||
"1": 13454
|
"1": 13453
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user