@shoppexio/storefront 1.0.80 → 1.0.81

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/customer.cjs CHANGED
@@ -15119,6 +15119,8 @@ var customerResellerRelationshipSchema = external_exports.object({
15119
15119
  });
15120
15120
  var customerResellerSummarySchema = external_exports.object({
15121
15121
  program_enabled: external_exports.boolean(),
15122
+ api_enabled: external_exports.boolean(),
15123
+ portal_purchasing_enabled: external_exports.boolean(),
15122
15124
  enrollment_mode: external_exports.enum(["MANUAL", "APPLICATION", "OPEN"]),
15123
15125
  application_message: nullableStringSchema,
15124
15126
  require_application_note: external_exports.boolean(),