@vercel/sdk 1.13.6 → 1.13.7

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 (67) hide show
  1. package/bin/mcp-server.js +459 -456
  2. package/bin/mcp-server.js.map +13 -13
  3. package/docs/sdks/domains/README.md +1 -1
  4. package/docs/sdks/security/README.md +1 -1
  5. package/esm/__tests__/domains.test.js +5 -17
  6. package/esm/__tests__/domains.test.js.map +1 -1
  7. package/esm/__tests__/edgeconfig.test.js +6 -6
  8. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  9. package/esm/__tests__/integrations.test.js +1 -1
  10. package/esm/__tests__/rollingrelease.test.js +6 -2
  11. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  12. package/esm/__tests__/security.test.js +4 -4
  13. package/esm/__tests__/security.test.js.map +1 -1
  14. package/esm/__tests__/teams.test.js +2 -2
  15. package/esm/__tests__/teams.test.js.map +1 -1
  16. package/esm/funcs/domainsGetDomainTransfer.d.ts +1 -1
  17. package/esm/funcs/domainsGetDomainTransfer.js +1 -1
  18. package/esm/funcs/securityGetActiveAttackStatus.d.ts +1 -1
  19. package/esm/funcs/securityGetActiveAttackStatus.js +2 -1
  20. package/esm/funcs/securityGetActiveAttackStatus.js.map +1 -1
  21. package/esm/lib/config.d.ts +2 -2
  22. package/esm/lib/config.js +2 -2
  23. package/esm/mcp-server/mcp-server.js +1 -1
  24. package/esm/mcp-server/server.js +1 -1
  25. package/esm/mcp-server/tools/domainsGetDomainTransfer.js +1 -1
  26. package/esm/mcp-server/tools/domainsGetDomainTransfer.js.map +1 -1
  27. package/esm/mcp-server/tools/securityGetActiveAttackStatus.js +1 -1
  28. package/esm/mcp-server/tools/securityGetActiveAttackStatus.js.map +1 -1
  29. package/esm/models/createintegrationstoredirectop.d.ts +285 -285
  30. package/esm/models/createintegrationstoredirectop.js +351 -351
  31. package/esm/models/getactiveattackstatusop.d.ts +4 -2
  32. package/esm/models/getactiveattackstatusop.d.ts.map +1 -1
  33. package/esm/models/getactiveattackstatusop.js +4 -2
  34. package/esm/models/getactiveattackstatusop.js.map +1 -1
  35. package/esm/models/getconfigurationproductsop.d.ts +375 -375
  36. package/esm/models/getconfigurationproductsop.js +465 -465
  37. package/esm/models/team.d.ts +10 -10
  38. package/esm/models/team.d.ts.map +1 -1
  39. package/esm/models/team.js +5 -5
  40. package/esm/models/team.js.map +1 -1
  41. package/esm/sdk/domains.d.ts +1 -1
  42. package/esm/sdk/domains.js +1 -1
  43. package/esm/sdk/security.d.ts +1 -1
  44. package/esm/sdk/security.js +1 -1
  45. package/examples/package-lock.json +1 -1
  46. package/jsr.json +1 -1
  47. package/package.json +1 -1
  48. package/src/__tests__/domains.test.ts +5 -17
  49. package/src/__tests__/edgeconfig.test.ts +6 -6
  50. package/src/__tests__/integrations.test.ts +1 -1
  51. package/src/__tests__/rollingrelease.test.ts +6 -2
  52. package/src/__tests__/security.test.ts +4 -4
  53. package/src/__tests__/teams.test.ts +2 -2
  54. package/src/funcs/domainsGetDomainTransfer.ts +1 -1
  55. package/src/funcs/securityGetActiveAttackStatus.ts +2 -1
  56. package/src/lib/config.ts +2 -2
  57. package/src/mcp-server/mcp-server.ts +1 -1
  58. package/src/mcp-server/server.ts +1 -1
  59. package/src/mcp-server/tools/domainsGetDomainTransfer.ts +1 -1
  60. package/src/mcp-server/tools/securityGetActiveAttackStatus.ts +1 -1
  61. package/src/models/createintegrationstoredirectop.ts +604 -604
  62. package/src/models/getactiveattackstatusop.ts +8 -4
  63. package/src/models/getconfigurationproductsop.ts +802 -802
  64. package/src/models/team.ts +12 -12
  65. package/src/sdk/domains.ts +1 -1
  66. package/src/sdk/security.ts +1 -1
  67. package/vercel-spec.json +192 -119
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.13.6",
34237
+ sdkVersion: "1.13.7",
34238
34238
  genVersion: "2.723.8",
34239
- userAgent: "speakeasy-sdk/typescript 1.13.6 2.723.8 0.0.1 @vercel/sdk"
34239
+ userAgent: "speakeasy-sdk/typescript 1.13.7 2.723.8 0.0.1 @vercel/sdk"
34240
34240
  };
34241
34241
  });
34242
34242
 
@@ -58413,7 +58413,7 @@ var init_domainsGetDomainTransfer2 = __esm(() => {
58413
58413
  name: "domains-get-domain-transfer",
58414
58414
  description: `Get domain transfer info (deprecated)
58415
58415
 
58416
- This endpoint is deprecated and replaced with the endpoint [Get a domain's transfer status](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/get-a-domain-s-transfer-status). Fetch domain transfer availability or transfer status if a transfer is in progress.`,
58416
+ This endpoint is deprecated and replaced with the endpoint [Get a domain's transfer status](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/get-a-domains-transfer-status). Fetch domain transfer availability or transfer status if a transfer is in progress.`,
58417
58417
  args: args59,
58418
58418
  tool: async (client, args60, ctx) => {
58419
58419
  const [result, apiCall] = await domainsGetDomainTransfer(client, args60.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
@@ -67883,7 +67883,7 @@ Connects an integration resource to a Vercel project. This endpoint establishes
67883
67883
  });
67884
67884
 
67885
67885
  // src/models/createintegrationstoredirectop.ts
67886
- var CreateIntegrationStoreDirectFramework, CreateIntegrationStoreDirectEnvironments, CreateIntegrationStoreDirectIntegrationsEnvironments, CreateIntegrationStoreDirectStatus, CreateIntegrationStoreDirectOwnership, ExternalResourceStatus, CreateIntegrationStoreDirectIntegrationsType, CreateIntegrationStoreDirectDisabled3, CreateIntegrationStoreDirectHidden3, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl, CreateIntegrationStoreDirectDisabledIntegrationsResponse2003, CreateIntegrationStoreDirectHiddenIntegrationsResponse2003, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore3, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore3, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type, 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, CreateIntegrationStoreDirectTags, 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$, CreateIntegrationStoreDirectOwnership$inboundSchema, CreateIntegrationStoreDirectOwnership$outboundSchema, CreateIntegrationStoreDirectOwnership$, Capabilities$inboundSchema, Capabilities$outboundSchema, Capabilities$, CreateIntegrationStoreDirectMetadata$inboundSchema, CreateIntegrationStoreDirectMetadata$outboundSchema, CreateIntegrationStoreDirectMetadata$, ExternalResourceStatus$inboundSchema, ExternalResourceStatus$outboundSchema, ExternalResourceStatus$, CreateIntegrationStoreDirectCapabilities$inboundSchema, CreateIntegrationStoreDirectCapabilities$outboundSchema, CreateIntegrationStoreDirectCapabilities$, CreateIntegrationStoreDirectIntegrationsType$inboundSchema, CreateIntegrationStoreDirectIntegrationsType$outboundSchema, CreateIntegrationStoreDirectIntegrationsType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$, 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$, CreateIntegrationStoreDirectProperties9$inboundSchema, CreateIntegrationStoreDirectProperties9$outboundSchema, CreateIntegrationStoreDirectProperties9$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$, CreateIntegrationStoreDirectProperties8$inboundSchema, CreateIntegrationStoreDirectProperties8$outboundSchema, CreateIntegrationStoreDirectProperties8$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$inboundSchema, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$outboundSchema, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$, 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$, UiOptionsAtBRANDAt8495$inboundSchema, UiOptionsAtBRANDAt8495$outboundSchema, UiOptionsAtBRANDAt8495$, 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$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$, 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$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$, 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$, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$, 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$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$, CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesMaxLength$, PropertiesAtBRANDAt8495$inboundSchema, PropertiesAtBRANDAt8495$outboundSchema, PropertiesAtBRANDAt8495$, CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesMinLength$, CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$inboundSchema, CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$outboundSchema, CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$, 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$, CreateIntegrationStoreDirectTags$inboundSchema, CreateIntegrationStoreDirectTags$outboundSchema, CreateIntegrationStoreDirectTags$, 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$, AtBRANDAt8495$inboundSchema, AtBRANDAt8495$outboundSchema, AtBRANDAt8495$, 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$;
67886
+ var CreateIntegrationStoreDirectFramework, CreateIntegrationStoreDirectEnvironments, CreateIntegrationStoreDirectIntegrationsEnvironments, CreateIntegrationStoreDirectStatus, CreateIntegrationStoreDirectOwnership, ExternalResourceStatus, CreateIntegrationStoreDirectIntegrationsType, CreateIntegrationStoreDirectDisabled3, CreateIntegrationStoreDirectHidden3, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl, CreateIntegrationStoreDirectDisabledIntegrationsResponse2003, CreateIntegrationStoreDirectHiddenIntegrationsResponse2003, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore3, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore3, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type, 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, CreateIntegrationStoreDirectTags, 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$, CreateIntegrationStoreDirectOwnership$inboundSchema, CreateIntegrationStoreDirectOwnership$outboundSchema, CreateIntegrationStoreDirectOwnership$, Capabilities$inboundSchema, Capabilities$outboundSchema, Capabilities$, CreateIntegrationStoreDirectMetadata$inboundSchema, CreateIntegrationStoreDirectMetadata$outboundSchema, CreateIntegrationStoreDirectMetadata$, ExternalResourceStatus$inboundSchema, ExternalResourceStatus$outboundSchema, ExternalResourceStatus$, CreateIntegrationStoreDirectCapabilities$inboundSchema, CreateIntegrationStoreDirectCapabilities$outboundSchema, CreateIntegrationStoreDirectCapabilities$, CreateIntegrationStoreDirectIntegrationsType$inboundSchema, CreateIntegrationStoreDirectIntegrationsType$outboundSchema, CreateIntegrationStoreDirectIntegrationsType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$, 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$, CreateIntegrationStoreDirectProperties9$inboundSchema, CreateIntegrationStoreDirectProperties9$outboundSchema, CreateIntegrationStoreDirectProperties9$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$, CreateIntegrationStoreDirectProperties8$inboundSchema, CreateIntegrationStoreDirectProperties8$outboundSchema, CreateIntegrationStoreDirectProperties8$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$inboundSchema, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$outboundSchema, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$, 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$, UiOptionsAtBRANDAt8557$inboundSchema, UiOptionsAtBRANDAt8557$outboundSchema, UiOptionsAtBRANDAt8557$, 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$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$, 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$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$, 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$, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$, 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$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$, CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesMaxLength$, PropertiesAtBRANDAt8557$inboundSchema, PropertiesAtBRANDAt8557$outboundSchema, PropertiesAtBRANDAt8557$, CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesMinLength$, CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$inboundSchema, CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$outboundSchema, CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$, 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$, CreateIntegrationStoreDirectTags$inboundSchema, CreateIntegrationStoreDirectTags$outboundSchema, CreateIntegrationStoreDirectTags$, 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$, AtBRANDAt8557$inboundSchema, AtBRANDAt8557$outboundSchema, AtBRANDAt8557$, 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$;
67887
67887
  var init_createintegrationstoredirectop = __esm(() => {
67888
67888
  init_esm();
67889
67889
  init_primitives();
@@ -68481,24 +68481,24 @@ var init_createintegrationstoredirectop = __esm(() => {
68481
68481
  CreateIntegrationStoreDirectIntegrationsType$.inboundSchema = CreateIntegrationStoreDirectIntegrationsType$inboundSchema;
68482
68482
  CreateIntegrationStoreDirectIntegrationsType$.outboundSchema = CreateIntegrationStoreDirectIntegrationsType$outboundSchema;
68483
68483
  })(CreateIntegrationStoreDirectIntegrationsType$ ||= {});
68484
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$inboundSchema = objectType({});
68485
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$outboundSchema = objectType({});
68486
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$) => {
68487
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$inboundSchema;
68488
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$outboundSchema;
68489
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$ ||= {});
68484
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$inboundSchema = objectType({});
68485
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$outboundSchema = objectType({});
68486
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$) => {
68487
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$inboundSchema;
68488
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$outboundSchema;
68489
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$ ||= {});
68490
68490
  CreateIntegrationStoreDirectPropertiesValue$inboundSchema = objectType({
68491
- "__@BRAND@8495": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$inboundSchema)
68491
+ "__@BRAND@8557": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$inboundSchema)
68492
68492
  }).transform((v2) => {
68493
68493
  return remap(v2, {
68494
- "__@BRAND@8495": "atBRANDAt8495"
68494
+ "__@BRAND@8557": "atBRANDAt8557"
68495
68495
  });
68496
68496
  });
68497
68497
  CreateIntegrationStoreDirectPropertiesValue$outboundSchema = objectType({
68498
- atBRANDAt8495: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8495$outboundSchema)
68498
+ atBRANDAt8557: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$outboundSchema)
68499
68499
  }).transform((v2) => {
68500
68500
  return remap(v2, {
68501
- atBRANDAt8495: "__@BRAND@8495"
68501
+ atBRANDAt8557: "__@BRAND@8557"
68502
68502
  });
68503
68503
  });
68504
68504
  ((CreateIntegrationStoreDirectPropertiesValue$) => {
@@ -68607,72 +68607,72 @@ var init_createintegrationstoredirectop = __esm(() => {
68607
68607
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema;
68608
68608
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema;
68609
68609
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$ ||= {});
68610
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$inboundSchema = objectType({});
68611
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$outboundSchema = objectType({});
68612
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$) => {
68613
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$inboundSchema;
68614
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$outboundSchema;
68615
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$ ||= {});
68610
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$inboundSchema = objectType({});
68611
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$outboundSchema = objectType({});
68612
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$) => {
68613
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$inboundSchema;
68614
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$outboundSchema;
68615
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$ ||= {});
68616
68616
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema = objectType({
68617
- "__@BRAND@8495": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$inboundSchema)
68617
+ "__@BRAND@8557": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$inboundSchema)
68618
68618
  }).transform((v2) => {
68619
68619
  return remap(v2, {
68620
- "__@BRAND@8495": "atBRANDAt8495"
68620
+ "__@BRAND@8557": "atBRANDAt8557"
68621
68621
  });
68622
68622
  });
68623
68623
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema = objectType({
68624
- atBRANDAt8495: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8495$outboundSchema)
68624
+ atBRANDAt8557: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$outboundSchema)
68625
68625
  }).transform((v2) => {
68626
68626
  return remap(v2, {
68627
- atBRANDAt8495: "__@BRAND@8495"
68627
+ atBRANDAt8557: "__@BRAND@8557"
68628
68628
  });
68629
68629
  });
68630
68630
  ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$) => {
68631
68631
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema;
68632
68632
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema;
68633
68633
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$ ||= {});
68634
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$inboundSchema = objectType({});
68635
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$outboundSchema = objectType({});
68636
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$) => {
68637
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$inboundSchema;
68638
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$outboundSchema;
68639
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$ ||= {});
68634
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$inboundSchema = objectType({});
68635
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$outboundSchema = objectType({});
68636
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$) => {
68637
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$inboundSchema;
68638
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$outboundSchema;
68639
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$ ||= {});
68640
68640
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema = objectType({
68641
- "__@BRAND@8495": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$inboundSchema)
68641
+ "__@BRAND@8557": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$inboundSchema)
68642
68642
  }).transform((v2) => {
68643
68643
  return remap(v2, {
68644
- "__@BRAND@8495": "atBRANDAt8495"
68644
+ "__@BRAND@8557": "atBRANDAt8557"
68645
68645
  });
68646
68646
  });
68647
68647
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema = objectType({
68648
- atBRANDAt8495: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8495$outboundSchema)
68648
+ atBRANDAt8557: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$outboundSchema)
68649
68649
  }).transform((v2) => {
68650
68650
  return remap(v2, {
68651
- atBRANDAt8495: "__@BRAND@8495"
68651
+ atBRANDAt8557: "__@BRAND@8557"
68652
68652
  });
68653
68653
  });
68654
68654
  ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$) => {
68655
68655
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema;
68656
68656
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema;
68657
68657
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$ ||= {});
68658
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$inboundSchema = objectType({});
68659
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$outboundSchema = objectType({});
68660
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$) => {
68661
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$inboundSchema;
68662
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$outboundSchema;
68663
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$ ||= {});
68658
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$inboundSchema = objectType({});
68659
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$outboundSchema = objectType({});
68660
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$) => {
68661
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$inboundSchema;
68662
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$outboundSchema;
68663
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$ ||= {});
68664
68664
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema = objectType({
68665
- "__@BRAND@8495": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$inboundSchema)
68665
+ "__@BRAND@8557": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$inboundSchema)
68666
68666
  }).transform((v2) => {
68667
68667
  return remap(v2, {
68668
- "__@BRAND@8495": "atBRANDAt8495"
68668
+ "__@BRAND@8557": "atBRANDAt8557"
68669
68669
  });
68670
68670
  });
68671
68671
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema = objectType({
68672
- atBRANDAt8495: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8495$outboundSchema)
68672
+ atBRANDAt8557: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$outboundSchema)
68673
68673
  }).transform((v2) => {
68674
68674
  return remap(v2, {
68675
- atBRANDAt8495: "__@BRAND@8495"
68675
+ atBRANDAt8557: "__@BRAND@8557"
68676
68676
  });
68677
68677
  });
68678
68678
  ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$) => {
@@ -68903,24 +68903,24 @@ var init_createintegrationstoredirectop = __esm(() => {
68903
68903
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$inboundSchema;
68904
68904
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema;
68905
68905
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ ||= {});
68906
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$inboundSchema = objectType({});
68907
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$outboundSchema = objectType({});
68908
- ((CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$) => {
68909
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$.inboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$inboundSchema;
68910
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$.outboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$outboundSchema;
68911
- })(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$ ||= {});
68906
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$inboundSchema = objectType({});
68907
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$outboundSchema = objectType({});
68908
+ ((CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$) => {
68909
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$inboundSchema;
68910
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$outboundSchema;
68911
+ })(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$ ||= {});
68912
68912
  CreateIntegrationStoreDirectUiOptionsValue$inboundSchema = objectType({
68913
- "__@BRAND@8495": lazyType(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$inboundSchema)
68913
+ "__@BRAND@8557": lazyType(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$inboundSchema)
68914
68914
  }).transform((v2) => {
68915
68915
  return remap(v2, {
68916
- "__@BRAND@8495": "atBRANDAt8495"
68916
+ "__@BRAND@8557": "atBRANDAt8557"
68917
68917
  });
68918
68918
  });
68919
68919
  CreateIntegrationStoreDirectUiOptionsValue$outboundSchema = objectType({
68920
- atBRANDAt8495: lazyType(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8495$outboundSchema)
68920
+ atBRANDAt8557: lazyType(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$outboundSchema)
68921
68921
  }).transform((v2) => {
68922
68922
  return remap(v2, {
68923
- atBRANDAt8495: "__@BRAND@8495"
68923
+ atBRANDAt8557: "__@BRAND@8557"
68924
68924
  });
68925
68925
  });
68926
68926
  ((CreateIntegrationStoreDirectUiOptionsValue$) => {
@@ -69017,24 +69017,24 @@ var init_createintegrationstoredirectop = __esm(() => {
69017
69017
  CreateIntegrationStoreDirectUiOptions3$.inboundSchema = CreateIntegrationStoreDirectUiOptions3$inboundSchema;
69018
69018
  CreateIntegrationStoreDirectUiOptions3$.outboundSchema = CreateIntegrationStoreDirectUiOptions3$outboundSchema;
69019
69019
  })(CreateIntegrationStoreDirectUiOptions3$ ||= {});
69020
- UiOptionsAtBRANDAt8495$inboundSchema = objectType({});
69021
- UiOptionsAtBRANDAt8495$outboundSchema = objectType({});
69022
- ((UiOptionsAtBRANDAt8495$) => {
69023
- UiOptionsAtBRANDAt8495$.inboundSchema = UiOptionsAtBRANDAt8495$inboundSchema;
69024
- UiOptionsAtBRANDAt8495$.outboundSchema = UiOptionsAtBRANDAt8495$outboundSchema;
69025
- })(UiOptionsAtBRANDAt8495$ ||= {});
69020
+ UiOptionsAtBRANDAt8557$inboundSchema = objectType({});
69021
+ UiOptionsAtBRANDAt8557$outboundSchema = objectType({});
69022
+ ((UiOptionsAtBRANDAt8557$) => {
69023
+ UiOptionsAtBRANDAt8557$.inboundSchema = UiOptionsAtBRANDAt8557$inboundSchema;
69024
+ UiOptionsAtBRANDAt8557$.outboundSchema = UiOptionsAtBRANDAt8557$outboundSchema;
69025
+ })(UiOptionsAtBRANDAt8557$ ||= {});
69026
69026
  CreateIntegrationStoreDirectUiOptions2$inboundSchema = objectType({
69027
- "__@BRAND@8495": lazyType(() => UiOptionsAtBRANDAt8495$inboundSchema)
69027
+ "__@BRAND@8557": lazyType(() => UiOptionsAtBRANDAt8557$inboundSchema)
69028
69028
  }).transform((v2) => {
69029
69029
  return remap(v2, {
69030
- "__@BRAND@8495": "atBRANDAt8495"
69030
+ "__@BRAND@8557": "atBRANDAt8557"
69031
69031
  });
69032
69032
  });
69033
69033
  CreateIntegrationStoreDirectUiOptions2$outboundSchema = objectType({
69034
- atBRANDAt8495: lazyType(() => UiOptionsAtBRANDAt8495$outboundSchema)
69034
+ atBRANDAt8557: lazyType(() => UiOptionsAtBRANDAt8557$outboundSchema)
69035
69035
  }).transform((v2) => {
69036
69036
  return remap(v2, {
69037
- atBRANDAt8495: "__@BRAND@8495"
69037
+ atBRANDAt8557: "__@BRAND@8557"
69038
69038
  });
69039
69039
  });
69040
69040
  ((CreateIntegrationStoreDirectUiOptions2$) => {
@@ -69147,72 +69147,72 @@ var init_createintegrationstoredirectop = __esm(() => {
69147
69147
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$inboundSchema;
69148
69148
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$outboundSchema;
69149
69149
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$ ||= {});
69150
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$inboundSchema = objectType({});
69151
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$outboundSchema = objectType({});
69152
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$) => {
69153
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$inboundSchema;
69154
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$outboundSchema;
69155
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$ ||= {});
69150
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$inboundSchema = objectType({});
69151
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$outboundSchema = objectType({});
69152
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$) => {
69153
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$inboundSchema;
69154
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$outboundSchema;
69155
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$ ||= {});
69156
69156
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema = objectType({
69157
- "__@BRAND@8495": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$inboundSchema)
69157
+ "__@BRAND@8557": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$inboundSchema)
69158
69158
  }).transform((v2) => {
69159
69159
  return remap(v2, {
69160
- "__@BRAND@8495": "atBRANDAt8495"
69160
+ "__@BRAND@8557": "atBRANDAt8557"
69161
69161
  });
69162
69162
  });
69163
69163
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema = objectType({
69164
- atBRANDAt8495: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8495$outboundSchema)
69164
+ atBRANDAt8557: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$outboundSchema)
69165
69165
  }).transform((v2) => {
69166
69166
  return remap(v2, {
69167
- atBRANDAt8495: "__@BRAND@8495"
69167
+ atBRANDAt8557: "__@BRAND@8557"
69168
69168
  });
69169
69169
  });
69170
69170
  ((CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$) => {
69171
69171
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema;
69172
69172
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema;
69173
69173
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$ ||= {});
69174
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$inboundSchema = objectType({});
69175
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$outboundSchema = objectType({});
69176
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$) => {
69177
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$inboundSchema;
69178
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$outboundSchema;
69179
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$ ||= {});
69174
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$inboundSchema = objectType({});
69175
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$outboundSchema = objectType({});
69176
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$) => {
69177
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$inboundSchema;
69178
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$outboundSchema;
69179
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$ ||= {});
69180
69180
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema = objectType({
69181
- "__@BRAND@8495": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$inboundSchema)
69181
+ "__@BRAND@8557": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$inboundSchema)
69182
69182
  }).transform((v2) => {
69183
69183
  return remap(v2, {
69184
- "__@BRAND@8495": "atBRANDAt8495"
69184
+ "__@BRAND@8557": "atBRANDAt8557"
69185
69185
  });
69186
69186
  });
69187
69187
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema = objectType({
69188
- atBRANDAt8495: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8495$outboundSchema)
69188
+ atBRANDAt8557: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$outboundSchema)
69189
69189
  }).transform((v2) => {
69190
69190
  return remap(v2, {
69191
- atBRANDAt8495: "__@BRAND@8495"
69191
+ atBRANDAt8557: "__@BRAND@8557"
69192
69192
  });
69193
69193
  });
69194
69194
  ((CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$) => {
69195
69195
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema;
69196
69196
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema;
69197
69197
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$ ||= {});
69198
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$inboundSchema = objectType({});
69199
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$outboundSchema = objectType({});
69200
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$) => {
69201
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$inboundSchema;
69202
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$outboundSchema;
69203
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$ ||= {});
69198
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$inboundSchema = objectType({});
69199
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$outboundSchema = objectType({});
69200
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$) => {
69201
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$inboundSchema;
69202
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$outboundSchema;
69203
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$ ||= {});
69204
69204
  CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema = objectType({
69205
- "__@BRAND@8495": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$inboundSchema)
69205
+ "__@BRAND@8557": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$inboundSchema)
69206
69206
  }).transform((v2) => {
69207
69207
  return remap(v2, {
69208
- "__@BRAND@8495": "atBRANDAt8495"
69208
+ "__@BRAND@8557": "atBRANDAt8557"
69209
69209
  });
69210
69210
  });
69211
69211
  CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema = objectType({
69212
- atBRANDAt8495: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8495$outboundSchema)
69212
+ atBRANDAt8557: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$outboundSchema)
69213
69213
  }).transform((v2) => {
69214
69214
  return remap(v2, {
69215
- atBRANDAt8495: "__@BRAND@8495"
69215
+ atBRANDAt8557: "__@BRAND@8557"
69216
69216
  });
69217
69217
  });
69218
69218
  ((CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$) => {
@@ -69455,72 +69455,72 @@ var init_createintegrationstoredirectop = __esm(() => {
69455
69455
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema;
69456
69456
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema;
69457
69457
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$ ||= {});
69458
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$inboundSchema = objectType({});
69459
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$outboundSchema = objectType({});
69460
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$) => {
69461
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$inboundSchema;
69462
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$outboundSchema;
69463
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$ ||= {});
69458
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$inboundSchema = objectType({});
69459
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$outboundSchema = objectType({});
69460
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$) => {
69461
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$inboundSchema;
69462
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$outboundSchema;
69463
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$ ||= {});
69464
69464
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema = objectType({
69465
- "__@BRAND@8495": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$inboundSchema)
69465
+ "__@BRAND@8557": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$inboundSchema)
69466
69466
  }).transform((v2) => {
69467
69467
  return remap(v2, {
69468
- "__@BRAND@8495": "atBRANDAt8495"
69468
+ "__@BRAND@8557": "atBRANDAt8557"
69469
69469
  });
69470
69470
  });
69471
69471
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema = objectType({
69472
- atBRANDAt8495: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8495$outboundSchema)
69472
+ atBRANDAt8557: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$outboundSchema)
69473
69473
  }).transform((v2) => {
69474
69474
  return remap(v2, {
69475
- atBRANDAt8495: "__@BRAND@8495"
69475
+ atBRANDAt8557: "__@BRAND@8557"
69476
69476
  });
69477
69477
  });
69478
69478
  ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$) => {
69479
69479
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema;
69480
69480
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema;
69481
69481
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$ ||= {});
69482
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$inboundSchema = objectType({});
69483
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$outboundSchema = objectType({});
69484
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$) => {
69485
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$inboundSchema;
69486
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$outboundSchema;
69487
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$ ||= {});
69482
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$inboundSchema = objectType({});
69483
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$outboundSchema = objectType({});
69484
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$) => {
69485
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$inboundSchema;
69486
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$outboundSchema;
69487
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$ ||= {});
69488
69488
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema = objectType({
69489
- "__@BRAND@8495": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$inboundSchema)
69489
+ "__@BRAND@8557": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$inboundSchema)
69490
69490
  }).transform((v2) => {
69491
69491
  return remap(v2, {
69492
- "__@BRAND@8495": "atBRANDAt8495"
69492
+ "__@BRAND@8557": "atBRANDAt8557"
69493
69493
  });
69494
69494
  });
69495
69495
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema = objectType({
69496
- atBRANDAt8495: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8495$outboundSchema)
69496
+ atBRANDAt8557: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$outboundSchema)
69497
69497
  }).transform((v2) => {
69498
69498
  return remap(v2, {
69499
- atBRANDAt8495: "__@BRAND@8495"
69499
+ atBRANDAt8557: "__@BRAND@8557"
69500
69500
  });
69501
69501
  });
69502
69502
  ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$) => {
69503
69503
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema;
69504
69504
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema;
69505
69505
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$ ||= {});
69506
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$inboundSchema = objectType({});
69507
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$outboundSchema = objectType({});
69508
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$) => {
69509
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$inboundSchema;
69510
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$outboundSchema;
69511
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$ ||= {});
69506
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$inboundSchema = objectType({});
69507
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$outboundSchema = objectType({});
69508
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$) => {
69509
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$inboundSchema;
69510
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$outboundSchema;
69511
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$ ||= {});
69512
69512
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema = objectType({
69513
- "__@BRAND@8495": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$inboundSchema)
69513
+ "__@BRAND@8557": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$inboundSchema)
69514
69514
  }).transform((v2) => {
69515
69515
  return remap(v2, {
69516
- "__@BRAND@8495": "atBRANDAt8495"
69516
+ "__@BRAND@8557": "atBRANDAt8557"
69517
69517
  });
69518
69518
  });
69519
69519
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema = objectType({
69520
- atBRANDAt8495: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8495$outboundSchema)
69520
+ atBRANDAt8557: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$outboundSchema)
69521
69521
  }).transform((v2) => {
69522
69522
  return remap(v2, {
69523
- atBRANDAt8495: "__@BRAND@8495"
69523
+ atBRANDAt8557: "__@BRAND@8557"
69524
69524
  });
69525
69525
  });
69526
69526
  ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$) => {
@@ -69967,72 +69967,72 @@ var init_createintegrationstoredirectop = __esm(() => {
69967
69967
  CreateIntegrationStoreDirectPropertiesUiOptions$.inboundSchema = CreateIntegrationStoreDirectPropertiesUiOptions$inboundSchema;
69968
69968
  CreateIntegrationStoreDirectPropertiesUiOptions$.outboundSchema = CreateIntegrationStoreDirectPropertiesUiOptions$outboundSchema;
69969
69969
  })(CreateIntegrationStoreDirectPropertiesUiOptions$ ||= {});
69970
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$inboundSchema = objectType({});
69971
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$outboundSchema = objectType({});
69972
- ((CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$) => {
69973
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$inboundSchema;
69974
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$outboundSchema;
69975
- })(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$ ||= {});
69970
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$inboundSchema = objectType({});
69971
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$outboundSchema = objectType({});
69972
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$) => {
69973
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$inboundSchema;
69974
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$outboundSchema;
69975
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$ ||= {});
69976
69976
  CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema = objectType({
69977
- "__@BRAND@8495": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$inboundSchema)
69977
+ "__@BRAND@8557": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$inboundSchema)
69978
69978
  }).transform((v2) => {
69979
69979
  return remap(v2, {
69980
- "__@BRAND@8495": "atBRANDAt8495"
69980
+ "__@BRAND@8557": "atBRANDAt8557"
69981
69981
  });
69982
69982
  });
69983
69983
  CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema = objectType({
69984
- atBRANDAt8495: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8495$outboundSchema)
69984
+ atBRANDAt8557: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$outboundSchema)
69985
69985
  }).transform((v2) => {
69986
69986
  return remap(v2, {
69987
- atBRANDAt8495: "__@BRAND@8495"
69987
+ atBRANDAt8557: "__@BRAND@8557"
69988
69988
  });
69989
69989
  });
69990
69990
  ((CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$) => {
69991
69991
  CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema;
69992
69992
  CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema;
69993
69993
  })(CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$ ||= {});
69994
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$inboundSchema = objectType({});
69995
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$outboundSchema = objectType({});
69996
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$) => {
69997
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$inboundSchema;
69998
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$outboundSchema;
69999
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$ ||= {});
69994
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$inboundSchema = objectType({});
69995
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$outboundSchema = objectType({});
69996
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$) => {
69997
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$inboundSchema;
69998
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$outboundSchema;
69999
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$ ||= {});
70000
70000
  CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema = objectType({
70001
- "__@BRAND@8495": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$inboundSchema)
70001
+ "__@BRAND@8557": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$inboundSchema)
70002
70002
  }).transform((v2) => {
70003
70003
  return remap(v2, {
70004
- "__@BRAND@8495": "atBRANDAt8495"
70004
+ "__@BRAND@8557": "atBRANDAt8557"
70005
70005
  });
70006
70006
  });
70007
70007
  CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema = objectType({
70008
- atBRANDAt8495: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8495$outboundSchema)
70008
+ atBRANDAt8557: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$outboundSchema)
70009
70009
  }).transform((v2) => {
70010
70010
  return remap(v2, {
70011
- atBRANDAt8495: "__@BRAND@8495"
70011
+ atBRANDAt8557: "__@BRAND@8557"
70012
70012
  });
70013
70013
  });
70014
70014
  ((CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$) => {
70015
70015
  CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema;
70016
70016
  CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema;
70017
70017
  })(CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$ ||= {});
70018
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$inboundSchema = objectType({});
70019
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$outboundSchema = objectType({});
70020
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$) => {
70021
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$inboundSchema;
70022
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$outboundSchema;
70023
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$ ||= {});
70018
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$inboundSchema = objectType({});
70019
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$outboundSchema = objectType({});
70020
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$) => {
70021
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$inboundSchema;
70022
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$outboundSchema;
70023
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$ ||= {});
70024
70024
  CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema = objectType({
70025
- "__@BRAND@8495": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$inboundSchema)
70025
+ "__@BRAND@8557": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$inboundSchema)
70026
70026
  }).transform((v2) => {
70027
70027
  return remap(v2, {
70028
- "__@BRAND@8495": "atBRANDAt8495"
70028
+ "__@BRAND@8557": "atBRANDAt8557"
70029
70029
  });
70030
70030
  });
70031
70031
  CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema = objectType({
70032
- atBRANDAt8495: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8495$outboundSchema)
70032
+ atBRANDAt8557: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$outboundSchema)
70033
70033
  }).transform((v2) => {
70034
70034
  return remap(v2, {
70035
- atBRANDAt8495: "__@BRAND@8495"
70035
+ atBRANDAt8557: "__@BRAND@8557"
70036
70036
  });
70037
70037
  });
70038
70038
  ((CreateIntegrationStoreDirectPropertiesIntegrationsPattern$) => {
@@ -70953,72 +70953,72 @@ var init_createintegrationstoredirectop = __esm(() => {
70953
70953
  CreateIntegrationStoreDirectPropertiesUiControl$.inboundSchema = CreateIntegrationStoreDirectPropertiesUiControl$inboundSchema;
70954
70954
  CreateIntegrationStoreDirectPropertiesUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema;
70955
70955
  })(CreateIntegrationStoreDirectPropertiesUiControl$ ||= {});
70956
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$inboundSchema = objectType({});
70957
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$outboundSchema = objectType({});
70958
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$) => {
70959
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$inboundSchema;
70960
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$outboundSchema;
70961
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$ ||= {});
70956
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$inboundSchema = objectType({});
70957
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$outboundSchema = objectType({});
70958
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$) => {
70959
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$inboundSchema;
70960
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$outboundSchema;
70961
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$ ||= {});
70962
70962
  CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema = objectType({
70963
- "__@BRAND@8495": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$inboundSchema)
70963
+ "__@BRAND@8557": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$inboundSchema)
70964
70964
  }).transform((v2) => {
70965
70965
  return remap(v2, {
70966
- "__@BRAND@8495": "atBRANDAt8495"
70966
+ "__@BRAND@8557": "atBRANDAt8557"
70967
70967
  });
70968
70968
  });
70969
70969
  CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema = objectType({
70970
- atBRANDAt8495: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8495$outboundSchema)
70970
+ atBRANDAt8557: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$outboundSchema)
70971
70971
  }).transform((v2) => {
70972
70972
  return remap(v2, {
70973
- atBRANDAt8495: "__@BRAND@8495"
70973
+ atBRANDAt8557: "__@BRAND@8557"
70974
70974
  });
70975
70975
  });
70976
70976
  ((CreateIntegrationStoreDirectPropertiesMaxLength$) => {
70977
70977
  CreateIntegrationStoreDirectPropertiesMaxLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema;
70978
70978
  CreateIntegrationStoreDirectPropertiesMaxLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema;
70979
70979
  })(CreateIntegrationStoreDirectPropertiesMaxLength$ ||= {});
70980
- PropertiesAtBRANDAt8495$inboundSchema = objectType({});
70981
- PropertiesAtBRANDAt8495$outboundSchema = objectType({});
70982
- ((PropertiesAtBRANDAt8495$) => {
70983
- PropertiesAtBRANDAt8495$.inboundSchema = PropertiesAtBRANDAt8495$inboundSchema;
70984
- PropertiesAtBRANDAt8495$.outboundSchema = PropertiesAtBRANDAt8495$outboundSchema;
70985
- })(PropertiesAtBRANDAt8495$ ||= {});
70980
+ PropertiesAtBRANDAt8557$inboundSchema = objectType({});
70981
+ PropertiesAtBRANDAt8557$outboundSchema = objectType({});
70982
+ ((PropertiesAtBRANDAt8557$) => {
70983
+ PropertiesAtBRANDAt8557$.inboundSchema = PropertiesAtBRANDAt8557$inboundSchema;
70984
+ PropertiesAtBRANDAt8557$.outboundSchema = PropertiesAtBRANDAt8557$outboundSchema;
70985
+ })(PropertiesAtBRANDAt8557$ ||= {});
70986
70986
  CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema = objectType({
70987
- "__@BRAND@8495": lazyType(() => PropertiesAtBRANDAt8495$inboundSchema)
70987
+ "__@BRAND@8557": lazyType(() => PropertiesAtBRANDAt8557$inboundSchema)
70988
70988
  }).transform((v2) => {
70989
70989
  return remap(v2, {
70990
- "__@BRAND@8495": "atBRANDAt8495"
70990
+ "__@BRAND@8557": "atBRANDAt8557"
70991
70991
  });
70992
70992
  });
70993
70993
  CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema = objectType({
70994
- atBRANDAt8495: lazyType(() => PropertiesAtBRANDAt8495$outboundSchema)
70994
+ atBRANDAt8557: lazyType(() => PropertiesAtBRANDAt8557$outboundSchema)
70995
70995
  }).transform((v2) => {
70996
70996
  return remap(v2, {
70997
- atBRANDAt8495: "__@BRAND@8495"
70997
+ atBRANDAt8557: "__@BRAND@8557"
70998
70998
  });
70999
70999
  });
71000
71000
  ((CreateIntegrationStoreDirectPropertiesMinLength$) => {
71001
71001
  CreateIntegrationStoreDirectPropertiesMinLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema;
71002
71002
  CreateIntegrationStoreDirectPropertiesMinLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema;
71003
71003
  })(CreateIntegrationStoreDirectPropertiesMinLength$ ||= {});
71004
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$inboundSchema = objectType({});
71005
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$outboundSchema = objectType({});
71006
- ((CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$) => {
71007
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$.inboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$inboundSchema;
71008
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$.outboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$outboundSchema;
71009
- })(CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$ ||= {});
71004
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$inboundSchema = objectType({});
71005
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$outboundSchema = objectType({});
71006
+ ((CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$) => {
71007
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$.inboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$inboundSchema;
71008
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$.outboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$outboundSchema;
71009
+ })(CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$ ||= {});
71010
71010
  CreateIntegrationStoreDirectPropertiesPattern$inboundSchema = objectType({
71011
- "__@BRAND@8495": lazyType(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$inboundSchema)
71011
+ "__@BRAND@8557": lazyType(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$inboundSchema)
71012
71012
  }).transform((v2) => {
71013
71013
  return remap(v2, {
71014
- "__@BRAND@8495": "atBRANDAt8495"
71014
+ "__@BRAND@8557": "atBRANDAt8557"
71015
71015
  });
71016
71016
  });
71017
71017
  CreateIntegrationStoreDirectPropertiesPattern$outboundSchema = objectType({
71018
- atBRANDAt8495: lazyType(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8495$outboundSchema)
71018
+ atBRANDAt8557: lazyType(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$outboundSchema)
71019
71019
  }).transform((v2) => {
71020
71020
  return remap(v2, {
71021
- atBRANDAt8495: "__@BRAND@8495"
71021
+ atBRANDAt8557: "__@BRAND@8557"
71022
71022
  });
71023
71023
  });
71024
71024
  ((CreateIntegrationStoreDirectPropertiesPattern$) => {
@@ -71379,24 +71379,24 @@ var init_createintegrationstoredirectop = __esm(() => {
71379
71379
  Guides$.inboundSchema = Guides$inboundSchema;
71380
71380
  Guides$.outboundSchema = Guides$outboundSchema;
71381
71381
  })(Guides$ ||= {});
71382
- AtBRANDAt8495$inboundSchema = objectType({});
71383
- AtBRANDAt8495$outboundSchema = objectType({});
71384
- ((AtBRANDAt8495$) => {
71385
- AtBRANDAt8495$.inboundSchema = AtBRANDAt8495$inboundSchema;
71386
- AtBRANDAt8495$.outboundSchema = AtBRANDAt8495$outboundSchema;
71387
- })(AtBRANDAt8495$ ||= {});
71382
+ AtBRANDAt8557$inboundSchema = objectType({});
71383
+ AtBRANDAt8557$outboundSchema = objectType({});
71384
+ ((AtBRANDAt8557$) => {
71385
+ AtBRANDAt8557$.inboundSchema = AtBRANDAt8557$inboundSchema;
71386
+ AtBRANDAt8557$.outboundSchema = AtBRANDAt8557$outboundSchema;
71387
+ })(AtBRANDAt8557$ ||= {});
71388
71388
  CreateIntegrationStoreDirectValue$inboundSchema = objectType({
71389
- "__@BRAND@8495": lazyType(() => AtBRANDAt8495$inboundSchema)
71389
+ "__@BRAND@8557": lazyType(() => AtBRANDAt8557$inboundSchema)
71390
71390
  }).transform((v2) => {
71391
71391
  return remap(v2, {
71392
- "__@BRAND@8495": "atBRANDAt8495"
71392
+ "__@BRAND@8557": "atBRANDAt8557"
71393
71393
  });
71394
71394
  });
71395
71395
  CreateIntegrationStoreDirectValue$outboundSchema = objectType({
71396
- atBRANDAt8495: lazyType(() => AtBRANDAt8495$outboundSchema)
71396
+ atBRANDAt8557: lazyType(() => AtBRANDAt8557$outboundSchema)
71397
71397
  }).transform((v2) => {
71398
71398
  return remap(v2, {
71399
- atBRANDAt8495: "__@BRAND@8495"
71399
+ atBRANDAt8557: "__@BRAND@8557"
71400
71400
  });
71401
71401
  });
71402
71402
  ((CreateIntegrationStoreDirectValue$) => {
@@ -72738,7 +72738,7 @@ Allows to retrieve a the configuration with the provided id in case it exists. T
72738
72738
  });
72739
72739
 
72740
72740
  // src/models/getconfigurationproductsop.ts
72741
- var GetConfigurationProductsStatus, GetConfigurationProductsIntegrationsStatus, GetConfigurationProductsIntegrationsResponseStatus, GetConfigurationProductsIntegrationsResponse200Status, GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus, Format, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus, GetConfigurationProductsFormat, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsOtherStatus, PrimaryProtocol, GetConfigurationProductsType, GetConfigurationProductsDisabled3, GetConfigurationProductsHidden3, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3, 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, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type, 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$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$, GetConfigurationProductsFormat$inboundSchema, GetConfigurationProductsFormat$outboundSchema, GetConfigurationProductsFormat$, TraceDrain$inboundSchema, TraceDrain$outboundSchema, TraceDrain$, 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$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt544364$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt544364$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt544364$, 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$, Properties10$inboundSchema, Properties10$outboundSchema, Properties10$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt544364$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt544364$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt544364$, GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsMinLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt544364$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt544364$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt544364$, GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt544364$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt544364$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt544364$, GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema, GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema, GetConfigurationProductsPropertiesIntegrationsPattern$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled$, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$, Properties9$inboundSchema, Properties9$outboundSchema, Properties9$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt544364$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt544364$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt544364$, GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMinLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt544364$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt544364$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt544364$, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt544364$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt544364$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt544364$, GetConfigurationProductsPropertiesIntegrationsResponsePattern$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponsePattern$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponsePattern$, GetConfigurationProductsPropertiesIntegrationsItems$inboundSchema, GetConfigurationProductsPropertiesIntegrationsItems$outboundSchema, GetConfigurationProductsPropertiesIntegrationsItems$, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt544364$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt544364$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt544364$, 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$, GetConfigurationProductsUiOptionsAtBRANDAt544364$inboundSchema, GetConfigurationProductsUiOptionsAtBRANDAt544364$outboundSchema, GetConfigurationProductsUiOptionsAtBRANDAt544364$, 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$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt544364$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt544364$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt544364$, Default$inboundSchema, Default$outboundSchema, Default$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt544364$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt544364$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt544364$, Example$inboundSchema, Example$outboundSchema, Example$, Properties8$inboundSchema, Properties8$outboundSchema, Properties8$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt544364$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt544364$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt544364$, 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$, UiOptionsAtBRANDAt544364$inboundSchema, UiOptionsAtBRANDAt544364$outboundSchema, UiOptionsAtBRANDAt544364$, 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$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt544364$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt544364$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt544364$, GetConfigurationProductsPropertiesMinLength$inboundSchema, GetConfigurationProductsPropertiesMinLength$outboundSchema, GetConfigurationProductsPropertiesMinLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt544364$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt544364$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt544364$, GetConfigurationProductsPropertiesMaxLength$inboundSchema, GetConfigurationProductsPropertiesMaxLength$outboundSchema, GetConfigurationProductsPropertiesMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt544364$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt544364$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt544364$, 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$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt544364$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt544364$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt544364$, GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt544364$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt544364$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt544364$, GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt544364$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt544364$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt544364$, GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$, 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$, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt544364$inboundSchema, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt544364$outboundSchema, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt544364$, PropertiesMinLength$inboundSchema, PropertiesMinLength$outboundSchema, PropertiesMinLength$, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt544364$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt544364$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt544364$, PropertiesMaxLength$inboundSchema, PropertiesMaxLength$outboundSchema, PropertiesMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt544364$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt544364$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt544364$, 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$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type$, 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$, AtBRANDAt544364$inboundSchema, AtBRANDAt544364$outboundSchema, AtBRANDAt544364$, MinLength$inboundSchema, MinLength$outboundSchema, MinLength$, PropertiesAtBRANDAt544364$inboundSchema, PropertiesAtBRANDAt544364$outboundSchema, PropertiesAtBRANDAt544364$, MaxLength$inboundSchema, MaxLength$outboundSchema, MaxLength$, GetConfigurationProductsPropertiesAtBRANDAt544364$inboundSchema, GetConfigurationProductsPropertiesAtBRANDAt544364$outboundSchema, GetConfigurationProductsPropertiesAtBRANDAt544364$, 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$;
72741
+ var GetConfigurationProductsStatus, GetConfigurationProductsIntegrationsStatus, GetConfigurationProductsIntegrationsResponseStatus, GetConfigurationProductsIntegrationsResponse200Status, GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus, Format, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus, GetConfigurationProductsFormat, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsOtherStatus, PrimaryProtocol, GetConfigurationProductsType, GetConfigurationProductsDisabled3, GetConfigurationProductsHidden3, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3, 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, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type, 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$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$, GetConfigurationProductsFormat$inboundSchema, GetConfigurationProductsFormat$outboundSchema, GetConfigurationProductsFormat$, TraceDrain$inboundSchema, TraceDrain$outboundSchema, TraceDrain$, 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$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt550088$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt550088$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt550088$, 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$, Properties10$inboundSchema, Properties10$outboundSchema, Properties10$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt550088$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt550088$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt550088$, GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsMinLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt550088$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt550088$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt550088$, GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt550088$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt550088$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt550088$, GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema, GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema, GetConfigurationProductsPropertiesIntegrationsPattern$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled$, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$, Properties9$inboundSchema, Properties9$outboundSchema, Properties9$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt550088$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt550088$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt550088$, GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMinLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt550088$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt550088$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt550088$, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt550088$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt550088$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt550088$, GetConfigurationProductsPropertiesIntegrationsResponsePattern$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponsePattern$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponsePattern$, GetConfigurationProductsPropertiesIntegrationsItems$inboundSchema, GetConfigurationProductsPropertiesIntegrationsItems$outboundSchema, GetConfigurationProductsPropertiesIntegrationsItems$, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt550088$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt550088$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt550088$, 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$, GetConfigurationProductsUiOptionsAtBRANDAt550088$inboundSchema, GetConfigurationProductsUiOptionsAtBRANDAt550088$outboundSchema, GetConfigurationProductsUiOptionsAtBRANDAt550088$, 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$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt550088$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt550088$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt550088$, Default$inboundSchema, Default$outboundSchema, Default$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt550088$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt550088$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt550088$, Example$inboundSchema, Example$outboundSchema, Example$, Properties8$inboundSchema, Properties8$outboundSchema, Properties8$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt550088$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt550088$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt550088$, 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$, UiOptionsAtBRANDAt550088$inboundSchema, UiOptionsAtBRANDAt550088$outboundSchema, UiOptionsAtBRANDAt550088$, 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$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt550088$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt550088$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt550088$, GetConfigurationProductsPropertiesMinLength$inboundSchema, GetConfigurationProductsPropertiesMinLength$outboundSchema, GetConfigurationProductsPropertiesMinLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt550088$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt550088$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt550088$, GetConfigurationProductsPropertiesMaxLength$inboundSchema, GetConfigurationProductsPropertiesMaxLength$outboundSchema, GetConfigurationProductsPropertiesMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt550088$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt550088$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt550088$, 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$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt550088$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt550088$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt550088$, GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt550088$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt550088$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt550088$, GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt550088$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt550088$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt550088$, GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$, 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$, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt550088$inboundSchema, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt550088$outboundSchema, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt550088$, PropertiesMinLength$inboundSchema, PropertiesMinLength$outboundSchema, PropertiesMinLength$, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt550088$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt550088$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt550088$, PropertiesMaxLength$inboundSchema, PropertiesMaxLength$outboundSchema, PropertiesMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt550088$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt550088$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt550088$, 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$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type$, 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$, AtBRANDAt550088$inboundSchema, AtBRANDAt550088$outboundSchema, AtBRANDAt550088$, MinLength$inboundSchema, MinLength$outboundSchema, MinLength$, PropertiesAtBRANDAt550088$inboundSchema, PropertiesAtBRANDAt550088$outboundSchema, PropertiesAtBRANDAt550088$, MaxLength$inboundSchema, MaxLength$outboundSchema, MaxLength$, GetConfigurationProductsPropertiesAtBRANDAt550088$inboundSchema, GetConfigurationProductsPropertiesAtBRANDAt550088$outboundSchema, GetConfigurationProductsPropertiesAtBRANDAt550088$, 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$;
72742
72742
  var init_getconfigurationproductsop = __esm(() => {
72743
72743
  init_esm();
72744
72744
  init_primitives();
@@ -73334,24 +73334,24 @@ var init_getconfigurationproductsop = __esm(() => {
73334
73334
  GetConfigurationProductsType$.inboundSchema = GetConfigurationProductsType$inboundSchema;
73335
73335
  GetConfigurationProductsType$.outboundSchema = GetConfigurationProductsType$outboundSchema;
73336
73336
  })(GetConfigurationProductsType$ ||= {});
73337
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt544364$inboundSchema = objectType({});
73338
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt544364$outboundSchema = objectType({});
73339
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt544364$) => {
73340
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt544364$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt544364$inboundSchema;
73341
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt544364$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt544364$outboundSchema;
73342
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt544364$ ||= {});
73337
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt550088$inboundSchema = objectType({});
73338
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt550088$outboundSchema = objectType({});
73339
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt550088$) => {
73340
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt550088$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt550088$inboundSchema;
73341
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt550088$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt550088$outboundSchema;
73342
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt550088$ ||= {});
73343
73343
  PropertiesValue$inboundSchema = objectType({
73344
- "__@BRAND@544364": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt544364$inboundSchema)
73344
+ "__@BRAND@550088": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt550088$inboundSchema)
73345
73345
  }).transform((v2) => {
73346
73346
  return remap(v2, {
73347
- "__@BRAND@544364": "atBRANDAt544364"
73347
+ "__@BRAND@550088": "atBRANDAt550088"
73348
73348
  });
73349
73349
  });
73350
73350
  PropertiesValue$outboundSchema = objectType({
73351
- atBRANDAt544364: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt544364$outboundSchema)
73351
+ atBRANDAt550088: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt550088$outboundSchema)
73352
73352
  }).transform((v2) => {
73353
73353
  return remap(v2, {
73354
- atBRANDAt544364: "__@BRAND@544364"
73354
+ atBRANDAt550088: "__@BRAND@550088"
73355
73355
  });
73356
73356
  });
73357
73357
  ((PropertiesValue$) => {
@@ -73460,72 +73460,72 @@ var init_getconfigurationproductsop = __esm(() => {
73460
73460
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$inboundSchema;
73461
73461
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$outboundSchema;
73462
73462
  })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$ ||= {});
73463
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt544364$inboundSchema = objectType({});
73464
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt544364$outboundSchema = objectType({});
73465
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt544364$) => {
73466
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt544364$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt544364$inboundSchema;
73467
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt544364$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt544364$outboundSchema;
73468
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt544364$ ||= {});
73463
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt550088$inboundSchema = objectType({});
73464
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt550088$outboundSchema = objectType({});
73465
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt550088$) => {
73466
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt550088$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt550088$inboundSchema;
73467
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt550088$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt550088$outboundSchema;
73468
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt550088$ ||= {});
73469
73469
  GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema = objectType({
73470
- "__@BRAND@544364": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt544364$inboundSchema)
73470
+ "__@BRAND@550088": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt550088$inboundSchema)
73471
73471
  }).transform((v2) => {
73472
73472
  return remap(v2, {
73473
- "__@BRAND@544364": "atBRANDAt544364"
73473
+ "__@BRAND@550088": "atBRANDAt550088"
73474
73474
  });
73475
73475
  });
73476
73476
  GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema = objectType({
73477
- atBRANDAt544364: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt544364$outboundSchema)
73477
+ atBRANDAt550088: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt550088$outboundSchema)
73478
73478
  }).transform((v2) => {
73479
73479
  return remap(v2, {
73480
- atBRANDAt544364: "__@BRAND@544364"
73480
+ atBRANDAt550088: "__@BRAND@550088"
73481
73481
  });
73482
73482
  });
73483
73483
  ((GetConfigurationProductsPropertiesIntegrationsMinLength$) => {
73484
73484
  GetConfigurationProductsPropertiesIntegrationsMinLength$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema;
73485
73485
  GetConfigurationProductsPropertiesIntegrationsMinLength$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema;
73486
73486
  })(GetConfigurationProductsPropertiesIntegrationsMinLength$ ||= {});
73487
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt544364$inboundSchema = objectType({});
73488
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt544364$outboundSchema = objectType({});
73489
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt544364$) => {
73490
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt544364$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt544364$inboundSchema;
73491
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt544364$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt544364$outboundSchema;
73492
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt544364$ ||= {});
73487
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt550088$inboundSchema = objectType({});
73488
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt550088$outboundSchema = objectType({});
73489
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt550088$) => {
73490
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt550088$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt550088$inboundSchema;
73491
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt550088$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt550088$outboundSchema;
73492
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt550088$ ||= {});
73493
73493
  GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema = objectType({
73494
- "__@BRAND@544364": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt544364$inboundSchema)
73494
+ "__@BRAND@550088": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt550088$inboundSchema)
73495
73495
  }).transform((v2) => {
73496
73496
  return remap(v2, {
73497
- "__@BRAND@544364": "atBRANDAt544364"
73497
+ "__@BRAND@550088": "atBRANDAt550088"
73498
73498
  });
73499
73499
  });
73500
73500
  GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema = objectType({
73501
- atBRANDAt544364: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt544364$outboundSchema)
73501
+ atBRANDAt550088: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt550088$outboundSchema)
73502
73502
  }).transform((v2) => {
73503
73503
  return remap(v2, {
73504
- atBRANDAt544364: "__@BRAND@544364"
73504
+ atBRANDAt550088: "__@BRAND@550088"
73505
73505
  });
73506
73506
  });
73507
73507
  ((GetConfigurationProductsPropertiesIntegrationsMaxLength$) => {
73508
73508
  GetConfigurationProductsPropertiesIntegrationsMaxLength$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema;
73509
73509
  GetConfigurationProductsPropertiesIntegrationsMaxLength$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema;
73510
73510
  })(GetConfigurationProductsPropertiesIntegrationsMaxLength$ ||= {});
73511
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt544364$inboundSchema = objectType({});
73512
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt544364$outboundSchema = objectType({});
73513
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt544364$) => {
73514
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt544364$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt544364$inboundSchema;
73515
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt544364$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt544364$outboundSchema;
73516
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt544364$ ||= {});
73511
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt550088$inboundSchema = objectType({});
73512
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt550088$outboundSchema = objectType({});
73513
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt550088$) => {
73514
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt550088$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt550088$inboundSchema;
73515
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt550088$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt550088$outboundSchema;
73516
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt550088$ ||= {});
73517
73517
  GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema = objectType({
73518
- "__@BRAND@544364": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt544364$inboundSchema)
73518
+ "__@BRAND@550088": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt550088$inboundSchema)
73519
73519
  }).transform((v2) => {
73520
73520
  return remap(v2, {
73521
- "__@BRAND@544364": "atBRANDAt544364"
73521
+ "__@BRAND@550088": "atBRANDAt550088"
73522
73522
  });
73523
73523
  });
73524
73524
  GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema = objectType({
73525
- atBRANDAt544364: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt544364$outboundSchema)
73525
+ atBRANDAt550088: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt550088$outboundSchema)
73526
73526
  }).transform((v2) => {
73527
73527
  return remap(v2, {
73528
- atBRANDAt544364: "__@BRAND@544364"
73528
+ atBRANDAt550088: "__@BRAND@550088"
73529
73529
  });
73530
73530
  });
73531
73531
  ((GetConfigurationProductsPropertiesIntegrationsPattern$) => {
@@ -73762,72 +73762,72 @@ var init_getconfigurationproductsop = __esm(() => {
73762
73762
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$inboundSchema;
73763
73763
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$outboundSchema;
73764
73764
  })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$ ||= {});
73765
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt544364$inboundSchema = objectType({});
73766
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt544364$outboundSchema = objectType({});
73767
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt544364$) => {
73768
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt544364$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt544364$inboundSchema;
73769
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt544364$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt544364$outboundSchema;
73770
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt544364$ ||= {});
73765
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt550088$inboundSchema = objectType({});
73766
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt550088$outboundSchema = objectType({});
73767
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt550088$) => {
73768
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt550088$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt550088$inboundSchema;
73769
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt550088$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt550088$outboundSchema;
73770
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt550088$ ||= {});
73771
73771
  GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema = objectType({
73772
- "__@BRAND@544364": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt544364$inboundSchema)
73772
+ "__@BRAND@550088": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt550088$inboundSchema)
73773
73773
  }).transform((v2) => {
73774
73774
  return remap(v2, {
73775
- "__@BRAND@544364": "atBRANDAt544364"
73775
+ "__@BRAND@550088": "atBRANDAt550088"
73776
73776
  });
73777
73777
  });
73778
73778
  GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema = objectType({
73779
- atBRANDAt544364: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt544364$outboundSchema)
73779
+ atBRANDAt550088: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt550088$outboundSchema)
73780
73780
  }).transform((v2) => {
73781
73781
  return remap(v2, {
73782
- atBRANDAt544364: "__@BRAND@544364"
73782
+ atBRANDAt550088: "__@BRAND@550088"
73783
73783
  });
73784
73784
  });
73785
73785
  ((GetConfigurationProductsPropertiesIntegrationsResponseMinLength$) => {
73786
73786
  GetConfigurationProductsPropertiesIntegrationsResponseMinLength$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema;
73787
73787
  GetConfigurationProductsPropertiesIntegrationsResponseMinLength$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema;
73788
73788
  })(GetConfigurationProductsPropertiesIntegrationsResponseMinLength$ ||= {});
73789
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt544364$inboundSchema = objectType({});
73790
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt544364$outboundSchema = objectType({});
73791
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt544364$) => {
73792
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt544364$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt544364$inboundSchema;
73793
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt544364$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt544364$outboundSchema;
73794
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt544364$ ||= {});
73789
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt550088$inboundSchema = objectType({});
73790
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt550088$outboundSchema = objectType({});
73791
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt550088$) => {
73792
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt550088$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt550088$inboundSchema;
73793
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt550088$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt550088$outboundSchema;
73794
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt550088$ ||= {});
73795
73795
  GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema = objectType({
73796
- "__@BRAND@544364": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt544364$inboundSchema)
73796
+ "__@BRAND@550088": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt550088$inboundSchema)
73797
73797
  }).transform((v2) => {
73798
73798
  return remap(v2, {
73799
- "__@BRAND@544364": "atBRANDAt544364"
73799
+ "__@BRAND@550088": "atBRANDAt550088"
73800
73800
  });
73801
73801
  });
73802
73802
  GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema = objectType({
73803
- atBRANDAt544364: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt544364$outboundSchema)
73803
+ atBRANDAt550088: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt550088$outboundSchema)
73804
73804
  }).transform((v2) => {
73805
73805
  return remap(v2, {
73806
- atBRANDAt544364: "__@BRAND@544364"
73806
+ atBRANDAt550088: "__@BRAND@550088"
73807
73807
  });
73808
73808
  });
73809
73809
  ((GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$) => {
73810
73810
  GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema;
73811
73811
  GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema;
73812
73812
  })(GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$ ||= {});
73813
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt544364$inboundSchema = objectType({});
73814
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt544364$outboundSchema = objectType({});
73815
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt544364$) => {
73816
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt544364$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt544364$inboundSchema;
73817
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt544364$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt544364$outboundSchema;
73818
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt544364$ ||= {});
73813
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt550088$inboundSchema = objectType({});
73814
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt550088$outboundSchema = objectType({});
73815
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt550088$) => {
73816
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt550088$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt550088$inboundSchema;
73817
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt550088$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt550088$outboundSchema;
73818
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt550088$ ||= {});
73819
73819
  GetConfigurationProductsPropertiesIntegrationsResponsePattern$inboundSchema = objectType({
73820
- "__@BRAND@544364": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt544364$inboundSchema)
73820
+ "__@BRAND@550088": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt550088$inboundSchema)
73821
73821
  }).transform((v2) => {
73822
73822
  return remap(v2, {
73823
- "__@BRAND@544364": "atBRANDAt544364"
73823
+ "__@BRAND@550088": "atBRANDAt550088"
73824
73824
  });
73825
73825
  });
73826
73826
  GetConfigurationProductsPropertiesIntegrationsResponsePattern$outboundSchema = objectType({
73827
- atBRANDAt544364: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt544364$outboundSchema)
73827
+ atBRANDAt550088: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt550088$outboundSchema)
73828
73828
  }).transform((v2) => {
73829
73829
  return remap(v2, {
73830
- atBRANDAt544364: "__@BRAND@544364"
73830
+ atBRANDAt550088: "__@BRAND@550088"
73831
73831
  });
73832
73832
  });
73833
73833
  ((GetConfigurationProductsPropertiesIntegrationsResponsePattern$) => {
@@ -73856,24 +73856,24 @@ var init_getconfigurationproductsop = __esm(() => {
73856
73856
  GetConfigurationProductsPropertiesIntegrationsItems$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsItems$inboundSchema;
73857
73857
  GetConfigurationProductsPropertiesIntegrationsItems$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsItems$outboundSchema;
73858
73858
  })(GetConfigurationProductsPropertiesIntegrationsItems$ ||= {});
73859
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt544364$inboundSchema = objectType({});
73860
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt544364$outboundSchema = objectType({});
73861
- ((GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt544364$) => {
73862
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt544364$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt544364$inboundSchema;
73863
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt544364$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt544364$outboundSchema;
73864
- })(GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt544364$ ||= {});
73859
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt550088$inboundSchema = objectType({});
73860
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt550088$outboundSchema = objectType({});
73861
+ ((GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt550088$) => {
73862
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt550088$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt550088$inboundSchema;
73863
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt550088$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt550088$outboundSchema;
73864
+ })(GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt550088$ ||= {});
73865
73865
  GetConfigurationProductsUiOptionsValue$inboundSchema = objectType({
73866
- "__@BRAND@544364": lazyType(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt544364$inboundSchema)
73866
+ "__@BRAND@550088": lazyType(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt550088$inboundSchema)
73867
73867
  }).transform((v2) => {
73868
73868
  return remap(v2, {
73869
- "__@BRAND@544364": "atBRANDAt544364"
73869
+ "__@BRAND@550088": "atBRANDAt550088"
73870
73870
  });
73871
73871
  });
73872
73872
  GetConfigurationProductsUiOptionsValue$outboundSchema = objectType({
73873
- atBRANDAt544364: lazyType(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt544364$outboundSchema)
73873
+ atBRANDAt550088: lazyType(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt550088$outboundSchema)
73874
73874
  }).transform((v2) => {
73875
73875
  return remap(v2, {
73876
- atBRANDAt544364: "__@BRAND@544364"
73876
+ atBRANDAt550088: "__@BRAND@550088"
73877
73877
  });
73878
73878
  });
73879
73879
  ((GetConfigurationProductsUiOptionsValue$) => {
@@ -73970,24 +73970,24 @@ var init_getconfigurationproductsop = __esm(() => {
73970
73970
  GetConfigurationProductsUiOptions3$.inboundSchema = GetConfigurationProductsUiOptions3$inboundSchema;
73971
73971
  GetConfigurationProductsUiOptions3$.outboundSchema = GetConfigurationProductsUiOptions3$outboundSchema;
73972
73972
  })(GetConfigurationProductsUiOptions3$ ||= {});
73973
- GetConfigurationProductsUiOptionsAtBRANDAt544364$inboundSchema = objectType({});
73974
- GetConfigurationProductsUiOptionsAtBRANDAt544364$outboundSchema = objectType({});
73975
- ((GetConfigurationProductsUiOptionsAtBRANDAt544364$) => {
73976
- GetConfigurationProductsUiOptionsAtBRANDAt544364$.inboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt544364$inboundSchema;
73977
- GetConfigurationProductsUiOptionsAtBRANDAt544364$.outboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt544364$outboundSchema;
73978
- })(GetConfigurationProductsUiOptionsAtBRANDAt544364$ ||= {});
73973
+ GetConfigurationProductsUiOptionsAtBRANDAt550088$inboundSchema = objectType({});
73974
+ GetConfigurationProductsUiOptionsAtBRANDAt550088$outboundSchema = objectType({});
73975
+ ((GetConfigurationProductsUiOptionsAtBRANDAt550088$) => {
73976
+ GetConfigurationProductsUiOptionsAtBRANDAt550088$.inboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt550088$inboundSchema;
73977
+ GetConfigurationProductsUiOptionsAtBRANDAt550088$.outboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt550088$outboundSchema;
73978
+ })(GetConfigurationProductsUiOptionsAtBRANDAt550088$ ||= {});
73979
73979
  GetConfigurationProductsUiOptions2$inboundSchema = objectType({
73980
- "__@BRAND@544364": lazyType(() => GetConfigurationProductsUiOptionsAtBRANDAt544364$inboundSchema)
73980
+ "__@BRAND@550088": lazyType(() => GetConfigurationProductsUiOptionsAtBRANDAt550088$inboundSchema)
73981
73981
  }).transform((v2) => {
73982
73982
  return remap(v2, {
73983
- "__@BRAND@544364": "atBRANDAt544364"
73983
+ "__@BRAND@550088": "atBRANDAt550088"
73984
73984
  });
73985
73985
  });
73986
73986
  GetConfigurationProductsUiOptions2$outboundSchema = objectType({
73987
- atBRANDAt544364: lazyType(() => GetConfigurationProductsUiOptionsAtBRANDAt544364$outboundSchema)
73987
+ atBRANDAt550088: lazyType(() => GetConfigurationProductsUiOptionsAtBRANDAt550088$outboundSchema)
73988
73988
  }).transform((v2) => {
73989
73989
  return remap(v2, {
73990
- atBRANDAt544364: "__@BRAND@544364"
73990
+ atBRANDAt550088: "__@BRAND@550088"
73991
73991
  });
73992
73992
  });
73993
73993
  ((GetConfigurationProductsUiOptions2$) => {
@@ -74222,48 +74222,48 @@ var init_getconfigurationproductsop = __esm(() => {
74222
74222
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$inboundSchema;
74223
74223
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$outboundSchema;
74224
74224
  })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$ ||= {});
74225
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt544364$inboundSchema = objectType({});
74226
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt544364$outboundSchema = objectType({});
74227
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt544364$) => {
74228
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt544364$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt544364$inboundSchema;
74229
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt544364$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt544364$outboundSchema;
74230
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt544364$ ||= {});
74225
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt550088$inboundSchema = objectType({});
74226
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt550088$outboundSchema = objectType({});
74227
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt550088$) => {
74228
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt550088$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt550088$inboundSchema;
74229
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt550088$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt550088$outboundSchema;
74230
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt550088$ ||= {});
74231
74231
  Default$inboundSchema = objectType({
74232
- "__@BRAND@544364": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt544364$inboundSchema)
74232
+ "__@BRAND@550088": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt550088$inboundSchema)
74233
74233
  }).transform((v2) => {
74234
74234
  return remap(v2, {
74235
- "__@BRAND@544364": "atBRANDAt544364"
74235
+ "__@BRAND@550088": "atBRANDAt550088"
74236
74236
  });
74237
74237
  });
74238
74238
  Default$outboundSchema = objectType({
74239
- atBRANDAt544364: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt544364$outboundSchema)
74239
+ atBRANDAt550088: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt550088$outboundSchema)
74240
74240
  }).transform((v2) => {
74241
74241
  return remap(v2, {
74242
- atBRANDAt544364: "__@BRAND@544364"
74242
+ atBRANDAt550088: "__@BRAND@550088"
74243
74243
  });
74244
74244
  });
74245
74245
  ((Default$) => {
74246
74246
  Default$.inboundSchema = Default$inboundSchema;
74247
74247
  Default$.outboundSchema = Default$outboundSchema;
74248
74248
  })(Default$ ||= {});
74249
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt544364$inboundSchema = objectType({});
74250
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt544364$outboundSchema = objectType({});
74251
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt544364$) => {
74252
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt544364$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt544364$inboundSchema;
74253
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt544364$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt544364$outboundSchema;
74254
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt544364$ ||= {});
74249
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt550088$inboundSchema = objectType({});
74250
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt550088$outboundSchema = objectType({});
74251
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt550088$) => {
74252
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt550088$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt550088$inboundSchema;
74253
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt550088$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt550088$outboundSchema;
74254
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt550088$ ||= {});
74255
74255
  Example$inboundSchema = objectType({
74256
- "__@BRAND@544364": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt544364$inboundSchema)
74256
+ "__@BRAND@550088": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt550088$inboundSchema)
74257
74257
  }).transform((v2) => {
74258
74258
  return remap(v2, {
74259
- "__@BRAND@544364": "atBRANDAt544364"
74259
+ "__@BRAND@550088": "atBRANDAt550088"
74260
74260
  });
74261
74261
  });
74262
74262
  Example$outboundSchema = objectType({
74263
- atBRANDAt544364: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt544364$outboundSchema)
74263
+ atBRANDAt550088: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt550088$outboundSchema)
74264
74264
  }).transform((v2) => {
74265
74265
  return remap(v2, {
74266
- atBRANDAt544364: "__@BRAND@544364"
74266
+ atBRANDAt550088: "__@BRAND@550088"
74267
74267
  });
74268
74268
  });
74269
74269
  ((Example$) => {
@@ -74384,24 +74384,24 @@ var init_getconfigurationproductsop = __esm(() => {
74384
74384
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$inboundSchema;
74385
74385
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$outboundSchema;
74386
74386
  })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$ ||= {});
74387
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt544364$inboundSchema = objectType({});
74388
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt544364$outboundSchema = objectType({});
74389
- ((GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt544364$) => {
74390
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt544364$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt544364$inboundSchema;
74391
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt544364$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt544364$outboundSchema;
74392
- })(GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt544364$ ||= {});
74387
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt550088$inboundSchema = objectType({});
74388
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt550088$outboundSchema = objectType({});
74389
+ ((GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt550088$) => {
74390
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt550088$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt550088$inboundSchema;
74391
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt550088$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt550088$outboundSchema;
74392
+ })(GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt550088$ ||= {});
74393
74393
  UiOptionsValue$inboundSchema = objectType({
74394
- "__@BRAND@544364": lazyType(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt544364$inboundSchema)
74394
+ "__@BRAND@550088": lazyType(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt550088$inboundSchema)
74395
74395
  }).transform((v2) => {
74396
74396
  return remap(v2, {
74397
- "__@BRAND@544364": "atBRANDAt544364"
74397
+ "__@BRAND@550088": "atBRANDAt550088"
74398
74398
  });
74399
74399
  });
74400
74400
  UiOptionsValue$outboundSchema = objectType({
74401
- atBRANDAt544364: lazyType(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt544364$outboundSchema)
74401
+ atBRANDAt550088: lazyType(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt550088$outboundSchema)
74402
74402
  }).transform((v2) => {
74403
74403
  return remap(v2, {
74404
- atBRANDAt544364: "__@BRAND@544364"
74404
+ atBRANDAt550088: "__@BRAND@550088"
74405
74405
  });
74406
74406
  });
74407
74407
  ((UiOptionsValue$) => {
@@ -74498,24 +74498,24 @@ var init_getconfigurationproductsop = __esm(() => {
74498
74498
  UiOptions3$.inboundSchema = UiOptions3$inboundSchema;
74499
74499
  UiOptions3$.outboundSchema = UiOptions3$outboundSchema;
74500
74500
  })(UiOptions3$ ||= {});
74501
- UiOptionsAtBRANDAt544364$inboundSchema = objectType({});
74502
- UiOptionsAtBRANDAt544364$outboundSchema = objectType({});
74503
- ((UiOptionsAtBRANDAt544364$) => {
74504
- UiOptionsAtBRANDAt544364$.inboundSchema = UiOptionsAtBRANDAt544364$inboundSchema;
74505
- UiOptionsAtBRANDAt544364$.outboundSchema = UiOptionsAtBRANDAt544364$outboundSchema;
74506
- })(UiOptionsAtBRANDAt544364$ ||= {});
74501
+ UiOptionsAtBRANDAt550088$inboundSchema = objectType({});
74502
+ UiOptionsAtBRANDAt550088$outboundSchema = objectType({});
74503
+ ((UiOptionsAtBRANDAt550088$) => {
74504
+ UiOptionsAtBRANDAt550088$.inboundSchema = UiOptionsAtBRANDAt550088$inboundSchema;
74505
+ UiOptionsAtBRANDAt550088$.outboundSchema = UiOptionsAtBRANDAt550088$outboundSchema;
74506
+ })(UiOptionsAtBRANDAt550088$ ||= {});
74507
74507
  UiOptions2$inboundSchema = objectType({
74508
- "__@BRAND@544364": lazyType(() => UiOptionsAtBRANDAt544364$inboundSchema)
74508
+ "__@BRAND@550088": lazyType(() => UiOptionsAtBRANDAt550088$inboundSchema)
74509
74509
  }).transform((v2) => {
74510
74510
  return remap(v2, {
74511
- "__@BRAND@544364": "atBRANDAt544364"
74511
+ "__@BRAND@550088": "atBRANDAt550088"
74512
74512
  });
74513
74513
  });
74514
74514
  UiOptions2$outboundSchema = objectType({
74515
- atBRANDAt544364: lazyType(() => UiOptionsAtBRANDAt544364$outboundSchema)
74515
+ atBRANDAt550088: lazyType(() => UiOptionsAtBRANDAt550088$outboundSchema)
74516
74516
  }).transform((v2) => {
74517
74517
  return remap(v2, {
74518
- atBRANDAt544364: "__@BRAND@544364"
74518
+ atBRANDAt550088: "__@BRAND@550088"
74519
74519
  });
74520
74520
  });
74521
74521
  ((UiOptions2$) => {
@@ -74628,72 +74628,72 @@ var init_getconfigurationproductsop = __esm(() => {
74628
74628
  GetConfigurationProductsPropertiesUiOptions$.inboundSchema = GetConfigurationProductsPropertiesUiOptions$inboundSchema;
74629
74629
  GetConfigurationProductsPropertiesUiOptions$.outboundSchema = GetConfigurationProductsPropertiesUiOptions$outboundSchema;
74630
74630
  })(GetConfigurationProductsPropertiesUiOptions$ ||= {});
74631
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt544364$inboundSchema = objectType({});
74632
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt544364$outboundSchema = objectType({});
74633
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt544364$) => {
74634
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt544364$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt544364$inboundSchema;
74635
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt544364$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt544364$outboundSchema;
74636
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt544364$ ||= {});
74631
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt550088$inboundSchema = objectType({});
74632
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt550088$outboundSchema = objectType({});
74633
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt550088$) => {
74634
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt550088$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt550088$inboundSchema;
74635
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt550088$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt550088$outboundSchema;
74636
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt550088$ ||= {});
74637
74637
  GetConfigurationProductsPropertiesMinLength$inboundSchema = objectType({
74638
- "__@BRAND@544364": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt544364$inboundSchema)
74638
+ "__@BRAND@550088": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt550088$inboundSchema)
74639
74639
  }).transform((v2) => {
74640
74640
  return remap(v2, {
74641
- "__@BRAND@544364": "atBRANDAt544364"
74641
+ "__@BRAND@550088": "atBRANDAt550088"
74642
74642
  });
74643
74643
  });
74644
74644
  GetConfigurationProductsPropertiesMinLength$outboundSchema = objectType({
74645
- atBRANDAt544364: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt544364$outboundSchema)
74645
+ atBRANDAt550088: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt550088$outboundSchema)
74646
74646
  }).transform((v2) => {
74647
74647
  return remap(v2, {
74648
- atBRANDAt544364: "__@BRAND@544364"
74648
+ atBRANDAt550088: "__@BRAND@550088"
74649
74649
  });
74650
74650
  });
74651
74651
  ((GetConfigurationProductsPropertiesMinLength$) => {
74652
74652
  GetConfigurationProductsPropertiesMinLength$.inboundSchema = GetConfigurationProductsPropertiesMinLength$inboundSchema;
74653
74653
  GetConfigurationProductsPropertiesMinLength$.outboundSchema = GetConfigurationProductsPropertiesMinLength$outboundSchema;
74654
74654
  })(GetConfigurationProductsPropertiesMinLength$ ||= {});
74655
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt544364$inboundSchema = objectType({});
74656
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt544364$outboundSchema = objectType({});
74657
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt544364$) => {
74658
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt544364$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt544364$inboundSchema;
74659
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt544364$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt544364$outboundSchema;
74660
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt544364$ ||= {});
74655
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt550088$inboundSchema = objectType({});
74656
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt550088$outboundSchema = objectType({});
74657
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt550088$) => {
74658
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt550088$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt550088$inboundSchema;
74659
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt550088$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt550088$outboundSchema;
74660
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt550088$ ||= {});
74661
74661
  GetConfigurationProductsPropertiesMaxLength$inboundSchema = objectType({
74662
- "__@BRAND@544364": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt544364$inboundSchema)
74662
+ "__@BRAND@550088": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt550088$inboundSchema)
74663
74663
  }).transform((v2) => {
74664
74664
  return remap(v2, {
74665
- "__@BRAND@544364": "atBRANDAt544364"
74665
+ "__@BRAND@550088": "atBRANDAt550088"
74666
74666
  });
74667
74667
  });
74668
74668
  GetConfigurationProductsPropertiesMaxLength$outboundSchema = objectType({
74669
- atBRANDAt544364: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt544364$outboundSchema)
74669
+ atBRANDAt550088: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt550088$outboundSchema)
74670
74670
  }).transform((v2) => {
74671
74671
  return remap(v2, {
74672
- atBRANDAt544364: "__@BRAND@544364"
74672
+ atBRANDAt550088: "__@BRAND@550088"
74673
74673
  });
74674
74674
  });
74675
74675
  ((GetConfigurationProductsPropertiesMaxLength$) => {
74676
74676
  GetConfigurationProductsPropertiesMaxLength$.inboundSchema = GetConfigurationProductsPropertiesMaxLength$inboundSchema;
74677
74677
  GetConfigurationProductsPropertiesMaxLength$.outboundSchema = GetConfigurationProductsPropertiesMaxLength$outboundSchema;
74678
74678
  })(GetConfigurationProductsPropertiesMaxLength$ ||= {});
74679
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt544364$inboundSchema = objectType({});
74680
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt544364$outboundSchema = objectType({});
74681
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt544364$) => {
74682
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt544364$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt544364$inboundSchema;
74683
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt544364$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt544364$outboundSchema;
74684
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt544364$ ||= {});
74679
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt550088$inboundSchema = objectType({});
74680
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt550088$outboundSchema = objectType({});
74681
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt550088$) => {
74682
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt550088$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt550088$inboundSchema;
74683
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt550088$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt550088$outboundSchema;
74684
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt550088$ ||= {});
74685
74685
  GetConfigurationProductsPropertiesPattern$inboundSchema = objectType({
74686
- "__@BRAND@544364": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt544364$inboundSchema)
74686
+ "__@BRAND@550088": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt550088$inboundSchema)
74687
74687
  }).transform((v2) => {
74688
74688
  return remap(v2, {
74689
- "__@BRAND@544364": "atBRANDAt544364"
74689
+ "__@BRAND@550088": "atBRANDAt550088"
74690
74690
  });
74691
74691
  });
74692
74692
  GetConfigurationProductsPropertiesPattern$outboundSchema = objectType({
74693
- atBRANDAt544364: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt544364$outboundSchema)
74693
+ atBRANDAt550088: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt550088$outboundSchema)
74694
74694
  }).transform((v2) => {
74695
74695
  return remap(v2, {
74696
- atBRANDAt544364: "__@BRAND@544364"
74696
+ atBRANDAt550088: "__@BRAND@550088"
74697
74697
  });
74698
74698
  });
74699
74699
  ((GetConfigurationProductsPropertiesPattern$) => {
@@ -74942,72 +74942,72 @@ var init_getconfigurationproductsop = __esm(() => {
74942
74942
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$inboundSchema;
74943
74943
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$outboundSchema;
74944
74944
  })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$ ||= {});
74945
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt544364$inboundSchema = objectType({});
74946
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt544364$outboundSchema = objectType({});
74947
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt544364$) => {
74948
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt544364$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt544364$inboundSchema;
74949
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt544364$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt544364$outboundSchema;
74950
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt544364$ ||= {});
74945
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt550088$inboundSchema = objectType({});
74946
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt550088$outboundSchema = objectType({});
74947
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt550088$) => {
74948
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt550088$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt550088$inboundSchema;
74949
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt550088$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt550088$outboundSchema;
74950
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt550088$ ||= {});
74951
74951
  GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$inboundSchema = objectType({
74952
- "__@BRAND@544364": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt544364$inboundSchema)
74952
+ "__@BRAND@550088": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt550088$inboundSchema)
74953
74953
  }).transform((v2) => {
74954
74954
  return remap(v2, {
74955
- "__@BRAND@544364": "atBRANDAt544364"
74955
+ "__@BRAND@550088": "atBRANDAt550088"
74956
74956
  });
74957
74957
  });
74958
74958
  GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$outboundSchema = objectType({
74959
- atBRANDAt544364: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt544364$outboundSchema)
74959
+ atBRANDAt550088: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt550088$outboundSchema)
74960
74960
  }).transform((v2) => {
74961
74961
  return remap(v2, {
74962
- atBRANDAt544364: "__@BRAND@544364"
74962
+ atBRANDAt550088: "__@BRAND@550088"
74963
74963
  });
74964
74964
  });
74965
74965
  ((GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$) => {
74966
74966
  GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$inboundSchema;
74967
74967
  GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$outboundSchema;
74968
74968
  })(GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$ ||= {});
74969
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt544364$inboundSchema = objectType({});
74970
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt544364$outboundSchema = objectType({});
74971
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt544364$) => {
74972
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt544364$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt544364$inboundSchema;
74973
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt544364$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt544364$outboundSchema;
74974
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt544364$ ||= {});
74969
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt550088$inboundSchema = objectType({});
74970
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt550088$outboundSchema = objectType({});
74971
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt550088$) => {
74972
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt550088$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt550088$inboundSchema;
74973
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt550088$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt550088$outboundSchema;
74974
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt550088$ ||= {});
74975
74975
  GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$inboundSchema = objectType({
74976
- "__@BRAND@544364": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt544364$inboundSchema)
74976
+ "__@BRAND@550088": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt550088$inboundSchema)
74977
74977
  }).transform((v2) => {
74978
74978
  return remap(v2, {
74979
- "__@BRAND@544364": "atBRANDAt544364"
74979
+ "__@BRAND@550088": "atBRANDAt550088"
74980
74980
  });
74981
74981
  });
74982
74982
  GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$outboundSchema = objectType({
74983
- atBRANDAt544364: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt544364$outboundSchema)
74983
+ atBRANDAt550088: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt550088$outboundSchema)
74984
74984
  }).transform((v2) => {
74985
74985
  return remap(v2, {
74986
- atBRANDAt544364: "__@BRAND@544364"
74986
+ atBRANDAt550088: "__@BRAND@550088"
74987
74987
  });
74988
74988
  });
74989
74989
  ((GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$) => {
74990
74990
  GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$inboundSchema;
74991
74991
  GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$outboundSchema;
74992
74992
  })(GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$ ||= {});
74993
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt544364$inboundSchema = objectType({});
74994
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt544364$outboundSchema = objectType({});
74995
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt544364$) => {
74996
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt544364$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt544364$inboundSchema;
74997
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt544364$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt544364$outboundSchema;
74998
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt544364$ ||= {});
74993
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt550088$inboundSchema = objectType({});
74994
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt550088$outboundSchema = objectType({});
74995
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt550088$) => {
74996
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt550088$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt550088$inboundSchema;
74997
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt550088$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt550088$outboundSchema;
74998
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt550088$ ||= {});
74999
74999
  GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$inboundSchema = objectType({
75000
- "__@BRAND@544364": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt544364$inboundSchema)
75000
+ "__@BRAND@550088": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt550088$inboundSchema)
75001
75001
  }).transform((v2) => {
75002
75002
  return remap(v2, {
75003
- "__@BRAND@544364": "atBRANDAt544364"
75003
+ "__@BRAND@550088": "atBRANDAt550088"
75004
75004
  });
75005
75005
  });
75006
75006
  GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$outboundSchema = objectType({
75007
- atBRANDAt544364: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt544364$outboundSchema)
75007
+ atBRANDAt550088: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt550088$outboundSchema)
75008
75008
  }).transform((v2) => {
75009
75009
  return remap(v2, {
75010
- atBRANDAt544364: "__@BRAND@544364"
75010
+ atBRANDAt550088: "__@BRAND@550088"
75011
75011
  });
75012
75012
  });
75013
75013
  ((GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$) => {
@@ -75448,72 +75448,72 @@ var init_getconfigurationproductsop = __esm(() => {
75448
75448
  UiOptions$.inboundSchema = UiOptions$inboundSchema;
75449
75449
  UiOptions$.outboundSchema = UiOptions$outboundSchema;
75450
75450
  })(UiOptions$ ||= {});
75451
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt544364$inboundSchema = objectType({});
75452
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt544364$outboundSchema = objectType({});
75453
- ((GetConfigurationProductsPropertiesIntegrationsAtBRANDAt544364$) => {
75454
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt544364$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt544364$inboundSchema;
75455
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt544364$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt544364$outboundSchema;
75456
- })(GetConfigurationProductsPropertiesIntegrationsAtBRANDAt544364$ ||= {});
75451
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt550088$inboundSchema = objectType({});
75452
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt550088$outboundSchema = objectType({});
75453
+ ((GetConfigurationProductsPropertiesIntegrationsAtBRANDAt550088$) => {
75454
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt550088$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt550088$inboundSchema;
75455
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt550088$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt550088$outboundSchema;
75456
+ })(GetConfigurationProductsPropertiesIntegrationsAtBRANDAt550088$ ||= {});
75457
75457
  PropertiesMinLength$inboundSchema = objectType({
75458
- "__@BRAND@544364": lazyType(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt544364$inboundSchema)
75458
+ "__@BRAND@550088": lazyType(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt550088$inboundSchema)
75459
75459
  }).transform((v2) => {
75460
75460
  return remap(v2, {
75461
- "__@BRAND@544364": "atBRANDAt544364"
75461
+ "__@BRAND@550088": "atBRANDAt550088"
75462
75462
  });
75463
75463
  });
75464
75464
  PropertiesMinLength$outboundSchema = objectType({
75465
- atBRANDAt544364: lazyType(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt544364$outboundSchema)
75465
+ atBRANDAt550088: lazyType(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt550088$outboundSchema)
75466
75466
  }).transform((v2) => {
75467
75467
  return remap(v2, {
75468
- atBRANDAt544364: "__@BRAND@544364"
75468
+ atBRANDAt550088: "__@BRAND@550088"
75469
75469
  });
75470
75470
  });
75471
75471
  ((PropertiesMinLength$) => {
75472
75472
  PropertiesMinLength$.inboundSchema = PropertiesMinLength$inboundSchema;
75473
75473
  PropertiesMinLength$.outboundSchema = PropertiesMinLength$outboundSchema;
75474
75474
  })(PropertiesMinLength$ ||= {});
75475
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt544364$inboundSchema = objectType({});
75476
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt544364$outboundSchema = objectType({});
75477
- ((GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt544364$) => {
75478
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt544364$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt544364$inboundSchema;
75479
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt544364$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt544364$outboundSchema;
75480
- })(GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt544364$ ||= {});
75475
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt550088$inboundSchema = objectType({});
75476
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt550088$outboundSchema = objectType({});
75477
+ ((GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt550088$) => {
75478
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt550088$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt550088$inboundSchema;
75479
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt550088$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt550088$outboundSchema;
75480
+ })(GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt550088$ ||= {});
75481
75481
  PropertiesMaxLength$inboundSchema = objectType({
75482
- "__@BRAND@544364": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt544364$inboundSchema)
75482
+ "__@BRAND@550088": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt550088$inboundSchema)
75483
75483
  }).transform((v2) => {
75484
75484
  return remap(v2, {
75485
- "__@BRAND@544364": "atBRANDAt544364"
75485
+ "__@BRAND@550088": "atBRANDAt550088"
75486
75486
  });
75487
75487
  });
75488
75488
  PropertiesMaxLength$outboundSchema = objectType({
75489
- atBRANDAt544364: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt544364$outboundSchema)
75489
+ atBRANDAt550088: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt550088$outboundSchema)
75490
75490
  }).transform((v2) => {
75491
75491
  return remap(v2, {
75492
- atBRANDAt544364: "__@BRAND@544364"
75492
+ atBRANDAt550088: "__@BRAND@550088"
75493
75493
  });
75494
75494
  });
75495
75495
  ((PropertiesMaxLength$) => {
75496
75496
  PropertiesMaxLength$.inboundSchema = PropertiesMaxLength$inboundSchema;
75497
75497
  PropertiesMaxLength$.outboundSchema = PropertiesMaxLength$outboundSchema;
75498
75498
  })(PropertiesMaxLength$ ||= {});
75499
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt544364$inboundSchema = objectType({});
75500
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt544364$outboundSchema = objectType({});
75501
- ((GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt544364$) => {
75502
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt544364$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt544364$inboundSchema;
75503
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt544364$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt544364$outboundSchema;
75504
- })(GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt544364$ ||= {});
75499
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt550088$inboundSchema = objectType({});
75500
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt550088$outboundSchema = objectType({});
75501
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt550088$) => {
75502
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt550088$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt550088$inboundSchema;
75503
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt550088$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt550088$outboundSchema;
75504
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt550088$ ||= {});
75505
75505
  PropertiesPattern$inboundSchema = objectType({
75506
- "__@BRAND@544364": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt544364$inboundSchema)
75506
+ "__@BRAND@550088": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt550088$inboundSchema)
75507
75507
  }).transform((v2) => {
75508
75508
  return remap(v2, {
75509
- "__@BRAND@544364": "atBRANDAt544364"
75509
+ "__@BRAND@550088": "atBRANDAt550088"
75510
75510
  });
75511
75511
  });
75512
75512
  PropertiesPattern$outboundSchema = objectType({
75513
- atBRANDAt544364: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt544364$outboundSchema)
75513
+ atBRANDAt550088: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt550088$outboundSchema)
75514
75514
  }).transform((v2) => {
75515
75515
  return remap(v2, {
75516
- atBRANDAt544364: "__@BRAND@544364"
75516
+ atBRANDAt550088: "__@BRAND@550088"
75517
75517
  });
75518
75518
  });
75519
75519
  ((PropertiesPattern$) => {
@@ -76434,72 +76434,72 @@ var init_getconfigurationproductsop = __esm(() => {
76434
76434
  UiControl$.inboundSchema = UiControl$inboundSchema;
76435
76435
  UiControl$.outboundSchema = UiControl$outboundSchema;
76436
76436
  })(UiControl$ ||= {});
76437
- AtBRANDAt544364$inboundSchema = objectType({});
76438
- AtBRANDAt544364$outboundSchema = objectType({});
76439
- ((AtBRANDAt544364$) => {
76440
- AtBRANDAt544364$.inboundSchema = AtBRANDAt544364$inboundSchema;
76441
- AtBRANDAt544364$.outboundSchema = AtBRANDAt544364$outboundSchema;
76442
- })(AtBRANDAt544364$ ||= {});
76437
+ AtBRANDAt550088$inboundSchema = objectType({});
76438
+ AtBRANDAt550088$outboundSchema = objectType({});
76439
+ ((AtBRANDAt550088$) => {
76440
+ AtBRANDAt550088$.inboundSchema = AtBRANDAt550088$inboundSchema;
76441
+ AtBRANDAt550088$.outboundSchema = AtBRANDAt550088$outboundSchema;
76442
+ })(AtBRANDAt550088$ ||= {});
76443
76443
  MinLength$inboundSchema = objectType({
76444
- "__@BRAND@544364": lazyType(() => AtBRANDAt544364$inboundSchema)
76444
+ "__@BRAND@550088": lazyType(() => AtBRANDAt550088$inboundSchema)
76445
76445
  }).transform((v2) => {
76446
76446
  return remap(v2, {
76447
- "__@BRAND@544364": "atBRANDAt544364"
76447
+ "__@BRAND@550088": "atBRANDAt550088"
76448
76448
  });
76449
76449
  });
76450
76450
  MinLength$outboundSchema = objectType({
76451
- atBRANDAt544364: lazyType(() => AtBRANDAt544364$outboundSchema)
76451
+ atBRANDAt550088: lazyType(() => AtBRANDAt550088$outboundSchema)
76452
76452
  }).transform((v2) => {
76453
76453
  return remap(v2, {
76454
- atBRANDAt544364: "__@BRAND@544364"
76454
+ atBRANDAt550088: "__@BRAND@550088"
76455
76455
  });
76456
76456
  });
76457
76457
  ((MinLength$) => {
76458
76458
  MinLength$.inboundSchema = MinLength$inboundSchema;
76459
76459
  MinLength$.outboundSchema = MinLength$outboundSchema;
76460
76460
  })(MinLength$ ||= {});
76461
- PropertiesAtBRANDAt544364$inboundSchema = objectType({});
76462
- PropertiesAtBRANDAt544364$outboundSchema = objectType({});
76463
- ((PropertiesAtBRANDAt544364$) => {
76464
- PropertiesAtBRANDAt544364$.inboundSchema = PropertiesAtBRANDAt544364$inboundSchema;
76465
- PropertiesAtBRANDAt544364$.outboundSchema = PropertiesAtBRANDAt544364$outboundSchema;
76466
- })(PropertiesAtBRANDAt544364$ ||= {});
76461
+ PropertiesAtBRANDAt550088$inboundSchema = objectType({});
76462
+ PropertiesAtBRANDAt550088$outboundSchema = objectType({});
76463
+ ((PropertiesAtBRANDAt550088$) => {
76464
+ PropertiesAtBRANDAt550088$.inboundSchema = PropertiesAtBRANDAt550088$inboundSchema;
76465
+ PropertiesAtBRANDAt550088$.outboundSchema = PropertiesAtBRANDAt550088$outboundSchema;
76466
+ })(PropertiesAtBRANDAt550088$ ||= {});
76467
76467
  MaxLength$inboundSchema = objectType({
76468
- "__@BRAND@544364": lazyType(() => PropertiesAtBRANDAt544364$inboundSchema)
76468
+ "__@BRAND@550088": lazyType(() => PropertiesAtBRANDAt550088$inboundSchema)
76469
76469
  }).transform((v2) => {
76470
76470
  return remap(v2, {
76471
- "__@BRAND@544364": "atBRANDAt544364"
76471
+ "__@BRAND@550088": "atBRANDAt550088"
76472
76472
  });
76473
76473
  });
76474
76474
  MaxLength$outboundSchema = objectType({
76475
- atBRANDAt544364: lazyType(() => PropertiesAtBRANDAt544364$outboundSchema)
76475
+ atBRANDAt550088: lazyType(() => PropertiesAtBRANDAt550088$outboundSchema)
76476
76476
  }).transform((v2) => {
76477
76477
  return remap(v2, {
76478
- atBRANDAt544364: "__@BRAND@544364"
76478
+ atBRANDAt550088: "__@BRAND@550088"
76479
76479
  });
76480
76480
  });
76481
76481
  ((MaxLength$) => {
76482
76482
  MaxLength$.inboundSchema = MaxLength$inboundSchema;
76483
76483
  MaxLength$.outboundSchema = MaxLength$outboundSchema;
76484
76484
  })(MaxLength$ ||= {});
76485
- GetConfigurationProductsPropertiesAtBRANDAt544364$inboundSchema = objectType({});
76486
- GetConfigurationProductsPropertiesAtBRANDAt544364$outboundSchema = objectType({});
76487
- ((GetConfigurationProductsPropertiesAtBRANDAt544364$) => {
76488
- GetConfigurationProductsPropertiesAtBRANDAt544364$.inboundSchema = GetConfigurationProductsPropertiesAtBRANDAt544364$inboundSchema;
76489
- GetConfigurationProductsPropertiesAtBRANDAt544364$.outboundSchema = GetConfigurationProductsPropertiesAtBRANDAt544364$outboundSchema;
76490
- })(GetConfigurationProductsPropertiesAtBRANDAt544364$ ||= {});
76485
+ GetConfigurationProductsPropertiesAtBRANDAt550088$inboundSchema = objectType({});
76486
+ GetConfigurationProductsPropertiesAtBRANDAt550088$outboundSchema = objectType({});
76487
+ ((GetConfigurationProductsPropertiesAtBRANDAt550088$) => {
76488
+ GetConfigurationProductsPropertiesAtBRANDAt550088$.inboundSchema = GetConfigurationProductsPropertiesAtBRANDAt550088$inboundSchema;
76489
+ GetConfigurationProductsPropertiesAtBRANDAt550088$.outboundSchema = GetConfigurationProductsPropertiesAtBRANDAt550088$outboundSchema;
76490
+ })(GetConfigurationProductsPropertiesAtBRANDAt550088$ ||= {});
76491
76491
  Pattern$inboundSchema = objectType({
76492
- "__@BRAND@544364": lazyType(() => GetConfigurationProductsPropertiesAtBRANDAt544364$inboundSchema)
76492
+ "__@BRAND@550088": lazyType(() => GetConfigurationProductsPropertiesAtBRANDAt550088$inboundSchema)
76493
76493
  }).transform((v2) => {
76494
76494
  return remap(v2, {
76495
- "__@BRAND@544364": "atBRANDAt544364"
76495
+ "__@BRAND@550088": "atBRANDAt550088"
76496
76496
  });
76497
76497
  });
76498
76498
  Pattern$outboundSchema = objectType({
76499
- atBRANDAt544364: lazyType(() => GetConfigurationProductsPropertiesAtBRANDAt544364$outboundSchema)
76499
+ atBRANDAt550088: lazyType(() => GetConfigurationProductsPropertiesAtBRANDAt550088$outboundSchema)
76500
76500
  }).transform((v2) => {
76501
76501
  return remap(v2, {
76502
- atBRANDAt544364: "__@BRAND@544364"
76502
+ atBRANDAt550088: "__@BRAND@550088"
76503
76503
  });
76504
76504
  });
76505
76505
  ((Pattern$) => {
@@ -111597,11 +111597,13 @@ var init_getactiveattackstatusop = __esm(() => {
111597
111597
  init_primitives();
111598
111598
  GetActiveAttackStatusRequest$inboundSchema = objectType({
111599
111599
  projectId: stringType(),
111600
+ since: numberType().optional(),
111600
111601
  teamId: stringType().optional(),
111601
111602
  slug: stringType().optional()
111602
111603
  });
111603
111604
  GetActiveAttackStatusRequest$outboundSchema = objectType({
111604
111605
  projectId: stringType(),
111606
+ since: numberType().optional(),
111605
111607
  teamId: stringType().optional(),
111606
111608
  slug: stringType().optional()
111607
111609
  });
@@ -111666,8 +111668,8 @@ var init_getactiveattackstatusop = __esm(() => {
111666
111668
  AffectedHostMap$.outboundSchema = AffectedHostMap$outboundSchema;
111667
111669
  })(AffectedHostMap$ ||= {});
111668
111670
  Anomalies$inboundSchema = objectType({
111669
- ownerId: stringType(),
111670
111671
  projectId: stringType(),
111672
+ ownerId: stringType(),
111671
111673
  startTime: numberType(),
111672
111674
  endTime: nullableType(numberType()),
111673
111675
  atMinute: numberType(),
@@ -111675,8 +111677,8 @@ var init_getactiveattackstatusop = __esm(() => {
111675
111677
  affectedHostMap: recordType(lazyType(() => AffectedHostMap$inboundSchema))
111676
111678
  });
111677
111679
  Anomalies$outboundSchema = objectType({
111678
- ownerId: stringType(),
111679
111680
  projectId: stringType(),
111681
+ ownerId: stringType(),
111680
111682
  startTime: numberType(),
111681
111683
  endTime: nullableType(numberType()),
111682
111684
  atMinute: numberType(),
@@ -111731,6 +111733,7 @@ async function $do169(client, request, options) {
111731
111733
  const path = pathToFunc("/v1/security/firewall/attack-status")();
111732
111734
  const query = encodeFormQuery({
111733
111735
  projectId: payload.projectId,
111736
+ since: payload.since,
111734
111737
  slug: payload.slug,
111735
111738
  teamId: payload.teamId
111736
111739
  });
@@ -111805,7 +111808,7 @@ var init_securityGetActiveAttackStatus2 = __esm(() => {
111805
111808
  name: "security-get-active-attack-status",
111806
111809
  description: `Read active attack data
111807
111810
 
111808
- Retrieve active attack data within the last 24h window`,
111811
+ Retrieve active attack data within the last N days (default: 1 day)`,
111809
111812
  args: args167,
111810
111813
  tool: async (client, args168, ctx) => {
111811
111814
  const [result, apiCall] = await securityGetActiveAttackStatus(client, args168.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
@@ -116283,9 +116286,9 @@ var init_team = __esm(() => {
116283
116286
  V0Viewer: "V0Viewer"
116284
116287
  };
116285
116288
  Origin = {
116286
- Link: "link",
116287
116289
  Saml: "saml",
116288
116290
  Mail: "mail",
116291
+ Link: "link",
116289
116292
  Import: "import",
116290
116293
  Teams: "teams",
116291
116294
  Github: "github",
@@ -116306,15 +116309,15 @@ var init_team = __esm(() => {
116306
116309
  Connect$.outboundSchema = Connect$outboundSchema;
116307
116310
  })(Connect$ ||= {});
116308
116311
  Connection$inboundSchema = objectType({
116309
- type: stringType(),
116310
116312
  status: stringType(),
116313
+ type: stringType(),
116311
116314
  state: stringType(),
116312
116315
  connectedAt: numberType(),
116313
116316
  lastReceivedWebhookEvent: numberType().optional()
116314
116317
  });
116315
116318
  Connection$outboundSchema = objectType({
116316
- type: stringType(),
116317
116319
  status: stringType(),
116320
+ type: stringType(),
116318
116321
  state: stringType(),
116319
116322
  connectedAt: numberType(),
116320
116323
  lastReceivedWebhookEvent: numberType().optional()
@@ -116612,12 +116615,12 @@ var init_team = __esm(() => {
116612
116615
  Membership$inboundSchema = objectType({
116613
116616
  uid: stringType().optional(),
116614
116617
  entitlements: arrayType(lazyType(() => Entitlements$inboundSchema)).optional(),
116615
- teamId: stringType().optional(),
116616
116618
  confirmed: booleanType(),
116617
116619
  accessRequestedAt: numberType().optional(),
116618
116620
  role: Role$inboundSchema,
116619
116621
  teamRoles: arrayType(TeamTeamRoles$inboundSchema).optional(),
116620
116622
  teamPermissions: arrayType(TeamTeamPermissions$inboundSchema).optional(),
116623
+ teamId: stringType().optional(),
116621
116624
  createdAt: numberType(),
116622
116625
  created: numberType(),
116623
116626
  joinedFrom: lazyType(() => JoinedFrom$inboundSchema).optional()
@@ -116625,12 +116628,12 @@ var init_team = __esm(() => {
116625
116628
  Membership$outboundSchema = objectType({
116626
116629
  uid: stringType().optional(),
116627
116630
  entitlements: arrayType(lazyType(() => Entitlements$outboundSchema)).optional(),
116628
- teamId: stringType().optional(),
116629
116631
  confirmed: booleanType(),
116630
116632
  accessRequestedAt: numberType().optional(),
116631
116633
  role: Role$outboundSchema,
116632
116634
  teamRoles: arrayType(TeamTeamRoles$outboundSchema).optional(),
116633
116635
  teamPermissions: arrayType(TeamTeamPermissions$outboundSchema).optional(),
116636
+ teamId: stringType().optional(),
116634
116637
  createdAt: numberType(),
116635
116638
  created: numberType(),
116636
116639
  joinedFrom: lazyType(() => JoinedFrom$outboundSchema).optional()
@@ -129064,7 +129067,7 @@ Get a list of webhooks`,
129064
129067
  function createMCPServer(deps) {
129065
129068
  const server = new McpServer({
129066
129069
  name: "Vercel",
129067
- version: "1.13.6"
129070
+ version: "1.13.7"
129068
129071
  });
129069
129072
  const client = new VercelCore({
129070
129073
  bearerToken: deps.bearerToken,
@@ -130649,7 +130652,7 @@ var routes = an({
130649
130652
  var app = He(routes, {
130650
130653
  name: "mcp",
130651
130654
  versionInfo: {
130652
- currentVersion: "1.13.6"
130655
+ currentVersion: "1.13.7"
130653
130656
  }
130654
130657
  });
130655
130658
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -130657,5 +130660,5 @@ export {
130657
130660
  app
130658
130661
  };
130659
130662
 
130660
- //# debugId=B8C8A423EC1C26F664756E2164756E21
130663
+ //# debugId=FC787855BA53185764756E2164756E21
130661
130664
  //# sourceMappingURL=mcp-server.js.map