@deliverart/sdk-js-order 1.1.4 → 1.1.6
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.cjs +1 -1
- package/dist/index.d.cts +1330 -3010
- package/dist/index.d.ts +1330 -3010
- package/dist/index.js +2 -2
- package/package.json +9 -9
package/dist/index.cjs
CHANGED
|
@@ -4320,7 +4320,7 @@ var orderSchema = external_exports.object({
|
|
|
4320
4320
|
updatedAt: import_sdk_js_global_types2.datetimeSchema
|
|
4321
4321
|
});
|
|
4322
4322
|
var orderDetailsSchema = orderSchema.extend({
|
|
4323
|
-
pointOfSale: import_sdk_js_point_of_sale.
|
|
4323
|
+
pointOfSale: import_sdk_js_point_of_sale.pointOfSaleIriSchema,
|
|
4324
4324
|
customer: import_sdk_js_customer.customerNullableIriSchema,
|
|
4325
4325
|
customerBusinessProfile: import_sdk_js_customer.customerBusinessProfileNullableIriSchema,
|
|
4326
4326
|
bundle: bundleNullableIriSchema,
|