@vercel/sdk 1.10.7 → 1.10.8

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.
Files changed (45) hide show
  1. package/bin/mcp-server.js +423 -390
  2. package/bin/mcp-server.js.map +10 -10
  3. package/esm/__tests__/domains.test.js +12 -4
  4. package/esm/__tests__/domains.test.js.map +1 -1
  5. package/esm/__tests__/edgeconfig.test.js +6 -6
  6. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  7. package/esm/__tests__/integrations.test.js +1 -1
  8. package/esm/__tests__/rollingrelease.test.js +2 -2
  9. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  10. package/esm/lib/config.d.ts +2 -2
  11. package/esm/lib/config.js +2 -2
  12. package/esm/mcp-server/mcp-server.js +1 -1
  13. package/esm/mcp-server/server.js +1 -1
  14. package/esm/models/createintegrationstoredirectop.d.ts +240 -240
  15. package/esm/models/createintegrationstoredirectop.js +294 -294
  16. package/esm/models/createortransferdomainop.d.ts +33 -0
  17. package/esm/models/createortransferdomainop.d.ts.map +1 -1
  18. package/esm/models/createortransferdomainop.js +23 -0
  19. package/esm/models/createortransferdomainop.js.map +1 -1
  20. package/esm/models/getconfigurationproductsop.d.ts +330 -330
  21. package/esm/models/getconfigurationproductsop.js +408 -408
  22. package/esm/models/getdomainop.d.ts +33 -0
  23. package/esm/models/getdomainop.d.ts.map +1 -1
  24. package/esm/models/getdomainop.js +24 -0
  25. package/esm/models/getdomainop.js.map +1 -1
  26. package/esm/models/getdomainsop.d.ts +33 -0
  27. package/esm/models/getdomainsop.d.ts.map +1 -1
  28. package/esm/models/getdomainsop.js +23 -0
  29. package/esm/models/getdomainsop.js.map +1 -1
  30. package/examples/package-lock.json +1 -1
  31. package/jsr.json +1 -1
  32. package/package.json +1 -1
  33. package/src/__tests__/domains.test.ts +12 -4
  34. package/src/__tests__/edgeconfig.test.ts +6 -6
  35. package/src/__tests__/integrations.test.ts +1 -1
  36. package/src/__tests__/rollingrelease.test.ts +2 -2
  37. package/src/lib/config.ts +2 -2
  38. package/src/mcp-server/mcp-server.ts +1 -1
  39. package/src/mcp-server/server.ts +1 -1
  40. package/src/models/createintegrationstoredirectop.ts +505 -505
  41. package/src/models/createortransferdomainop.ts +41 -0
  42. package/src/models/getconfigurationproductsop.ts +703 -703
  43. package/src/models/getdomainop.ts +37 -0
  44. package/src/models/getdomainsop.ts +39 -0
  45. package/vercel-spec.json +97 -76
package/bin/mcp-server.js CHANGED
@@ -34234,9 +34234,9 @@ var init_config = __esm(() => {
34234
34234
  SDK_METADATA = {
34235
34235
  language: "typescript",
34236
34236
  openapiDocVersion: "0.0.1",
34237
- sdkVersion: "1.10.7",
34237
+ sdkVersion: "1.10.8",
34238
34238
  genVersion: "2.692.0",
34239
- userAgent: "speakeasy-sdk/typescript 1.10.7 2.692.0 0.0.1 @vercel/sdk"
34239
+ userAgent: "speakeasy-sdk/typescript 1.10.8 2.692.0 0.0.1 @vercel/sdk"
34240
34240
  };
34241
34241
  });
34242
34242
 
@@ -57329,10 +57329,13 @@ Check if a domain name is available for purchase.`,
57329
57329
  });
57330
57330
 
57331
57331
  // src/models/createortransferdomainop.ts
57332
- var CreateOrTransferDomainServiceType, CreateOrTransferDomainRequestBody3$inboundSchema, CreateOrTransferDomainRequestBody3$outboundSchema, CreateOrTransferDomainRequestBody3$, CreateOrTransferDomainRequestBody2$inboundSchema, CreateOrTransferDomainRequestBody2$outboundSchema, CreateOrTransferDomainRequestBody2$, CreateOrTransferDomainRequestBody1$inboundSchema, CreateOrTransferDomainRequestBody1$outboundSchema, CreateOrTransferDomainRequestBody1$, CreateOrTransferDomainRequestBody$inboundSchema, CreateOrTransferDomainRequestBody$outboundSchema, CreateOrTransferDomainRequestBody$, CreateOrTransferDomainRequest$inboundSchema, CreateOrTransferDomainRequest$outboundSchema, CreateOrTransferDomainRequest$, CreateOrTransferDomainCreator$inboundSchema, CreateOrTransferDomainCreator$outboundSchema, CreateOrTransferDomainCreator$, CreateOrTransferDomainServiceType$inboundSchema, CreateOrTransferDomainServiceType$outboundSchema, CreateOrTransferDomainServiceType$, CreateOrTransferDomainDomain$inboundSchema, CreateOrTransferDomainDomain$outboundSchema, CreateOrTransferDomainDomain$, CreateOrTransferDomainResponseBody$inboundSchema, CreateOrTransferDomainResponseBody$outboundSchema, CreateOrTransferDomainResponseBody$;
57332
+ var CreateOrTransferDomainRegistrar, CreateOrTransferDomainServiceType, CreateOrTransferDomainRequestBody3$inboundSchema, CreateOrTransferDomainRequestBody3$outboundSchema, CreateOrTransferDomainRequestBody3$, CreateOrTransferDomainRequestBody2$inboundSchema, CreateOrTransferDomainRequestBody2$outboundSchema, CreateOrTransferDomainRequestBody2$, CreateOrTransferDomainRequestBody1$inboundSchema, CreateOrTransferDomainRequestBody1$outboundSchema, CreateOrTransferDomainRequestBody1$, CreateOrTransferDomainRequestBody$inboundSchema, CreateOrTransferDomainRequestBody$outboundSchema, CreateOrTransferDomainRequestBody$, CreateOrTransferDomainRequest$inboundSchema, CreateOrTransferDomainRequest$outboundSchema, CreateOrTransferDomainRequest$, CreateOrTransferDomainCreator$inboundSchema, CreateOrTransferDomainCreator$outboundSchema, CreateOrTransferDomainCreator$, CreateOrTransferDomainRegistrar$inboundSchema, CreateOrTransferDomainRegistrar$outboundSchema, CreateOrTransferDomainRegistrar$, CreateOrTransferDomainServiceType$inboundSchema, CreateOrTransferDomainServiceType$outboundSchema, CreateOrTransferDomainServiceType$, CreateOrTransferDomainDomain$inboundSchema, CreateOrTransferDomainDomain$outboundSchema, CreateOrTransferDomainDomain$, CreateOrTransferDomainResponseBody$inboundSchema, CreateOrTransferDomainResponseBody$outboundSchema, CreateOrTransferDomainResponseBody$;
57333
57333
  var init_createortransferdomainop = __esm(() => {
57334
57334
  init_esm();
57335
57335
  init_primitives();
57336
+ CreateOrTransferDomainRegistrar = {
57337
+ New: "new"
57338
+ };
57336
57339
  CreateOrTransferDomainServiceType = {
57337
57340
  ZeitWorld: "zeit.world",
57338
57341
  External: "external",
@@ -57446,6 +57449,12 @@ var init_createortransferdomainop = __esm(() => {
57446
57449
  CreateOrTransferDomainCreator$.inboundSchema = CreateOrTransferDomainCreator$inboundSchema;
57447
57450
  CreateOrTransferDomainCreator$.outboundSchema = CreateOrTransferDomainCreator$outboundSchema;
57448
57451
  })(CreateOrTransferDomainCreator$ ||= {});
57452
+ CreateOrTransferDomainRegistrar$inboundSchema = nativeEnumType(CreateOrTransferDomainRegistrar);
57453
+ CreateOrTransferDomainRegistrar$outboundSchema = CreateOrTransferDomainRegistrar$inboundSchema;
57454
+ ((CreateOrTransferDomainRegistrar$) => {
57455
+ CreateOrTransferDomainRegistrar$.inboundSchema = CreateOrTransferDomainRegistrar$inboundSchema;
57456
+ CreateOrTransferDomainRegistrar$.outboundSchema = CreateOrTransferDomainRegistrar$outboundSchema;
57457
+ })(CreateOrTransferDomainRegistrar$ ||= {});
57449
57458
  CreateOrTransferDomainServiceType$inboundSchema = nativeEnumType(CreateOrTransferDomainServiceType);
57450
57459
  CreateOrTransferDomainServiceType$outboundSchema = CreateOrTransferDomainServiceType$inboundSchema;
57451
57460
  ((CreateOrTransferDomainServiceType$) => {
@@ -57458,6 +57467,7 @@ var init_createortransferdomainop = __esm(() => {
57458
57467
  intendedNameservers: arrayType(stringType()),
57459
57468
  customNameservers: arrayType(stringType()).optional(),
57460
57469
  creator: lazyType(() => CreateOrTransferDomainCreator$inboundSchema),
57470
+ registrar: CreateOrTransferDomainRegistrar$inboundSchema.optional(),
57461
57471
  name: stringType(),
57462
57472
  boughtAt: nullableType(numberType()),
57463
57473
  createdAt: numberType(),
@@ -57477,6 +57487,7 @@ var init_createortransferdomainop = __esm(() => {
57477
57487
  intendedNameservers: arrayType(stringType()),
57478
57488
  customNameservers: arrayType(stringType()).optional(),
57479
57489
  creator: lazyType(() => CreateOrTransferDomainCreator$outboundSchema),
57490
+ registrar: CreateOrTransferDomainRegistrar$outboundSchema.optional(),
57480
57491
  name: stringType(),
57481
57492
  boughtAt: nullableType(numberType()),
57482
57493
  createdAt: numberType(),
@@ -57762,9 +57773,12 @@ Delete a previously registered domain name from Vercel. Deleting a domain will a
57762
57773
  });
57763
57774
 
57764
57775
  // src/models/getdomainop.ts
57765
- var ServiceType, GetDomainRequest$inboundSchema, GetDomainRequest$outboundSchema, GetDomainRequest$, GetDomainCreator$inboundSchema, GetDomainCreator$outboundSchema, GetDomainCreator$, ServiceType$inboundSchema, ServiceType$outboundSchema, ServiceType$, GetDomainDomain$inboundSchema, GetDomainDomain$outboundSchema, GetDomainDomain$, GetDomainResponseBody$inboundSchema, GetDomainResponseBody$outboundSchema, GetDomainResponseBody$;
57776
+ var Registrar, ServiceType, GetDomainRequest$inboundSchema, GetDomainRequest$outboundSchema, GetDomainRequest$, GetDomainCreator$inboundSchema, GetDomainCreator$outboundSchema, GetDomainCreator$, Registrar$inboundSchema, Registrar$outboundSchema, Registrar$, ServiceType$inboundSchema, ServiceType$outboundSchema, ServiceType$, GetDomainDomain$inboundSchema, GetDomainDomain$outboundSchema, GetDomainDomain$, GetDomainResponseBody$inboundSchema, GetDomainResponseBody$outboundSchema, GetDomainResponseBody$;
57766
57777
  var init_getdomainop = __esm(() => {
57767
57778
  init_esm();
57779
+ Registrar = {
57780
+ New: "new"
57781
+ };
57768
57782
  ServiceType = {
57769
57783
  ZeitWorld: "zeit.world",
57770
57784
  External: "external",
@@ -57802,6 +57816,12 @@ var init_getdomainop = __esm(() => {
57802
57816
  GetDomainCreator$.inboundSchema = GetDomainCreator$inboundSchema;
57803
57817
  GetDomainCreator$.outboundSchema = GetDomainCreator$outboundSchema;
57804
57818
  })(GetDomainCreator$ ||= {});
57819
+ Registrar$inboundSchema = nativeEnumType(Registrar);
57820
+ Registrar$outboundSchema = Registrar$inboundSchema;
57821
+ ((Registrar$) => {
57822
+ Registrar$.inboundSchema = Registrar$inboundSchema;
57823
+ Registrar$.outboundSchema = Registrar$outboundSchema;
57824
+ })(Registrar$ ||= {});
57805
57825
  ServiceType$inboundSchema = nativeEnumType(ServiceType);
57806
57826
  ServiceType$outboundSchema = ServiceType$inboundSchema;
57807
57827
  ((ServiceType$) => {
@@ -57815,6 +57835,7 @@ var init_getdomainop = __esm(() => {
57815
57835
  intendedNameservers: arrayType(stringType()),
57816
57836
  customNameservers: arrayType(stringType()).optional(),
57817
57837
  creator: lazyType(() => GetDomainCreator$inboundSchema),
57838
+ registrar: Registrar$inboundSchema.optional(),
57818
57839
  teamId: nullableType(stringType()),
57819
57840
  boughtAt: nullableType(numberType()),
57820
57841
  name: stringType(),
@@ -57835,6 +57856,7 @@ var init_getdomainop = __esm(() => {
57835
57856
  intendedNameservers: arrayType(stringType()),
57836
57857
  customNameservers: arrayType(stringType()).optional(),
57837
57858
  creator: lazyType(() => GetDomainCreator$outboundSchema),
57859
+ registrar: Registrar$outboundSchema.optional(),
57838
57860
  teamId: nullableType(stringType()),
57839
57861
  boughtAt: nullableType(numberType()),
57840
57862
  name: stringType(),
@@ -58194,10 +58216,13 @@ Get a Domain's configuration.`,
58194
58216
  });
58195
58217
 
58196
58218
  // src/models/getdomainsop.ts
58197
- var GetDomainsServiceType, GetDomainsRequest$inboundSchema, GetDomainsRequest$outboundSchema, GetDomainsRequest$, GetDomainsCreator$inboundSchema, GetDomainsCreator$outboundSchema, GetDomainsCreator$, GetDomainsServiceType$inboundSchema, GetDomainsServiceType$outboundSchema, GetDomainsServiceType$, Domains$inboundSchema, Domains$outboundSchema, Domains$, GetDomainsResponseBody$inboundSchema, GetDomainsResponseBody$outboundSchema, GetDomainsResponseBody$;
58219
+ var GetDomainsRegistrar, GetDomainsServiceType, GetDomainsRequest$inboundSchema, GetDomainsRequest$outboundSchema, GetDomainsRequest$, GetDomainsCreator$inboundSchema, GetDomainsCreator$outboundSchema, GetDomainsCreator$, GetDomainsRegistrar$inboundSchema, GetDomainsRegistrar$outboundSchema, GetDomainsRegistrar$, GetDomainsServiceType$inboundSchema, GetDomainsServiceType$outboundSchema, GetDomainsServiceType$, Domains$inboundSchema, Domains$outboundSchema, Domains$, GetDomainsResponseBody$inboundSchema, GetDomainsResponseBody$outboundSchema, GetDomainsResponseBody$;
58198
58220
  var init_getdomainsop = __esm(() => {
58199
58221
  init_esm();
58200
58222
  init_pagination();
58223
+ GetDomainsRegistrar = {
58224
+ New: "new"
58225
+ };
58201
58226
  GetDomainsServiceType = {
58202
58227
  ZeitWorld: "zeit.world",
58203
58228
  External: "external",
@@ -58239,6 +58264,12 @@ var init_getdomainsop = __esm(() => {
58239
58264
  GetDomainsCreator$.inboundSchema = GetDomainsCreator$inboundSchema;
58240
58265
  GetDomainsCreator$.outboundSchema = GetDomainsCreator$outboundSchema;
58241
58266
  })(GetDomainsCreator$ ||= {});
58267
+ GetDomainsRegistrar$inboundSchema = nativeEnumType(GetDomainsRegistrar);
58268
+ GetDomainsRegistrar$outboundSchema = GetDomainsRegistrar$inboundSchema;
58269
+ ((GetDomainsRegistrar$) => {
58270
+ GetDomainsRegistrar$.inboundSchema = GetDomainsRegistrar$inboundSchema;
58271
+ GetDomainsRegistrar$.outboundSchema = GetDomainsRegistrar$outboundSchema;
58272
+ })(GetDomainsRegistrar$ ||= {});
58242
58273
  GetDomainsServiceType$inboundSchema = nativeEnumType(GetDomainsServiceType);
58243
58274
  GetDomainsServiceType$outboundSchema = GetDomainsServiceType$inboundSchema;
58244
58275
  ((GetDomainsServiceType$) => {
@@ -58251,6 +58282,7 @@ var init_getdomainsop = __esm(() => {
58251
58282
  intendedNameservers: arrayType(stringType()),
58252
58283
  customNameservers: arrayType(stringType()).optional(),
58253
58284
  creator: lazyType(() => GetDomainsCreator$inboundSchema),
58285
+ registrar: GetDomainsRegistrar$inboundSchema.optional(),
58254
58286
  teamId: nullableType(stringType()),
58255
58287
  createdAt: numberType(),
58256
58288
  boughtAt: nullableType(numberType()),
@@ -58270,6 +58302,7 @@ var init_getdomainsop = __esm(() => {
58270
58302
  intendedNameservers: arrayType(stringType()),
58271
58303
  customNameservers: arrayType(stringType()).optional(),
58272
58304
  creator: lazyType(() => GetDomainsCreator$outboundSchema),
58305
+ registrar: GetDomainsRegistrar$outboundSchema.optional(),
58273
58306
  teamId: nullableType(stringType()),
58274
58307
  createdAt: numberType(),
58275
58308
  boughtAt: nullableType(numberType()),
@@ -63917,7 +63950,7 @@ Connects an integration resource to a Vercel project. This endpoint establishes
63917
63950
  });
63918
63951
 
63919
63952
  // src/models/createintegrationstoredirectop.ts
63920
- var CreateIntegrationStoreDirectFramework, CreateIntegrationStoreDirectEnvironments, CreateIntegrationStoreDirectIntegrationsEnvironments, CreateIntegrationStoreDirectStatus, ExternalResourceStatus, CreateIntegrationStoreDirectIntegrationsType, CreateIntegrationStoreDirectDisabled3, CreateIntegrationStoreDirectHidden3, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl, CreateIntegrationStoreDirectDisabledIntegrationsResponse2003, CreateIntegrationStoreDirectHiddenIntegrationsResponse2003, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore3, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore3, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl, CreateIntegrationStoreDirectDisabledIntegrations3, CreateIntegrationStoreDirectHiddenIntegrations3, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiControl, CreateIntegrationStoreDirectDisabledIntegrationsResponse3, CreateIntegrationStoreDirectHiddenIntegrationsResponse3, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Type, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiControl, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2003, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2003, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2003, CreateIntegrationStoreDirectPropertiesIntegrationsResponseType, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiControl, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse3, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse3, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse3, CreateIntegrationStoreDirectPropertiesIntegrationsType, CreateIntegrationStoreDirectPropertiesIntegrationsUiControl, CreateIntegrationStoreDirectUiReadOnlyIntegrations3, CreateIntegrationStoreDirectUiHiddenIntegrations3, CreateIntegrationStoreDirectUiDisabledIntegrations3, CreateIntegrationStoreDirectPropertiesType, CreateIntegrationStoreDirectPropertiesUiControl, CreateIntegrationStoreDirectUiReadOnly3, CreateIntegrationStoreDirectUiHidden3, CreateIntegrationStoreDirectUiDisabled3, Tags, ProjectConnectionScopes, CreateIntegrationStoreDirectIntegrationsResponseType, Disabled3, Hidden3, CreateIntegrationStoreDirectLevel, CreateIntegrationStoreDirectType, CreateIntegrationStoreDirectScope, Metadata$inboundSchema, Metadata$outboundSchema, Metadata$, CreateIntegrationStoreDirectRequestBody$inboundSchema, CreateIntegrationStoreDirectRequestBody$outboundSchema, CreateIntegrationStoreDirectRequestBody$, CreateIntegrationStoreDirectRequest$inboundSchema, CreateIntegrationStoreDirectRequest$outboundSchema, CreateIntegrationStoreDirectRequest$, CreateIntegrationStoreDirectFramework$inboundSchema, CreateIntegrationStoreDirectFramework$outboundSchema, CreateIntegrationStoreDirectFramework$, CreateIntegrationStoreDirectEnvironments$inboundSchema, CreateIntegrationStoreDirectEnvironments$outboundSchema, CreateIntegrationStoreDirectEnvironments$, CreateIntegrationStoreDirectIntegrationsEnvironments$inboundSchema, CreateIntegrationStoreDirectIntegrationsEnvironments$outboundSchema, CreateIntegrationStoreDirectIntegrationsEnvironments$, Actions$inboundSchema, Actions$outboundSchema, Actions$, CreateIntegrationStoreDirectDeployments$inboundSchema, CreateIntegrationStoreDirectDeployments$outboundSchema, CreateIntegrationStoreDirectDeployments$, ProjectsMetadata$inboundSchema, ProjectsMetadata$outboundSchema, ProjectsMetadata$, CreateIntegrationStoreDirectStatus$inboundSchema, CreateIntegrationStoreDirectStatus$outboundSchema, CreateIntegrationStoreDirectStatus$, CreateIntegrationStoreDirectMetadata$inboundSchema, CreateIntegrationStoreDirectMetadata$outboundSchema, CreateIntegrationStoreDirectMetadata$, ExternalResourceStatus$inboundSchema, ExternalResourceStatus$outboundSchema, ExternalResourceStatus$, CreateIntegrationStoreDirectIntegrationsType$inboundSchema, CreateIntegrationStoreDirectIntegrationsType$outboundSchema, CreateIntegrationStoreDirectIntegrationsType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7822$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7822$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7822$, CreateIntegrationStoreDirectPropertiesValue$inboundSchema, CreateIntegrationStoreDirectPropertiesValue$outboundSchema, CreateIntegrationStoreDirectPropertiesValue$, CreateIntegrationStoreDirectDisabled3$inboundSchema, CreateIntegrationStoreDirectDisabled3$outboundSchema, CreateIntegrationStoreDirectDisabled3$, CreateIntegrationStoreDirectDisabled2$inboundSchema, CreateIntegrationStoreDirectDisabled2$outboundSchema, CreateIntegrationStoreDirectDisabled2$, CreateIntegrationStoreDirectPropertiesDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesDisabled$, CreateIntegrationStoreDirectHidden3$inboundSchema, CreateIntegrationStoreDirectHidden3$outboundSchema, CreateIntegrationStoreDirectHidden3$, CreateIntegrationStoreDirectHidden2$inboundSchema, CreateIntegrationStoreDirectHidden2$outboundSchema, CreateIntegrationStoreDirectHidden2$, CreateIntegrationStoreDirectPropertiesHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesHidden$, CreateIntegrationStoreDirectProperties8$inboundSchema, CreateIntegrationStoreDirectProperties8$outboundSchema, CreateIntegrationStoreDirectProperties8$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$, CreateIntegrationStoreDirectUiOptionsAtBRANDAt7822$inboundSchema, CreateIntegrationStoreDirectUiOptionsAtBRANDAt7822$outboundSchema, CreateIntegrationStoreDirectUiOptionsAtBRANDAt7822$, CreateIntegrationStoreDirectUiOptionsValue$inboundSchema, CreateIntegrationStoreDirectUiOptionsValue$outboundSchema, CreateIntegrationStoreDirectUiOptionsValue$, CreateIntegrationStoreDirectDisabledIntegrationsResponse2003$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2003$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2003$, CreateIntegrationStoreDirectDisabledIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2002$, CreateIntegrationStoreDirectUiOptionsIntegrationsDisabled$inboundSchema, CreateIntegrationStoreDirectUiOptionsIntegrationsDisabled$outboundSchema, CreateIntegrationStoreDirectUiOptionsIntegrationsDisabled$, CreateIntegrationStoreDirectHiddenIntegrationsResponse2003$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2003$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2003$, CreateIntegrationStoreDirectHiddenIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2002$, CreateIntegrationStoreDirectUiOptionsIntegrationsHidden$inboundSchema, CreateIntegrationStoreDirectUiOptionsIntegrationsHidden$outboundSchema, CreateIntegrationStoreDirectUiOptionsIntegrationsHidden$, CreateIntegrationStoreDirectUiOptions3$inboundSchema, CreateIntegrationStoreDirectUiOptions3$outboundSchema, CreateIntegrationStoreDirectUiOptions3$, UiOptionsAtBRANDAt7822$inboundSchema, UiOptionsAtBRANDAt7822$outboundSchema, UiOptionsAtBRANDAt7822$, CreateIntegrationStoreDirectUiOptions2$inboundSchema, CreateIntegrationStoreDirectUiOptions2$outboundSchema, CreateIntegrationStoreDirectUiOptions2$, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3$, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson2$, CreateIntegrationStoreDirectUiOptionsDisabled$inboundSchema, CreateIntegrationStoreDirectUiOptionsDisabled$outboundSchema, CreateIntegrationStoreDirectUiOptionsDisabled$, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3$, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2$, CreateIntegrationStoreDirectUiOptionsHidden$inboundSchema, CreateIntegrationStoreDirectUiOptionsHidden$outboundSchema, CreateIntegrationStoreDirectUiOptionsHidden$, CreateIntegrationStoreDirectUiOptions1$inboundSchema, CreateIntegrationStoreDirectUiOptions1$outboundSchema, CreateIntegrationStoreDirectUiOptions1$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7822$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7822$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7822$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7822$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7822$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7822$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7822$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7822$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7822$, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore2$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore3$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore2$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore3$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore2$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStore2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStore2$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStore2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiFormattedValue$, CreateIntegrationStoreDirectProperties7$inboundSchema, CreateIntegrationStoreDirectProperties7$outboundSchema, CreateIntegrationStoreDirectProperties7$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7822$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7822$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7822$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7822$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7822$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7822$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7822$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7822$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7822$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$, CreateIntegrationStoreDirectPropertiesIntegrationsItems$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsItems$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsItems$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$, CreateIntegrationStoreDirectDisabledIntegrations3$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrations3$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrations3$, CreateIntegrationStoreDirectDisabledIntegrations2$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrations2$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrations2$, CreateIntegrationStoreDirectPropertiesIntegrationsDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsDisabled$, CreateIntegrationStoreDirectHiddenIntegrations3$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrations3$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrations3$, CreateIntegrationStoreDirectHiddenIntegrations2$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrations2$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrations2$, CreateIntegrationStoreDirectPropertiesIntegrationsHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsHidden$, CreateIntegrationStoreDirectPropertiesIntegrationsUiOptions$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiOptions$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiOptions$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$, CreateIntegrationStoreDirectProperties6$inboundSchema, CreateIntegrationStoreDirectProperties6$outboundSchema, CreateIntegrationStoreDirectProperties6$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiControl$, CreateIntegrationStoreDirectDisabledIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse3$, CreateIntegrationStoreDirectDisabledIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseDisabled$, CreateIntegrationStoreDirectHiddenIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse3$, CreateIntegrationStoreDirectHiddenIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseHidden$, CreateIntegrationStoreDirectPropertiesUiOptions$inboundSchema, CreateIntegrationStoreDirectPropertiesUiOptions$outboundSchema, CreateIntegrationStoreDirectPropertiesUiOptions$, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7822$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7822$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7822$, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7822$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7822$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7822$, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7822$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7822$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7822$, CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsPattern$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson3$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson3$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJson2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$, CreateIntegrationStoreDirectProperties5$inboundSchema, CreateIntegrationStoreDirectProperties5$outboundSchema, CreateIntegrationStoreDirectProperties5$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Type$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Type$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Type$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaType$, CreateIntegrationStoreDirectPropertiesItems$inboundSchema, CreateIntegrationStoreDirectPropertiesItems$outboundSchema, CreateIntegrationStoreDirectPropertiesItems$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiControl$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2003$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2003$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2003$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2002$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2003$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2003$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2003$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2002$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2003$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2003$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2003$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2002$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2002$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiFormattedValue$, CreateIntegrationStoreDirectProperties4$inboundSchema, CreateIntegrationStoreDirectProperties4$outboundSchema, CreateIntegrationStoreDirectProperties4$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiControl$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse3$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse3$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse3$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiFormattedValue$, CreateIntegrationStoreDirectProperties3$inboundSchema, CreateIntegrationStoreDirectProperties3$outboundSchema, CreateIntegrationStoreDirectProperties3$, CreateIntegrationStoreDirectPropertiesIntegrationsType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsType$, CreateIntegrationStoreDirectPropertiesIntegrationsUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiControl$, CreateIntegrationStoreDirectUiReadOnlyIntegrations3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrations3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrations3$, CreateIntegrationStoreDirectUiReadOnlyIntegrations2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrations2$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrations2$, CreateIntegrationStoreDirectPropertiesIntegrationsUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrations3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrations3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrations3$, CreateIntegrationStoreDirectUiHiddenIntegrations2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrations2$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrations2$, CreateIntegrationStoreDirectPropertiesIntegrationsUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrations3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrations3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrations3$, CreateIntegrationStoreDirectUiDisabledIntegrations2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrations2$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrations2$, CreateIntegrationStoreDirectPropertiesIntegrationsUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrations2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrations2$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrations2$, CreateIntegrationStoreDirectPropertiesIntegrationsUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiFormattedValue$, CreateIntegrationStoreDirectProperties2$inboundSchema, CreateIntegrationStoreDirectProperties2$outboundSchema, CreateIntegrationStoreDirectProperties2$, CreateIntegrationStoreDirectPropertiesType$inboundSchema, CreateIntegrationStoreDirectPropertiesType$outboundSchema, CreateIntegrationStoreDirectPropertiesType$, CreateIntegrationStoreDirectPropertiesUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesUiControl$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7822$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7822$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7822$, CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesMaxLength$, PropertiesAtBRANDAt7822$inboundSchema, PropertiesAtBRANDAt7822$outboundSchema, PropertiesAtBRANDAt7822$, CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesMinLength$, CreateIntegrationStoreDirectPropertiesAtBRANDAt7822$inboundSchema, CreateIntegrationStoreDirectPropertiesAtBRANDAt7822$outboundSchema, CreateIntegrationStoreDirectPropertiesAtBRANDAt7822$, CreateIntegrationStoreDirectPropertiesPattern$inboundSchema, CreateIntegrationStoreDirectPropertiesPattern$outboundSchema, CreateIntegrationStoreDirectPropertiesPattern$, CreateIntegrationStoreDirectUiReadOnly3$inboundSchema, CreateIntegrationStoreDirectUiReadOnly3$outboundSchema, CreateIntegrationStoreDirectUiReadOnly3$, CreateIntegrationStoreDirectUiReadOnly2$inboundSchema, CreateIntegrationStoreDirectUiReadOnly2$outboundSchema, CreateIntegrationStoreDirectUiReadOnly2$, CreateIntegrationStoreDirectPropertiesUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesUiReadOnly$, CreateIntegrationStoreDirectUiHidden3$inboundSchema, CreateIntegrationStoreDirectUiHidden3$outboundSchema, CreateIntegrationStoreDirectUiHidden3$, CreateIntegrationStoreDirectUiHidden2$inboundSchema, CreateIntegrationStoreDirectUiHidden2$outboundSchema, CreateIntegrationStoreDirectUiHidden2$, CreateIntegrationStoreDirectPropertiesUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesUiHidden$, CreateIntegrationStoreDirectUiDisabled3$inboundSchema, CreateIntegrationStoreDirectUiDisabled3$outboundSchema, CreateIntegrationStoreDirectUiDisabled3$, CreateIntegrationStoreDirectUiDisabled2$inboundSchema, CreateIntegrationStoreDirectUiDisabled2$outboundSchema, CreateIntegrationStoreDirectUiDisabled2$, CreateIntegrationStoreDirectPropertiesUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesUiDisabled$, CreateIntegrationStoreDirectUiDescription2$inboundSchema, CreateIntegrationStoreDirectUiDescription2$outboundSchema, CreateIntegrationStoreDirectUiDescription2$, CreateIntegrationStoreDirectPropertiesUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesUiDescription$, CreateIntegrationStoreDirectPropertiesUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesUiFormattedValue$, CreateIntegrationStoreDirectProperties1$inboundSchema, CreateIntegrationStoreDirectProperties1$outboundSchema, CreateIntegrationStoreDirectProperties1$, CreateIntegrationStoreDirectProperties$inboundSchema, CreateIntegrationStoreDirectProperties$outboundSchema, CreateIntegrationStoreDirectProperties$, CreateIntegrationStoreDirectMetadataSchema$inboundSchema, CreateIntegrationStoreDirectMetadataSchema$outboundSchema, CreateIntegrationStoreDirectMetadataSchema$, ResourceLinks$inboundSchema, ResourceLinks$outboundSchema, ResourceLinks$, Tags$inboundSchema, Tags$outboundSchema, Tags$, ProjectConnectionScopes$inboundSchema, ProjectConnectionScopes$outboundSchema, ProjectConnectionScopes$, Repl$inboundSchema, Repl$outboundSchema, Repl$, CreateIntegrationStoreDirectIntegrationsResponseType$inboundSchema, CreateIntegrationStoreDirectIntegrationsResponseType$outboundSchema, CreateIntegrationStoreDirectIntegrationsResponseType$, CreateIntegrationStoreDirectActions$inboundSchema, CreateIntegrationStoreDirectActions$outboundSchema, CreateIntegrationStoreDirectActions$, Steps$inboundSchema, Steps$outboundSchema, Steps$, Guides$inboundSchema, Guides$outboundSchema, Guides$, AtBRANDAt7822$inboundSchema, AtBRANDAt7822$outboundSchema, AtBRANDAt7822$, CreateIntegrationStoreDirectValue$inboundSchema, CreateIntegrationStoreDirectValue$outboundSchema, CreateIntegrationStoreDirectValue$, Disabled3$inboundSchema, Disabled3$outboundSchema, Disabled3$, Disabled2$inboundSchema, Disabled2$outboundSchema, Disabled2$, Disabled$inboundSchema, Disabled$outboundSchema, Disabled$, Hidden3$inboundSchema, Hidden3$outboundSchema, Hidden3$, Hidden2$inboundSchema, Hidden2$outboundSchema, Hidden2$, Hidden$inboundSchema, Hidden$outboundSchema, Hidden$, Product$inboundSchema, Product$outboundSchema, Product$, CreateIntegrationStoreDirectExperimentation$inboundSchema, CreateIntegrationStoreDirectExperimentation$outboundSchema, CreateIntegrationStoreDirectExperimentation$, CreateIntegrationStoreDirectProtocolSettings$inboundSchema, CreateIntegrationStoreDirectProtocolSettings$outboundSchema, CreateIntegrationStoreDirectProtocolSettings$, CreateIntegrationStoreDirectLevel$inboundSchema, CreateIntegrationStoreDirectLevel$outboundSchema, CreateIntegrationStoreDirectLevel$, CreateIntegrationStoreDirectNotification$inboundSchema, CreateIntegrationStoreDirectNotification$outboundSchema, CreateIntegrationStoreDirectNotification$, CreateIntegrationStoreDirectSecrets$inboundSchema, CreateIntegrationStoreDirectSecrets$outboundSchema, CreateIntegrationStoreDirectSecrets$, CreateIntegrationStoreDirectType$inboundSchema, CreateIntegrationStoreDirectType$outboundSchema, CreateIntegrationStoreDirectType$, CreateIntegrationStoreDirectScope$inboundSchema, CreateIntegrationStoreDirectScope$outboundSchema, CreateIntegrationStoreDirectScope$, CreateIntegrationStoreDirectDetails$inboundSchema, CreateIntegrationStoreDirectDetails$outboundSchema, CreateIntegrationStoreDirectDetails$, CreateIntegrationStoreDirectHighlightedDetails$inboundSchema, CreateIntegrationStoreDirectHighlightedDetails$outboundSchema, CreateIntegrationStoreDirectHighlightedDetails$, CreateIntegrationStoreDirectQuote$inboundSchema, CreateIntegrationStoreDirectQuote$outboundSchema, CreateIntegrationStoreDirectQuote$, CreateIntegrationStoreDirectBillingPlan$inboundSchema, CreateIntegrationStoreDirectBillingPlan$outboundSchema, CreateIntegrationStoreDirectBillingPlan$, CreateIntegrationStoreDirectStore$inboundSchema, CreateIntegrationStoreDirectStore$outboundSchema, CreateIntegrationStoreDirectStore$, CreateIntegrationStoreDirectResponseBody$inboundSchema, CreateIntegrationStoreDirectResponseBody$outboundSchema, CreateIntegrationStoreDirectResponseBody$;
63953
+ var CreateIntegrationStoreDirectFramework, CreateIntegrationStoreDirectEnvironments, CreateIntegrationStoreDirectIntegrationsEnvironments, CreateIntegrationStoreDirectStatus, ExternalResourceStatus, CreateIntegrationStoreDirectIntegrationsType, CreateIntegrationStoreDirectDisabled3, CreateIntegrationStoreDirectHidden3, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl, CreateIntegrationStoreDirectDisabledIntegrationsResponse2003, CreateIntegrationStoreDirectHiddenIntegrationsResponse2003, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore3, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore3, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl, CreateIntegrationStoreDirectDisabledIntegrations3, CreateIntegrationStoreDirectHiddenIntegrations3, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiControl, CreateIntegrationStoreDirectDisabledIntegrationsResponse3, CreateIntegrationStoreDirectHiddenIntegrationsResponse3, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Type, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiControl, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2003, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2003, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2003, CreateIntegrationStoreDirectPropertiesIntegrationsResponseType, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiControl, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse3, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse3, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse3, CreateIntegrationStoreDirectPropertiesIntegrationsType, CreateIntegrationStoreDirectPropertiesIntegrationsUiControl, CreateIntegrationStoreDirectUiReadOnlyIntegrations3, CreateIntegrationStoreDirectUiHiddenIntegrations3, CreateIntegrationStoreDirectUiDisabledIntegrations3, CreateIntegrationStoreDirectPropertiesType, CreateIntegrationStoreDirectPropertiesUiControl, CreateIntegrationStoreDirectUiReadOnly3, CreateIntegrationStoreDirectUiHidden3, CreateIntegrationStoreDirectUiDisabled3, Tags, ProjectConnectionScopes, CreateIntegrationStoreDirectIntegrationsResponseType, Disabled3, Hidden3, CreateIntegrationStoreDirectLevel, CreateIntegrationStoreDirectType, CreateIntegrationStoreDirectScope, Metadata$inboundSchema, Metadata$outboundSchema, Metadata$, CreateIntegrationStoreDirectRequestBody$inboundSchema, CreateIntegrationStoreDirectRequestBody$outboundSchema, CreateIntegrationStoreDirectRequestBody$, CreateIntegrationStoreDirectRequest$inboundSchema, CreateIntegrationStoreDirectRequest$outboundSchema, CreateIntegrationStoreDirectRequest$, CreateIntegrationStoreDirectFramework$inboundSchema, CreateIntegrationStoreDirectFramework$outboundSchema, CreateIntegrationStoreDirectFramework$, CreateIntegrationStoreDirectEnvironments$inboundSchema, CreateIntegrationStoreDirectEnvironments$outboundSchema, CreateIntegrationStoreDirectEnvironments$, CreateIntegrationStoreDirectIntegrationsEnvironments$inboundSchema, CreateIntegrationStoreDirectIntegrationsEnvironments$outboundSchema, CreateIntegrationStoreDirectIntegrationsEnvironments$, Actions$inboundSchema, Actions$outboundSchema, Actions$, CreateIntegrationStoreDirectDeployments$inboundSchema, CreateIntegrationStoreDirectDeployments$outboundSchema, CreateIntegrationStoreDirectDeployments$, ProjectsMetadata$inboundSchema, ProjectsMetadata$outboundSchema, ProjectsMetadata$, CreateIntegrationStoreDirectStatus$inboundSchema, CreateIntegrationStoreDirectStatus$outboundSchema, CreateIntegrationStoreDirectStatus$, CreateIntegrationStoreDirectMetadata$inboundSchema, CreateIntegrationStoreDirectMetadata$outboundSchema, CreateIntegrationStoreDirectMetadata$, ExternalResourceStatus$inboundSchema, ExternalResourceStatus$outboundSchema, ExternalResourceStatus$, CreateIntegrationStoreDirectIntegrationsType$inboundSchema, CreateIntegrationStoreDirectIntegrationsType$outboundSchema, CreateIntegrationStoreDirectIntegrationsType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825$, CreateIntegrationStoreDirectPropertiesValue$inboundSchema, CreateIntegrationStoreDirectPropertiesValue$outboundSchema, CreateIntegrationStoreDirectPropertiesValue$, CreateIntegrationStoreDirectDisabled3$inboundSchema, CreateIntegrationStoreDirectDisabled3$outboundSchema, CreateIntegrationStoreDirectDisabled3$, CreateIntegrationStoreDirectDisabled2$inboundSchema, CreateIntegrationStoreDirectDisabled2$outboundSchema, CreateIntegrationStoreDirectDisabled2$, CreateIntegrationStoreDirectPropertiesDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesDisabled$, CreateIntegrationStoreDirectHidden3$inboundSchema, CreateIntegrationStoreDirectHidden3$outboundSchema, CreateIntegrationStoreDirectHidden3$, CreateIntegrationStoreDirectHidden2$inboundSchema, CreateIntegrationStoreDirectHidden2$outboundSchema, CreateIntegrationStoreDirectHidden2$, CreateIntegrationStoreDirectPropertiesHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesHidden$, CreateIntegrationStoreDirectProperties8$inboundSchema, CreateIntegrationStoreDirectProperties8$outboundSchema, CreateIntegrationStoreDirectProperties8$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$, CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825$inboundSchema, CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825$outboundSchema, CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825$, CreateIntegrationStoreDirectUiOptionsValue$inboundSchema, CreateIntegrationStoreDirectUiOptionsValue$outboundSchema, CreateIntegrationStoreDirectUiOptionsValue$, CreateIntegrationStoreDirectDisabledIntegrationsResponse2003$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2003$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2003$, CreateIntegrationStoreDirectDisabledIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2002$, CreateIntegrationStoreDirectUiOptionsIntegrationsDisabled$inboundSchema, CreateIntegrationStoreDirectUiOptionsIntegrationsDisabled$outboundSchema, CreateIntegrationStoreDirectUiOptionsIntegrationsDisabled$, CreateIntegrationStoreDirectHiddenIntegrationsResponse2003$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2003$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2003$, CreateIntegrationStoreDirectHiddenIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2002$, CreateIntegrationStoreDirectUiOptionsIntegrationsHidden$inboundSchema, CreateIntegrationStoreDirectUiOptionsIntegrationsHidden$outboundSchema, CreateIntegrationStoreDirectUiOptionsIntegrationsHidden$, CreateIntegrationStoreDirectUiOptions3$inboundSchema, CreateIntegrationStoreDirectUiOptions3$outboundSchema, CreateIntegrationStoreDirectUiOptions3$, UiOptionsAtBRANDAt7825$inboundSchema, UiOptionsAtBRANDAt7825$outboundSchema, UiOptionsAtBRANDAt7825$, CreateIntegrationStoreDirectUiOptions2$inboundSchema, CreateIntegrationStoreDirectUiOptions2$outboundSchema, CreateIntegrationStoreDirectUiOptions2$, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3$, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson2$, CreateIntegrationStoreDirectUiOptionsDisabled$inboundSchema, CreateIntegrationStoreDirectUiOptionsDisabled$outboundSchema, CreateIntegrationStoreDirectUiOptionsDisabled$, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3$, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2$, CreateIntegrationStoreDirectUiOptionsHidden$inboundSchema, CreateIntegrationStoreDirectUiOptionsHidden$outboundSchema, CreateIntegrationStoreDirectUiOptionsHidden$, CreateIntegrationStoreDirectUiOptions1$inboundSchema, CreateIntegrationStoreDirectUiOptions1$outboundSchema, CreateIntegrationStoreDirectUiOptions1$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825$, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore2$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore3$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore2$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore3$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore2$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStore2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStore2$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStore2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiFormattedValue$, CreateIntegrationStoreDirectProperties7$inboundSchema, CreateIntegrationStoreDirectProperties7$outboundSchema, CreateIntegrationStoreDirectProperties7$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$, CreateIntegrationStoreDirectPropertiesIntegrationsItems$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsItems$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsItems$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$, CreateIntegrationStoreDirectDisabledIntegrations3$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrations3$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrations3$, CreateIntegrationStoreDirectDisabledIntegrations2$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrations2$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrations2$, CreateIntegrationStoreDirectPropertiesIntegrationsDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsDisabled$, CreateIntegrationStoreDirectHiddenIntegrations3$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrations3$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrations3$, CreateIntegrationStoreDirectHiddenIntegrations2$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrations2$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrations2$, CreateIntegrationStoreDirectPropertiesIntegrationsHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsHidden$, CreateIntegrationStoreDirectPropertiesIntegrationsUiOptions$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiOptions$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiOptions$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$, CreateIntegrationStoreDirectProperties6$inboundSchema, CreateIntegrationStoreDirectProperties6$outboundSchema, CreateIntegrationStoreDirectProperties6$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiControl$, CreateIntegrationStoreDirectDisabledIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse3$, CreateIntegrationStoreDirectDisabledIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseDisabled$, CreateIntegrationStoreDirectHiddenIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse3$, CreateIntegrationStoreDirectHiddenIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseHidden$, CreateIntegrationStoreDirectPropertiesUiOptions$inboundSchema, CreateIntegrationStoreDirectPropertiesUiOptions$outboundSchema, CreateIntegrationStoreDirectPropertiesUiOptions$, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825$, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825$, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825$, CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsPattern$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson3$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson3$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJson2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$, CreateIntegrationStoreDirectProperties5$inboundSchema, CreateIntegrationStoreDirectProperties5$outboundSchema, CreateIntegrationStoreDirectProperties5$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Type$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Type$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Type$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaType$, CreateIntegrationStoreDirectPropertiesItems$inboundSchema, CreateIntegrationStoreDirectPropertiesItems$outboundSchema, CreateIntegrationStoreDirectPropertiesItems$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiControl$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2003$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2003$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2003$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2002$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2003$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2003$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2003$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2002$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2003$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2003$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2003$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2002$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2002$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiFormattedValue$, CreateIntegrationStoreDirectProperties4$inboundSchema, CreateIntegrationStoreDirectProperties4$outboundSchema, CreateIntegrationStoreDirectProperties4$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiControl$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse3$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse3$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse3$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiFormattedValue$, CreateIntegrationStoreDirectProperties3$inboundSchema, CreateIntegrationStoreDirectProperties3$outboundSchema, CreateIntegrationStoreDirectProperties3$, CreateIntegrationStoreDirectPropertiesIntegrationsType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsType$, CreateIntegrationStoreDirectPropertiesIntegrationsUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiControl$, CreateIntegrationStoreDirectUiReadOnlyIntegrations3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrations3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrations3$, CreateIntegrationStoreDirectUiReadOnlyIntegrations2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrations2$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrations2$, CreateIntegrationStoreDirectPropertiesIntegrationsUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrations3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrations3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrations3$, CreateIntegrationStoreDirectUiHiddenIntegrations2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrations2$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrations2$, CreateIntegrationStoreDirectPropertiesIntegrationsUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrations3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrations3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrations3$, CreateIntegrationStoreDirectUiDisabledIntegrations2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrations2$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrations2$, CreateIntegrationStoreDirectPropertiesIntegrationsUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrations2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrations2$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrations2$, CreateIntegrationStoreDirectPropertiesIntegrationsUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiFormattedValue$, CreateIntegrationStoreDirectProperties2$inboundSchema, CreateIntegrationStoreDirectProperties2$outboundSchema, CreateIntegrationStoreDirectProperties2$, CreateIntegrationStoreDirectPropertiesType$inboundSchema, CreateIntegrationStoreDirectPropertiesType$outboundSchema, CreateIntegrationStoreDirectPropertiesType$, CreateIntegrationStoreDirectPropertiesUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesUiControl$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825$, CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesMaxLength$, PropertiesAtBRANDAt7825$inboundSchema, PropertiesAtBRANDAt7825$outboundSchema, PropertiesAtBRANDAt7825$, CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesMinLength$, CreateIntegrationStoreDirectPropertiesAtBRANDAt7825$inboundSchema, CreateIntegrationStoreDirectPropertiesAtBRANDAt7825$outboundSchema, CreateIntegrationStoreDirectPropertiesAtBRANDAt7825$, CreateIntegrationStoreDirectPropertiesPattern$inboundSchema, CreateIntegrationStoreDirectPropertiesPattern$outboundSchema, CreateIntegrationStoreDirectPropertiesPattern$, CreateIntegrationStoreDirectUiReadOnly3$inboundSchema, CreateIntegrationStoreDirectUiReadOnly3$outboundSchema, CreateIntegrationStoreDirectUiReadOnly3$, CreateIntegrationStoreDirectUiReadOnly2$inboundSchema, CreateIntegrationStoreDirectUiReadOnly2$outboundSchema, CreateIntegrationStoreDirectUiReadOnly2$, CreateIntegrationStoreDirectPropertiesUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesUiReadOnly$, CreateIntegrationStoreDirectUiHidden3$inboundSchema, CreateIntegrationStoreDirectUiHidden3$outboundSchema, CreateIntegrationStoreDirectUiHidden3$, CreateIntegrationStoreDirectUiHidden2$inboundSchema, CreateIntegrationStoreDirectUiHidden2$outboundSchema, CreateIntegrationStoreDirectUiHidden2$, CreateIntegrationStoreDirectPropertiesUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesUiHidden$, CreateIntegrationStoreDirectUiDisabled3$inboundSchema, CreateIntegrationStoreDirectUiDisabled3$outboundSchema, CreateIntegrationStoreDirectUiDisabled3$, CreateIntegrationStoreDirectUiDisabled2$inboundSchema, CreateIntegrationStoreDirectUiDisabled2$outboundSchema, CreateIntegrationStoreDirectUiDisabled2$, CreateIntegrationStoreDirectPropertiesUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesUiDisabled$, CreateIntegrationStoreDirectUiDescription2$inboundSchema, CreateIntegrationStoreDirectUiDescription2$outboundSchema, CreateIntegrationStoreDirectUiDescription2$, CreateIntegrationStoreDirectPropertiesUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesUiDescription$, CreateIntegrationStoreDirectPropertiesUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesUiFormattedValue$, CreateIntegrationStoreDirectProperties1$inboundSchema, CreateIntegrationStoreDirectProperties1$outboundSchema, CreateIntegrationStoreDirectProperties1$, CreateIntegrationStoreDirectProperties$inboundSchema, CreateIntegrationStoreDirectProperties$outboundSchema, CreateIntegrationStoreDirectProperties$, CreateIntegrationStoreDirectMetadataSchema$inboundSchema, CreateIntegrationStoreDirectMetadataSchema$outboundSchema, CreateIntegrationStoreDirectMetadataSchema$, ResourceLinks$inboundSchema, ResourceLinks$outboundSchema, ResourceLinks$, Tags$inboundSchema, Tags$outboundSchema, Tags$, ProjectConnectionScopes$inboundSchema, ProjectConnectionScopes$outboundSchema, ProjectConnectionScopes$, Repl$inboundSchema, Repl$outboundSchema, Repl$, CreateIntegrationStoreDirectIntegrationsResponseType$inboundSchema, CreateIntegrationStoreDirectIntegrationsResponseType$outboundSchema, CreateIntegrationStoreDirectIntegrationsResponseType$, CreateIntegrationStoreDirectActions$inboundSchema, CreateIntegrationStoreDirectActions$outboundSchema, CreateIntegrationStoreDirectActions$, Steps$inboundSchema, Steps$outboundSchema, Steps$, Guides$inboundSchema, Guides$outboundSchema, Guides$, AtBRANDAt7825$inboundSchema, AtBRANDAt7825$outboundSchema, AtBRANDAt7825$, CreateIntegrationStoreDirectValue$inboundSchema, CreateIntegrationStoreDirectValue$outboundSchema, CreateIntegrationStoreDirectValue$, Disabled3$inboundSchema, Disabled3$outboundSchema, Disabled3$, Disabled2$inboundSchema, Disabled2$outboundSchema, Disabled2$, Disabled$inboundSchema, Disabled$outboundSchema, Disabled$, Hidden3$inboundSchema, Hidden3$outboundSchema, Hidden3$, Hidden2$inboundSchema, Hidden2$outboundSchema, Hidden2$, Hidden$inboundSchema, Hidden$outboundSchema, Hidden$, Product$inboundSchema, Product$outboundSchema, Product$, CreateIntegrationStoreDirectExperimentation$inboundSchema, CreateIntegrationStoreDirectExperimentation$outboundSchema, CreateIntegrationStoreDirectExperimentation$, CreateIntegrationStoreDirectProtocolSettings$inboundSchema, CreateIntegrationStoreDirectProtocolSettings$outboundSchema, CreateIntegrationStoreDirectProtocolSettings$, CreateIntegrationStoreDirectLevel$inboundSchema, CreateIntegrationStoreDirectLevel$outboundSchema, CreateIntegrationStoreDirectLevel$, CreateIntegrationStoreDirectNotification$inboundSchema, CreateIntegrationStoreDirectNotification$outboundSchema, CreateIntegrationStoreDirectNotification$, CreateIntegrationStoreDirectSecrets$inboundSchema, CreateIntegrationStoreDirectSecrets$outboundSchema, CreateIntegrationStoreDirectSecrets$, CreateIntegrationStoreDirectType$inboundSchema, CreateIntegrationStoreDirectType$outboundSchema, CreateIntegrationStoreDirectType$, CreateIntegrationStoreDirectScope$inboundSchema, CreateIntegrationStoreDirectScope$outboundSchema, CreateIntegrationStoreDirectScope$, CreateIntegrationStoreDirectDetails$inboundSchema, CreateIntegrationStoreDirectDetails$outboundSchema, CreateIntegrationStoreDirectDetails$, CreateIntegrationStoreDirectHighlightedDetails$inboundSchema, CreateIntegrationStoreDirectHighlightedDetails$outboundSchema, CreateIntegrationStoreDirectHighlightedDetails$, CreateIntegrationStoreDirectQuote$inboundSchema, CreateIntegrationStoreDirectQuote$outboundSchema, CreateIntegrationStoreDirectQuote$, CreateIntegrationStoreDirectBillingPlan$inboundSchema, CreateIntegrationStoreDirectBillingPlan$outboundSchema, CreateIntegrationStoreDirectBillingPlan$, CreateIntegrationStoreDirectStore$inboundSchema, CreateIntegrationStoreDirectStore$outboundSchema, CreateIntegrationStoreDirectStore$, CreateIntegrationStoreDirectResponseBody$inboundSchema, CreateIntegrationStoreDirectResponseBody$outboundSchema, CreateIntegrationStoreDirectResponseBody$;
63921
63954
  var init_createintegrationstoredirectop = __esm(() => {
63922
63955
  init_esm();
63923
63956
  init_primitives();
@@ -64441,24 +64474,24 @@ var init_createintegrationstoredirectop = __esm(() => {
64441
64474
  CreateIntegrationStoreDirectIntegrationsType$.inboundSchema = CreateIntegrationStoreDirectIntegrationsType$inboundSchema;
64442
64475
  CreateIntegrationStoreDirectIntegrationsType$.outboundSchema = CreateIntegrationStoreDirectIntegrationsType$outboundSchema;
64443
64476
  })(CreateIntegrationStoreDirectIntegrationsType$ ||= {});
64444
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7822$inboundSchema = objectType({});
64445
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7822$outboundSchema = objectType({});
64446
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7822$) => {
64447
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7822$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7822$inboundSchema;
64448
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7822$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7822$outboundSchema;
64449
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7822$ ||= {});
64477
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825$inboundSchema = objectType({});
64478
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825$outboundSchema = objectType({});
64479
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825$) => {
64480
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825$inboundSchema;
64481
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825$outboundSchema;
64482
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825$ ||= {});
64450
64483
  CreateIntegrationStoreDirectPropertiesValue$inboundSchema = objectType({
64451
- "__@BRAND@7822": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7822$inboundSchema)
64484
+ "__@BRAND@7825": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825$inboundSchema)
64452
64485
  }).transform((v2) => {
64453
64486
  return remap(v2, {
64454
- "__@BRAND@7822": "atBRANDAt7822"
64487
+ "__@BRAND@7825": "atBRANDAt7825"
64455
64488
  });
64456
64489
  });
64457
64490
  CreateIntegrationStoreDirectPropertiesValue$outboundSchema = objectType({
64458
- atBRANDAt7822: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7822$outboundSchema)
64491
+ atBRANDAt7825: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825$outboundSchema)
64459
64492
  }).transform((v2) => {
64460
64493
  return remap(v2, {
64461
- atBRANDAt7822: "__@BRAND@7822"
64494
+ atBRANDAt7825: "__@BRAND@7825"
64462
64495
  });
64463
64496
  });
64464
64497
  ((CreateIntegrationStoreDirectPropertiesValue$) => {
@@ -64567,24 +64600,24 @@ var init_createintegrationstoredirectop = __esm(() => {
64567
64600
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$inboundSchema;
64568
64601
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema;
64569
64602
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ ||= {});
64570
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt7822$inboundSchema = objectType({});
64571
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt7822$outboundSchema = objectType({});
64572
- ((CreateIntegrationStoreDirectUiOptionsAtBRANDAt7822$) => {
64573
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt7822$.inboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7822$inboundSchema;
64574
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt7822$.outboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7822$outboundSchema;
64575
- })(CreateIntegrationStoreDirectUiOptionsAtBRANDAt7822$ ||= {});
64603
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825$inboundSchema = objectType({});
64604
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825$outboundSchema = objectType({});
64605
+ ((CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825$) => {
64606
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825$.inboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825$inboundSchema;
64607
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825$.outboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825$outboundSchema;
64608
+ })(CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825$ ||= {});
64576
64609
  CreateIntegrationStoreDirectUiOptionsValue$inboundSchema = objectType({
64577
- "__@BRAND@7822": lazyType(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7822$inboundSchema)
64610
+ "__@BRAND@7825": lazyType(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825$inboundSchema)
64578
64611
  }).transform((v2) => {
64579
64612
  return remap(v2, {
64580
- "__@BRAND@7822": "atBRANDAt7822"
64613
+ "__@BRAND@7825": "atBRANDAt7825"
64581
64614
  });
64582
64615
  });
64583
64616
  CreateIntegrationStoreDirectUiOptionsValue$outboundSchema = objectType({
64584
- atBRANDAt7822: lazyType(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7822$outboundSchema)
64617
+ atBRANDAt7825: lazyType(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825$outboundSchema)
64585
64618
  }).transform((v2) => {
64586
64619
  return remap(v2, {
64587
- atBRANDAt7822: "__@BRAND@7822"
64620
+ atBRANDAt7825: "__@BRAND@7825"
64588
64621
  });
64589
64622
  });
64590
64623
  ((CreateIntegrationStoreDirectUiOptionsValue$) => {
@@ -64681,24 +64714,24 @@ var init_createintegrationstoredirectop = __esm(() => {
64681
64714
  CreateIntegrationStoreDirectUiOptions3$.inboundSchema = CreateIntegrationStoreDirectUiOptions3$inboundSchema;
64682
64715
  CreateIntegrationStoreDirectUiOptions3$.outboundSchema = CreateIntegrationStoreDirectUiOptions3$outboundSchema;
64683
64716
  })(CreateIntegrationStoreDirectUiOptions3$ ||= {});
64684
- UiOptionsAtBRANDAt7822$inboundSchema = objectType({});
64685
- UiOptionsAtBRANDAt7822$outboundSchema = objectType({});
64686
- ((UiOptionsAtBRANDAt7822$) => {
64687
- UiOptionsAtBRANDAt7822$.inboundSchema = UiOptionsAtBRANDAt7822$inboundSchema;
64688
- UiOptionsAtBRANDAt7822$.outboundSchema = UiOptionsAtBRANDAt7822$outboundSchema;
64689
- })(UiOptionsAtBRANDAt7822$ ||= {});
64717
+ UiOptionsAtBRANDAt7825$inboundSchema = objectType({});
64718
+ UiOptionsAtBRANDAt7825$outboundSchema = objectType({});
64719
+ ((UiOptionsAtBRANDAt7825$) => {
64720
+ UiOptionsAtBRANDAt7825$.inboundSchema = UiOptionsAtBRANDAt7825$inboundSchema;
64721
+ UiOptionsAtBRANDAt7825$.outboundSchema = UiOptionsAtBRANDAt7825$outboundSchema;
64722
+ })(UiOptionsAtBRANDAt7825$ ||= {});
64690
64723
  CreateIntegrationStoreDirectUiOptions2$inboundSchema = objectType({
64691
- "__@BRAND@7822": lazyType(() => UiOptionsAtBRANDAt7822$inboundSchema)
64724
+ "__@BRAND@7825": lazyType(() => UiOptionsAtBRANDAt7825$inboundSchema)
64692
64725
  }).transform((v2) => {
64693
64726
  return remap(v2, {
64694
- "__@BRAND@7822": "atBRANDAt7822"
64727
+ "__@BRAND@7825": "atBRANDAt7825"
64695
64728
  });
64696
64729
  });
64697
64730
  CreateIntegrationStoreDirectUiOptions2$outboundSchema = objectType({
64698
- atBRANDAt7822: lazyType(() => UiOptionsAtBRANDAt7822$outboundSchema)
64731
+ atBRANDAt7825: lazyType(() => UiOptionsAtBRANDAt7825$outboundSchema)
64699
64732
  }).transform((v2) => {
64700
64733
  return remap(v2, {
64701
- atBRANDAt7822: "__@BRAND@7822"
64734
+ atBRANDAt7825: "__@BRAND@7825"
64702
64735
  });
64703
64736
  });
64704
64737
  ((CreateIntegrationStoreDirectUiOptions2$) => {
@@ -64811,72 +64844,72 @@ var init_createintegrationstoredirectop = __esm(() => {
64811
64844
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$inboundSchema;
64812
64845
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$outboundSchema;
64813
64846
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$ ||= {});
64814
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7822$inboundSchema = objectType({});
64815
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7822$outboundSchema = objectType({});
64816
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7822$) => {
64817
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7822$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7822$inboundSchema;
64818
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7822$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7822$outboundSchema;
64819
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7822$ ||= {});
64847
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825$inboundSchema = objectType({});
64848
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825$outboundSchema = objectType({});
64849
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825$) => {
64850
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825$inboundSchema;
64851
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825$outboundSchema;
64852
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825$ ||= {});
64820
64853
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema = objectType({
64821
- "__@BRAND@7822": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7822$inboundSchema)
64854
+ "__@BRAND@7825": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825$inboundSchema)
64822
64855
  }).transform((v2) => {
64823
64856
  return remap(v2, {
64824
- "__@BRAND@7822": "atBRANDAt7822"
64857
+ "__@BRAND@7825": "atBRANDAt7825"
64825
64858
  });
64826
64859
  });
64827
64860
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema = objectType({
64828
- atBRANDAt7822: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7822$outboundSchema)
64861
+ atBRANDAt7825: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825$outboundSchema)
64829
64862
  }).transform((v2) => {
64830
64863
  return remap(v2, {
64831
- atBRANDAt7822: "__@BRAND@7822"
64864
+ atBRANDAt7825: "__@BRAND@7825"
64832
64865
  });
64833
64866
  });
64834
64867
  ((CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$) => {
64835
64868
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema;
64836
64869
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema;
64837
64870
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$ ||= {});
64838
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7822$inboundSchema = objectType({});
64839
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7822$outboundSchema = objectType({});
64840
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7822$) => {
64841
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7822$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7822$inboundSchema;
64842
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7822$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7822$outboundSchema;
64843
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7822$ ||= {});
64871
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825$inboundSchema = objectType({});
64872
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825$outboundSchema = objectType({});
64873
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825$) => {
64874
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825$inboundSchema;
64875
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825$outboundSchema;
64876
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825$ ||= {});
64844
64877
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema = objectType({
64845
- "__@BRAND@7822": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7822$inboundSchema)
64878
+ "__@BRAND@7825": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825$inboundSchema)
64846
64879
  }).transform((v2) => {
64847
64880
  return remap(v2, {
64848
- "__@BRAND@7822": "atBRANDAt7822"
64881
+ "__@BRAND@7825": "atBRANDAt7825"
64849
64882
  });
64850
64883
  });
64851
64884
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema = objectType({
64852
- atBRANDAt7822: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7822$outboundSchema)
64885
+ atBRANDAt7825: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825$outboundSchema)
64853
64886
  }).transform((v2) => {
64854
64887
  return remap(v2, {
64855
- atBRANDAt7822: "__@BRAND@7822"
64888
+ atBRANDAt7825: "__@BRAND@7825"
64856
64889
  });
64857
64890
  });
64858
64891
  ((CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$) => {
64859
64892
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema;
64860
64893
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema;
64861
64894
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$ ||= {});
64862
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7822$inboundSchema = objectType({});
64863
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7822$outboundSchema = objectType({});
64864
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7822$) => {
64865
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7822$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7822$inboundSchema;
64866
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7822$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7822$outboundSchema;
64867
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7822$ ||= {});
64895
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825$inboundSchema = objectType({});
64896
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825$outboundSchema = objectType({});
64897
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825$) => {
64898
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825$inboundSchema;
64899
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825$outboundSchema;
64900
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825$ ||= {});
64868
64901
  CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema = objectType({
64869
- "__@BRAND@7822": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7822$inboundSchema)
64902
+ "__@BRAND@7825": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825$inboundSchema)
64870
64903
  }).transform((v2) => {
64871
64904
  return remap(v2, {
64872
- "__@BRAND@7822": "atBRANDAt7822"
64905
+ "__@BRAND@7825": "atBRANDAt7825"
64873
64906
  });
64874
64907
  });
64875
64908
  CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema = objectType({
64876
- atBRANDAt7822: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7822$outboundSchema)
64909
+ atBRANDAt7825: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825$outboundSchema)
64877
64910
  }).transform((v2) => {
64878
64911
  return remap(v2, {
64879
- atBRANDAt7822: "__@BRAND@7822"
64912
+ atBRANDAt7825: "__@BRAND@7825"
64880
64913
  });
64881
64914
  });
64882
64915
  ((CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$) => {
@@ -65119,72 +65152,72 @@ var init_createintegrationstoredirectop = __esm(() => {
65119
65152
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema;
65120
65153
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema;
65121
65154
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$ ||= {});
65122
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7822$inboundSchema = objectType({});
65123
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7822$outboundSchema = objectType({});
65124
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7822$) => {
65125
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7822$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7822$inboundSchema;
65126
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7822$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7822$outboundSchema;
65127
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7822$ ||= {});
65155
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825$inboundSchema = objectType({});
65156
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825$outboundSchema = objectType({});
65157
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825$) => {
65158
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825$inboundSchema;
65159
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825$outboundSchema;
65160
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825$ ||= {});
65128
65161
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema = objectType({
65129
- "__@BRAND@7822": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7822$inboundSchema)
65162
+ "__@BRAND@7825": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825$inboundSchema)
65130
65163
  }).transform((v2) => {
65131
65164
  return remap(v2, {
65132
- "__@BRAND@7822": "atBRANDAt7822"
65165
+ "__@BRAND@7825": "atBRANDAt7825"
65133
65166
  });
65134
65167
  });
65135
65168
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema = objectType({
65136
- atBRANDAt7822: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7822$outboundSchema)
65169
+ atBRANDAt7825: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825$outboundSchema)
65137
65170
  }).transform((v2) => {
65138
65171
  return remap(v2, {
65139
- atBRANDAt7822: "__@BRAND@7822"
65172
+ atBRANDAt7825: "__@BRAND@7825"
65140
65173
  });
65141
65174
  });
65142
65175
  ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$) => {
65143
65176
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema;
65144
65177
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema;
65145
65178
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$ ||= {});
65146
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7822$inboundSchema = objectType({});
65147
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7822$outboundSchema = objectType({});
65148
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7822$) => {
65149
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7822$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7822$inboundSchema;
65150
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7822$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7822$outboundSchema;
65151
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7822$ ||= {});
65179
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825$inboundSchema = objectType({});
65180
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825$outboundSchema = objectType({});
65181
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825$) => {
65182
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825$inboundSchema;
65183
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825$outboundSchema;
65184
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825$ ||= {});
65152
65185
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema = objectType({
65153
- "__@BRAND@7822": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7822$inboundSchema)
65186
+ "__@BRAND@7825": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825$inboundSchema)
65154
65187
  }).transform((v2) => {
65155
65188
  return remap(v2, {
65156
- "__@BRAND@7822": "atBRANDAt7822"
65189
+ "__@BRAND@7825": "atBRANDAt7825"
65157
65190
  });
65158
65191
  });
65159
65192
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema = objectType({
65160
- atBRANDAt7822: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7822$outboundSchema)
65193
+ atBRANDAt7825: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825$outboundSchema)
65161
65194
  }).transform((v2) => {
65162
65195
  return remap(v2, {
65163
- atBRANDAt7822: "__@BRAND@7822"
65196
+ atBRANDAt7825: "__@BRAND@7825"
65164
65197
  });
65165
65198
  });
65166
65199
  ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$) => {
65167
65200
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema;
65168
65201
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema;
65169
65202
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$ ||= {});
65170
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7822$inboundSchema = objectType({});
65171
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7822$outboundSchema = objectType({});
65172
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7822$) => {
65173
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7822$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7822$inboundSchema;
65174
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7822$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7822$outboundSchema;
65175
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7822$ ||= {});
65203
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825$inboundSchema = objectType({});
65204
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825$outboundSchema = objectType({});
65205
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825$) => {
65206
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825$inboundSchema;
65207
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825$outboundSchema;
65208
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825$ ||= {});
65176
65209
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema = objectType({
65177
- "__@BRAND@7822": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7822$inboundSchema)
65210
+ "__@BRAND@7825": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825$inboundSchema)
65178
65211
  }).transform((v2) => {
65179
65212
  return remap(v2, {
65180
- "__@BRAND@7822": "atBRANDAt7822"
65213
+ "__@BRAND@7825": "atBRANDAt7825"
65181
65214
  });
65182
65215
  });
65183
65216
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema = objectType({
65184
- atBRANDAt7822: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7822$outboundSchema)
65217
+ atBRANDAt7825: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825$outboundSchema)
65185
65218
  }).transform((v2) => {
65186
65219
  return remap(v2, {
65187
- atBRANDAt7822: "__@BRAND@7822"
65220
+ atBRANDAt7825: "__@BRAND@7825"
65188
65221
  });
65189
65222
  });
65190
65223
  ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$) => {
@@ -65631,72 +65664,72 @@ var init_createintegrationstoredirectop = __esm(() => {
65631
65664
  CreateIntegrationStoreDirectPropertiesUiOptions$.inboundSchema = CreateIntegrationStoreDirectPropertiesUiOptions$inboundSchema;
65632
65665
  CreateIntegrationStoreDirectPropertiesUiOptions$.outboundSchema = CreateIntegrationStoreDirectPropertiesUiOptions$outboundSchema;
65633
65666
  })(CreateIntegrationStoreDirectPropertiesUiOptions$ ||= {});
65634
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7822$inboundSchema = objectType({});
65635
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7822$outboundSchema = objectType({});
65636
- ((CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7822$) => {
65637
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7822$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7822$inboundSchema;
65638
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7822$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7822$outboundSchema;
65639
- })(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7822$ ||= {});
65667
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825$inboundSchema = objectType({});
65668
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825$outboundSchema = objectType({});
65669
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825$) => {
65670
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825$inboundSchema;
65671
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825$outboundSchema;
65672
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825$ ||= {});
65640
65673
  CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema = objectType({
65641
- "__@BRAND@7822": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7822$inboundSchema)
65674
+ "__@BRAND@7825": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825$inboundSchema)
65642
65675
  }).transform((v2) => {
65643
65676
  return remap(v2, {
65644
- "__@BRAND@7822": "atBRANDAt7822"
65677
+ "__@BRAND@7825": "atBRANDAt7825"
65645
65678
  });
65646
65679
  });
65647
65680
  CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema = objectType({
65648
- atBRANDAt7822: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7822$outboundSchema)
65681
+ atBRANDAt7825: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825$outboundSchema)
65649
65682
  }).transform((v2) => {
65650
65683
  return remap(v2, {
65651
- atBRANDAt7822: "__@BRAND@7822"
65684
+ atBRANDAt7825: "__@BRAND@7825"
65652
65685
  });
65653
65686
  });
65654
65687
  ((CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$) => {
65655
65688
  CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema;
65656
65689
  CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema;
65657
65690
  })(CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$ ||= {});
65658
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7822$inboundSchema = objectType({});
65659
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7822$outboundSchema = objectType({});
65660
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7822$) => {
65661
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7822$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7822$inboundSchema;
65662
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7822$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7822$outboundSchema;
65663
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7822$ ||= {});
65691
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825$inboundSchema = objectType({});
65692
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825$outboundSchema = objectType({});
65693
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825$) => {
65694
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825$inboundSchema;
65695
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825$outboundSchema;
65696
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825$ ||= {});
65664
65697
  CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema = objectType({
65665
- "__@BRAND@7822": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7822$inboundSchema)
65698
+ "__@BRAND@7825": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825$inboundSchema)
65666
65699
  }).transform((v2) => {
65667
65700
  return remap(v2, {
65668
- "__@BRAND@7822": "atBRANDAt7822"
65701
+ "__@BRAND@7825": "atBRANDAt7825"
65669
65702
  });
65670
65703
  });
65671
65704
  CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema = objectType({
65672
- atBRANDAt7822: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7822$outboundSchema)
65705
+ atBRANDAt7825: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825$outboundSchema)
65673
65706
  }).transform((v2) => {
65674
65707
  return remap(v2, {
65675
- atBRANDAt7822: "__@BRAND@7822"
65708
+ atBRANDAt7825: "__@BRAND@7825"
65676
65709
  });
65677
65710
  });
65678
65711
  ((CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$) => {
65679
65712
  CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema;
65680
65713
  CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema;
65681
65714
  })(CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$ ||= {});
65682
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7822$inboundSchema = objectType({});
65683
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7822$outboundSchema = objectType({});
65684
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7822$) => {
65685
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7822$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7822$inboundSchema;
65686
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7822$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7822$outboundSchema;
65687
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7822$ ||= {});
65715
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825$inboundSchema = objectType({});
65716
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825$outboundSchema = objectType({});
65717
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825$) => {
65718
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825$inboundSchema;
65719
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825$outboundSchema;
65720
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825$ ||= {});
65688
65721
  CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema = objectType({
65689
- "__@BRAND@7822": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7822$inboundSchema)
65722
+ "__@BRAND@7825": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825$inboundSchema)
65690
65723
  }).transform((v2) => {
65691
65724
  return remap(v2, {
65692
- "__@BRAND@7822": "atBRANDAt7822"
65725
+ "__@BRAND@7825": "atBRANDAt7825"
65693
65726
  });
65694
65727
  });
65695
65728
  CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema = objectType({
65696
- atBRANDAt7822: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7822$outboundSchema)
65729
+ atBRANDAt7825: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825$outboundSchema)
65697
65730
  }).transform((v2) => {
65698
65731
  return remap(v2, {
65699
- atBRANDAt7822: "__@BRAND@7822"
65732
+ atBRANDAt7825: "__@BRAND@7825"
65700
65733
  });
65701
65734
  });
65702
65735
  ((CreateIntegrationStoreDirectPropertiesIntegrationsPattern$) => {
@@ -66617,72 +66650,72 @@ var init_createintegrationstoredirectop = __esm(() => {
66617
66650
  CreateIntegrationStoreDirectPropertiesUiControl$.inboundSchema = CreateIntegrationStoreDirectPropertiesUiControl$inboundSchema;
66618
66651
  CreateIntegrationStoreDirectPropertiesUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema;
66619
66652
  })(CreateIntegrationStoreDirectPropertiesUiControl$ ||= {});
66620
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7822$inboundSchema = objectType({});
66621
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7822$outboundSchema = objectType({});
66622
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7822$) => {
66623
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7822$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7822$inboundSchema;
66624
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7822$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7822$outboundSchema;
66625
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7822$ ||= {});
66653
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825$inboundSchema = objectType({});
66654
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825$outboundSchema = objectType({});
66655
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825$) => {
66656
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825$inboundSchema;
66657
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825$outboundSchema;
66658
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825$ ||= {});
66626
66659
  CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema = objectType({
66627
- "__@BRAND@7822": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7822$inboundSchema)
66660
+ "__@BRAND@7825": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825$inboundSchema)
66628
66661
  }).transform((v2) => {
66629
66662
  return remap(v2, {
66630
- "__@BRAND@7822": "atBRANDAt7822"
66663
+ "__@BRAND@7825": "atBRANDAt7825"
66631
66664
  });
66632
66665
  });
66633
66666
  CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema = objectType({
66634
- atBRANDAt7822: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7822$outboundSchema)
66667
+ atBRANDAt7825: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825$outboundSchema)
66635
66668
  }).transform((v2) => {
66636
66669
  return remap(v2, {
66637
- atBRANDAt7822: "__@BRAND@7822"
66670
+ atBRANDAt7825: "__@BRAND@7825"
66638
66671
  });
66639
66672
  });
66640
66673
  ((CreateIntegrationStoreDirectPropertiesMaxLength$) => {
66641
66674
  CreateIntegrationStoreDirectPropertiesMaxLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema;
66642
66675
  CreateIntegrationStoreDirectPropertiesMaxLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema;
66643
66676
  })(CreateIntegrationStoreDirectPropertiesMaxLength$ ||= {});
66644
- PropertiesAtBRANDAt7822$inboundSchema = objectType({});
66645
- PropertiesAtBRANDAt7822$outboundSchema = objectType({});
66646
- ((PropertiesAtBRANDAt7822$) => {
66647
- PropertiesAtBRANDAt7822$.inboundSchema = PropertiesAtBRANDAt7822$inboundSchema;
66648
- PropertiesAtBRANDAt7822$.outboundSchema = PropertiesAtBRANDAt7822$outboundSchema;
66649
- })(PropertiesAtBRANDAt7822$ ||= {});
66677
+ PropertiesAtBRANDAt7825$inboundSchema = objectType({});
66678
+ PropertiesAtBRANDAt7825$outboundSchema = objectType({});
66679
+ ((PropertiesAtBRANDAt7825$) => {
66680
+ PropertiesAtBRANDAt7825$.inboundSchema = PropertiesAtBRANDAt7825$inboundSchema;
66681
+ PropertiesAtBRANDAt7825$.outboundSchema = PropertiesAtBRANDAt7825$outboundSchema;
66682
+ })(PropertiesAtBRANDAt7825$ ||= {});
66650
66683
  CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema = objectType({
66651
- "__@BRAND@7822": lazyType(() => PropertiesAtBRANDAt7822$inboundSchema)
66684
+ "__@BRAND@7825": lazyType(() => PropertiesAtBRANDAt7825$inboundSchema)
66652
66685
  }).transform((v2) => {
66653
66686
  return remap(v2, {
66654
- "__@BRAND@7822": "atBRANDAt7822"
66687
+ "__@BRAND@7825": "atBRANDAt7825"
66655
66688
  });
66656
66689
  });
66657
66690
  CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema = objectType({
66658
- atBRANDAt7822: lazyType(() => PropertiesAtBRANDAt7822$outboundSchema)
66691
+ atBRANDAt7825: lazyType(() => PropertiesAtBRANDAt7825$outboundSchema)
66659
66692
  }).transform((v2) => {
66660
66693
  return remap(v2, {
66661
- atBRANDAt7822: "__@BRAND@7822"
66694
+ atBRANDAt7825: "__@BRAND@7825"
66662
66695
  });
66663
66696
  });
66664
66697
  ((CreateIntegrationStoreDirectPropertiesMinLength$) => {
66665
66698
  CreateIntegrationStoreDirectPropertiesMinLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema;
66666
66699
  CreateIntegrationStoreDirectPropertiesMinLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema;
66667
66700
  })(CreateIntegrationStoreDirectPropertiesMinLength$ ||= {});
66668
- CreateIntegrationStoreDirectPropertiesAtBRANDAt7822$inboundSchema = objectType({});
66669
- CreateIntegrationStoreDirectPropertiesAtBRANDAt7822$outboundSchema = objectType({});
66670
- ((CreateIntegrationStoreDirectPropertiesAtBRANDAt7822$) => {
66671
- CreateIntegrationStoreDirectPropertiesAtBRANDAt7822$.inboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt7822$inboundSchema;
66672
- CreateIntegrationStoreDirectPropertiesAtBRANDAt7822$.outboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt7822$outboundSchema;
66673
- })(CreateIntegrationStoreDirectPropertiesAtBRANDAt7822$ ||= {});
66701
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt7825$inboundSchema = objectType({});
66702
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt7825$outboundSchema = objectType({});
66703
+ ((CreateIntegrationStoreDirectPropertiesAtBRANDAt7825$) => {
66704
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt7825$.inboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt7825$inboundSchema;
66705
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt7825$.outboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt7825$outboundSchema;
66706
+ })(CreateIntegrationStoreDirectPropertiesAtBRANDAt7825$ ||= {});
66674
66707
  CreateIntegrationStoreDirectPropertiesPattern$inboundSchema = objectType({
66675
- "__@BRAND@7822": lazyType(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt7822$inboundSchema)
66708
+ "__@BRAND@7825": lazyType(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt7825$inboundSchema)
66676
66709
  }).transform((v2) => {
66677
66710
  return remap(v2, {
66678
- "__@BRAND@7822": "atBRANDAt7822"
66711
+ "__@BRAND@7825": "atBRANDAt7825"
66679
66712
  });
66680
66713
  });
66681
66714
  CreateIntegrationStoreDirectPropertiesPattern$outboundSchema = objectType({
66682
- atBRANDAt7822: lazyType(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt7822$outboundSchema)
66715
+ atBRANDAt7825: lazyType(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt7825$outboundSchema)
66683
66716
  }).transform((v2) => {
66684
66717
  return remap(v2, {
66685
- atBRANDAt7822: "__@BRAND@7822"
66718
+ atBRANDAt7825: "__@BRAND@7825"
66686
66719
  });
66687
66720
  });
66688
66721
  ((CreateIntegrationStoreDirectPropertiesPattern$) => {
@@ -67039,24 +67072,24 @@ var init_createintegrationstoredirectop = __esm(() => {
67039
67072
  Guides$.inboundSchema = Guides$inboundSchema;
67040
67073
  Guides$.outboundSchema = Guides$outboundSchema;
67041
67074
  })(Guides$ ||= {});
67042
- AtBRANDAt7822$inboundSchema = objectType({});
67043
- AtBRANDAt7822$outboundSchema = objectType({});
67044
- ((AtBRANDAt7822$) => {
67045
- AtBRANDAt7822$.inboundSchema = AtBRANDAt7822$inboundSchema;
67046
- AtBRANDAt7822$.outboundSchema = AtBRANDAt7822$outboundSchema;
67047
- })(AtBRANDAt7822$ ||= {});
67075
+ AtBRANDAt7825$inboundSchema = objectType({});
67076
+ AtBRANDAt7825$outboundSchema = objectType({});
67077
+ ((AtBRANDAt7825$) => {
67078
+ AtBRANDAt7825$.inboundSchema = AtBRANDAt7825$inboundSchema;
67079
+ AtBRANDAt7825$.outboundSchema = AtBRANDAt7825$outboundSchema;
67080
+ })(AtBRANDAt7825$ ||= {});
67048
67081
  CreateIntegrationStoreDirectValue$inboundSchema = objectType({
67049
- "__@BRAND@7822": lazyType(() => AtBRANDAt7822$inboundSchema)
67082
+ "__@BRAND@7825": lazyType(() => AtBRANDAt7825$inboundSchema)
67050
67083
  }).transform((v2) => {
67051
67084
  return remap(v2, {
67052
- "__@BRAND@7822": "atBRANDAt7822"
67085
+ "__@BRAND@7825": "atBRANDAt7825"
67053
67086
  });
67054
67087
  });
67055
67088
  CreateIntegrationStoreDirectValue$outboundSchema = objectType({
67056
- atBRANDAt7822: lazyType(() => AtBRANDAt7822$outboundSchema)
67089
+ atBRANDAt7825: lazyType(() => AtBRANDAt7825$outboundSchema)
67057
67090
  }).transform((v2) => {
67058
67091
  return remap(v2, {
67059
- atBRANDAt7822: "__@BRAND@7822"
67092
+ atBRANDAt7825: "__@BRAND@7825"
67060
67093
  });
67061
67094
  });
67062
67095
  ((CreateIntegrationStoreDirectValue$) => {
@@ -68168,7 +68201,7 @@ Allows to retrieve a the configuration with the provided id in case it exists. T
68168
68201
  });
68169
68202
 
68170
68203
  // src/models/getconfigurationproductsop.ts
68171
- var GetConfigurationProductsStatus, GetConfigurationProductsIntegrationsStatus, GetConfigurationProductsIntegrationsResponseStatus, GetConfigurationProductsIntegrationsResponse200Status, GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus, Format, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsOtherStatus, PrimaryProtocol, GetConfigurationProductsType, GetConfigurationProductsDisabled3, GetConfigurationProductsHidden3, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3, GetConfigurationProductsDisabledIntegrationsResponse2003, GetConfigurationProductsHiddenIntegrationsResponse2003, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONType, GetConfigurationProductsPropertiesIntegrationsResponse200UiControl, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type, GetConfigurationProductsDisabledIntegrationsResponse3, GetConfigurationProductsHiddenIntegrationsResponse3, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3, GetConfigurationProductsPropertiesIntegrationsResponse200Type, GetConfigurationProductsPropertiesIntegrationsResponseUiControl, GetConfigurationProductsDisabledIntegrations3, GetConfigurationProductsHiddenIntegrations3, GetConfigurationProductsUiReadOnlyIntegrationsResponse2003, GetConfigurationProductsUiHiddenIntegrationsResponse2003, GetConfigurationProductsUiDisabledIntegrationsResponse2003, GetConfigurationProductsPropertiesIntegrationsResponseType, GetConfigurationProductsPropertiesIntegrationsUiControl, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType, GetConfigurationProductsUiReadOnlyIntegrationsResponse3, GetConfigurationProductsUiHiddenIntegrationsResponse3, GetConfigurationProductsUiDisabledIntegrationsResponse3, GetConfigurationProductsPropertiesIntegrationsType, GetConfigurationProductsPropertiesUiControl, GetConfigurationProductsUiReadOnlyIntegrations3, GetConfigurationProductsUiHiddenIntegrations3, GetConfigurationProductsUiDisabledIntegrations3, GetConfigurationProductsPropertiesType, PropertiesUiControl, GetConfigurationProductsUiReadOnly3, GetConfigurationProductsUiHidden3, GetConfigurationProductsUiDisabled3, PropertiesType, UiControl, UiReadOnly3, UiHidden3, UiDisabled3, GetConfigurationProductsRequest$inboundSchema, GetConfigurationProductsRequest$outboundSchema, GetConfigurationProductsRequest$, GetConfigurationProductsStatus$inboundSchema, GetConfigurationProductsStatus$outboundSchema, GetConfigurationProductsStatus$, GetConfigurationProductsRepl$inboundSchema, GetConfigurationProductsRepl$outboundSchema, GetConfigurationProductsRepl$, Storage$inboundSchema, Storage$outboundSchema, Storage$, GetConfigurationProductsIntegrationsStatus$inboundSchema, GetConfigurationProductsIntegrationsStatus$outboundSchema, GetConfigurationProductsIntegrationsStatus$, GetConfigurationProductsExperimentation$inboundSchema, GetConfigurationProductsExperimentation$outboundSchema, GetConfigurationProductsExperimentation$, GetConfigurationProductsIntegrationsResponseStatus$inboundSchema, GetConfigurationProductsIntegrationsResponseStatus$outboundSchema, GetConfigurationProductsIntegrationsResponseStatus$, Ai$inboundSchema, Ai$outboundSchema, Ai$, GetConfigurationProductsIntegrationsResponse200Status$inboundSchema, GetConfigurationProductsIntegrationsResponse200Status$outboundSchema, GetConfigurationProductsIntegrationsResponse200Status$, Authentication$inboundSchema, Authentication$outboundSchema, Authentication$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus$, Observability$inboundSchema, Observability$outboundSchema, Observability$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyStatus$, Video$inboundSchema, Video$outboundSchema, Video$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsStatus$, Workflow$inboundSchema, Workflow$outboundSchema, Workflow$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsStatus$, GetConfigurationProductsChecks$inboundSchema, GetConfigurationProductsChecks$outboundSchema, GetConfigurationProductsChecks$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus$, Format$inboundSchema, Format$outboundSchema, Format$, LogDrain$inboundSchema, LogDrain$outboundSchema, LogDrain$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus$, Messaging$inboundSchema, Messaging$outboundSchema, Messaging$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsOtherStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsOtherStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsOtherStatus$, Other$inboundSchema, Other$outboundSchema, Other$, Protocols$inboundSchema, Protocols$outboundSchema, Protocols$, PrimaryProtocol$inboundSchema, PrimaryProtocol$outboundSchema, PrimaryProtocol$, GetConfigurationProductsType$inboundSchema, GetConfigurationProductsType$outboundSchema, GetConfigurationProductsType$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$, PropertiesValue$inboundSchema, PropertiesValue$outboundSchema, PropertiesValue$, GetConfigurationProductsDisabled3$inboundSchema, GetConfigurationProductsDisabled3$outboundSchema, GetConfigurationProductsDisabled3$, GetConfigurationProductsDisabled2$inboundSchema, GetConfigurationProductsDisabled2$outboundSchema, GetConfigurationProductsDisabled2$, PropertiesDisabled$inboundSchema, PropertiesDisabled$outboundSchema, PropertiesDisabled$, GetConfigurationProductsHidden3$inboundSchema, GetConfigurationProductsHidden3$outboundSchema, GetConfigurationProductsHidden3$, GetConfigurationProductsHidden2$inboundSchema, GetConfigurationProductsHidden2$outboundSchema, GetConfigurationProductsHidden2$, PropertiesHidden$inboundSchema, PropertiesHidden$outboundSchema, PropertiesHidden$, Properties9$inboundSchema, Properties9$outboundSchema, Properties9$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$, GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMinLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$, GetConfigurationProductsPropertiesIntegrationsResponsePattern$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponsePattern$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponsePattern$, GetConfigurationProductsPropertiesIntegrationsItems$inboundSchema, GetConfigurationProductsPropertiesIntegrationsItems$outboundSchema, GetConfigurationProductsPropertiesIntegrationsItems$, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$, GetConfigurationProductsUiOptionsValue$inboundSchema, GetConfigurationProductsUiOptionsValue$outboundSchema, GetConfigurationProductsUiOptionsValue$, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3$, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsUiOptionsIntegrationsResponseDisabled$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseDisabled$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseDisabled$, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3$, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsUiOptionsIntegrationsResponseHidden$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseHidden$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseHidden$, GetConfigurationProductsUiOptions3$inboundSchema, GetConfigurationProductsUiOptions3$outboundSchema, GetConfigurationProductsUiOptions3$, GetConfigurationProductsUiOptionsAtBRANDAt502540$inboundSchema, GetConfigurationProductsUiOptionsAtBRANDAt502540$outboundSchema, GetConfigurationProductsUiOptionsAtBRANDAt502540$, GetConfigurationProductsUiOptions2$inboundSchema, GetConfigurationProductsUiOptions2$outboundSchema, GetConfigurationProductsUiOptions2$, GetConfigurationProductsDisabledIntegrationsResponse2003$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2003$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2003$, GetConfigurationProductsDisabledIntegrationsResponse2002$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2002$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2002$, GetConfigurationProductsUiOptionsIntegrationsDisabled$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsDisabled$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsDisabled$, GetConfigurationProductsHiddenIntegrationsResponse2003$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2003$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2003$, GetConfigurationProductsHiddenIntegrationsResponse2002$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2002$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2002$, GetConfigurationProductsUiOptionsIntegrationsHidden$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsHidden$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsHidden$, GetConfigurationProductsUiOptions1$inboundSchema, GetConfigurationProductsUiOptions1$outboundSchema, GetConfigurationProductsUiOptions1$, GetConfigurationProductsPropertiesIntegrationsUiOptions$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiOptions$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiOptions$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts3$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProducts2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$, Default$inboundSchema, Default$outboundSchema, Default$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$, Example$inboundSchema, Example$outboundSchema, Example$, Properties8$inboundSchema, Properties8$outboundSchema, Properties8$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$, UiOptionsValue$inboundSchema, UiOptionsValue$outboundSchema, UiOptionsValue$, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$, GetConfigurationProductsUiOptionsDisabled$inboundSchema, GetConfigurationProductsUiOptionsDisabled$outboundSchema, GetConfigurationProductsUiOptionsDisabled$, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$, GetConfigurationProductsUiOptionsHidden$inboundSchema, GetConfigurationProductsUiOptionsHidden$outboundSchema, GetConfigurationProductsUiOptionsHidden$, UiOptions3$inboundSchema, UiOptions3$outboundSchema, UiOptions3$, UiOptionsAtBRANDAt502540$inboundSchema, UiOptionsAtBRANDAt502540$outboundSchema, UiOptionsAtBRANDAt502540$, UiOptions2$inboundSchema, UiOptions2$outboundSchema, UiOptions2$, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3$, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody2$, UiOptionsDisabled$inboundSchema, UiOptionsDisabled$outboundSchema, UiOptionsDisabled$, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody3$, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody2$, UiOptionsHidden$inboundSchema, UiOptionsHidden$outboundSchema, UiOptionsHidden$, UiOptions1$inboundSchema, UiOptions1$outboundSchema, UiOptions1$, GetConfigurationProductsPropertiesUiOptions$inboundSchema, GetConfigurationProductsPropertiesUiOptions$outboundSchema, GetConfigurationProductsPropertiesUiOptions$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$, GetConfigurationProductsPropertiesMinLength$inboundSchema, GetConfigurationProductsPropertiesMinLength$outboundSchema, GetConfigurationProductsPropertiesMinLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$, GetConfigurationProductsPropertiesMaxLength$inboundSchema, GetConfigurationProductsPropertiesMaxLength$outboundSchema, GetConfigurationProductsPropertiesMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$, GetConfigurationProductsPropertiesPattern$inboundSchema, GetConfigurationProductsPropertiesPattern$outboundSchema, GetConfigurationProductsPropertiesPattern$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiHidden$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDescription$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$, Properties7$inboundSchema, Properties7$outboundSchema, Properties7$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONType$, GetConfigurationProductsPropertiesIntegrationsResponse200UiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiControl$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$, GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsMinLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$, GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$, GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema, GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema, GetConfigurationProductsPropertiesIntegrationsPattern$, GetConfigurationProductsPropertiesItems$inboundSchema, GetConfigurationProductsPropertiesItems$outboundSchema, GetConfigurationProductsPropertiesItems$, GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse3$, GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsDisabled$, GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse3$, GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsHidden$, PropertiesUiOptions$inboundSchema, PropertiesUiOptions$outboundSchema, PropertiesUiOptions$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsPropertiesIntegrationsResponse200UiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiReadOnly$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiReadOnly$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsPropertiesIntegrationsResponse200UiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiHidden$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsPropertiesIntegrationsResponse200UiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiDisabled$, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsPropertiesIntegrationsResponse200UiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiDescription$, GetConfigurationProductsPropertiesIntegrationsResponse200UiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiFormattedValue$, Properties6$inboundSchema, Properties6$outboundSchema, Properties6$, GetConfigurationProductsPropertiesIntegrationsResponse200Type$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200Type$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200Type$, GetConfigurationProductsPropertiesIntegrationsResponseUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiControl$, GetConfigurationProductsDisabledIntegrations3$inboundSchema, GetConfigurationProductsDisabledIntegrations3$outboundSchema, GetConfigurationProductsDisabledIntegrations3$, GetConfigurationProductsDisabledIntegrations2$inboundSchema, GetConfigurationProductsDisabledIntegrations2$outboundSchema, GetConfigurationProductsDisabledIntegrations2$, GetConfigurationProductsPropertiesDisabled$inboundSchema, GetConfigurationProductsPropertiesDisabled$outboundSchema, GetConfigurationProductsPropertiesDisabled$, GetConfigurationProductsHiddenIntegrations3$inboundSchema, GetConfigurationProductsHiddenIntegrations3$outboundSchema, GetConfigurationProductsHiddenIntegrations3$, GetConfigurationProductsHiddenIntegrations2$inboundSchema, GetConfigurationProductsHiddenIntegrations2$outboundSchema, GetConfigurationProductsHiddenIntegrations2$, GetConfigurationProductsPropertiesHidden$inboundSchema, GetConfigurationProductsPropertiesHidden$outboundSchema, GetConfigurationProductsPropertiesHidden$, UiOptions$inboundSchema, UiOptions$outboundSchema, UiOptions$, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$inboundSchema, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$outboundSchema, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$, PropertiesMinLength$inboundSchema, PropertiesMinLength$outboundSchema, PropertiesMinLength$, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$, PropertiesMaxLength$inboundSchema, PropertiesMaxLength$outboundSchema, PropertiesMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$, PropertiesPattern$inboundSchema, PropertiesPattern$outboundSchema, PropertiesPattern$, GetConfigurationProductsUiReadOnlyIntegrationsResponse2003$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2003$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2003$, GetConfigurationProductsUiReadOnlyIntegrationsResponse2002$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2002$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2002$, GetConfigurationProductsPropertiesIntegrationsResponseUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiReadOnly$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiReadOnly$, GetConfigurationProductsUiHiddenIntegrationsResponse2003$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2003$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2003$, GetConfigurationProductsUiHiddenIntegrationsResponse2002$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2002$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2002$, GetConfigurationProductsPropertiesIntegrationsResponseUiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiHidden$, GetConfigurationProductsUiDisabledIntegrationsResponse2003$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2003$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2003$, GetConfigurationProductsUiDisabledIntegrationsResponse2002$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2002$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2002$, GetConfigurationProductsPropertiesIntegrationsResponseUiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiDisabled$, GetConfigurationProductsUiDescriptionIntegrationsResponse2002$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse2002$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse2002$, GetConfigurationProductsPropertiesIntegrationsResponseUiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiDescription$, GetConfigurationProductsPropertiesIntegrationsResponseUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiFormattedValue$, Properties5$inboundSchema, Properties5$outboundSchema, Properties5$, GetConfigurationProductsPropertiesIntegrationsResponseType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseType$, GetConfigurationProductsPropertiesIntegrationsUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiControl$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$, PropertiesItems$inboundSchema, PropertiesItems$outboundSchema, PropertiesItems$, GetConfigurationProductsUiReadOnlyIntegrationsResponse3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse3$, GetConfigurationProductsUiReadOnlyIntegrationsResponse2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiReadOnly$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiReadOnly$, GetConfigurationProductsUiHiddenIntegrationsResponse3$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse3$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse3$, GetConfigurationProductsUiHiddenIntegrationsResponse2$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsUiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiHidden$, GetConfigurationProductsUiDisabledIntegrationsResponse3$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse3$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse3$, GetConfigurationProductsUiDisabledIntegrationsResponse2$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsUiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiDisabled$, GetConfigurationProductsUiDescriptionIntegrationsResponse2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse2$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsUiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiDescription$, GetConfigurationProductsPropertiesIntegrationsUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiFormattedValue$, Properties4$inboundSchema, Properties4$outboundSchema, Properties4$, GetConfigurationProductsPropertiesIntegrationsType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsType$, GetConfigurationProductsPropertiesUiControl$inboundSchema, GetConfigurationProductsPropertiesUiControl$outboundSchema, GetConfigurationProductsPropertiesUiControl$, GetConfigurationProductsUiReadOnlyIntegrations3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrations3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrations3$, GetConfigurationProductsUiReadOnlyIntegrations2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrations2$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrations2$, GetConfigurationProductsPropertiesUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesUiReadOnly$outboundSchema, GetConfigurationProductsPropertiesUiReadOnly$, GetConfigurationProductsUiHiddenIntegrations3$inboundSchema, GetConfigurationProductsUiHiddenIntegrations3$outboundSchema, GetConfigurationProductsUiHiddenIntegrations3$, GetConfigurationProductsUiHiddenIntegrations2$inboundSchema, GetConfigurationProductsUiHiddenIntegrations2$outboundSchema, GetConfigurationProductsUiHiddenIntegrations2$, GetConfigurationProductsPropertiesUiHidden$inboundSchema, GetConfigurationProductsPropertiesUiHidden$outboundSchema, GetConfigurationProductsPropertiesUiHidden$, GetConfigurationProductsUiDisabledIntegrations3$inboundSchema, GetConfigurationProductsUiDisabledIntegrations3$outboundSchema, GetConfigurationProductsUiDisabledIntegrations3$, GetConfigurationProductsUiDisabledIntegrations2$inboundSchema, GetConfigurationProductsUiDisabledIntegrations2$outboundSchema, GetConfigurationProductsUiDisabledIntegrations2$, GetConfigurationProductsPropertiesUiDisabled$inboundSchema, GetConfigurationProductsPropertiesUiDisabled$outboundSchema, GetConfigurationProductsPropertiesUiDisabled$, GetConfigurationProductsUiDescriptionIntegrations2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrations2$outboundSchema, GetConfigurationProductsUiDescriptionIntegrations2$, GetConfigurationProductsPropertiesUiDescription$inboundSchema, GetConfigurationProductsPropertiesUiDescription$outboundSchema, GetConfigurationProductsPropertiesUiDescription$, GetConfigurationProductsPropertiesUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesUiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesUiFormattedValue$, Properties3$inboundSchema, Properties3$outboundSchema, Properties3$, GetConfigurationProductsPropertiesType$inboundSchema, GetConfigurationProductsPropertiesType$outboundSchema, GetConfigurationProductsPropertiesType$, PropertiesUiControl$inboundSchema, PropertiesUiControl$outboundSchema, PropertiesUiControl$, GetConfigurationProductsUiReadOnly3$inboundSchema, GetConfigurationProductsUiReadOnly3$outboundSchema, GetConfigurationProductsUiReadOnly3$, GetConfigurationProductsUiReadOnly2$inboundSchema, GetConfigurationProductsUiReadOnly2$outboundSchema, GetConfigurationProductsUiReadOnly2$, PropertiesUiReadOnly$inboundSchema, PropertiesUiReadOnly$outboundSchema, PropertiesUiReadOnly$, GetConfigurationProductsUiHidden3$inboundSchema, GetConfigurationProductsUiHidden3$outboundSchema, GetConfigurationProductsUiHidden3$, GetConfigurationProductsUiHidden2$inboundSchema, GetConfigurationProductsUiHidden2$outboundSchema, GetConfigurationProductsUiHidden2$, PropertiesUiHidden$inboundSchema, PropertiesUiHidden$outboundSchema, PropertiesUiHidden$, GetConfigurationProductsUiDisabled3$inboundSchema, GetConfigurationProductsUiDisabled3$outboundSchema, GetConfigurationProductsUiDisabled3$, GetConfigurationProductsUiDisabled2$inboundSchema, GetConfigurationProductsUiDisabled2$outboundSchema, GetConfigurationProductsUiDisabled2$, PropertiesUiDisabled$inboundSchema, PropertiesUiDisabled$outboundSchema, PropertiesUiDisabled$, GetConfigurationProductsUiDescription2$inboundSchema, GetConfigurationProductsUiDescription2$outboundSchema, GetConfigurationProductsUiDescription2$, PropertiesUiDescription$inboundSchema, PropertiesUiDescription$outboundSchema, PropertiesUiDescription$, PropertiesUiFormattedValue$inboundSchema, PropertiesUiFormattedValue$outboundSchema, PropertiesUiFormattedValue$, Properties2$inboundSchema, Properties2$outboundSchema, Properties2$, PropertiesType$inboundSchema, PropertiesType$outboundSchema, PropertiesType$, UiControl$inboundSchema, UiControl$outboundSchema, UiControl$, AtBRANDAt502540$inboundSchema, AtBRANDAt502540$outboundSchema, AtBRANDAt502540$, MinLength$inboundSchema, MinLength$outboundSchema, MinLength$, PropertiesAtBRANDAt502540$inboundSchema, PropertiesAtBRANDAt502540$outboundSchema, PropertiesAtBRANDAt502540$, MaxLength$inboundSchema, MaxLength$outboundSchema, MaxLength$, GetConfigurationProductsPropertiesAtBRANDAt502540$inboundSchema, GetConfigurationProductsPropertiesAtBRANDAt502540$outboundSchema, GetConfigurationProductsPropertiesAtBRANDAt502540$, Pattern$inboundSchema, Pattern$outboundSchema, Pattern$, UiReadOnly3$inboundSchema, UiReadOnly3$outboundSchema, UiReadOnly3$, UiReadOnly2$inboundSchema, UiReadOnly2$outboundSchema, UiReadOnly2$, UiReadOnly$inboundSchema, UiReadOnly$outboundSchema, UiReadOnly$, UiHidden3$inboundSchema, UiHidden3$outboundSchema, UiHidden3$, UiHidden2$inboundSchema, UiHidden2$outboundSchema, UiHidden2$, UiHidden$inboundSchema, UiHidden$outboundSchema, UiHidden$, UiDisabled3$inboundSchema, UiDisabled3$outboundSchema, UiDisabled3$, UiDisabled2$inboundSchema, UiDisabled2$outboundSchema, UiDisabled2$, UiDisabled$inboundSchema, UiDisabled$outboundSchema, UiDisabled$, UiDescription2$inboundSchema, UiDescription2$outboundSchema, UiDescription2$, UiDescription$inboundSchema, UiDescription$outboundSchema, UiDescription$, UiFormattedValue$inboundSchema, UiFormattedValue$outboundSchema, UiFormattedValue$, Properties1$inboundSchema, Properties1$outboundSchema, Properties1$, Properties$inboundSchema, Properties$outboundSchema, Properties$, MetadataSchema$inboundSchema, MetadataSchema$outboundSchema, MetadataSchema$, Products$inboundSchema, Products$outboundSchema, Products$, Integration$inboundSchema, Integration$outboundSchema, Integration$, GetConfigurationProductsConfiguration$inboundSchema, GetConfigurationProductsConfiguration$outboundSchema, GetConfigurationProductsConfiguration$, GetConfigurationProductsResponseBody$inboundSchema, GetConfigurationProductsResponseBody$outboundSchema, GetConfigurationProductsResponseBody$;
68204
+ var GetConfigurationProductsStatus, GetConfigurationProductsIntegrationsStatus, GetConfigurationProductsIntegrationsResponseStatus, GetConfigurationProductsIntegrationsResponse200Status, GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus, Format, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsOtherStatus, PrimaryProtocol, GetConfigurationProductsType, GetConfigurationProductsDisabled3, GetConfigurationProductsHidden3, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3, GetConfigurationProductsDisabledIntegrationsResponse2003, GetConfigurationProductsHiddenIntegrationsResponse2003, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONType, GetConfigurationProductsPropertiesIntegrationsResponse200UiControl, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type, GetConfigurationProductsDisabledIntegrationsResponse3, GetConfigurationProductsHiddenIntegrationsResponse3, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3, GetConfigurationProductsPropertiesIntegrationsResponse200Type, GetConfigurationProductsPropertiesIntegrationsResponseUiControl, GetConfigurationProductsDisabledIntegrations3, GetConfigurationProductsHiddenIntegrations3, GetConfigurationProductsUiReadOnlyIntegrationsResponse2003, GetConfigurationProductsUiHiddenIntegrationsResponse2003, GetConfigurationProductsUiDisabledIntegrationsResponse2003, GetConfigurationProductsPropertiesIntegrationsResponseType, GetConfigurationProductsPropertiesIntegrationsUiControl, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType, GetConfigurationProductsUiReadOnlyIntegrationsResponse3, GetConfigurationProductsUiHiddenIntegrationsResponse3, GetConfigurationProductsUiDisabledIntegrationsResponse3, GetConfigurationProductsPropertiesIntegrationsType, GetConfigurationProductsPropertiesUiControl, GetConfigurationProductsUiReadOnlyIntegrations3, GetConfigurationProductsUiHiddenIntegrations3, GetConfigurationProductsUiDisabledIntegrations3, GetConfigurationProductsPropertiesType, PropertiesUiControl, GetConfigurationProductsUiReadOnly3, GetConfigurationProductsUiHidden3, GetConfigurationProductsUiDisabled3, PropertiesType, UiControl, UiReadOnly3, UiHidden3, UiDisabled3, GetConfigurationProductsRequest$inboundSchema, GetConfigurationProductsRequest$outboundSchema, GetConfigurationProductsRequest$, GetConfigurationProductsStatus$inboundSchema, GetConfigurationProductsStatus$outboundSchema, GetConfigurationProductsStatus$, GetConfigurationProductsRepl$inboundSchema, GetConfigurationProductsRepl$outboundSchema, GetConfigurationProductsRepl$, Storage$inboundSchema, Storage$outboundSchema, Storage$, GetConfigurationProductsIntegrationsStatus$inboundSchema, GetConfigurationProductsIntegrationsStatus$outboundSchema, GetConfigurationProductsIntegrationsStatus$, GetConfigurationProductsExperimentation$inboundSchema, GetConfigurationProductsExperimentation$outboundSchema, GetConfigurationProductsExperimentation$, GetConfigurationProductsIntegrationsResponseStatus$inboundSchema, GetConfigurationProductsIntegrationsResponseStatus$outboundSchema, GetConfigurationProductsIntegrationsResponseStatus$, Ai$inboundSchema, Ai$outboundSchema, Ai$, GetConfigurationProductsIntegrationsResponse200Status$inboundSchema, GetConfigurationProductsIntegrationsResponse200Status$outboundSchema, GetConfigurationProductsIntegrationsResponse200Status$, Authentication$inboundSchema, Authentication$outboundSchema, Authentication$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus$, Observability$inboundSchema, Observability$outboundSchema, Observability$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyStatus$, Video$inboundSchema, Video$outboundSchema, Video$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsStatus$, Workflow$inboundSchema, Workflow$outboundSchema, Workflow$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsStatus$, GetConfigurationProductsChecks$inboundSchema, GetConfigurationProductsChecks$outboundSchema, GetConfigurationProductsChecks$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus$, Format$inboundSchema, Format$outboundSchema, Format$, LogDrain$inboundSchema, LogDrain$outboundSchema, LogDrain$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus$, Messaging$inboundSchema, Messaging$outboundSchema, Messaging$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsOtherStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsOtherStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsOtherStatus$, Other$inboundSchema, Other$outboundSchema, Other$, Protocols$inboundSchema, Protocols$outboundSchema, Protocols$, PrimaryProtocol$inboundSchema, PrimaryProtocol$outboundSchema, PrimaryProtocol$, GetConfigurationProductsType$inboundSchema, GetConfigurationProductsType$outboundSchema, GetConfigurationProductsType$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$, PropertiesValue$inboundSchema, PropertiesValue$outboundSchema, PropertiesValue$, GetConfigurationProductsDisabled3$inboundSchema, GetConfigurationProductsDisabled3$outboundSchema, GetConfigurationProductsDisabled3$, GetConfigurationProductsDisabled2$inboundSchema, GetConfigurationProductsDisabled2$outboundSchema, GetConfigurationProductsDisabled2$, PropertiesDisabled$inboundSchema, PropertiesDisabled$outboundSchema, PropertiesDisabled$, GetConfigurationProductsHidden3$inboundSchema, GetConfigurationProductsHidden3$outboundSchema, GetConfigurationProductsHidden3$, GetConfigurationProductsHidden2$inboundSchema, GetConfigurationProductsHidden2$outboundSchema, GetConfigurationProductsHidden2$, PropertiesHidden$inboundSchema, PropertiesHidden$outboundSchema, PropertiesHidden$, Properties9$inboundSchema, Properties9$outboundSchema, Properties9$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$, GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMinLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$, GetConfigurationProductsPropertiesIntegrationsResponsePattern$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponsePattern$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponsePattern$, GetConfigurationProductsPropertiesIntegrationsItems$inboundSchema, GetConfigurationProductsPropertiesIntegrationsItems$outboundSchema, GetConfigurationProductsPropertiesIntegrationsItems$, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$, GetConfigurationProductsUiOptionsValue$inboundSchema, GetConfigurationProductsUiOptionsValue$outboundSchema, GetConfigurationProductsUiOptionsValue$, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3$, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsUiOptionsIntegrationsResponseDisabled$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseDisabled$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseDisabled$, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3$, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsUiOptionsIntegrationsResponseHidden$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseHidden$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseHidden$, GetConfigurationProductsUiOptions3$inboundSchema, GetConfigurationProductsUiOptions3$outboundSchema, GetConfigurationProductsUiOptions3$, GetConfigurationProductsUiOptionsAtBRANDAt502640$inboundSchema, GetConfigurationProductsUiOptionsAtBRANDAt502640$outboundSchema, GetConfigurationProductsUiOptionsAtBRANDAt502640$, GetConfigurationProductsUiOptions2$inboundSchema, GetConfigurationProductsUiOptions2$outboundSchema, GetConfigurationProductsUiOptions2$, GetConfigurationProductsDisabledIntegrationsResponse2003$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2003$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2003$, GetConfigurationProductsDisabledIntegrationsResponse2002$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2002$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2002$, GetConfigurationProductsUiOptionsIntegrationsDisabled$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsDisabled$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsDisabled$, GetConfigurationProductsHiddenIntegrationsResponse2003$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2003$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2003$, GetConfigurationProductsHiddenIntegrationsResponse2002$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2002$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2002$, GetConfigurationProductsUiOptionsIntegrationsHidden$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsHidden$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsHidden$, GetConfigurationProductsUiOptions1$inboundSchema, GetConfigurationProductsUiOptions1$outboundSchema, GetConfigurationProductsUiOptions1$, GetConfigurationProductsPropertiesIntegrationsUiOptions$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiOptions$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiOptions$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts3$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProducts2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$, Default$inboundSchema, Default$outboundSchema, Default$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$, Example$inboundSchema, Example$outboundSchema, Example$, Properties8$inboundSchema, Properties8$outboundSchema, Properties8$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$, UiOptionsValue$inboundSchema, UiOptionsValue$outboundSchema, UiOptionsValue$, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$, GetConfigurationProductsUiOptionsDisabled$inboundSchema, GetConfigurationProductsUiOptionsDisabled$outboundSchema, GetConfigurationProductsUiOptionsDisabled$, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$, GetConfigurationProductsUiOptionsHidden$inboundSchema, GetConfigurationProductsUiOptionsHidden$outboundSchema, GetConfigurationProductsUiOptionsHidden$, UiOptions3$inboundSchema, UiOptions3$outboundSchema, UiOptions3$, UiOptionsAtBRANDAt502640$inboundSchema, UiOptionsAtBRANDAt502640$outboundSchema, UiOptionsAtBRANDAt502640$, UiOptions2$inboundSchema, UiOptions2$outboundSchema, UiOptions2$, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3$, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody2$, UiOptionsDisabled$inboundSchema, UiOptionsDisabled$outboundSchema, UiOptionsDisabled$, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody3$, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody2$, UiOptionsHidden$inboundSchema, UiOptionsHidden$outboundSchema, UiOptionsHidden$, UiOptions1$inboundSchema, UiOptions1$outboundSchema, UiOptions1$, GetConfigurationProductsPropertiesUiOptions$inboundSchema, GetConfigurationProductsPropertiesUiOptions$outboundSchema, GetConfigurationProductsPropertiesUiOptions$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$, GetConfigurationProductsPropertiesMinLength$inboundSchema, GetConfigurationProductsPropertiesMinLength$outboundSchema, GetConfigurationProductsPropertiesMinLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$, GetConfigurationProductsPropertiesMaxLength$inboundSchema, GetConfigurationProductsPropertiesMaxLength$outboundSchema, GetConfigurationProductsPropertiesMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$, GetConfigurationProductsPropertiesPattern$inboundSchema, GetConfigurationProductsPropertiesPattern$outboundSchema, GetConfigurationProductsPropertiesPattern$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiHidden$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDescription$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$, Properties7$inboundSchema, Properties7$outboundSchema, Properties7$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONType$, GetConfigurationProductsPropertiesIntegrationsResponse200UiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiControl$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$, GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsMinLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$, GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$, GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema, GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema, GetConfigurationProductsPropertiesIntegrationsPattern$, GetConfigurationProductsPropertiesItems$inboundSchema, GetConfigurationProductsPropertiesItems$outboundSchema, GetConfigurationProductsPropertiesItems$, GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse3$, GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsDisabled$, GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse3$, GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsHidden$, PropertiesUiOptions$inboundSchema, PropertiesUiOptions$outboundSchema, PropertiesUiOptions$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsPropertiesIntegrationsResponse200UiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiReadOnly$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiReadOnly$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsPropertiesIntegrationsResponse200UiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiHidden$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsPropertiesIntegrationsResponse200UiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiDisabled$, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsPropertiesIntegrationsResponse200UiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiDescription$, GetConfigurationProductsPropertiesIntegrationsResponse200UiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiFormattedValue$, Properties6$inboundSchema, Properties6$outboundSchema, Properties6$, GetConfigurationProductsPropertiesIntegrationsResponse200Type$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200Type$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200Type$, GetConfigurationProductsPropertiesIntegrationsResponseUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiControl$, GetConfigurationProductsDisabledIntegrations3$inboundSchema, GetConfigurationProductsDisabledIntegrations3$outboundSchema, GetConfigurationProductsDisabledIntegrations3$, GetConfigurationProductsDisabledIntegrations2$inboundSchema, GetConfigurationProductsDisabledIntegrations2$outboundSchema, GetConfigurationProductsDisabledIntegrations2$, GetConfigurationProductsPropertiesDisabled$inboundSchema, GetConfigurationProductsPropertiesDisabled$outboundSchema, GetConfigurationProductsPropertiesDisabled$, GetConfigurationProductsHiddenIntegrations3$inboundSchema, GetConfigurationProductsHiddenIntegrations3$outboundSchema, GetConfigurationProductsHiddenIntegrations3$, GetConfigurationProductsHiddenIntegrations2$inboundSchema, GetConfigurationProductsHiddenIntegrations2$outboundSchema, GetConfigurationProductsHiddenIntegrations2$, GetConfigurationProductsPropertiesHidden$inboundSchema, GetConfigurationProductsPropertiesHidden$outboundSchema, GetConfigurationProductsPropertiesHidden$, UiOptions$inboundSchema, UiOptions$outboundSchema, UiOptions$, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$inboundSchema, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$outboundSchema, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$, PropertiesMinLength$inboundSchema, PropertiesMinLength$outboundSchema, PropertiesMinLength$, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$, PropertiesMaxLength$inboundSchema, PropertiesMaxLength$outboundSchema, PropertiesMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$, PropertiesPattern$inboundSchema, PropertiesPattern$outboundSchema, PropertiesPattern$, GetConfigurationProductsUiReadOnlyIntegrationsResponse2003$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2003$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2003$, GetConfigurationProductsUiReadOnlyIntegrationsResponse2002$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2002$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2002$, GetConfigurationProductsPropertiesIntegrationsResponseUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiReadOnly$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiReadOnly$, GetConfigurationProductsUiHiddenIntegrationsResponse2003$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2003$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2003$, GetConfigurationProductsUiHiddenIntegrationsResponse2002$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2002$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2002$, GetConfigurationProductsPropertiesIntegrationsResponseUiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiHidden$, GetConfigurationProductsUiDisabledIntegrationsResponse2003$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2003$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2003$, GetConfigurationProductsUiDisabledIntegrationsResponse2002$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2002$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2002$, GetConfigurationProductsPropertiesIntegrationsResponseUiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiDisabled$, GetConfigurationProductsUiDescriptionIntegrationsResponse2002$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse2002$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse2002$, GetConfigurationProductsPropertiesIntegrationsResponseUiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiDescription$, GetConfigurationProductsPropertiesIntegrationsResponseUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiFormattedValue$, Properties5$inboundSchema, Properties5$outboundSchema, Properties5$, GetConfigurationProductsPropertiesIntegrationsResponseType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseType$, GetConfigurationProductsPropertiesIntegrationsUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiControl$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$, PropertiesItems$inboundSchema, PropertiesItems$outboundSchema, PropertiesItems$, GetConfigurationProductsUiReadOnlyIntegrationsResponse3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse3$, GetConfigurationProductsUiReadOnlyIntegrationsResponse2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiReadOnly$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiReadOnly$, GetConfigurationProductsUiHiddenIntegrationsResponse3$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse3$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse3$, GetConfigurationProductsUiHiddenIntegrationsResponse2$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsUiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiHidden$, GetConfigurationProductsUiDisabledIntegrationsResponse3$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse3$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse3$, GetConfigurationProductsUiDisabledIntegrationsResponse2$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsUiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiDisabled$, GetConfigurationProductsUiDescriptionIntegrationsResponse2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse2$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsUiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiDescription$, GetConfigurationProductsPropertiesIntegrationsUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiFormattedValue$, Properties4$inboundSchema, Properties4$outboundSchema, Properties4$, GetConfigurationProductsPropertiesIntegrationsType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsType$, GetConfigurationProductsPropertiesUiControl$inboundSchema, GetConfigurationProductsPropertiesUiControl$outboundSchema, GetConfigurationProductsPropertiesUiControl$, GetConfigurationProductsUiReadOnlyIntegrations3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrations3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrations3$, GetConfigurationProductsUiReadOnlyIntegrations2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrations2$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrations2$, GetConfigurationProductsPropertiesUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesUiReadOnly$outboundSchema, GetConfigurationProductsPropertiesUiReadOnly$, GetConfigurationProductsUiHiddenIntegrations3$inboundSchema, GetConfigurationProductsUiHiddenIntegrations3$outboundSchema, GetConfigurationProductsUiHiddenIntegrations3$, GetConfigurationProductsUiHiddenIntegrations2$inboundSchema, GetConfigurationProductsUiHiddenIntegrations2$outboundSchema, GetConfigurationProductsUiHiddenIntegrations2$, GetConfigurationProductsPropertiesUiHidden$inboundSchema, GetConfigurationProductsPropertiesUiHidden$outboundSchema, GetConfigurationProductsPropertiesUiHidden$, GetConfigurationProductsUiDisabledIntegrations3$inboundSchema, GetConfigurationProductsUiDisabledIntegrations3$outboundSchema, GetConfigurationProductsUiDisabledIntegrations3$, GetConfigurationProductsUiDisabledIntegrations2$inboundSchema, GetConfigurationProductsUiDisabledIntegrations2$outboundSchema, GetConfigurationProductsUiDisabledIntegrations2$, GetConfigurationProductsPropertiesUiDisabled$inboundSchema, GetConfigurationProductsPropertiesUiDisabled$outboundSchema, GetConfigurationProductsPropertiesUiDisabled$, GetConfigurationProductsUiDescriptionIntegrations2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrations2$outboundSchema, GetConfigurationProductsUiDescriptionIntegrations2$, GetConfigurationProductsPropertiesUiDescription$inboundSchema, GetConfigurationProductsPropertiesUiDescription$outboundSchema, GetConfigurationProductsPropertiesUiDescription$, GetConfigurationProductsPropertiesUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesUiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesUiFormattedValue$, Properties3$inboundSchema, Properties3$outboundSchema, Properties3$, GetConfigurationProductsPropertiesType$inboundSchema, GetConfigurationProductsPropertiesType$outboundSchema, GetConfigurationProductsPropertiesType$, PropertiesUiControl$inboundSchema, PropertiesUiControl$outboundSchema, PropertiesUiControl$, GetConfigurationProductsUiReadOnly3$inboundSchema, GetConfigurationProductsUiReadOnly3$outboundSchema, GetConfigurationProductsUiReadOnly3$, GetConfigurationProductsUiReadOnly2$inboundSchema, GetConfigurationProductsUiReadOnly2$outboundSchema, GetConfigurationProductsUiReadOnly2$, PropertiesUiReadOnly$inboundSchema, PropertiesUiReadOnly$outboundSchema, PropertiesUiReadOnly$, GetConfigurationProductsUiHidden3$inboundSchema, GetConfigurationProductsUiHidden3$outboundSchema, GetConfigurationProductsUiHidden3$, GetConfigurationProductsUiHidden2$inboundSchema, GetConfigurationProductsUiHidden2$outboundSchema, GetConfigurationProductsUiHidden2$, PropertiesUiHidden$inboundSchema, PropertiesUiHidden$outboundSchema, PropertiesUiHidden$, GetConfigurationProductsUiDisabled3$inboundSchema, GetConfigurationProductsUiDisabled3$outboundSchema, GetConfigurationProductsUiDisabled3$, GetConfigurationProductsUiDisabled2$inboundSchema, GetConfigurationProductsUiDisabled2$outboundSchema, GetConfigurationProductsUiDisabled2$, PropertiesUiDisabled$inboundSchema, PropertiesUiDisabled$outboundSchema, PropertiesUiDisabled$, GetConfigurationProductsUiDescription2$inboundSchema, GetConfigurationProductsUiDescription2$outboundSchema, GetConfigurationProductsUiDescription2$, PropertiesUiDescription$inboundSchema, PropertiesUiDescription$outboundSchema, PropertiesUiDescription$, PropertiesUiFormattedValue$inboundSchema, PropertiesUiFormattedValue$outboundSchema, PropertiesUiFormattedValue$, Properties2$inboundSchema, Properties2$outboundSchema, Properties2$, PropertiesType$inboundSchema, PropertiesType$outboundSchema, PropertiesType$, UiControl$inboundSchema, UiControl$outboundSchema, UiControl$, AtBRANDAt502640$inboundSchema, AtBRANDAt502640$outboundSchema, AtBRANDAt502640$, MinLength$inboundSchema, MinLength$outboundSchema, MinLength$, PropertiesAtBRANDAt502640$inboundSchema, PropertiesAtBRANDAt502640$outboundSchema, PropertiesAtBRANDAt502640$, MaxLength$inboundSchema, MaxLength$outboundSchema, MaxLength$, GetConfigurationProductsPropertiesAtBRANDAt502640$inboundSchema, GetConfigurationProductsPropertiesAtBRANDAt502640$outboundSchema, GetConfigurationProductsPropertiesAtBRANDAt502640$, Pattern$inboundSchema, Pattern$outboundSchema, Pattern$, UiReadOnly3$inboundSchema, UiReadOnly3$outboundSchema, UiReadOnly3$, UiReadOnly2$inboundSchema, UiReadOnly2$outboundSchema, UiReadOnly2$, UiReadOnly$inboundSchema, UiReadOnly$outboundSchema, UiReadOnly$, UiHidden3$inboundSchema, UiHidden3$outboundSchema, UiHidden3$, UiHidden2$inboundSchema, UiHidden2$outboundSchema, UiHidden2$, UiHidden$inboundSchema, UiHidden$outboundSchema, UiHidden$, UiDisabled3$inboundSchema, UiDisabled3$outboundSchema, UiDisabled3$, UiDisabled2$inboundSchema, UiDisabled2$outboundSchema, UiDisabled2$, UiDisabled$inboundSchema, UiDisabled$outboundSchema, UiDisabled$, UiDescription2$inboundSchema, UiDescription2$outboundSchema, UiDescription2$, UiDescription$inboundSchema, UiDescription$outboundSchema, UiDescription$, UiFormattedValue$inboundSchema, UiFormattedValue$outboundSchema, UiFormattedValue$, Properties1$inboundSchema, Properties1$outboundSchema, Properties1$, Properties$inboundSchema, Properties$outboundSchema, Properties$, MetadataSchema$inboundSchema, MetadataSchema$outboundSchema, MetadataSchema$, Products$inboundSchema, Products$outboundSchema, Products$, Integration$inboundSchema, Integration$outboundSchema, Integration$, GetConfigurationProductsConfiguration$inboundSchema, GetConfigurationProductsConfiguration$outboundSchema, GetConfigurationProductsConfiguration$, GetConfigurationProductsResponseBody$inboundSchema, GetConfigurationProductsResponseBody$outboundSchema, GetConfigurationProductsResponseBody$;
68172
68205
  var init_getconfigurationproductsop = __esm(() => {
68173
68206
  init_esm();
68174
68207
  init_primitives();
@@ -68707,24 +68740,24 @@ var init_getconfigurationproductsop = __esm(() => {
68707
68740
  GetConfigurationProductsType$.inboundSchema = GetConfigurationProductsType$inboundSchema;
68708
68741
  GetConfigurationProductsType$.outboundSchema = GetConfigurationProductsType$outboundSchema;
68709
68742
  })(GetConfigurationProductsType$ ||= {});
68710
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$inboundSchema = objectType({});
68711
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$outboundSchema = objectType({});
68712
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$) => {
68713
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$inboundSchema;
68714
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$outboundSchema;
68715
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$ ||= {});
68743
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$inboundSchema = objectType({});
68744
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$outboundSchema = objectType({});
68745
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$) => {
68746
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$inboundSchema;
68747
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$outboundSchema;
68748
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$ ||= {});
68716
68749
  PropertiesValue$inboundSchema = objectType({
68717
- "__@BRAND@502540": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$inboundSchema)
68750
+ "__@BRAND@502640": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$inboundSchema)
68718
68751
  }).transform((v2) => {
68719
68752
  return remap(v2, {
68720
- "__@BRAND@502540": "atBRANDAt502540"
68753
+ "__@BRAND@502640": "atBRANDAt502640"
68721
68754
  });
68722
68755
  });
68723
68756
  PropertiesValue$outboundSchema = objectType({
68724
- atBRANDAt502540: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502540$outboundSchema)
68757
+ atBRANDAt502640: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt502640$outboundSchema)
68725
68758
  }).transform((v2) => {
68726
68759
  return remap(v2, {
68727
- atBRANDAt502540: "__@BRAND@502540"
68760
+ atBRANDAt502640: "__@BRAND@502640"
68728
68761
  });
68729
68762
  });
68730
68763
  ((PropertiesValue$) => {
@@ -68839,72 +68872,72 @@ var init_getconfigurationproductsop = __esm(() => {
68839
68872
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$inboundSchema;
68840
68873
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$outboundSchema;
68841
68874
  })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$ ||= {});
68842
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$inboundSchema = objectType({});
68843
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$outboundSchema = objectType({});
68844
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$) => {
68845
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$inboundSchema;
68846
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$outboundSchema;
68847
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$ ||= {});
68875
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$inboundSchema = objectType({});
68876
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$outboundSchema = objectType({});
68877
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$) => {
68878
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$inboundSchema;
68879
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$outboundSchema;
68880
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$ ||= {});
68848
68881
  GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema = objectType({
68849
- "__@BRAND@502540": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$inboundSchema)
68882
+ "__@BRAND@502640": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$inboundSchema)
68850
68883
  }).transform((v2) => {
68851
68884
  return remap(v2, {
68852
- "__@BRAND@502540": "atBRANDAt502540"
68885
+ "__@BRAND@502640": "atBRANDAt502640"
68853
68886
  });
68854
68887
  });
68855
68888
  GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema = objectType({
68856
- atBRANDAt502540: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502540$outboundSchema)
68889
+ atBRANDAt502640: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt502640$outboundSchema)
68857
68890
  }).transform((v2) => {
68858
68891
  return remap(v2, {
68859
- atBRANDAt502540: "__@BRAND@502540"
68892
+ atBRANDAt502640: "__@BRAND@502640"
68860
68893
  });
68861
68894
  });
68862
68895
  ((GetConfigurationProductsPropertiesIntegrationsResponseMinLength$) => {
68863
68896
  GetConfigurationProductsPropertiesIntegrationsResponseMinLength$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema;
68864
68897
  GetConfigurationProductsPropertiesIntegrationsResponseMinLength$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema;
68865
68898
  })(GetConfigurationProductsPropertiesIntegrationsResponseMinLength$ ||= {});
68866
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$inboundSchema = objectType({});
68867
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$outboundSchema = objectType({});
68868
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$) => {
68869
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$inboundSchema;
68870
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$outboundSchema;
68871
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$ ||= {});
68899
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$inboundSchema = objectType({});
68900
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$outboundSchema = objectType({});
68901
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$) => {
68902
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$inboundSchema;
68903
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$outboundSchema;
68904
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$ ||= {});
68872
68905
  GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema = objectType({
68873
- "__@BRAND@502540": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$inboundSchema)
68906
+ "__@BRAND@502640": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$inboundSchema)
68874
68907
  }).transform((v2) => {
68875
68908
  return remap(v2, {
68876
- "__@BRAND@502540": "atBRANDAt502540"
68909
+ "__@BRAND@502640": "atBRANDAt502640"
68877
68910
  });
68878
68911
  });
68879
68912
  GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema = objectType({
68880
- atBRANDAt502540: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502540$outboundSchema)
68913
+ atBRANDAt502640: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt502640$outboundSchema)
68881
68914
  }).transform((v2) => {
68882
68915
  return remap(v2, {
68883
- atBRANDAt502540: "__@BRAND@502540"
68916
+ atBRANDAt502640: "__@BRAND@502640"
68884
68917
  });
68885
68918
  });
68886
68919
  ((GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$) => {
68887
68920
  GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema;
68888
68921
  GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema;
68889
68922
  })(GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$ ||= {});
68890
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$inboundSchema = objectType({});
68891
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$outboundSchema = objectType({});
68892
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$) => {
68893
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$inboundSchema;
68894
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$outboundSchema;
68895
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$ ||= {});
68923
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$inboundSchema = objectType({});
68924
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$outboundSchema = objectType({});
68925
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$) => {
68926
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$inboundSchema;
68927
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$outboundSchema;
68928
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$ ||= {});
68896
68929
  GetConfigurationProductsPropertiesIntegrationsResponsePattern$inboundSchema = objectType({
68897
- "__@BRAND@502540": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$inboundSchema)
68930
+ "__@BRAND@502640": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$inboundSchema)
68898
68931
  }).transform((v2) => {
68899
68932
  return remap(v2, {
68900
- "__@BRAND@502540": "atBRANDAt502540"
68933
+ "__@BRAND@502640": "atBRANDAt502640"
68901
68934
  });
68902
68935
  });
68903
68936
  GetConfigurationProductsPropertiesIntegrationsResponsePattern$outboundSchema = objectType({
68904
- atBRANDAt502540: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502540$outboundSchema)
68937
+ atBRANDAt502640: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt502640$outboundSchema)
68905
68938
  }).transform((v2) => {
68906
68939
  return remap(v2, {
68907
- atBRANDAt502540: "__@BRAND@502540"
68940
+ atBRANDAt502640: "__@BRAND@502640"
68908
68941
  });
68909
68942
  });
68910
68943
  ((GetConfigurationProductsPropertiesIntegrationsResponsePattern$) => {
@@ -68933,24 +68966,24 @@ var init_getconfigurationproductsop = __esm(() => {
68933
68966
  GetConfigurationProductsPropertiesIntegrationsItems$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsItems$inboundSchema;
68934
68967
  GetConfigurationProductsPropertiesIntegrationsItems$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsItems$outboundSchema;
68935
68968
  })(GetConfigurationProductsPropertiesIntegrationsItems$ ||= {});
68936
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$inboundSchema = objectType({});
68937
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$outboundSchema = objectType({});
68938
- ((GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$) => {
68939
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$inboundSchema;
68940
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$outboundSchema;
68941
- })(GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$ ||= {});
68969
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$inboundSchema = objectType({});
68970
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$outboundSchema = objectType({});
68971
+ ((GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$) => {
68972
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$inboundSchema;
68973
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$outboundSchema;
68974
+ })(GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$ ||= {});
68942
68975
  GetConfigurationProductsUiOptionsValue$inboundSchema = objectType({
68943
- "__@BRAND@502540": lazyType(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$inboundSchema)
68976
+ "__@BRAND@502640": lazyType(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$inboundSchema)
68944
68977
  }).transform((v2) => {
68945
68978
  return remap(v2, {
68946
- "__@BRAND@502540": "atBRANDAt502540"
68979
+ "__@BRAND@502640": "atBRANDAt502640"
68947
68980
  });
68948
68981
  });
68949
68982
  GetConfigurationProductsUiOptionsValue$outboundSchema = objectType({
68950
- atBRANDAt502540: lazyType(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502540$outboundSchema)
68983
+ atBRANDAt502640: lazyType(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt502640$outboundSchema)
68951
68984
  }).transform((v2) => {
68952
68985
  return remap(v2, {
68953
- atBRANDAt502540: "__@BRAND@502540"
68986
+ atBRANDAt502640: "__@BRAND@502640"
68954
68987
  });
68955
68988
  });
68956
68989
  ((GetConfigurationProductsUiOptionsValue$) => {
@@ -69047,24 +69080,24 @@ var init_getconfigurationproductsop = __esm(() => {
69047
69080
  GetConfigurationProductsUiOptions3$.inboundSchema = GetConfigurationProductsUiOptions3$inboundSchema;
69048
69081
  GetConfigurationProductsUiOptions3$.outboundSchema = GetConfigurationProductsUiOptions3$outboundSchema;
69049
69082
  })(GetConfigurationProductsUiOptions3$ ||= {});
69050
- GetConfigurationProductsUiOptionsAtBRANDAt502540$inboundSchema = objectType({});
69051
- GetConfigurationProductsUiOptionsAtBRANDAt502540$outboundSchema = objectType({});
69052
- ((GetConfigurationProductsUiOptionsAtBRANDAt502540$) => {
69053
- GetConfigurationProductsUiOptionsAtBRANDAt502540$.inboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt502540$inboundSchema;
69054
- GetConfigurationProductsUiOptionsAtBRANDAt502540$.outboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt502540$outboundSchema;
69055
- })(GetConfigurationProductsUiOptionsAtBRANDAt502540$ ||= {});
69083
+ GetConfigurationProductsUiOptionsAtBRANDAt502640$inboundSchema = objectType({});
69084
+ GetConfigurationProductsUiOptionsAtBRANDAt502640$outboundSchema = objectType({});
69085
+ ((GetConfigurationProductsUiOptionsAtBRANDAt502640$) => {
69086
+ GetConfigurationProductsUiOptionsAtBRANDAt502640$.inboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt502640$inboundSchema;
69087
+ GetConfigurationProductsUiOptionsAtBRANDAt502640$.outboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt502640$outboundSchema;
69088
+ })(GetConfigurationProductsUiOptionsAtBRANDAt502640$ ||= {});
69056
69089
  GetConfigurationProductsUiOptions2$inboundSchema = objectType({
69057
- "__@BRAND@502540": lazyType(() => GetConfigurationProductsUiOptionsAtBRANDAt502540$inboundSchema)
69090
+ "__@BRAND@502640": lazyType(() => GetConfigurationProductsUiOptionsAtBRANDAt502640$inboundSchema)
69058
69091
  }).transform((v2) => {
69059
69092
  return remap(v2, {
69060
- "__@BRAND@502540": "atBRANDAt502540"
69093
+ "__@BRAND@502640": "atBRANDAt502640"
69061
69094
  });
69062
69095
  });
69063
69096
  GetConfigurationProductsUiOptions2$outboundSchema = objectType({
69064
- atBRANDAt502540: lazyType(() => GetConfigurationProductsUiOptionsAtBRANDAt502540$outboundSchema)
69097
+ atBRANDAt502640: lazyType(() => GetConfigurationProductsUiOptionsAtBRANDAt502640$outboundSchema)
69065
69098
  }).transform((v2) => {
69066
69099
  return remap(v2, {
69067
- atBRANDAt502540: "__@BRAND@502540"
69100
+ atBRANDAt502640: "__@BRAND@502640"
69068
69101
  });
69069
69102
  });
69070
69103
  ((GetConfigurationProductsUiOptions2$) => {
@@ -69299,48 +69332,48 @@ var init_getconfigurationproductsop = __esm(() => {
69299
69332
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$inboundSchema;
69300
69333
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$outboundSchema;
69301
69334
  })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$ ||= {});
69302
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$inboundSchema = objectType({});
69303
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$outboundSchema = objectType({});
69304
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$) => {
69305
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$inboundSchema;
69306
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$outboundSchema;
69307
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$ ||= {});
69335
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$inboundSchema = objectType({});
69336
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$outboundSchema = objectType({});
69337
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$) => {
69338
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$inboundSchema;
69339
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$outboundSchema;
69340
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$ ||= {});
69308
69341
  Default$inboundSchema = objectType({
69309
- "__@BRAND@502540": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$inboundSchema)
69342
+ "__@BRAND@502640": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$inboundSchema)
69310
69343
  }).transform((v2) => {
69311
69344
  return remap(v2, {
69312
- "__@BRAND@502540": "atBRANDAt502540"
69345
+ "__@BRAND@502640": "atBRANDAt502640"
69313
69346
  });
69314
69347
  });
69315
69348
  Default$outboundSchema = objectType({
69316
- atBRANDAt502540: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502540$outboundSchema)
69349
+ atBRANDAt502640: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt502640$outboundSchema)
69317
69350
  }).transform((v2) => {
69318
69351
  return remap(v2, {
69319
- atBRANDAt502540: "__@BRAND@502540"
69352
+ atBRANDAt502640: "__@BRAND@502640"
69320
69353
  });
69321
69354
  });
69322
69355
  ((Default$) => {
69323
69356
  Default$.inboundSchema = Default$inboundSchema;
69324
69357
  Default$.outboundSchema = Default$outboundSchema;
69325
69358
  })(Default$ ||= {});
69326
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$inboundSchema = objectType({});
69327
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$outboundSchema = objectType({});
69328
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$) => {
69329
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$inboundSchema;
69330
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$outboundSchema;
69331
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$ ||= {});
69359
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$inboundSchema = objectType({});
69360
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$outboundSchema = objectType({});
69361
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$) => {
69362
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$inboundSchema;
69363
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$outboundSchema;
69364
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$ ||= {});
69332
69365
  Example$inboundSchema = objectType({
69333
- "__@BRAND@502540": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$inboundSchema)
69366
+ "__@BRAND@502640": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$inboundSchema)
69334
69367
  }).transform((v2) => {
69335
69368
  return remap(v2, {
69336
- "__@BRAND@502540": "atBRANDAt502540"
69369
+ "__@BRAND@502640": "atBRANDAt502640"
69337
69370
  });
69338
69371
  });
69339
69372
  Example$outboundSchema = objectType({
69340
- atBRANDAt502540: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502540$outboundSchema)
69373
+ atBRANDAt502640: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt502640$outboundSchema)
69341
69374
  }).transform((v2) => {
69342
69375
  return remap(v2, {
69343
- atBRANDAt502540: "__@BRAND@502540"
69376
+ atBRANDAt502640: "__@BRAND@502640"
69344
69377
  });
69345
69378
  });
69346
69379
  ((Example$) => {
@@ -69461,24 +69494,24 @@ var init_getconfigurationproductsop = __esm(() => {
69461
69494
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$inboundSchema;
69462
69495
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$outboundSchema;
69463
69496
  })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$ ||= {});
69464
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$inboundSchema = objectType({});
69465
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$outboundSchema = objectType({});
69466
- ((GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$) => {
69467
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$inboundSchema;
69468
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$outboundSchema;
69469
- })(GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$ ||= {});
69497
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$inboundSchema = objectType({});
69498
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$outboundSchema = objectType({});
69499
+ ((GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$) => {
69500
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$inboundSchema;
69501
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$outboundSchema;
69502
+ })(GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$ ||= {});
69470
69503
  UiOptionsValue$inboundSchema = objectType({
69471
- "__@BRAND@502540": lazyType(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$inboundSchema)
69504
+ "__@BRAND@502640": lazyType(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$inboundSchema)
69472
69505
  }).transform((v2) => {
69473
69506
  return remap(v2, {
69474
- "__@BRAND@502540": "atBRANDAt502540"
69507
+ "__@BRAND@502640": "atBRANDAt502640"
69475
69508
  });
69476
69509
  });
69477
69510
  UiOptionsValue$outboundSchema = objectType({
69478
- atBRANDAt502540: lazyType(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502540$outboundSchema)
69511
+ atBRANDAt502640: lazyType(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt502640$outboundSchema)
69479
69512
  }).transform((v2) => {
69480
69513
  return remap(v2, {
69481
- atBRANDAt502540: "__@BRAND@502540"
69514
+ atBRANDAt502640: "__@BRAND@502640"
69482
69515
  });
69483
69516
  });
69484
69517
  ((UiOptionsValue$) => {
@@ -69575,24 +69608,24 @@ var init_getconfigurationproductsop = __esm(() => {
69575
69608
  UiOptions3$.inboundSchema = UiOptions3$inboundSchema;
69576
69609
  UiOptions3$.outboundSchema = UiOptions3$outboundSchema;
69577
69610
  })(UiOptions3$ ||= {});
69578
- UiOptionsAtBRANDAt502540$inboundSchema = objectType({});
69579
- UiOptionsAtBRANDAt502540$outboundSchema = objectType({});
69580
- ((UiOptionsAtBRANDAt502540$) => {
69581
- UiOptionsAtBRANDAt502540$.inboundSchema = UiOptionsAtBRANDAt502540$inboundSchema;
69582
- UiOptionsAtBRANDAt502540$.outboundSchema = UiOptionsAtBRANDAt502540$outboundSchema;
69583
- })(UiOptionsAtBRANDAt502540$ ||= {});
69611
+ UiOptionsAtBRANDAt502640$inboundSchema = objectType({});
69612
+ UiOptionsAtBRANDAt502640$outboundSchema = objectType({});
69613
+ ((UiOptionsAtBRANDAt502640$) => {
69614
+ UiOptionsAtBRANDAt502640$.inboundSchema = UiOptionsAtBRANDAt502640$inboundSchema;
69615
+ UiOptionsAtBRANDAt502640$.outboundSchema = UiOptionsAtBRANDAt502640$outboundSchema;
69616
+ })(UiOptionsAtBRANDAt502640$ ||= {});
69584
69617
  UiOptions2$inboundSchema = objectType({
69585
- "__@BRAND@502540": lazyType(() => UiOptionsAtBRANDAt502540$inboundSchema)
69618
+ "__@BRAND@502640": lazyType(() => UiOptionsAtBRANDAt502640$inboundSchema)
69586
69619
  }).transform((v2) => {
69587
69620
  return remap(v2, {
69588
- "__@BRAND@502540": "atBRANDAt502540"
69621
+ "__@BRAND@502640": "atBRANDAt502640"
69589
69622
  });
69590
69623
  });
69591
69624
  UiOptions2$outboundSchema = objectType({
69592
- atBRANDAt502540: lazyType(() => UiOptionsAtBRANDAt502540$outboundSchema)
69625
+ atBRANDAt502640: lazyType(() => UiOptionsAtBRANDAt502640$outboundSchema)
69593
69626
  }).transform((v2) => {
69594
69627
  return remap(v2, {
69595
- atBRANDAt502540: "__@BRAND@502540"
69628
+ atBRANDAt502640: "__@BRAND@502640"
69596
69629
  });
69597
69630
  });
69598
69631
  ((UiOptions2$) => {
@@ -69705,72 +69738,72 @@ var init_getconfigurationproductsop = __esm(() => {
69705
69738
  GetConfigurationProductsPropertiesUiOptions$.inboundSchema = GetConfigurationProductsPropertiesUiOptions$inboundSchema;
69706
69739
  GetConfigurationProductsPropertiesUiOptions$.outboundSchema = GetConfigurationProductsPropertiesUiOptions$outboundSchema;
69707
69740
  })(GetConfigurationProductsPropertiesUiOptions$ ||= {});
69708
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$inboundSchema = objectType({});
69709
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$outboundSchema = objectType({});
69710
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$) => {
69711
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$inboundSchema;
69712
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$outboundSchema;
69713
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$ ||= {});
69741
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$inboundSchema = objectType({});
69742
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$outboundSchema = objectType({});
69743
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$) => {
69744
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$inboundSchema;
69745
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$outboundSchema;
69746
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$ ||= {});
69714
69747
  GetConfigurationProductsPropertiesMinLength$inboundSchema = objectType({
69715
- "__@BRAND@502540": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$inboundSchema)
69748
+ "__@BRAND@502640": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$inboundSchema)
69716
69749
  }).transform((v2) => {
69717
69750
  return remap(v2, {
69718
- "__@BRAND@502540": "atBRANDAt502540"
69751
+ "__@BRAND@502640": "atBRANDAt502640"
69719
69752
  });
69720
69753
  });
69721
69754
  GetConfigurationProductsPropertiesMinLength$outboundSchema = objectType({
69722
- atBRANDAt502540: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502540$outboundSchema)
69755
+ atBRANDAt502640: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt502640$outboundSchema)
69723
69756
  }).transform((v2) => {
69724
69757
  return remap(v2, {
69725
- atBRANDAt502540: "__@BRAND@502540"
69758
+ atBRANDAt502640: "__@BRAND@502640"
69726
69759
  });
69727
69760
  });
69728
69761
  ((GetConfigurationProductsPropertiesMinLength$) => {
69729
69762
  GetConfigurationProductsPropertiesMinLength$.inboundSchema = GetConfigurationProductsPropertiesMinLength$inboundSchema;
69730
69763
  GetConfigurationProductsPropertiesMinLength$.outboundSchema = GetConfigurationProductsPropertiesMinLength$outboundSchema;
69731
69764
  })(GetConfigurationProductsPropertiesMinLength$ ||= {});
69732
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$inboundSchema = objectType({});
69733
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$outboundSchema = objectType({});
69734
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$) => {
69735
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$inboundSchema;
69736
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$outboundSchema;
69737
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$ ||= {});
69765
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$inboundSchema = objectType({});
69766
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$outboundSchema = objectType({});
69767
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$) => {
69768
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$inboundSchema;
69769
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$outboundSchema;
69770
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$ ||= {});
69738
69771
  GetConfigurationProductsPropertiesMaxLength$inboundSchema = objectType({
69739
- "__@BRAND@502540": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$inboundSchema)
69772
+ "__@BRAND@502640": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$inboundSchema)
69740
69773
  }).transform((v2) => {
69741
69774
  return remap(v2, {
69742
- "__@BRAND@502540": "atBRANDAt502540"
69775
+ "__@BRAND@502640": "atBRANDAt502640"
69743
69776
  });
69744
69777
  });
69745
69778
  GetConfigurationProductsPropertiesMaxLength$outboundSchema = objectType({
69746
- atBRANDAt502540: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502540$outboundSchema)
69779
+ atBRANDAt502640: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt502640$outboundSchema)
69747
69780
  }).transform((v2) => {
69748
69781
  return remap(v2, {
69749
- atBRANDAt502540: "__@BRAND@502540"
69782
+ atBRANDAt502640: "__@BRAND@502640"
69750
69783
  });
69751
69784
  });
69752
69785
  ((GetConfigurationProductsPropertiesMaxLength$) => {
69753
69786
  GetConfigurationProductsPropertiesMaxLength$.inboundSchema = GetConfigurationProductsPropertiesMaxLength$inboundSchema;
69754
69787
  GetConfigurationProductsPropertiesMaxLength$.outboundSchema = GetConfigurationProductsPropertiesMaxLength$outboundSchema;
69755
69788
  })(GetConfigurationProductsPropertiesMaxLength$ ||= {});
69756
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$inboundSchema = objectType({});
69757
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$outboundSchema = objectType({});
69758
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$) => {
69759
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$inboundSchema;
69760
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$outboundSchema;
69761
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$ ||= {});
69789
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$inboundSchema = objectType({});
69790
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$outboundSchema = objectType({});
69791
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$) => {
69792
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$inboundSchema;
69793
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$outboundSchema;
69794
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$ ||= {});
69762
69795
  GetConfigurationProductsPropertiesPattern$inboundSchema = objectType({
69763
- "__@BRAND@502540": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$inboundSchema)
69796
+ "__@BRAND@502640": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$inboundSchema)
69764
69797
  }).transform((v2) => {
69765
69798
  return remap(v2, {
69766
- "__@BRAND@502540": "atBRANDAt502540"
69799
+ "__@BRAND@502640": "atBRANDAt502640"
69767
69800
  });
69768
69801
  });
69769
69802
  GetConfigurationProductsPropertiesPattern$outboundSchema = objectType({
69770
- atBRANDAt502540: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502540$outboundSchema)
69803
+ atBRANDAt502640: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt502640$outboundSchema)
69771
69804
  }).transform((v2) => {
69772
69805
  return remap(v2, {
69773
- atBRANDAt502540: "__@BRAND@502540"
69806
+ atBRANDAt502640: "__@BRAND@502640"
69774
69807
  });
69775
69808
  });
69776
69809
  ((GetConfigurationProductsPropertiesPattern$) => {
@@ -70019,72 +70052,72 @@ var init_getconfigurationproductsop = __esm(() => {
70019
70052
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$inboundSchema;
70020
70053
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$outboundSchema;
70021
70054
  })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$ ||= {});
70022
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$inboundSchema = objectType({});
70023
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$outboundSchema = objectType({});
70024
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$) => {
70025
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$inboundSchema;
70026
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$outboundSchema;
70027
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$ ||= {});
70055
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$inboundSchema = objectType({});
70056
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$outboundSchema = objectType({});
70057
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$) => {
70058
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$inboundSchema;
70059
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$outboundSchema;
70060
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$ ||= {});
70028
70061
  GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema = objectType({
70029
- "__@BRAND@502540": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$inboundSchema)
70062
+ "__@BRAND@502640": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$inboundSchema)
70030
70063
  }).transform((v2) => {
70031
70064
  return remap(v2, {
70032
- "__@BRAND@502540": "atBRANDAt502540"
70065
+ "__@BRAND@502640": "atBRANDAt502640"
70033
70066
  });
70034
70067
  });
70035
70068
  GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema = objectType({
70036
- atBRANDAt502540: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502540$outboundSchema)
70069
+ atBRANDAt502640: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt502640$outboundSchema)
70037
70070
  }).transform((v2) => {
70038
70071
  return remap(v2, {
70039
- atBRANDAt502540: "__@BRAND@502540"
70072
+ atBRANDAt502640: "__@BRAND@502640"
70040
70073
  });
70041
70074
  });
70042
70075
  ((GetConfigurationProductsPropertiesIntegrationsMinLength$) => {
70043
70076
  GetConfigurationProductsPropertiesIntegrationsMinLength$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema;
70044
70077
  GetConfigurationProductsPropertiesIntegrationsMinLength$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema;
70045
70078
  })(GetConfigurationProductsPropertiesIntegrationsMinLength$ ||= {});
70046
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$inboundSchema = objectType({});
70047
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$outboundSchema = objectType({});
70048
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$) => {
70049
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$inboundSchema;
70050
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$outboundSchema;
70051
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$ ||= {});
70079
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$inboundSchema = objectType({});
70080
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$outboundSchema = objectType({});
70081
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$) => {
70082
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$inboundSchema;
70083
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$outboundSchema;
70084
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$ ||= {});
70052
70085
  GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema = objectType({
70053
- "__@BRAND@502540": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$inboundSchema)
70086
+ "__@BRAND@502640": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$inboundSchema)
70054
70087
  }).transform((v2) => {
70055
70088
  return remap(v2, {
70056
- "__@BRAND@502540": "atBRANDAt502540"
70089
+ "__@BRAND@502640": "atBRANDAt502640"
70057
70090
  });
70058
70091
  });
70059
70092
  GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema = objectType({
70060
- atBRANDAt502540: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502540$outboundSchema)
70093
+ atBRANDAt502640: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt502640$outboundSchema)
70061
70094
  }).transform((v2) => {
70062
70095
  return remap(v2, {
70063
- atBRANDAt502540: "__@BRAND@502540"
70096
+ atBRANDAt502640: "__@BRAND@502640"
70064
70097
  });
70065
70098
  });
70066
70099
  ((GetConfigurationProductsPropertiesIntegrationsMaxLength$) => {
70067
70100
  GetConfigurationProductsPropertiesIntegrationsMaxLength$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema;
70068
70101
  GetConfigurationProductsPropertiesIntegrationsMaxLength$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema;
70069
70102
  })(GetConfigurationProductsPropertiesIntegrationsMaxLength$ ||= {});
70070
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$inboundSchema = objectType({});
70071
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$outboundSchema = objectType({});
70072
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$) => {
70073
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$inboundSchema;
70074
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$outboundSchema;
70075
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$ ||= {});
70103
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$inboundSchema = objectType({});
70104
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$outboundSchema = objectType({});
70105
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$) => {
70106
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$inboundSchema;
70107
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$outboundSchema;
70108
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$ ||= {});
70076
70109
  GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema = objectType({
70077
- "__@BRAND@502540": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$inboundSchema)
70110
+ "__@BRAND@502640": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$inboundSchema)
70078
70111
  }).transform((v2) => {
70079
70112
  return remap(v2, {
70080
- "__@BRAND@502540": "atBRANDAt502540"
70113
+ "__@BRAND@502640": "atBRANDAt502640"
70081
70114
  });
70082
70115
  });
70083
70116
  GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema = objectType({
70084
- atBRANDAt502540: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502540$outboundSchema)
70117
+ atBRANDAt502640: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt502640$outboundSchema)
70085
70118
  }).transform((v2) => {
70086
70119
  return remap(v2, {
70087
- atBRANDAt502540: "__@BRAND@502540"
70120
+ atBRANDAt502640: "__@BRAND@502640"
70088
70121
  });
70089
70122
  });
70090
70123
  ((GetConfigurationProductsPropertiesIntegrationsPattern$) => {
@@ -70525,72 +70558,72 @@ var init_getconfigurationproductsop = __esm(() => {
70525
70558
  UiOptions$.inboundSchema = UiOptions$inboundSchema;
70526
70559
  UiOptions$.outboundSchema = UiOptions$outboundSchema;
70527
70560
  })(UiOptions$ ||= {});
70528
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$inboundSchema = objectType({});
70529
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$outboundSchema = objectType({});
70530
- ((GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$) => {
70531
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$inboundSchema;
70532
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$outboundSchema;
70533
- })(GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$ ||= {});
70561
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$inboundSchema = objectType({});
70562
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$outboundSchema = objectType({});
70563
+ ((GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$) => {
70564
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$inboundSchema;
70565
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$outboundSchema;
70566
+ })(GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$ ||= {});
70534
70567
  PropertiesMinLength$inboundSchema = objectType({
70535
- "__@BRAND@502540": lazyType(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$inboundSchema)
70568
+ "__@BRAND@502640": lazyType(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$inboundSchema)
70536
70569
  }).transform((v2) => {
70537
70570
  return remap(v2, {
70538
- "__@BRAND@502540": "atBRANDAt502540"
70571
+ "__@BRAND@502640": "atBRANDAt502640"
70539
70572
  });
70540
70573
  });
70541
70574
  PropertiesMinLength$outboundSchema = objectType({
70542
- atBRANDAt502540: lazyType(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502540$outboundSchema)
70575
+ atBRANDAt502640: lazyType(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt502640$outboundSchema)
70543
70576
  }).transform((v2) => {
70544
70577
  return remap(v2, {
70545
- atBRANDAt502540: "__@BRAND@502540"
70578
+ atBRANDAt502640: "__@BRAND@502640"
70546
70579
  });
70547
70580
  });
70548
70581
  ((PropertiesMinLength$) => {
70549
70582
  PropertiesMinLength$.inboundSchema = PropertiesMinLength$inboundSchema;
70550
70583
  PropertiesMinLength$.outboundSchema = PropertiesMinLength$outboundSchema;
70551
70584
  })(PropertiesMinLength$ ||= {});
70552
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$inboundSchema = objectType({});
70553
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$outboundSchema = objectType({});
70554
- ((GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$) => {
70555
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$inboundSchema;
70556
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$outboundSchema;
70557
- })(GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$ ||= {});
70585
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$inboundSchema = objectType({});
70586
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$outboundSchema = objectType({});
70587
+ ((GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$) => {
70588
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$inboundSchema;
70589
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$outboundSchema;
70590
+ })(GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$ ||= {});
70558
70591
  PropertiesMaxLength$inboundSchema = objectType({
70559
- "__@BRAND@502540": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$inboundSchema)
70592
+ "__@BRAND@502640": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$inboundSchema)
70560
70593
  }).transform((v2) => {
70561
70594
  return remap(v2, {
70562
- "__@BRAND@502540": "atBRANDAt502540"
70595
+ "__@BRAND@502640": "atBRANDAt502640"
70563
70596
  });
70564
70597
  });
70565
70598
  PropertiesMaxLength$outboundSchema = objectType({
70566
- atBRANDAt502540: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502540$outboundSchema)
70599
+ atBRANDAt502640: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt502640$outboundSchema)
70567
70600
  }).transform((v2) => {
70568
70601
  return remap(v2, {
70569
- atBRANDAt502540: "__@BRAND@502540"
70602
+ atBRANDAt502640: "__@BRAND@502640"
70570
70603
  });
70571
70604
  });
70572
70605
  ((PropertiesMaxLength$) => {
70573
70606
  PropertiesMaxLength$.inboundSchema = PropertiesMaxLength$inboundSchema;
70574
70607
  PropertiesMaxLength$.outboundSchema = PropertiesMaxLength$outboundSchema;
70575
70608
  })(PropertiesMaxLength$ ||= {});
70576
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$inboundSchema = objectType({});
70577
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$outboundSchema = objectType({});
70578
- ((GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$) => {
70579
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$inboundSchema;
70580
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$outboundSchema;
70581
- })(GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$ ||= {});
70609
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$inboundSchema = objectType({});
70610
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$outboundSchema = objectType({});
70611
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$) => {
70612
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$inboundSchema;
70613
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$outboundSchema;
70614
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$ ||= {});
70582
70615
  PropertiesPattern$inboundSchema = objectType({
70583
- "__@BRAND@502540": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$inboundSchema)
70616
+ "__@BRAND@502640": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$inboundSchema)
70584
70617
  }).transform((v2) => {
70585
70618
  return remap(v2, {
70586
- "__@BRAND@502540": "atBRANDAt502540"
70619
+ "__@BRAND@502640": "atBRANDAt502640"
70587
70620
  });
70588
70621
  });
70589
70622
  PropertiesPattern$outboundSchema = objectType({
70590
- atBRANDAt502540: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502540$outboundSchema)
70623
+ atBRANDAt502640: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt502640$outboundSchema)
70591
70624
  }).transform((v2) => {
70592
70625
  return remap(v2, {
70593
- atBRANDAt502540: "__@BRAND@502540"
70626
+ atBRANDAt502640: "__@BRAND@502640"
70594
70627
  });
70595
70628
  });
70596
70629
  ((PropertiesPattern$) => {
@@ -71511,72 +71544,72 @@ var init_getconfigurationproductsop = __esm(() => {
71511
71544
  UiControl$.inboundSchema = UiControl$inboundSchema;
71512
71545
  UiControl$.outboundSchema = UiControl$outboundSchema;
71513
71546
  })(UiControl$ ||= {});
71514
- AtBRANDAt502540$inboundSchema = objectType({});
71515
- AtBRANDAt502540$outboundSchema = objectType({});
71516
- ((AtBRANDAt502540$) => {
71517
- AtBRANDAt502540$.inboundSchema = AtBRANDAt502540$inboundSchema;
71518
- AtBRANDAt502540$.outboundSchema = AtBRANDAt502540$outboundSchema;
71519
- })(AtBRANDAt502540$ ||= {});
71547
+ AtBRANDAt502640$inboundSchema = objectType({});
71548
+ AtBRANDAt502640$outboundSchema = objectType({});
71549
+ ((AtBRANDAt502640$) => {
71550
+ AtBRANDAt502640$.inboundSchema = AtBRANDAt502640$inboundSchema;
71551
+ AtBRANDAt502640$.outboundSchema = AtBRANDAt502640$outboundSchema;
71552
+ })(AtBRANDAt502640$ ||= {});
71520
71553
  MinLength$inboundSchema = objectType({
71521
- "__@BRAND@502540": lazyType(() => AtBRANDAt502540$inboundSchema)
71554
+ "__@BRAND@502640": lazyType(() => AtBRANDAt502640$inboundSchema)
71522
71555
  }).transform((v2) => {
71523
71556
  return remap(v2, {
71524
- "__@BRAND@502540": "atBRANDAt502540"
71557
+ "__@BRAND@502640": "atBRANDAt502640"
71525
71558
  });
71526
71559
  });
71527
71560
  MinLength$outboundSchema = objectType({
71528
- atBRANDAt502540: lazyType(() => AtBRANDAt502540$outboundSchema)
71561
+ atBRANDAt502640: lazyType(() => AtBRANDAt502640$outboundSchema)
71529
71562
  }).transform((v2) => {
71530
71563
  return remap(v2, {
71531
- atBRANDAt502540: "__@BRAND@502540"
71564
+ atBRANDAt502640: "__@BRAND@502640"
71532
71565
  });
71533
71566
  });
71534
71567
  ((MinLength$) => {
71535
71568
  MinLength$.inboundSchema = MinLength$inboundSchema;
71536
71569
  MinLength$.outboundSchema = MinLength$outboundSchema;
71537
71570
  })(MinLength$ ||= {});
71538
- PropertiesAtBRANDAt502540$inboundSchema = objectType({});
71539
- PropertiesAtBRANDAt502540$outboundSchema = objectType({});
71540
- ((PropertiesAtBRANDAt502540$) => {
71541
- PropertiesAtBRANDAt502540$.inboundSchema = PropertiesAtBRANDAt502540$inboundSchema;
71542
- PropertiesAtBRANDAt502540$.outboundSchema = PropertiesAtBRANDAt502540$outboundSchema;
71543
- })(PropertiesAtBRANDAt502540$ ||= {});
71571
+ PropertiesAtBRANDAt502640$inboundSchema = objectType({});
71572
+ PropertiesAtBRANDAt502640$outboundSchema = objectType({});
71573
+ ((PropertiesAtBRANDAt502640$) => {
71574
+ PropertiesAtBRANDAt502640$.inboundSchema = PropertiesAtBRANDAt502640$inboundSchema;
71575
+ PropertiesAtBRANDAt502640$.outboundSchema = PropertiesAtBRANDAt502640$outboundSchema;
71576
+ })(PropertiesAtBRANDAt502640$ ||= {});
71544
71577
  MaxLength$inboundSchema = objectType({
71545
- "__@BRAND@502540": lazyType(() => PropertiesAtBRANDAt502540$inboundSchema)
71578
+ "__@BRAND@502640": lazyType(() => PropertiesAtBRANDAt502640$inboundSchema)
71546
71579
  }).transform((v2) => {
71547
71580
  return remap(v2, {
71548
- "__@BRAND@502540": "atBRANDAt502540"
71581
+ "__@BRAND@502640": "atBRANDAt502640"
71549
71582
  });
71550
71583
  });
71551
71584
  MaxLength$outboundSchema = objectType({
71552
- atBRANDAt502540: lazyType(() => PropertiesAtBRANDAt502540$outboundSchema)
71585
+ atBRANDAt502640: lazyType(() => PropertiesAtBRANDAt502640$outboundSchema)
71553
71586
  }).transform((v2) => {
71554
71587
  return remap(v2, {
71555
- atBRANDAt502540: "__@BRAND@502540"
71588
+ atBRANDAt502640: "__@BRAND@502640"
71556
71589
  });
71557
71590
  });
71558
71591
  ((MaxLength$) => {
71559
71592
  MaxLength$.inboundSchema = MaxLength$inboundSchema;
71560
71593
  MaxLength$.outboundSchema = MaxLength$outboundSchema;
71561
71594
  })(MaxLength$ ||= {});
71562
- GetConfigurationProductsPropertiesAtBRANDAt502540$inboundSchema = objectType({});
71563
- GetConfigurationProductsPropertiesAtBRANDAt502540$outboundSchema = objectType({});
71564
- ((GetConfigurationProductsPropertiesAtBRANDAt502540$) => {
71565
- GetConfigurationProductsPropertiesAtBRANDAt502540$.inboundSchema = GetConfigurationProductsPropertiesAtBRANDAt502540$inboundSchema;
71566
- GetConfigurationProductsPropertiesAtBRANDAt502540$.outboundSchema = GetConfigurationProductsPropertiesAtBRANDAt502540$outboundSchema;
71567
- })(GetConfigurationProductsPropertiesAtBRANDAt502540$ ||= {});
71595
+ GetConfigurationProductsPropertiesAtBRANDAt502640$inboundSchema = objectType({});
71596
+ GetConfigurationProductsPropertiesAtBRANDAt502640$outboundSchema = objectType({});
71597
+ ((GetConfigurationProductsPropertiesAtBRANDAt502640$) => {
71598
+ GetConfigurationProductsPropertiesAtBRANDAt502640$.inboundSchema = GetConfigurationProductsPropertiesAtBRANDAt502640$inboundSchema;
71599
+ GetConfigurationProductsPropertiesAtBRANDAt502640$.outboundSchema = GetConfigurationProductsPropertiesAtBRANDAt502640$outboundSchema;
71600
+ })(GetConfigurationProductsPropertiesAtBRANDAt502640$ ||= {});
71568
71601
  Pattern$inboundSchema = objectType({
71569
- "__@BRAND@502540": lazyType(() => GetConfigurationProductsPropertiesAtBRANDAt502540$inboundSchema)
71602
+ "__@BRAND@502640": lazyType(() => GetConfigurationProductsPropertiesAtBRANDAt502640$inboundSchema)
71570
71603
  }).transform((v2) => {
71571
71604
  return remap(v2, {
71572
- "__@BRAND@502540": "atBRANDAt502540"
71605
+ "__@BRAND@502640": "atBRANDAt502640"
71573
71606
  });
71574
71607
  });
71575
71608
  Pattern$outboundSchema = objectType({
71576
- atBRANDAt502540: lazyType(() => GetConfigurationProductsPropertiesAtBRANDAt502540$outboundSchema)
71609
+ atBRANDAt502640: lazyType(() => GetConfigurationProductsPropertiesAtBRANDAt502640$outboundSchema)
71577
71610
  }).transform((v2) => {
71578
71611
  return remap(v2, {
71579
- atBRANDAt502540: "__@BRAND@502540"
71612
+ atBRANDAt502640: "__@BRAND@502640"
71580
71613
  });
71581
71614
  });
71582
71615
  ((Pattern$) => {
@@ -121013,7 +121046,7 @@ Get a list of webhooks`,
121013
121046
  function createMCPServer(deps) {
121014
121047
  const server = new McpServer({
121015
121048
  name: "Vercel",
121016
- version: "1.10.7"
121049
+ version: "1.10.8"
121017
121050
  });
121018
121051
  const client = new VercelCore({
121019
121052
  bearerToken: deps.bearerToken,
@@ -122558,7 +122591,7 @@ var routes = an({
122558
122591
  var app = He(routes, {
122559
122592
  name: "mcp",
122560
122593
  versionInfo: {
122561
- currentVersion: "1.10.7"
122594
+ currentVersion: "1.10.8"
122562
122595
  }
122563
122596
  });
122564
122597
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -122566,5 +122599,5 @@ export {
122566
122599
  app
122567
122600
  };
122568
122601
 
122569
- //# debugId=7614D1E950DFDF2A64756E2164756E21
122602
+ //# debugId=F3D2156CD7B52B6B64756E2164756E21
122570
122603
  //# sourceMappingURL=mcp-server.js.map