beeq-client
Advanced tools
Comparing version 1.2.8 to 1.2.9
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.BillbeeSearchResponse = exports.BillbeeCustomerResponse = exports.BillbeeCustomerAddressesResponse = exports.BillbeeProductsResponse = exports.BillbeeOrderResponse = exports.BillbeeOrdersResponse = void 0; | ||
exports.BillbeeUpdateStockManyResponse = exports.BillbeeSearchResponse = exports.BillbeeCustomerResponse = exports.BillbeeCustomerAddressesResponse = exports.BillbeeProductsResponse = exports.BillbeeOrderResponse = exports.BillbeeOrdersResponse = void 0; | ||
const zod_1 = require("zod"); | ||
@@ -80,1 +80,7 @@ const Order_1 = require("./Order"); | ||
}).describe("BillbeeSearchResponse"); | ||
exports.BillbeeUpdateStockManyResponse = zod_1.z | ||
.object({ | ||
success: zod_1.z.array(zod_1.z.string()).min(0), | ||
errors: zod_1.z.array(zod_1.z.string()).min(0), | ||
}) | ||
.describe("BillbeeUpdateStockManyResponse"); |
@@ -22,3 +22,3 @@ { | ||
}, | ||
"version": "1.2.8" | ||
"version": "1.2.9" | ||
} |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
374778
11179