@openbox/shared-types 0.5.65 → 0.5.66

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.
@@ -0,0 +1,4 @@
1
+ import { PurchasesStatusesTypesGetSingleResponse } from '../GetSingle/Response';
2
+ export type PurchasesStatusesGetManyResponse = {
3
+ data: Array<PurchasesStatusesTypesGetSingleResponse>;
4
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=Response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/purchases/StatusesTypes/GetMany/Response.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import { PurchasesStatusesTypes } from '../purchases.statuses-types.type';
2
+ export type PurchasesStatusesTypesGetSingleResponse = PurchasesStatusesTypes;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=Response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/purchases/StatusesTypes/GetSingle/Response.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ export * from './GetMany/Response';
2
+ export * from './GetSingle/Response';
3
+ export * from './purchases.statuses-types.type';
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./GetMany/Response"), exports);
18
+ __exportStar(require("./GetSingle/Response"), exports);
19
+ __exportStar(require("./purchases.statuses-types.type"), exports);
20
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/purchases/StatusesTypes/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAkC;AAClC,uDAAoC;AACpC,kEAA+C"}
@@ -0,0 +1,4 @@
1
+ export type PurchasesStatusesTypes = {
2
+ id: number;
3
+ name: string;
4
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=purchases.statuses-types.type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"purchases.statuses-types.type.js","sourceRoot":"","sources":["../../../src/purchases/StatusesTypes/purchases.statuses-types.type.ts"],"names":[],"mappings":""}
@@ -3,4 +3,5 @@ export * from './DocumentTypes';
3
3
  export * from './PaymentConditions';
4
4
  export * from './Purchases';
5
5
  export * from './Statuses';
6
+ export * from './StatusesTypes';
6
7
  export * from './purchases.enums';
@@ -19,5 +19,6 @@ __exportStar(require("./DocumentTypes"), exports);
19
19
  __exportStar(require("./PaymentConditions"), exports);
20
20
  __exportStar(require("./Purchases"), exports);
21
21
  __exportStar(require("./Statuses"), exports);
22
+ __exportStar(require("./StatusesTypes"), exports);
22
23
  __exportStar(require("./purchases.enums"), exports);
23
24
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/purchases/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAAyB;AACzB,kDAA+B;AAC/B,sDAAmC;AACnC,8CAA2B;AAC3B,6CAA0B;AAC1B,oDAAiC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/purchases/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAAyB;AACzB,kDAA+B;AAC/B,sDAAmC;AACnC,8CAA2B;AAC3B,6CAA0B;AAC1B,kDAA+B;AAC/B,oDAAiC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openbox/shared-types",
3
- "version": "0.5.65",
3
+ "version": "0.5.66",
4
4
  "description": "Shared Types for Openbox Cloud. ",
5
5
  "types": "lib/index.d.js",
6
6
  "main": "lib/index.js",