@openbox/shared-types 0.4.73 → 0.4.75
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/lib/customers/Customers/{CheckExisting → ValidateExistence}/Request.d.ts +2 -2
- package/lib/customers/Customers/ValidateExistence/Request.js.map +1 -0
- package/lib/customers/Customers/ValidateExistence/Response.d.ts +10 -0
- package/lib/customers/Customers/ValidateExistence/Response.js.map +1 -0
- package/lib/customers/Customers/index.d.ts +2 -2
- package/lib/customers/Customers/index.js +2 -2
- package/lib/customers/Customers/index.js.map +1 -1
- package/package.json +1 -1
- package/src/customers/Customers/{CheckExisting → ValidateExistence}/Request.ts +2 -2
- package/src/customers/Customers/ValidateExistence/Response.ts +10 -0
- package/src/customers/Customers/index.ts +2 -2
- package/lib/customers/Customers/CheckExisting/Request.js.map +0 -1
- package/lib/customers/Customers/CheckExisting/Response.d.ts +0 -4
- package/lib/customers/Customers/CheckExisting/Response.js.map +0 -1
- package/src/customers/Customers/CheckExisting/Response.ts +0 -5
- /package/lib/customers/Customers/{CheckExisting → ValidateExistence}/Request.js +0 -0
- /package/lib/customers/Customers/{CheckExisting → ValidateExistence}/Response.js +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../src/customers/Customers/ValidateExistence/Request.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/customers/Customers/ValidateExistence/Response.ts"],"names":[],"mappings":""}
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
export * from './CheckExisting/Request';
|
|
2
|
-
export * from './CheckExisting/Response';
|
|
3
1
|
export * from './CreateSingle/Request';
|
|
4
2
|
export * from './CreateSingle/Response';
|
|
5
3
|
export * from './DeleteMany/Request';
|
|
@@ -14,3 +12,5 @@ export * from './UpdateSingle/Request';
|
|
|
14
12
|
export * from './UpdateSingle/Response';
|
|
15
13
|
export * from './UpdateSingleStatus/Request';
|
|
16
14
|
export * from './UpdateSingleStatus/Response';
|
|
15
|
+
export * from './ValidateExistence/Request';
|
|
16
|
+
export * from './ValidateExistence/Response';
|
|
@@ -14,8 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./CheckExisting/Request"), exports);
|
|
18
|
-
__exportStar(require("./CheckExisting/Response"), exports);
|
|
19
17
|
__exportStar(require("./CreateSingle/Request"), exports);
|
|
20
18
|
__exportStar(require("./CreateSingle/Response"), exports);
|
|
21
19
|
__exportStar(require("./DeleteMany/Request"), exports);
|
|
@@ -30,4 +28,6 @@ __exportStar(require("./UpdateSingle/Request"), exports);
|
|
|
30
28
|
__exportStar(require("./UpdateSingle/Response"), exports);
|
|
31
29
|
__exportStar(require("./UpdateSingleStatus/Request"), exports);
|
|
32
30
|
__exportStar(require("./UpdateSingleStatus/Response"), exports);
|
|
31
|
+
__exportStar(require("./ValidateExistence/Request"), exports);
|
|
32
|
+
__exportStar(require("./ValidateExistence/Response"), exports);
|
|
33
33
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/customers/Customers/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/customers/Customers/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yDAAsC;AACtC,0DAAuC;AACvC,uDAAoC;AACpC,wDAAqC;AACrC,0DAAuC;AACvC,oDAAiC;AACjC,qDAAkC;AAClC,uDAAoC;AACpC,+DAA4C;AAC5C,gEAA6C;AAC7C,yDAAsC;AACtC,0DAAuC;AACvC,+DAA4C;AAC5C,gEAA6C;AAC7C,8DAA2C;AAC3C,+DAA4C"}
|
package/package.json
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
export * from './CheckExisting/Request'
|
|
2
|
-
export * from './CheckExisting/Response'
|
|
3
1
|
export * from './CreateSingle/Request'
|
|
4
2
|
export * from './CreateSingle/Response'
|
|
5
3
|
export * from './DeleteMany/Request'
|
|
@@ -14,3 +12,5 @@ export * from './UpdateSingle/Request'
|
|
|
14
12
|
export * from './UpdateSingle/Response'
|
|
15
13
|
export * from './UpdateSingleStatus/Request'
|
|
16
14
|
export * from './UpdateSingleStatus/Response'
|
|
15
|
+
export * from './ValidateExistence/Request'
|
|
16
|
+
export * from './ValidateExistence/Response'
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../src/customers/Customers/CheckExisting/Request.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/customers/Customers/CheckExisting/Response.ts"],"names":[],"mappings":""}
|
|
File without changes
|
|
File without changes
|