@vercel/sdk 1.11.0 → 1.11.1

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 (124) hide show
  1. package/bin/mcp-server.js +721 -586
  2. package/bin/mcp-server.js.map +24 -24
  3. package/esm/__tests__/checks.test.js +1 -0
  4. package/esm/__tests__/checks.test.js.map +1 -1
  5. package/esm/__tests__/domains.test.js +4 -11
  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 +1 -1
  11. package/esm/__tests__/security.test.js +1 -11
  12. package/esm/__tests__/security.test.js.map +1 -1
  13. package/esm/__tests__/teams.test.js +2 -2
  14. package/esm/__tests__/teams.test.js.map +1 -1
  15. package/esm/lib/config.d.ts +3 -3
  16. package/esm/lib/config.js +3 -3
  17. package/esm/mcp-server/mcp-server.js +1 -1
  18. package/esm/mcp-server/server.js +1 -1
  19. package/esm/models/canceldeploymentop.d.ts +3 -0
  20. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  21. package/esm/models/canceldeploymentop.js +1 -0
  22. package/esm/models/canceldeploymentop.js.map +1 -1
  23. package/esm/models/createdeploymentop.d.ts +6 -0
  24. package/esm/models/createdeploymentop.d.ts.map +1 -1
  25. package/esm/models/createdeploymentop.js +2 -0
  26. package/esm/models/createdeploymentop.js.map +1 -1
  27. package/esm/models/createedgeconfigop.d.ts +2 -0
  28. package/esm/models/createedgeconfigop.d.ts.map +1 -1
  29. package/esm/models/createedgeconfigop.js +2 -0
  30. package/esm/models/createedgeconfigop.js.map +1 -1
  31. package/esm/models/createintegrationstoredirectop.d.ts +252 -240
  32. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  33. package/esm/models/createintegrationstoredirectop.js +298 -294
  34. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  35. package/esm/models/createprojectop.d.ts +170 -162
  36. package/esm/models/createprojectop.d.ts.map +1 -1
  37. package/esm/models/createprojectop.js +158 -154
  38. package/esm/models/createprojectop.js.map +1 -1
  39. package/esm/models/getallchecksop.d.ts +2 -0
  40. package/esm/models/getallchecksop.d.ts.map +1 -1
  41. package/esm/models/getallchecksop.js +2 -0
  42. package/esm/models/getallchecksop.js.map +1 -1
  43. package/esm/models/getconfigurationproductsop.d.ts +421 -331
  44. package/esm/models/getconfigurationproductsop.d.ts.map +1 -1
  45. package/esm/models/getconfigurationproductsop.js +482 -410
  46. package/esm/models/getconfigurationproductsop.js.map +1 -1
  47. package/esm/models/getdeploymentop.d.ts +3 -0
  48. package/esm/models/getdeploymentop.d.ts.map +1 -1
  49. package/esm/models/getdeploymentop.js +1 -0
  50. package/esm/models/getdeploymentop.js.map +1 -1
  51. package/esm/models/getdeploymentsop.d.ts +3 -0
  52. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  53. package/esm/models/getdeploymentsop.js +1 -0
  54. package/esm/models/getdeploymentsop.js.map +1 -1
  55. package/esm/models/getedgeconfigop.d.ts +2 -0
  56. package/esm/models/getedgeconfigop.d.ts.map +1 -1
  57. package/esm/models/getedgeconfigop.js +2 -0
  58. package/esm/models/getedgeconfigop.js.map +1 -1
  59. package/esm/models/getprojectsop.d.ts +5 -0
  60. package/esm/models/getprojectsop.d.ts.map +1 -1
  61. package/esm/models/getprojectsop.js +3 -0
  62. package/esm/models/getprojectsop.js.map +1 -1
  63. package/esm/models/getteammembersop.d.ts +36 -30
  64. package/esm/models/getteammembersop.d.ts.map +1 -1
  65. package/esm/models/getteammembersop.js +12 -10
  66. package/esm/models/getteammembersop.js.map +1 -1
  67. package/esm/models/getwebhooksop.d.ts +3 -0
  68. package/esm/models/getwebhooksop.d.ts.map +1 -1
  69. package/esm/models/getwebhooksop.js +1 -0
  70. package/esm/models/getwebhooksop.js.map +1 -1
  71. package/esm/models/importresourceop.d.ts +36 -0
  72. package/esm/models/importresourceop.d.ts.map +1 -1
  73. package/esm/models/importresourceop.js +25 -0
  74. package/esm/models/importresourceop.js.map +1 -1
  75. package/esm/models/team.d.ts +150 -26
  76. package/esm/models/team.d.ts.map +1 -1
  77. package/esm/models/team.js +110 -30
  78. package/esm/models/team.js.map +1 -1
  79. package/esm/models/updateedgeconfigop.d.ts +2 -0
  80. package/esm/models/updateedgeconfigop.d.ts.map +1 -1
  81. package/esm/models/updateedgeconfigop.js +2 -0
  82. package/esm/models/updateedgeconfigop.js.map +1 -1
  83. package/esm/models/updateprojectdatacacheop.d.ts +5 -0
  84. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  85. package/esm/models/updateprojectdatacacheop.js +3 -0
  86. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  87. package/esm/models/updateprojectop.d.ts +8 -0
  88. package/esm/models/updateprojectop.d.ts.map +1 -1
  89. package/esm/models/updateprojectop.js +4 -0
  90. package/esm/models/updateprojectop.js.map +1 -1
  91. package/esm/models/userevent.d.ts +2 -2
  92. package/examples/package-lock.json +1 -1
  93. package/jsr.json +1 -1
  94. package/package.json +1 -1
  95. package/src/__tests__/checks.test.ts +1 -0
  96. package/src/__tests__/domains.test.ts +4 -11
  97. package/src/__tests__/edgeconfig.test.ts +6 -6
  98. package/src/__tests__/integrations.test.ts +1 -1
  99. package/src/__tests__/rollingrelease.test.ts +1 -1
  100. package/src/__tests__/security.test.ts +1 -11
  101. package/src/__tests__/teams.test.ts +2 -2
  102. package/src/lib/config.ts +3 -3
  103. package/src/mcp-server/mcp-server.ts +1 -1
  104. package/src/mcp-server/server.ts +1 -1
  105. package/src/models/canceldeploymentop.ts +1 -0
  106. package/src/models/createdeploymentop.ts +2 -0
  107. package/src/models/createedgeconfigop.ts +4 -0
  108. package/src/models/createintegrationstoredirectop.ts +509 -505
  109. package/src/models/createprojectop.ts +304 -298
  110. package/src/models/getallchecksop.ts +4 -0
  111. package/src/models/getconfigurationproductsop.ts +847 -706
  112. package/src/models/getdeploymentop.ts +1 -0
  113. package/src/models/getdeploymentsop.ts +1 -0
  114. package/src/models/getedgeconfigop.ts +4 -0
  115. package/src/models/getprojectsop.ts +5 -0
  116. package/src/models/getteammembersop.ts +12 -10
  117. package/src/models/getwebhooksop.ts +1 -0
  118. package/src/models/importresourceop.ts +34 -0
  119. package/src/models/team.ts +177 -42
  120. package/src/models/updateedgeconfigop.ts +4 -0
  121. package/src/models/updateprojectdatacacheop.ts +5 -0
  122. package/src/models/updateprojectop.ts +6 -0
  123. package/src/models/userevent.ts +2 -2
  124. package/vercel-spec.json +781 -634
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.11.0",
34238
- genVersion: "2.696.0",
34239
- userAgent: "speakeasy-sdk/typescript 1.11.0 2.696.0 0.0.1 @vercel/sdk"
34237
+ sdkVersion: "1.11.1",
34238
+ genVersion: "2.698.4",
34239
+ userAgent: "speakeasy-sdk/typescript 1.11.1 2.698.4 0.0.1 @vercel/sdk"
34240
34240
  };
34241
34241
  });
34242
34242
 
@@ -42766,6 +42766,7 @@ var init_getallchecksop = __esm(() => {
42766
42766
  output: lazyType(() => GetAllChecksOutput$inboundSchema).optional(),
42767
42767
  path: stringType().optional(),
42768
42768
  rerequestable: booleanType(),
42769
+ blocking: booleanType(),
42769
42770
  startedAt: numberType().optional(),
42770
42771
  status: GetAllChecksStatus$inboundSchema,
42771
42772
  updatedAt: numberType()
@@ -42781,6 +42782,7 @@ var init_getallchecksop = __esm(() => {
42781
42782
  output: lazyType(() => GetAllChecksOutput$outboundSchema).optional(),
42782
42783
  path: stringType().optional(),
42783
42784
  rerequestable: booleanType(),
42785
+ blocking: booleanType(),
42784
42786
  startedAt: numberType().optional(),
42785
42787
  status: GetAllChecksStatus$outboundSchema,
42786
42788
  updatedAt: numberType()
@@ -44080,6 +44082,7 @@ var init_canceldeploymentop = __esm(() => {
44080
44082
  Vitepress: "vitepress",
44081
44083
  Vuepress: "vuepress",
44082
44084
  Parcel: "parcel",
44085
+ Fastapi: "fastapi",
44083
44086
  Fasthtml: "fasthtml",
44084
44087
  SanityV3: "sanity-v3",
44085
44088
  Sanity: "sanity",
@@ -46668,6 +46671,7 @@ var init_createdeploymentop = __esm(() => {
46668
46671
  Vitepress: "vitepress",
46669
46672
  Vuepress: "vuepress",
46670
46673
  Parcel: "parcel",
46674
+ Fastapi: "fastapi",
46671
46675
  Fasthtml: "fasthtml",
46672
46676
  SanityV3: "sanity-v3",
46673
46677
  Sanity: "sanity",
@@ -46730,6 +46734,7 @@ var init_createdeploymentop = __esm(() => {
46730
46734
  Vitepress: "vitepress",
46731
46735
  Vuepress: "vuepress",
46732
46736
  Parcel: "parcel",
46737
+ Fastapi: "fastapi",
46733
46738
  Fasthtml: "fasthtml",
46734
46739
  SanityV3: "sanity-v3",
46735
46740
  Sanity: "sanity",
@@ -49911,6 +49916,7 @@ var init_getdeploymentop = __esm(() => {
49911
49916
  Vitepress: "vitepress",
49912
49917
  Vuepress: "vuepress",
49913
49918
  Parcel: "parcel",
49919
+ Fastapi: "fastapi",
49914
49920
  Fasthtml: "fasthtml",
49915
49921
  SanityV3: "sanity-v3",
49916
49922
  Sanity: "sanity",
@@ -54294,6 +54300,7 @@ var init_getdeploymentsop = __esm(() => {
54294
54300
  Vitepress: "vitepress",
54295
54301
  Vuepress: "vuepress",
54296
54302
  Parcel: "parcel",
54303
+ Fastapi: "fastapi",
54297
54304
  Fasthtml: "fasthtml",
54298
54305
  SanityV3: "sanity-v3",
54299
54306
  Sanity: "sanity",
@@ -59002,6 +59009,7 @@ var init_createedgeconfigop = __esm(() => {
59002
59009
  CreateEdgeConfigResponseBody$inboundSchema = objectType({
59003
59010
  createdAt: numberType(),
59004
59011
  updatedAt: numberType(),
59012
+ deletedAt: numberType().optional(),
59005
59013
  id: stringType(),
59006
59014
  slug: stringType(),
59007
59015
  ownerId: stringType(),
@@ -59019,6 +59027,7 @@ var init_createedgeconfigop = __esm(() => {
59019
59027
  CreateEdgeConfigResponseBody$outboundSchema = objectType({
59020
59028
  createdAt: numberType(),
59021
59029
  updatedAt: numberType(),
59030
+ deletedAt: numberType().optional(),
59022
59031
  id: stringType(),
59023
59032
  slug: stringType(),
59024
59033
  ownerId: stringType(),
@@ -59839,6 +59848,7 @@ var init_getedgeconfigop = __esm(() => {
59839
59848
  GetEdgeConfigResponseBody$inboundSchema = objectType({
59840
59849
  createdAt: numberType(),
59841
59850
  updatedAt: numberType(),
59851
+ deletedAt: numberType().optional(),
59842
59852
  id: stringType(),
59843
59853
  slug: stringType(),
59844
59854
  ownerId: stringType(),
@@ -59856,6 +59866,7 @@ var init_getedgeconfigop = __esm(() => {
59856
59866
  GetEdgeConfigResponseBody$outboundSchema = objectType({
59857
59867
  createdAt: numberType(),
59858
59868
  updatedAt: numberType(),
59869
+ deletedAt: numberType().optional(),
59859
59870
  id: stringType(),
59860
59871
  slug: stringType(),
59861
59872
  ownerId: stringType(),
@@ -62063,6 +62074,7 @@ var init_updateedgeconfigop = __esm(() => {
62063
62074
  UpdateEdgeConfigResponseBody$inboundSchema = objectType({
62064
62075
  createdAt: numberType(),
62065
62076
  updatedAt: numberType(),
62077
+ deletedAt: numberType().optional(),
62066
62078
  id: stringType(),
62067
62079
  slug: stringType(),
62068
62080
  ownerId: stringType(),
@@ -62080,6 +62092,7 @@ var init_updateedgeconfigop = __esm(() => {
62080
62092
  UpdateEdgeConfigResponseBody$outboundSchema = objectType({
62081
62093
  createdAt: numberType(),
62082
62094
  updatedAt: numberType(),
62095
+ deletedAt: numberType().optional(),
62083
62096
  id: stringType(),
62084
62097
  slug: stringType(),
62085
62098
  ownerId: stringType(),
@@ -63970,7 +63983,7 @@ Connects an integration resource to a Vercel project. This endpoint establishes
63970
63983
  });
63971
63984
 
63972
63985
  // src/models/createintegrationstoredirectop.ts
63973
- var CreateIntegrationStoreDirectFramework, CreateIntegrationStoreDirectEnvironments, CreateIntegrationStoreDirectIntegrationsEnvironments, CreateIntegrationStoreDirectStatus, ExternalResourceStatus, CreateIntegrationStoreDirectIntegrationsType, CreateIntegrationStoreDirectDisabled3, CreateIntegrationStoreDirectHidden3, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl, CreateIntegrationStoreDirectDisabledIntegrationsResponse2003, CreateIntegrationStoreDirectHiddenIntegrationsResponse2003, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore3, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore3, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl, CreateIntegrationStoreDirectDisabledIntegrations3, CreateIntegrationStoreDirectHiddenIntegrations3, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiControl, CreateIntegrationStoreDirectDisabledIntegrationsResponse3, CreateIntegrationStoreDirectHiddenIntegrationsResponse3, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Type, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiControl, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2003, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2003, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2003, CreateIntegrationStoreDirectPropertiesIntegrationsResponseType, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiControl, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse3, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse3, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse3, CreateIntegrationStoreDirectPropertiesIntegrationsType, CreateIntegrationStoreDirectPropertiesIntegrationsUiControl, CreateIntegrationStoreDirectUiReadOnlyIntegrations3, CreateIntegrationStoreDirectUiHiddenIntegrations3, CreateIntegrationStoreDirectUiDisabledIntegrations3, CreateIntegrationStoreDirectPropertiesType, CreateIntegrationStoreDirectPropertiesUiControl, CreateIntegrationStoreDirectUiReadOnly3, CreateIntegrationStoreDirectUiHidden3, CreateIntegrationStoreDirectUiDisabled3, Tags, ProjectConnectionScopes, CreateIntegrationStoreDirectIntegrationsResponseType, Disabled3, Hidden3, CreateIntegrationStoreDirectLevel, CreateIntegrationStoreDirectType, CreateIntegrationStoreDirectScope, Metadata$inboundSchema, Metadata$outboundSchema, Metadata$, CreateIntegrationStoreDirectRequestBody$inboundSchema, CreateIntegrationStoreDirectRequestBody$outboundSchema, CreateIntegrationStoreDirectRequestBody$, CreateIntegrationStoreDirectRequest$inboundSchema, CreateIntegrationStoreDirectRequest$outboundSchema, CreateIntegrationStoreDirectRequest$, CreateIntegrationStoreDirectFramework$inboundSchema, CreateIntegrationStoreDirectFramework$outboundSchema, CreateIntegrationStoreDirectFramework$, CreateIntegrationStoreDirectEnvironments$inboundSchema, CreateIntegrationStoreDirectEnvironments$outboundSchema, CreateIntegrationStoreDirectEnvironments$, CreateIntegrationStoreDirectIntegrationsEnvironments$inboundSchema, CreateIntegrationStoreDirectIntegrationsEnvironments$outboundSchema, CreateIntegrationStoreDirectIntegrationsEnvironments$, Actions$inboundSchema, Actions$outboundSchema, Actions$, CreateIntegrationStoreDirectDeployments$inboundSchema, CreateIntegrationStoreDirectDeployments$outboundSchema, CreateIntegrationStoreDirectDeployments$, ProjectsMetadata$inboundSchema, ProjectsMetadata$outboundSchema, ProjectsMetadata$, CreateIntegrationStoreDirectStatus$inboundSchema, CreateIntegrationStoreDirectStatus$outboundSchema, CreateIntegrationStoreDirectStatus$, CreateIntegrationStoreDirectMetadata$inboundSchema, CreateIntegrationStoreDirectMetadata$outboundSchema, CreateIntegrationStoreDirectMetadata$, ExternalResourceStatus$inboundSchema, ExternalResourceStatus$outboundSchema, ExternalResourceStatus$, CreateIntegrationStoreDirectIntegrationsType$inboundSchema, CreateIntegrationStoreDirectIntegrationsType$outboundSchema, CreateIntegrationStoreDirectIntegrationsType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$, CreateIntegrationStoreDirectPropertiesValue$inboundSchema, CreateIntegrationStoreDirectPropertiesValue$outboundSchema, CreateIntegrationStoreDirectPropertiesValue$, CreateIntegrationStoreDirectDisabled3$inboundSchema, CreateIntegrationStoreDirectDisabled3$outboundSchema, CreateIntegrationStoreDirectDisabled3$, CreateIntegrationStoreDirectDisabled2$inboundSchema, CreateIntegrationStoreDirectDisabled2$outboundSchema, CreateIntegrationStoreDirectDisabled2$, CreateIntegrationStoreDirectPropertiesDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesDisabled$, CreateIntegrationStoreDirectHidden3$inboundSchema, CreateIntegrationStoreDirectHidden3$outboundSchema, CreateIntegrationStoreDirectHidden3$, CreateIntegrationStoreDirectHidden2$inboundSchema, CreateIntegrationStoreDirectHidden2$outboundSchema, CreateIntegrationStoreDirectHidden2$, CreateIntegrationStoreDirectPropertiesHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesHidden$, CreateIntegrationStoreDirectProperties8$inboundSchema, CreateIntegrationStoreDirectProperties8$outboundSchema, CreateIntegrationStoreDirectProperties8$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$, CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$inboundSchema, CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$outboundSchema, CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$, 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$, UiOptionsAtBRANDAt7757$inboundSchema, UiOptionsAtBRANDAt7757$outboundSchema, UiOptionsAtBRANDAt7757$, 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$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore2$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore3$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore2$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore3$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore2$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStore2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStore2$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStore2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiFormattedValue$, CreateIntegrationStoreDirectProperties7$inboundSchema, CreateIntegrationStoreDirectProperties7$outboundSchema, CreateIntegrationStoreDirectProperties7$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$, CreateIntegrationStoreDirectPropertiesIntegrationsItems$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsItems$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsItems$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$, CreateIntegrationStoreDirectDisabledIntegrations3$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrations3$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrations3$, CreateIntegrationStoreDirectDisabledIntegrations2$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrations2$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrations2$, CreateIntegrationStoreDirectPropertiesIntegrationsDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsDisabled$, CreateIntegrationStoreDirectHiddenIntegrations3$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrations3$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrations3$, CreateIntegrationStoreDirectHiddenIntegrations2$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrations2$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrations2$, CreateIntegrationStoreDirectPropertiesIntegrationsHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsHidden$, CreateIntegrationStoreDirectPropertiesIntegrationsUiOptions$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiOptions$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiOptions$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$, CreateIntegrationStoreDirectProperties6$inboundSchema, CreateIntegrationStoreDirectProperties6$outboundSchema, CreateIntegrationStoreDirectProperties6$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiControl$, CreateIntegrationStoreDirectDisabledIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse3$, CreateIntegrationStoreDirectDisabledIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseDisabled$, CreateIntegrationStoreDirectHiddenIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse3$, CreateIntegrationStoreDirectHiddenIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseHidden$, CreateIntegrationStoreDirectPropertiesUiOptions$inboundSchema, CreateIntegrationStoreDirectPropertiesUiOptions$outboundSchema, CreateIntegrationStoreDirectPropertiesUiOptions$, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$, 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$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$, CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesMaxLength$, PropertiesAtBRANDAt7757$inboundSchema, PropertiesAtBRANDAt7757$outboundSchema, PropertiesAtBRANDAt7757$, CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesMinLength$, CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$inboundSchema, CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$outboundSchema, CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$, CreateIntegrationStoreDirectPropertiesPattern$inboundSchema, CreateIntegrationStoreDirectPropertiesPattern$outboundSchema, CreateIntegrationStoreDirectPropertiesPattern$, CreateIntegrationStoreDirectUiReadOnly3$inboundSchema, CreateIntegrationStoreDirectUiReadOnly3$outboundSchema, CreateIntegrationStoreDirectUiReadOnly3$, CreateIntegrationStoreDirectUiReadOnly2$inboundSchema, CreateIntegrationStoreDirectUiReadOnly2$outboundSchema, CreateIntegrationStoreDirectUiReadOnly2$, CreateIntegrationStoreDirectPropertiesUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesUiReadOnly$, CreateIntegrationStoreDirectUiHidden3$inboundSchema, CreateIntegrationStoreDirectUiHidden3$outboundSchema, CreateIntegrationStoreDirectUiHidden3$, CreateIntegrationStoreDirectUiHidden2$inboundSchema, CreateIntegrationStoreDirectUiHidden2$outboundSchema, CreateIntegrationStoreDirectUiHidden2$, CreateIntegrationStoreDirectPropertiesUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesUiHidden$, CreateIntegrationStoreDirectUiDisabled3$inboundSchema, CreateIntegrationStoreDirectUiDisabled3$outboundSchema, CreateIntegrationStoreDirectUiDisabled3$, CreateIntegrationStoreDirectUiDisabled2$inboundSchema, CreateIntegrationStoreDirectUiDisabled2$outboundSchema, CreateIntegrationStoreDirectUiDisabled2$, CreateIntegrationStoreDirectPropertiesUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesUiDisabled$, CreateIntegrationStoreDirectUiDescription2$inboundSchema, CreateIntegrationStoreDirectUiDescription2$outboundSchema, CreateIntegrationStoreDirectUiDescription2$, CreateIntegrationStoreDirectPropertiesUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesUiDescription$, CreateIntegrationStoreDirectPropertiesUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesUiFormattedValue$, CreateIntegrationStoreDirectProperties1$inboundSchema, CreateIntegrationStoreDirectProperties1$outboundSchema, CreateIntegrationStoreDirectProperties1$, CreateIntegrationStoreDirectProperties$inboundSchema, CreateIntegrationStoreDirectProperties$outboundSchema, CreateIntegrationStoreDirectProperties$, CreateIntegrationStoreDirectMetadataSchema$inboundSchema, CreateIntegrationStoreDirectMetadataSchema$outboundSchema, CreateIntegrationStoreDirectMetadataSchema$, ResourceLinks$inboundSchema, ResourceLinks$outboundSchema, ResourceLinks$, Tags$inboundSchema, Tags$outboundSchema, Tags$, ProjectConnectionScopes$inboundSchema, ProjectConnectionScopes$outboundSchema, ProjectConnectionScopes$, Repl$inboundSchema, Repl$outboundSchema, Repl$, CreateIntegrationStoreDirectIntegrationsResponseType$inboundSchema, CreateIntegrationStoreDirectIntegrationsResponseType$outboundSchema, CreateIntegrationStoreDirectIntegrationsResponseType$, CreateIntegrationStoreDirectActions$inboundSchema, CreateIntegrationStoreDirectActions$outboundSchema, CreateIntegrationStoreDirectActions$, Steps$inboundSchema, Steps$outboundSchema, Steps$, Guides$inboundSchema, Guides$outboundSchema, Guides$, AtBRANDAt7757$inboundSchema, AtBRANDAt7757$outboundSchema, AtBRANDAt7757$, 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$;
63986
+ var CreateIntegrationStoreDirectFramework, CreateIntegrationStoreDirectEnvironments, CreateIntegrationStoreDirectIntegrationsEnvironments, CreateIntegrationStoreDirectStatus, ExternalResourceStatus, CreateIntegrationStoreDirectIntegrationsType, CreateIntegrationStoreDirectDisabled3, CreateIntegrationStoreDirectHidden3, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl, CreateIntegrationStoreDirectDisabledIntegrationsResponse2003, CreateIntegrationStoreDirectHiddenIntegrationsResponse2003, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore3, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore3, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl, CreateIntegrationStoreDirectDisabledIntegrations3, CreateIntegrationStoreDirectHiddenIntegrations3, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiControl, CreateIntegrationStoreDirectDisabledIntegrationsResponse3, CreateIntegrationStoreDirectHiddenIntegrationsResponse3, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Type, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiControl, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2003, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2003, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2003, CreateIntegrationStoreDirectPropertiesIntegrationsResponseType, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiControl, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse3, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse3, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse3, CreateIntegrationStoreDirectPropertiesIntegrationsType, CreateIntegrationStoreDirectPropertiesIntegrationsUiControl, CreateIntegrationStoreDirectUiReadOnlyIntegrations3, CreateIntegrationStoreDirectUiHiddenIntegrations3, CreateIntegrationStoreDirectUiDisabledIntegrations3, CreateIntegrationStoreDirectPropertiesType, CreateIntegrationStoreDirectPropertiesUiControl, CreateIntegrationStoreDirectUiReadOnly3, CreateIntegrationStoreDirectUiHidden3, CreateIntegrationStoreDirectUiDisabled3, Tags, ProjectConnectionScopes, CreateIntegrationStoreDirectIntegrationsResponseType, Disabled3, Hidden3, CreateIntegrationStoreDirectLevel, CreateIntegrationStoreDirectType, CreateIntegrationStoreDirectScope, Metadata$inboundSchema, Metadata$outboundSchema, Metadata$, CreateIntegrationStoreDirectRequestBody$inboundSchema, CreateIntegrationStoreDirectRequestBody$outboundSchema, CreateIntegrationStoreDirectRequestBody$, CreateIntegrationStoreDirectRequest$inboundSchema, CreateIntegrationStoreDirectRequest$outboundSchema, CreateIntegrationStoreDirectRequest$, CreateIntegrationStoreDirectFramework$inboundSchema, CreateIntegrationStoreDirectFramework$outboundSchema, CreateIntegrationStoreDirectFramework$, CreateIntegrationStoreDirectEnvironments$inboundSchema, CreateIntegrationStoreDirectEnvironments$outboundSchema, CreateIntegrationStoreDirectEnvironments$, CreateIntegrationStoreDirectIntegrationsEnvironments$inboundSchema, CreateIntegrationStoreDirectIntegrationsEnvironments$outboundSchema, CreateIntegrationStoreDirectIntegrationsEnvironments$, Actions$inboundSchema, Actions$outboundSchema, Actions$, CreateIntegrationStoreDirectDeployments$inboundSchema, CreateIntegrationStoreDirectDeployments$outboundSchema, CreateIntegrationStoreDirectDeployments$, ProjectsMetadata$inboundSchema, ProjectsMetadata$outboundSchema, ProjectsMetadata$, CreateIntegrationStoreDirectStatus$inboundSchema, CreateIntegrationStoreDirectStatus$outboundSchema, CreateIntegrationStoreDirectStatus$, CreateIntegrationStoreDirectMetadata$inboundSchema, CreateIntegrationStoreDirectMetadata$outboundSchema, CreateIntegrationStoreDirectMetadata$, ExternalResourceStatus$inboundSchema, ExternalResourceStatus$outboundSchema, ExternalResourceStatus$, CreateIntegrationStoreDirectIntegrationsType$inboundSchema, CreateIntegrationStoreDirectIntegrationsType$outboundSchema, CreateIntegrationStoreDirectIntegrationsType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$, CreateIntegrationStoreDirectPropertiesValue$inboundSchema, CreateIntegrationStoreDirectPropertiesValue$outboundSchema, CreateIntegrationStoreDirectPropertiesValue$, CreateIntegrationStoreDirectDisabled3$inboundSchema, CreateIntegrationStoreDirectDisabled3$outboundSchema, CreateIntegrationStoreDirectDisabled3$, CreateIntegrationStoreDirectDisabled2$inboundSchema, CreateIntegrationStoreDirectDisabled2$outboundSchema, CreateIntegrationStoreDirectDisabled2$, CreateIntegrationStoreDirectPropertiesDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesDisabled$, CreateIntegrationStoreDirectHidden3$inboundSchema, CreateIntegrationStoreDirectHidden3$outboundSchema, CreateIntegrationStoreDirectHidden3$, CreateIntegrationStoreDirectHidden2$inboundSchema, CreateIntegrationStoreDirectHidden2$outboundSchema, CreateIntegrationStoreDirectHidden2$, CreateIntegrationStoreDirectPropertiesHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesHidden$, CreateIntegrationStoreDirectProperties8$inboundSchema, CreateIntegrationStoreDirectProperties8$outboundSchema, CreateIntegrationStoreDirectProperties8$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$, CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$inboundSchema, CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$outboundSchema, CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$, 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$, UiOptionsAtBRANDAt7838$inboundSchema, UiOptionsAtBRANDAt7838$outboundSchema, UiOptionsAtBRANDAt7838$, 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$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore2$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore3$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore2$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore3$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore2$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStore2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStore2$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStore2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiFormattedValue$, CreateIntegrationStoreDirectProperties7$inboundSchema, CreateIntegrationStoreDirectProperties7$outboundSchema, CreateIntegrationStoreDirectProperties7$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$, CreateIntegrationStoreDirectPropertiesIntegrationsItems$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsItems$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsItems$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$, CreateIntegrationStoreDirectDisabledIntegrations3$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrations3$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrations3$, CreateIntegrationStoreDirectDisabledIntegrations2$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrations2$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrations2$, CreateIntegrationStoreDirectPropertiesIntegrationsDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsDisabled$, CreateIntegrationStoreDirectHiddenIntegrations3$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrations3$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrations3$, CreateIntegrationStoreDirectHiddenIntegrations2$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrations2$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrations2$, CreateIntegrationStoreDirectPropertiesIntegrationsHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsHidden$, CreateIntegrationStoreDirectPropertiesIntegrationsUiOptions$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiOptions$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiOptions$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$, CreateIntegrationStoreDirectProperties6$inboundSchema, CreateIntegrationStoreDirectProperties6$outboundSchema, CreateIntegrationStoreDirectProperties6$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiControl$, CreateIntegrationStoreDirectDisabledIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse3$, CreateIntegrationStoreDirectDisabledIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseDisabled$, CreateIntegrationStoreDirectHiddenIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse3$, CreateIntegrationStoreDirectHiddenIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseHidden$, CreateIntegrationStoreDirectPropertiesUiOptions$inboundSchema, CreateIntegrationStoreDirectPropertiesUiOptions$outboundSchema, CreateIntegrationStoreDirectPropertiesUiOptions$, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$, 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$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$, CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesMaxLength$, PropertiesAtBRANDAt7838$inboundSchema, PropertiesAtBRANDAt7838$outboundSchema, PropertiesAtBRANDAt7838$, CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesMinLength$, CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$inboundSchema, CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$outboundSchema, CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$, CreateIntegrationStoreDirectPropertiesPattern$inboundSchema, CreateIntegrationStoreDirectPropertiesPattern$outboundSchema, CreateIntegrationStoreDirectPropertiesPattern$, CreateIntegrationStoreDirectUiReadOnly3$inboundSchema, CreateIntegrationStoreDirectUiReadOnly3$outboundSchema, CreateIntegrationStoreDirectUiReadOnly3$, CreateIntegrationStoreDirectUiReadOnly2$inboundSchema, CreateIntegrationStoreDirectUiReadOnly2$outboundSchema, CreateIntegrationStoreDirectUiReadOnly2$, CreateIntegrationStoreDirectPropertiesUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesUiReadOnly$, CreateIntegrationStoreDirectUiHidden3$inboundSchema, CreateIntegrationStoreDirectUiHidden3$outboundSchema, CreateIntegrationStoreDirectUiHidden3$, CreateIntegrationStoreDirectUiHidden2$inboundSchema, CreateIntegrationStoreDirectUiHidden2$outboundSchema, CreateIntegrationStoreDirectUiHidden2$, CreateIntegrationStoreDirectPropertiesUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesUiHidden$, CreateIntegrationStoreDirectUiDisabled3$inboundSchema, CreateIntegrationStoreDirectUiDisabled3$outboundSchema, CreateIntegrationStoreDirectUiDisabled3$, CreateIntegrationStoreDirectUiDisabled2$inboundSchema, CreateIntegrationStoreDirectUiDisabled2$outboundSchema, CreateIntegrationStoreDirectUiDisabled2$, CreateIntegrationStoreDirectPropertiesUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesUiDisabled$, CreateIntegrationStoreDirectUiDescription2$inboundSchema, CreateIntegrationStoreDirectUiDescription2$outboundSchema, CreateIntegrationStoreDirectUiDescription2$, CreateIntegrationStoreDirectPropertiesUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesUiDescription$, CreateIntegrationStoreDirectPropertiesUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesUiFormattedValue$, CreateIntegrationStoreDirectProperties1$inboundSchema, CreateIntegrationStoreDirectProperties1$outboundSchema, CreateIntegrationStoreDirectProperties1$, CreateIntegrationStoreDirectProperties$inboundSchema, CreateIntegrationStoreDirectProperties$outboundSchema, CreateIntegrationStoreDirectProperties$, CreateIntegrationStoreDirectMetadataSchema$inboundSchema, CreateIntegrationStoreDirectMetadataSchema$outboundSchema, CreateIntegrationStoreDirectMetadataSchema$, ResourceLinks$inboundSchema, ResourceLinks$outboundSchema, ResourceLinks$, Tags$inboundSchema, Tags$outboundSchema, Tags$, ProjectConnectionScopes$inboundSchema, ProjectConnectionScopes$outboundSchema, ProjectConnectionScopes$, Repl$inboundSchema, Repl$outboundSchema, Repl$, CreateIntegrationStoreDirectIntegrationsResponseType$inboundSchema, CreateIntegrationStoreDirectIntegrationsResponseType$outboundSchema, CreateIntegrationStoreDirectIntegrationsResponseType$, CreateIntegrationStoreDirectActions$inboundSchema, CreateIntegrationStoreDirectActions$outboundSchema, CreateIntegrationStoreDirectActions$, Steps$inboundSchema, Steps$outboundSchema, Steps$, Guides$inboundSchema, Guides$outboundSchema, Guides$, AtBRANDAt7838$inboundSchema, AtBRANDAt7838$outboundSchema, AtBRANDAt7838$, 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$;
63974
63987
  var init_createintegrationstoredirectop = __esm(() => {
63975
63988
  init_esm();
63976
63989
  init_primitives();
@@ -64017,6 +64030,7 @@ var init_createintegrationstoredirectop = __esm(() => {
64017
64030
  Vitepress: "vitepress",
64018
64031
  Vuepress: "vuepress",
64019
64032
  Parcel: "parcel",
64033
+ Fastapi: "fastapi",
64020
64034
  Fasthtml: "fasthtml",
64021
64035
  SanityV3: "sanity-v3",
64022
64036
  Sanity: "sanity",
@@ -64242,6 +64256,7 @@ var init_createintegrationstoredirectop = __esm(() => {
64242
64256
  Authentication: "authentication",
64243
64257
  Workflow: "workflow",
64244
64258
  LogDrain: "logDrain",
64259
+ TraceDrain: "traceDrain",
64245
64260
  Messaging: "messaging",
64246
64261
  Other: "other",
64247
64262
  Mysql: "mysql",
@@ -64270,6 +64285,7 @@ var init_createintegrationstoredirectop = __esm(() => {
64270
64285
  TagChecks: "tag_checks",
64271
64286
  TagStorage: "tag_storage",
64272
64287
  TagLogDrain: "tag_logDrain",
64288
+ TagTraceDrain: "tag_traceDrain",
64273
64289
  TagOther: "tag_other"
64274
64290
  };
64275
64291
  ProjectConnectionScopes = {
@@ -64283,7 +64299,8 @@ var init_createintegrationstoredirectop = __esm(() => {
64283
64299
  ReadWriteIntegrationDeploymentAction: "read-write:integration-deployment-action",
64284
64300
  ReadWriteLogDrain: "read-write:log-drain",
64285
64301
  ReadWriteProjectEnvVars: "read-write:project-env-vars",
64286
- ReadWriteProjectProtectionBypass: "read-write:project-protection-bypass"
64302
+ ReadWriteProjectProtectionBypass: "read-write:project-protection-bypass",
64303
+ ReadWriteTraceDrain: "read-write:trace-drain"
64287
64304
  };
64288
64305
  CreateIntegrationStoreDirectIntegrationsResponseType = {
64289
64306
  ConnectToProject: "connect_to_project",
@@ -64494,24 +64511,24 @@ var init_createintegrationstoredirectop = __esm(() => {
64494
64511
  CreateIntegrationStoreDirectIntegrationsType$.inboundSchema = CreateIntegrationStoreDirectIntegrationsType$inboundSchema;
64495
64512
  CreateIntegrationStoreDirectIntegrationsType$.outboundSchema = CreateIntegrationStoreDirectIntegrationsType$outboundSchema;
64496
64513
  })(CreateIntegrationStoreDirectIntegrationsType$ ||= {});
64497
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$inboundSchema = objectType({});
64498
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$outboundSchema = objectType({});
64499
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$) => {
64500
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$inboundSchema;
64501
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$outboundSchema;
64502
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$ ||= {});
64514
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$inboundSchema = objectType({});
64515
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$outboundSchema = objectType({});
64516
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$) => {
64517
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$inboundSchema;
64518
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$outboundSchema;
64519
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$ ||= {});
64503
64520
  CreateIntegrationStoreDirectPropertiesValue$inboundSchema = objectType({
64504
- "__@BRAND@7757": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$inboundSchema)
64521
+ "__@BRAND@7838": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$inboundSchema)
64505
64522
  }).transform((v2) => {
64506
64523
  return remap(v2, {
64507
- "__@BRAND@7757": "atBRANDAt7757"
64524
+ "__@BRAND@7838": "atBRANDAt7838"
64508
64525
  });
64509
64526
  });
64510
64527
  CreateIntegrationStoreDirectPropertiesValue$outboundSchema = objectType({
64511
- atBRANDAt7757: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$outboundSchema)
64528
+ atBRANDAt7838: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$outboundSchema)
64512
64529
  }).transform((v2) => {
64513
64530
  return remap(v2, {
64514
- atBRANDAt7757: "__@BRAND@7757"
64531
+ atBRANDAt7838: "__@BRAND@7838"
64515
64532
  });
64516
64533
  });
64517
64534
  ((CreateIntegrationStoreDirectPropertiesValue$) => {
@@ -64620,24 +64637,24 @@ var init_createintegrationstoredirectop = __esm(() => {
64620
64637
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$inboundSchema;
64621
64638
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema;
64622
64639
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ ||= {});
64623
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$inboundSchema = objectType({});
64624
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$outboundSchema = objectType({});
64625
- ((CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$) => {
64626
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$.inboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$inboundSchema;
64627
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$.outboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$outboundSchema;
64628
- })(CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$ ||= {});
64640
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$inboundSchema = objectType({});
64641
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$outboundSchema = objectType({});
64642
+ ((CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$) => {
64643
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$inboundSchema;
64644
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$outboundSchema;
64645
+ })(CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$ ||= {});
64629
64646
  CreateIntegrationStoreDirectUiOptionsValue$inboundSchema = objectType({
64630
- "__@BRAND@7757": lazyType(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$inboundSchema)
64647
+ "__@BRAND@7838": lazyType(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$inboundSchema)
64631
64648
  }).transform((v2) => {
64632
64649
  return remap(v2, {
64633
- "__@BRAND@7757": "atBRANDAt7757"
64650
+ "__@BRAND@7838": "atBRANDAt7838"
64634
64651
  });
64635
64652
  });
64636
64653
  CreateIntegrationStoreDirectUiOptionsValue$outboundSchema = objectType({
64637
- atBRANDAt7757: lazyType(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$outboundSchema)
64654
+ atBRANDAt7838: lazyType(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$outboundSchema)
64638
64655
  }).transform((v2) => {
64639
64656
  return remap(v2, {
64640
- atBRANDAt7757: "__@BRAND@7757"
64657
+ atBRANDAt7838: "__@BRAND@7838"
64641
64658
  });
64642
64659
  });
64643
64660
  ((CreateIntegrationStoreDirectUiOptionsValue$) => {
@@ -64734,24 +64751,24 @@ var init_createintegrationstoredirectop = __esm(() => {
64734
64751
  CreateIntegrationStoreDirectUiOptions3$.inboundSchema = CreateIntegrationStoreDirectUiOptions3$inboundSchema;
64735
64752
  CreateIntegrationStoreDirectUiOptions3$.outboundSchema = CreateIntegrationStoreDirectUiOptions3$outboundSchema;
64736
64753
  })(CreateIntegrationStoreDirectUiOptions3$ ||= {});
64737
- UiOptionsAtBRANDAt7757$inboundSchema = objectType({});
64738
- UiOptionsAtBRANDAt7757$outboundSchema = objectType({});
64739
- ((UiOptionsAtBRANDAt7757$) => {
64740
- UiOptionsAtBRANDAt7757$.inboundSchema = UiOptionsAtBRANDAt7757$inboundSchema;
64741
- UiOptionsAtBRANDAt7757$.outboundSchema = UiOptionsAtBRANDAt7757$outboundSchema;
64742
- })(UiOptionsAtBRANDAt7757$ ||= {});
64754
+ UiOptionsAtBRANDAt7838$inboundSchema = objectType({});
64755
+ UiOptionsAtBRANDAt7838$outboundSchema = objectType({});
64756
+ ((UiOptionsAtBRANDAt7838$) => {
64757
+ UiOptionsAtBRANDAt7838$.inboundSchema = UiOptionsAtBRANDAt7838$inboundSchema;
64758
+ UiOptionsAtBRANDAt7838$.outboundSchema = UiOptionsAtBRANDAt7838$outboundSchema;
64759
+ })(UiOptionsAtBRANDAt7838$ ||= {});
64743
64760
  CreateIntegrationStoreDirectUiOptions2$inboundSchema = objectType({
64744
- "__@BRAND@7757": lazyType(() => UiOptionsAtBRANDAt7757$inboundSchema)
64761
+ "__@BRAND@7838": lazyType(() => UiOptionsAtBRANDAt7838$inboundSchema)
64745
64762
  }).transform((v2) => {
64746
64763
  return remap(v2, {
64747
- "__@BRAND@7757": "atBRANDAt7757"
64764
+ "__@BRAND@7838": "atBRANDAt7838"
64748
64765
  });
64749
64766
  });
64750
64767
  CreateIntegrationStoreDirectUiOptions2$outboundSchema = objectType({
64751
- atBRANDAt7757: lazyType(() => UiOptionsAtBRANDAt7757$outboundSchema)
64768
+ atBRANDAt7838: lazyType(() => UiOptionsAtBRANDAt7838$outboundSchema)
64752
64769
  }).transform((v2) => {
64753
64770
  return remap(v2, {
64754
- atBRANDAt7757: "__@BRAND@7757"
64771
+ atBRANDAt7838: "__@BRAND@7838"
64755
64772
  });
64756
64773
  });
64757
64774
  ((CreateIntegrationStoreDirectUiOptions2$) => {
@@ -64864,72 +64881,72 @@ var init_createintegrationstoredirectop = __esm(() => {
64864
64881
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$inboundSchema;
64865
64882
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$outboundSchema;
64866
64883
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$ ||= {});
64867
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$inboundSchema = objectType({});
64868
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$outboundSchema = objectType({});
64869
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$) => {
64870
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$inboundSchema;
64871
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$outboundSchema;
64872
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$ ||= {});
64884
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$inboundSchema = objectType({});
64885
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$outboundSchema = objectType({});
64886
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$) => {
64887
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$inboundSchema;
64888
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$outboundSchema;
64889
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$ ||= {});
64873
64890
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema = objectType({
64874
- "__@BRAND@7757": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$inboundSchema)
64891
+ "__@BRAND@7838": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$inboundSchema)
64875
64892
  }).transform((v2) => {
64876
64893
  return remap(v2, {
64877
- "__@BRAND@7757": "atBRANDAt7757"
64894
+ "__@BRAND@7838": "atBRANDAt7838"
64878
64895
  });
64879
64896
  });
64880
64897
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema = objectType({
64881
- atBRANDAt7757: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$outboundSchema)
64898
+ atBRANDAt7838: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$outboundSchema)
64882
64899
  }).transform((v2) => {
64883
64900
  return remap(v2, {
64884
- atBRANDAt7757: "__@BRAND@7757"
64901
+ atBRANDAt7838: "__@BRAND@7838"
64885
64902
  });
64886
64903
  });
64887
64904
  ((CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$) => {
64888
64905
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema;
64889
64906
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema;
64890
64907
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$ ||= {});
64891
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$inboundSchema = objectType({});
64892
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$outboundSchema = objectType({});
64893
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$) => {
64894
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$inboundSchema;
64895
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$outboundSchema;
64896
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$ ||= {});
64908
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$inboundSchema = objectType({});
64909
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$outboundSchema = objectType({});
64910
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$) => {
64911
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$inboundSchema;
64912
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$outboundSchema;
64913
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$ ||= {});
64897
64914
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema = objectType({
64898
- "__@BRAND@7757": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$inboundSchema)
64915
+ "__@BRAND@7838": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$inboundSchema)
64899
64916
  }).transform((v2) => {
64900
64917
  return remap(v2, {
64901
- "__@BRAND@7757": "atBRANDAt7757"
64918
+ "__@BRAND@7838": "atBRANDAt7838"
64902
64919
  });
64903
64920
  });
64904
64921
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema = objectType({
64905
- atBRANDAt7757: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$outboundSchema)
64922
+ atBRANDAt7838: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$outboundSchema)
64906
64923
  }).transform((v2) => {
64907
64924
  return remap(v2, {
64908
- atBRANDAt7757: "__@BRAND@7757"
64925
+ atBRANDAt7838: "__@BRAND@7838"
64909
64926
  });
64910
64927
  });
64911
64928
  ((CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$) => {
64912
64929
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema;
64913
64930
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema;
64914
64931
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$ ||= {});
64915
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$inboundSchema = objectType({});
64916
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$outboundSchema = objectType({});
64917
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$) => {
64918
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$inboundSchema;
64919
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$outboundSchema;
64920
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$ ||= {});
64932
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$inboundSchema = objectType({});
64933
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$outboundSchema = objectType({});
64934
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$) => {
64935
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$inboundSchema;
64936
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$outboundSchema;
64937
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$ ||= {});
64921
64938
  CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema = objectType({
64922
- "__@BRAND@7757": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$inboundSchema)
64939
+ "__@BRAND@7838": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$inboundSchema)
64923
64940
  }).transform((v2) => {
64924
64941
  return remap(v2, {
64925
- "__@BRAND@7757": "atBRANDAt7757"
64942
+ "__@BRAND@7838": "atBRANDAt7838"
64926
64943
  });
64927
64944
  });
64928
64945
  CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema = objectType({
64929
- atBRANDAt7757: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$outboundSchema)
64946
+ atBRANDAt7838: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$outboundSchema)
64930
64947
  }).transform((v2) => {
64931
64948
  return remap(v2, {
64932
- atBRANDAt7757: "__@BRAND@7757"
64949
+ atBRANDAt7838: "__@BRAND@7838"
64933
64950
  });
64934
64951
  });
64935
64952
  ((CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$) => {
@@ -65172,72 +65189,72 @@ var init_createintegrationstoredirectop = __esm(() => {
65172
65189
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema;
65173
65190
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema;
65174
65191
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$ ||= {});
65175
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$inboundSchema = objectType({});
65176
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$outboundSchema = objectType({});
65177
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$) => {
65178
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$inboundSchema;
65179
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$outboundSchema;
65180
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$ ||= {});
65192
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$inboundSchema = objectType({});
65193
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$outboundSchema = objectType({});
65194
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$) => {
65195
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$inboundSchema;
65196
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$outboundSchema;
65197
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$ ||= {});
65181
65198
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema = objectType({
65182
- "__@BRAND@7757": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$inboundSchema)
65199
+ "__@BRAND@7838": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$inboundSchema)
65183
65200
  }).transform((v2) => {
65184
65201
  return remap(v2, {
65185
- "__@BRAND@7757": "atBRANDAt7757"
65202
+ "__@BRAND@7838": "atBRANDAt7838"
65186
65203
  });
65187
65204
  });
65188
65205
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema = objectType({
65189
- atBRANDAt7757: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$outboundSchema)
65206
+ atBRANDAt7838: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$outboundSchema)
65190
65207
  }).transform((v2) => {
65191
65208
  return remap(v2, {
65192
- atBRANDAt7757: "__@BRAND@7757"
65209
+ atBRANDAt7838: "__@BRAND@7838"
65193
65210
  });
65194
65211
  });
65195
65212
  ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$) => {
65196
65213
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema;
65197
65214
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema;
65198
65215
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$ ||= {});
65199
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$inboundSchema = objectType({});
65200
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$outboundSchema = objectType({});
65201
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$) => {
65202
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$inboundSchema;
65203
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$outboundSchema;
65204
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$ ||= {});
65216
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$inboundSchema = objectType({});
65217
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$outboundSchema = objectType({});
65218
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$) => {
65219
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$inboundSchema;
65220
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$outboundSchema;
65221
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$ ||= {});
65205
65222
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema = objectType({
65206
- "__@BRAND@7757": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$inboundSchema)
65223
+ "__@BRAND@7838": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$inboundSchema)
65207
65224
  }).transform((v2) => {
65208
65225
  return remap(v2, {
65209
- "__@BRAND@7757": "atBRANDAt7757"
65226
+ "__@BRAND@7838": "atBRANDAt7838"
65210
65227
  });
65211
65228
  });
65212
65229
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema = objectType({
65213
- atBRANDAt7757: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$outboundSchema)
65230
+ atBRANDAt7838: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$outboundSchema)
65214
65231
  }).transform((v2) => {
65215
65232
  return remap(v2, {
65216
- atBRANDAt7757: "__@BRAND@7757"
65233
+ atBRANDAt7838: "__@BRAND@7838"
65217
65234
  });
65218
65235
  });
65219
65236
  ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$) => {
65220
65237
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema;
65221
65238
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema;
65222
65239
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$ ||= {});
65223
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$inboundSchema = objectType({});
65224
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$outboundSchema = objectType({});
65225
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$) => {
65226
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$inboundSchema;
65227
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$outboundSchema;
65228
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$ ||= {});
65240
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$inboundSchema = objectType({});
65241
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$outboundSchema = objectType({});
65242
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$) => {
65243
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$inboundSchema;
65244
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$outboundSchema;
65245
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$ ||= {});
65229
65246
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema = objectType({
65230
- "__@BRAND@7757": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$inboundSchema)
65247
+ "__@BRAND@7838": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$inboundSchema)
65231
65248
  }).transform((v2) => {
65232
65249
  return remap(v2, {
65233
- "__@BRAND@7757": "atBRANDAt7757"
65250
+ "__@BRAND@7838": "atBRANDAt7838"
65234
65251
  });
65235
65252
  });
65236
65253
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema = objectType({
65237
- atBRANDAt7757: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$outboundSchema)
65254
+ atBRANDAt7838: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$outboundSchema)
65238
65255
  }).transform((v2) => {
65239
65256
  return remap(v2, {
65240
- atBRANDAt7757: "__@BRAND@7757"
65257
+ atBRANDAt7838: "__@BRAND@7838"
65241
65258
  });
65242
65259
  });
65243
65260
  ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$) => {
@@ -65684,72 +65701,72 @@ var init_createintegrationstoredirectop = __esm(() => {
65684
65701
  CreateIntegrationStoreDirectPropertiesUiOptions$.inboundSchema = CreateIntegrationStoreDirectPropertiesUiOptions$inboundSchema;
65685
65702
  CreateIntegrationStoreDirectPropertiesUiOptions$.outboundSchema = CreateIntegrationStoreDirectPropertiesUiOptions$outboundSchema;
65686
65703
  })(CreateIntegrationStoreDirectPropertiesUiOptions$ ||= {});
65687
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$inboundSchema = objectType({});
65688
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$outboundSchema = objectType({});
65689
- ((CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$) => {
65690
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$inboundSchema;
65691
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$outboundSchema;
65692
- })(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$ ||= {});
65704
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$inboundSchema = objectType({});
65705
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$outboundSchema = objectType({});
65706
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$) => {
65707
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$inboundSchema;
65708
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$outboundSchema;
65709
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$ ||= {});
65693
65710
  CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema = objectType({
65694
- "__@BRAND@7757": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$inboundSchema)
65711
+ "__@BRAND@7838": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$inboundSchema)
65695
65712
  }).transform((v2) => {
65696
65713
  return remap(v2, {
65697
- "__@BRAND@7757": "atBRANDAt7757"
65714
+ "__@BRAND@7838": "atBRANDAt7838"
65698
65715
  });
65699
65716
  });
65700
65717
  CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema = objectType({
65701
- atBRANDAt7757: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$outboundSchema)
65718
+ atBRANDAt7838: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$outboundSchema)
65702
65719
  }).transform((v2) => {
65703
65720
  return remap(v2, {
65704
- atBRANDAt7757: "__@BRAND@7757"
65721
+ atBRANDAt7838: "__@BRAND@7838"
65705
65722
  });
65706
65723
  });
65707
65724
  ((CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$) => {
65708
65725
  CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema;
65709
65726
  CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema;
65710
65727
  })(CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$ ||= {});
65711
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$inboundSchema = objectType({});
65712
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$outboundSchema = objectType({});
65713
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$) => {
65714
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$inboundSchema;
65715
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$outboundSchema;
65716
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$ ||= {});
65728
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$inboundSchema = objectType({});
65729
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$outboundSchema = objectType({});
65730
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$) => {
65731
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$inboundSchema;
65732
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$outboundSchema;
65733
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$ ||= {});
65717
65734
  CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema = objectType({
65718
- "__@BRAND@7757": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$inboundSchema)
65735
+ "__@BRAND@7838": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$inboundSchema)
65719
65736
  }).transform((v2) => {
65720
65737
  return remap(v2, {
65721
- "__@BRAND@7757": "atBRANDAt7757"
65738
+ "__@BRAND@7838": "atBRANDAt7838"
65722
65739
  });
65723
65740
  });
65724
65741
  CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema = objectType({
65725
- atBRANDAt7757: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$outboundSchema)
65742
+ atBRANDAt7838: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$outboundSchema)
65726
65743
  }).transform((v2) => {
65727
65744
  return remap(v2, {
65728
- atBRANDAt7757: "__@BRAND@7757"
65745
+ atBRANDAt7838: "__@BRAND@7838"
65729
65746
  });
65730
65747
  });
65731
65748
  ((CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$) => {
65732
65749
  CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema;
65733
65750
  CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema;
65734
65751
  })(CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$ ||= {});
65735
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$inboundSchema = objectType({});
65736
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$outboundSchema = objectType({});
65737
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$) => {
65738
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$inboundSchema;
65739
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$outboundSchema;
65740
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$ ||= {});
65752
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$inboundSchema = objectType({});
65753
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$outboundSchema = objectType({});
65754
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$) => {
65755
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$inboundSchema;
65756
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$outboundSchema;
65757
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$ ||= {});
65741
65758
  CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema = objectType({
65742
- "__@BRAND@7757": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$inboundSchema)
65759
+ "__@BRAND@7838": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$inboundSchema)
65743
65760
  }).transform((v2) => {
65744
65761
  return remap(v2, {
65745
- "__@BRAND@7757": "atBRANDAt7757"
65762
+ "__@BRAND@7838": "atBRANDAt7838"
65746
65763
  });
65747
65764
  });
65748
65765
  CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema = objectType({
65749
- atBRANDAt7757: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$outboundSchema)
65766
+ atBRANDAt7838: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$outboundSchema)
65750
65767
  }).transform((v2) => {
65751
65768
  return remap(v2, {
65752
- atBRANDAt7757: "__@BRAND@7757"
65769
+ atBRANDAt7838: "__@BRAND@7838"
65753
65770
  });
65754
65771
  });
65755
65772
  ((CreateIntegrationStoreDirectPropertiesIntegrationsPattern$) => {
@@ -66670,72 +66687,72 @@ var init_createintegrationstoredirectop = __esm(() => {
66670
66687
  CreateIntegrationStoreDirectPropertiesUiControl$.inboundSchema = CreateIntegrationStoreDirectPropertiesUiControl$inboundSchema;
66671
66688
  CreateIntegrationStoreDirectPropertiesUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema;
66672
66689
  })(CreateIntegrationStoreDirectPropertiesUiControl$ ||= {});
66673
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$inboundSchema = objectType({});
66674
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$outboundSchema = objectType({});
66675
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$) => {
66676
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$inboundSchema;
66677
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$outboundSchema;
66678
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$ ||= {});
66690
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$inboundSchema = objectType({});
66691
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$outboundSchema = objectType({});
66692
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$) => {
66693
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$inboundSchema;
66694
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$outboundSchema;
66695
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$ ||= {});
66679
66696
  CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema = objectType({
66680
- "__@BRAND@7757": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$inboundSchema)
66697
+ "__@BRAND@7838": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$inboundSchema)
66681
66698
  }).transform((v2) => {
66682
66699
  return remap(v2, {
66683
- "__@BRAND@7757": "atBRANDAt7757"
66700
+ "__@BRAND@7838": "atBRANDAt7838"
66684
66701
  });
66685
66702
  });
66686
66703
  CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema = objectType({
66687
- atBRANDAt7757: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$outboundSchema)
66704
+ atBRANDAt7838: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$outboundSchema)
66688
66705
  }).transform((v2) => {
66689
66706
  return remap(v2, {
66690
- atBRANDAt7757: "__@BRAND@7757"
66707
+ atBRANDAt7838: "__@BRAND@7838"
66691
66708
  });
66692
66709
  });
66693
66710
  ((CreateIntegrationStoreDirectPropertiesMaxLength$) => {
66694
66711
  CreateIntegrationStoreDirectPropertiesMaxLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema;
66695
66712
  CreateIntegrationStoreDirectPropertiesMaxLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema;
66696
66713
  })(CreateIntegrationStoreDirectPropertiesMaxLength$ ||= {});
66697
- PropertiesAtBRANDAt7757$inboundSchema = objectType({});
66698
- PropertiesAtBRANDAt7757$outboundSchema = objectType({});
66699
- ((PropertiesAtBRANDAt7757$) => {
66700
- PropertiesAtBRANDAt7757$.inboundSchema = PropertiesAtBRANDAt7757$inboundSchema;
66701
- PropertiesAtBRANDAt7757$.outboundSchema = PropertiesAtBRANDAt7757$outboundSchema;
66702
- })(PropertiesAtBRANDAt7757$ ||= {});
66714
+ PropertiesAtBRANDAt7838$inboundSchema = objectType({});
66715
+ PropertiesAtBRANDAt7838$outboundSchema = objectType({});
66716
+ ((PropertiesAtBRANDAt7838$) => {
66717
+ PropertiesAtBRANDAt7838$.inboundSchema = PropertiesAtBRANDAt7838$inboundSchema;
66718
+ PropertiesAtBRANDAt7838$.outboundSchema = PropertiesAtBRANDAt7838$outboundSchema;
66719
+ })(PropertiesAtBRANDAt7838$ ||= {});
66703
66720
  CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema = objectType({
66704
- "__@BRAND@7757": lazyType(() => PropertiesAtBRANDAt7757$inboundSchema)
66721
+ "__@BRAND@7838": lazyType(() => PropertiesAtBRANDAt7838$inboundSchema)
66705
66722
  }).transform((v2) => {
66706
66723
  return remap(v2, {
66707
- "__@BRAND@7757": "atBRANDAt7757"
66724
+ "__@BRAND@7838": "atBRANDAt7838"
66708
66725
  });
66709
66726
  });
66710
66727
  CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema = objectType({
66711
- atBRANDAt7757: lazyType(() => PropertiesAtBRANDAt7757$outboundSchema)
66728
+ atBRANDAt7838: lazyType(() => PropertiesAtBRANDAt7838$outboundSchema)
66712
66729
  }).transform((v2) => {
66713
66730
  return remap(v2, {
66714
- atBRANDAt7757: "__@BRAND@7757"
66731
+ atBRANDAt7838: "__@BRAND@7838"
66715
66732
  });
66716
66733
  });
66717
66734
  ((CreateIntegrationStoreDirectPropertiesMinLength$) => {
66718
66735
  CreateIntegrationStoreDirectPropertiesMinLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema;
66719
66736
  CreateIntegrationStoreDirectPropertiesMinLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema;
66720
66737
  })(CreateIntegrationStoreDirectPropertiesMinLength$ ||= {});
66721
- CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$inboundSchema = objectType({});
66722
- CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$outboundSchema = objectType({});
66723
- ((CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$) => {
66724
- CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$.inboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$inboundSchema;
66725
- CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$.outboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$outboundSchema;
66726
- })(CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$ ||= {});
66738
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$inboundSchema = objectType({});
66739
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$outboundSchema = objectType({});
66740
+ ((CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$) => {
66741
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$.inboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$inboundSchema;
66742
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$.outboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$outboundSchema;
66743
+ })(CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$ ||= {});
66727
66744
  CreateIntegrationStoreDirectPropertiesPattern$inboundSchema = objectType({
66728
- "__@BRAND@7757": lazyType(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$inboundSchema)
66745
+ "__@BRAND@7838": lazyType(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$inboundSchema)
66729
66746
  }).transform((v2) => {
66730
66747
  return remap(v2, {
66731
- "__@BRAND@7757": "atBRANDAt7757"
66748
+ "__@BRAND@7838": "atBRANDAt7838"
66732
66749
  });
66733
66750
  });
66734
66751
  CreateIntegrationStoreDirectPropertiesPattern$outboundSchema = objectType({
66735
- atBRANDAt7757: lazyType(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$outboundSchema)
66752
+ atBRANDAt7838: lazyType(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$outboundSchema)
66736
66753
  }).transform((v2) => {
66737
66754
  return remap(v2, {
66738
- atBRANDAt7757: "__@BRAND@7757"
66755
+ atBRANDAt7838: "__@BRAND@7838"
66739
66756
  });
66740
66757
  });
66741
66758
  ((CreateIntegrationStoreDirectPropertiesPattern$) => {
@@ -67092,24 +67109,24 @@ var init_createintegrationstoredirectop = __esm(() => {
67092
67109
  Guides$.inboundSchema = Guides$inboundSchema;
67093
67110
  Guides$.outboundSchema = Guides$outboundSchema;
67094
67111
  })(Guides$ ||= {});
67095
- AtBRANDAt7757$inboundSchema = objectType({});
67096
- AtBRANDAt7757$outboundSchema = objectType({});
67097
- ((AtBRANDAt7757$) => {
67098
- AtBRANDAt7757$.inboundSchema = AtBRANDAt7757$inboundSchema;
67099
- AtBRANDAt7757$.outboundSchema = AtBRANDAt7757$outboundSchema;
67100
- })(AtBRANDAt7757$ ||= {});
67112
+ AtBRANDAt7838$inboundSchema = objectType({});
67113
+ AtBRANDAt7838$outboundSchema = objectType({});
67114
+ ((AtBRANDAt7838$) => {
67115
+ AtBRANDAt7838$.inboundSchema = AtBRANDAt7838$inboundSchema;
67116
+ AtBRANDAt7838$.outboundSchema = AtBRANDAt7838$outboundSchema;
67117
+ })(AtBRANDAt7838$ ||= {});
67101
67118
  CreateIntegrationStoreDirectValue$inboundSchema = objectType({
67102
- "__@BRAND@7757": lazyType(() => AtBRANDAt7757$inboundSchema)
67119
+ "__@BRAND@7838": lazyType(() => AtBRANDAt7838$inboundSchema)
67103
67120
  }).transform((v2) => {
67104
67121
  return remap(v2, {
67105
- "__@BRAND@7757": "atBRANDAt7757"
67122
+ "__@BRAND@7838": "atBRANDAt7838"
67106
67123
  });
67107
67124
  });
67108
67125
  CreateIntegrationStoreDirectValue$outboundSchema = objectType({
67109
- atBRANDAt7757: lazyType(() => AtBRANDAt7757$outboundSchema)
67126
+ atBRANDAt7838: lazyType(() => AtBRANDAt7838$outboundSchema)
67110
67127
  }).transform((v2) => {
67111
67128
  return remap(v2, {
67112
- atBRANDAt7757: "__@BRAND@7757"
67129
+ atBRANDAt7838: "__@BRAND@7838"
67113
67130
  });
67114
67131
  });
67115
67132
  ((CreateIntegrationStoreDirectValue$) => {
@@ -68221,7 +68238,7 @@ Allows to retrieve a the configuration with the provided id in case it exists. T
68221
68238
  });
68222
68239
 
68223
68240
  // src/models/getconfigurationproductsop.ts
68224
- var GetConfigurationProductsStatus, GetConfigurationProductsIntegrationsStatus, GetConfigurationProductsIntegrationsResponseStatus, GetConfigurationProductsIntegrationsResponse200Status, GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus, Format, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsOtherStatus, PrimaryProtocol, GetConfigurationProductsType, GetConfigurationProductsDisabled3, GetConfigurationProductsHidden3, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3, GetConfigurationProductsDisabledIntegrationsResponse2003, GetConfigurationProductsHiddenIntegrationsResponse2003, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONType, GetConfigurationProductsPropertiesIntegrationsResponse200UiControl, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type, GetConfigurationProductsDisabledIntegrationsResponse3, GetConfigurationProductsHiddenIntegrationsResponse3, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3, GetConfigurationProductsPropertiesIntegrationsResponse200Type, GetConfigurationProductsPropertiesIntegrationsResponseUiControl, GetConfigurationProductsDisabledIntegrations3, GetConfigurationProductsHiddenIntegrations3, GetConfigurationProductsUiReadOnlyIntegrationsResponse2003, GetConfigurationProductsUiHiddenIntegrationsResponse2003, GetConfigurationProductsUiDisabledIntegrationsResponse2003, GetConfigurationProductsPropertiesIntegrationsResponseType, GetConfigurationProductsPropertiesIntegrationsUiControl, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType, GetConfigurationProductsUiReadOnlyIntegrationsResponse3, GetConfigurationProductsUiHiddenIntegrationsResponse3, GetConfigurationProductsUiDisabledIntegrationsResponse3, GetConfigurationProductsPropertiesIntegrationsType, GetConfigurationProductsPropertiesUiControl, GetConfigurationProductsUiReadOnlyIntegrations3, GetConfigurationProductsUiHiddenIntegrations3, GetConfigurationProductsUiDisabledIntegrations3, GetConfigurationProductsPropertiesType, PropertiesUiControl, GetConfigurationProductsUiReadOnly3, GetConfigurationProductsUiHidden3, GetConfigurationProductsUiDisabled3, PropertiesType, UiControl, UiReadOnly3, UiHidden3, UiDisabled3, GetConfigurationProductsRequest$inboundSchema, GetConfigurationProductsRequest$outboundSchema, GetConfigurationProductsRequest$, GetConfigurationProductsStatus$inboundSchema, GetConfigurationProductsStatus$outboundSchema, GetConfigurationProductsStatus$, GetConfigurationProductsRepl$inboundSchema, GetConfigurationProductsRepl$outboundSchema, GetConfigurationProductsRepl$, Storage$inboundSchema, Storage$outboundSchema, Storage$, GetConfigurationProductsIntegrationsStatus$inboundSchema, GetConfigurationProductsIntegrationsStatus$outboundSchema, GetConfigurationProductsIntegrationsStatus$, GetConfigurationProductsExperimentation$inboundSchema, GetConfigurationProductsExperimentation$outboundSchema, GetConfigurationProductsExperimentation$, GetConfigurationProductsIntegrationsResponseStatus$inboundSchema, GetConfigurationProductsIntegrationsResponseStatus$outboundSchema, GetConfigurationProductsIntegrationsResponseStatus$, Ai$inboundSchema, Ai$outboundSchema, Ai$, GetConfigurationProductsIntegrationsResponse200Status$inboundSchema, GetConfigurationProductsIntegrationsResponse200Status$outboundSchema, GetConfigurationProductsIntegrationsResponse200Status$, Authentication$inboundSchema, Authentication$outboundSchema, Authentication$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus$, Observability$inboundSchema, Observability$outboundSchema, Observability$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyStatus$, Video$inboundSchema, Video$outboundSchema, Video$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsStatus$, Workflow$inboundSchema, Workflow$outboundSchema, Workflow$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsStatus$, GetConfigurationProductsChecks$inboundSchema, GetConfigurationProductsChecks$outboundSchema, GetConfigurationProductsChecks$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus$, Format$inboundSchema, Format$outboundSchema, Format$, LogDrain$inboundSchema, LogDrain$outboundSchema, LogDrain$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus$, Messaging$inboundSchema, Messaging$outboundSchema, Messaging$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsOtherStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsOtherStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsOtherStatus$, Other$inboundSchema, Other$outboundSchema, Other$, Protocols$inboundSchema, Protocols$outboundSchema, Protocols$, PrimaryProtocol$inboundSchema, PrimaryProtocol$outboundSchema, PrimaryProtocol$, GetConfigurationProductsType$inboundSchema, GetConfigurationProductsType$outboundSchema, GetConfigurationProductsType$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$, PropertiesValue$inboundSchema, PropertiesValue$outboundSchema, PropertiesValue$, GetConfigurationProductsDisabled3$inboundSchema, GetConfigurationProductsDisabled3$outboundSchema, GetConfigurationProductsDisabled3$, GetConfigurationProductsDisabled2$inboundSchema, GetConfigurationProductsDisabled2$outboundSchema, GetConfigurationProductsDisabled2$, PropertiesDisabled$inboundSchema, PropertiesDisabled$outboundSchema, PropertiesDisabled$, GetConfigurationProductsHidden3$inboundSchema, GetConfigurationProductsHidden3$outboundSchema, GetConfigurationProductsHidden3$, GetConfigurationProductsHidden2$inboundSchema, GetConfigurationProductsHidden2$outboundSchema, GetConfigurationProductsHidden2$, PropertiesHidden$inboundSchema, PropertiesHidden$outboundSchema, PropertiesHidden$, Properties9$inboundSchema, Properties9$outboundSchema, Properties9$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$, GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMinLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$, GetConfigurationProductsPropertiesIntegrationsResponsePattern$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponsePattern$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponsePattern$, GetConfigurationProductsPropertiesIntegrationsItems$inboundSchema, GetConfigurationProductsPropertiesIntegrationsItems$outboundSchema, GetConfigurationProductsPropertiesIntegrationsItems$, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$, 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$, GetConfigurationProductsUiOptionsAtBRANDAt508581$inboundSchema, GetConfigurationProductsUiOptionsAtBRANDAt508581$outboundSchema, GetConfigurationProductsUiOptionsAtBRANDAt508581$, 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$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$, Default$inboundSchema, Default$outboundSchema, Default$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$, Example$inboundSchema, Example$outboundSchema, Example$, Properties8$inboundSchema, Properties8$outboundSchema, Properties8$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$, 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$, UiOptionsAtBRANDAt508581$inboundSchema, UiOptionsAtBRANDAt508581$outboundSchema, UiOptionsAtBRANDAt508581$, 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$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$, GetConfigurationProductsPropertiesMinLength$inboundSchema, GetConfigurationProductsPropertiesMinLength$outboundSchema, GetConfigurationProductsPropertiesMinLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$, GetConfigurationProductsPropertiesMaxLength$inboundSchema, GetConfigurationProductsPropertiesMaxLength$outboundSchema, GetConfigurationProductsPropertiesMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$, 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$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$, GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsMinLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$, GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$, GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema, GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema, GetConfigurationProductsPropertiesIntegrationsPattern$, GetConfigurationProductsPropertiesItems$inboundSchema, GetConfigurationProductsPropertiesItems$outboundSchema, GetConfigurationProductsPropertiesItems$, GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse3$, GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsDisabled$, GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse3$, GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsHidden$, PropertiesUiOptions$inboundSchema, PropertiesUiOptions$outboundSchema, PropertiesUiOptions$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsPropertiesIntegrationsResponse200UiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiReadOnly$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiReadOnly$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsPropertiesIntegrationsResponse200UiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiHidden$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsPropertiesIntegrationsResponse200UiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiDisabled$, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsPropertiesIntegrationsResponse200UiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiDescription$, GetConfigurationProductsPropertiesIntegrationsResponse200UiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiFormattedValue$, Properties6$inboundSchema, Properties6$outboundSchema, Properties6$, GetConfigurationProductsPropertiesIntegrationsResponse200Type$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200Type$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200Type$, GetConfigurationProductsPropertiesIntegrationsResponseUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiControl$, GetConfigurationProductsDisabledIntegrations3$inboundSchema, GetConfigurationProductsDisabledIntegrations3$outboundSchema, GetConfigurationProductsDisabledIntegrations3$, GetConfigurationProductsDisabledIntegrations2$inboundSchema, GetConfigurationProductsDisabledIntegrations2$outboundSchema, GetConfigurationProductsDisabledIntegrations2$, GetConfigurationProductsPropertiesDisabled$inboundSchema, GetConfigurationProductsPropertiesDisabled$outboundSchema, GetConfigurationProductsPropertiesDisabled$, GetConfigurationProductsHiddenIntegrations3$inboundSchema, GetConfigurationProductsHiddenIntegrations3$outboundSchema, GetConfigurationProductsHiddenIntegrations3$, GetConfigurationProductsHiddenIntegrations2$inboundSchema, GetConfigurationProductsHiddenIntegrations2$outboundSchema, GetConfigurationProductsHiddenIntegrations2$, GetConfigurationProductsPropertiesHidden$inboundSchema, GetConfigurationProductsPropertiesHidden$outboundSchema, GetConfigurationProductsPropertiesHidden$, UiOptions$inboundSchema, UiOptions$outboundSchema, UiOptions$, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$inboundSchema, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$outboundSchema, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$, PropertiesMinLength$inboundSchema, PropertiesMinLength$outboundSchema, PropertiesMinLength$, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$, PropertiesMaxLength$inboundSchema, PropertiesMaxLength$outboundSchema, PropertiesMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$, PropertiesPattern$inboundSchema, PropertiesPattern$outboundSchema, PropertiesPattern$, GetConfigurationProductsUiReadOnlyIntegrationsResponse2003$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2003$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2003$, GetConfigurationProductsUiReadOnlyIntegrationsResponse2002$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2002$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2002$, GetConfigurationProductsPropertiesIntegrationsResponseUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiReadOnly$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiReadOnly$, GetConfigurationProductsUiHiddenIntegrationsResponse2003$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2003$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2003$, GetConfigurationProductsUiHiddenIntegrationsResponse2002$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2002$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2002$, GetConfigurationProductsPropertiesIntegrationsResponseUiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiHidden$, GetConfigurationProductsUiDisabledIntegrationsResponse2003$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2003$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2003$, GetConfigurationProductsUiDisabledIntegrationsResponse2002$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2002$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2002$, GetConfigurationProductsPropertiesIntegrationsResponseUiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiDisabled$, GetConfigurationProductsUiDescriptionIntegrationsResponse2002$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse2002$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse2002$, GetConfigurationProductsPropertiesIntegrationsResponseUiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiDescription$, GetConfigurationProductsPropertiesIntegrationsResponseUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiFormattedValue$, Properties5$inboundSchema, Properties5$outboundSchema, Properties5$, GetConfigurationProductsPropertiesIntegrationsResponseType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseType$, GetConfigurationProductsPropertiesIntegrationsUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiControl$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$, PropertiesItems$inboundSchema, PropertiesItems$outboundSchema, PropertiesItems$, GetConfigurationProductsUiReadOnlyIntegrationsResponse3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse3$, GetConfigurationProductsUiReadOnlyIntegrationsResponse2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiReadOnly$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiReadOnly$, GetConfigurationProductsUiHiddenIntegrationsResponse3$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse3$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse3$, GetConfigurationProductsUiHiddenIntegrationsResponse2$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsUiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiHidden$, GetConfigurationProductsUiDisabledIntegrationsResponse3$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse3$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse3$, GetConfigurationProductsUiDisabledIntegrationsResponse2$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsUiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiDisabled$, GetConfigurationProductsUiDescriptionIntegrationsResponse2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse2$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsUiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiDescription$, GetConfigurationProductsPropertiesIntegrationsUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiFormattedValue$, Properties4$inboundSchema, Properties4$outboundSchema, Properties4$, GetConfigurationProductsPropertiesIntegrationsType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsType$, GetConfigurationProductsPropertiesUiControl$inboundSchema, GetConfigurationProductsPropertiesUiControl$outboundSchema, GetConfigurationProductsPropertiesUiControl$, GetConfigurationProductsUiReadOnlyIntegrations3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrations3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrations3$, GetConfigurationProductsUiReadOnlyIntegrations2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrations2$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrations2$, GetConfigurationProductsPropertiesUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesUiReadOnly$outboundSchema, GetConfigurationProductsPropertiesUiReadOnly$, GetConfigurationProductsUiHiddenIntegrations3$inboundSchema, GetConfigurationProductsUiHiddenIntegrations3$outboundSchema, GetConfigurationProductsUiHiddenIntegrations3$, GetConfigurationProductsUiHiddenIntegrations2$inboundSchema, GetConfigurationProductsUiHiddenIntegrations2$outboundSchema, GetConfigurationProductsUiHiddenIntegrations2$, GetConfigurationProductsPropertiesUiHidden$inboundSchema, GetConfigurationProductsPropertiesUiHidden$outboundSchema, GetConfigurationProductsPropertiesUiHidden$, GetConfigurationProductsUiDisabledIntegrations3$inboundSchema, GetConfigurationProductsUiDisabledIntegrations3$outboundSchema, GetConfigurationProductsUiDisabledIntegrations3$, GetConfigurationProductsUiDisabledIntegrations2$inboundSchema, GetConfigurationProductsUiDisabledIntegrations2$outboundSchema, GetConfigurationProductsUiDisabledIntegrations2$, GetConfigurationProductsPropertiesUiDisabled$inboundSchema, GetConfigurationProductsPropertiesUiDisabled$outboundSchema, GetConfigurationProductsPropertiesUiDisabled$, GetConfigurationProductsUiDescriptionIntegrations2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrations2$outboundSchema, GetConfigurationProductsUiDescriptionIntegrations2$, GetConfigurationProductsPropertiesUiDescription$inboundSchema, GetConfigurationProductsPropertiesUiDescription$outboundSchema, GetConfigurationProductsPropertiesUiDescription$, GetConfigurationProductsPropertiesUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesUiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesUiFormattedValue$, Properties3$inboundSchema, Properties3$outboundSchema, Properties3$, GetConfigurationProductsPropertiesType$inboundSchema, GetConfigurationProductsPropertiesType$outboundSchema, GetConfigurationProductsPropertiesType$, PropertiesUiControl$inboundSchema, PropertiesUiControl$outboundSchema, PropertiesUiControl$, GetConfigurationProductsUiReadOnly3$inboundSchema, GetConfigurationProductsUiReadOnly3$outboundSchema, GetConfigurationProductsUiReadOnly3$, GetConfigurationProductsUiReadOnly2$inboundSchema, GetConfigurationProductsUiReadOnly2$outboundSchema, GetConfigurationProductsUiReadOnly2$, PropertiesUiReadOnly$inboundSchema, PropertiesUiReadOnly$outboundSchema, PropertiesUiReadOnly$, GetConfigurationProductsUiHidden3$inboundSchema, GetConfigurationProductsUiHidden3$outboundSchema, GetConfigurationProductsUiHidden3$, GetConfigurationProductsUiHidden2$inboundSchema, GetConfigurationProductsUiHidden2$outboundSchema, GetConfigurationProductsUiHidden2$, PropertiesUiHidden$inboundSchema, PropertiesUiHidden$outboundSchema, PropertiesUiHidden$, GetConfigurationProductsUiDisabled3$inboundSchema, GetConfigurationProductsUiDisabled3$outboundSchema, GetConfigurationProductsUiDisabled3$, GetConfigurationProductsUiDisabled2$inboundSchema, GetConfigurationProductsUiDisabled2$outboundSchema, GetConfigurationProductsUiDisabled2$, PropertiesUiDisabled$inboundSchema, PropertiesUiDisabled$outboundSchema, PropertiesUiDisabled$, GetConfigurationProductsUiDescription2$inboundSchema, GetConfigurationProductsUiDescription2$outboundSchema, GetConfigurationProductsUiDescription2$, PropertiesUiDescription$inboundSchema, PropertiesUiDescription$outboundSchema, PropertiesUiDescription$, PropertiesUiFormattedValue$inboundSchema, PropertiesUiFormattedValue$outboundSchema, PropertiesUiFormattedValue$, Properties2$inboundSchema, Properties2$outboundSchema, Properties2$, PropertiesType$inboundSchema, PropertiesType$outboundSchema, PropertiesType$, UiControl$inboundSchema, UiControl$outboundSchema, UiControl$, AtBRANDAt508581$inboundSchema, AtBRANDAt508581$outboundSchema, AtBRANDAt508581$, MinLength$inboundSchema, MinLength$outboundSchema, MinLength$, PropertiesAtBRANDAt508581$inboundSchema, PropertiesAtBRANDAt508581$outboundSchema, PropertiesAtBRANDAt508581$, MaxLength$inboundSchema, MaxLength$outboundSchema, MaxLength$, GetConfigurationProductsPropertiesAtBRANDAt508581$inboundSchema, GetConfigurationProductsPropertiesAtBRANDAt508581$outboundSchema, GetConfigurationProductsPropertiesAtBRANDAt508581$, 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$;
68241
+ var GetConfigurationProductsStatus, GetConfigurationProductsIntegrationsStatus, GetConfigurationProductsIntegrationsResponseStatus, GetConfigurationProductsIntegrationsResponse200Status, GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus, Format, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus, GetConfigurationProductsFormat, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsOtherStatus, PrimaryProtocol, GetConfigurationProductsType, GetConfigurationProductsDisabled3, GetConfigurationProductsHidden3, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3, GetConfigurationProductsDisabledIntegrationsResponse2003, GetConfigurationProductsHiddenIntegrationsResponse2003, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONType, GetConfigurationProductsPropertiesIntegrationsResponse200UiControl, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type, GetConfigurationProductsDisabledIntegrationsResponse3, GetConfigurationProductsHiddenIntegrationsResponse3, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3, GetConfigurationProductsPropertiesIntegrationsResponse200Type, GetConfigurationProductsPropertiesIntegrationsResponseUiControl, GetConfigurationProductsDisabledIntegrations3, GetConfigurationProductsHiddenIntegrations3, GetConfigurationProductsUiReadOnlyIntegrationsResponse2003, GetConfigurationProductsUiHiddenIntegrationsResponse2003, GetConfigurationProductsUiDisabledIntegrationsResponse2003, GetConfigurationProductsPropertiesIntegrationsResponseType, GetConfigurationProductsPropertiesIntegrationsUiControl, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType, GetConfigurationProductsUiReadOnlyIntegrationsResponse3, GetConfigurationProductsUiHiddenIntegrationsResponse3, GetConfigurationProductsUiDisabledIntegrationsResponse3, GetConfigurationProductsPropertiesIntegrationsType, GetConfigurationProductsPropertiesUiControl, GetConfigurationProductsUiReadOnlyIntegrations3, GetConfigurationProductsUiHiddenIntegrations3, GetConfigurationProductsUiDisabledIntegrations3, GetConfigurationProductsPropertiesType, PropertiesUiControl, GetConfigurationProductsUiReadOnly3, GetConfigurationProductsUiHidden3, GetConfigurationProductsUiDisabled3, PropertiesType, UiControl, UiReadOnly3, UiHidden3, UiDisabled3, GetConfigurationProductsRequest$inboundSchema, GetConfigurationProductsRequest$outboundSchema, GetConfigurationProductsRequest$, GetConfigurationProductsStatus$inboundSchema, GetConfigurationProductsStatus$outboundSchema, GetConfigurationProductsStatus$, GetConfigurationProductsRepl$inboundSchema, GetConfigurationProductsRepl$outboundSchema, GetConfigurationProductsRepl$, Storage$inboundSchema, Storage$outboundSchema, Storage$, GetConfigurationProductsIntegrationsStatus$inboundSchema, GetConfigurationProductsIntegrationsStatus$outboundSchema, GetConfigurationProductsIntegrationsStatus$, GetConfigurationProductsExperimentation$inboundSchema, GetConfigurationProductsExperimentation$outboundSchema, GetConfigurationProductsExperimentation$, GetConfigurationProductsIntegrationsResponseStatus$inboundSchema, GetConfigurationProductsIntegrationsResponseStatus$outboundSchema, GetConfigurationProductsIntegrationsResponseStatus$, Ai$inboundSchema, Ai$outboundSchema, Ai$, GetConfigurationProductsIntegrationsResponse200Status$inboundSchema, GetConfigurationProductsIntegrationsResponse200Status$outboundSchema, GetConfigurationProductsIntegrationsResponse200Status$, Authentication$inboundSchema, Authentication$outboundSchema, Authentication$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus$, Observability$inboundSchema, Observability$outboundSchema, Observability$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyStatus$, Video$inboundSchema, Video$outboundSchema, Video$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsStatus$, Workflow$inboundSchema, Workflow$outboundSchema, Workflow$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsStatus$, GetConfigurationProductsChecks$inboundSchema, GetConfigurationProductsChecks$outboundSchema, GetConfigurationProductsChecks$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus$, Format$inboundSchema, Format$outboundSchema, Format$, LogDrain$inboundSchema, LogDrain$outboundSchema, LogDrain$, 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$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$, PropertiesValue$inboundSchema, PropertiesValue$outboundSchema, PropertiesValue$, GetConfigurationProductsDisabled3$inboundSchema, GetConfigurationProductsDisabled3$outboundSchema, GetConfigurationProductsDisabled3$, GetConfigurationProductsDisabled2$inboundSchema, GetConfigurationProductsDisabled2$outboundSchema, GetConfigurationProductsDisabled2$, PropertiesDisabled$inboundSchema, PropertiesDisabled$outboundSchema, PropertiesDisabled$, GetConfigurationProductsHidden3$inboundSchema, GetConfigurationProductsHidden3$outboundSchema, GetConfigurationProductsHidden3$, GetConfigurationProductsHidden2$inboundSchema, GetConfigurationProductsHidden2$outboundSchema, GetConfigurationProductsHidden2$, PropertiesHidden$inboundSchema, PropertiesHidden$outboundSchema, PropertiesHidden$, Properties9$inboundSchema, Properties9$outboundSchema, Properties9$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$, GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMinLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$, GetConfigurationProductsPropertiesIntegrationsResponsePattern$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponsePattern$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponsePattern$, GetConfigurationProductsPropertiesIntegrationsItems$inboundSchema, GetConfigurationProductsPropertiesIntegrationsItems$outboundSchema, GetConfigurationProductsPropertiesIntegrationsItems$, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$, 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$, GetConfigurationProductsUiOptionsAtBRANDAt510349$inboundSchema, GetConfigurationProductsUiOptionsAtBRANDAt510349$outboundSchema, GetConfigurationProductsUiOptionsAtBRANDAt510349$, 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$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$, Default$inboundSchema, Default$outboundSchema, Default$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$, Example$inboundSchema, Example$outboundSchema, Example$, Properties8$inboundSchema, Properties8$outboundSchema, Properties8$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$, 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$, UiOptionsAtBRANDAt510349$inboundSchema, UiOptionsAtBRANDAt510349$outboundSchema, UiOptionsAtBRANDAt510349$, 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$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$, GetConfigurationProductsPropertiesMinLength$inboundSchema, GetConfigurationProductsPropertiesMinLength$outboundSchema, GetConfigurationProductsPropertiesMinLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$, GetConfigurationProductsPropertiesMaxLength$inboundSchema, GetConfigurationProductsPropertiesMaxLength$outboundSchema, GetConfigurationProductsPropertiesMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$, 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$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$, GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsMinLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$, GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$, GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema, GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema, GetConfigurationProductsPropertiesIntegrationsPattern$, GetConfigurationProductsPropertiesItems$inboundSchema, GetConfigurationProductsPropertiesItems$outboundSchema, GetConfigurationProductsPropertiesItems$, GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse3$, GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsDisabled$, GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse3$, GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsHidden$, PropertiesUiOptions$inboundSchema, PropertiesUiOptions$outboundSchema, PropertiesUiOptions$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsPropertiesIntegrationsResponse200UiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiReadOnly$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiReadOnly$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsPropertiesIntegrationsResponse200UiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiHidden$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsPropertiesIntegrationsResponse200UiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiDisabled$, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsPropertiesIntegrationsResponse200UiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiDescription$, GetConfigurationProductsPropertiesIntegrationsResponse200UiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiFormattedValue$, Properties6$inboundSchema, Properties6$outboundSchema, Properties6$, GetConfigurationProductsPropertiesIntegrationsResponse200Type$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200Type$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200Type$, GetConfigurationProductsPropertiesIntegrationsResponseUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiControl$, GetConfigurationProductsDisabledIntegrations3$inboundSchema, GetConfigurationProductsDisabledIntegrations3$outboundSchema, GetConfigurationProductsDisabledIntegrations3$, GetConfigurationProductsDisabledIntegrations2$inboundSchema, GetConfigurationProductsDisabledIntegrations2$outboundSchema, GetConfigurationProductsDisabledIntegrations2$, GetConfigurationProductsPropertiesDisabled$inboundSchema, GetConfigurationProductsPropertiesDisabled$outboundSchema, GetConfigurationProductsPropertiesDisabled$, GetConfigurationProductsHiddenIntegrations3$inboundSchema, GetConfigurationProductsHiddenIntegrations3$outboundSchema, GetConfigurationProductsHiddenIntegrations3$, GetConfigurationProductsHiddenIntegrations2$inboundSchema, GetConfigurationProductsHiddenIntegrations2$outboundSchema, GetConfigurationProductsHiddenIntegrations2$, GetConfigurationProductsPropertiesHidden$inboundSchema, GetConfigurationProductsPropertiesHidden$outboundSchema, GetConfigurationProductsPropertiesHidden$, UiOptions$inboundSchema, UiOptions$outboundSchema, UiOptions$, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$inboundSchema, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$outboundSchema, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$, PropertiesMinLength$inboundSchema, PropertiesMinLength$outboundSchema, PropertiesMinLength$, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$, PropertiesMaxLength$inboundSchema, PropertiesMaxLength$outboundSchema, PropertiesMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$, PropertiesPattern$inboundSchema, PropertiesPattern$outboundSchema, PropertiesPattern$, GetConfigurationProductsUiReadOnlyIntegrationsResponse2003$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2003$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2003$, GetConfigurationProductsUiReadOnlyIntegrationsResponse2002$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2002$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2002$, GetConfigurationProductsPropertiesIntegrationsResponseUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiReadOnly$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiReadOnly$, GetConfigurationProductsUiHiddenIntegrationsResponse2003$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2003$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2003$, GetConfigurationProductsUiHiddenIntegrationsResponse2002$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2002$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2002$, GetConfigurationProductsPropertiesIntegrationsResponseUiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiHidden$, GetConfigurationProductsUiDisabledIntegrationsResponse2003$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2003$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2003$, GetConfigurationProductsUiDisabledIntegrationsResponse2002$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2002$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2002$, GetConfigurationProductsPropertiesIntegrationsResponseUiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiDisabled$, GetConfigurationProductsUiDescriptionIntegrationsResponse2002$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse2002$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse2002$, GetConfigurationProductsPropertiesIntegrationsResponseUiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiDescription$, GetConfigurationProductsPropertiesIntegrationsResponseUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiFormattedValue$, Properties5$inboundSchema, Properties5$outboundSchema, Properties5$, GetConfigurationProductsPropertiesIntegrationsResponseType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseType$, GetConfigurationProductsPropertiesIntegrationsUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiControl$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$, PropertiesItems$inboundSchema, PropertiesItems$outboundSchema, PropertiesItems$, GetConfigurationProductsUiReadOnlyIntegrationsResponse3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse3$, GetConfigurationProductsUiReadOnlyIntegrationsResponse2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiReadOnly$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiReadOnly$, GetConfigurationProductsUiHiddenIntegrationsResponse3$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse3$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse3$, GetConfigurationProductsUiHiddenIntegrationsResponse2$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsUiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiHidden$, GetConfigurationProductsUiDisabledIntegrationsResponse3$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse3$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse3$, GetConfigurationProductsUiDisabledIntegrationsResponse2$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsUiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiDisabled$, GetConfigurationProductsUiDescriptionIntegrationsResponse2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse2$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsUiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiDescription$, GetConfigurationProductsPropertiesIntegrationsUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiFormattedValue$, Properties4$inboundSchema, Properties4$outboundSchema, Properties4$, GetConfigurationProductsPropertiesIntegrationsType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsType$, GetConfigurationProductsPropertiesUiControl$inboundSchema, GetConfigurationProductsPropertiesUiControl$outboundSchema, GetConfigurationProductsPropertiesUiControl$, GetConfigurationProductsUiReadOnlyIntegrations3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrations3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrations3$, GetConfigurationProductsUiReadOnlyIntegrations2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrations2$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrations2$, GetConfigurationProductsPropertiesUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesUiReadOnly$outboundSchema, GetConfigurationProductsPropertiesUiReadOnly$, GetConfigurationProductsUiHiddenIntegrations3$inboundSchema, GetConfigurationProductsUiHiddenIntegrations3$outboundSchema, GetConfigurationProductsUiHiddenIntegrations3$, GetConfigurationProductsUiHiddenIntegrations2$inboundSchema, GetConfigurationProductsUiHiddenIntegrations2$outboundSchema, GetConfigurationProductsUiHiddenIntegrations2$, GetConfigurationProductsPropertiesUiHidden$inboundSchema, GetConfigurationProductsPropertiesUiHidden$outboundSchema, GetConfigurationProductsPropertiesUiHidden$, GetConfigurationProductsUiDisabledIntegrations3$inboundSchema, GetConfigurationProductsUiDisabledIntegrations3$outboundSchema, GetConfigurationProductsUiDisabledIntegrations3$, GetConfigurationProductsUiDisabledIntegrations2$inboundSchema, GetConfigurationProductsUiDisabledIntegrations2$outboundSchema, GetConfigurationProductsUiDisabledIntegrations2$, GetConfigurationProductsPropertiesUiDisabled$inboundSchema, GetConfigurationProductsPropertiesUiDisabled$outboundSchema, GetConfigurationProductsPropertiesUiDisabled$, GetConfigurationProductsUiDescriptionIntegrations2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrations2$outboundSchema, GetConfigurationProductsUiDescriptionIntegrations2$, GetConfigurationProductsPropertiesUiDescription$inboundSchema, GetConfigurationProductsPropertiesUiDescription$outboundSchema, GetConfigurationProductsPropertiesUiDescription$, GetConfigurationProductsPropertiesUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesUiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesUiFormattedValue$, Properties3$inboundSchema, Properties3$outboundSchema, Properties3$, GetConfigurationProductsPropertiesType$inboundSchema, GetConfigurationProductsPropertiesType$outboundSchema, GetConfigurationProductsPropertiesType$, PropertiesUiControl$inboundSchema, PropertiesUiControl$outboundSchema, PropertiesUiControl$, GetConfigurationProductsUiReadOnly3$inboundSchema, GetConfigurationProductsUiReadOnly3$outboundSchema, GetConfigurationProductsUiReadOnly3$, GetConfigurationProductsUiReadOnly2$inboundSchema, GetConfigurationProductsUiReadOnly2$outboundSchema, GetConfigurationProductsUiReadOnly2$, PropertiesUiReadOnly$inboundSchema, PropertiesUiReadOnly$outboundSchema, PropertiesUiReadOnly$, GetConfigurationProductsUiHidden3$inboundSchema, GetConfigurationProductsUiHidden3$outboundSchema, GetConfigurationProductsUiHidden3$, GetConfigurationProductsUiHidden2$inboundSchema, GetConfigurationProductsUiHidden2$outboundSchema, GetConfigurationProductsUiHidden2$, PropertiesUiHidden$inboundSchema, PropertiesUiHidden$outboundSchema, PropertiesUiHidden$, GetConfigurationProductsUiDisabled3$inboundSchema, GetConfigurationProductsUiDisabled3$outboundSchema, GetConfigurationProductsUiDisabled3$, GetConfigurationProductsUiDisabled2$inboundSchema, GetConfigurationProductsUiDisabled2$outboundSchema, GetConfigurationProductsUiDisabled2$, PropertiesUiDisabled$inboundSchema, PropertiesUiDisabled$outboundSchema, PropertiesUiDisabled$, GetConfigurationProductsUiDescription2$inboundSchema, GetConfigurationProductsUiDescription2$outboundSchema, GetConfigurationProductsUiDescription2$, PropertiesUiDescription$inboundSchema, PropertiesUiDescription$outboundSchema, PropertiesUiDescription$, PropertiesUiFormattedValue$inboundSchema, PropertiesUiFormattedValue$outboundSchema, PropertiesUiFormattedValue$, Properties2$inboundSchema, Properties2$outboundSchema, Properties2$, PropertiesType$inboundSchema, PropertiesType$outboundSchema, PropertiesType$, UiControl$inboundSchema, UiControl$outboundSchema, UiControl$, AtBRANDAt510349$inboundSchema, AtBRANDAt510349$outboundSchema, AtBRANDAt510349$, MinLength$inboundSchema, MinLength$outboundSchema, MinLength$, PropertiesAtBRANDAt510349$inboundSchema, PropertiesAtBRANDAt510349$outboundSchema, PropertiesAtBRANDAt510349$, MaxLength$inboundSchema, MaxLength$outboundSchema, MaxLength$, GetConfigurationProductsPropertiesAtBRANDAt510349$inboundSchema, GetConfigurationProductsPropertiesAtBRANDAt510349$outboundSchema, GetConfigurationProductsPropertiesAtBRANDAt510349$, 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$;
68225
68242
  var init_getconfigurationproductsop = __esm(() => {
68226
68243
  init_esm();
68227
68244
  init_primitives();
@@ -68265,6 +68282,14 @@ var init_getconfigurationproductsop = __esm(() => {
68265
68282
  Json: "json",
68266
68283
  Ndjson: "ndjson"
68267
68284
  };
68285
+ GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus = {
68286
+ Disabled: "disabled",
68287
+ Enabled: "enabled"
68288
+ };
68289
+ GetConfigurationProductsFormat = {
68290
+ Json: "json",
68291
+ Proto: "proto"
68292
+ };
68268
68293
  GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus = {
68269
68294
  Disabled: "disabled",
68270
68295
  Enabled: "enabled"
@@ -68283,6 +68308,7 @@ var init_getconfigurationproductsop = __esm(() => {
68283
68308
  Workflow: "workflow",
68284
68309
  Checks: "checks",
68285
68310
  LogDrain: "logDrain",
68311
+ TraceDrain: "traceDrain",
68286
68312
  Messaging: "messaging",
68287
68313
  Other: "other"
68288
68314
  };
@@ -68672,20 +68698,48 @@ var init_getconfigurationproductsop = __esm(() => {
68672
68698
  })(Format$ ||= {});
68673
68699
  LogDrain$inboundSchema = objectType({
68674
68700
  status: GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus$inboundSchema,
68675
- format: Format$inboundSchema,
68676
68701
  endpoint: stringType(),
68677
- headers: recordType(stringType()).optional()
68702
+ headers: recordType(stringType()).optional(),
68703
+ format: Format$inboundSchema
68678
68704
  });
68679
68705
  LogDrain$outboundSchema = objectType({
68680
68706
  status: GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus$outboundSchema,
68681
- format: Format$outboundSchema,
68682
68707
  endpoint: stringType(),
68683
- headers: recordType(stringType()).optional()
68708
+ headers: recordType(stringType()).optional(),
68709
+ format: Format$outboundSchema
68684
68710
  });
68685
68711
  ((LogDrain$) => {
68686
68712
  LogDrain$.inboundSchema = LogDrain$inboundSchema;
68687
68713
  LogDrain$.outboundSchema = LogDrain$outboundSchema;
68688
68714
  })(LogDrain$ ||= {});
68715
+ GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$inboundSchema = nativeEnumType(GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus);
68716
+ GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$outboundSchema = GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$inboundSchema;
68717
+ ((GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$) => {
68718
+ GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$.inboundSchema = GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$inboundSchema;
68719
+ GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$.outboundSchema = GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$outboundSchema;
68720
+ })(GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$ ||= {});
68721
+ GetConfigurationProductsFormat$inboundSchema = nativeEnumType(GetConfigurationProductsFormat);
68722
+ GetConfigurationProductsFormat$outboundSchema = GetConfigurationProductsFormat$inboundSchema;
68723
+ ((GetConfigurationProductsFormat$) => {
68724
+ GetConfigurationProductsFormat$.inboundSchema = GetConfigurationProductsFormat$inboundSchema;
68725
+ GetConfigurationProductsFormat$.outboundSchema = GetConfigurationProductsFormat$outboundSchema;
68726
+ })(GetConfigurationProductsFormat$ ||= {});
68727
+ TraceDrain$inboundSchema = objectType({
68728
+ status: GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$inboundSchema,
68729
+ endpoint: stringType(),
68730
+ headers: recordType(stringType()).optional(),
68731
+ format: GetConfigurationProductsFormat$inboundSchema
68732
+ });
68733
+ TraceDrain$outboundSchema = objectType({
68734
+ status: GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$outboundSchema,
68735
+ endpoint: stringType(),
68736
+ headers: recordType(stringType()).optional(),
68737
+ format: GetConfigurationProductsFormat$outboundSchema
68738
+ });
68739
+ ((TraceDrain$) => {
68740
+ TraceDrain$.inboundSchema = TraceDrain$inboundSchema;
68741
+ TraceDrain$.outboundSchema = TraceDrain$outboundSchema;
68742
+ })(TraceDrain$ ||= {});
68689
68743
  GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus$inboundSchema = nativeEnumType(GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus);
68690
68744
  GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus$outboundSchema = GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus$inboundSchema;
68691
68745
  ((GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus$) => {
@@ -68728,6 +68782,7 @@ var init_getconfigurationproductsop = __esm(() => {
68728
68782
  workflow: lazyType(() => Workflow$inboundSchema).optional(),
68729
68783
  checks: lazyType(() => GetConfigurationProductsChecks$inboundSchema).optional(),
68730
68784
  logDrain: lazyType(() => LogDrain$inboundSchema).optional(),
68785
+ traceDrain: lazyType(() => TraceDrain$inboundSchema).optional(),
68731
68786
  messaging: lazyType(() => Messaging$inboundSchema).optional(),
68732
68787
  other: lazyType(() => Other$inboundSchema).optional()
68733
68788
  });
@@ -68741,6 +68796,7 @@ var init_getconfigurationproductsop = __esm(() => {
68741
68796
  workflow: lazyType(() => Workflow$outboundSchema).optional(),
68742
68797
  checks: lazyType(() => GetConfigurationProductsChecks$outboundSchema).optional(),
68743
68798
  logDrain: lazyType(() => LogDrain$outboundSchema).optional(),
68799
+ traceDrain: lazyType(() => TraceDrain$outboundSchema).optional(),
68744
68800
  messaging: lazyType(() => Messaging$outboundSchema).optional(),
68745
68801
  other: lazyType(() => Other$outboundSchema).optional()
68746
68802
  });
@@ -68760,24 +68816,24 @@ var init_getconfigurationproductsop = __esm(() => {
68760
68816
  GetConfigurationProductsType$.inboundSchema = GetConfigurationProductsType$inboundSchema;
68761
68817
  GetConfigurationProductsType$.outboundSchema = GetConfigurationProductsType$outboundSchema;
68762
68818
  })(GetConfigurationProductsType$ ||= {});
68763
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$inboundSchema = objectType({});
68764
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$outboundSchema = objectType({});
68765
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$) => {
68766
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$inboundSchema;
68767
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$outboundSchema;
68768
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$ ||= {});
68819
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$inboundSchema = objectType({});
68820
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$outboundSchema = objectType({});
68821
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$) => {
68822
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$inboundSchema;
68823
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$outboundSchema;
68824
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$ ||= {});
68769
68825
  PropertiesValue$inboundSchema = objectType({
68770
- "__@BRAND@508581": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$inboundSchema)
68826
+ "__@BRAND@510349": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$inboundSchema)
68771
68827
  }).transform((v2) => {
68772
68828
  return remap(v2, {
68773
- "__@BRAND@508581": "atBRANDAt508581"
68829
+ "__@BRAND@510349": "atBRANDAt510349"
68774
68830
  });
68775
68831
  });
68776
68832
  PropertiesValue$outboundSchema = objectType({
68777
- atBRANDAt508581: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt508581$outboundSchema)
68833
+ atBRANDAt510349: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt510349$outboundSchema)
68778
68834
  }).transform((v2) => {
68779
68835
  return remap(v2, {
68780
- atBRANDAt508581: "__@BRAND@508581"
68836
+ atBRANDAt510349: "__@BRAND@510349"
68781
68837
  });
68782
68838
  });
68783
68839
  ((PropertiesValue$) => {
@@ -68892,72 +68948,72 @@ var init_getconfigurationproductsop = __esm(() => {
68892
68948
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$inboundSchema;
68893
68949
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$outboundSchema;
68894
68950
  })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$ ||= {});
68895
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$inboundSchema = objectType({});
68896
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$outboundSchema = objectType({});
68897
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$) => {
68898
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$inboundSchema;
68899
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$outboundSchema;
68900
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$ ||= {});
68951
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$inboundSchema = objectType({});
68952
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$outboundSchema = objectType({});
68953
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$) => {
68954
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$inboundSchema;
68955
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$outboundSchema;
68956
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$ ||= {});
68901
68957
  GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema = objectType({
68902
- "__@BRAND@508581": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$inboundSchema)
68958
+ "__@BRAND@510349": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$inboundSchema)
68903
68959
  }).transform((v2) => {
68904
68960
  return remap(v2, {
68905
- "__@BRAND@508581": "atBRANDAt508581"
68961
+ "__@BRAND@510349": "atBRANDAt510349"
68906
68962
  });
68907
68963
  });
68908
68964
  GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema = objectType({
68909
- atBRANDAt508581: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt508581$outboundSchema)
68965
+ atBRANDAt510349: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt510349$outboundSchema)
68910
68966
  }).transform((v2) => {
68911
68967
  return remap(v2, {
68912
- atBRANDAt508581: "__@BRAND@508581"
68968
+ atBRANDAt510349: "__@BRAND@510349"
68913
68969
  });
68914
68970
  });
68915
68971
  ((GetConfigurationProductsPropertiesIntegrationsResponseMinLength$) => {
68916
68972
  GetConfigurationProductsPropertiesIntegrationsResponseMinLength$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema;
68917
68973
  GetConfigurationProductsPropertiesIntegrationsResponseMinLength$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema;
68918
68974
  })(GetConfigurationProductsPropertiesIntegrationsResponseMinLength$ ||= {});
68919
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$inboundSchema = objectType({});
68920
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$outboundSchema = objectType({});
68921
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$) => {
68922
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$inboundSchema;
68923
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$outboundSchema;
68924
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$ ||= {});
68975
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$inboundSchema = objectType({});
68976
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$outboundSchema = objectType({});
68977
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$) => {
68978
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$inboundSchema;
68979
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$outboundSchema;
68980
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$ ||= {});
68925
68981
  GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema = objectType({
68926
- "__@BRAND@508581": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$inboundSchema)
68982
+ "__@BRAND@510349": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$inboundSchema)
68927
68983
  }).transform((v2) => {
68928
68984
  return remap(v2, {
68929
- "__@BRAND@508581": "atBRANDAt508581"
68985
+ "__@BRAND@510349": "atBRANDAt510349"
68930
68986
  });
68931
68987
  });
68932
68988
  GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema = objectType({
68933
- atBRANDAt508581: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt508581$outboundSchema)
68989
+ atBRANDAt510349: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt510349$outboundSchema)
68934
68990
  }).transform((v2) => {
68935
68991
  return remap(v2, {
68936
- atBRANDAt508581: "__@BRAND@508581"
68992
+ atBRANDAt510349: "__@BRAND@510349"
68937
68993
  });
68938
68994
  });
68939
68995
  ((GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$) => {
68940
68996
  GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema;
68941
68997
  GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema;
68942
68998
  })(GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$ ||= {});
68943
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$inboundSchema = objectType({});
68944
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$outboundSchema = objectType({});
68945
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$) => {
68946
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$inboundSchema;
68947
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$outboundSchema;
68948
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$ ||= {});
68999
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$inboundSchema = objectType({});
69000
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$outboundSchema = objectType({});
69001
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$) => {
69002
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$inboundSchema;
69003
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$outboundSchema;
69004
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$ ||= {});
68949
69005
  GetConfigurationProductsPropertiesIntegrationsResponsePattern$inboundSchema = objectType({
68950
- "__@BRAND@508581": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$inboundSchema)
69006
+ "__@BRAND@510349": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$inboundSchema)
68951
69007
  }).transform((v2) => {
68952
69008
  return remap(v2, {
68953
- "__@BRAND@508581": "atBRANDAt508581"
69009
+ "__@BRAND@510349": "atBRANDAt510349"
68954
69010
  });
68955
69011
  });
68956
69012
  GetConfigurationProductsPropertiesIntegrationsResponsePattern$outboundSchema = objectType({
68957
- atBRANDAt508581: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt508581$outboundSchema)
69013
+ atBRANDAt510349: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt510349$outboundSchema)
68958
69014
  }).transform((v2) => {
68959
69015
  return remap(v2, {
68960
- atBRANDAt508581: "__@BRAND@508581"
69016
+ atBRANDAt510349: "__@BRAND@510349"
68961
69017
  });
68962
69018
  });
68963
69019
  ((GetConfigurationProductsPropertiesIntegrationsResponsePattern$) => {
@@ -68986,24 +69042,24 @@ var init_getconfigurationproductsop = __esm(() => {
68986
69042
  GetConfigurationProductsPropertiesIntegrationsItems$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsItems$inboundSchema;
68987
69043
  GetConfigurationProductsPropertiesIntegrationsItems$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsItems$outboundSchema;
68988
69044
  })(GetConfigurationProductsPropertiesIntegrationsItems$ ||= {});
68989
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$inboundSchema = objectType({});
68990
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$outboundSchema = objectType({});
68991
- ((GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$) => {
68992
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$inboundSchema;
68993
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$outboundSchema;
68994
- })(GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$ ||= {});
69045
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$inboundSchema = objectType({});
69046
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$outboundSchema = objectType({});
69047
+ ((GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$) => {
69048
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$inboundSchema;
69049
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$outboundSchema;
69050
+ })(GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$ ||= {});
68995
69051
  GetConfigurationProductsUiOptionsValue$inboundSchema = objectType({
68996
- "__@BRAND@508581": lazyType(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$inboundSchema)
69052
+ "__@BRAND@510349": lazyType(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$inboundSchema)
68997
69053
  }).transform((v2) => {
68998
69054
  return remap(v2, {
68999
- "__@BRAND@508581": "atBRANDAt508581"
69055
+ "__@BRAND@510349": "atBRANDAt510349"
69000
69056
  });
69001
69057
  });
69002
69058
  GetConfigurationProductsUiOptionsValue$outboundSchema = objectType({
69003
- atBRANDAt508581: lazyType(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt508581$outboundSchema)
69059
+ atBRANDAt510349: lazyType(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt510349$outboundSchema)
69004
69060
  }).transform((v2) => {
69005
69061
  return remap(v2, {
69006
- atBRANDAt508581: "__@BRAND@508581"
69062
+ atBRANDAt510349: "__@BRAND@510349"
69007
69063
  });
69008
69064
  });
69009
69065
  ((GetConfigurationProductsUiOptionsValue$) => {
@@ -69100,24 +69156,24 @@ var init_getconfigurationproductsop = __esm(() => {
69100
69156
  GetConfigurationProductsUiOptions3$.inboundSchema = GetConfigurationProductsUiOptions3$inboundSchema;
69101
69157
  GetConfigurationProductsUiOptions3$.outboundSchema = GetConfigurationProductsUiOptions3$outboundSchema;
69102
69158
  })(GetConfigurationProductsUiOptions3$ ||= {});
69103
- GetConfigurationProductsUiOptionsAtBRANDAt508581$inboundSchema = objectType({});
69104
- GetConfigurationProductsUiOptionsAtBRANDAt508581$outboundSchema = objectType({});
69105
- ((GetConfigurationProductsUiOptionsAtBRANDAt508581$) => {
69106
- GetConfigurationProductsUiOptionsAtBRANDAt508581$.inboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt508581$inboundSchema;
69107
- GetConfigurationProductsUiOptionsAtBRANDAt508581$.outboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt508581$outboundSchema;
69108
- })(GetConfigurationProductsUiOptionsAtBRANDAt508581$ ||= {});
69159
+ GetConfigurationProductsUiOptionsAtBRANDAt510349$inboundSchema = objectType({});
69160
+ GetConfigurationProductsUiOptionsAtBRANDAt510349$outboundSchema = objectType({});
69161
+ ((GetConfigurationProductsUiOptionsAtBRANDAt510349$) => {
69162
+ GetConfigurationProductsUiOptionsAtBRANDAt510349$.inboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt510349$inboundSchema;
69163
+ GetConfigurationProductsUiOptionsAtBRANDAt510349$.outboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt510349$outboundSchema;
69164
+ })(GetConfigurationProductsUiOptionsAtBRANDAt510349$ ||= {});
69109
69165
  GetConfigurationProductsUiOptions2$inboundSchema = objectType({
69110
- "__@BRAND@508581": lazyType(() => GetConfigurationProductsUiOptionsAtBRANDAt508581$inboundSchema)
69166
+ "__@BRAND@510349": lazyType(() => GetConfigurationProductsUiOptionsAtBRANDAt510349$inboundSchema)
69111
69167
  }).transform((v2) => {
69112
69168
  return remap(v2, {
69113
- "__@BRAND@508581": "atBRANDAt508581"
69169
+ "__@BRAND@510349": "atBRANDAt510349"
69114
69170
  });
69115
69171
  });
69116
69172
  GetConfigurationProductsUiOptions2$outboundSchema = objectType({
69117
- atBRANDAt508581: lazyType(() => GetConfigurationProductsUiOptionsAtBRANDAt508581$outboundSchema)
69173
+ atBRANDAt510349: lazyType(() => GetConfigurationProductsUiOptionsAtBRANDAt510349$outboundSchema)
69118
69174
  }).transform((v2) => {
69119
69175
  return remap(v2, {
69120
- atBRANDAt508581: "__@BRAND@508581"
69176
+ atBRANDAt510349: "__@BRAND@510349"
69121
69177
  });
69122
69178
  });
69123
69179
  ((GetConfigurationProductsUiOptions2$) => {
@@ -69352,48 +69408,48 @@ var init_getconfigurationproductsop = __esm(() => {
69352
69408
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$inboundSchema;
69353
69409
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$outboundSchema;
69354
69410
  })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$ ||= {});
69355
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$inboundSchema = objectType({});
69356
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$outboundSchema = objectType({});
69357
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$) => {
69358
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$inboundSchema;
69359
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$outboundSchema;
69360
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$ ||= {});
69411
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$inboundSchema = objectType({});
69412
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$outboundSchema = objectType({});
69413
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$) => {
69414
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$inboundSchema;
69415
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$outboundSchema;
69416
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$ ||= {});
69361
69417
  Default$inboundSchema = objectType({
69362
- "__@BRAND@508581": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$inboundSchema)
69418
+ "__@BRAND@510349": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$inboundSchema)
69363
69419
  }).transform((v2) => {
69364
69420
  return remap(v2, {
69365
- "__@BRAND@508581": "atBRANDAt508581"
69421
+ "__@BRAND@510349": "atBRANDAt510349"
69366
69422
  });
69367
69423
  });
69368
69424
  Default$outboundSchema = objectType({
69369
- atBRANDAt508581: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt508581$outboundSchema)
69425
+ atBRANDAt510349: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt510349$outboundSchema)
69370
69426
  }).transform((v2) => {
69371
69427
  return remap(v2, {
69372
- atBRANDAt508581: "__@BRAND@508581"
69428
+ atBRANDAt510349: "__@BRAND@510349"
69373
69429
  });
69374
69430
  });
69375
69431
  ((Default$) => {
69376
69432
  Default$.inboundSchema = Default$inboundSchema;
69377
69433
  Default$.outboundSchema = Default$outboundSchema;
69378
69434
  })(Default$ ||= {});
69379
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$inboundSchema = objectType({});
69380
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$outboundSchema = objectType({});
69381
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$) => {
69382
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$inboundSchema;
69383
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$outboundSchema;
69384
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$ ||= {});
69435
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$inboundSchema = objectType({});
69436
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$outboundSchema = objectType({});
69437
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$) => {
69438
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$inboundSchema;
69439
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$outboundSchema;
69440
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$ ||= {});
69385
69441
  Example$inboundSchema = objectType({
69386
- "__@BRAND@508581": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$inboundSchema)
69442
+ "__@BRAND@510349": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$inboundSchema)
69387
69443
  }).transform((v2) => {
69388
69444
  return remap(v2, {
69389
- "__@BRAND@508581": "atBRANDAt508581"
69445
+ "__@BRAND@510349": "atBRANDAt510349"
69390
69446
  });
69391
69447
  });
69392
69448
  Example$outboundSchema = objectType({
69393
- atBRANDAt508581: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt508581$outboundSchema)
69449
+ atBRANDAt510349: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt510349$outboundSchema)
69394
69450
  }).transform((v2) => {
69395
69451
  return remap(v2, {
69396
- atBRANDAt508581: "__@BRAND@508581"
69452
+ atBRANDAt510349: "__@BRAND@510349"
69397
69453
  });
69398
69454
  });
69399
69455
  ((Example$) => {
@@ -69514,24 +69570,24 @@ var init_getconfigurationproductsop = __esm(() => {
69514
69570
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$inboundSchema;
69515
69571
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$outboundSchema;
69516
69572
  })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$ ||= {});
69517
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$inboundSchema = objectType({});
69518
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$outboundSchema = objectType({});
69519
- ((GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$) => {
69520
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$inboundSchema;
69521
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$outboundSchema;
69522
- })(GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$ ||= {});
69573
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$inboundSchema = objectType({});
69574
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$outboundSchema = objectType({});
69575
+ ((GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$) => {
69576
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$inboundSchema;
69577
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$outboundSchema;
69578
+ })(GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$ ||= {});
69523
69579
  UiOptionsValue$inboundSchema = objectType({
69524
- "__@BRAND@508581": lazyType(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$inboundSchema)
69580
+ "__@BRAND@510349": lazyType(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$inboundSchema)
69525
69581
  }).transform((v2) => {
69526
69582
  return remap(v2, {
69527
- "__@BRAND@508581": "atBRANDAt508581"
69583
+ "__@BRAND@510349": "atBRANDAt510349"
69528
69584
  });
69529
69585
  });
69530
69586
  UiOptionsValue$outboundSchema = objectType({
69531
- atBRANDAt508581: lazyType(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt508581$outboundSchema)
69587
+ atBRANDAt510349: lazyType(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt510349$outboundSchema)
69532
69588
  }).transform((v2) => {
69533
69589
  return remap(v2, {
69534
- atBRANDAt508581: "__@BRAND@508581"
69590
+ atBRANDAt510349: "__@BRAND@510349"
69535
69591
  });
69536
69592
  });
69537
69593
  ((UiOptionsValue$) => {
@@ -69628,24 +69684,24 @@ var init_getconfigurationproductsop = __esm(() => {
69628
69684
  UiOptions3$.inboundSchema = UiOptions3$inboundSchema;
69629
69685
  UiOptions3$.outboundSchema = UiOptions3$outboundSchema;
69630
69686
  })(UiOptions3$ ||= {});
69631
- UiOptionsAtBRANDAt508581$inboundSchema = objectType({});
69632
- UiOptionsAtBRANDAt508581$outboundSchema = objectType({});
69633
- ((UiOptionsAtBRANDAt508581$) => {
69634
- UiOptionsAtBRANDAt508581$.inboundSchema = UiOptionsAtBRANDAt508581$inboundSchema;
69635
- UiOptionsAtBRANDAt508581$.outboundSchema = UiOptionsAtBRANDAt508581$outboundSchema;
69636
- })(UiOptionsAtBRANDAt508581$ ||= {});
69687
+ UiOptionsAtBRANDAt510349$inboundSchema = objectType({});
69688
+ UiOptionsAtBRANDAt510349$outboundSchema = objectType({});
69689
+ ((UiOptionsAtBRANDAt510349$) => {
69690
+ UiOptionsAtBRANDAt510349$.inboundSchema = UiOptionsAtBRANDAt510349$inboundSchema;
69691
+ UiOptionsAtBRANDAt510349$.outboundSchema = UiOptionsAtBRANDAt510349$outboundSchema;
69692
+ })(UiOptionsAtBRANDAt510349$ ||= {});
69637
69693
  UiOptions2$inboundSchema = objectType({
69638
- "__@BRAND@508581": lazyType(() => UiOptionsAtBRANDAt508581$inboundSchema)
69694
+ "__@BRAND@510349": lazyType(() => UiOptionsAtBRANDAt510349$inboundSchema)
69639
69695
  }).transform((v2) => {
69640
69696
  return remap(v2, {
69641
- "__@BRAND@508581": "atBRANDAt508581"
69697
+ "__@BRAND@510349": "atBRANDAt510349"
69642
69698
  });
69643
69699
  });
69644
69700
  UiOptions2$outboundSchema = objectType({
69645
- atBRANDAt508581: lazyType(() => UiOptionsAtBRANDAt508581$outboundSchema)
69701
+ atBRANDAt510349: lazyType(() => UiOptionsAtBRANDAt510349$outboundSchema)
69646
69702
  }).transform((v2) => {
69647
69703
  return remap(v2, {
69648
- atBRANDAt508581: "__@BRAND@508581"
69704
+ atBRANDAt510349: "__@BRAND@510349"
69649
69705
  });
69650
69706
  });
69651
69707
  ((UiOptions2$) => {
@@ -69758,72 +69814,72 @@ var init_getconfigurationproductsop = __esm(() => {
69758
69814
  GetConfigurationProductsPropertiesUiOptions$.inboundSchema = GetConfigurationProductsPropertiesUiOptions$inboundSchema;
69759
69815
  GetConfigurationProductsPropertiesUiOptions$.outboundSchema = GetConfigurationProductsPropertiesUiOptions$outboundSchema;
69760
69816
  })(GetConfigurationProductsPropertiesUiOptions$ ||= {});
69761
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$inboundSchema = objectType({});
69762
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$outboundSchema = objectType({});
69763
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$) => {
69764
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$inboundSchema;
69765
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$outboundSchema;
69766
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$ ||= {});
69817
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$inboundSchema = objectType({});
69818
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$outboundSchema = objectType({});
69819
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$) => {
69820
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$inboundSchema;
69821
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$outboundSchema;
69822
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$ ||= {});
69767
69823
  GetConfigurationProductsPropertiesMinLength$inboundSchema = objectType({
69768
- "__@BRAND@508581": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$inboundSchema)
69824
+ "__@BRAND@510349": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$inboundSchema)
69769
69825
  }).transform((v2) => {
69770
69826
  return remap(v2, {
69771
- "__@BRAND@508581": "atBRANDAt508581"
69827
+ "__@BRAND@510349": "atBRANDAt510349"
69772
69828
  });
69773
69829
  });
69774
69830
  GetConfigurationProductsPropertiesMinLength$outboundSchema = objectType({
69775
- atBRANDAt508581: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt508581$outboundSchema)
69831
+ atBRANDAt510349: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt510349$outboundSchema)
69776
69832
  }).transform((v2) => {
69777
69833
  return remap(v2, {
69778
- atBRANDAt508581: "__@BRAND@508581"
69834
+ atBRANDAt510349: "__@BRAND@510349"
69779
69835
  });
69780
69836
  });
69781
69837
  ((GetConfigurationProductsPropertiesMinLength$) => {
69782
69838
  GetConfigurationProductsPropertiesMinLength$.inboundSchema = GetConfigurationProductsPropertiesMinLength$inboundSchema;
69783
69839
  GetConfigurationProductsPropertiesMinLength$.outboundSchema = GetConfigurationProductsPropertiesMinLength$outboundSchema;
69784
69840
  })(GetConfigurationProductsPropertiesMinLength$ ||= {});
69785
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$inboundSchema = objectType({});
69786
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$outboundSchema = objectType({});
69787
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$) => {
69788
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$inboundSchema;
69789
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$outboundSchema;
69790
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$ ||= {});
69841
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$inboundSchema = objectType({});
69842
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$outboundSchema = objectType({});
69843
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$) => {
69844
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$inboundSchema;
69845
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$outboundSchema;
69846
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$ ||= {});
69791
69847
  GetConfigurationProductsPropertiesMaxLength$inboundSchema = objectType({
69792
- "__@BRAND@508581": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$inboundSchema)
69848
+ "__@BRAND@510349": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$inboundSchema)
69793
69849
  }).transform((v2) => {
69794
69850
  return remap(v2, {
69795
- "__@BRAND@508581": "atBRANDAt508581"
69851
+ "__@BRAND@510349": "atBRANDAt510349"
69796
69852
  });
69797
69853
  });
69798
69854
  GetConfigurationProductsPropertiesMaxLength$outboundSchema = objectType({
69799
- atBRANDAt508581: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt508581$outboundSchema)
69855
+ atBRANDAt510349: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt510349$outboundSchema)
69800
69856
  }).transform((v2) => {
69801
69857
  return remap(v2, {
69802
- atBRANDAt508581: "__@BRAND@508581"
69858
+ atBRANDAt510349: "__@BRAND@510349"
69803
69859
  });
69804
69860
  });
69805
69861
  ((GetConfigurationProductsPropertiesMaxLength$) => {
69806
69862
  GetConfigurationProductsPropertiesMaxLength$.inboundSchema = GetConfigurationProductsPropertiesMaxLength$inboundSchema;
69807
69863
  GetConfigurationProductsPropertiesMaxLength$.outboundSchema = GetConfigurationProductsPropertiesMaxLength$outboundSchema;
69808
69864
  })(GetConfigurationProductsPropertiesMaxLength$ ||= {});
69809
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$inboundSchema = objectType({});
69810
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$outboundSchema = objectType({});
69811
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$) => {
69812
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$inboundSchema;
69813
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$outboundSchema;
69814
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$ ||= {});
69865
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$inboundSchema = objectType({});
69866
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$outboundSchema = objectType({});
69867
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$) => {
69868
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$inboundSchema;
69869
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$outboundSchema;
69870
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$ ||= {});
69815
69871
  GetConfigurationProductsPropertiesPattern$inboundSchema = objectType({
69816
- "__@BRAND@508581": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$inboundSchema)
69872
+ "__@BRAND@510349": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$inboundSchema)
69817
69873
  }).transform((v2) => {
69818
69874
  return remap(v2, {
69819
- "__@BRAND@508581": "atBRANDAt508581"
69875
+ "__@BRAND@510349": "atBRANDAt510349"
69820
69876
  });
69821
69877
  });
69822
69878
  GetConfigurationProductsPropertiesPattern$outboundSchema = objectType({
69823
- atBRANDAt508581: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt508581$outboundSchema)
69879
+ atBRANDAt510349: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt510349$outboundSchema)
69824
69880
  }).transform((v2) => {
69825
69881
  return remap(v2, {
69826
- atBRANDAt508581: "__@BRAND@508581"
69882
+ atBRANDAt510349: "__@BRAND@510349"
69827
69883
  });
69828
69884
  });
69829
69885
  ((GetConfigurationProductsPropertiesPattern$) => {
@@ -70072,72 +70128,72 @@ var init_getconfigurationproductsop = __esm(() => {
70072
70128
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$inboundSchema;
70073
70129
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$outboundSchema;
70074
70130
  })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$ ||= {});
70075
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$inboundSchema = objectType({});
70076
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$outboundSchema = objectType({});
70077
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$) => {
70078
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$inboundSchema;
70079
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$outboundSchema;
70080
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$ ||= {});
70131
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$inboundSchema = objectType({});
70132
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$outboundSchema = objectType({});
70133
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$) => {
70134
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$inboundSchema;
70135
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$outboundSchema;
70136
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$ ||= {});
70081
70137
  GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema = objectType({
70082
- "__@BRAND@508581": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$inboundSchema)
70138
+ "__@BRAND@510349": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$inboundSchema)
70083
70139
  }).transform((v2) => {
70084
70140
  return remap(v2, {
70085
- "__@BRAND@508581": "atBRANDAt508581"
70141
+ "__@BRAND@510349": "atBRANDAt510349"
70086
70142
  });
70087
70143
  });
70088
70144
  GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema = objectType({
70089
- atBRANDAt508581: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt508581$outboundSchema)
70145
+ atBRANDAt510349: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt510349$outboundSchema)
70090
70146
  }).transform((v2) => {
70091
70147
  return remap(v2, {
70092
- atBRANDAt508581: "__@BRAND@508581"
70148
+ atBRANDAt510349: "__@BRAND@510349"
70093
70149
  });
70094
70150
  });
70095
70151
  ((GetConfigurationProductsPropertiesIntegrationsMinLength$) => {
70096
70152
  GetConfigurationProductsPropertiesIntegrationsMinLength$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema;
70097
70153
  GetConfigurationProductsPropertiesIntegrationsMinLength$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema;
70098
70154
  })(GetConfigurationProductsPropertiesIntegrationsMinLength$ ||= {});
70099
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$inboundSchema = objectType({});
70100
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$outboundSchema = objectType({});
70101
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$) => {
70102
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$inboundSchema;
70103
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$outboundSchema;
70104
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$ ||= {});
70155
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$inboundSchema = objectType({});
70156
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$outboundSchema = objectType({});
70157
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$) => {
70158
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$inboundSchema;
70159
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$outboundSchema;
70160
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$ ||= {});
70105
70161
  GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema = objectType({
70106
- "__@BRAND@508581": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$inboundSchema)
70162
+ "__@BRAND@510349": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$inboundSchema)
70107
70163
  }).transform((v2) => {
70108
70164
  return remap(v2, {
70109
- "__@BRAND@508581": "atBRANDAt508581"
70165
+ "__@BRAND@510349": "atBRANDAt510349"
70110
70166
  });
70111
70167
  });
70112
70168
  GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema = objectType({
70113
- atBRANDAt508581: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt508581$outboundSchema)
70169
+ atBRANDAt510349: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt510349$outboundSchema)
70114
70170
  }).transform((v2) => {
70115
70171
  return remap(v2, {
70116
- atBRANDAt508581: "__@BRAND@508581"
70172
+ atBRANDAt510349: "__@BRAND@510349"
70117
70173
  });
70118
70174
  });
70119
70175
  ((GetConfigurationProductsPropertiesIntegrationsMaxLength$) => {
70120
70176
  GetConfigurationProductsPropertiesIntegrationsMaxLength$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema;
70121
70177
  GetConfigurationProductsPropertiesIntegrationsMaxLength$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema;
70122
70178
  })(GetConfigurationProductsPropertiesIntegrationsMaxLength$ ||= {});
70123
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$inboundSchema = objectType({});
70124
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$outboundSchema = objectType({});
70125
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$) => {
70126
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$inboundSchema;
70127
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$outboundSchema;
70128
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$ ||= {});
70179
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$inboundSchema = objectType({});
70180
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$outboundSchema = objectType({});
70181
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$) => {
70182
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$inboundSchema;
70183
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$outboundSchema;
70184
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$ ||= {});
70129
70185
  GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema = objectType({
70130
- "__@BRAND@508581": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$inboundSchema)
70186
+ "__@BRAND@510349": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$inboundSchema)
70131
70187
  }).transform((v2) => {
70132
70188
  return remap(v2, {
70133
- "__@BRAND@508581": "atBRANDAt508581"
70189
+ "__@BRAND@510349": "atBRANDAt510349"
70134
70190
  });
70135
70191
  });
70136
70192
  GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema = objectType({
70137
- atBRANDAt508581: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt508581$outboundSchema)
70193
+ atBRANDAt510349: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt510349$outboundSchema)
70138
70194
  }).transform((v2) => {
70139
70195
  return remap(v2, {
70140
- atBRANDAt508581: "__@BRAND@508581"
70196
+ atBRANDAt510349: "__@BRAND@510349"
70141
70197
  });
70142
70198
  });
70143
70199
  ((GetConfigurationProductsPropertiesIntegrationsPattern$) => {
@@ -70578,72 +70634,72 @@ var init_getconfigurationproductsop = __esm(() => {
70578
70634
  UiOptions$.inboundSchema = UiOptions$inboundSchema;
70579
70635
  UiOptions$.outboundSchema = UiOptions$outboundSchema;
70580
70636
  })(UiOptions$ ||= {});
70581
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$inboundSchema = objectType({});
70582
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$outboundSchema = objectType({});
70583
- ((GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$) => {
70584
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$inboundSchema;
70585
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$outboundSchema;
70586
- })(GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$ ||= {});
70637
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$inboundSchema = objectType({});
70638
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$outboundSchema = objectType({});
70639
+ ((GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$) => {
70640
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$inboundSchema;
70641
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$outboundSchema;
70642
+ })(GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$ ||= {});
70587
70643
  PropertiesMinLength$inboundSchema = objectType({
70588
- "__@BRAND@508581": lazyType(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$inboundSchema)
70644
+ "__@BRAND@510349": lazyType(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$inboundSchema)
70589
70645
  }).transform((v2) => {
70590
70646
  return remap(v2, {
70591
- "__@BRAND@508581": "atBRANDAt508581"
70647
+ "__@BRAND@510349": "atBRANDAt510349"
70592
70648
  });
70593
70649
  });
70594
70650
  PropertiesMinLength$outboundSchema = objectType({
70595
- atBRANDAt508581: lazyType(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt508581$outboundSchema)
70651
+ atBRANDAt510349: lazyType(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt510349$outboundSchema)
70596
70652
  }).transform((v2) => {
70597
70653
  return remap(v2, {
70598
- atBRANDAt508581: "__@BRAND@508581"
70654
+ atBRANDAt510349: "__@BRAND@510349"
70599
70655
  });
70600
70656
  });
70601
70657
  ((PropertiesMinLength$) => {
70602
70658
  PropertiesMinLength$.inboundSchema = PropertiesMinLength$inboundSchema;
70603
70659
  PropertiesMinLength$.outboundSchema = PropertiesMinLength$outboundSchema;
70604
70660
  })(PropertiesMinLength$ ||= {});
70605
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$inboundSchema = objectType({});
70606
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$outboundSchema = objectType({});
70607
- ((GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$) => {
70608
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$inboundSchema;
70609
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$outboundSchema;
70610
- })(GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$ ||= {});
70661
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$inboundSchema = objectType({});
70662
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$outboundSchema = objectType({});
70663
+ ((GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$) => {
70664
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$inboundSchema;
70665
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$outboundSchema;
70666
+ })(GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$ ||= {});
70611
70667
  PropertiesMaxLength$inboundSchema = objectType({
70612
- "__@BRAND@508581": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$inboundSchema)
70668
+ "__@BRAND@510349": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$inboundSchema)
70613
70669
  }).transform((v2) => {
70614
70670
  return remap(v2, {
70615
- "__@BRAND@508581": "atBRANDAt508581"
70671
+ "__@BRAND@510349": "atBRANDAt510349"
70616
70672
  });
70617
70673
  });
70618
70674
  PropertiesMaxLength$outboundSchema = objectType({
70619
- atBRANDAt508581: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt508581$outboundSchema)
70675
+ atBRANDAt510349: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt510349$outboundSchema)
70620
70676
  }).transform((v2) => {
70621
70677
  return remap(v2, {
70622
- atBRANDAt508581: "__@BRAND@508581"
70678
+ atBRANDAt510349: "__@BRAND@510349"
70623
70679
  });
70624
70680
  });
70625
70681
  ((PropertiesMaxLength$) => {
70626
70682
  PropertiesMaxLength$.inboundSchema = PropertiesMaxLength$inboundSchema;
70627
70683
  PropertiesMaxLength$.outboundSchema = PropertiesMaxLength$outboundSchema;
70628
70684
  })(PropertiesMaxLength$ ||= {});
70629
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$inboundSchema = objectType({});
70630
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$outboundSchema = objectType({});
70631
- ((GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$) => {
70632
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$inboundSchema;
70633
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$outboundSchema;
70634
- })(GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$ ||= {});
70685
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$inboundSchema = objectType({});
70686
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$outboundSchema = objectType({});
70687
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$) => {
70688
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$inboundSchema;
70689
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$outboundSchema;
70690
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$ ||= {});
70635
70691
  PropertiesPattern$inboundSchema = objectType({
70636
- "__@BRAND@508581": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$inboundSchema)
70692
+ "__@BRAND@510349": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$inboundSchema)
70637
70693
  }).transform((v2) => {
70638
70694
  return remap(v2, {
70639
- "__@BRAND@508581": "atBRANDAt508581"
70695
+ "__@BRAND@510349": "atBRANDAt510349"
70640
70696
  });
70641
70697
  });
70642
70698
  PropertiesPattern$outboundSchema = objectType({
70643
- atBRANDAt508581: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt508581$outboundSchema)
70699
+ atBRANDAt510349: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt510349$outboundSchema)
70644
70700
  }).transform((v2) => {
70645
70701
  return remap(v2, {
70646
- atBRANDAt508581: "__@BRAND@508581"
70702
+ atBRANDAt510349: "__@BRAND@510349"
70647
70703
  });
70648
70704
  });
70649
70705
  ((PropertiesPattern$) => {
@@ -71564,72 +71620,72 @@ var init_getconfigurationproductsop = __esm(() => {
71564
71620
  UiControl$.inboundSchema = UiControl$inboundSchema;
71565
71621
  UiControl$.outboundSchema = UiControl$outboundSchema;
71566
71622
  })(UiControl$ ||= {});
71567
- AtBRANDAt508581$inboundSchema = objectType({});
71568
- AtBRANDAt508581$outboundSchema = objectType({});
71569
- ((AtBRANDAt508581$) => {
71570
- AtBRANDAt508581$.inboundSchema = AtBRANDAt508581$inboundSchema;
71571
- AtBRANDAt508581$.outboundSchema = AtBRANDAt508581$outboundSchema;
71572
- })(AtBRANDAt508581$ ||= {});
71623
+ AtBRANDAt510349$inboundSchema = objectType({});
71624
+ AtBRANDAt510349$outboundSchema = objectType({});
71625
+ ((AtBRANDAt510349$) => {
71626
+ AtBRANDAt510349$.inboundSchema = AtBRANDAt510349$inboundSchema;
71627
+ AtBRANDAt510349$.outboundSchema = AtBRANDAt510349$outboundSchema;
71628
+ })(AtBRANDAt510349$ ||= {});
71573
71629
  MinLength$inboundSchema = objectType({
71574
- "__@BRAND@508581": lazyType(() => AtBRANDAt508581$inboundSchema)
71630
+ "__@BRAND@510349": lazyType(() => AtBRANDAt510349$inboundSchema)
71575
71631
  }).transform((v2) => {
71576
71632
  return remap(v2, {
71577
- "__@BRAND@508581": "atBRANDAt508581"
71633
+ "__@BRAND@510349": "atBRANDAt510349"
71578
71634
  });
71579
71635
  });
71580
71636
  MinLength$outboundSchema = objectType({
71581
- atBRANDAt508581: lazyType(() => AtBRANDAt508581$outboundSchema)
71637
+ atBRANDAt510349: lazyType(() => AtBRANDAt510349$outboundSchema)
71582
71638
  }).transform((v2) => {
71583
71639
  return remap(v2, {
71584
- atBRANDAt508581: "__@BRAND@508581"
71640
+ atBRANDAt510349: "__@BRAND@510349"
71585
71641
  });
71586
71642
  });
71587
71643
  ((MinLength$) => {
71588
71644
  MinLength$.inboundSchema = MinLength$inboundSchema;
71589
71645
  MinLength$.outboundSchema = MinLength$outboundSchema;
71590
71646
  })(MinLength$ ||= {});
71591
- PropertiesAtBRANDAt508581$inboundSchema = objectType({});
71592
- PropertiesAtBRANDAt508581$outboundSchema = objectType({});
71593
- ((PropertiesAtBRANDAt508581$) => {
71594
- PropertiesAtBRANDAt508581$.inboundSchema = PropertiesAtBRANDAt508581$inboundSchema;
71595
- PropertiesAtBRANDAt508581$.outboundSchema = PropertiesAtBRANDAt508581$outboundSchema;
71596
- })(PropertiesAtBRANDAt508581$ ||= {});
71647
+ PropertiesAtBRANDAt510349$inboundSchema = objectType({});
71648
+ PropertiesAtBRANDAt510349$outboundSchema = objectType({});
71649
+ ((PropertiesAtBRANDAt510349$) => {
71650
+ PropertiesAtBRANDAt510349$.inboundSchema = PropertiesAtBRANDAt510349$inboundSchema;
71651
+ PropertiesAtBRANDAt510349$.outboundSchema = PropertiesAtBRANDAt510349$outboundSchema;
71652
+ })(PropertiesAtBRANDAt510349$ ||= {});
71597
71653
  MaxLength$inboundSchema = objectType({
71598
- "__@BRAND@508581": lazyType(() => PropertiesAtBRANDAt508581$inboundSchema)
71654
+ "__@BRAND@510349": lazyType(() => PropertiesAtBRANDAt510349$inboundSchema)
71599
71655
  }).transform((v2) => {
71600
71656
  return remap(v2, {
71601
- "__@BRAND@508581": "atBRANDAt508581"
71657
+ "__@BRAND@510349": "atBRANDAt510349"
71602
71658
  });
71603
71659
  });
71604
71660
  MaxLength$outboundSchema = objectType({
71605
- atBRANDAt508581: lazyType(() => PropertiesAtBRANDAt508581$outboundSchema)
71661
+ atBRANDAt510349: lazyType(() => PropertiesAtBRANDAt510349$outboundSchema)
71606
71662
  }).transform((v2) => {
71607
71663
  return remap(v2, {
71608
- atBRANDAt508581: "__@BRAND@508581"
71664
+ atBRANDAt510349: "__@BRAND@510349"
71609
71665
  });
71610
71666
  });
71611
71667
  ((MaxLength$) => {
71612
71668
  MaxLength$.inboundSchema = MaxLength$inboundSchema;
71613
71669
  MaxLength$.outboundSchema = MaxLength$outboundSchema;
71614
71670
  })(MaxLength$ ||= {});
71615
- GetConfigurationProductsPropertiesAtBRANDAt508581$inboundSchema = objectType({});
71616
- GetConfigurationProductsPropertiesAtBRANDAt508581$outboundSchema = objectType({});
71617
- ((GetConfigurationProductsPropertiesAtBRANDAt508581$) => {
71618
- GetConfigurationProductsPropertiesAtBRANDAt508581$.inboundSchema = GetConfigurationProductsPropertiesAtBRANDAt508581$inboundSchema;
71619
- GetConfigurationProductsPropertiesAtBRANDAt508581$.outboundSchema = GetConfigurationProductsPropertiesAtBRANDAt508581$outboundSchema;
71620
- })(GetConfigurationProductsPropertiesAtBRANDAt508581$ ||= {});
71671
+ GetConfigurationProductsPropertiesAtBRANDAt510349$inboundSchema = objectType({});
71672
+ GetConfigurationProductsPropertiesAtBRANDAt510349$outboundSchema = objectType({});
71673
+ ((GetConfigurationProductsPropertiesAtBRANDAt510349$) => {
71674
+ GetConfigurationProductsPropertiesAtBRANDAt510349$.inboundSchema = GetConfigurationProductsPropertiesAtBRANDAt510349$inboundSchema;
71675
+ GetConfigurationProductsPropertiesAtBRANDAt510349$.outboundSchema = GetConfigurationProductsPropertiesAtBRANDAt510349$outboundSchema;
71676
+ })(GetConfigurationProductsPropertiesAtBRANDAt510349$ ||= {});
71621
71677
  Pattern$inboundSchema = objectType({
71622
- "__@BRAND@508581": lazyType(() => GetConfigurationProductsPropertiesAtBRANDAt508581$inboundSchema)
71678
+ "__@BRAND@510349": lazyType(() => GetConfigurationProductsPropertiesAtBRANDAt510349$inboundSchema)
71623
71679
  }).transform((v2) => {
71624
71680
  return remap(v2, {
71625
- "__@BRAND@508581": "atBRANDAt508581"
71681
+ "__@BRAND@510349": "atBRANDAt510349"
71626
71682
  });
71627
71683
  });
71628
71684
  Pattern$outboundSchema = objectType({
71629
- atBRANDAt508581: lazyType(() => GetConfigurationProductsPropertiesAtBRANDAt508581$outboundSchema)
71685
+ atBRANDAt510349: lazyType(() => GetConfigurationProductsPropertiesAtBRANDAt510349$outboundSchema)
71630
71686
  }).transform((v2) => {
71631
71687
  return remap(v2, {
71632
- atBRANDAt508581: "__@BRAND@508581"
71688
+ atBRANDAt510349: "__@BRAND@510349"
71633
71689
  });
71634
71690
  });
71635
71691
  ((Pattern$) => {
@@ -75326,11 +75382,16 @@ Returns the member role and other information for a given member ID ("user_id" c
75326
75382
  });
75327
75383
 
75328
75384
  // src/models/importresourceop.ts
75329
- var ImportResourceStatus, ImportResourceType, Level, ImportResourceStatus$inboundSchema, ImportResourceStatus$outboundSchema, ImportResourceStatus$, ImportResourceType$inboundSchema, ImportResourceType$outboundSchema, ImportResourceType$, Details$inboundSchema, Details$outboundSchema, Details$, HeightlightedDetails$inboundSchema, HeightlightedDetails$outboundSchema, HeightlightedDetails$, BillingPlan$inboundSchema, BillingPlan$outboundSchema, BillingPlan$, Level$inboundSchema, Level$outboundSchema, Level$, Notification$inboundSchema, Notification$outboundSchema, Notification$, EnvironmentOverrides$inboundSchema, EnvironmentOverrides$outboundSchema, EnvironmentOverrides$, ImportResourceSecrets$inboundSchema, ImportResourceSecrets$outboundSchema, ImportResourceSecrets$, ImportResourceRequestBody$inboundSchema, ImportResourceRequestBody$outboundSchema, ImportResourceRequestBody$, ImportResourceRequest$inboundSchema, ImportResourceRequest$outboundSchema, ImportResourceRequest$, ImportResourceResponseBody$inboundSchema, ImportResourceResponseBody$outboundSchema, ImportResourceResponseBody$;
75385
+ var Ownership, ImportResourceStatus, ImportResourceType, Level, Ownership$inboundSchema, Ownership$outboundSchema, Ownership$, ImportResourceStatus$inboundSchema, ImportResourceStatus$outboundSchema, ImportResourceStatus$, ImportResourceType$inboundSchema, ImportResourceType$outboundSchema, ImportResourceType$, Details$inboundSchema, Details$outboundSchema, Details$, HeightlightedDetails$inboundSchema, HeightlightedDetails$outboundSchema, HeightlightedDetails$, BillingPlan$inboundSchema, BillingPlan$outboundSchema, BillingPlan$, Level$inboundSchema, Level$outboundSchema, Level$, Notification$inboundSchema, Notification$outboundSchema, Notification$, EnvironmentOverrides$inboundSchema, EnvironmentOverrides$outboundSchema, EnvironmentOverrides$, ImportResourceSecrets$inboundSchema, ImportResourceSecrets$outboundSchema, ImportResourceSecrets$, ImportResourceRequestBody$inboundSchema, ImportResourceRequestBody$outboundSchema, ImportResourceRequestBody$, ImportResourceRequest$inboundSchema, ImportResourceRequest$outboundSchema, ImportResourceRequest$, ImportResourceResponseBody$inboundSchema, ImportResourceResponseBody$outboundSchema, ImportResourceResponseBody$;
75330
75386
  var init_importresourceop = __esm(() => {
75331
75387
  init_esm();
75332
75388
  init_primitives();
75333
75389
  init_schemas();
75390
+ Ownership = {
75391
+ Owned: "owned",
75392
+ Linked: "linked",
75393
+ Sandbox: "sandbox"
75394
+ };
75334
75395
  ImportResourceStatus = {
75335
75396
  Ready: "ready",
75336
75397
  Pending: "pending",
@@ -75348,6 +75409,12 @@ var init_importresourceop = __esm(() => {
75348
75409
  Warn: "warn",
75349
75410
  Error: "error"
75350
75411
  };
75412
+ Ownership$inboundSchema = nativeEnumType(Ownership);
75413
+ Ownership$outboundSchema = Ownership$inboundSchema;
75414
+ ((Ownership$) => {
75415
+ Ownership$.inboundSchema = Ownership$inboundSchema;
75416
+ Ownership$.outboundSchema = Ownership$outboundSchema;
75417
+ })(Ownership$ ||= {});
75351
75418
  ImportResourceStatus$inboundSchema = nativeEnumType(ImportResourceStatus);
75352
75419
  ImportResourceStatus$outboundSchema = ImportResourceStatus$inboundSchema;
75353
75420
  ((ImportResourceStatus$) => {
@@ -75471,21 +75538,25 @@ var init_importresourceop = __esm(() => {
75471
75538
  ImportResourceSecrets$.outboundSchema = ImportResourceSecrets$outboundSchema;
75472
75539
  })(ImportResourceSecrets$ ||= {});
75473
75540
  ImportResourceRequestBody$inboundSchema = objectType({
75541
+ ownership: Ownership$inboundSchema.optional(),
75474
75542
  productId: stringType(),
75475
75543
  name: stringType(),
75476
75544
  status: ImportResourceStatus$inboundSchema,
75477
75545
  metadata: recordType(anyType()).optional(),
75478
75546
  billingPlan: lazyType(() => BillingPlan$inboundSchema).optional(),
75479
75547
  notification: lazyType(() => Notification$inboundSchema).optional(),
75548
+ extras: recordType(anyType()).optional(),
75480
75549
  secrets: arrayType(lazyType(() => ImportResourceSecrets$inboundSchema)).optional()
75481
75550
  });
75482
75551
  ImportResourceRequestBody$outboundSchema = objectType({
75552
+ ownership: Ownership$outboundSchema.optional(),
75483
75553
  productId: stringType(),
75484
75554
  name: stringType(),
75485
75555
  status: ImportResourceStatus$outboundSchema,
75486
75556
  metadata: recordType(anyType()).optional(),
75487
75557
  billingPlan: lazyType(() => BillingPlan$outboundSchema).optional(),
75488
75558
  notification: lazyType(() => Notification$outboundSchema).optional(),
75559
+ extras: recordType(anyType()).optional(),
75489
75560
  secrets: arrayType(lazyType(() => ImportResourceSecrets$outboundSchema)).optional()
75490
75561
  });
75491
75562
  ((ImportResourceRequestBody$) => {
@@ -78496,6 +78567,7 @@ var init_createprojectop = __esm(() => {
78496
78567
  Vitepress: "vitepress",
78497
78568
  Vuepress: "vuepress",
78498
78569
  Parcel: "parcel",
78570
+ Fastapi: "fastapi",
78499
78571
  Fasthtml: "fasthtml",
78500
78572
  SanityV3: "sanity-v3",
78501
78573
  Sanity: "sanity",
@@ -78546,10 +78618,10 @@ var init_createprojectop = __esm(() => {
78546
78618
  };
78547
78619
  CreateProjectProjectsResponseType = {
78548
78620
  System: "system",
78549
- Secret: "secret",
78550
78621
  Encrypted: "encrypted",
78551
78622
  Plain: "plain",
78552
- Sensitive: "sensitive"
78623
+ Sensitive: "sensitive",
78624
+ Secret: "secret"
78553
78625
  };
78554
78626
  CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type = {
78555
78627
  FlagsConnectionString: "flags-connection-string"
@@ -78652,6 +78724,7 @@ var init_createprojectop = __esm(() => {
78652
78724
  Vitepress: "vitepress",
78653
78725
  Vuepress: "vuepress",
78654
78726
  Parcel: "parcel",
78727
+ Fastapi: "fastapi",
78655
78728
  Fasthtml: "fasthtml",
78656
78729
  SanityV3: "sanity-v3",
78657
78730
  Sanity: "sanity",
@@ -78742,8 +78815,8 @@ var init_createprojectop = __esm(() => {
78742
78815
  Turbo: "turbo"
78743
78816
  };
78744
78817
  CreateProjectProjectsDeploymentType = {
78745
- All: "all",
78746
78818
  Preview: "preview",
78819
+ All: "all",
78747
78820
  ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
78748
78821
  AllExceptCustomDomains: "all_except_custom_domains"
78749
78822
  };
@@ -78802,18 +78875,18 @@ var init_createprojectop = __esm(() => {
78802
78875
  IntegrationAutomationBypass: "integration-automation-bypass"
78803
78876
  };
78804
78877
  CreateProjectTrustedIpsProjectsDeploymentType = {
78805
- All: "all",
78806
78878
  Preview: "preview",
78879
+ Production: "production",
78880
+ All: "all",
78807
78881
  ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
78808
- AllExceptCustomDomains: "all_except_custom_domains",
78809
- Production: "production"
78882
+ AllExceptCustomDomains: "all_except_custom_domains"
78810
78883
  };
78811
78884
  CreateProjectTrustedIpsDeploymentType = {
78812
- All: "all",
78813
78885
  Preview: "preview",
78886
+ Production: "production",
78887
+ All: "all",
78814
78888
  ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
78815
- AllExceptCustomDomains: "all_except_custom_domains",
78816
- Production: "production"
78889
+ AllExceptCustomDomains: "all_except_custom_domains"
78817
78890
  };
78818
78891
  TrustedIpsProtectionMode = {
78819
78892
  Additional: "additional",
@@ -80238,28 +80311,28 @@ var init_createprojectop = __esm(() => {
80238
80311
  })(CreateProjectLinkProjectsDeployHooks$ ||= {});
80239
80312
  CreateProjectLink2$inboundSchema = objectType({
80240
80313
  type: CreateProjectLinkProjectsType$inboundSchema,
80314
+ repo: stringType().optional(),
80315
+ repoId: numberType().optional(),
80241
80316
  updatedAt: numberType().optional(),
80242
80317
  createdAt: numberType().optional(),
80243
- repo: stringType().optional(),
80244
- sourceless: booleanType().optional(),
80245
80318
  org: stringType(),
80246
80319
  repoOwnerId: numberType().optional(),
80247
- repoId: numberType().optional(),
80248
80320
  deployHooks: arrayType(lazyType(() => CreateProjectLinkProjectsDeployHooks$inboundSchema)),
80249
80321
  gitCredentialId: stringType(),
80322
+ sourceless: booleanType().optional(),
80250
80323
  productionBranch: stringType()
80251
80324
  });
80252
80325
  CreateProjectLink2$outboundSchema = objectType({
80253
80326
  type: CreateProjectLinkProjectsType$outboundSchema,
80327
+ repo: stringType().optional(),
80328
+ repoId: numberType().optional(),
80254
80329
  updatedAt: numberType().optional(),
80255
80330
  createdAt: numberType().optional(),
80256
- repo: stringType().optional(),
80257
- sourceless: booleanType().optional(),
80258
80331
  org: stringType(),
80259
80332
  repoOwnerId: numberType().optional(),
80260
- repoId: numberType().optional(),
80261
80333
  deployHooks: arrayType(lazyType(() => CreateProjectLinkProjectsDeployHooks$outboundSchema)),
80262
80334
  gitCredentialId: stringType(),
80335
+ sourceless: booleanType().optional(),
80263
80336
  productionBranch: stringType()
80264
80337
  });
80265
80338
  ((CreateProjectLink2$) => {
@@ -80429,22 +80502,22 @@ var init_createprojectop = __esm(() => {
80429
80502
  CreateProjectBuildMachineType$.outboundSchema = CreateProjectBuildMachineType$outboundSchema;
80430
80503
  })(CreateProjectBuildMachineType$ ||= {});
80431
80504
  CreateProjectProjectsResourceConfig$inboundSchema = objectType({
80505
+ elasticConcurrencyEnabled: booleanType().optional(),
80432
80506
  fluid: booleanType().optional(),
80433
80507
  functionDefaultRegions: arrayType(stringType()),
80434
80508
  functionDefaultTimeout: numberType().optional(),
80435
80509
  functionDefaultMemoryType: CreateProjectFunctionDefaultMemoryType$inboundSchema.optional(),
80436
80510
  functionZeroConfigFailover: booleanType().optional(),
80437
- elasticConcurrencyEnabled: booleanType().optional(),
80438
80511
  buildMachineType: CreateProjectBuildMachineType$inboundSchema.optional(),
80439
80512
  isNSNBDisabled: booleanType().optional()
80440
80513
  });
80441
80514
  CreateProjectProjectsResourceConfig$outboundSchema = objectType({
80515
+ elasticConcurrencyEnabled: booleanType().optional(),
80442
80516
  fluid: booleanType().optional(),
80443
80517
  functionDefaultRegions: arrayType(stringType()),
80444
80518
  functionDefaultTimeout: numberType().optional(),
80445
80519
  functionDefaultMemoryType: CreateProjectFunctionDefaultMemoryType$outboundSchema.optional(),
80446
80520
  functionZeroConfigFailover: booleanType().optional(),
80447
- elasticConcurrencyEnabled: booleanType().optional(),
80448
80521
  buildMachineType: CreateProjectBuildMachineType$outboundSchema.optional(),
80449
80522
  isNSNBDisabled: booleanType().optional()
80450
80523
  });
@@ -80509,22 +80582,22 @@ var init_createprojectop = __esm(() => {
80509
80582
  CreateProjectProjectsBuildMachineType$.outboundSchema = CreateProjectProjectsBuildMachineType$outboundSchema;
80510
80583
  })(CreateProjectProjectsBuildMachineType$ ||= {});
80511
80584
  CreateProjectDefaultResourceConfig$inboundSchema = objectType({
80585
+ elasticConcurrencyEnabled: booleanType().optional(),
80512
80586
  fluid: booleanType().optional(),
80513
80587
  functionDefaultRegions: arrayType(stringType()),
80514
80588
  functionDefaultTimeout: numberType().optional(),
80515
80589
  functionDefaultMemoryType: CreateProjectProjectsFunctionDefaultMemoryType$inboundSchema.optional(),
80516
80590
  functionZeroConfigFailover: booleanType().optional(),
80517
- elasticConcurrencyEnabled: booleanType().optional(),
80518
80591
  buildMachineType: CreateProjectProjectsBuildMachineType$inboundSchema.optional(),
80519
80592
  isNSNBDisabled: booleanType().optional()
80520
80593
  });
80521
80594
  CreateProjectDefaultResourceConfig$outboundSchema = objectType({
80595
+ elasticConcurrencyEnabled: booleanType().optional(),
80522
80596
  fluid: booleanType().optional(),
80523
80597
  functionDefaultRegions: arrayType(stringType()),
80524
80598
  functionDefaultTimeout: numberType().optional(),
80525
80599
  functionDefaultMemoryType: CreateProjectProjectsFunctionDefaultMemoryType$outboundSchema.optional(),
80526
80600
  functionZeroConfigFailover: booleanType().optional(),
80527
- elasticConcurrencyEnabled: booleanType().optional(),
80528
80601
  buildMachineType: CreateProjectProjectsBuildMachineType$outboundSchema.optional(),
80529
80602
  isNSNBDisabled: booleanType().optional()
80530
80603
  });
@@ -80769,6 +80842,73 @@ var init_createprojectop = __esm(() => {
80769
80842
  CreateProjectTargets$.outboundSchema = CreateProjectTargets$outboundSchema;
80770
80843
  })(CreateProjectTargets$ ||= {});
80771
80844
  CreateProjectPermissions$inboundSchema = objectType({
80845
+ aliasProject: arrayType(ACLAction$inboundSchema).optional(),
80846
+ aliasProtectionBypass: arrayType(ACLAction$inboundSchema).optional(),
80847
+ buildMachine: arrayType(ACLAction$inboundSchema).optional(),
80848
+ productionAliasProtectionBypass: arrayType(ACLAction$inboundSchema).optional(),
80849
+ connectConfigurationLink: arrayType(ACLAction$inboundSchema).optional(),
80850
+ dataCacheNamespace: arrayType(ACLAction$inboundSchema).optional(),
80851
+ deployment: arrayType(ACLAction$inboundSchema).optional(),
80852
+ deploymentBuildLogs: arrayType(ACLAction$inboundSchema).optional(),
80853
+ deploymentCheck: arrayType(ACLAction$inboundSchema).optional(),
80854
+ deploymentCheckPreview: arrayType(ACLAction$inboundSchema).optional(),
80855
+ deploymentCheckReRunFromProductionBranch: arrayType(ACLAction$inboundSchema).optional(),
80856
+ deploymentProductionGit: arrayType(ACLAction$inboundSchema).optional(),
80857
+ deploymentV0: arrayType(ACLAction$inboundSchema).optional(),
80858
+ deploymentPreview: arrayType(ACLAction$inboundSchema).optional(),
80859
+ deploymentPrivate: arrayType(ACLAction$inboundSchema).optional(),
80860
+ deploymentPromote: arrayType(ACLAction$inboundSchema).optional(),
80861
+ deploymentRollback: arrayType(ACLAction$inboundSchema).optional(),
80862
+ edgeCacheNamespace: arrayType(ACLAction$inboundSchema).optional(),
80863
+ environments: arrayType(ACLAction$inboundSchema).optional(),
80864
+ logs: arrayType(ACLAction$inboundSchema).optional(),
80865
+ logsPreset: arrayType(ACLAction$inboundSchema).optional(),
80866
+ passwordProtection: arrayType(ACLAction$inboundSchema).optional(),
80867
+ optionsAllowlist: arrayType(ACLAction$inboundSchema).optional(),
80868
+ job: arrayType(ACLAction$inboundSchema).optional(),
80869
+ observabilityData: arrayType(ACLAction$inboundSchema).optional(),
80870
+ onDemandBuild: arrayType(ACLAction$inboundSchema).optional(),
80871
+ onDemandConcurrency: arrayType(ACLAction$inboundSchema).optional(),
80872
+ project: arrayType(ACLAction$inboundSchema).optional(),
80873
+ projectFromV0: arrayType(ACLAction$inboundSchema).optional(),
80874
+ projectAccessGroup: arrayType(ACLAction$inboundSchema).optional(),
80875
+ projectAnalyticsSampling: arrayType(ACLAction$inboundSchema).optional(),
80876
+ projectCheck: arrayType(ACLAction$inboundSchema).optional(),
80877
+ projectCheckRun: arrayType(ACLAction$inboundSchema).optional(),
80878
+ projectDeploymentHook: arrayType(ACLAction$inboundSchema).optional(),
80879
+ projectDomain: arrayType(ACLAction$inboundSchema).optional(),
80880
+ projectDomainMove: arrayType(ACLAction$inboundSchema).optional(),
80881
+ projectDomainCheckConfig: arrayType(ACLAction$inboundSchema).optional(),
80882
+ projectEnvVars: arrayType(ACLAction$inboundSchema).optional(),
80883
+ projectEnvVarsProduction: arrayType(ACLAction$inboundSchema).optional(),
80884
+ projectEnvVarsUnownedByIntegration: arrayType(ACLAction$inboundSchema).optional(),
80885
+ projectFlags: arrayType(ACLAction$inboundSchema).optional(),
80886
+ projectId: arrayType(ACLAction$inboundSchema).optional(),
80887
+ projectIntegrationConfiguration: arrayType(ACLAction$inboundSchema).optional(),
80888
+ projectLink: arrayType(ACLAction$inboundSchema).optional(),
80889
+ projectMember: arrayType(ACLAction$inboundSchema).optional(),
80890
+ projectMonitoring: arrayType(ACLAction$inboundSchema).optional(),
80891
+ projectPermissions: arrayType(ACLAction$inboundSchema).optional(),
80892
+ projectProductionBranch: arrayType(ACLAction$inboundSchema).optional(),
80893
+ projectTransfer: arrayType(ACLAction$inboundSchema).optional(),
80894
+ projectTransferOut: arrayType(ACLAction$inboundSchema).optional(),
80895
+ projectProtectionBypass: arrayType(ACLAction$inboundSchema).optional(),
80896
+ projectUsage: arrayType(ACLAction$inboundSchema).optional(),
80897
+ projectAnalyticsUsage: arrayType(ACLAction$inboundSchema).optional(),
80898
+ projectSupportCase: arrayType(ACLAction$inboundSchema).optional(),
80899
+ projectSupportCaseComment: arrayType(ACLAction$inboundSchema).optional(),
80900
+ projectDeploymentExpiration: arrayType(ACLAction$inboundSchema).optional(),
80901
+ projectRollingRelease: arrayType(ACLAction$inboundSchema).optional(),
80902
+ projectTier: arrayType(ACLAction$inboundSchema).optional(),
80903
+ projectOIDCToken: arrayType(ACLAction$inboundSchema).optional(),
80904
+ seawallConfig: arrayType(ACLAction$inboundSchema).optional(),
80905
+ skewProtection: arrayType(ACLAction$inboundSchema).optional(),
80906
+ analytics: arrayType(ACLAction$inboundSchema).optional(),
80907
+ trustedIps: arrayType(ACLAction$inboundSchema).optional(),
80908
+ v0Chat: arrayType(ACLAction$inboundSchema).optional(),
80909
+ webAnalytics: arrayType(ACLAction$inboundSchema).optional(),
80910
+ sharedEnvVarConnection: arrayType(ACLAction$inboundSchema).optional(),
80911
+ sonar: arrayType(ACLAction$inboundSchema).optional(),
80772
80912
  oauth2Connection: arrayType(ACLAction$inboundSchema).optional(),
80773
80913
  user: arrayType(ACLAction$inboundSchema).optional(),
80774
80914
  userConnection: arrayType(ACLAction$inboundSchema).optional(),
@@ -80835,6 +80975,7 @@ var init_createprojectop = __esm(() => {
80835
80975
  jobGlobal: arrayType(ACLAction$inboundSchema).optional(),
80836
80976
  drain: arrayType(ACLAction$inboundSchema).optional(),
80837
80977
  logDrain: arrayType(ACLAction$inboundSchema).optional(),
80978
+ traceDrain: arrayType(ACLAction$inboundSchema).optional(),
80838
80979
  Monitoring: arrayType(ACLAction$inboundSchema).optional(),
80839
80980
  monitoringSettings: arrayType(ACLAction$inboundSchema).optional(),
80840
80981
  monitoringQuery: arrayType(ACLAction$inboundSchema).optional(),
@@ -80914,74 +81055,7 @@ var init_createprojectop = __esm(() => {
80914
81055
  vercelRun: arrayType(ACLAction$inboundSchema).optional(),
80915
81056
  vercelRunExec: arrayType(ACLAction$inboundSchema).optional(),
80916
81057
  apiKey: arrayType(ACLAction$inboundSchema).optional(),
80917
- apiKeyOwnedBySelf: arrayType(ACLAction$inboundSchema).optional(),
80918
- aliasProject: arrayType(ACLAction$inboundSchema).optional(),
80919
- aliasProtectionBypass: arrayType(ACLAction$inboundSchema).optional(),
80920
- buildMachine: arrayType(ACLAction$inboundSchema).optional(),
80921
- productionAliasProtectionBypass: arrayType(ACLAction$inboundSchema).optional(),
80922
- connectConfigurationLink: arrayType(ACLAction$inboundSchema).optional(),
80923
- dataCacheNamespace: arrayType(ACLAction$inboundSchema).optional(),
80924
- deployment: arrayType(ACLAction$inboundSchema).optional(),
80925
- deploymentBuildLogs: arrayType(ACLAction$inboundSchema).optional(),
80926
- deploymentCheck: arrayType(ACLAction$inboundSchema).optional(),
80927
- deploymentCheckPreview: arrayType(ACLAction$inboundSchema).optional(),
80928
- deploymentCheckReRunFromProductionBranch: arrayType(ACLAction$inboundSchema).optional(),
80929
- deploymentProductionGit: arrayType(ACLAction$inboundSchema).optional(),
80930
- deploymentV0: arrayType(ACLAction$inboundSchema).optional(),
80931
- deploymentPreview: arrayType(ACLAction$inboundSchema).optional(),
80932
- deploymentPrivate: arrayType(ACLAction$inboundSchema).optional(),
80933
- deploymentPromote: arrayType(ACLAction$inboundSchema).optional(),
80934
- deploymentRollback: arrayType(ACLAction$inboundSchema).optional(),
80935
- edgeCacheNamespace: arrayType(ACLAction$inboundSchema).optional(),
80936
- environments: arrayType(ACLAction$inboundSchema).optional(),
80937
- logs: arrayType(ACLAction$inboundSchema).optional(),
80938
- logsPreset: arrayType(ACLAction$inboundSchema).optional(),
80939
- passwordProtection: arrayType(ACLAction$inboundSchema).optional(),
80940
- optionsAllowlist: arrayType(ACLAction$inboundSchema).optional(),
80941
- job: arrayType(ACLAction$inboundSchema).optional(),
80942
- observabilityData: arrayType(ACLAction$inboundSchema).optional(),
80943
- onDemandBuild: arrayType(ACLAction$inboundSchema).optional(),
80944
- onDemandConcurrency: arrayType(ACLAction$inboundSchema).optional(),
80945
- project: arrayType(ACLAction$inboundSchema).optional(),
80946
- projectFromV0: arrayType(ACLAction$inboundSchema).optional(),
80947
- projectAccessGroup: arrayType(ACLAction$inboundSchema).optional(),
80948
- projectAnalyticsSampling: arrayType(ACLAction$inboundSchema).optional(),
80949
- projectCheck: arrayType(ACLAction$inboundSchema).optional(),
80950
- projectCheckRun: arrayType(ACLAction$inboundSchema).optional(),
80951
- projectDeploymentHook: arrayType(ACLAction$inboundSchema).optional(),
80952
- projectDomain: arrayType(ACLAction$inboundSchema).optional(),
80953
- projectDomainMove: arrayType(ACLAction$inboundSchema).optional(),
80954
- projectDomainCheckConfig: arrayType(ACLAction$inboundSchema).optional(),
80955
- projectEnvVars: arrayType(ACLAction$inboundSchema).optional(),
80956
- projectEnvVarsProduction: arrayType(ACLAction$inboundSchema).optional(),
80957
- projectEnvVarsUnownedByIntegration: arrayType(ACLAction$inboundSchema).optional(),
80958
- projectFlags: arrayType(ACLAction$inboundSchema).optional(),
80959
- projectId: arrayType(ACLAction$inboundSchema).optional(),
80960
- projectIntegrationConfiguration: arrayType(ACLAction$inboundSchema).optional(),
80961
- projectLink: arrayType(ACLAction$inboundSchema).optional(),
80962
- projectMember: arrayType(ACLAction$inboundSchema).optional(),
80963
- projectMonitoring: arrayType(ACLAction$inboundSchema).optional(),
80964
- projectPermissions: arrayType(ACLAction$inboundSchema).optional(),
80965
- projectProductionBranch: arrayType(ACLAction$inboundSchema).optional(),
80966
- projectTransfer: arrayType(ACLAction$inboundSchema).optional(),
80967
- projectTransferOut: arrayType(ACLAction$inboundSchema).optional(),
80968
- projectProtectionBypass: arrayType(ACLAction$inboundSchema).optional(),
80969
- projectUsage: arrayType(ACLAction$inboundSchema).optional(),
80970
- projectAnalyticsUsage: arrayType(ACLAction$inboundSchema).optional(),
80971
- projectSupportCase: arrayType(ACLAction$inboundSchema).optional(),
80972
- projectSupportCaseComment: arrayType(ACLAction$inboundSchema).optional(),
80973
- projectDeploymentExpiration: arrayType(ACLAction$inboundSchema).optional(),
80974
- projectRollingRelease: arrayType(ACLAction$inboundSchema).optional(),
80975
- projectTier: arrayType(ACLAction$inboundSchema).optional(),
80976
- projectOIDCToken: arrayType(ACLAction$inboundSchema).optional(),
80977
- seawallConfig: arrayType(ACLAction$inboundSchema).optional(),
80978
- skewProtection: arrayType(ACLAction$inboundSchema).optional(),
80979
- analytics: arrayType(ACLAction$inboundSchema).optional(),
80980
- trustedIps: arrayType(ACLAction$inboundSchema).optional(),
80981
- v0Chat: arrayType(ACLAction$inboundSchema).optional(),
80982
- webAnalytics: arrayType(ACLAction$inboundSchema).optional(),
80983
- sharedEnvVarConnection: arrayType(ACLAction$inboundSchema).optional(),
80984
- sonar: arrayType(ACLAction$inboundSchema).optional()
81058
+ apiKeyOwnedBySelf: arrayType(ACLAction$inboundSchema).optional()
80985
81059
  }).transform((v2) => {
80986
81060
  return remap(v2, {
80987
81061
  Monitoring: "monitoring",
@@ -80990,6 +81064,73 @@ var init_createprojectop = __esm(() => {
80990
81064
  });
80991
81065
  });
80992
81066
  CreateProjectPermissions$outboundSchema = objectType({
81067
+ aliasProject: arrayType(ACLAction$outboundSchema).optional(),
81068
+ aliasProtectionBypass: arrayType(ACLAction$outboundSchema).optional(),
81069
+ buildMachine: arrayType(ACLAction$outboundSchema).optional(),
81070
+ productionAliasProtectionBypass: arrayType(ACLAction$outboundSchema).optional(),
81071
+ connectConfigurationLink: arrayType(ACLAction$outboundSchema).optional(),
81072
+ dataCacheNamespace: arrayType(ACLAction$outboundSchema).optional(),
81073
+ deployment: arrayType(ACLAction$outboundSchema).optional(),
81074
+ deploymentBuildLogs: arrayType(ACLAction$outboundSchema).optional(),
81075
+ deploymentCheck: arrayType(ACLAction$outboundSchema).optional(),
81076
+ deploymentCheckPreview: arrayType(ACLAction$outboundSchema).optional(),
81077
+ deploymentCheckReRunFromProductionBranch: arrayType(ACLAction$outboundSchema).optional(),
81078
+ deploymentProductionGit: arrayType(ACLAction$outboundSchema).optional(),
81079
+ deploymentV0: arrayType(ACLAction$outboundSchema).optional(),
81080
+ deploymentPreview: arrayType(ACLAction$outboundSchema).optional(),
81081
+ deploymentPrivate: arrayType(ACLAction$outboundSchema).optional(),
81082
+ deploymentPromote: arrayType(ACLAction$outboundSchema).optional(),
81083
+ deploymentRollback: arrayType(ACLAction$outboundSchema).optional(),
81084
+ edgeCacheNamespace: arrayType(ACLAction$outboundSchema).optional(),
81085
+ environments: arrayType(ACLAction$outboundSchema).optional(),
81086
+ logs: arrayType(ACLAction$outboundSchema).optional(),
81087
+ logsPreset: arrayType(ACLAction$outboundSchema).optional(),
81088
+ passwordProtection: arrayType(ACLAction$outboundSchema).optional(),
81089
+ optionsAllowlist: arrayType(ACLAction$outboundSchema).optional(),
81090
+ job: arrayType(ACLAction$outboundSchema).optional(),
81091
+ observabilityData: arrayType(ACLAction$outboundSchema).optional(),
81092
+ onDemandBuild: arrayType(ACLAction$outboundSchema).optional(),
81093
+ onDemandConcurrency: arrayType(ACLAction$outboundSchema).optional(),
81094
+ project: arrayType(ACLAction$outboundSchema).optional(),
81095
+ projectFromV0: arrayType(ACLAction$outboundSchema).optional(),
81096
+ projectAccessGroup: arrayType(ACLAction$outboundSchema).optional(),
81097
+ projectAnalyticsSampling: arrayType(ACLAction$outboundSchema).optional(),
81098
+ projectCheck: arrayType(ACLAction$outboundSchema).optional(),
81099
+ projectCheckRun: arrayType(ACLAction$outboundSchema).optional(),
81100
+ projectDeploymentHook: arrayType(ACLAction$outboundSchema).optional(),
81101
+ projectDomain: arrayType(ACLAction$outboundSchema).optional(),
81102
+ projectDomainMove: arrayType(ACLAction$outboundSchema).optional(),
81103
+ projectDomainCheckConfig: arrayType(ACLAction$outboundSchema).optional(),
81104
+ projectEnvVars: arrayType(ACLAction$outboundSchema).optional(),
81105
+ projectEnvVarsProduction: arrayType(ACLAction$outboundSchema).optional(),
81106
+ projectEnvVarsUnownedByIntegration: arrayType(ACLAction$outboundSchema).optional(),
81107
+ projectFlags: arrayType(ACLAction$outboundSchema).optional(),
81108
+ projectId: arrayType(ACLAction$outboundSchema).optional(),
81109
+ projectIntegrationConfiguration: arrayType(ACLAction$outboundSchema).optional(),
81110
+ projectLink: arrayType(ACLAction$outboundSchema).optional(),
81111
+ projectMember: arrayType(ACLAction$outboundSchema).optional(),
81112
+ projectMonitoring: arrayType(ACLAction$outboundSchema).optional(),
81113
+ projectPermissions: arrayType(ACLAction$outboundSchema).optional(),
81114
+ projectProductionBranch: arrayType(ACLAction$outboundSchema).optional(),
81115
+ projectTransfer: arrayType(ACLAction$outboundSchema).optional(),
81116
+ projectTransferOut: arrayType(ACLAction$outboundSchema).optional(),
81117
+ projectProtectionBypass: arrayType(ACLAction$outboundSchema).optional(),
81118
+ projectUsage: arrayType(ACLAction$outboundSchema).optional(),
81119
+ projectAnalyticsUsage: arrayType(ACLAction$outboundSchema).optional(),
81120
+ projectSupportCase: arrayType(ACLAction$outboundSchema).optional(),
81121
+ projectSupportCaseComment: arrayType(ACLAction$outboundSchema).optional(),
81122
+ projectDeploymentExpiration: arrayType(ACLAction$outboundSchema).optional(),
81123
+ projectRollingRelease: arrayType(ACLAction$outboundSchema).optional(),
81124
+ projectTier: arrayType(ACLAction$outboundSchema).optional(),
81125
+ projectOIDCToken: arrayType(ACLAction$outboundSchema).optional(),
81126
+ seawallConfig: arrayType(ACLAction$outboundSchema).optional(),
81127
+ skewProtection: arrayType(ACLAction$outboundSchema).optional(),
81128
+ analytics: arrayType(ACLAction$outboundSchema).optional(),
81129
+ trustedIps: arrayType(ACLAction$outboundSchema).optional(),
81130
+ v0Chat: arrayType(ACLAction$outboundSchema).optional(),
81131
+ webAnalytics: arrayType(ACLAction$outboundSchema).optional(),
81132
+ sharedEnvVarConnection: arrayType(ACLAction$outboundSchema).optional(),
81133
+ sonar: arrayType(ACLAction$outboundSchema).optional(),
80993
81134
  oauth2Connection: arrayType(ACLAction$outboundSchema).optional(),
80994
81135
  user: arrayType(ACLAction$outboundSchema).optional(),
80995
81136
  userConnection: arrayType(ACLAction$outboundSchema).optional(),
@@ -81056,6 +81197,7 @@ var init_createprojectop = __esm(() => {
81056
81197
  jobGlobal: arrayType(ACLAction$outboundSchema).optional(),
81057
81198
  drain: arrayType(ACLAction$outboundSchema).optional(),
81058
81199
  logDrain: arrayType(ACLAction$outboundSchema).optional(),
81200
+ traceDrain: arrayType(ACLAction$outboundSchema).optional(),
81059
81201
  monitoring: arrayType(ACLAction$outboundSchema).optional(),
81060
81202
  monitoringSettings: arrayType(ACLAction$outboundSchema).optional(),
81061
81203
  monitoringQuery: arrayType(ACLAction$outboundSchema).optional(),
@@ -81135,74 +81277,7 @@ var init_createprojectop = __esm(() => {
81135
81277
  vercelRun: arrayType(ACLAction$outboundSchema).optional(),
81136
81278
  vercelRunExec: arrayType(ACLAction$outboundSchema).optional(),
81137
81279
  apiKey: arrayType(ACLAction$outboundSchema).optional(),
81138
- apiKeyOwnedBySelf: arrayType(ACLAction$outboundSchema).optional(),
81139
- aliasProject: arrayType(ACLAction$outboundSchema).optional(),
81140
- aliasProtectionBypass: arrayType(ACLAction$outboundSchema).optional(),
81141
- buildMachine: arrayType(ACLAction$outboundSchema).optional(),
81142
- productionAliasProtectionBypass: arrayType(ACLAction$outboundSchema).optional(),
81143
- connectConfigurationLink: arrayType(ACLAction$outboundSchema).optional(),
81144
- dataCacheNamespace: arrayType(ACLAction$outboundSchema).optional(),
81145
- deployment: arrayType(ACLAction$outboundSchema).optional(),
81146
- deploymentBuildLogs: arrayType(ACLAction$outboundSchema).optional(),
81147
- deploymentCheck: arrayType(ACLAction$outboundSchema).optional(),
81148
- deploymentCheckPreview: arrayType(ACLAction$outboundSchema).optional(),
81149
- deploymentCheckReRunFromProductionBranch: arrayType(ACLAction$outboundSchema).optional(),
81150
- deploymentProductionGit: arrayType(ACLAction$outboundSchema).optional(),
81151
- deploymentV0: arrayType(ACLAction$outboundSchema).optional(),
81152
- deploymentPreview: arrayType(ACLAction$outboundSchema).optional(),
81153
- deploymentPrivate: arrayType(ACLAction$outboundSchema).optional(),
81154
- deploymentPromote: arrayType(ACLAction$outboundSchema).optional(),
81155
- deploymentRollback: arrayType(ACLAction$outboundSchema).optional(),
81156
- edgeCacheNamespace: arrayType(ACLAction$outboundSchema).optional(),
81157
- environments: arrayType(ACLAction$outboundSchema).optional(),
81158
- logs: arrayType(ACLAction$outboundSchema).optional(),
81159
- logsPreset: arrayType(ACLAction$outboundSchema).optional(),
81160
- passwordProtection: arrayType(ACLAction$outboundSchema).optional(),
81161
- optionsAllowlist: arrayType(ACLAction$outboundSchema).optional(),
81162
- job: arrayType(ACLAction$outboundSchema).optional(),
81163
- observabilityData: arrayType(ACLAction$outboundSchema).optional(),
81164
- onDemandBuild: arrayType(ACLAction$outboundSchema).optional(),
81165
- onDemandConcurrency: arrayType(ACLAction$outboundSchema).optional(),
81166
- project: arrayType(ACLAction$outboundSchema).optional(),
81167
- projectFromV0: arrayType(ACLAction$outboundSchema).optional(),
81168
- projectAccessGroup: arrayType(ACLAction$outboundSchema).optional(),
81169
- projectAnalyticsSampling: arrayType(ACLAction$outboundSchema).optional(),
81170
- projectCheck: arrayType(ACLAction$outboundSchema).optional(),
81171
- projectCheckRun: arrayType(ACLAction$outboundSchema).optional(),
81172
- projectDeploymentHook: arrayType(ACLAction$outboundSchema).optional(),
81173
- projectDomain: arrayType(ACLAction$outboundSchema).optional(),
81174
- projectDomainMove: arrayType(ACLAction$outboundSchema).optional(),
81175
- projectDomainCheckConfig: arrayType(ACLAction$outboundSchema).optional(),
81176
- projectEnvVars: arrayType(ACLAction$outboundSchema).optional(),
81177
- projectEnvVarsProduction: arrayType(ACLAction$outboundSchema).optional(),
81178
- projectEnvVarsUnownedByIntegration: arrayType(ACLAction$outboundSchema).optional(),
81179
- projectFlags: arrayType(ACLAction$outboundSchema).optional(),
81180
- projectId: arrayType(ACLAction$outboundSchema).optional(),
81181
- projectIntegrationConfiguration: arrayType(ACLAction$outboundSchema).optional(),
81182
- projectLink: arrayType(ACLAction$outboundSchema).optional(),
81183
- projectMember: arrayType(ACLAction$outboundSchema).optional(),
81184
- projectMonitoring: arrayType(ACLAction$outboundSchema).optional(),
81185
- projectPermissions: arrayType(ACLAction$outboundSchema).optional(),
81186
- projectProductionBranch: arrayType(ACLAction$outboundSchema).optional(),
81187
- projectTransfer: arrayType(ACLAction$outboundSchema).optional(),
81188
- projectTransferOut: arrayType(ACLAction$outboundSchema).optional(),
81189
- projectProtectionBypass: arrayType(ACLAction$outboundSchema).optional(),
81190
- projectUsage: arrayType(ACLAction$outboundSchema).optional(),
81191
- projectAnalyticsUsage: arrayType(ACLAction$outboundSchema).optional(),
81192
- projectSupportCase: arrayType(ACLAction$outboundSchema).optional(),
81193
- projectSupportCaseComment: arrayType(ACLAction$outboundSchema).optional(),
81194
- projectDeploymentExpiration: arrayType(ACLAction$outboundSchema).optional(),
81195
- projectRollingRelease: arrayType(ACLAction$outboundSchema).optional(),
81196
- projectTier: arrayType(ACLAction$outboundSchema).optional(),
81197
- projectOIDCToken: arrayType(ACLAction$outboundSchema).optional(),
81198
- seawallConfig: arrayType(ACLAction$outboundSchema).optional(),
81199
- skewProtection: arrayType(ACLAction$outboundSchema).optional(),
81200
- analytics: arrayType(ACLAction$outboundSchema).optional(),
81201
- trustedIps: arrayType(ACLAction$outboundSchema).optional(),
81202
- v0Chat: arrayType(ACLAction$outboundSchema).optional(),
81203
- webAnalytics: arrayType(ACLAction$outboundSchema).optional(),
81204
- sharedEnvVarConnection: arrayType(ACLAction$outboundSchema).optional(),
81205
- sonar: arrayType(ACLAction$outboundSchema).optional()
81280
+ apiKeyOwnedBySelf: arrayType(ACLAction$outboundSchema).optional()
81206
81281
  }).transform((v2) => {
81207
81282
  return remap(v2, {
81208
81283
  monitoring: "Monitoring",
@@ -89185,6 +89260,7 @@ var init_getprojectsop = __esm(() => {
89185
89260
  Vitepress: "vitepress",
89186
89261
  Vuepress: "vuepress",
89187
89262
  Parcel: "parcel",
89263
+ Fastapi: "fastapi",
89188
89264
  Fasthtml: "fasthtml",
89189
89265
  SanityV3: "sanity-v3",
89190
89266
  Sanity: "sanity",
@@ -91283,6 +91359,7 @@ var init_getprojectsop = __esm(() => {
91283
91359
  jobGlobal: arrayType(ACLAction$inboundSchema).optional(),
91284
91360
  drain: arrayType(ACLAction$inboundSchema).optional(),
91285
91361
  logDrain: arrayType(ACLAction$inboundSchema).optional(),
91362
+ traceDrain: arrayType(ACLAction$inboundSchema).optional(),
91286
91363
  Monitoring: arrayType(ACLAction$inboundSchema).optional(),
91287
91364
  monitoringSettings: arrayType(ACLAction$inboundSchema).optional(),
91288
91365
  monitoringQuery: arrayType(ACLAction$inboundSchema).optional(),
@@ -91504,6 +91581,7 @@ var init_getprojectsop = __esm(() => {
91504
91581
  jobGlobal: arrayType(ACLAction$outboundSchema).optional(),
91505
91582
  drain: arrayType(ACLAction$outboundSchema).optional(),
91506
91583
  logDrain: arrayType(ACLAction$outboundSchema).optional(),
91584
+ traceDrain: arrayType(ACLAction$outboundSchema).optional(),
91507
91585
  monitoring: arrayType(ACLAction$outboundSchema).optional(),
91508
91586
  monitoringSettings: arrayType(ACLAction$outboundSchema).optional(),
91509
91587
  monitoringQuery: arrayType(ACLAction$outboundSchema).optional(),
@@ -95631,6 +95709,7 @@ var init_updateprojectop = __esm(() => {
95631
95709
  Vitepress: "vitepress",
95632
95710
  Vuepress: "vuepress",
95633
95711
  Parcel: "parcel",
95712
+ Fastapi: "fastapi",
95634
95713
  Fasthtml: "fasthtml",
95635
95714
  SanityV3: "sanity-v3",
95636
95715
  Sanity: "sanity",
@@ -95802,6 +95881,7 @@ var init_updateprojectop = __esm(() => {
95802
95881
  Vitepress: "vitepress",
95803
95882
  Vuepress: "vuepress",
95804
95883
  Parcel: "parcel",
95884
+ Fastapi: "fastapi",
95805
95885
  Fasthtml: "fasthtml",
95806
95886
  SanityV3: "sanity-v3",
95807
95887
  Sanity: "sanity",
@@ -98106,6 +98186,7 @@ var init_updateprojectop = __esm(() => {
98106
98186
  jobGlobal: arrayType(ACLAction$inboundSchema).optional(),
98107
98187
  drain: arrayType(ACLAction$inboundSchema).optional(),
98108
98188
  logDrain: arrayType(ACLAction$inboundSchema).optional(),
98189
+ traceDrain: arrayType(ACLAction$inboundSchema).optional(),
98109
98190
  Monitoring: arrayType(ACLAction$inboundSchema).optional(),
98110
98191
  monitoringSettings: arrayType(ACLAction$inboundSchema).optional(),
98111
98192
  monitoringQuery: arrayType(ACLAction$inboundSchema).optional(),
@@ -98327,6 +98408,7 @@ var init_updateprojectop = __esm(() => {
98327
98408
  jobGlobal: arrayType(ACLAction$outboundSchema).optional(),
98328
98409
  drain: arrayType(ACLAction$outboundSchema).optional(),
98329
98410
  logDrain: arrayType(ACLAction$outboundSchema).optional(),
98411
+ traceDrain: arrayType(ACLAction$outboundSchema).optional(),
98330
98412
  monitoring: arrayType(ACLAction$outboundSchema).optional(),
98331
98413
  monitoringSettings: arrayType(ACLAction$outboundSchema).optional(),
98332
98414
  monitoringQuery: arrayType(ACLAction$outboundSchema).optional(),
@@ -99840,6 +99922,7 @@ var init_updateprojectdatacacheop = __esm(() => {
99840
99922
  Vitepress: "vitepress",
99841
99923
  Vuepress: "vuepress",
99842
99924
  Parcel: "parcel",
99925
+ Fastapi: "fastapi",
99843
99926
  Fasthtml: "fasthtml",
99844
99927
  SanityV3: "sanity-v3",
99845
99928
  Sanity: "sanity",
@@ -101849,6 +101932,7 @@ var init_updateprojectdatacacheop = __esm(() => {
101849
101932
  jobGlobal: arrayType(ACLAction$inboundSchema).optional(),
101850
101933
  drain: arrayType(ACLAction$inboundSchema).optional(),
101851
101934
  logDrain: arrayType(ACLAction$inboundSchema).optional(),
101935
+ traceDrain: arrayType(ACLAction$inboundSchema).optional(),
101852
101936
  Monitoring: arrayType(ACLAction$inboundSchema).optional(),
101853
101937
  monitoringSettings: arrayType(ACLAction$inboundSchema).optional(),
101854
101938
  monitoringQuery: arrayType(ACLAction$inboundSchema).optional(),
@@ -102070,6 +102154,7 @@ var init_updateprojectdatacacheop = __esm(() => {
102070
102154
  jobGlobal: arrayType(ACLAction$outboundSchema).optional(),
102071
102155
  drain: arrayType(ACLAction$outboundSchema).optional(),
102072
102156
  logDrain: arrayType(ACLAction$outboundSchema).optional(),
102157
+ traceDrain: arrayType(ACLAction$outboundSchema).optional(),
102073
102158
  monitoring: arrayType(ACLAction$outboundSchema).optional(),
102074
102159
  monitoringSettings: arrayType(ACLAction$outboundSchema).optional(),
102075
102160
  monitoringQuery: arrayType(ACLAction$outboundSchema).optional(),
@@ -111138,7 +111223,7 @@ var init_getteamop = __esm(() => {
111138
111223
  });
111139
111224
 
111140
111225
  // src/models/team.ts
111141
- var DefaultRedirectUri, Roles2, EnablePreviewFeedback, EnableProductionFeedback, SensitiveEnvironmentVariablePolicy, Role, TeamRoles, TeamPermissions, Origin, Connect$inboundSchema, Connect$outboundSchema, Connect$, Connection$inboundSchema, Connection$outboundSchema, Connection$, Directory$inboundSchema, Directory$outboundSchema, Directory$, DefaultRedirectUri$inboundSchema, DefaultRedirectUri$outboundSchema, DefaultRedirectUri$, Roles2$inboundSchema, Roles2$outboundSchema, Roles2$, Roles1$inboundSchema, Roles1$outboundSchema, Roles1$, Roles$inboundSchema, Roles$outboundSchema, Roles$, Saml$inboundSchema, Saml$outboundSchema, Saml$, BuildEntitlements$inboundSchema, BuildEntitlements$outboundSchema, BuildEntitlements$, ResourceConfig$inboundSchema, ResourceConfig$outboundSchema, ResourceConfig$, DisableHardAutoBlocks$inboundSchema, DisableHardAutoBlocks$outboundSchema, DisableHardAutoBlocks$, RemoteCaching$inboundSchema, RemoteCaching$outboundSchema, RemoteCaching$, PasswordProtection$inboundSchema, PasswordProtection$outboundSchema, PasswordProtection$, SsoProtection$inboundSchema, SsoProtection$outboundSchema, SsoProtection$, DefaultDeploymentProtection$inboundSchema, DefaultDeploymentProtection$outboundSchema, DefaultDeploymentProtection$, DefaultExpirationSettings$inboundSchema, DefaultExpirationSettings$outboundSchema, DefaultExpirationSettings$, EnablePreviewFeedback$inboundSchema, EnablePreviewFeedback$outboundSchema, EnablePreviewFeedback$, EnableProductionFeedback$inboundSchema, EnableProductionFeedback$outboundSchema, EnableProductionFeedback$, SensitiveEnvironmentVariablePolicy$inboundSchema, SensitiveEnvironmentVariablePolicy$outboundSchema, SensitiveEnvironmentVariablePolicy$, IpBuckets$inboundSchema, IpBuckets$outboundSchema, IpBuckets$, Entitlements$inboundSchema, Entitlements$outboundSchema, Entitlements$, Role$inboundSchema, Role$outboundSchema, Role$, TeamRoles$inboundSchema, TeamRoles$outboundSchema, TeamRoles$, TeamPermissions$inboundSchema, TeamPermissions$outboundSchema, TeamPermissions$, Origin$inboundSchema, Origin$outboundSchema, Origin$, GitUserId$inboundSchema, GitUserId$outboundSchema, GitUserId$, JoinedFrom$inboundSchema, JoinedFrom$outboundSchema, JoinedFrom$, Membership$inboundSchema, Membership$outboundSchema, Membership$, Team$inboundSchema, Team$outboundSchema, Team$;
111226
+ var DefaultRedirectUri, Roles2, TeamRoles, TeamPermissions, EnablePreviewFeedback, EnableProductionFeedback, SensitiveEnvironmentVariablePolicy, Role, TeamTeamRoles, TeamTeamPermissions, Origin, Connect$inboundSchema, Connect$outboundSchema, Connect$, Connection$inboundSchema, Connection$outboundSchema, Connection$, Directory$inboundSchema, Directory$outboundSchema, Directory$, DefaultRedirectUri$inboundSchema, DefaultRedirectUri$outboundSchema, DefaultRedirectUri$, Roles2$inboundSchema, Roles2$outboundSchema, Roles2$, Roles1$inboundSchema, Roles1$outboundSchema, Roles1$, Roles$inboundSchema, Roles$outboundSchema, Roles$, Saml$inboundSchema, Saml$outboundSchema, Saml$, TeamRoles$inboundSchema, TeamRoles$outboundSchema, TeamRoles$, TeamPermissions$inboundSchema, TeamPermissions$outboundSchema, TeamPermissions$, DefaultRoles$inboundSchema, DefaultRoles$outboundSchema, DefaultRoles$, BuildEntitlements$inboundSchema, BuildEntitlements$outboundSchema, BuildEntitlements$, ResourceConfig$inboundSchema, ResourceConfig$outboundSchema, ResourceConfig$, DisableHardAutoBlocks$inboundSchema, DisableHardAutoBlocks$outboundSchema, DisableHardAutoBlocks$, RemoteCaching$inboundSchema, RemoteCaching$outboundSchema, RemoteCaching$, PasswordProtection$inboundSchema, PasswordProtection$outboundSchema, PasswordProtection$, SsoProtection$inboundSchema, SsoProtection$outboundSchema, SsoProtection$, DefaultDeploymentProtection$inboundSchema, DefaultDeploymentProtection$outboundSchema, DefaultDeploymentProtection$, DefaultExpirationSettings$inboundSchema, DefaultExpirationSettings$outboundSchema, DefaultExpirationSettings$, EnablePreviewFeedback$inboundSchema, EnablePreviewFeedback$outboundSchema, EnablePreviewFeedback$, EnableProductionFeedback$inboundSchema, EnableProductionFeedback$outboundSchema, EnableProductionFeedback$, SensitiveEnvironmentVariablePolicy$inboundSchema, SensitiveEnvironmentVariablePolicy$outboundSchema, SensitiveEnvironmentVariablePolicy$, IpBuckets$inboundSchema, IpBuckets$outboundSchema, IpBuckets$, Entitlements$inboundSchema, Entitlements$outboundSchema, Entitlements$, Role$inboundSchema, Role$outboundSchema, Role$, TeamTeamRoles$inboundSchema, TeamTeamRoles$outboundSchema, TeamTeamRoles$, TeamTeamPermissions$inboundSchema, TeamTeamPermissions$outboundSchema, TeamTeamPermissions$, Origin$inboundSchema, Origin$outboundSchema, Origin$, GitUserId$inboundSchema, GitUserId$outboundSchema, GitUserId$, JoinedFrom$inboundSchema, JoinedFrom$outboundSchema, JoinedFrom$, Membership$inboundSchema, Membership$outboundSchema, Membership$, Team$inboundSchema, Team$outboundSchema, Team$;
111142
111227
  var init_team = __esm(() => {
111143
111228
  init_esm();
111144
111229
  init_primitives();
@@ -111158,6 +111243,27 @@ var init_team = __esm(() => {
111158
111243
  ViewerForPlus: "VIEWER_FOR_PLUS",
111159
111244
  Contributor: "CONTRIBUTOR"
111160
111245
  };
111246
+ TeamRoles = {
111247
+ Owner: "OWNER",
111248
+ Member: "MEMBER",
111249
+ Developer: "DEVELOPER",
111250
+ Security: "SECURITY",
111251
+ Billing: "BILLING",
111252
+ Viewer: "VIEWER",
111253
+ ViewerForPlus: "VIEWER_FOR_PLUS",
111254
+ Contributor: "CONTRIBUTOR"
111255
+ };
111256
+ TeamPermissions = {
111257
+ IntegrationManager: "IntegrationManager",
111258
+ CreateProject: "CreateProject",
111259
+ FullProductionDeployment: "FullProductionDeployment",
111260
+ UsageViewer: "UsageViewer",
111261
+ EnvVariableManager: "EnvVariableManager",
111262
+ EnvironmentManager: "EnvironmentManager",
111263
+ V0Builder: "V0Builder",
111264
+ V0Chatter: "V0Chatter",
111265
+ V0Viewer: "V0Viewer"
111266
+ };
111161
111267
  EnablePreviewFeedback = {
111162
111268
  Default: "default",
111163
111269
  On: "on",
@@ -111189,7 +111295,7 @@ var init_team = __esm(() => {
111189
111295
  ViewerForPlus: "VIEWER_FOR_PLUS",
111190
111296
  Contributor: "CONTRIBUTOR"
111191
111297
  };
111192
- TeamRoles = {
111298
+ TeamTeamRoles = {
111193
111299
  Owner: "OWNER",
111194
111300
  Member: "MEMBER",
111195
111301
  Developer: "DEVELOPER",
@@ -111199,7 +111305,7 @@ var init_team = __esm(() => {
111199
111305
  ViewerForPlus: "VIEWER_FOR_PLUS",
111200
111306
  Contributor: "CONTRIBUTOR"
111201
111307
  };
111202
- TeamPermissions = {
111308
+ TeamTeamPermissions = {
111203
111309
  IntegrationManager: "IntegrationManager",
111204
111310
  CreateProject: "CreateProject",
111205
111311
  FullProductionDeployment: "FullProductionDeployment",
@@ -111211,9 +111317,9 @@ var init_team = __esm(() => {
111211
111317
  V0Viewer: "V0Viewer"
111212
111318
  };
111213
111319
  Origin = {
111320
+ Link: "link",
111214
111321
  Saml: "saml",
111215
111322
  Mail: "mail",
111216
- Link: "link",
111217
111323
  Import: "import",
111218
111324
  Teams: "teams",
111219
111325
  Github: "github",
@@ -111234,15 +111340,15 @@ var init_team = __esm(() => {
111234
111340
  Connect$.outboundSchema = Connect$outboundSchema;
111235
111341
  })(Connect$ ||= {});
111236
111342
  Connection$inboundSchema = objectType({
111237
- status: stringType(),
111238
111343
  type: stringType(),
111344
+ status: stringType(),
111239
111345
  state: stringType(),
111240
111346
  connectedAt: numberType(),
111241
111347
  lastReceivedWebhookEvent: numberType().optional()
111242
111348
  });
111243
111349
  Connection$outboundSchema = objectType({
111244
- status: stringType(),
111245
111350
  type: stringType(),
111351
+ status: stringType(),
111246
111352
  state: stringType(),
111247
111353
  connectedAt: numberType(),
111248
111354
  lastReceivedWebhookEvent: numberType().optional()
@@ -111313,6 +111419,30 @@ var init_team = __esm(() => {
111313
111419
  Saml$.inboundSchema = Saml$inboundSchema;
111314
111420
  Saml$.outboundSchema = Saml$outboundSchema;
111315
111421
  })(Saml$ ||= {});
111422
+ TeamRoles$inboundSchema = nativeEnumType(TeamRoles);
111423
+ TeamRoles$outboundSchema = TeamRoles$inboundSchema;
111424
+ ((TeamRoles$) => {
111425
+ TeamRoles$.inboundSchema = TeamRoles$inboundSchema;
111426
+ TeamRoles$.outboundSchema = TeamRoles$outboundSchema;
111427
+ })(TeamRoles$ ||= {});
111428
+ TeamPermissions$inboundSchema = nativeEnumType(TeamPermissions);
111429
+ TeamPermissions$outboundSchema = TeamPermissions$inboundSchema;
111430
+ ((TeamPermissions$) => {
111431
+ TeamPermissions$.inboundSchema = TeamPermissions$inboundSchema;
111432
+ TeamPermissions$.outboundSchema = TeamPermissions$outboundSchema;
111433
+ })(TeamPermissions$ ||= {});
111434
+ DefaultRoles$inboundSchema = objectType({
111435
+ teamRoles: arrayType(TeamRoles$inboundSchema).optional(),
111436
+ teamPermissions: arrayType(TeamPermissions$inboundSchema).optional()
111437
+ });
111438
+ DefaultRoles$outboundSchema = objectType({
111439
+ teamRoles: arrayType(TeamRoles$outboundSchema).optional(),
111440
+ teamPermissions: arrayType(TeamPermissions$outboundSchema).optional()
111441
+ });
111442
+ ((DefaultRoles$) => {
111443
+ DefaultRoles$.inboundSchema = DefaultRoles$inboundSchema;
111444
+ DefaultRoles$.outboundSchema = DefaultRoles$outboundSchema;
111445
+ })(DefaultRoles$ ||= {});
111316
111446
  BuildEntitlements$inboundSchema = objectType({
111317
111447
  enhancedBuilds: booleanType().optional()
111318
111448
  });
@@ -111459,18 +111589,18 @@ var init_team = __esm(() => {
111459
111589
  Role$.inboundSchema = Role$inboundSchema;
111460
111590
  Role$.outboundSchema = Role$outboundSchema;
111461
111591
  })(Role$ ||= {});
111462
- TeamRoles$inboundSchema = nativeEnumType(TeamRoles);
111463
- TeamRoles$outboundSchema = TeamRoles$inboundSchema;
111464
- ((TeamRoles$) => {
111465
- TeamRoles$.inboundSchema = TeamRoles$inboundSchema;
111466
- TeamRoles$.outboundSchema = TeamRoles$outboundSchema;
111467
- })(TeamRoles$ ||= {});
111468
- TeamPermissions$inboundSchema = nativeEnumType(TeamPermissions);
111469
- TeamPermissions$outboundSchema = TeamPermissions$inboundSchema;
111470
- ((TeamPermissions$) => {
111471
- TeamPermissions$.inboundSchema = TeamPermissions$inboundSchema;
111472
- TeamPermissions$.outboundSchema = TeamPermissions$outboundSchema;
111473
- })(TeamPermissions$ ||= {});
111592
+ TeamTeamRoles$inboundSchema = nativeEnumType(TeamTeamRoles);
111593
+ TeamTeamRoles$outboundSchema = TeamTeamRoles$inboundSchema;
111594
+ ((TeamTeamRoles$) => {
111595
+ TeamTeamRoles$.inboundSchema = TeamTeamRoles$inboundSchema;
111596
+ TeamTeamRoles$.outboundSchema = TeamTeamRoles$outboundSchema;
111597
+ })(TeamTeamRoles$ ||= {});
111598
+ TeamTeamPermissions$inboundSchema = nativeEnumType(TeamTeamPermissions);
111599
+ TeamTeamPermissions$outboundSchema = TeamTeamPermissions$inboundSchema;
111600
+ ((TeamTeamPermissions$) => {
111601
+ TeamTeamPermissions$.inboundSchema = TeamTeamPermissions$inboundSchema;
111602
+ TeamTeamPermissions$.outboundSchema = TeamTeamPermissions$outboundSchema;
111603
+ })(TeamTeamPermissions$ ||= {});
111474
111604
  Origin$inboundSchema = nativeEnumType(Origin);
111475
111605
  Origin$outboundSchema = Origin$inboundSchema;
111476
111606
  ((Origin$) => {
@@ -111516,12 +111646,12 @@ var init_team = __esm(() => {
111516
111646
  Membership$inboundSchema = objectType({
111517
111647
  uid: stringType().optional(),
111518
111648
  entitlements: arrayType(lazyType(() => Entitlements$inboundSchema)).optional(),
111649
+ teamId: stringType().optional(),
111519
111650
  confirmed: booleanType(),
111520
111651
  accessRequestedAt: numberType().optional(),
111521
111652
  role: Role$inboundSchema,
111522
- teamRoles: arrayType(TeamRoles$inboundSchema).optional(),
111523
- teamPermissions: arrayType(TeamPermissions$inboundSchema).optional(),
111524
- teamId: stringType().optional(),
111653
+ teamRoles: arrayType(TeamTeamRoles$inboundSchema).optional(),
111654
+ teamPermissions: arrayType(TeamTeamPermissions$inboundSchema).optional(),
111525
111655
  createdAt: numberType(),
111526
111656
  created: numberType(),
111527
111657
  joinedFrom: lazyType(() => JoinedFrom$inboundSchema).optional()
@@ -111529,12 +111659,12 @@ var init_team = __esm(() => {
111529
111659
  Membership$outboundSchema = objectType({
111530
111660
  uid: stringType().optional(),
111531
111661
  entitlements: arrayType(lazyType(() => Entitlements$outboundSchema)).optional(),
111662
+ teamId: stringType().optional(),
111532
111663
  confirmed: booleanType(),
111533
111664
  accessRequestedAt: numberType().optional(),
111534
111665
  role: Role$outboundSchema,
111535
- teamRoles: arrayType(TeamRoles$outboundSchema).optional(),
111536
- teamPermissions: arrayType(TeamPermissions$outboundSchema).optional(),
111537
- teamId: stringType().optional(),
111666
+ teamRoles: arrayType(TeamTeamRoles$outboundSchema).optional(),
111667
+ teamPermissions: arrayType(TeamTeamPermissions$outboundSchema).optional(),
111538
111668
  createdAt: numberType(),
111539
111669
  created: numberType(),
111540
111670
  joinedFrom: lazyType(() => JoinedFrom$outboundSchema).optional()
@@ -111551,6 +111681,7 @@ var init_team = __esm(() => {
111551
111681
  saml: lazyType(() => Saml$inboundSchema).optional(),
111552
111682
  inviteCode: stringType().optional(),
111553
111683
  description: nullableType(stringType()),
111684
+ defaultRoles: lazyType(() => DefaultRoles$inboundSchema).optional(),
111554
111685
  stagingPrefix: stringType(),
111555
111686
  resourceConfig: lazyType(() => ResourceConfig$inboundSchema).optional(),
111556
111687
  previewDeploymentSuffix: nullableType(stringType()).optional(),
@@ -111580,6 +111711,7 @@ var init_team = __esm(() => {
111580
111711
  saml: lazyType(() => Saml$outboundSchema).optional(),
111581
111712
  inviteCode: stringType().optional(),
111582
111713
  description: nullableType(stringType()),
111714
+ defaultRoles: lazyType(() => DefaultRoles$outboundSchema).optional(),
111583
111715
  stagingPrefix: stringType(),
111584
111716
  resourceConfig: lazyType(() => ResourceConfig$outboundSchema).optional(),
111585
111717
  previewDeploymentSuffix: nullableType(stringType()).optional(),
@@ -111979,19 +112111,21 @@ var init_getteammembersop = __esm(() => {
111979
112111
  Owner: "OWNER",
111980
112112
  Member: "MEMBER",
111981
112113
  Developer: "DEVELOPER",
111982
- Viewer: "VIEWER",
112114
+ Security: "SECURITY",
111983
112115
  Billing: "BILLING",
112116
+ Viewer: "VIEWER",
112117
+ ViewerForPlus: "VIEWER_FOR_PLUS",
111984
112118
  Contributor: "CONTRIBUTOR"
111985
112119
  };
111986
112120
  GetTeamMembersRole = {
111987
112121
  Owner: "OWNER",
111988
112122
  Member: "MEMBER",
111989
112123
  Developer: "DEVELOPER",
111990
- Viewer: "VIEWER",
111991
- Billing: "BILLING",
111992
- Contributor: "CONTRIBUTOR",
111993
112124
  Security: "SECURITY",
111994
- ViewerForPlus: "VIEWER_FOR_PLUS"
112125
+ Billing: "BILLING",
112126
+ Viewer: "VIEWER",
112127
+ ViewerForPlus: "VIEWER_FOR_PLUS",
112128
+ Contributor: "CONTRIBUTOR"
111995
112129
  };
111996
112130
  GetTeamMembersOrigin = {
111997
112131
  Teams: "teams",
@@ -112015,21 +112149,21 @@ var init_getteammembersop = __esm(() => {
112015
112149
  Owner: "OWNER",
112016
112150
  Member: "MEMBER",
112017
112151
  Developer: "DEVELOPER",
112018
- Viewer: "VIEWER",
112019
- Billing: "BILLING",
112020
- Contributor: "CONTRIBUTOR",
112021
112152
  Security: "SECURITY",
112022
- ViewerForPlus: "VIEWER_FOR_PLUS"
112153
+ Billing: "BILLING",
112154
+ Viewer: "VIEWER",
112155
+ ViewerForPlus: "VIEWER_FOR_PLUS",
112156
+ Contributor: "CONTRIBUTOR"
112023
112157
  };
112024
112158
  GetTeamMembersTeamRoles = {
112025
112159
  Owner: "OWNER",
112026
112160
  Member: "MEMBER",
112027
112161
  Developer: "DEVELOPER",
112028
- Viewer: "VIEWER",
112029
- Billing: "BILLING",
112030
- Contributor: "CONTRIBUTOR",
112031
112162
  Security: "SECURITY",
112032
- ViewerForPlus: "VIEWER_FOR_PLUS"
112163
+ Billing: "BILLING",
112164
+ Viewer: "VIEWER",
112165
+ ViewerForPlus: "VIEWER_FOR_PLUS",
112166
+ Contributor: "CONTRIBUTOR"
112033
112167
  };
112034
112168
  GetTeamMembersTeamPermissions = {
112035
112169
  IntegrationManager: "IntegrationManager",
@@ -123530,6 +123664,7 @@ var init_getwebhooksop = __esm(() => {
123530
123664
  Vitepress: "vitepress",
123531
123665
  Vuepress: "vuepress",
123532
123666
  Parcel: "parcel",
123667
+ Fastapi: "fastapi",
123533
123668
  Fasthtml: "fasthtml",
123534
123669
  SanityV3: "sanity-v3",
123535
123670
  Sanity: "sanity",
@@ -123834,7 +123969,7 @@ Get a list of webhooks`,
123834
123969
  function createMCPServer(deps) {
123835
123970
  const server = new McpServer({
123836
123971
  name: "Vercel",
123837
- version: "1.11.0"
123972
+ version: "1.11.1"
123838
123973
  });
123839
123974
  const client = new VercelCore({
123840
123975
  bearerToken: deps.bearerToken,
@@ -125379,7 +125514,7 @@ var routes = an({
125379
125514
  var app = He(routes, {
125380
125515
  name: "mcp",
125381
125516
  versionInfo: {
125382
- currentVersion: "1.11.0"
125517
+ currentVersion: "1.11.1"
125383
125518
  }
125384
125519
  });
125385
125520
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -125387,5 +125522,5 @@ export {
125387
125522
  app
125388
125523
  };
125389
125524
 
125390
- //# debugId=996985769FB65D8C64756E2164756E21
125525
+ //# debugId=2C60FF26CE42975A64756E2164756E21
125391
125526
  //# sourceMappingURL=mcp-server.js.map