@platfformx/proto-contracts 1.4.16 → 1.4.17
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/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -12,5 +12,5 @@ export * as Payment from './gen/ts/payment-service/payment';
|
|
|
12
12
|
export * as Refund from './gen/ts/payment-service/refund';
|
|
13
13
|
export * as Order from './gen/ts/order-service/order';
|
|
14
14
|
export * as AI from './gen/ts/ai-service/ai';
|
|
15
|
-
export * as
|
|
15
|
+
export * as Review from './gen/ts/review-service/review';
|
|
16
16
|
export { BulkStatus } from './gen/ts/products-service/bulk';
|
package/dist/index.js
CHANGED
|
@@ -36,7 +36,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
};
|
|
37
37
|
})();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.BulkStatus = exports.
|
|
39
|
+
exports.BulkStatus = exports.Review = exports.AI = exports.Order = exports.Refund = exports.Payment = exports.Search = exports.Category = exports.Bulk = exports.Product = exports.Account = exports.S3 = exports.Auth = exports.OAuthProvider = void 0;
|
|
40
40
|
__exportStar(require("./paths/index"), exports);
|
|
41
41
|
__exportStar(require("./paths/proto-paths"), exports);
|
|
42
42
|
var auth_1 = require("./gen/ts/auth-service/auth");
|
|
@@ -52,6 +52,6 @@ exports.Payment = __importStar(require("./gen/ts/payment-service/payment"));
|
|
|
52
52
|
exports.Refund = __importStar(require("./gen/ts/payment-service/refund"));
|
|
53
53
|
exports.Order = __importStar(require("./gen/ts/order-service/order"));
|
|
54
54
|
exports.AI = __importStar(require("./gen/ts/ai-service/ai"));
|
|
55
|
-
exports.
|
|
55
|
+
exports.Review = __importStar(require("./gen/ts/review-service/review"));
|
|
56
56
|
var bulk_1 = require("./gen/ts/products-service/bulk");
|
|
57
57
|
Object.defineProperty(exports, "BulkStatus", { enumerable: true, get: function () { return bulk_1.BulkStatus; } });
|