@things-factory/worksheet-base 6.0.18 → 6.0.21

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,8 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GenerateBatchPickInfo = void 0;
4
- const apollo_server_koa_1 = require("apollo-server-koa");
5
- exports.GenerateBatchPickInfo = (0, apollo_server_koa_1.gql) `
4
+ const tslib_1 = require("tslib");
5
+ const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
6
+ exports.GenerateBatchPickInfo = (0, graphql_tag_1.default) `
6
7
  input GenerateBatchPickInfo {
7
8
  releaseGoodNo: String
8
9
  bizplaceId: String
@@ -1 +1 @@
1
- {"version":3,"file":"batch-pick-worksheet-info.js","sourceRoot":"","sources":["../../../../server/graphql/types/worksheet/batch-pick-worksheet-info.ts"],"names":[],"mappings":";;;AAAA,yDAAuC;AAE1B,QAAA,qBAAqB,GAAG,IAAA,uBAAG,EAAA;;;;;;CAMvC,CAAA","sourcesContent":["import { gql } from 'apollo-server-koa'\n\nexport const GenerateBatchPickInfo = gql`\n input GenerateBatchPickInfo {\n releaseGoodNo: String\n bizplaceId: String\n bizplaceName: String\n }\n`"]}
1
+ {"version":3,"file":"batch-pick-worksheet-info.js","sourceRoot":"","sources":["../../../../server/graphql/types/worksheet/batch-pick-worksheet-info.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,qBAAqB,GAAG,IAAA,qBAAG,EAAA;;;;;;CAMvC,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const GenerateBatchPickInfo = gql`\n input GenerateBatchPickInfo {\n releaseGoodNo: String\n bizplaceId: String\n bizplaceName: String\n }\n`\n"]}
@@ -1,8 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeliveryOrderRO = void 0;
4
- const apollo_server_koa_1 = require("apollo-server-koa");
5
- exports.DeliveryOrderRO = (0, apollo_server_koa_1.gql) `
4
+ const tslib_1 = require("tslib");
5
+ const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
6
+ exports.DeliveryOrderRO = (0, graphql_tag_1.default) `
6
7
  type DeliveryOrderRO {
7
8
  roNo: String
8
9
  doNo: String
@@ -12,7 +13,7 @@ exports.DeliveryOrderRO = (0, apollo_server_koa_1.gql) `
12
13
  companyDomain: String
13
14
  recipientBiz: String
14
15
  doDate: String
15
- productList:[Product]
16
+ productList: [Product]
16
17
  }
17
18
  `;
18
19
  //# sourceMappingURL=delivery-order-ro.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"delivery-order-ro.js","sourceRoot":"","sources":["../../../../server/graphql/types/worksheet/delivery-order-ro.ts"],"names":[],"mappings":";;;AAAA,yDAAuC;AAE1B,QAAA,eAAe,GAAG,IAAA,uBAAG,EAAA;;;;;;;;;;;;CAYjC,CAAA","sourcesContent":["import { gql } from 'apollo-server-koa'\n\nexport const DeliveryOrderRO = gql`\n type DeliveryOrderRO {\n roNo: String\n doNo: String\n roRef: String\n roRef2: String\n roRef3: String\n companyDomain: String\n recipientBiz: String\n doDate: String\n productList:[Product]\n }\n`\n"]}
1
+ {"version":3,"file":"delivery-order-ro.js","sourceRoot":"","sources":["../../../../server/graphql/types/worksheet/delivery-order-ro.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,eAAe,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;CAYjC,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const DeliveryOrderRO = gql`\n type DeliveryOrderRO {\n roNo: String\n doNo: String\n roRef: String\n roRef2: String\n roRef3: String\n companyDomain: String\n recipientBiz: String\n doDate: String\n productList: [Product]\n }\n`\n"]}
@@ -1,8 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.MultipleReleaseGoodWorksheet = void 0;
4
- const apollo_server_koa_1 = require("apollo-server-koa");
5
- exports.MultipleReleaseGoodWorksheet = (0, apollo_server_koa_1.gql) `
4
+ const tslib_1 = require("tslib");
5
+ const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
6
+ exports.MultipleReleaseGoodWorksheet = (0, graphql_tag_1.default) `
6
7
  input MultipleReleaseGoodWorksheet {
7
8
  name: String
8
9
  status: String
@@ -1 +1 @@
1
- {"version":3,"file":"multiple-release-good-worksheet.js","sourceRoot":"","sources":["../../../../server/graphql/types/worksheet/multiple-release-good-worksheet.ts"],"names":[],"mappings":";;;AAAA,yDAAuC;AAE1B,QAAA,4BAA4B,GAAG,IAAA,uBAAG,EAAA;;;;;CAK9C,CAAA","sourcesContent":["import { gql } from 'apollo-server-koa'\n\nexport const MultipleReleaseGoodWorksheet = gql`\n input MultipleReleaseGoodWorksheet {\n name: String\n status: String\n }\n`\n"]}
1
+ {"version":3,"file":"multiple-release-good-worksheet.js","sourceRoot":"","sources":["../../../../server/graphql/types/worksheet/multiple-release-good-worksheet.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,4BAA4B,GAAG,IAAA,qBAAG,EAAA;;;;;CAK9C,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const MultipleReleaseGoodWorksheet = gql`\n input MultipleReleaseGoodWorksheet {\n name: String\n status: String\n }\n`\n"]}
@@ -1,10 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SellercraftDocument = void 0;
4
- const apollo_server_koa_1 = require("apollo-server-koa");
5
- exports.SellercraftDocument = (0, apollo_server_koa_1.gql) `
4
+ const tslib_1 = require("tslib");
5
+ const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
6
+ exports.SellercraftDocument = (0, graphql_tag_1.default) `
6
7
  type SellercraftDocument {
7
- airwayBill: String,
8
+ airwayBill: String
8
9
  invoice: String
9
10
  }
10
11
  `;
@@ -1 +1 @@
1
- {"version":3,"file":"sellercraft-document.js","sourceRoot":"","sources":["../../../../server/graphql/types/worksheet/sellercraft-document.ts"],"names":[],"mappings":";;;AAAA,yDAAuC;AAE1B,QAAA,mBAAmB,GAAG,IAAA,uBAAG,EAAA;;;;;CAKrC,CAAA","sourcesContent":["import { gql } from 'apollo-server-koa'\n\nexport const SellercraftDocument = gql`\n type SellercraftDocument {\n airwayBill: String,\n invoice: String\n }\n`\n"]}
1
+ {"version":3,"file":"sellercraft-document.js","sourceRoot":"","sources":["../../../../server/graphql/types/worksheet/sellercraft-document.ts"],"names":[],"mappings":";;;;AAAA,sEAA6B;AAEhB,QAAA,mBAAmB,GAAG,IAAA,qBAAG,EAAA;;;;;CAKrC,CAAA","sourcesContent":["import gql from 'graphql-tag'\n\nexport const SellercraftDocument = gql`\n type SellercraftDocument {\n airwayBill: String\n invoice: String\n }\n`\n"]}