@things-factory/operato-wms 7.0.1-beta.16 → 7.0.1-beta.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,14 +1 @@
1
- export declare const Query: {
2
- elcclDailyOrderInventoryReport(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<{
3
- items: any;
4
- total: any;
5
- }>;
6
- elcclOnhandInventoryCounter(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<number>;
7
- elcclInventoryHistoryPalletDetailReport(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<any>;
8
- elcclInventoryHistoryReport(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<any>;
9
- elcclDailyCollectionReport(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<any>;
10
- elcclInventoryHistorySummaryReport(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<{
11
- items: any;
12
- total: any;
13
- }>;
14
- };
1
+ export declare const Query: any;
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../server/graphql/resolvers/custom/elccl/index.ts"],"names":[],"mappings":";;;AAAA,qGAA6F;AAC7F,mFAA4E;AAC5E,qFAA8E;AAC9E,iHAAwG;AACxG,qFAAsF;AACtF,6FAAqF;AAExE,QAAA,KAAK,2FACb,2EAAkC,GAClC,0DAA0B,GAC1B,4DAA2B,GAC3B,sFAAuC,GACvC,oEAAmC,GACnC,mEAA8B,EAClC","sourcesContent":["import { elcclInventoryHistorySummaryReport } from './elccl-inventory-history-summary-report'\nimport { elcclDailyCollectionReport } from './elccl-daily-collection-report'\nimport { elcclInventoryHistoryReport } from './elccl-inventory-history-report'\nimport { elcclInventoryHistoryPalletDetailReport } from './elccl-inventory-history-pallet-detail-report'\nimport { elcclOnhandInventoryCounterResolver } from './elccl-onhand-inventory-counter'\nimport { elcclDailyOrderInventoryReport } from './elccl-daily-order-inventory-report'\n\nexport const Query = {\n ...elcclInventoryHistorySummaryReport,\n ...elcclDailyCollectionReport,\n ...elcclInventoryHistoryReport,\n ...elcclInventoryHistoryPalletDetailReport,\n ...elcclOnhandInventoryCounterResolver,\n ...elcclDailyOrderInventoryReport\n}\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../server/graphql/resolvers/custom/elccl/index.ts"],"names":[],"mappings":";;;AAAA,qGAA6F;AAC7F,mFAA4E;AAC5E,qFAA8E;AAC9E,iHAAwG;AACxG,qFAAsF;AACtF,6FAAqF;AAExE,QAAA,KAAK,GAAG,wFAChB,2EAAkC,GAClC,0DAA0B,GAC1B,4DAA2B,GAC3B,sFAAuC,GACvC,oEAAmC,GACnC,mEAA8B,CAC3B,CAAA","sourcesContent":["import { elcclInventoryHistorySummaryReport } from './elccl-inventory-history-summary-report'\nimport { elcclDailyCollectionReport } from './elccl-daily-collection-report'\nimport { elcclInventoryHistoryReport } from './elccl-inventory-history-report'\nimport { elcclInventoryHistoryPalletDetailReport } from './elccl-inventory-history-pallet-detail-report'\nimport { elcclOnhandInventoryCounterResolver } from './elccl-onhand-inventory-counter'\nimport { elcclDailyOrderInventoryReport } from './elccl-daily-order-inventory-report'\n\nexport const Query = {\n ...elcclInventoryHistorySummaryReport,\n ...elcclDailyCollectionReport,\n ...elcclInventoryHistoryReport,\n ...elcclInventoryHistoryPalletDetailReport,\n ...elcclOnhandInventoryCounterResolver,\n ...elcclDailyOrderInventoryReport\n} as any\n"]}
@@ -1,3 +1 @@
1
- export declare const Query: {
2
- kimedaOnhandInventoryCounter(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<number>;
3
- };
1
+ export declare const Query: any;
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../server/graphql/resolvers/custom/kimeda/index.ts"],"names":[],"mappings":";;;AAAA,uFAAwF;AAE3E,QAAA,KAAK,qBACb,sEAAoC,EACxC","sourcesContent":["import { kimedaOnhandInventoryCounterResolver } from './kimeda-onhand-inventory-counter'\n\nexport const Query = {\n ...kimedaOnhandInventoryCounterResolver\n}\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../server/graphql/resolvers/custom/kimeda/index.ts"],"names":[],"mappings":";;;AAAA,uFAAwF;AAE3E,QAAA,KAAK,GAAG,kBAChB,sEAAoC,CACjC,CAAA","sourcesContent":["import { kimedaOnhandInventoryCounterResolver } from './kimeda-onhand-inventory-counter'\n\nexport const Query = {\n ...kimedaOnhandInventoryCounterResolver\n} as any\n"]}
@@ -1,18 +1 @@
1
- export declare const Query: {
2
- unitInboundedOutbounded(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<{
3
- status: string;
4
- count: number;
5
- }[]>;
6
- inventoryExpiryMonitor(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<{
7
- quarantined: any;
8
- inShelf: any;
9
- }>;
10
- outboundOrderByStatus(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<{
11
- status: string;
12
- count: number;
13
- }[]>;
14
- releaseGoodsByStatus(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<any[]>;
15
- deliveryOrdersByStatus(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<any[]>;
16
- collectionOrdersByStatus(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<any[]>;
17
- arrivalNoticesByStatus(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<any[]>;
18
- };
1
+ export declare const Query: any;
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../server/graphql/resolvers/dashboard/index.ts"],"names":[],"mappings":";;;AAAA,2EAA4E;AAC5E,+EAAgF;AAChF,2EAA4E;AAC5E,yEAA2E;AAC3E,yEAA0E;AAC1E,uEAAwE;AACxE,2EAA6E;AAEhE,QAAA,KAAK,yGACb,0DAA8B,GAC9B,8DAAgC,GAChC,0DAA8B,GAC9B,sDAA4B,GAC5B,wDAA6B,GAC7B,yDAA8B,GAC9B,2DAA+B,EACnC","sourcesContent":["import { arrivalNoticesByStatusResolver } from './arrival-notices-by-status'\nimport { collectionOrdersByStatusResolver } from './collection-orders-by-status'\nimport { deliveryOrdersByStatusResolver } from './delivery-orders-by-status'\nimport { inventoryExpiryMonitorResolver } from './inventory-expiry-monitor'\nimport { outboundOrderByStatusResolver } from './outbound-order-by-status'\nimport { releaseGoodsByStatusResolver } from './release-goods-by-status'\nimport { unitInboundedOutboundedResolver } from './unit-inbounded-outbounded'\n\nexport const Query = {\n ...arrivalNoticesByStatusResolver,\n ...collectionOrdersByStatusResolver,\n ...deliveryOrdersByStatusResolver,\n ...releaseGoodsByStatusResolver,\n ...outboundOrderByStatusResolver,\n ...inventoryExpiryMonitorResolver,\n ...unitInboundedOutboundedResolver\n}\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../server/graphql/resolvers/dashboard/index.ts"],"names":[],"mappings":";;;AAAA,2EAA4E;AAC5E,+EAAgF;AAChF,2EAA4E;AAC5E,yEAA2E;AAC3E,yEAA0E;AAC1E,uEAAwE;AACxE,2EAA6E;AAEhE,QAAA,KAAK,GAAG,sGAChB,0DAA8B,GAC9B,8DAAgC,GAChC,0DAA8B,GAC9B,sDAA4B,GAC5B,wDAA6B,GAC7B,yDAA8B,GAC9B,2DAA+B,CAC5B,CAAA","sourcesContent":["import { arrivalNoticesByStatusResolver } from './arrival-notices-by-status'\nimport { collectionOrdersByStatusResolver } from './collection-orders-by-status'\nimport { deliveryOrdersByStatusResolver } from './delivery-orders-by-status'\nimport { inventoryExpiryMonitorResolver } from './inventory-expiry-monitor'\nimport { outboundOrderByStatusResolver } from './outbound-order-by-status'\nimport { releaseGoodsByStatusResolver } from './release-goods-by-status'\nimport { unitInboundedOutboundedResolver } from './unit-inbounded-outbounded'\n\nexport const Query = {\n ...arrivalNoticesByStatusResolver,\n ...collectionOrdersByStatusResolver,\n ...deliveryOrdersByStatusResolver,\n ...releaseGoodsByStatusResolver,\n ...outboundOrderByStatusResolver,\n ...inventoryExpiryMonitorResolver,\n ...unitInboundedOutboundedResolver\n} as any\n"]}
@@ -1,83 +1,4 @@
1
- export declare const queries: ({
2
- boardSettings(_: any, params: any, context: ResolverContext): Promise<any[]>;
3
- } | {
4
- elcclDailyOrderInventoryReport(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<{
5
- items: any;
6
- total: any;
7
- }>;
8
- elcclOnhandInventoryCounter(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<number>;
9
- elcclInventoryHistoryPalletDetailReport(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<any>;
10
- elcclInventoryHistoryReport(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<any>;
11
- elcclDailyCollectionReport(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<any>;
12
- elcclInventoryHistorySummaryReport(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<{
13
- items: any;
14
- total: any;
15
- }>;
16
- } | {
17
- kimedaOnhandInventoryCounter(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<number>;
18
- } | {
19
- unitInboundedOutbounded(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<{
20
- status: string;
21
- count: number;
22
- }[]>;
23
- inventoryExpiryMonitor(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<{
24
- quarantined: any;
25
- inShelf: any;
26
- }>;
27
- outboundOrderByStatus(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<{
28
- status: string;
29
- count: number;
30
- }[]>;
31
- releaseGoodsByStatus(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<any[]>;
32
- deliveryOrdersByStatus(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<any[]>;
33
- collectionOrdersByStatus(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<any[]>;
34
- arrivalNoticesByStatus(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<any[]>;
35
- } | {
36
- pageSettings(_: any, { codes, partners }: {
37
- codes: any;
38
- partners: any;
39
- }, context: ResolverContext): Promise<any[]>;
40
- } | {
41
- opaMenus(_: any, _params: any, context: ResolverContext): Promise<import("@things-factory/menu-base").Menu[]>;
42
- } | {
43
- releaseInventoryReport(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<{
44
- items: any;
45
- total: any;
46
- }>;
47
- productLabelReport(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<{
48
- items: any;
49
- total: number;
50
- }>;
51
- outboundOrderDetailsReport(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<{
52
- items: any;
53
- total: any;
54
- }>;
55
- inboundOrderDetailsReport(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<{
56
- items: any;
57
- total: any;
58
- }>;
59
- costingReport(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<{
60
- items: any;
61
- total: any;
62
- }>;
63
- outboundSerialNumberReport(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<{
64
- items: any;
65
- total: any;
66
- }>;
67
- inboundSerialNumberReport(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<{
68
- items: any;
69
- total: any;
70
- }>;
71
- } | {
72
- inventoryComparisonList(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<{
73
- items: any[];
74
- total: number;
75
- }>;
76
- } | {
77
- shippingProviders(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<{
78
- items: any[];
79
- }>;
80
- })[];
1
+ export declare const queries: any;
81
2
  export declare const mutations: ({
82
3
  addReleaseGoodProducts(_: any, { name, orderInventories, existingOrderInventories }: {
83
4
  name: any;
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../server/graphql/resolvers/index.ts"],"names":[],"mappings":";;;;AAAA,sEAA+C;AAC/C,oEAA6C;AAC7C,sEAA+C;AAC/C,+DAAwC;AACxC,uDAAgC;AAChC,4DAAqC;AACrC,2DAAoC;AACpC,oFAA6D;AAC7D,+EAAwD;AACxD,uGAAgF;AAEnE,QAAA,OAAO,GAAG;IACrB,YAAY,CAAC,KAAK;IAClB,WAAW,CAAC,KAAK;IACjB,YAAY,CAAC,KAAK;IAClB,SAAS,CAAC,KAAK;IACf,mBAAmB,CAAC,KAAK;IACzB,OAAO,CAAC,KAAK;IACb,KAAK,CAAC,KAAK;IACX,OAAO,CAAC,KAAK;IACb,iBAAiB,CAAC,KAAK;CACxB,CAAA;AAEY,QAAA,SAAS,GAAG,CAAC,KAAK,CAAC,QAAQ,EAAE,4BAA4B,CAAC,QAAQ,CAAC,CAAA","sourcesContent":["import * as BoardSetting from './board-setting'\nimport * as CustomElccl from './custom/elccl'\nimport * as CustomKimeda from './custom/kimeda'\nimport * as Dashboard from './dashboard'\nimport * as Other from './other'\nimport * as OpaMenu from './opa-menu'\nimport * as Reports from './reports'\nimport * as InventoryComparison from './inventory-comparison'\nimport * as ShippingProviders from './shipping-provider'\nimport * as WarehouseInventoryAdjustment from './warehouse-inventory-adjustment'\n\nexport const queries = [\n BoardSetting.Query,\n CustomElccl.Query,\n CustomKimeda.Query,\n Dashboard.Query,\n InventoryComparison.Query,\n OpaMenu.Query,\n Other.Query,\n Reports.Query,\n ShippingProviders.Query\n]\n\nexport const mutations = [Other.Mutation, WarehouseInventoryAdjustment.Mutation]\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../server/graphql/resolvers/index.ts"],"names":[],"mappings":";;;;AAAA,sEAA+C;AAC/C,oEAA6C;AAC7C,sEAA+C;AAC/C,+DAAwC;AACxC,uDAAgC;AAChC,4DAAqC;AACrC,2DAAoC;AACpC,oFAA6D;AAC7D,+EAAwD;AACxD,uGAAgF;AAEnE,QAAA,OAAO,GAAG;IACrB,YAAY,CAAC,KAAK;IAClB,WAAW,CAAC,KAAK;IACjB,YAAY,CAAC,KAAK;IAClB,SAAS,CAAC,KAAK;IACf,mBAAmB,CAAC,KAAK;IACzB,OAAO,CAAC,KAAK;IACb,KAAK,CAAC,KAAK;IACX,OAAO,CAAC,KAAK;IACb,iBAAiB,CAAC,KAAK;CACjB,CAAA;AAEK,QAAA,SAAS,GAAG,CAAC,KAAK,CAAC,QAAQ,EAAE,4BAA4B,CAAC,QAAQ,CAAC,CAAA","sourcesContent":["import * as BoardSetting from './board-setting'\nimport * as CustomElccl from './custom/elccl'\nimport * as CustomKimeda from './custom/kimeda'\nimport * as Dashboard from './dashboard'\nimport * as Other from './other'\nimport * as OpaMenu from './opa-menu'\nimport * as Reports from './reports'\nimport * as InventoryComparison from './inventory-comparison'\nimport * as ShippingProviders from './shipping-provider'\nimport * as WarehouseInventoryAdjustment from './warehouse-inventory-adjustment'\n\nexport const queries = [\n BoardSetting.Query,\n CustomElccl.Query,\n CustomKimeda.Query,\n Dashboard.Query,\n InventoryComparison.Query,\n OpaMenu.Query,\n Other.Query,\n Reports.Query,\n ShippingProviders.Query\n] as any\n\nexport const mutations = [Other.Mutation, WarehouseInventoryAdjustment.Mutation]\n"]}
@@ -1,6 +1 @@
1
- export declare const Query: {
2
- inventoryComparisonList(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<{
3
- items: any[];
4
- total: number;
5
- }>;
6
- };
1
+ export declare const Query: any;
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../server/graphql/resolvers/inventory-comparison/index.ts"],"names":[],"mappings":";;;AAAA,2EAAqE;AAExD,QAAA,KAAK,qBACb,mDAAuB,EAC3B","sourcesContent":["import { inventoryComparisonList } from './inventory-comparison-list'\n\nexport const Query = {\n ...inventoryComparisonList\n}"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../server/graphql/resolvers/inventory-comparison/index.ts"],"names":[],"mappings":";;;AAAA,2EAAqE;AAExD,QAAA,KAAK,GAAG,kBAChB,mDAAuB,CACpB,CAAA","sourcesContent":["import { inventoryComparisonList } from './inventory-comparison-list'\n\nexport const Query = {\n ...inventoryComparisonList\n} as any\n"]}
@@ -1,30 +1 @@
1
- export declare const Query: {
2
- releaseInventoryReport(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<{
3
- items: any;
4
- total: any;
5
- }>;
6
- productLabelReport(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<{
7
- items: any;
8
- total: number;
9
- }>;
10
- outboundOrderDetailsReport(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<{
11
- items: any;
12
- total: any;
13
- }>;
14
- inboundOrderDetailsReport(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<{
15
- items: any;
16
- total: any;
17
- }>;
18
- costingReport(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<{
19
- items: any;
20
- total: any;
21
- }>;
22
- outboundSerialNumberReport(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<{
23
- items: any;
24
- total: any;
25
- }>;
26
- inboundSerialNumberReport(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<{
27
- items: any;
28
- total: any;
29
- }>;
30
- };
1
+ export declare const Query: any;
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../server/graphql/resolvers/reports/index.ts"],"names":[],"mappings":";;;AAAA,iFAA0E;AAC1E,mFAA4E;AAE5E,qDAAgD;AAChD,iFAA0E;AAC1E,mFAA4E;AAC5E,iEAA2D;AAC3D,yEAAmE;AAEtD,QAAA,KAAK,yGACb,wDAAyB,GACzB,0DAA0B,GAC1B,8BAAa,GACb,wDAAyB,GACzB,0DAA0B,GAC1B,yCAAkB,GAClB,iDAAsB,EAC1B","sourcesContent":["import { inboundSerialNumberReport } from './inbound-serial-number-report'\nimport { outboundSerialNumberReport } from './outbound-serial-number-report'\n\nimport { costingReport } from './costing-report'\nimport { inboundOrderDetailsReport } from './inbound-order-details-report'\nimport { outboundOrderDetailsReport } from './outbound-order-details-report'\nimport { productLabelReport } from './product-label-report'\nimport { releaseInventoryReport } from './release-inventory-report'\n\nexport const Query = {\n ...inboundSerialNumberReport,\n ...outboundSerialNumberReport,\n ...costingReport,\n ...inboundOrderDetailsReport,\n ...outboundOrderDetailsReport,\n ...productLabelReport,\n ...releaseInventoryReport\n}\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../server/graphql/resolvers/reports/index.ts"],"names":[],"mappings":";;;AAAA,iFAA0E;AAC1E,mFAA4E;AAE5E,qDAAgD;AAChD,iFAA0E;AAC1E,mFAA4E;AAC5E,iEAA2D;AAC3D,yEAAmE;AAEtD,QAAA,KAAK,GAAG,sGAChB,wDAAyB,GACzB,0DAA0B,GAC1B,8BAAa,GACb,wDAAyB,GACzB,0DAA0B,GAC1B,yCAAkB,GAClB,iDAAsB,CACnB,CAAA","sourcesContent":["import { inboundSerialNumberReport } from './inbound-serial-number-report'\nimport { outboundSerialNumberReport } from './outbound-serial-number-report'\n\nimport { costingReport } from './costing-report'\nimport { inboundOrderDetailsReport } from './inbound-order-details-report'\nimport { outboundOrderDetailsReport } from './outbound-order-details-report'\nimport { productLabelReport } from './product-label-report'\nimport { releaseInventoryReport } from './release-inventory-report'\n\nexport const Query = {\n ...inboundSerialNumberReport,\n ...outboundSerialNumberReport,\n ...costingReport,\n ...inboundOrderDetailsReport,\n ...outboundOrderDetailsReport,\n ...productLabelReport,\n ...releaseInventoryReport\n} as any\n"]}
@@ -1,5 +1 @@
1
- export declare const Query: {
2
- shippingProviders(_: any, params: import("@things-factory/shell").ListParam, context: ResolverContext): Promise<{
3
- items: any[];
4
- }>;
5
- };
1
+ export declare const Query: any;
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../server/graphql/resolvers/shipping-provider/index.ts"],"names":[],"mappings":";;;AAAA,6DAAwD;AAE3C,QAAA,KAAK,qBACX,sCAAiB,EACvB","sourcesContent":["import { shippingProviders } from \"./shipping-providers\"\n\nexport const Query = {\n ...shippingProviders\n}"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../server/graphql/resolvers/shipping-provider/index.ts"],"names":[],"mappings":";;;AAAA,6DAAwD;AAE3C,QAAA,KAAK,GAAG,kBAChB,sCAAiB,CACd,CAAA","sourcesContent":["import { shippingProviders } from './shipping-providers'\n\nexport const Query = {\n ...shippingProviders\n} as any\n"]}