synunu-libs 1.0.73 → 1.0.74

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,25 +1,29 @@
1
1
  export * from "./auth.dto";
2
2
  export * from "./branch.dto";
3
- export * from "./membership.dto";
4
- export * from "./menu.dto";
5
- export * from "./organization.dto";
6
- export * from "./roles.dto";
7
- export * from "./user.dto";
8
- export * from "./product.dto";
9
- export * from "./product-image.dto";
3
+ export * from "./catalog.dto";
4
+ export * from "./collection-image.input";
5
+ export * from "./collection-rule.input";
6
+ export * from "./collection.dto";
7
+ export * from "./date-range.input";
8
+ export * from "./inventory-adjustment.dto";
10
9
  export * from "./inventory-item.dto";
11
10
  export * from "./inventory-level.dto";
12
- export * from "./inventory-location.dto";
13
11
  export * from "./inventory-storage.dto";
12
+ export * from "./membership.dto";
13
+ export * from "./menu.dto";
14
+ export * from "./organization.dto";
15
+ export * from "./metafield.dto";
16
+ export * from "./option.dto";
14
17
  export * from "./packsize.dto";
15
- export * from "./publication.dto";
16
- export * from "./variant.dto";
18
+ export * from "./product-image.dto";
17
19
  export * from "./product-type.dto";
20
+ export * from "./product.dto";
21
+ export * from "./profile.dto";
22
+ export * from "./publication.dto";
23
+ export * from "./receive-inventory.dto";
24
+ export * from "./roles.dto";
18
25
  export * from "./tag.dto";
26
+ export * from "./user.dto";
27
+ export * from "./variant.dto";
19
28
  export * from "./vendor.dto";
20
- export * from "./receive-inventory.dto";
21
- export * from "./inventory-adjustment.dto";
22
- export * from "./collection.dto";
23
- export * from "./profile.dto";
24
- export * from "./date-range.input";
25
29
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/dto/index.ts"],"names":[],"mappings":"AACA,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,oBAAoB,CAAC;AACnC,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAG9B,cAAc,oBAAoB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/dto/index.ts"],"names":[],"mappings":"AACA,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC"}
package/dist/dto/index.js CHANGED
@@ -17,27 +17,30 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  // module
18
18
  __exportStar(require("./auth.dto"), exports);
19
19
  __exportStar(require("./branch.dto"), exports);
20
- __exportStar(require("./membership.dto"), exports);
21
- __exportStar(require("./menu.dto"), exports);
22
- __exportStar(require("./organization.dto"), exports);
23
- __exportStar(require("./roles.dto"), exports);
24
- __exportStar(require("./user.dto"), exports);
25
- __exportStar(require("./product.dto"), exports);
26
- __exportStar(require("./product-image.dto"), exports);
20
+ __exportStar(require("./catalog.dto"), exports);
21
+ __exportStar(require("./collection-image.input"), exports);
22
+ __exportStar(require("./collection-rule.input"), exports);
23
+ __exportStar(require("./collection.dto"), exports);
24
+ __exportStar(require("./date-range.input"), exports);
25
+ __exportStar(require("./inventory-adjustment.dto"), exports);
27
26
  __exportStar(require("./inventory-item.dto"), exports);
28
27
  __exportStar(require("./inventory-level.dto"), exports);
29
- __exportStar(require("./inventory-location.dto"), exports);
30
28
  __exportStar(require("./inventory-storage.dto"), exports);
29
+ __exportStar(require("./membership.dto"), exports);
30
+ __exportStar(require("./menu.dto"), exports);
31
+ __exportStar(require("./organization.dto"), exports);
32
+ __exportStar(require("./metafield.dto"), exports);
33
+ __exportStar(require("./option.dto"), exports);
31
34
  __exportStar(require("./packsize.dto"), exports);
32
- __exportStar(require("./publication.dto"), exports);
33
- __exportStar(require("./variant.dto"), exports);
35
+ __exportStar(require("./product-image.dto"), exports);
34
36
  __exportStar(require("./product-type.dto"), exports);
37
+ __exportStar(require("./product.dto"), exports);
38
+ __exportStar(require("./profile.dto"), exports);
39
+ __exportStar(require("./publication.dto"), exports);
40
+ __exportStar(require("./receive-inventory.dto"), exports);
41
+ __exportStar(require("./roles.dto"), exports);
35
42
  __exportStar(require("./tag.dto"), exports);
43
+ __exportStar(require("./user.dto"), exports);
44
+ __exportStar(require("./variant.dto"), exports);
36
45
  __exportStar(require("./vendor.dto"), exports);
37
- __exportStar(require("./receive-inventory.dto"), exports);
38
- __exportStar(require("./inventory-adjustment.dto"), exports);
39
- __exportStar(require("./collection.dto"), exports);
40
- __exportStar(require("./profile.dto"), exports);
41
- // share
42
- __exportStar(require("./date-range.input"), exports);
43
46
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,SAAS;AACT,6CAA2B;AAC3B,+CAA6B;AAC7B,mDAAiC;AACjC,6CAA2B;AAC3B,qDAAmC;AACnC,8CAA4B;AAC5B,6CAA2B;AAC3B,gDAA8B;AAC9B,sDAAoC;AACpC,uDAAqC;AACrC,wDAAsC;AACtC,2DAAyC;AACzC,0DAAwC;AACxC,iDAA+B;AAC/B,oDAAkC;AAClC,gDAA8B;AAC9B,qDAAmC;AACnC,4CAA0B;AAC1B,+CAA6B;AAC7B,0DAAwC;AACxC,6DAA2C;AAC3C,mDAAiC;AACjC,gDAA8B;AAE9B,QAAQ;AACR,qDAAmC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,SAAS;AACT,6CAA2B;AAC3B,+CAA6B;AAC7B,gDAA8B;AAC9B,2DAAyC;AACzC,0DAAwC;AACxC,mDAAiC;AACjC,qDAAmC;AACnC,6DAA2C;AAC3C,uDAAqC;AACrC,wDAAsC;AACtC,0DAAwC;AACxC,mDAAiC;AACjC,6CAA2B;AAC3B,qDAAmC;AACnC,kDAAgC;AAChC,+CAA6B;AAC7B,iDAA+B;AAC/B,sDAAoC;AACpC,qDAAmC;AACnC,gDAA8B;AAC9B,gDAA8B;AAC9B,oDAAkC;AAClC,0DAAwC;AACxC,8CAA4B;AAC5B,4CAA0B;AAC1B,6CAA2B;AAC3B,gDAA8B;AAC9B,+CAA6B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "synunu-libs",
3
- "version": "1.0.73",
3
+ "version": "1.0.74",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "description": "Shared DTOs, constants, and utilities for Synunu microservices",