@things-factory/sales-base 8.0.55 → 8.0.63

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.
@@ -6,7 +6,7 @@ export declare class OrderNoGenerator {
6
6
  static goodsReceiveNote(): string;
7
7
  static jobSheet(domainName: any): string;
8
8
  static manifest(): string;
9
- static orderInventory(): string;
9
+ static orderInventory(): any;
10
10
  static orderProduct(): string;
11
11
  static invoiceProduct(): string;
12
12
  static orderVas(): string;
@@ -14,7 +14,7 @@ export declare class OrderNoGenerator {
14
14
  static purchaseOrder(): string;
15
15
  static releaseGood(): string;
16
16
  static draftReleaseGood(): string;
17
- static releaseVas(): string;
17
+ static releaseVas(): any;
18
18
  static retailReplenishmentOrder(): string;
19
19
  static returnOrder(): string;
20
20
  static shippingOrder(): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/sales-base",
3
- "version": "8.0.55",
3
+ "version": "8.0.63",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -24,17 +24,17 @@
24
24
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create ./server/migrations/migration"
25
25
  },
26
26
  "dependencies": {
27
- "@things-factory/attachment-base": "^8.0.55",
28
- "@things-factory/auth-base": "^8.0.55",
29
- "@things-factory/biz-base": "^8.0.55",
30
- "@things-factory/code-base": "^8.0.55",
31
- "@things-factory/integration-sftp": "^8.0.55",
32
- "@things-factory/notification": "^8.0.55",
33
- "@things-factory/product-base": "^8.0.55",
34
- "@things-factory/setting-base": "^8.0.55",
35
- "@things-factory/shell": "^8.0.55",
36
- "@things-factory/transport-base": "^8.0.55",
37
- "@things-factory/warehouse-base": "^8.0.55"
27
+ "@things-factory/attachment-base": "^8.0.63",
28
+ "@things-factory/auth-base": "^8.0.63",
29
+ "@things-factory/biz-base": "^8.0.63",
30
+ "@things-factory/code-base": "^8.0.63",
31
+ "@things-factory/integration-sftp": "^8.0.63",
32
+ "@things-factory/notification": "^8.0.63",
33
+ "@things-factory/product-base": "^8.0.63",
34
+ "@things-factory/setting-base": "^8.0.63",
35
+ "@things-factory/shell": "^8.0.63",
36
+ "@things-factory/transport-base": "^8.0.63",
37
+ "@things-factory/warehouse-base": "^8.0.63"
38
38
  },
39
- "gitHead": "172e2730c2e249faa839070c1b21d81bb4b6c946"
39
+ "gitHead": "24ba37efe2e871175a9e4fd816d02d9807491b91"
40
40
  }