@axova/shared 1.0.0 → 1.0.1
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/schemas/index.d.ts +2 -0
- package/dist/schemas/index.js +5 -1
- package/dist/schemas/store/storefront-config-schema.d.ts +1320 -0
- package/dist/schemas/store/storefront-config-schema.js +109 -0
- package/package.json +1 -1
- package/src/schemas/index.ts +5 -0
- package/src/schemas/store/storefront-config-schema.ts +604 -0
- package/nul +0 -8
package/dist/schemas/index.d.ts
CHANGED
|
@@ -23,5 +23,7 @@ export * from "./product/discount-relations";
|
|
|
23
23
|
export * from "./store/store-schema";
|
|
24
24
|
export * from "./store/store-settings-schema";
|
|
25
25
|
export * from "./store/store-audit-schema";
|
|
26
|
+
export * from "./store/storefront-config-schema";
|
|
26
27
|
export { storeSettings, marketRegions, storeSettingsRelations, marketRegionsRelations, } from "./store/store-settings-schema";
|
|
28
|
+
export { storefrontConfigs, storefrontConfigRelations, } from "./store/storefront-config-schema";
|
|
27
29
|
export * from "./types";
|
package/dist/schemas/index.js
CHANGED
|
@@ -16,7 +16,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
};
|
|
17
17
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
18
|
exports.GetAvailableLotsSchema = exports.GetLotsQuerySchema = exports.SplitLotSchema = exports.MergeLotsSchema = exports.TransferLotSchema = exports.AdjustLotQuantitySchema = exports.ReleaseLotReservationSchema = exports.ReserveLotQuantitySchema = exports.CreateLotSchema = exports.InitializeProductInventorySchema = exports.LotSchema = exports.lotStatusEnum = exports.lotMovementTypeEnum = exports.inventoryLotSplits = exports.inventoryLots = exports.inventoryLotMovements = exports.inventoryLotMerges = exports.inventoryLotAlerts = exports.alertTypeEnum = exports.alertStatusEnum = exports.alertSeverityEnum = exports.warehouses = exports.suppliers = exports.supplierQualityRatings = exports.qualityTemplates = exports.qualityControls = exports.purchaseOrders = exports.purchaseOrderItems = exports.productSuppliers = exports.posLocations = exports.inventoryTransfers = exports.inventoryTransferItems = exports.inventoryMovements = exports.inventory = exports.customerVisitHistory = exports.customers = exports.customerSupportTickets = exports.customerReviews = exports.customerPreferences = exports.customerNotes = exports.customerInteractionHistory = exports.customerAddresses = exports.kycWebhooksLog = exports.kycAnalytics = exports.kycDocuments = exports.kycVerificationHistory = exports.storeKyc = exports.getKafkaInstance = exports.getKafkaConfigFromEnv = exports.createKafkaInstance = void 0;
|
|
19
|
-
exports.marketRegionsRelations = exports.storeSettingsRelations = exports.marketRegions = exports.storeSettings = exports.refundReasonEnum = exports.paymentStatusEnum = exports.paymentMethodEnum = exports.orderTypeEnum = exports.ordersRelations = exports.orders = exports.orderStatusEnum = exports.orderPriorityEnum = exports.orderPaymentsRelations = exports.orderPayments = exports.orderNotesRelations = exports.orderNotes = exports.orderItemsRelations = exports.orderItems = exports.orderHistoryRelations = exports.orderHistory = exports.orderFulfillmentsRelations = exports.orderFulfillments = exports.orderDiscountsRelations = exports.orderDiscounts = exports.orderAddressesRelations = exports.orderAddresses = exports.fulfillmentStatusEnum = exports.discountTypeEnum = exports.addressTypeEnum = exports.LotAnalyticsSchema = void 0;
|
|
19
|
+
exports.storefrontConfigRelations = exports.storefrontConfigs = exports.marketRegionsRelations = exports.storeSettingsRelations = exports.marketRegions = exports.storeSettings = exports.refundReasonEnum = exports.paymentStatusEnum = exports.paymentMethodEnum = exports.orderTypeEnum = exports.ordersRelations = exports.orders = exports.orderStatusEnum = exports.orderPriorityEnum = exports.orderPaymentsRelations = exports.orderPayments = exports.orderNotesRelations = exports.orderNotes = exports.orderItemsRelations = exports.orderItems = exports.orderHistoryRelations = exports.orderHistory = exports.orderFulfillmentsRelations = exports.orderFulfillments = exports.orderDiscountsRelations = exports.orderDiscounts = exports.orderAddressesRelations = exports.orderAddresses = exports.fulfillmentStatusEnum = exports.discountTypeEnum = exports.addressTypeEnum = exports.LotAnalyticsSchema = void 0;
|
|
20
20
|
// Export event and Kafka functionality
|
|
21
21
|
var kafka_1 = require("../events/kafka");
|
|
22
22
|
Object.defineProperty(exports, "createKafkaInstance", { enumerable: true, get: function () { return kafka_1.createKafkaInstance; } });
|
|
@@ -129,10 +129,14 @@ __exportStar(require("./product/discount-relations"), exports);
|
|
|
129
129
|
__exportStar(require("./store/store-schema"), exports);
|
|
130
130
|
__exportStar(require("./store/store-settings-schema"), exports);
|
|
131
131
|
__exportStar(require("./store/store-audit-schema"), exports);
|
|
132
|
+
__exportStar(require("./store/storefront-config-schema"), exports);
|
|
132
133
|
var store_settings_schema_1 = require("./store/store-settings-schema");
|
|
133
134
|
Object.defineProperty(exports, "storeSettings", { enumerable: true, get: function () { return store_settings_schema_1.storeSettings; } });
|
|
134
135
|
Object.defineProperty(exports, "marketRegions", { enumerable: true, get: function () { return store_settings_schema_1.marketRegions; } });
|
|
135
136
|
Object.defineProperty(exports, "storeSettingsRelations", { enumerable: true, get: function () { return store_settings_schema_1.storeSettingsRelations; } });
|
|
136
137
|
Object.defineProperty(exports, "marketRegionsRelations", { enumerable: true, get: function () { return store_settings_schema_1.marketRegionsRelations; } });
|
|
138
|
+
var storefront_config_schema_1 = require("./store/storefront-config-schema");
|
|
139
|
+
Object.defineProperty(exports, "storefrontConfigs", { enumerable: true, get: function () { return storefront_config_schema_1.storefrontConfigs; } });
|
|
140
|
+
Object.defineProperty(exports, "storefrontConfigRelations", { enumerable: true, get: function () { return storefront_config_schema_1.storefrontConfigRelations; } });
|
|
137
141
|
// Types
|
|
138
142
|
__exportStar(require("./types"), exports);
|