@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.
- package/dist-server/graphql/types/worksheet/batch-pick-worksheet-info.js +3 -2
- package/dist-server/graphql/types/worksheet/batch-pick-worksheet-info.js.map +1 -1
- package/dist-server/graphql/types/worksheet/delivery-order-ro.js +4 -3
- package/dist-server/graphql/types/worksheet/delivery-order-ro.js.map +1 -1
- package/dist-server/graphql/types/worksheet/multiple-release-good-worksheet.js +3 -2
- package/dist-server/graphql/types/worksheet/multiple-release-good-worksheet.js.map +1 -1
- package/dist-server/graphql/types/worksheet/sellercraft-document.js +4 -3
- package/dist-server/graphql/types/worksheet/sellercraft-document.js.map +1 -1
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/package.json +17 -17
- package/server/graphql/types/worksheet/batch-pick-worksheet-info.ts +2 -2
- package/server/graphql/types/worksheet/delivery-order-ro.ts +2 -2
- package/server/graphql/types/worksheet/multiple-release-good-worksheet.ts +1 -1
- package/server/graphql/types/worksheet/sellercraft-document.ts +2 -2
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GenerateBatchPickInfo = void 0;
|
|
4
|
-
const
|
|
5
|
-
|
|
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":"
|
|
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
|
|
5
|
-
|
|
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":"
|
|
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
|
|
5
|
-
|
|
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":"
|
|
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
|
|
5
|
-
|
|
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":"
|
|
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"]}
|