@vercel/sdk 1.10.5 → 1.10.6

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 (80) hide show
  1. package/bin/mcp-server.js +496 -463
  2. package/bin/mcp-server.js.map +17 -17
  3. package/docs/sdks/projects/README.md +2 -0
  4. package/esm/__tests__/accessgroups.test.js +1 -3
  5. package/esm/__tests__/accessgroups.test.js.map +1 -1
  6. package/esm/__tests__/domains.test.js +7 -2
  7. package/esm/__tests__/domains.test.js.map +1 -1
  8. package/esm/__tests__/edgeconfig.test.js +6 -6
  9. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  10. package/esm/__tests__/rollingrelease.test.js +6 -2
  11. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  12. package/esm/__tests__/security.test.js +4 -4
  13. package/esm/__tests__/security.test.js.map +1 -1
  14. package/esm/funcs/projectsGetProjects.js +1 -0
  15. package/esm/funcs/projectsGetProjects.js.map +1 -1
  16. package/esm/lib/config.d.ts +3 -3
  17. package/esm/lib/config.js +3 -3
  18. package/esm/mcp-server/mcp-server.js +1 -1
  19. package/esm/mcp-server/server.js +1 -1
  20. package/esm/models/canceldeploymentop.d.ts +35 -35
  21. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  22. package/esm/models/canceldeploymentop.js +13 -13
  23. package/esm/models/canceldeploymentop.js.map +1 -1
  24. package/esm/models/createdeploymentop.d.ts +33 -33
  25. package/esm/models/createdeploymentop.js +11 -11
  26. package/esm/models/createdeploymentop.js.map +1 -1
  27. package/esm/models/createprojectenvop.d.ts +6 -6
  28. package/esm/models/createprojectenvop.js +2 -2
  29. package/esm/models/createprojectenvop.js.map +1 -1
  30. package/esm/models/createprojectop.d.ts +164 -158
  31. package/esm/models/createprojectop.d.ts.map +1 -1
  32. package/esm/models/createprojectop.js +156 -150
  33. package/esm/models/createprojectop.js.map +1 -1
  34. package/esm/models/editprojectenvop.d.ts +3 -3
  35. package/esm/models/editprojectenvop.js +1 -1
  36. package/esm/models/editprojectenvop.js.map +1 -1
  37. package/esm/models/filterprojectenvsop.d.ts +9 -9
  38. package/esm/models/filterprojectenvsop.js +3 -3
  39. package/esm/models/filterprojectenvsop.js.map +1 -1
  40. package/esm/models/getconfigurationproductsop.d.ts +330 -330
  41. package/esm/models/getconfigurationproductsop.js +408 -408
  42. package/esm/models/getprojectsop.d.ts +44 -4
  43. package/esm/models/getprojectsop.d.ts.map +1 -1
  44. package/esm/models/getprojectsop.js +33 -4
  45. package/esm/models/getprojectsop.js.map +1 -1
  46. package/esm/models/removeprojectenvop.d.ts +9 -9
  47. package/esm/models/removeprojectenvop.js +3 -3
  48. package/esm/models/removeprojectenvop.js.map +1 -1
  49. package/esm/models/updateprojectdatacacheop.d.ts +4 -0
  50. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  51. package/esm/models/updateprojectdatacacheop.js +4 -0
  52. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  53. package/esm/models/updateprojectop.d.ts +10 -4
  54. package/esm/models/updateprojectop.d.ts.map +1 -1
  55. package/esm/models/updateprojectop.js +10 -4
  56. package/esm/models/updateprojectop.js.map +1 -1
  57. package/examples/package-lock.json +1 -1
  58. package/jsr.json +1 -1
  59. package/package.json +1 -1
  60. package/src/__tests__/accessgroups.test.ts +1 -3
  61. package/src/__tests__/domains.test.ts +7 -2
  62. package/src/__tests__/edgeconfig.test.ts +6 -6
  63. package/src/__tests__/rollingrelease.test.ts +6 -2
  64. package/src/__tests__/security.test.ts +4 -4
  65. package/src/funcs/projectsGetProjects.ts +1 -0
  66. package/src/lib/config.ts +3 -3
  67. package/src/mcp-server/mcp-server.ts +1 -1
  68. package/src/mcp-server/server.ts +1 -1
  69. package/src/models/canceldeploymentop.ts +15 -15
  70. package/src/models/createdeploymentop.ts +11 -11
  71. package/src/models/createprojectenvop.ts +2 -2
  72. package/src/models/createprojectop.ts +312 -300
  73. package/src/models/editprojectenvop.ts +1 -1
  74. package/src/models/filterprojectenvsop.ts +3 -3
  75. package/src/models/getconfigurationproductsop.ts +703 -703
  76. package/src/models/getprojectsop.ts +59 -8
  77. package/src/models/removeprojectenvop.ts +3 -3
  78. package/src/models/updateprojectdatacacheop.ts +8 -0
  79. package/src/models/updateprojectop.ts +20 -8
  80. package/vercel-spec.json +396 -346
package/bin/mcp-server.js CHANGED
@@ -34234,9 +34234,9 @@ var init_config = __esm(() => {
34234
34234
  SDK_METADATA = {
34235
34235
  language: "typescript",
34236
34236
  openapiDocVersion: "0.0.1",
34237
- sdkVersion: "1.10.5",
34238
- genVersion: "2.686.7",
34239
- userAgent: "speakeasy-sdk/typescript 1.10.5 2.686.7 0.0.1 @vercel/sdk"
34237
+ sdkVersion: "1.10.6",
34238
+ genVersion: "2.687.1",
34239
+ userAgent: "speakeasy-sdk/typescript 1.10.6 2.687.1 0.0.1 @vercel/sdk"
34240
34240
  };
34241
34241
  });
34242
34242
 
@@ -44073,11 +44073,11 @@ var init_canceldeploymentop = __esm(() => {
44073
44073
  Xmcp: "xmcp"
44074
44074
  };
44075
44075
  CancelDeploymentDeploymentsStatus = {
44076
+ Error: "error",
44077
+ Timeout: "timeout",
44076
44078
  Skipped: "skipped",
44077
44079
  Pending: "pending",
44078
- Ready: "ready",
44079
- Error: "error",
44080
- Timeout: "timeout"
44080
+ Ready: "ready"
44081
44081
  };
44082
44082
  CancelDeploymentProtocol = {
44083
44083
  Http: "http",
@@ -44092,8 +44092,8 @@ var init_canceldeploymentop = __esm(() => {
44092
44092
  Attachment: "attachment"
44093
44093
  };
44094
44094
  CancelDeploymentDeploymentsReadyState = {
44095
- Building: "BUILDING",
44096
44095
  Error: "ERROR",
44096
+ Building: "BUILDING",
44097
44097
  Initializing: "INITIALIZING",
44098
44098
  Ready: "READY"
44099
44099
  };
@@ -44227,12 +44227,12 @@ var init_canceldeploymentop = __esm(() => {
44227
44227
  Hobby: "hobby"
44228
44228
  };
44229
44229
  RoutesHandle = {
44230
- Error: "error",
44231
44230
  Filesystem: "filesystem",
44231
+ Error: "error",
44232
44232
  Hit: "hit",
44233
44233
  Miss: "miss",
44234
- Rewrite: "rewrite",
44235
- Resource: "resource"
44234
+ Resource: "resource",
44235
+ Rewrite: "rewrite"
44236
44236
  };
44237
44237
  CancelDeploymentHasDeploymentsType = {
44238
44238
  Header: "header",
@@ -44260,38 +44260,38 @@ var init_canceldeploymentop = __esm(() => {
44260
44260
  ResponseHeaders: "response.headers"
44261
44261
  };
44262
44262
  RoutesOp = {
44263
- Append: "append",
44264
44263
  Set: "set",
44264
+ Append: "append",
44265
44265
  Delete: "delete"
44266
44266
  };
44267
44267
  CancelDeploymentGitRepoDeploymentsResponseType = {
44268
44268
  Bitbucket: "bitbucket"
44269
44269
  };
44270
44270
  CancelDeploymentGitRepoDeploymentsResponseOwnerType = {
44271
- Team: "team",
44272
- User: "user"
44271
+ User: "user",
44272
+ Team: "team"
44273
44273
  };
44274
44274
  CancelDeploymentGitRepoDeploymentsType = {
44275
44275
  Github: "github"
44276
44276
  };
44277
44277
  CancelDeploymentGitRepoDeploymentsOwnerType = {
44278
- Team: "team",
44279
- User: "user"
44278
+ User: "user",
44279
+ Team: "team"
44280
44280
  };
44281
44281
  CancelDeploymentGitRepoType = {
44282
44282
  Gitlab: "gitlab"
44283
44283
  };
44284
44284
  CancelDeploymentGitRepoOwnerType = {
44285
- Team: "team",
44286
- User: "user"
44285
+ User: "user",
44286
+ Team: "team"
44287
44287
  };
44288
44288
  CancelDeploymentFunctionType = {
44289
- Fluid: "fluid",
44290
- Standard: "standard"
44289
+ Standard: "standard",
44290
+ Fluid: "fluid"
44291
44291
  };
44292
44292
  CancelDeploymentFunctionMemoryType = {
44293
- Standard: "standard",
44294
44293
  StandardLegacy: "standard_legacy",
44294
+ Standard: "standard",
44295
44295
  Performance: "performance"
44296
44296
  };
44297
44297
  CancelDeploymentState = {
@@ -44572,14 +44572,14 @@ var init_canceldeploymentop = __esm(() => {
44572
44572
  CancelDeploymentTeam$inboundSchema = objectType({
44573
44573
  id: stringType(),
44574
44574
  name: stringType(),
44575
- avatar: stringType().optional(),
44576
- slug: stringType()
44575
+ slug: stringType(),
44576
+ avatar: stringType().optional()
44577
44577
  });
44578
44578
  CancelDeploymentTeam$outboundSchema = objectType({
44579
44579
  id: stringType(),
44580
44580
  name: stringType(),
44581
- avatar: stringType().optional(),
44582
- slug: stringType()
44581
+ slug: stringType(),
44582
+ avatar: stringType().optional()
44583
44583
  });
44584
44584
  ((CancelDeploymentTeam$) => {
44585
44585
  CancelDeploymentTeam$.inboundSchema = CancelDeploymentTeam$inboundSchema;
@@ -46708,11 +46708,11 @@ var init_createdeploymentop = __esm(() => {
46708
46708
  Xmcp: "xmcp"
46709
46709
  };
46710
46710
  CreateDeploymentDeploymentsStatus = {
46711
+ Error: "error",
46712
+ Timeout: "timeout",
46711
46713
  Skipped: "skipped",
46712
46714
  Pending: "pending",
46713
- Ready: "ready",
46714
- Error: "error",
46715
- Timeout: "timeout"
46715
+ Ready: "ready"
46716
46716
  };
46717
46717
  Protocol2 = {
46718
46718
  Http: "http",
@@ -46727,8 +46727,8 @@ var init_createdeploymentop = __esm(() => {
46727
46727
  Attachment: "attachment"
46728
46728
  };
46729
46729
  CreateDeploymentReadyState = {
46730
- Building: "BUILDING",
46731
46730
  Error: "ERROR",
46731
+ Building: "BUILDING",
46732
46732
  Initializing: "INITIALIZING",
46733
46733
  Ready: "READY"
46734
46734
  };
@@ -46855,12 +46855,12 @@ var init_createdeploymentop = __esm(() => {
46855
46855
  Enterprise: "enterprise"
46856
46856
  };
46857
46857
  FunctionType = {
46858
- Fluid: "fluid",
46859
- Standard: "standard"
46858
+ Standard: "standard",
46859
+ Fluid: "fluid"
46860
46860
  };
46861
46861
  FunctionMemoryType = {
46862
- Standard: "standard",
46863
46862
  StandardLegacy: "standard_legacy",
46863
+ Standard: "standard",
46864
46864
  Performance: "performance"
46865
46865
  };
46866
46866
  Architecture = {
@@ -46871,12 +46871,12 @@ var init_createdeploymentop = __esm(() => {
46871
46871
  QueueV1beta: "queue/v1beta"
46872
46872
  };
46873
46873
  Handle = {
46874
- Error: "error",
46875
46874
  Filesystem: "filesystem",
46875
+ Error: "error",
46876
46876
  Hit: "hit",
46877
46877
  Miss: "miss",
46878
- Rewrite: "rewrite",
46879
- Resource: "resource"
46878
+ Resource: "resource",
46879
+ Rewrite: "rewrite"
46880
46880
  };
46881
46881
  CreateDeploymentHasType = {
46882
46882
  Header: "header",
@@ -46904,8 +46904,8 @@ var init_createdeploymentop = __esm(() => {
46904
46904
  ResponseHeaders: "response.headers"
46905
46905
  };
46906
46906
  CreateDeploymentRoutesOp = {
46907
- Append: "append",
46908
46907
  Set: "set",
46908
+ Append: "append",
46909
46909
  Delete: "delete"
46910
46910
  };
46911
46911
  CreateDeploymentState = {
@@ -46917,22 +46917,22 @@ var init_createdeploymentop = __esm(() => {
46917
46917
  Bitbucket: "bitbucket"
46918
46918
  };
46919
46919
  CreateDeploymentGitRepoOwnerType = {
46920
- Team: "team",
46921
- User: "user"
46920
+ User: "user",
46921
+ Team: "team"
46922
46922
  };
46923
46923
  CreateDeploymentGitRepoType = {
46924
46924
  Github: "github"
46925
46925
  };
46926
46926
  GitRepoOwnerType = {
46927
- Team: "team",
46928
- User: "user"
46927
+ User: "user",
46928
+ Team: "team"
46929
46929
  };
46930
46930
  GitRepoType = {
46931
46931
  Gitlab: "gitlab"
46932
46932
  };
46933
46933
  OwnerType = {
46934
- Team: "team",
46935
- User: "user"
46934
+ User: "user",
46935
+ Team: "team"
46936
46936
  };
46937
46937
  ForceNew$inboundSchema = nativeEnumType(ForceNew);
46938
46938
  ForceNew$outboundSchema = ForceNew$inboundSchema;
@@ -64147,7 +64147,7 @@ Allows to retrieve a the configuration with the provided id in case it exists. T
64147
64147
  });
64148
64148
 
64149
64149
  // src/models/getconfigurationproductsop.ts
64150
- var GetConfigurationProductsStatus, GetConfigurationProductsIntegrationsStatus, GetConfigurationProductsIntegrationsResponseStatus, GetConfigurationProductsIntegrationsResponse200Status, GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus, Format, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsOtherStatus, PrimaryProtocol, GetConfigurationProductsType, Disabled3, Hidden3, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3, GetConfigurationProductsDisabledIntegrationsResponse2003, GetConfigurationProductsHiddenIntegrationsResponse2003, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl, GetConfigurationProductsDisabledIntegrationsResponse3, GetConfigurationProductsHiddenIntegrationsResponse3, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONType, GetConfigurationProductsPropertiesIntegrationsResponse200UiControl, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type, GetConfigurationProductsDisabled3, GetConfigurationProductsHidden3, 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$, Repl$inboundSchema, Repl$outboundSchema, Repl$, 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$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$, PropertiesValue$inboundSchema, PropertiesValue$outboundSchema, PropertiesValue$, 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$, Properties9$inboundSchema, Properties9$outboundSchema, Properties9$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$, GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMinLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$, GetConfigurationProductsPropertiesIntegrationsResponsePattern$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponsePattern$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponsePattern$, GetConfigurationProductsPropertiesIntegrationsItems$inboundSchema, GetConfigurationProductsPropertiesIntegrationsItems$outboundSchema, GetConfigurationProductsPropertiesIntegrationsItems$, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$, 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$, GetConfigurationProductsUiOptionsAtBRANDAt446263$inboundSchema, GetConfigurationProductsUiOptionsAtBRANDAt446263$outboundSchema, GetConfigurationProductsUiOptionsAtBRANDAt446263$, 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$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$, Default$inboundSchema, Default$outboundSchema, Default$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$, Example$inboundSchema, Example$outboundSchema, Example$, Properties8$inboundSchema, Properties8$outboundSchema, Properties8$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$, UiOptionsValue$inboundSchema, UiOptionsValue$outboundSchema, UiOptionsValue$, GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse3$, GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2$, GetConfigurationProductsUiOptionsDisabled$inboundSchema, GetConfigurationProductsUiOptionsDisabled$outboundSchema, GetConfigurationProductsUiOptionsDisabled$, GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse3$, GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2$, GetConfigurationProductsUiOptionsHidden$inboundSchema, GetConfigurationProductsUiOptionsHidden$outboundSchema, GetConfigurationProductsUiOptionsHidden$, UiOptions3$inboundSchema, UiOptions3$outboundSchema, UiOptions3$, UiOptionsAtBRANDAt446263$inboundSchema, UiOptionsAtBRANDAt446263$outboundSchema, UiOptionsAtBRANDAt446263$, 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$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$, GetConfigurationProductsPropertiesMinLength$inboundSchema, GetConfigurationProductsPropertiesMinLength$outboundSchema, GetConfigurationProductsPropertiesMinLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$, GetConfigurationProductsPropertiesMaxLength$inboundSchema, GetConfigurationProductsPropertiesMaxLength$outboundSchema, GetConfigurationProductsPropertiesMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$, 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$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$, GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsMinLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$, GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$, GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema, GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema, GetConfigurationProductsPropertiesIntegrationsPattern$, GetConfigurationProductsPropertiesItems$inboundSchema, GetConfigurationProductsPropertiesItems$outboundSchema, GetConfigurationProductsPropertiesItems$, 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$, 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$, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$inboundSchema, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$outboundSchema, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$, PropertiesMinLength$inboundSchema, PropertiesMinLength$outboundSchema, PropertiesMinLength$, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$, PropertiesMaxLength$inboundSchema, PropertiesMaxLength$outboundSchema, PropertiesMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$, 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$, AtBRANDAt446263$inboundSchema, AtBRANDAt446263$outboundSchema, AtBRANDAt446263$, MinLength$inboundSchema, MinLength$outboundSchema, MinLength$, PropertiesAtBRANDAt446263$inboundSchema, PropertiesAtBRANDAt446263$outboundSchema, PropertiesAtBRANDAt446263$, MaxLength$inboundSchema, MaxLength$outboundSchema, MaxLength$, GetConfigurationProductsPropertiesAtBRANDAt446263$inboundSchema, GetConfigurationProductsPropertiesAtBRANDAt446263$outboundSchema, GetConfigurationProductsPropertiesAtBRANDAt446263$, 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$;
64150
+ var GetConfigurationProductsStatus, GetConfigurationProductsIntegrationsStatus, GetConfigurationProductsIntegrationsResponseStatus, GetConfigurationProductsIntegrationsResponse200Status, GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus, Format, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsOtherStatus, PrimaryProtocol, GetConfigurationProductsType, Disabled3, Hidden3, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3, GetConfigurationProductsDisabledIntegrationsResponse2003, GetConfigurationProductsHiddenIntegrationsResponse2003, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl, GetConfigurationProductsDisabledIntegrationsResponse3, GetConfigurationProductsHiddenIntegrationsResponse3, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONType, GetConfigurationProductsPropertiesIntegrationsResponse200UiControl, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type, GetConfigurationProductsDisabled3, GetConfigurationProductsHidden3, 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$, Repl$inboundSchema, Repl$outboundSchema, Repl$, 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$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$, PropertiesValue$inboundSchema, PropertiesValue$outboundSchema, PropertiesValue$, 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$, Properties9$inboundSchema, Properties9$outboundSchema, Properties9$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$, GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMinLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$, GetConfigurationProductsPropertiesIntegrationsResponsePattern$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponsePattern$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponsePattern$, GetConfigurationProductsPropertiesIntegrationsItems$inboundSchema, GetConfigurationProductsPropertiesIntegrationsItems$outboundSchema, GetConfigurationProductsPropertiesIntegrationsItems$, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$, 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$, GetConfigurationProductsUiOptionsAtBRANDAt447943$inboundSchema, GetConfigurationProductsUiOptionsAtBRANDAt447943$outboundSchema, GetConfigurationProductsUiOptionsAtBRANDAt447943$, 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$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$, Default$inboundSchema, Default$outboundSchema, Default$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$, Example$inboundSchema, Example$outboundSchema, Example$, Properties8$inboundSchema, Properties8$outboundSchema, Properties8$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$, UiOptionsValue$inboundSchema, UiOptionsValue$outboundSchema, UiOptionsValue$, GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse3$, GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2$, GetConfigurationProductsUiOptionsDisabled$inboundSchema, GetConfigurationProductsUiOptionsDisabled$outboundSchema, GetConfigurationProductsUiOptionsDisabled$, GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse3$, GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2$, GetConfigurationProductsUiOptionsHidden$inboundSchema, GetConfigurationProductsUiOptionsHidden$outboundSchema, GetConfigurationProductsUiOptionsHidden$, UiOptions3$inboundSchema, UiOptions3$outboundSchema, UiOptions3$, UiOptionsAtBRANDAt447943$inboundSchema, UiOptionsAtBRANDAt447943$outboundSchema, UiOptionsAtBRANDAt447943$, 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$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$, GetConfigurationProductsPropertiesMinLength$inboundSchema, GetConfigurationProductsPropertiesMinLength$outboundSchema, GetConfigurationProductsPropertiesMinLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$, GetConfigurationProductsPropertiesMaxLength$inboundSchema, GetConfigurationProductsPropertiesMaxLength$outboundSchema, GetConfigurationProductsPropertiesMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$, 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$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$, GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsMinLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$, GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$, GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema, GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema, GetConfigurationProductsPropertiesIntegrationsPattern$, GetConfigurationProductsPropertiesItems$inboundSchema, GetConfigurationProductsPropertiesItems$outboundSchema, GetConfigurationProductsPropertiesItems$, 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$, 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$, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$inboundSchema, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$outboundSchema, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$, PropertiesMinLength$inboundSchema, PropertiesMinLength$outboundSchema, PropertiesMinLength$, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$, PropertiesMaxLength$inboundSchema, PropertiesMaxLength$outboundSchema, PropertiesMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$, 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$, AtBRANDAt447943$inboundSchema, AtBRANDAt447943$outboundSchema, AtBRANDAt447943$, MinLength$inboundSchema, MinLength$outboundSchema, MinLength$, PropertiesAtBRANDAt447943$inboundSchema, PropertiesAtBRANDAt447943$outboundSchema, PropertiesAtBRANDAt447943$, MaxLength$inboundSchema, MaxLength$outboundSchema, MaxLength$, GetConfigurationProductsPropertiesAtBRANDAt447943$inboundSchema, GetConfigurationProductsPropertiesAtBRANDAt447943$outboundSchema, GetConfigurationProductsPropertiesAtBRANDAt447943$, 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$;
64151
64151
  var init_getconfigurationproductsop = __esm(() => {
64152
64152
  init_esm();
64153
64153
  init_primitives();
@@ -64686,24 +64686,24 @@ var init_getconfigurationproductsop = __esm(() => {
64686
64686
  GetConfigurationProductsType$.inboundSchema = GetConfigurationProductsType$inboundSchema;
64687
64687
  GetConfigurationProductsType$.outboundSchema = GetConfigurationProductsType$outboundSchema;
64688
64688
  })(GetConfigurationProductsType$ ||= {});
64689
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$inboundSchema = objectType({});
64690
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$outboundSchema = objectType({});
64691
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$) => {
64692
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$inboundSchema;
64693
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$outboundSchema;
64694
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$ ||= {});
64689
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$inboundSchema = objectType({});
64690
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$outboundSchema = objectType({});
64691
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$) => {
64692
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$inboundSchema;
64693
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$outboundSchema;
64694
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$ ||= {});
64695
64695
  PropertiesValue$inboundSchema = objectType({
64696
- "__@BRAND@446263": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$inboundSchema)
64696
+ "__@BRAND@447943": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$inboundSchema)
64697
64697
  }).transform((v2) => {
64698
64698
  return remap(v2, {
64699
- "__@BRAND@446263": "atBRANDAt446263"
64699
+ "__@BRAND@447943": "atBRANDAt447943"
64700
64700
  });
64701
64701
  });
64702
64702
  PropertiesValue$outboundSchema = objectType({
64703
- atBRANDAt446263: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt446263$outboundSchema)
64703
+ atBRANDAt447943: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt447943$outboundSchema)
64704
64704
  }).transform((v2) => {
64705
64705
  return remap(v2, {
64706
- atBRANDAt446263: "__@BRAND@446263"
64706
+ atBRANDAt447943: "__@BRAND@447943"
64707
64707
  });
64708
64708
  });
64709
64709
  ((PropertiesValue$) => {
@@ -64818,72 +64818,72 @@ var init_getconfigurationproductsop = __esm(() => {
64818
64818
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$inboundSchema;
64819
64819
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$outboundSchema;
64820
64820
  })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$ ||= {});
64821
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$inboundSchema = objectType({});
64822
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$outboundSchema = objectType({});
64823
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$) => {
64824
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$inboundSchema;
64825
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$outboundSchema;
64826
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$ ||= {});
64821
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$inboundSchema = objectType({});
64822
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$outboundSchema = objectType({});
64823
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$) => {
64824
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$inboundSchema;
64825
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$outboundSchema;
64826
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$ ||= {});
64827
64827
  GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema = objectType({
64828
- "__@BRAND@446263": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$inboundSchema)
64828
+ "__@BRAND@447943": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$inboundSchema)
64829
64829
  }).transform((v2) => {
64830
64830
  return remap(v2, {
64831
- "__@BRAND@446263": "atBRANDAt446263"
64831
+ "__@BRAND@447943": "atBRANDAt447943"
64832
64832
  });
64833
64833
  });
64834
64834
  GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema = objectType({
64835
- atBRANDAt446263: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt446263$outboundSchema)
64835
+ atBRANDAt447943: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt447943$outboundSchema)
64836
64836
  }).transform((v2) => {
64837
64837
  return remap(v2, {
64838
- atBRANDAt446263: "__@BRAND@446263"
64838
+ atBRANDAt447943: "__@BRAND@447943"
64839
64839
  });
64840
64840
  });
64841
64841
  ((GetConfigurationProductsPropertiesIntegrationsResponseMinLength$) => {
64842
64842
  GetConfigurationProductsPropertiesIntegrationsResponseMinLength$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema;
64843
64843
  GetConfigurationProductsPropertiesIntegrationsResponseMinLength$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema;
64844
64844
  })(GetConfigurationProductsPropertiesIntegrationsResponseMinLength$ ||= {});
64845
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$inboundSchema = objectType({});
64846
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$outboundSchema = objectType({});
64847
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$) => {
64848
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$inboundSchema;
64849
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$outboundSchema;
64850
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$ ||= {});
64845
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$inboundSchema = objectType({});
64846
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$outboundSchema = objectType({});
64847
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$) => {
64848
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$inboundSchema;
64849
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$outboundSchema;
64850
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$ ||= {});
64851
64851
  GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema = objectType({
64852
- "__@BRAND@446263": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$inboundSchema)
64852
+ "__@BRAND@447943": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$inboundSchema)
64853
64853
  }).transform((v2) => {
64854
64854
  return remap(v2, {
64855
- "__@BRAND@446263": "atBRANDAt446263"
64855
+ "__@BRAND@447943": "atBRANDAt447943"
64856
64856
  });
64857
64857
  });
64858
64858
  GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema = objectType({
64859
- atBRANDAt446263: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt446263$outboundSchema)
64859
+ atBRANDAt447943: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt447943$outboundSchema)
64860
64860
  }).transform((v2) => {
64861
64861
  return remap(v2, {
64862
- atBRANDAt446263: "__@BRAND@446263"
64862
+ atBRANDAt447943: "__@BRAND@447943"
64863
64863
  });
64864
64864
  });
64865
64865
  ((GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$) => {
64866
64866
  GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema;
64867
64867
  GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema;
64868
64868
  })(GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$ ||= {});
64869
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$inboundSchema = objectType({});
64870
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$outboundSchema = objectType({});
64871
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$) => {
64872
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$inboundSchema;
64873
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$outboundSchema;
64874
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$ ||= {});
64869
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$inboundSchema = objectType({});
64870
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$outboundSchema = objectType({});
64871
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$) => {
64872
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$inboundSchema;
64873
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$outboundSchema;
64874
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$ ||= {});
64875
64875
  GetConfigurationProductsPropertiesIntegrationsResponsePattern$inboundSchema = objectType({
64876
- "__@BRAND@446263": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$inboundSchema)
64876
+ "__@BRAND@447943": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$inboundSchema)
64877
64877
  }).transform((v2) => {
64878
64878
  return remap(v2, {
64879
- "__@BRAND@446263": "atBRANDAt446263"
64879
+ "__@BRAND@447943": "atBRANDAt447943"
64880
64880
  });
64881
64881
  });
64882
64882
  GetConfigurationProductsPropertiesIntegrationsResponsePattern$outboundSchema = objectType({
64883
- atBRANDAt446263: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt446263$outboundSchema)
64883
+ atBRANDAt447943: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt447943$outboundSchema)
64884
64884
  }).transform((v2) => {
64885
64885
  return remap(v2, {
64886
- atBRANDAt446263: "__@BRAND@446263"
64886
+ atBRANDAt447943: "__@BRAND@447943"
64887
64887
  });
64888
64888
  });
64889
64889
  ((GetConfigurationProductsPropertiesIntegrationsResponsePattern$) => {
@@ -64912,24 +64912,24 @@ var init_getconfigurationproductsop = __esm(() => {
64912
64912
  GetConfigurationProductsPropertiesIntegrationsItems$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsItems$inboundSchema;
64913
64913
  GetConfigurationProductsPropertiesIntegrationsItems$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsItems$outboundSchema;
64914
64914
  })(GetConfigurationProductsPropertiesIntegrationsItems$ ||= {});
64915
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$inboundSchema = objectType({});
64916
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$outboundSchema = objectType({});
64917
- ((GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$) => {
64918
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$inboundSchema;
64919
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$outboundSchema;
64920
- })(GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$ ||= {});
64915
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$inboundSchema = objectType({});
64916
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$outboundSchema = objectType({});
64917
+ ((GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$) => {
64918
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$inboundSchema;
64919
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$outboundSchema;
64920
+ })(GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$ ||= {});
64921
64921
  GetConfigurationProductsUiOptionsValue$inboundSchema = objectType({
64922
- "__@BRAND@446263": lazyType(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$inboundSchema)
64922
+ "__@BRAND@447943": lazyType(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$inboundSchema)
64923
64923
  }).transform((v2) => {
64924
64924
  return remap(v2, {
64925
- "__@BRAND@446263": "atBRANDAt446263"
64925
+ "__@BRAND@447943": "atBRANDAt447943"
64926
64926
  });
64927
64927
  });
64928
64928
  GetConfigurationProductsUiOptionsValue$outboundSchema = objectType({
64929
- atBRANDAt446263: lazyType(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt446263$outboundSchema)
64929
+ atBRANDAt447943: lazyType(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt447943$outboundSchema)
64930
64930
  }).transform((v2) => {
64931
64931
  return remap(v2, {
64932
- atBRANDAt446263: "__@BRAND@446263"
64932
+ atBRANDAt447943: "__@BRAND@447943"
64933
64933
  });
64934
64934
  });
64935
64935
  ((GetConfigurationProductsUiOptionsValue$) => {
@@ -65026,24 +65026,24 @@ var init_getconfigurationproductsop = __esm(() => {
65026
65026
  GetConfigurationProductsUiOptions3$.inboundSchema = GetConfigurationProductsUiOptions3$inboundSchema;
65027
65027
  GetConfigurationProductsUiOptions3$.outboundSchema = GetConfigurationProductsUiOptions3$outboundSchema;
65028
65028
  })(GetConfigurationProductsUiOptions3$ ||= {});
65029
- GetConfigurationProductsUiOptionsAtBRANDAt446263$inboundSchema = objectType({});
65030
- GetConfigurationProductsUiOptionsAtBRANDAt446263$outboundSchema = objectType({});
65031
- ((GetConfigurationProductsUiOptionsAtBRANDAt446263$) => {
65032
- GetConfigurationProductsUiOptionsAtBRANDAt446263$.inboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt446263$inboundSchema;
65033
- GetConfigurationProductsUiOptionsAtBRANDAt446263$.outboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt446263$outboundSchema;
65034
- })(GetConfigurationProductsUiOptionsAtBRANDAt446263$ ||= {});
65029
+ GetConfigurationProductsUiOptionsAtBRANDAt447943$inboundSchema = objectType({});
65030
+ GetConfigurationProductsUiOptionsAtBRANDAt447943$outboundSchema = objectType({});
65031
+ ((GetConfigurationProductsUiOptionsAtBRANDAt447943$) => {
65032
+ GetConfigurationProductsUiOptionsAtBRANDAt447943$.inboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt447943$inboundSchema;
65033
+ GetConfigurationProductsUiOptionsAtBRANDAt447943$.outboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt447943$outboundSchema;
65034
+ })(GetConfigurationProductsUiOptionsAtBRANDAt447943$ ||= {});
65035
65035
  GetConfigurationProductsUiOptions2$inboundSchema = objectType({
65036
- "__@BRAND@446263": lazyType(() => GetConfigurationProductsUiOptionsAtBRANDAt446263$inboundSchema)
65036
+ "__@BRAND@447943": lazyType(() => GetConfigurationProductsUiOptionsAtBRANDAt447943$inboundSchema)
65037
65037
  }).transform((v2) => {
65038
65038
  return remap(v2, {
65039
- "__@BRAND@446263": "atBRANDAt446263"
65039
+ "__@BRAND@447943": "atBRANDAt447943"
65040
65040
  });
65041
65041
  });
65042
65042
  GetConfigurationProductsUiOptions2$outboundSchema = objectType({
65043
- atBRANDAt446263: lazyType(() => GetConfigurationProductsUiOptionsAtBRANDAt446263$outboundSchema)
65043
+ atBRANDAt447943: lazyType(() => GetConfigurationProductsUiOptionsAtBRANDAt447943$outboundSchema)
65044
65044
  }).transform((v2) => {
65045
65045
  return remap(v2, {
65046
- atBRANDAt446263: "__@BRAND@446263"
65046
+ atBRANDAt447943: "__@BRAND@447943"
65047
65047
  });
65048
65048
  });
65049
65049
  ((GetConfigurationProductsUiOptions2$) => {
@@ -65278,48 +65278,48 @@ var init_getconfigurationproductsop = __esm(() => {
65278
65278
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$inboundSchema;
65279
65279
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$outboundSchema;
65280
65280
  })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$ ||= {});
65281
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$inboundSchema = objectType({});
65282
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$outboundSchema = objectType({});
65283
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$) => {
65284
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$inboundSchema;
65285
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$outboundSchema;
65286
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$ ||= {});
65281
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$inboundSchema = objectType({});
65282
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$outboundSchema = objectType({});
65283
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$) => {
65284
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$inboundSchema;
65285
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$outboundSchema;
65286
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$ ||= {});
65287
65287
  Default$inboundSchema = objectType({
65288
- "__@BRAND@446263": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$inboundSchema)
65288
+ "__@BRAND@447943": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$inboundSchema)
65289
65289
  }).transform((v2) => {
65290
65290
  return remap(v2, {
65291
- "__@BRAND@446263": "atBRANDAt446263"
65291
+ "__@BRAND@447943": "atBRANDAt447943"
65292
65292
  });
65293
65293
  });
65294
65294
  Default$outboundSchema = objectType({
65295
- atBRANDAt446263: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt446263$outboundSchema)
65295
+ atBRANDAt447943: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt447943$outboundSchema)
65296
65296
  }).transform((v2) => {
65297
65297
  return remap(v2, {
65298
- atBRANDAt446263: "__@BRAND@446263"
65298
+ atBRANDAt447943: "__@BRAND@447943"
65299
65299
  });
65300
65300
  });
65301
65301
  ((Default$) => {
65302
65302
  Default$.inboundSchema = Default$inboundSchema;
65303
65303
  Default$.outboundSchema = Default$outboundSchema;
65304
65304
  })(Default$ ||= {});
65305
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$inboundSchema = objectType({});
65306
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$outboundSchema = objectType({});
65307
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$) => {
65308
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$inboundSchema;
65309
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$outboundSchema;
65310
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$ ||= {});
65305
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$inboundSchema = objectType({});
65306
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$outboundSchema = objectType({});
65307
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$) => {
65308
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$inboundSchema;
65309
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$outboundSchema;
65310
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$ ||= {});
65311
65311
  Example$inboundSchema = objectType({
65312
- "__@BRAND@446263": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$inboundSchema)
65312
+ "__@BRAND@447943": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$inboundSchema)
65313
65313
  }).transform((v2) => {
65314
65314
  return remap(v2, {
65315
- "__@BRAND@446263": "atBRANDAt446263"
65315
+ "__@BRAND@447943": "atBRANDAt447943"
65316
65316
  });
65317
65317
  });
65318
65318
  Example$outboundSchema = objectType({
65319
- atBRANDAt446263: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt446263$outboundSchema)
65319
+ atBRANDAt447943: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt447943$outboundSchema)
65320
65320
  }).transform((v2) => {
65321
65321
  return remap(v2, {
65322
- atBRANDAt446263: "__@BRAND@446263"
65322
+ atBRANDAt447943: "__@BRAND@447943"
65323
65323
  });
65324
65324
  });
65325
65325
  ((Example$) => {
@@ -65440,24 +65440,24 @@ var init_getconfigurationproductsop = __esm(() => {
65440
65440
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$inboundSchema;
65441
65441
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$outboundSchema;
65442
65442
  })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$ ||= {});
65443
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$inboundSchema = objectType({});
65444
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$outboundSchema = objectType({});
65445
- ((GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$) => {
65446
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$inboundSchema;
65447
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$outboundSchema;
65448
- })(GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$ ||= {});
65443
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$inboundSchema = objectType({});
65444
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$outboundSchema = objectType({});
65445
+ ((GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$) => {
65446
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$inboundSchema;
65447
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$outboundSchema;
65448
+ })(GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$ ||= {});
65449
65449
  UiOptionsValue$inboundSchema = objectType({
65450
- "__@BRAND@446263": lazyType(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$inboundSchema)
65450
+ "__@BRAND@447943": lazyType(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$inboundSchema)
65451
65451
  }).transform((v2) => {
65452
65452
  return remap(v2, {
65453
- "__@BRAND@446263": "atBRANDAt446263"
65453
+ "__@BRAND@447943": "atBRANDAt447943"
65454
65454
  });
65455
65455
  });
65456
65456
  UiOptionsValue$outboundSchema = objectType({
65457
- atBRANDAt446263: lazyType(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt446263$outboundSchema)
65457
+ atBRANDAt447943: lazyType(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt447943$outboundSchema)
65458
65458
  }).transform((v2) => {
65459
65459
  return remap(v2, {
65460
- atBRANDAt446263: "__@BRAND@446263"
65460
+ atBRANDAt447943: "__@BRAND@447943"
65461
65461
  });
65462
65462
  });
65463
65463
  ((UiOptionsValue$) => {
@@ -65554,24 +65554,24 @@ var init_getconfigurationproductsop = __esm(() => {
65554
65554
  UiOptions3$.inboundSchema = UiOptions3$inboundSchema;
65555
65555
  UiOptions3$.outboundSchema = UiOptions3$outboundSchema;
65556
65556
  })(UiOptions3$ ||= {});
65557
- UiOptionsAtBRANDAt446263$inboundSchema = objectType({});
65558
- UiOptionsAtBRANDAt446263$outboundSchema = objectType({});
65559
- ((UiOptionsAtBRANDAt446263$) => {
65560
- UiOptionsAtBRANDAt446263$.inboundSchema = UiOptionsAtBRANDAt446263$inboundSchema;
65561
- UiOptionsAtBRANDAt446263$.outboundSchema = UiOptionsAtBRANDAt446263$outboundSchema;
65562
- })(UiOptionsAtBRANDAt446263$ ||= {});
65557
+ UiOptionsAtBRANDAt447943$inboundSchema = objectType({});
65558
+ UiOptionsAtBRANDAt447943$outboundSchema = objectType({});
65559
+ ((UiOptionsAtBRANDAt447943$) => {
65560
+ UiOptionsAtBRANDAt447943$.inboundSchema = UiOptionsAtBRANDAt447943$inboundSchema;
65561
+ UiOptionsAtBRANDAt447943$.outboundSchema = UiOptionsAtBRANDAt447943$outboundSchema;
65562
+ })(UiOptionsAtBRANDAt447943$ ||= {});
65563
65563
  UiOptions2$inboundSchema = objectType({
65564
- "__@BRAND@446263": lazyType(() => UiOptionsAtBRANDAt446263$inboundSchema)
65564
+ "__@BRAND@447943": lazyType(() => UiOptionsAtBRANDAt447943$inboundSchema)
65565
65565
  }).transform((v2) => {
65566
65566
  return remap(v2, {
65567
- "__@BRAND@446263": "atBRANDAt446263"
65567
+ "__@BRAND@447943": "atBRANDAt447943"
65568
65568
  });
65569
65569
  });
65570
65570
  UiOptions2$outboundSchema = objectType({
65571
- atBRANDAt446263: lazyType(() => UiOptionsAtBRANDAt446263$outboundSchema)
65571
+ atBRANDAt447943: lazyType(() => UiOptionsAtBRANDAt447943$outboundSchema)
65572
65572
  }).transform((v2) => {
65573
65573
  return remap(v2, {
65574
- atBRANDAt446263: "__@BRAND@446263"
65574
+ atBRANDAt447943: "__@BRAND@447943"
65575
65575
  });
65576
65576
  });
65577
65577
  ((UiOptions2$) => {
@@ -65684,72 +65684,72 @@ var init_getconfigurationproductsop = __esm(() => {
65684
65684
  GetConfigurationProductsPropertiesUiOptions$.inboundSchema = GetConfigurationProductsPropertiesUiOptions$inboundSchema;
65685
65685
  GetConfigurationProductsPropertiesUiOptions$.outboundSchema = GetConfigurationProductsPropertiesUiOptions$outboundSchema;
65686
65686
  })(GetConfigurationProductsPropertiesUiOptions$ ||= {});
65687
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$inboundSchema = objectType({});
65688
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$outboundSchema = objectType({});
65689
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$) => {
65690
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$inboundSchema;
65691
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$outboundSchema;
65692
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$ ||= {});
65687
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$inboundSchema = objectType({});
65688
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$outboundSchema = objectType({});
65689
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$) => {
65690
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$inboundSchema;
65691
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$outboundSchema;
65692
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$ ||= {});
65693
65693
  GetConfigurationProductsPropertiesMinLength$inboundSchema = objectType({
65694
- "__@BRAND@446263": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$inboundSchema)
65694
+ "__@BRAND@447943": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$inboundSchema)
65695
65695
  }).transform((v2) => {
65696
65696
  return remap(v2, {
65697
- "__@BRAND@446263": "atBRANDAt446263"
65697
+ "__@BRAND@447943": "atBRANDAt447943"
65698
65698
  });
65699
65699
  });
65700
65700
  GetConfigurationProductsPropertiesMinLength$outboundSchema = objectType({
65701
- atBRANDAt446263: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt446263$outboundSchema)
65701
+ atBRANDAt447943: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt447943$outboundSchema)
65702
65702
  }).transform((v2) => {
65703
65703
  return remap(v2, {
65704
- atBRANDAt446263: "__@BRAND@446263"
65704
+ atBRANDAt447943: "__@BRAND@447943"
65705
65705
  });
65706
65706
  });
65707
65707
  ((GetConfigurationProductsPropertiesMinLength$) => {
65708
65708
  GetConfigurationProductsPropertiesMinLength$.inboundSchema = GetConfigurationProductsPropertiesMinLength$inboundSchema;
65709
65709
  GetConfigurationProductsPropertiesMinLength$.outboundSchema = GetConfigurationProductsPropertiesMinLength$outboundSchema;
65710
65710
  })(GetConfigurationProductsPropertiesMinLength$ ||= {});
65711
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$inboundSchema = objectType({});
65712
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$outboundSchema = objectType({});
65713
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$) => {
65714
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$inboundSchema;
65715
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$outboundSchema;
65716
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$ ||= {});
65711
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$inboundSchema = objectType({});
65712
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$outboundSchema = objectType({});
65713
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$) => {
65714
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$inboundSchema;
65715
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$outboundSchema;
65716
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$ ||= {});
65717
65717
  GetConfigurationProductsPropertiesMaxLength$inboundSchema = objectType({
65718
- "__@BRAND@446263": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$inboundSchema)
65718
+ "__@BRAND@447943": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$inboundSchema)
65719
65719
  }).transform((v2) => {
65720
65720
  return remap(v2, {
65721
- "__@BRAND@446263": "atBRANDAt446263"
65721
+ "__@BRAND@447943": "atBRANDAt447943"
65722
65722
  });
65723
65723
  });
65724
65724
  GetConfigurationProductsPropertiesMaxLength$outboundSchema = objectType({
65725
- atBRANDAt446263: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt446263$outboundSchema)
65725
+ atBRANDAt447943: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt447943$outboundSchema)
65726
65726
  }).transform((v2) => {
65727
65727
  return remap(v2, {
65728
- atBRANDAt446263: "__@BRAND@446263"
65728
+ atBRANDAt447943: "__@BRAND@447943"
65729
65729
  });
65730
65730
  });
65731
65731
  ((GetConfigurationProductsPropertiesMaxLength$) => {
65732
65732
  GetConfigurationProductsPropertiesMaxLength$.inboundSchema = GetConfigurationProductsPropertiesMaxLength$inboundSchema;
65733
65733
  GetConfigurationProductsPropertiesMaxLength$.outboundSchema = GetConfigurationProductsPropertiesMaxLength$outboundSchema;
65734
65734
  })(GetConfigurationProductsPropertiesMaxLength$ ||= {});
65735
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$inboundSchema = objectType({});
65736
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$outboundSchema = objectType({});
65737
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$) => {
65738
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$inboundSchema;
65739
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$outboundSchema;
65740
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$ ||= {});
65735
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$inboundSchema = objectType({});
65736
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$outboundSchema = objectType({});
65737
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$) => {
65738
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$inboundSchema;
65739
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$outboundSchema;
65740
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$ ||= {});
65741
65741
  GetConfigurationProductsPropertiesPattern$inboundSchema = objectType({
65742
- "__@BRAND@446263": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$inboundSchema)
65742
+ "__@BRAND@447943": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$inboundSchema)
65743
65743
  }).transform((v2) => {
65744
65744
  return remap(v2, {
65745
- "__@BRAND@446263": "atBRANDAt446263"
65745
+ "__@BRAND@447943": "atBRANDAt447943"
65746
65746
  });
65747
65747
  });
65748
65748
  GetConfigurationProductsPropertiesPattern$outboundSchema = objectType({
65749
- atBRANDAt446263: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt446263$outboundSchema)
65749
+ atBRANDAt447943: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt447943$outboundSchema)
65750
65750
  }).transform((v2) => {
65751
65751
  return remap(v2, {
65752
- atBRANDAt446263: "__@BRAND@446263"
65752
+ atBRANDAt447943: "__@BRAND@447943"
65753
65753
  });
65754
65754
  });
65755
65755
  ((GetConfigurationProductsPropertiesPattern$) => {
@@ -65998,72 +65998,72 @@ var init_getconfigurationproductsop = __esm(() => {
65998
65998
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$inboundSchema;
65999
65999
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$outboundSchema;
66000
66000
  })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$ ||= {});
66001
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$inboundSchema = objectType({});
66002
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$outboundSchema = objectType({});
66003
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$) => {
66004
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$inboundSchema;
66005
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$outboundSchema;
66006
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$ ||= {});
66001
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$inboundSchema = objectType({});
66002
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$outboundSchema = objectType({});
66003
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$) => {
66004
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$inboundSchema;
66005
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$outboundSchema;
66006
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$ ||= {});
66007
66007
  GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema = objectType({
66008
- "__@BRAND@446263": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$inboundSchema)
66008
+ "__@BRAND@447943": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$inboundSchema)
66009
66009
  }).transform((v2) => {
66010
66010
  return remap(v2, {
66011
- "__@BRAND@446263": "atBRANDAt446263"
66011
+ "__@BRAND@447943": "atBRANDAt447943"
66012
66012
  });
66013
66013
  });
66014
66014
  GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema = objectType({
66015
- atBRANDAt446263: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt446263$outboundSchema)
66015
+ atBRANDAt447943: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt447943$outboundSchema)
66016
66016
  }).transform((v2) => {
66017
66017
  return remap(v2, {
66018
- atBRANDAt446263: "__@BRAND@446263"
66018
+ atBRANDAt447943: "__@BRAND@447943"
66019
66019
  });
66020
66020
  });
66021
66021
  ((GetConfigurationProductsPropertiesIntegrationsMinLength$) => {
66022
66022
  GetConfigurationProductsPropertiesIntegrationsMinLength$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema;
66023
66023
  GetConfigurationProductsPropertiesIntegrationsMinLength$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema;
66024
66024
  })(GetConfigurationProductsPropertiesIntegrationsMinLength$ ||= {});
66025
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$inboundSchema = objectType({});
66026
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$outboundSchema = objectType({});
66027
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$) => {
66028
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$inboundSchema;
66029
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$outboundSchema;
66030
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$ ||= {});
66025
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$inboundSchema = objectType({});
66026
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$outboundSchema = objectType({});
66027
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$) => {
66028
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$inboundSchema;
66029
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$outboundSchema;
66030
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$ ||= {});
66031
66031
  GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema = objectType({
66032
- "__@BRAND@446263": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$inboundSchema)
66032
+ "__@BRAND@447943": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$inboundSchema)
66033
66033
  }).transform((v2) => {
66034
66034
  return remap(v2, {
66035
- "__@BRAND@446263": "atBRANDAt446263"
66035
+ "__@BRAND@447943": "atBRANDAt447943"
66036
66036
  });
66037
66037
  });
66038
66038
  GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema = objectType({
66039
- atBRANDAt446263: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt446263$outboundSchema)
66039
+ atBRANDAt447943: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt447943$outboundSchema)
66040
66040
  }).transform((v2) => {
66041
66041
  return remap(v2, {
66042
- atBRANDAt446263: "__@BRAND@446263"
66042
+ atBRANDAt447943: "__@BRAND@447943"
66043
66043
  });
66044
66044
  });
66045
66045
  ((GetConfigurationProductsPropertiesIntegrationsMaxLength$) => {
66046
66046
  GetConfigurationProductsPropertiesIntegrationsMaxLength$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema;
66047
66047
  GetConfigurationProductsPropertiesIntegrationsMaxLength$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema;
66048
66048
  })(GetConfigurationProductsPropertiesIntegrationsMaxLength$ ||= {});
66049
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$inboundSchema = objectType({});
66050
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$outboundSchema = objectType({});
66051
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$) => {
66052
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$inboundSchema;
66053
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$outboundSchema;
66054
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$ ||= {});
66049
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$inboundSchema = objectType({});
66050
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$outboundSchema = objectType({});
66051
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$) => {
66052
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$inboundSchema;
66053
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$outboundSchema;
66054
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$ ||= {});
66055
66055
  GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema = objectType({
66056
- "__@BRAND@446263": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$inboundSchema)
66056
+ "__@BRAND@447943": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$inboundSchema)
66057
66057
  }).transform((v2) => {
66058
66058
  return remap(v2, {
66059
- "__@BRAND@446263": "atBRANDAt446263"
66059
+ "__@BRAND@447943": "atBRANDAt447943"
66060
66060
  });
66061
66061
  });
66062
66062
  GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema = objectType({
66063
- atBRANDAt446263: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt446263$outboundSchema)
66063
+ atBRANDAt447943: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt447943$outboundSchema)
66064
66064
  }).transform((v2) => {
66065
66065
  return remap(v2, {
66066
- atBRANDAt446263: "__@BRAND@446263"
66066
+ atBRANDAt447943: "__@BRAND@447943"
66067
66067
  });
66068
66068
  });
66069
66069
  ((GetConfigurationProductsPropertiesIntegrationsPattern$) => {
@@ -66504,72 +66504,72 @@ var init_getconfigurationproductsop = __esm(() => {
66504
66504
  UiOptions$.inboundSchema = UiOptions$inboundSchema;
66505
66505
  UiOptions$.outboundSchema = UiOptions$outboundSchema;
66506
66506
  })(UiOptions$ ||= {});
66507
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$inboundSchema = objectType({});
66508
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$outboundSchema = objectType({});
66509
- ((GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$) => {
66510
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$inboundSchema;
66511
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$outboundSchema;
66512
- })(GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$ ||= {});
66507
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$inboundSchema = objectType({});
66508
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$outboundSchema = objectType({});
66509
+ ((GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$) => {
66510
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$inboundSchema;
66511
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$outboundSchema;
66512
+ })(GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$ ||= {});
66513
66513
  PropertiesMinLength$inboundSchema = objectType({
66514
- "__@BRAND@446263": lazyType(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$inboundSchema)
66514
+ "__@BRAND@447943": lazyType(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$inboundSchema)
66515
66515
  }).transform((v2) => {
66516
66516
  return remap(v2, {
66517
- "__@BRAND@446263": "atBRANDAt446263"
66517
+ "__@BRAND@447943": "atBRANDAt447943"
66518
66518
  });
66519
66519
  });
66520
66520
  PropertiesMinLength$outboundSchema = objectType({
66521
- atBRANDAt446263: lazyType(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt446263$outboundSchema)
66521
+ atBRANDAt447943: lazyType(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt447943$outboundSchema)
66522
66522
  }).transform((v2) => {
66523
66523
  return remap(v2, {
66524
- atBRANDAt446263: "__@BRAND@446263"
66524
+ atBRANDAt447943: "__@BRAND@447943"
66525
66525
  });
66526
66526
  });
66527
66527
  ((PropertiesMinLength$) => {
66528
66528
  PropertiesMinLength$.inboundSchema = PropertiesMinLength$inboundSchema;
66529
66529
  PropertiesMinLength$.outboundSchema = PropertiesMinLength$outboundSchema;
66530
66530
  })(PropertiesMinLength$ ||= {});
66531
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$inboundSchema = objectType({});
66532
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$outboundSchema = objectType({});
66533
- ((GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$) => {
66534
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$inboundSchema;
66535
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$outboundSchema;
66536
- })(GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$ ||= {});
66531
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$inboundSchema = objectType({});
66532
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$outboundSchema = objectType({});
66533
+ ((GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$) => {
66534
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$inboundSchema;
66535
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$outboundSchema;
66536
+ })(GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$ ||= {});
66537
66537
  PropertiesMaxLength$inboundSchema = objectType({
66538
- "__@BRAND@446263": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$inboundSchema)
66538
+ "__@BRAND@447943": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$inboundSchema)
66539
66539
  }).transform((v2) => {
66540
66540
  return remap(v2, {
66541
- "__@BRAND@446263": "atBRANDAt446263"
66541
+ "__@BRAND@447943": "atBRANDAt447943"
66542
66542
  });
66543
66543
  });
66544
66544
  PropertiesMaxLength$outboundSchema = objectType({
66545
- atBRANDAt446263: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt446263$outboundSchema)
66545
+ atBRANDAt447943: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt447943$outboundSchema)
66546
66546
  }).transform((v2) => {
66547
66547
  return remap(v2, {
66548
- atBRANDAt446263: "__@BRAND@446263"
66548
+ atBRANDAt447943: "__@BRAND@447943"
66549
66549
  });
66550
66550
  });
66551
66551
  ((PropertiesMaxLength$) => {
66552
66552
  PropertiesMaxLength$.inboundSchema = PropertiesMaxLength$inboundSchema;
66553
66553
  PropertiesMaxLength$.outboundSchema = PropertiesMaxLength$outboundSchema;
66554
66554
  })(PropertiesMaxLength$ ||= {});
66555
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$inboundSchema = objectType({});
66556
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$outboundSchema = objectType({});
66557
- ((GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$) => {
66558
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$inboundSchema;
66559
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$outboundSchema;
66560
- })(GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$ ||= {});
66555
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$inboundSchema = objectType({});
66556
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$outboundSchema = objectType({});
66557
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$) => {
66558
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$inboundSchema;
66559
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$outboundSchema;
66560
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$ ||= {});
66561
66561
  PropertiesPattern$inboundSchema = objectType({
66562
- "__@BRAND@446263": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$inboundSchema)
66562
+ "__@BRAND@447943": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$inboundSchema)
66563
66563
  }).transform((v2) => {
66564
66564
  return remap(v2, {
66565
- "__@BRAND@446263": "atBRANDAt446263"
66565
+ "__@BRAND@447943": "atBRANDAt447943"
66566
66566
  });
66567
66567
  });
66568
66568
  PropertiesPattern$outboundSchema = objectType({
66569
- atBRANDAt446263: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt446263$outboundSchema)
66569
+ atBRANDAt447943: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt447943$outboundSchema)
66570
66570
  }).transform((v2) => {
66571
66571
  return remap(v2, {
66572
- atBRANDAt446263: "__@BRAND@446263"
66572
+ atBRANDAt447943: "__@BRAND@447943"
66573
66573
  });
66574
66574
  });
66575
66575
  ((PropertiesPattern$) => {
@@ -67490,72 +67490,72 @@ var init_getconfigurationproductsop = __esm(() => {
67490
67490
  UiControl$.inboundSchema = UiControl$inboundSchema;
67491
67491
  UiControl$.outboundSchema = UiControl$outboundSchema;
67492
67492
  })(UiControl$ ||= {});
67493
- AtBRANDAt446263$inboundSchema = objectType({});
67494
- AtBRANDAt446263$outboundSchema = objectType({});
67495
- ((AtBRANDAt446263$) => {
67496
- AtBRANDAt446263$.inboundSchema = AtBRANDAt446263$inboundSchema;
67497
- AtBRANDAt446263$.outboundSchema = AtBRANDAt446263$outboundSchema;
67498
- })(AtBRANDAt446263$ ||= {});
67493
+ AtBRANDAt447943$inboundSchema = objectType({});
67494
+ AtBRANDAt447943$outboundSchema = objectType({});
67495
+ ((AtBRANDAt447943$) => {
67496
+ AtBRANDAt447943$.inboundSchema = AtBRANDAt447943$inboundSchema;
67497
+ AtBRANDAt447943$.outboundSchema = AtBRANDAt447943$outboundSchema;
67498
+ })(AtBRANDAt447943$ ||= {});
67499
67499
  MinLength$inboundSchema = objectType({
67500
- "__@BRAND@446263": lazyType(() => AtBRANDAt446263$inboundSchema)
67500
+ "__@BRAND@447943": lazyType(() => AtBRANDAt447943$inboundSchema)
67501
67501
  }).transform((v2) => {
67502
67502
  return remap(v2, {
67503
- "__@BRAND@446263": "atBRANDAt446263"
67503
+ "__@BRAND@447943": "atBRANDAt447943"
67504
67504
  });
67505
67505
  });
67506
67506
  MinLength$outboundSchema = objectType({
67507
- atBRANDAt446263: lazyType(() => AtBRANDAt446263$outboundSchema)
67507
+ atBRANDAt447943: lazyType(() => AtBRANDAt447943$outboundSchema)
67508
67508
  }).transform((v2) => {
67509
67509
  return remap(v2, {
67510
- atBRANDAt446263: "__@BRAND@446263"
67510
+ atBRANDAt447943: "__@BRAND@447943"
67511
67511
  });
67512
67512
  });
67513
67513
  ((MinLength$) => {
67514
67514
  MinLength$.inboundSchema = MinLength$inboundSchema;
67515
67515
  MinLength$.outboundSchema = MinLength$outboundSchema;
67516
67516
  })(MinLength$ ||= {});
67517
- PropertiesAtBRANDAt446263$inboundSchema = objectType({});
67518
- PropertiesAtBRANDAt446263$outboundSchema = objectType({});
67519
- ((PropertiesAtBRANDAt446263$) => {
67520
- PropertiesAtBRANDAt446263$.inboundSchema = PropertiesAtBRANDAt446263$inboundSchema;
67521
- PropertiesAtBRANDAt446263$.outboundSchema = PropertiesAtBRANDAt446263$outboundSchema;
67522
- })(PropertiesAtBRANDAt446263$ ||= {});
67517
+ PropertiesAtBRANDAt447943$inboundSchema = objectType({});
67518
+ PropertiesAtBRANDAt447943$outboundSchema = objectType({});
67519
+ ((PropertiesAtBRANDAt447943$) => {
67520
+ PropertiesAtBRANDAt447943$.inboundSchema = PropertiesAtBRANDAt447943$inboundSchema;
67521
+ PropertiesAtBRANDAt447943$.outboundSchema = PropertiesAtBRANDAt447943$outboundSchema;
67522
+ })(PropertiesAtBRANDAt447943$ ||= {});
67523
67523
  MaxLength$inboundSchema = objectType({
67524
- "__@BRAND@446263": lazyType(() => PropertiesAtBRANDAt446263$inboundSchema)
67524
+ "__@BRAND@447943": lazyType(() => PropertiesAtBRANDAt447943$inboundSchema)
67525
67525
  }).transform((v2) => {
67526
67526
  return remap(v2, {
67527
- "__@BRAND@446263": "atBRANDAt446263"
67527
+ "__@BRAND@447943": "atBRANDAt447943"
67528
67528
  });
67529
67529
  });
67530
67530
  MaxLength$outboundSchema = objectType({
67531
- atBRANDAt446263: lazyType(() => PropertiesAtBRANDAt446263$outboundSchema)
67531
+ atBRANDAt447943: lazyType(() => PropertiesAtBRANDAt447943$outboundSchema)
67532
67532
  }).transform((v2) => {
67533
67533
  return remap(v2, {
67534
- atBRANDAt446263: "__@BRAND@446263"
67534
+ atBRANDAt447943: "__@BRAND@447943"
67535
67535
  });
67536
67536
  });
67537
67537
  ((MaxLength$) => {
67538
67538
  MaxLength$.inboundSchema = MaxLength$inboundSchema;
67539
67539
  MaxLength$.outboundSchema = MaxLength$outboundSchema;
67540
67540
  })(MaxLength$ ||= {});
67541
- GetConfigurationProductsPropertiesAtBRANDAt446263$inboundSchema = objectType({});
67542
- GetConfigurationProductsPropertiesAtBRANDAt446263$outboundSchema = objectType({});
67543
- ((GetConfigurationProductsPropertiesAtBRANDAt446263$) => {
67544
- GetConfigurationProductsPropertiesAtBRANDAt446263$.inboundSchema = GetConfigurationProductsPropertiesAtBRANDAt446263$inboundSchema;
67545
- GetConfigurationProductsPropertiesAtBRANDAt446263$.outboundSchema = GetConfigurationProductsPropertiesAtBRANDAt446263$outboundSchema;
67546
- })(GetConfigurationProductsPropertiesAtBRANDAt446263$ ||= {});
67541
+ GetConfigurationProductsPropertiesAtBRANDAt447943$inboundSchema = objectType({});
67542
+ GetConfigurationProductsPropertiesAtBRANDAt447943$outboundSchema = objectType({});
67543
+ ((GetConfigurationProductsPropertiesAtBRANDAt447943$) => {
67544
+ GetConfigurationProductsPropertiesAtBRANDAt447943$.inboundSchema = GetConfigurationProductsPropertiesAtBRANDAt447943$inboundSchema;
67545
+ GetConfigurationProductsPropertiesAtBRANDAt447943$.outboundSchema = GetConfigurationProductsPropertiesAtBRANDAt447943$outboundSchema;
67546
+ })(GetConfigurationProductsPropertiesAtBRANDAt447943$ ||= {});
67547
67547
  Pattern$inboundSchema = objectType({
67548
- "__@BRAND@446263": lazyType(() => GetConfigurationProductsPropertiesAtBRANDAt446263$inboundSchema)
67548
+ "__@BRAND@447943": lazyType(() => GetConfigurationProductsPropertiesAtBRANDAt447943$inboundSchema)
67549
67549
  }).transform((v2) => {
67550
67550
  return remap(v2, {
67551
- "__@BRAND@446263": "atBRANDAt446263"
67551
+ "__@BRAND@447943": "atBRANDAt447943"
67552
67552
  });
67553
67553
  });
67554
67554
  Pattern$outboundSchema = objectType({
67555
- atBRANDAt446263: lazyType(() => GetConfigurationProductsPropertiesAtBRANDAt446263$outboundSchema)
67555
+ atBRANDAt447943: lazyType(() => GetConfigurationProductsPropertiesAtBRANDAt447943$outboundSchema)
67556
67556
  }).transform((v2) => {
67557
67557
  return remap(v2, {
67558
- atBRANDAt446263: "__@BRAND@446263"
67558
+ atBRANDAt447943: "__@BRAND@447943"
67559
67559
  });
67560
67560
  });
67561
67561
  ((Pattern$) => {
@@ -74441,10 +74441,10 @@ var init_createprojectop = __esm(() => {
74441
74441
  };
74442
74442
  CreateProjectProjectsResponseType = {
74443
74443
  System: "system",
74444
+ Secret: "secret",
74444
74445
  Encrypted: "encrypted",
74445
74446
  Plain: "plain",
74446
- Sensitive: "sensitive",
74447
- Secret: "secret"
74447
+ Sensitive: "sensitive"
74448
74448
  };
74449
74449
  CreateProjectContentHintProjectsResponse200ApplicationJSONResponseBodyEnv15Type = {
74450
74450
  FlagsConnectionString: "flags-connection-string"
@@ -74637,8 +74637,8 @@ var init_createprojectop = __esm(() => {
74637
74637
  Turbo: "turbo"
74638
74638
  };
74639
74639
  CreateProjectProjectsDeploymentType = {
74640
- Preview: "preview",
74641
74640
  All: "all",
74641
+ Preview: "preview",
74642
74642
  ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
74643
74643
  AllExceptCustomDomains: "all_except_custom_domains"
74644
74644
  };
@@ -74697,18 +74697,18 @@ var init_createprojectop = __esm(() => {
74697
74697
  IntegrationAutomationBypass: "integration-automation-bypass"
74698
74698
  };
74699
74699
  CreateProjectTrustedIpsProjectsDeploymentType = {
74700
- Preview: "preview",
74701
- Production: "production",
74702
74700
  All: "all",
74701
+ Preview: "preview",
74703
74702
  ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
74704
- AllExceptCustomDomains: "all_except_custom_domains"
74703
+ AllExceptCustomDomains: "all_except_custom_domains",
74704
+ Production: "production"
74705
74705
  };
74706
74706
  CreateProjectTrustedIpsDeploymentType = {
74707
- Preview: "preview",
74708
- Production: "production",
74709
74707
  All: "all",
74708
+ Preview: "preview",
74710
74709
  ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
74711
- AllExceptCustomDomains: "all_except_custom_domains"
74710
+ AllExceptCustomDomains: "all_except_custom_domains",
74711
+ Production: "production"
74712
74712
  };
74713
74713
  TrustedIpsProtectionMode = {
74714
74714
  Additional: "additional",
@@ -74861,7 +74861,8 @@ var init_createprojectop = __esm(() => {
74861
74861
  functionDefaultMemoryType: FunctionDefaultMemoryType$inboundSchema.optional(),
74862
74862
  functionZeroConfigFailover: booleanType().optional(),
74863
74863
  elasticConcurrencyEnabled: booleanType().optional(),
74864
- buildMachineType: BuildMachineType$inboundSchema.optional()
74864
+ buildMachineType: BuildMachineType$inboundSchema.optional(),
74865
+ isNSNBDisabled: booleanType().optional()
74865
74866
  });
74866
74867
  CreateProjectResourceConfig$outboundSchema = objectType({
74867
74868
  fluid: booleanType().optional(),
@@ -74870,7 +74871,8 @@ var init_createprojectop = __esm(() => {
74870
74871
  functionDefaultMemoryType: FunctionDefaultMemoryType$outboundSchema.optional(),
74871
74872
  functionZeroConfigFailover: booleanType().optional(),
74872
74873
  elasticConcurrencyEnabled: booleanType().optional(),
74873
- buildMachineType: BuildMachineType$outboundSchema.optional()
74874
+ buildMachineType: BuildMachineType$outboundSchema.optional(),
74875
+ isNSNBDisabled: booleanType().optional()
74874
74876
  });
74875
74877
  ((CreateProjectResourceConfig$) => {
74876
74878
  CreateProjectResourceConfig$.inboundSchema = CreateProjectResourceConfig$inboundSchema;
@@ -76080,28 +76082,28 @@ var init_createprojectop = __esm(() => {
76080
76082
  })(CreateProjectLinkProjectsDeployHooks$ ||= {});
76081
76083
  CreateProjectLink2$inboundSchema = objectType({
76082
76084
  type: CreateProjectLinkProjectsType$inboundSchema,
76083
- repo: stringType().optional(),
76084
- repoId: numberType().optional(),
76085
76085
  updatedAt: numberType().optional(),
76086
76086
  createdAt: numberType().optional(),
76087
+ repo: stringType().optional(),
76088
+ sourceless: booleanType().optional(),
76087
76089
  org: stringType(),
76088
76090
  repoOwnerId: numberType().optional(),
76091
+ repoId: numberType().optional(),
76089
76092
  deployHooks: arrayType(lazyType(() => CreateProjectLinkProjectsDeployHooks$inboundSchema)),
76090
76093
  gitCredentialId: stringType(),
76091
- sourceless: booleanType().optional(),
76092
76094
  productionBranch: stringType()
76093
76095
  });
76094
76096
  CreateProjectLink2$outboundSchema = objectType({
76095
76097
  type: CreateProjectLinkProjectsType$outboundSchema,
76096
- repo: stringType().optional(),
76097
- repoId: numberType().optional(),
76098
76098
  updatedAt: numberType().optional(),
76099
76099
  createdAt: numberType().optional(),
76100
+ repo: stringType().optional(),
76101
+ sourceless: booleanType().optional(),
76100
76102
  org: stringType(),
76101
76103
  repoOwnerId: numberType().optional(),
76104
+ repoId: numberType().optional(),
76102
76105
  deployHooks: arrayType(lazyType(() => CreateProjectLinkProjectsDeployHooks$outboundSchema)),
76103
76106
  gitCredentialId: stringType(),
76104
- sourceless: booleanType().optional(),
76105
76107
  productionBranch: stringType()
76106
76108
  });
76107
76109
  ((CreateProjectLink2$) => {
@@ -76277,7 +76279,8 @@ var init_createprojectop = __esm(() => {
76277
76279
  functionDefaultMemoryType: CreateProjectFunctionDefaultMemoryType$inboundSchema.optional(),
76278
76280
  functionZeroConfigFailover: booleanType().optional(),
76279
76281
  elasticConcurrencyEnabled: booleanType().optional(),
76280
- buildMachineType: CreateProjectBuildMachineType$inboundSchema.optional()
76282
+ buildMachineType: CreateProjectBuildMachineType$inboundSchema.optional(),
76283
+ isNSNBDisabled: booleanType().optional()
76281
76284
  });
76282
76285
  CreateProjectProjectsResourceConfig$outboundSchema = objectType({
76283
76286
  fluid: booleanType().optional(),
@@ -76286,7 +76289,8 @@ var init_createprojectop = __esm(() => {
76286
76289
  functionDefaultMemoryType: CreateProjectFunctionDefaultMemoryType$outboundSchema.optional(),
76287
76290
  functionZeroConfigFailover: booleanType().optional(),
76288
76291
  elasticConcurrencyEnabled: booleanType().optional(),
76289
- buildMachineType: CreateProjectBuildMachineType$outboundSchema.optional()
76292
+ buildMachineType: CreateProjectBuildMachineType$outboundSchema.optional(),
76293
+ isNSNBDisabled: booleanType().optional()
76290
76294
  });
76291
76295
  ((CreateProjectProjectsResourceConfig$) => {
76292
76296
  CreateProjectProjectsResourceConfig$.inboundSchema = CreateProjectProjectsResourceConfig$inboundSchema;
@@ -76355,7 +76359,8 @@ var init_createprojectop = __esm(() => {
76355
76359
  functionDefaultMemoryType: CreateProjectProjectsFunctionDefaultMemoryType$inboundSchema.optional(),
76356
76360
  functionZeroConfigFailover: booleanType().optional(),
76357
76361
  elasticConcurrencyEnabled: booleanType().optional(),
76358
- buildMachineType: CreateProjectProjectsBuildMachineType$inboundSchema.optional()
76362
+ buildMachineType: CreateProjectProjectsBuildMachineType$inboundSchema.optional(),
76363
+ isNSNBDisabled: booleanType().optional()
76359
76364
  });
76360
76365
  CreateProjectDefaultResourceConfig$outboundSchema = objectType({
76361
76366
  fluid: booleanType().optional(),
@@ -76364,7 +76369,8 @@ var init_createprojectop = __esm(() => {
76364
76369
  functionDefaultMemoryType: CreateProjectProjectsFunctionDefaultMemoryType$outboundSchema.optional(),
76365
76370
  functionZeroConfigFailover: booleanType().optional(),
76366
76371
  elasticConcurrencyEnabled: booleanType().optional(),
76367
- buildMachineType: CreateProjectProjectsBuildMachineType$outboundSchema.optional()
76372
+ buildMachineType: CreateProjectProjectsBuildMachineType$outboundSchema.optional(),
76373
+ isNSNBDisabled: booleanType().optional()
76368
76374
  });
76369
76375
  ((CreateProjectDefaultResourceConfig$) => {
76370
76376
  CreateProjectDefaultResourceConfig$.inboundSchema = CreateProjectDefaultResourceConfig$inboundSchema;
@@ -76607,73 +76613,6 @@ var init_createprojectop = __esm(() => {
76607
76613
  CreateProjectTargets$.outboundSchema = CreateProjectTargets$outboundSchema;
76608
76614
  })(CreateProjectTargets$ ||= {});
76609
76615
  CreateProjectPermissions$inboundSchema = objectType({
76610
- aliasProject: arrayType(ACLAction$inboundSchema).optional(),
76611
- aliasProtectionBypass: arrayType(ACLAction$inboundSchema).optional(),
76612
- buildMachine: arrayType(ACLAction$inboundSchema).optional(),
76613
- productionAliasProtectionBypass: arrayType(ACLAction$inboundSchema).optional(),
76614
- connectConfigurationLink: arrayType(ACLAction$inboundSchema).optional(),
76615
- dataCacheNamespace: arrayType(ACLAction$inboundSchema).optional(),
76616
- deployment: arrayType(ACLAction$inboundSchema).optional(),
76617
- deploymentBuildLogs: arrayType(ACLAction$inboundSchema).optional(),
76618
- deploymentCheck: arrayType(ACLAction$inboundSchema).optional(),
76619
- deploymentCheckPreview: arrayType(ACLAction$inboundSchema).optional(),
76620
- deploymentCheckReRunFromProductionBranch: arrayType(ACLAction$inboundSchema).optional(),
76621
- deploymentProductionGit: arrayType(ACLAction$inboundSchema).optional(),
76622
- deploymentV0: arrayType(ACLAction$inboundSchema).optional(),
76623
- deploymentPreview: arrayType(ACLAction$inboundSchema).optional(),
76624
- deploymentPrivate: arrayType(ACLAction$inboundSchema).optional(),
76625
- deploymentPromote: arrayType(ACLAction$inboundSchema).optional(),
76626
- deploymentRollback: arrayType(ACLAction$inboundSchema).optional(),
76627
- edgeCacheNamespace: arrayType(ACLAction$inboundSchema).optional(),
76628
- environments: arrayType(ACLAction$inboundSchema).optional(),
76629
- logs: arrayType(ACLAction$inboundSchema).optional(),
76630
- logsPreset: arrayType(ACLAction$inboundSchema).optional(),
76631
- passwordProtection: arrayType(ACLAction$inboundSchema).optional(),
76632
- optionsAllowlist: arrayType(ACLAction$inboundSchema).optional(),
76633
- job: arrayType(ACLAction$inboundSchema).optional(),
76634
- observabilityData: arrayType(ACLAction$inboundSchema).optional(),
76635
- onDemandBuild: arrayType(ACLAction$inboundSchema).optional(),
76636
- onDemandConcurrency: arrayType(ACLAction$inboundSchema).optional(),
76637
- project: arrayType(ACLAction$inboundSchema).optional(),
76638
- projectFromV0: arrayType(ACLAction$inboundSchema).optional(),
76639
- projectAccessGroup: arrayType(ACLAction$inboundSchema).optional(),
76640
- projectAnalyticsSampling: arrayType(ACLAction$inboundSchema).optional(),
76641
- projectCheck: arrayType(ACLAction$inboundSchema).optional(),
76642
- projectCheckRun: arrayType(ACLAction$inboundSchema).optional(),
76643
- projectDeploymentHook: arrayType(ACLAction$inboundSchema).optional(),
76644
- projectDomain: arrayType(ACLAction$inboundSchema).optional(),
76645
- projectDomainMove: arrayType(ACLAction$inboundSchema).optional(),
76646
- projectDomainCheckConfig: arrayType(ACLAction$inboundSchema).optional(),
76647
- projectEnvVars: arrayType(ACLAction$inboundSchema).optional(),
76648
- projectEnvVarsProduction: arrayType(ACLAction$inboundSchema).optional(),
76649
- projectEnvVarsUnownedByIntegration: arrayType(ACLAction$inboundSchema).optional(),
76650
- projectFlags: arrayType(ACLAction$inboundSchema).optional(),
76651
- projectId: arrayType(ACLAction$inboundSchema).optional(),
76652
- projectIntegrationConfiguration: arrayType(ACLAction$inboundSchema).optional(),
76653
- projectLink: arrayType(ACLAction$inboundSchema).optional(),
76654
- projectMember: arrayType(ACLAction$inboundSchema).optional(),
76655
- projectMonitoring: arrayType(ACLAction$inboundSchema).optional(),
76656
- projectPermissions: arrayType(ACLAction$inboundSchema).optional(),
76657
- projectProductionBranch: arrayType(ACLAction$inboundSchema).optional(),
76658
- projectTransfer: arrayType(ACLAction$inboundSchema).optional(),
76659
- projectTransferOut: arrayType(ACLAction$inboundSchema).optional(),
76660
- projectProtectionBypass: arrayType(ACLAction$inboundSchema).optional(),
76661
- projectUsage: arrayType(ACLAction$inboundSchema).optional(),
76662
- projectAnalyticsUsage: arrayType(ACLAction$inboundSchema).optional(),
76663
- projectSupportCase: arrayType(ACLAction$inboundSchema).optional(),
76664
- projectSupportCaseComment: arrayType(ACLAction$inboundSchema).optional(),
76665
- projectDeploymentExpiration: arrayType(ACLAction$inboundSchema).optional(),
76666
- projectRollingRelease: arrayType(ACLAction$inboundSchema).optional(),
76667
- projectTier: arrayType(ACLAction$inboundSchema).optional(),
76668
- projectOIDCToken: arrayType(ACLAction$inboundSchema).optional(),
76669
- seawallConfig: arrayType(ACLAction$inboundSchema).optional(),
76670
- skewProtection: arrayType(ACLAction$inboundSchema).optional(),
76671
- analytics: arrayType(ACLAction$inboundSchema).optional(),
76672
- trustedIps: arrayType(ACLAction$inboundSchema).optional(),
76673
- v0Chat: arrayType(ACLAction$inboundSchema).optional(),
76674
- webAnalytics: arrayType(ACLAction$inboundSchema).optional(),
76675
- sharedEnvVarConnection: arrayType(ACLAction$inboundSchema).optional(),
76676
- sonar: arrayType(ACLAction$inboundSchema).optional(),
76677
76616
  oauth2Connection: arrayType(ACLAction$inboundSchema).optional(),
76678
76617
  user: arrayType(ACLAction$inboundSchema).optional(),
76679
76618
  userConnection: arrayType(ACLAction$inboundSchema).optional(),
@@ -76818,7 +76757,74 @@ var init_createprojectop = __esm(() => {
76818
76757
  vercelRun: arrayType(ACLAction$inboundSchema).optional(),
76819
76758
  vercelRunExec: arrayType(ACLAction$inboundSchema).optional(),
76820
76759
  apiKey: arrayType(ACLAction$inboundSchema).optional(),
76821
- apiKeyOwnedBySelf: arrayType(ACLAction$inboundSchema).optional()
76760
+ apiKeyOwnedBySelf: arrayType(ACLAction$inboundSchema).optional(),
76761
+ aliasProject: arrayType(ACLAction$inboundSchema).optional(),
76762
+ aliasProtectionBypass: arrayType(ACLAction$inboundSchema).optional(),
76763
+ buildMachine: arrayType(ACLAction$inboundSchema).optional(),
76764
+ productionAliasProtectionBypass: arrayType(ACLAction$inboundSchema).optional(),
76765
+ connectConfigurationLink: arrayType(ACLAction$inboundSchema).optional(),
76766
+ dataCacheNamespace: arrayType(ACLAction$inboundSchema).optional(),
76767
+ deployment: arrayType(ACLAction$inboundSchema).optional(),
76768
+ deploymentBuildLogs: arrayType(ACLAction$inboundSchema).optional(),
76769
+ deploymentCheck: arrayType(ACLAction$inboundSchema).optional(),
76770
+ deploymentCheckPreview: arrayType(ACLAction$inboundSchema).optional(),
76771
+ deploymentCheckReRunFromProductionBranch: arrayType(ACLAction$inboundSchema).optional(),
76772
+ deploymentProductionGit: arrayType(ACLAction$inboundSchema).optional(),
76773
+ deploymentV0: arrayType(ACLAction$inboundSchema).optional(),
76774
+ deploymentPreview: arrayType(ACLAction$inboundSchema).optional(),
76775
+ deploymentPrivate: arrayType(ACLAction$inboundSchema).optional(),
76776
+ deploymentPromote: arrayType(ACLAction$inboundSchema).optional(),
76777
+ deploymentRollback: arrayType(ACLAction$inboundSchema).optional(),
76778
+ edgeCacheNamespace: arrayType(ACLAction$inboundSchema).optional(),
76779
+ environments: arrayType(ACLAction$inboundSchema).optional(),
76780
+ logs: arrayType(ACLAction$inboundSchema).optional(),
76781
+ logsPreset: arrayType(ACLAction$inboundSchema).optional(),
76782
+ passwordProtection: arrayType(ACLAction$inboundSchema).optional(),
76783
+ optionsAllowlist: arrayType(ACLAction$inboundSchema).optional(),
76784
+ job: arrayType(ACLAction$inboundSchema).optional(),
76785
+ observabilityData: arrayType(ACLAction$inboundSchema).optional(),
76786
+ onDemandBuild: arrayType(ACLAction$inboundSchema).optional(),
76787
+ onDemandConcurrency: arrayType(ACLAction$inboundSchema).optional(),
76788
+ project: arrayType(ACLAction$inboundSchema).optional(),
76789
+ projectFromV0: arrayType(ACLAction$inboundSchema).optional(),
76790
+ projectAccessGroup: arrayType(ACLAction$inboundSchema).optional(),
76791
+ projectAnalyticsSampling: arrayType(ACLAction$inboundSchema).optional(),
76792
+ projectCheck: arrayType(ACLAction$inboundSchema).optional(),
76793
+ projectCheckRun: arrayType(ACLAction$inboundSchema).optional(),
76794
+ projectDeploymentHook: arrayType(ACLAction$inboundSchema).optional(),
76795
+ projectDomain: arrayType(ACLAction$inboundSchema).optional(),
76796
+ projectDomainMove: arrayType(ACLAction$inboundSchema).optional(),
76797
+ projectDomainCheckConfig: arrayType(ACLAction$inboundSchema).optional(),
76798
+ projectEnvVars: arrayType(ACLAction$inboundSchema).optional(),
76799
+ projectEnvVarsProduction: arrayType(ACLAction$inboundSchema).optional(),
76800
+ projectEnvVarsUnownedByIntegration: arrayType(ACLAction$inboundSchema).optional(),
76801
+ projectFlags: arrayType(ACLAction$inboundSchema).optional(),
76802
+ projectId: arrayType(ACLAction$inboundSchema).optional(),
76803
+ projectIntegrationConfiguration: arrayType(ACLAction$inboundSchema).optional(),
76804
+ projectLink: arrayType(ACLAction$inboundSchema).optional(),
76805
+ projectMember: arrayType(ACLAction$inboundSchema).optional(),
76806
+ projectMonitoring: arrayType(ACLAction$inboundSchema).optional(),
76807
+ projectPermissions: arrayType(ACLAction$inboundSchema).optional(),
76808
+ projectProductionBranch: arrayType(ACLAction$inboundSchema).optional(),
76809
+ projectTransfer: arrayType(ACLAction$inboundSchema).optional(),
76810
+ projectTransferOut: arrayType(ACLAction$inboundSchema).optional(),
76811
+ projectProtectionBypass: arrayType(ACLAction$inboundSchema).optional(),
76812
+ projectUsage: arrayType(ACLAction$inboundSchema).optional(),
76813
+ projectAnalyticsUsage: arrayType(ACLAction$inboundSchema).optional(),
76814
+ projectSupportCase: arrayType(ACLAction$inboundSchema).optional(),
76815
+ projectSupportCaseComment: arrayType(ACLAction$inboundSchema).optional(),
76816
+ projectDeploymentExpiration: arrayType(ACLAction$inboundSchema).optional(),
76817
+ projectRollingRelease: arrayType(ACLAction$inboundSchema).optional(),
76818
+ projectTier: arrayType(ACLAction$inboundSchema).optional(),
76819
+ projectOIDCToken: arrayType(ACLAction$inboundSchema).optional(),
76820
+ seawallConfig: arrayType(ACLAction$inboundSchema).optional(),
76821
+ skewProtection: arrayType(ACLAction$inboundSchema).optional(),
76822
+ analytics: arrayType(ACLAction$inboundSchema).optional(),
76823
+ trustedIps: arrayType(ACLAction$inboundSchema).optional(),
76824
+ v0Chat: arrayType(ACLAction$inboundSchema).optional(),
76825
+ webAnalytics: arrayType(ACLAction$inboundSchema).optional(),
76826
+ sharedEnvVarConnection: arrayType(ACLAction$inboundSchema).optional(),
76827
+ sonar: arrayType(ACLAction$inboundSchema).optional()
76822
76828
  }).transform((v2) => {
76823
76829
  return remap(v2, {
76824
76830
  Monitoring: "monitoring",
@@ -76827,73 +76833,6 @@ var init_createprojectop = __esm(() => {
76827
76833
  });
76828
76834
  });
76829
76835
  CreateProjectPermissions$outboundSchema = objectType({
76830
- aliasProject: arrayType(ACLAction$outboundSchema).optional(),
76831
- aliasProtectionBypass: arrayType(ACLAction$outboundSchema).optional(),
76832
- buildMachine: arrayType(ACLAction$outboundSchema).optional(),
76833
- productionAliasProtectionBypass: arrayType(ACLAction$outboundSchema).optional(),
76834
- connectConfigurationLink: arrayType(ACLAction$outboundSchema).optional(),
76835
- dataCacheNamespace: arrayType(ACLAction$outboundSchema).optional(),
76836
- deployment: arrayType(ACLAction$outboundSchema).optional(),
76837
- deploymentBuildLogs: arrayType(ACLAction$outboundSchema).optional(),
76838
- deploymentCheck: arrayType(ACLAction$outboundSchema).optional(),
76839
- deploymentCheckPreview: arrayType(ACLAction$outboundSchema).optional(),
76840
- deploymentCheckReRunFromProductionBranch: arrayType(ACLAction$outboundSchema).optional(),
76841
- deploymentProductionGit: arrayType(ACLAction$outboundSchema).optional(),
76842
- deploymentV0: arrayType(ACLAction$outboundSchema).optional(),
76843
- deploymentPreview: arrayType(ACLAction$outboundSchema).optional(),
76844
- deploymentPrivate: arrayType(ACLAction$outboundSchema).optional(),
76845
- deploymentPromote: arrayType(ACLAction$outboundSchema).optional(),
76846
- deploymentRollback: arrayType(ACLAction$outboundSchema).optional(),
76847
- edgeCacheNamespace: arrayType(ACLAction$outboundSchema).optional(),
76848
- environments: arrayType(ACLAction$outboundSchema).optional(),
76849
- logs: arrayType(ACLAction$outboundSchema).optional(),
76850
- logsPreset: arrayType(ACLAction$outboundSchema).optional(),
76851
- passwordProtection: arrayType(ACLAction$outboundSchema).optional(),
76852
- optionsAllowlist: arrayType(ACLAction$outboundSchema).optional(),
76853
- job: arrayType(ACLAction$outboundSchema).optional(),
76854
- observabilityData: arrayType(ACLAction$outboundSchema).optional(),
76855
- onDemandBuild: arrayType(ACLAction$outboundSchema).optional(),
76856
- onDemandConcurrency: arrayType(ACLAction$outboundSchema).optional(),
76857
- project: arrayType(ACLAction$outboundSchema).optional(),
76858
- projectFromV0: arrayType(ACLAction$outboundSchema).optional(),
76859
- projectAccessGroup: arrayType(ACLAction$outboundSchema).optional(),
76860
- projectAnalyticsSampling: arrayType(ACLAction$outboundSchema).optional(),
76861
- projectCheck: arrayType(ACLAction$outboundSchema).optional(),
76862
- projectCheckRun: arrayType(ACLAction$outboundSchema).optional(),
76863
- projectDeploymentHook: arrayType(ACLAction$outboundSchema).optional(),
76864
- projectDomain: arrayType(ACLAction$outboundSchema).optional(),
76865
- projectDomainMove: arrayType(ACLAction$outboundSchema).optional(),
76866
- projectDomainCheckConfig: arrayType(ACLAction$outboundSchema).optional(),
76867
- projectEnvVars: arrayType(ACLAction$outboundSchema).optional(),
76868
- projectEnvVarsProduction: arrayType(ACLAction$outboundSchema).optional(),
76869
- projectEnvVarsUnownedByIntegration: arrayType(ACLAction$outboundSchema).optional(),
76870
- projectFlags: arrayType(ACLAction$outboundSchema).optional(),
76871
- projectId: arrayType(ACLAction$outboundSchema).optional(),
76872
- projectIntegrationConfiguration: arrayType(ACLAction$outboundSchema).optional(),
76873
- projectLink: arrayType(ACLAction$outboundSchema).optional(),
76874
- projectMember: arrayType(ACLAction$outboundSchema).optional(),
76875
- projectMonitoring: arrayType(ACLAction$outboundSchema).optional(),
76876
- projectPermissions: arrayType(ACLAction$outboundSchema).optional(),
76877
- projectProductionBranch: arrayType(ACLAction$outboundSchema).optional(),
76878
- projectTransfer: arrayType(ACLAction$outboundSchema).optional(),
76879
- projectTransferOut: arrayType(ACLAction$outboundSchema).optional(),
76880
- projectProtectionBypass: arrayType(ACLAction$outboundSchema).optional(),
76881
- projectUsage: arrayType(ACLAction$outboundSchema).optional(),
76882
- projectAnalyticsUsage: arrayType(ACLAction$outboundSchema).optional(),
76883
- projectSupportCase: arrayType(ACLAction$outboundSchema).optional(),
76884
- projectSupportCaseComment: arrayType(ACLAction$outboundSchema).optional(),
76885
- projectDeploymentExpiration: arrayType(ACLAction$outboundSchema).optional(),
76886
- projectRollingRelease: arrayType(ACLAction$outboundSchema).optional(),
76887
- projectTier: arrayType(ACLAction$outboundSchema).optional(),
76888
- projectOIDCToken: arrayType(ACLAction$outboundSchema).optional(),
76889
- seawallConfig: arrayType(ACLAction$outboundSchema).optional(),
76890
- skewProtection: arrayType(ACLAction$outboundSchema).optional(),
76891
- analytics: arrayType(ACLAction$outboundSchema).optional(),
76892
- trustedIps: arrayType(ACLAction$outboundSchema).optional(),
76893
- v0Chat: arrayType(ACLAction$outboundSchema).optional(),
76894
- webAnalytics: arrayType(ACLAction$outboundSchema).optional(),
76895
- sharedEnvVarConnection: arrayType(ACLAction$outboundSchema).optional(),
76896
- sonar: arrayType(ACLAction$outboundSchema).optional(),
76897
76836
  oauth2Connection: arrayType(ACLAction$outboundSchema).optional(),
76898
76837
  user: arrayType(ACLAction$outboundSchema).optional(),
76899
76838
  userConnection: arrayType(ACLAction$outboundSchema).optional(),
@@ -77038,7 +76977,74 @@ var init_createprojectop = __esm(() => {
77038
76977
  vercelRun: arrayType(ACLAction$outboundSchema).optional(),
77039
76978
  vercelRunExec: arrayType(ACLAction$outboundSchema).optional(),
77040
76979
  apiKey: arrayType(ACLAction$outboundSchema).optional(),
77041
- apiKeyOwnedBySelf: arrayType(ACLAction$outboundSchema).optional()
76980
+ apiKeyOwnedBySelf: arrayType(ACLAction$outboundSchema).optional(),
76981
+ aliasProject: arrayType(ACLAction$outboundSchema).optional(),
76982
+ aliasProtectionBypass: arrayType(ACLAction$outboundSchema).optional(),
76983
+ buildMachine: arrayType(ACLAction$outboundSchema).optional(),
76984
+ productionAliasProtectionBypass: arrayType(ACLAction$outboundSchema).optional(),
76985
+ connectConfigurationLink: arrayType(ACLAction$outboundSchema).optional(),
76986
+ dataCacheNamespace: arrayType(ACLAction$outboundSchema).optional(),
76987
+ deployment: arrayType(ACLAction$outboundSchema).optional(),
76988
+ deploymentBuildLogs: arrayType(ACLAction$outboundSchema).optional(),
76989
+ deploymentCheck: arrayType(ACLAction$outboundSchema).optional(),
76990
+ deploymentCheckPreview: arrayType(ACLAction$outboundSchema).optional(),
76991
+ deploymentCheckReRunFromProductionBranch: arrayType(ACLAction$outboundSchema).optional(),
76992
+ deploymentProductionGit: arrayType(ACLAction$outboundSchema).optional(),
76993
+ deploymentV0: arrayType(ACLAction$outboundSchema).optional(),
76994
+ deploymentPreview: arrayType(ACLAction$outboundSchema).optional(),
76995
+ deploymentPrivate: arrayType(ACLAction$outboundSchema).optional(),
76996
+ deploymentPromote: arrayType(ACLAction$outboundSchema).optional(),
76997
+ deploymentRollback: arrayType(ACLAction$outboundSchema).optional(),
76998
+ edgeCacheNamespace: arrayType(ACLAction$outboundSchema).optional(),
76999
+ environments: arrayType(ACLAction$outboundSchema).optional(),
77000
+ logs: arrayType(ACLAction$outboundSchema).optional(),
77001
+ logsPreset: arrayType(ACLAction$outboundSchema).optional(),
77002
+ passwordProtection: arrayType(ACLAction$outboundSchema).optional(),
77003
+ optionsAllowlist: arrayType(ACLAction$outboundSchema).optional(),
77004
+ job: arrayType(ACLAction$outboundSchema).optional(),
77005
+ observabilityData: arrayType(ACLAction$outboundSchema).optional(),
77006
+ onDemandBuild: arrayType(ACLAction$outboundSchema).optional(),
77007
+ onDemandConcurrency: arrayType(ACLAction$outboundSchema).optional(),
77008
+ project: arrayType(ACLAction$outboundSchema).optional(),
77009
+ projectFromV0: arrayType(ACLAction$outboundSchema).optional(),
77010
+ projectAccessGroup: arrayType(ACLAction$outboundSchema).optional(),
77011
+ projectAnalyticsSampling: arrayType(ACLAction$outboundSchema).optional(),
77012
+ projectCheck: arrayType(ACLAction$outboundSchema).optional(),
77013
+ projectCheckRun: arrayType(ACLAction$outboundSchema).optional(),
77014
+ projectDeploymentHook: arrayType(ACLAction$outboundSchema).optional(),
77015
+ projectDomain: arrayType(ACLAction$outboundSchema).optional(),
77016
+ projectDomainMove: arrayType(ACLAction$outboundSchema).optional(),
77017
+ projectDomainCheckConfig: arrayType(ACLAction$outboundSchema).optional(),
77018
+ projectEnvVars: arrayType(ACLAction$outboundSchema).optional(),
77019
+ projectEnvVarsProduction: arrayType(ACLAction$outboundSchema).optional(),
77020
+ projectEnvVarsUnownedByIntegration: arrayType(ACLAction$outboundSchema).optional(),
77021
+ projectFlags: arrayType(ACLAction$outboundSchema).optional(),
77022
+ projectId: arrayType(ACLAction$outboundSchema).optional(),
77023
+ projectIntegrationConfiguration: arrayType(ACLAction$outboundSchema).optional(),
77024
+ projectLink: arrayType(ACLAction$outboundSchema).optional(),
77025
+ projectMember: arrayType(ACLAction$outboundSchema).optional(),
77026
+ projectMonitoring: arrayType(ACLAction$outboundSchema).optional(),
77027
+ projectPermissions: arrayType(ACLAction$outboundSchema).optional(),
77028
+ projectProductionBranch: arrayType(ACLAction$outboundSchema).optional(),
77029
+ projectTransfer: arrayType(ACLAction$outboundSchema).optional(),
77030
+ projectTransferOut: arrayType(ACLAction$outboundSchema).optional(),
77031
+ projectProtectionBypass: arrayType(ACLAction$outboundSchema).optional(),
77032
+ projectUsage: arrayType(ACLAction$outboundSchema).optional(),
77033
+ projectAnalyticsUsage: arrayType(ACLAction$outboundSchema).optional(),
77034
+ projectSupportCase: arrayType(ACLAction$outboundSchema).optional(),
77035
+ projectSupportCaseComment: arrayType(ACLAction$outboundSchema).optional(),
77036
+ projectDeploymentExpiration: arrayType(ACLAction$outboundSchema).optional(),
77037
+ projectRollingRelease: arrayType(ACLAction$outboundSchema).optional(),
77038
+ projectTier: arrayType(ACLAction$outboundSchema).optional(),
77039
+ projectOIDCToken: arrayType(ACLAction$outboundSchema).optional(),
77040
+ seawallConfig: arrayType(ACLAction$outboundSchema).optional(),
77041
+ skewProtection: arrayType(ACLAction$outboundSchema).optional(),
77042
+ analytics: arrayType(ACLAction$outboundSchema).optional(),
77043
+ trustedIps: arrayType(ACLAction$outboundSchema).optional(),
77044
+ v0Chat: arrayType(ACLAction$outboundSchema).optional(),
77045
+ webAnalytics: arrayType(ACLAction$outboundSchema).optional(),
77046
+ sharedEnvVarConnection: arrayType(ACLAction$outboundSchema).optional(),
77047
+ sonar: arrayType(ACLAction$outboundSchema).optional()
77042
77048
  }).transform((v2) => {
77043
77049
  return remap(v2, {
77044
77050
  monitoring: "Monitoring",
@@ -77773,10 +77779,10 @@ var init_createprojectenvop = __esm(() => {
77773
77779
  };
77774
77780
  CreateProjectEnvCreatedType = {
77775
77781
  System: "system",
77782
+ Secret: "secret",
77776
77783
  Encrypted: "encrypted",
77777
77784
  Plain: "plain",
77778
- Sensitive: "sensitive",
77779
- Secret: "secret"
77785
+ Sensitive: "sensitive"
77780
77786
  };
77781
77787
  CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated215Type = {
77782
77788
  FlagsConnectionString: "flags-connection-string"
@@ -77838,10 +77844,10 @@ var init_createprojectenvop = __esm(() => {
77838
77844
  };
77839
77845
  CreatedType = {
77840
77846
  System: "system",
77847
+ Secret: "secret",
77841
77848
  Encrypted: "encrypted",
77842
77849
  Plain: "plain",
77843
- Sensitive: "sensitive",
77844
- Secret: "secret"
77850
+ Sensitive: "sensitive"
77845
77851
  };
77846
77852
  CreateProjectEnvContentHintProjectsResponse201ApplicationJSONResponseBodyCreated115Type = {
77847
77853
  FlagsConnectionString: "flags-connection-string"
@@ -79597,10 +79603,10 @@ var init_editprojectenvop = __esm(() => {
79597
79603
  };
79598
79604
  EditProjectEnvResponseBodyType = {
79599
79605
  System: "system",
79606
+ Secret: "secret",
79600
79607
  Encrypted: "encrypted",
79601
79608
  Plain: "plain",
79602
- Sensitive: "sensitive",
79603
- Secret: "secret"
79609
+ Sensitive: "sensitive"
79604
79610
  };
79605
79611
  EditProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type = {
79606
79612
  FlagsConnectionString: "flags-connection-string"
@@ -80300,10 +80306,10 @@ var init_filterprojectenvsop = __esm(() => {
80300
80306
  };
80301
80307
  FilterProjectEnvsResponseBodyProjectsResponse200Type = {
80302
80308
  System: "system",
80309
+ Secret: "secret",
80303
80310
  Encrypted: "encrypted",
80304
80311
  Plain: "plain",
80305
- Sensitive: "sensitive",
80306
- Secret: "secret"
80312
+ Sensitive: "sensitive"
80307
80313
  };
80308
80314
  FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody3Envs15Type = {
80309
80315
  FlagsConnectionString: "flags-connection-string"
@@ -80365,10 +80371,10 @@ var init_filterprojectenvsop = __esm(() => {
80365
80371
  };
80366
80372
  FilterProjectEnvsResponseBodyProjectsResponseType = {
80367
80373
  System: "system",
80374
+ Secret: "secret",
80368
80375
  Encrypted: "encrypted",
80369
80376
  Plain: "plain",
80370
- Sensitive: "sensitive",
80371
- Secret: "secret"
80377
+ Sensitive: "sensitive"
80372
80378
  };
80373
80379
  FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody2Envs15Type = {
80374
80380
  FlagsConnectionString: "flags-connection-string"
@@ -80430,10 +80436,10 @@ var init_filterprojectenvsop = __esm(() => {
80430
80436
  };
80431
80437
  FilterProjectEnvsResponseBodyType = {
80432
80438
  System: "system",
80439
+ Secret: "secret",
80433
80440
  Encrypted: "encrypted",
80434
80441
  Plain: "plain",
80435
- Sensitive: "sensitive",
80436
- Secret: "secret"
80442
+ Sensitive: "sensitive"
80437
80443
  };
80438
80444
  FilterProjectEnvsContentHintProjectsResponse200ApplicationJSONResponseBody115Type = {
80439
80445
  FlagsConnectionString: "flags-connection-string"
@@ -84243,7 +84249,7 @@ Retrieve the environment variable for a given project.`,
84243
84249
  });
84244
84250
 
84245
84251
  // src/models/getprojectsop.ts
84246
- var GitForkProtection, GetProjectsEnvId2, GetProjectsTarget2, GetProjectsTarget1, GetProjectsType, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv15Type, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv14Type, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv13Type, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv12Type, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv11Type, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv10Type, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv9Type, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnvType, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsType, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyType, GetProjectsContentHintProjectsResponse200ApplicationJSONType, GetProjectsContentHintProjectsResponse200Type, GetProjectsContentHintProjectsResponseType, GetProjectsContentHintProjectsType, GetProjectsContentHintType, GetProjectsProjectsResponse200ApplicationJSONResponseBodyType, GetProjectsProjectsType, GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsCustomEnvironmentsType, GetProjectsFramework, GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsLatestDeploymentsType, GetProjectsChecksConclusion, GetProjectsChecksState, GetProjectsPlan, GetProjectsReadyState, GetProjectsReadySubstate, GetProjectsProjectsResponseType, GetProjectsLinkProjectsResponse200ApplicationJSONType, GetProjectsLinkProjectsResponse200Type, GetProjectsLinkProjectsResponseType, GetProjectsLinkProjectsType, GetProjectsLinkType, GetProjectsNodeVersion, GetProjectsFunctionDefaultMemoryType, GetProjectsBuildMachineType, GetProjectsProjectsFunctionDefaultMemoryType, GetProjectsProjectsBuildMachineType, GetProjectsDeploymentType, GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsType, GetProjectsProjectsChecksConclusion, GetProjectsProjectsChecksState, GetProjectsProjectsPlan, GetProjectsProjectsReadyState, GetProjectsProjectsReadySubstate, GetProjectsProjectsResponse200Type, GetProjectsJobStatus, GetProjectsProjectsResponse200ApplicationJSONType, GetProjectsProtectionBypassProjectsScope, GetProjectsProtectionBypassScope, GetProjectsTrustedIpsProjectsDeploymentType, GetProjectsTrustedIpsDeploymentType, GetProjectsTrustedIpsProtectionMode, GetProjectsCreateDeployments, GetProjectsAction, GetProjectsProjectsAction, GetProjectsProjectsResponseAction, GetProjectsIssuerMode, GetProjectsTier, GitForkProtection$inboundSchema, GitForkProtection$outboundSchema, GitForkProtection$, GetProjectsRequest$inboundSchema, GetProjectsRequest$outboundSchema, GetProjectsRequest$, GetProjectsAnalytics$inboundSchema, GetProjectsAnalytics$outboundSchema, GetProjectsAnalytics$, GetProjectsSpeedInsights$inboundSchema, GetProjectsSpeedInsights$outboundSchema, GetProjectsSpeedInsights$, GetProjectsEnvId2$inboundSchema, GetProjectsEnvId2$outboundSchema, GetProjectsEnvId2$, GetProjectsEnvId$inboundSchema, GetProjectsEnvId$outboundSchema, GetProjectsEnvId$, GetProjectsAws$inboundSchema, GetProjectsAws$outboundSchema, GetProjectsAws$, GetProjectsConnectConfigurations$inboundSchema, GetProjectsConnectConfigurations$outboundSchema, GetProjectsConnectConfigurations$, GetProjectsDefinitions$inboundSchema, GetProjectsDefinitions$outboundSchema, GetProjectsDefinitions$, GetProjectsCrons$inboundSchema, GetProjectsCrons$outboundSchema, GetProjectsCrons$, GetProjectsDataCache$inboundSchema, GetProjectsDataCache$outboundSchema, GetProjectsDataCache$, GetProjectsDeploymentExpiration$inboundSchema, GetProjectsDeploymentExpiration$outboundSchema, GetProjectsDeploymentExpiration$, GetProjectsTarget2$inboundSchema, GetProjectsTarget2$outboundSchema, GetProjectsTarget2$, GetProjectsTarget1$inboundSchema, GetProjectsTarget1$outboundSchema, GetProjectsTarget1$, GetProjectsTarget$inboundSchema, GetProjectsTarget$outboundSchema, GetProjectsTarget$, GetProjectsType$inboundSchema, GetProjectsType$outboundSchema, GetProjectsType$, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv15Type$inboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv15Type$outboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv15Type$, GetProjectsContentHint15$inboundSchema, GetProjectsContentHint15$outboundSchema, GetProjectsContentHint15$, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv14Type$inboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv14Type$outboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv14Type$, GetProjectsContentHint14$inboundSchema, GetProjectsContentHint14$outboundSchema, GetProjectsContentHint14$, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv13Type$inboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv13Type$outboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv13Type$, GetProjectsContentHint13$inboundSchema, GetProjectsContentHint13$outboundSchema, GetProjectsContentHint13$, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv12Type$inboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv12Type$outboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv12Type$, GetProjectsContentHint12$inboundSchema, GetProjectsContentHint12$outboundSchema, GetProjectsContentHint12$, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv11Type$inboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv11Type$outboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv11Type$, GetProjectsContentHint11$inboundSchema, GetProjectsContentHint11$outboundSchema, GetProjectsContentHint11$, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv10Type$inboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv10Type$outboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv10Type$, GetProjectsContentHint10$inboundSchema, GetProjectsContentHint10$outboundSchema, GetProjectsContentHint10$, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv9Type$inboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv9Type$outboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv9Type$, GetProjectsContentHint9$inboundSchema, GetProjectsContentHint9$outboundSchema, GetProjectsContentHint9$, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnvType$inboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnvType$outboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnvType$, GetProjectsContentHint8$inboundSchema, GetProjectsContentHint8$outboundSchema, GetProjectsContentHint8$, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsType$inboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsType$outboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsType$, GetProjectsContentHint7$inboundSchema, GetProjectsContentHint7$outboundSchema, GetProjectsContentHint7$, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyType$, GetProjectsContentHint6$inboundSchema, GetProjectsContentHint6$outboundSchema, GetProjectsContentHint6$, GetProjectsContentHintProjectsResponse200ApplicationJSONType$inboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONType$outboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONType$, GetProjectsContentHint5$inboundSchema, GetProjectsContentHint5$outboundSchema, GetProjectsContentHint5$, GetProjectsContentHintProjectsResponse200Type$inboundSchema, GetProjectsContentHintProjectsResponse200Type$outboundSchema, GetProjectsContentHintProjectsResponse200Type$, GetProjectsContentHint4$inboundSchema, GetProjectsContentHint4$outboundSchema, GetProjectsContentHint4$, GetProjectsContentHintProjectsResponseType$inboundSchema, GetProjectsContentHintProjectsResponseType$outboundSchema, GetProjectsContentHintProjectsResponseType$, GetProjectsContentHint3$inboundSchema, GetProjectsContentHint3$outboundSchema, GetProjectsContentHint3$, GetProjectsContentHintProjectsType$inboundSchema, GetProjectsContentHintProjectsType$outboundSchema, GetProjectsContentHintProjectsType$, GetProjectsContentHint2$inboundSchema, GetProjectsContentHint2$outboundSchema, GetProjectsContentHint2$, GetProjectsContentHintType$inboundSchema, GetProjectsContentHintType$outboundSchema, GetProjectsContentHintType$, GetProjectsContentHint1$inboundSchema, GetProjectsContentHint1$outboundSchema, GetProjectsContentHint1$, GetProjectsContentHint$inboundSchema, GetProjectsContentHint$outboundSchema, GetProjectsContentHint$, GetProjectsProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema, GetProjectsProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema, GetProjectsProjectsResponse200ApplicationJSONResponseBodyType$, GetProjectsInternalContentHint$inboundSchema, GetProjectsInternalContentHint$outboundSchema, GetProjectsInternalContentHint$, GetProjectsEnv$inboundSchema, GetProjectsEnv$outboundSchema, GetProjectsEnv$, GetProjectsProjectsType$inboundSchema, GetProjectsProjectsType$outboundSchema, GetProjectsProjectsType$, GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsCustomEnvironmentsType$inboundSchema, GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsCustomEnvironmentsType$outboundSchema, GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsCustomEnvironmentsType$, GetProjectsBranchMatcher$inboundSchema, GetProjectsBranchMatcher$outboundSchema, GetProjectsBranchMatcher$, GetProjectsVerification$inboundSchema, GetProjectsVerification$outboundSchema, GetProjectsVerification$, GetProjectsDomains$inboundSchema, GetProjectsDomains$outboundSchema, GetProjectsDomains$, GetProjectsCustomEnvironments$inboundSchema, GetProjectsCustomEnvironments$outboundSchema, GetProjectsCustomEnvironments$, GetProjectsFramework$inboundSchema, GetProjectsFramework$outboundSchema, GetProjectsFramework$, GetProjectsIpBuckets$inboundSchema, GetProjectsIpBuckets$outboundSchema, GetProjectsIpBuckets$, GetProjectsAliasAssigned$inboundSchema, GetProjectsAliasAssigned$outboundSchema, GetProjectsAliasAssigned$, GetProjectsAliasError$inboundSchema, GetProjectsAliasError$outboundSchema, GetProjectsAliasError$, GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsLatestDeploymentsType$inboundSchema, GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsLatestDeploymentsType$outboundSchema, GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsLatestDeploymentsType$, GetProjectsProjectsBranchMatcher$inboundSchema, GetProjectsProjectsBranchMatcher$outboundSchema, GetProjectsProjectsBranchMatcher$, GetProjectsBuilds$inboundSchema, GetProjectsBuilds$outboundSchema, GetProjectsBuilds$, GetProjectsChecksConclusion$inboundSchema, GetProjectsChecksConclusion$outboundSchema, GetProjectsChecksConclusion$, GetProjectsChecksState$inboundSchema, GetProjectsChecksState$outboundSchema, GetProjectsChecksState$, GetProjectsCreator$inboundSchema, GetProjectsCreator$outboundSchema, GetProjectsCreator$, GetProjectsOidcTokenClaims$inboundSchema, GetProjectsOidcTokenClaims$outboundSchema, GetProjectsOidcTokenClaims$, GetProjectsPlan$inboundSchema, GetProjectsPlan$outboundSchema, GetProjectsPlan$, GetProjectsReadyState$inboundSchema, GetProjectsReadyState$outboundSchema, GetProjectsReadyState$, GetProjectsReadySubstate$inboundSchema, GetProjectsReadySubstate$outboundSchema, GetProjectsReadySubstate$, GetProjectsProjectsResponseType$inboundSchema, GetProjectsProjectsResponseType$outboundSchema, GetProjectsProjectsResponseType$, GetProjectsLatestDeployments$inboundSchema, GetProjectsLatestDeployments$outboundSchema, GetProjectsLatestDeployments$, GetProjectsLinkProjectsResponse200ApplicationJSONType$inboundSchema, GetProjectsLinkProjectsResponse200ApplicationJSONType$outboundSchema, GetProjectsLinkProjectsResponse200ApplicationJSONType$, GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks$inboundSchema, GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks$outboundSchema, GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks$, GetProjectsLink5$inboundSchema, GetProjectsLink5$outboundSchema, GetProjectsLink5$, GetProjectsLinkProjectsResponse200Type$inboundSchema, GetProjectsLinkProjectsResponse200Type$outboundSchema, GetProjectsLinkProjectsResponse200Type$, GetProjectsLinkProjectsResponse200DeployHooks$inboundSchema, GetProjectsLinkProjectsResponse200DeployHooks$outboundSchema, GetProjectsLinkProjectsResponse200DeployHooks$, GetProjectsLink4$inboundSchema, GetProjectsLink4$outboundSchema, GetProjectsLink4$, GetProjectsLinkProjectsResponseType$inboundSchema, GetProjectsLinkProjectsResponseType$outboundSchema, GetProjectsLinkProjectsResponseType$, GetProjectsLinkProjectsResponseDeployHooks$inboundSchema, GetProjectsLinkProjectsResponseDeployHooks$outboundSchema, GetProjectsLinkProjectsResponseDeployHooks$, GetProjectsLink3$inboundSchema, GetProjectsLink3$outboundSchema, GetProjectsLink3$, GetProjectsLinkProjectsType$inboundSchema, GetProjectsLinkProjectsType$outboundSchema, GetProjectsLinkProjectsType$, GetProjectsLinkProjectsDeployHooks$inboundSchema, GetProjectsLinkProjectsDeployHooks$outboundSchema, GetProjectsLinkProjectsDeployHooks$, GetProjectsLink2$inboundSchema, GetProjectsLink2$outboundSchema, GetProjectsLink2$, GetProjectsLinkType$inboundSchema, GetProjectsLinkType$outboundSchema, GetProjectsLinkType$, GetProjectsLinkDeployHooks$inboundSchema, GetProjectsLinkDeployHooks$outboundSchema, GetProjectsLinkDeployHooks$, GetProjectsLink1$inboundSchema, GetProjectsLink1$outboundSchema, GetProjectsLink1$, GetProjectsLink$inboundSchema, GetProjectsLink$outboundSchema, GetProjectsLink$, GetProjectsMicrofrontends2$inboundSchema, GetProjectsMicrofrontends2$outboundSchema, GetProjectsMicrofrontends2$, GetProjectsMicrofrontends1$inboundSchema, GetProjectsMicrofrontends1$outboundSchema, GetProjectsMicrofrontends1$, GetProjectsMicrofrontends$inboundSchema, GetProjectsMicrofrontends$outboundSchema, GetProjectsMicrofrontends$, GetProjectsNodeVersion$inboundSchema, GetProjectsNodeVersion$outboundSchema, GetProjectsNodeVersion$, GetProjectsPaths$inboundSchema, GetProjectsPaths$outboundSchema, GetProjectsPaths$, GetProjectsOptionsAllowlist$inboundSchema, GetProjectsOptionsAllowlist$outboundSchema, GetProjectsOptionsAllowlist$, GetProjectsPasswordProtection$inboundSchema, GetProjectsPasswordProtection$outboundSchema, GetProjectsPasswordProtection$, GetProjectsFunctionDefaultMemoryType$inboundSchema, GetProjectsFunctionDefaultMemoryType$outboundSchema, GetProjectsFunctionDefaultMemoryType$, GetProjectsBuildMachineType$inboundSchema, GetProjectsBuildMachineType$outboundSchema, GetProjectsBuildMachineType$, GetProjectsResourceConfig$inboundSchema, GetProjectsResourceConfig$outboundSchema, GetProjectsResourceConfig$, GetProjectsRollbackDescription$inboundSchema, GetProjectsRollbackDescription$outboundSchema, GetProjectsRollbackDescription$, GetProjectsStages$inboundSchema, GetProjectsStages$outboundSchema, GetProjectsStages$, GetProjectsRollingRelease$inboundSchema, GetProjectsRollingRelease$outboundSchema, GetProjectsRollingRelease$, GetProjectsProjectsFunctionDefaultMemoryType$inboundSchema, GetProjectsProjectsFunctionDefaultMemoryType$outboundSchema, GetProjectsProjectsFunctionDefaultMemoryType$, GetProjectsProjectsBuildMachineType$inboundSchema, GetProjectsProjectsBuildMachineType$outboundSchema, GetProjectsProjectsBuildMachineType$, GetProjectsDefaultResourceConfig$inboundSchema, GetProjectsDefaultResourceConfig$outboundSchema, GetProjectsDefaultResourceConfig$, GetProjectsDeploymentType$inboundSchema, GetProjectsDeploymentType$outboundSchema, GetProjectsDeploymentType$, GetProjectsSsoProtection$inboundSchema, GetProjectsSsoProtection$outboundSchema, GetProjectsSsoProtection$, GetProjectsProjectsAliasAssigned$inboundSchema, GetProjectsProjectsAliasAssigned$outboundSchema, GetProjectsProjectsAliasAssigned$, GetProjectsProjectsAliasError$inboundSchema, GetProjectsProjectsAliasError$outboundSchema, GetProjectsProjectsAliasError$, GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsType$inboundSchema, GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsType$outboundSchema, GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsType$, GetProjectsProjectsResponseBranchMatcher$inboundSchema, GetProjectsProjectsResponseBranchMatcher$outboundSchema, GetProjectsProjectsResponseBranchMatcher$, GetProjectsProjectsBuilds$inboundSchema, GetProjectsProjectsBuilds$outboundSchema, GetProjectsProjectsBuilds$, GetProjectsProjectsChecksConclusion$inboundSchema, GetProjectsProjectsChecksConclusion$outboundSchema, GetProjectsProjectsChecksConclusion$, GetProjectsProjectsChecksState$inboundSchema, GetProjectsProjectsChecksState$outboundSchema, GetProjectsProjectsChecksState$, GetProjectsProjectsCreator$inboundSchema, GetProjectsProjectsCreator$outboundSchema, GetProjectsProjectsCreator$, GetProjectsProjectsOidcTokenClaims$inboundSchema, GetProjectsProjectsOidcTokenClaims$outboundSchema, GetProjectsProjectsOidcTokenClaims$, GetProjectsProjectsPlan$inboundSchema, GetProjectsProjectsPlan$outboundSchema, GetProjectsProjectsPlan$, GetProjectsProjectsReadyState$inboundSchema, GetProjectsProjectsReadyState$outboundSchema, GetProjectsProjectsReadyState$, GetProjectsProjectsReadySubstate$inboundSchema, GetProjectsProjectsReadySubstate$outboundSchema, GetProjectsProjectsReadySubstate$, GetProjectsProjectsResponse200Type$inboundSchema, GetProjectsProjectsResponse200Type$outboundSchema, GetProjectsProjectsResponse200Type$, GetProjectsTargets$inboundSchema, GetProjectsTargets$outboundSchema, GetProjectsTargets$, GetProjectsPermissions$inboundSchema, GetProjectsPermissions$outboundSchema, GetProjectsPermissions$, GetProjectsLastRollbackTarget$inboundSchema, GetProjectsLastRollbackTarget$outboundSchema, GetProjectsLastRollbackTarget$, GetProjectsJobStatus$inboundSchema, GetProjectsJobStatus$outboundSchema, GetProjectsJobStatus$, GetProjectsProjectsResponse200ApplicationJSONType$inboundSchema, GetProjectsProjectsResponse200ApplicationJSONType$outboundSchema, GetProjectsProjectsResponse200ApplicationJSONType$, GetProjectsLastAliasRequest$inboundSchema, GetProjectsLastAliasRequest$outboundSchema, GetProjectsLastAliasRequest$, GetProjectsProtectionBypassProjectsScope$inboundSchema, GetProjectsProtectionBypassProjectsScope$outboundSchema, GetProjectsProtectionBypassProjectsScope$, GetProjectsProtectionBypass2$inboundSchema, GetProjectsProtectionBypass2$outboundSchema, GetProjectsProtectionBypass2$, GetProjectsProtectionBypassScope$inboundSchema, GetProjectsProtectionBypassScope$outboundSchema, GetProjectsProtectionBypassScope$, GetProjectsProtectionBypass1$inboundSchema, GetProjectsProtectionBypass1$outboundSchema, GetProjectsProtectionBypass1$, GetProjectsProtectionBypass$inboundSchema, GetProjectsProtectionBypass$outboundSchema, GetProjectsProtectionBypass$, GetProjectsTrustedIpsProjectsDeploymentType$inboundSchema, GetProjectsTrustedIpsProjectsDeploymentType$outboundSchema, GetProjectsTrustedIpsProjectsDeploymentType$, GetProjectsTrustedIps2$inboundSchema, GetProjectsTrustedIps2$outboundSchema, GetProjectsTrustedIps2$, GetProjectsTrustedIpsDeploymentType$inboundSchema, GetProjectsTrustedIpsDeploymentType$outboundSchema, GetProjectsTrustedIpsDeploymentType$, GetProjectsTrustedIpsAddresses$inboundSchema, GetProjectsTrustedIpsAddresses$outboundSchema, GetProjectsTrustedIpsAddresses$, GetProjectsTrustedIpsProtectionMode$inboundSchema, GetProjectsTrustedIpsProtectionMode$outboundSchema, GetProjectsTrustedIpsProtectionMode$, GetProjectsTrustedIps1$inboundSchema, GetProjectsTrustedIps1$outboundSchema, GetProjectsTrustedIps1$, GetProjectsTrustedIps$inboundSchema, GetProjectsTrustedIps$outboundSchema, GetProjectsTrustedIps$, GetProjectsGitComments$inboundSchema, GetProjectsGitComments$outboundSchema, GetProjectsGitComments$, GetProjectsCreateDeployments$inboundSchema, GetProjectsCreateDeployments$outboundSchema, GetProjectsCreateDeployments$, GetProjectsGitProviderOptions$inboundSchema, GetProjectsGitProviderOptions$outboundSchema, GetProjectsGitProviderOptions$, GetProjectsWebAnalytics$inboundSchema, GetProjectsWebAnalytics$outboundSchema, GetProjectsWebAnalytics$, GetProjectsAction$inboundSchema, GetProjectsAction$outboundSchema, GetProjectsAction$, GetProjectsBotFilter$inboundSchema, GetProjectsBotFilter$outboundSchema, GetProjectsBotFilter$, GetProjectsProjectsAction$inboundSchema, GetProjectsProjectsAction$outboundSchema, GetProjectsProjectsAction$, GetProjectsAiBots$inboundSchema, GetProjectsAiBots$outboundSchema, GetProjectsAiBots$, GetProjectsProjectsResponseAction$inboundSchema, GetProjectsProjectsResponseAction$outboundSchema, GetProjectsProjectsResponseAction$, GetProjectsOwasp$inboundSchema, GetProjectsOwasp$outboundSchema, GetProjectsOwasp$, GetProjectsManagedRules$inboundSchema, GetProjectsManagedRules$outboundSchema, GetProjectsManagedRules$, GetProjectsSecurity$inboundSchema, GetProjectsSecurity$outboundSchema, GetProjectsSecurity$, GetProjectsIssuerMode$inboundSchema, GetProjectsIssuerMode$outboundSchema, GetProjectsIssuerMode$, GetProjectsOidcTokenConfig$inboundSchema, GetProjectsOidcTokenConfig$outboundSchema, GetProjectsOidcTokenConfig$, GetProjectsTier$inboundSchema, GetProjectsTier$outboundSchema, GetProjectsTier$, GetProjectsFeatures$inboundSchema, GetProjectsFeatures$outboundSchema, GetProjectsFeatures$, GetProjectsProjects$inboundSchema, GetProjectsProjects$outboundSchema, GetProjectsProjects$, GetProjectsResponseBody$inboundSchema, GetProjectsResponseBody$outboundSchema, GetProjectsResponseBody$;
84252
+ var GitForkProtection, ElasticConcurrencyEnabled, GetProjectsEnvId2, GetProjectsTarget2, GetProjectsTarget1, GetProjectsType, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv15Type, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv14Type, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv13Type, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv12Type, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv11Type, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv10Type, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv9Type, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnvType, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsType, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyType, GetProjectsContentHintProjectsResponse200ApplicationJSONType, GetProjectsContentHintProjectsResponse200Type, GetProjectsContentHintProjectsResponseType, GetProjectsContentHintProjectsType, GetProjectsContentHintType, GetProjectsProjectsResponse200ApplicationJSONResponseBodyType, GetProjectsProjectsType, GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsCustomEnvironmentsType, GetProjectsFramework, GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsLatestDeploymentsType, GetProjectsChecksConclusion, GetProjectsChecksState, GetProjectsPlan, GetProjectsReadyState, GetProjectsReadySubstate, GetProjectsProjectsResponseType, GetProjectsLinkProjectsResponse200ApplicationJSONType, GetProjectsLinkProjectsResponse200Type, GetProjectsLinkProjectsResponseType, GetProjectsLinkProjectsType, GetProjectsLinkType, GetProjectsNodeVersion, GetProjectsFunctionDefaultMemoryType, GetProjectsBuildMachineType, GetProjectsProjectsFunctionDefaultMemoryType, GetProjectsProjectsBuildMachineType, GetProjectsDeploymentType, GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsType, GetProjectsProjectsChecksConclusion, GetProjectsProjectsChecksState, GetProjectsProjectsPlan, GetProjectsProjectsReadyState, GetProjectsProjectsReadySubstate, GetProjectsProjectsResponse200Type, GetProjectsJobStatus, GetProjectsProjectsResponse200ApplicationJSONType, GetProjectsProtectionBypassProjectsScope, GetProjectsProtectionBypassScope, GetProjectsTrustedIpsProjectsDeploymentType, GetProjectsTrustedIpsDeploymentType, GetProjectsTrustedIpsProtectionMode, GetProjectsCreateDeployments, GetProjectsAction, GetProjectsProjectsAction, GetProjectsProjectsResponseAction, GetProjectsIssuerMode, GetProjectsTier, GitForkProtection$inboundSchema, GitForkProtection$outboundSchema, GitForkProtection$, ElasticConcurrencyEnabled$inboundSchema, ElasticConcurrencyEnabled$outboundSchema, ElasticConcurrencyEnabled$, GetProjectsRequest$inboundSchema, GetProjectsRequest$outboundSchema, GetProjectsRequest$, GetProjectsAnalytics$inboundSchema, GetProjectsAnalytics$outboundSchema, GetProjectsAnalytics$, GetProjectsSpeedInsights$inboundSchema, GetProjectsSpeedInsights$outboundSchema, GetProjectsSpeedInsights$, GetProjectsEnvId2$inboundSchema, GetProjectsEnvId2$outboundSchema, GetProjectsEnvId2$, GetProjectsEnvId$inboundSchema, GetProjectsEnvId$outboundSchema, GetProjectsEnvId$, GetProjectsAws$inboundSchema, GetProjectsAws$outboundSchema, GetProjectsAws$, GetProjectsConnectConfigurations$inboundSchema, GetProjectsConnectConfigurations$outboundSchema, GetProjectsConnectConfigurations$, GetProjectsDefinitions$inboundSchema, GetProjectsDefinitions$outboundSchema, GetProjectsDefinitions$, GetProjectsCrons$inboundSchema, GetProjectsCrons$outboundSchema, GetProjectsCrons$, GetProjectsDataCache$inboundSchema, GetProjectsDataCache$outboundSchema, GetProjectsDataCache$, GetProjectsDeploymentExpiration$inboundSchema, GetProjectsDeploymentExpiration$outboundSchema, GetProjectsDeploymentExpiration$, GetProjectsTarget2$inboundSchema, GetProjectsTarget2$outboundSchema, GetProjectsTarget2$, GetProjectsTarget1$inboundSchema, GetProjectsTarget1$outboundSchema, GetProjectsTarget1$, GetProjectsTarget$inboundSchema, GetProjectsTarget$outboundSchema, GetProjectsTarget$, GetProjectsType$inboundSchema, GetProjectsType$outboundSchema, GetProjectsType$, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv15Type$inboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv15Type$outboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv15Type$, GetProjectsContentHint15$inboundSchema, GetProjectsContentHint15$outboundSchema, GetProjectsContentHint15$, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv14Type$inboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv14Type$outboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv14Type$, GetProjectsContentHint14$inboundSchema, GetProjectsContentHint14$outboundSchema, GetProjectsContentHint14$, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv13Type$inboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv13Type$outboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv13Type$, GetProjectsContentHint13$inboundSchema, GetProjectsContentHint13$outboundSchema, GetProjectsContentHint13$, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv12Type$inboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv12Type$outboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv12Type$, GetProjectsContentHint12$inboundSchema, GetProjectsContentHint12$outboundSchema, GetProjectsContentHint12$, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv11Type$inboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv11Type$outboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv11Type$, GetProjectsContentHint11$inboundSchema, GetProjectsContentHint11$outboundSchema, GetProjectsContentHint11$, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv10Type$inboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv10Type$outboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv10Type$, GetProjectsContentHint10$inboundSchema, GetProjectsContentHint10$outboundSchema, GetProjectsContentHint10$, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv9Type$inboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv9Type$outboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnv9Type$, GetProjectsContentHint9$inboundSchema, GetProjectsContentHint9$outboundSchema, GetProjectsContentHint9$, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnvType$inboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnvType$outboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsEnvType$, GetProjectsContentHint8$inboundSchema, GetProjectsContentHint8$outboundSchema, GetProjectsContentHint8$, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsType$inboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsType$outboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyProjectsType$, GetProjectsContentHint7$inboundSchema, GetProjectsContentHint7$outboundSchema, GetProjectsContentHint7$, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONResponseBodyType$, GetProjectsContentHint6$inboundSchema, GetProjectsContentHint6$outboundSchema, GetProjectsContentHint6$, GetProjectsContentHintProjectsResponse200ApplicationJSONType$inboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONType$outboundSchema, GetProjectsContentHintProjectsResponse200ApplicationJSONType$, GetProjectsContentHint5$inboundSchema, GetProjectsContentHint5$outboundSchema, GetProjectsContentHint5$, GetProjectsContentHintProjectsResponse200Type$inboundSchema, GetProjectsContentHintProjectsResponse200Type$outboundSchema, GetProjectsContentHintProjectsResponse200Type$, GetProjectsContentHint4$inboundSchema, GetProjectsContentHint4$outboundSchema, GetProjectsContentHint4$, GetProjectsContentHintProjectsResponseType$inboundSchema, GetProjectsContentHintProjectsResponseType$outboundSchema, GetProjectsContentHintProjectsResponseType$, GetProjectsContentHint3$inboundSchema, GetProjectsContentHint3$outboundSchema, GetProjectsContentHint3$, GetProjectsContentHintProjectsType$inboundSchema, GetProjectsContentHintProjectsType$outboundSchema, GetProjectsContentHintProjectsType$, GetProjectsContentHint2$inboundSchema, GetProjectsContentHint2$outboundSchema, GetProjectsContentHint2$, GetProjectsContentHintType$inboundSchema, GetProjectsContentHintType$outboundSchema, GetProjectsContentHintType$, GetProjectsContentHint1$inboundSchema, GetProjectsContentHint1$outboundSchema, GetProjectsContentHint1$, GetProjectsContentHint$inboundSchema, GetProjectsContentHint$outboundSchema, GetProjectsContentHint$, GetProjectsProjectsResponse200ApplicationJSONResponseBodyType$inboundSchema, GetProjectsProjectsResponse200ApplicationJSONResponseBodyType$outboundSchema, GetProjectsProjectsResponse200ApplicationJSONResponseBodyType$, GetProjectsInternalContentHint$inboundSchema, GetProjectsInternalContentHint$outboundSchema, GetProjectsInternalContentHint$, GetProjectsEnv$inboundSchema, GetProjectsEnv$outboundSchema, GetProjectsEnv$, GetProjectsProjectsType$inboundSchema, GetProjectsProjectsType$outboundSchema, GetProjectsProjectsType$, GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsCustomEnvironmentsType$inboundSchema, GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsCustomEnvironmentsType$outboundSchema, GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsCustomEnvironmentsType$, GetProjectsBranchMatcher$inboundSchema, GetProjectsBranchMatcher$outboundSchema, GetProjectsBranchMatcher$, GetProjectsVerification$inboundSchema, GetProjectsVerification$outboundSchema, GetProjectsVerification$, GetProjectsDomains$inboundSchema, GetProjectsDomains$outboundSchema, GetProjectsDomains$, GetProjectsCustomEnvironments$inboundSchema, GetProjectsCustomEnvironments$outboundSchema, GetProjectsCustomEnvironments$, GetProjectsFramework$inboundSchema, GetProjectsFramework$outboundSchema, GetProjectsFramework$, GetProjectsIpBuckets$inboundSchema, GetProjectsIpBuckets$outboundSchema, GetProjectsIpBuckets$, GetProjectsAliasAssigned$inboundSchema, GetProjectsAliasAssigned$outboundSchema, GetProjectsAliasAssigned$, GetProjectsAliasError$inboundSchema, GetProjectsAliasError$outboundSchema, GetProjectsAliasError$, GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsLatestDeploymentsType$inboundSchema, GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsLatestDeploymentsType$outboundSchema, GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsLatestDeploymentsType$, GetProjectsProjectsBranchMatcher$inboundSchema, GetProjectsProjectsBranchMatcher$outboundSchema, GetProjectsProjectsBranchMatcher$, GetProjectsBuilds$inboundSchema, GetProjectsBuilds$outboundSchema, GetProjectsBuilds$, GetProjectsChecksConclusion$inboundSchema, GetProjectsChecksConclusion$outboundSchema, GetProjectsChecksConclusion$, GetProjectsChecksState$inboundSchema, GetProjectsChecksState$outboundSchema, GetProjectsChecksState$, GetProjectsCreator$inboundSchema, GetProjectsCreator$outboundSchema, GetProjectsCreator$, GetProjectsOidcTokenClaims$inboundSchema, GetProjectsOidcTokenClaims$outboundSchema, GetProjectsOidcTokenClaims$, GetProjectsPlan$inboundSchema, GetProjectsPlan$outboundSchema, GetProjectsPlan$, GetProjectsReadyState$inboundSchema, GetProjectsReadyState$outboundSchema, GetProjectsReadyState$, GetProjectsReadySubstate$inboundSchema, GetProjectsReadySubstate$outboundSchema, GetProjectsReadySubstate$, GetProjectsProjectsResponseType$inboundSchema, GetProjectsProjectsResponseType$outboundSchema, GetProjectsProjectsResponseType$, GetProjectsLatestDeployments$inboundSchema, GetProjectsLatestDeployments$outboundSchema, GetProjectsLatestDeployments$, GetProjectsLinkProjectsResponse200ApplicationJSONType$inboundSchema, GetProjectsLinkProjectsResponse200ApplicationJSONType$outboundSchema, GetProjectsLinkProjectsResponse200ApplicationJSONType$, GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks$inboundSchema, GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks$outboundSchema, GetProjectsLinkProjectsResponse200ApplicationJSONDeployHooks$, GetProjectsLink5$inboundSchema, GetProjectsLink5$outboundSchema, GetProjectsLink5$, GetProjectsLinkProjectsResponse200Type$inboundSchema, GetProjectsLinkProjectsResponse200Type$outboundSchema, GetProjectsLinkProjectsResponse200Type$, GetProjectsLinkProjectsResponse200DeployHooks$inboundSchema, GetProjectsLinkProjectsResponse200DeployHooks$outboundSchema, GetProjectsLinkProjectsResponse200DeployHooks$, GetProjectsLink4$inboundSchema, GetProjectsLink4$outboundSchema, GetProjectsLink4$, GetProjectsLinkProjectsResponseType$inboundSchema, GetProjectsLinkProjectsResponseType$outboundSchema, GetProjectsLinkProjectsResponseType$, GetProjectsLinkProjectsResponseDeployHooks$inboundSchema, GetProjectsLinkProjectsResponseDeployHooks$outboundSchema, GetProjectsLinkProjectsResponseDeployHooks$, GetProjectsLink3$inboundSchema, GetProjectsLink3$outboundSchema, GetProjectsLink3$, GetProjectsLinkProjectsType$inboundSchema, GetProjectsLinkProjectsType$outboundSchema, GetProjectsLinkProjectsType$, GetProjectsLinkProjectsDeployHooks$inboundSchema, GetProjectsLinkProjectsDeployHooks$outboundSchema, GetProjectsLinkProjectsDeployHooks$, GetProjectsLink2$inboundSchema, GetProjectsLink2$outboundSchema, GetProjectsLink2$, GetProjectsLinkType$inboundSchema, GetProjectsLinkType$outboundSchema, GetProjectsLinkType$, GetProjectsLinkDeployHooks$inboundSchema, GetProjectsLinkDeployHooks$outboundSchema, GetProjectsLinkDeployHooks$, GetProjectsLink1$inboundSchema, GetProjectsLink1$outboundSchema, GetProjectsLink1$, GetProjectsLink$inboundSchema, GetProjectsLink$outboundSchema, GetProjectsLink$, GetProjectsMicrofrontends2$inboundSchema, GetProjectsMicrofrontends2$outboundSchema, GetProjectsMicrofrontends2$, GetProjectsMicrofrontends1$inboundSchema, GetProjectsMicrofrontends1$outboundSchema, GetProjectsMicrofrontends1$, GetProjectsMicrofrontends$inboundSchema, GetProjectsMicrofrontends$outboundSchema, GetProjectsMicrofrontends$, GetProjectsNodeVersion$inboundSchema, GetProjectsNodeVersion$outboundSchema, GetProjectsNodeVersion$, GetProjectsPaths$inboundSchema, GetProjectsPaths$outboundSchema, GetProjectsPaths$, GetProjectsOptionsAllowlist$inboundSchema, GetProjectsOptionsAllowlist$outboundSchema, GetProjectsOptionsAllowlist$, GetProjectsPasswordProtection$inboundSchema, GetProjectsPasswordProtection$outboundSchema, GetProjectsPasswordProtection$, GetProjectsFunctionDefaultMemoryType$inboundSchema, GetProjectsFunctionDefaultMemoryType$outboundSchema, GetProjectsFunctionDefaultMemoryType$, GetProjectsBuildMachineType$inboundSchema, GetProjectsBuildMachineType$outboundSchema, GetProjectsBuildMachineType$, GetProjectsResourceConfig$inboundSchema, GetProjectsResourceConfig$outboundSchema, GetProjectsResourceConfig$, GetProjectsRollbackDescription$inboundSchema, GetProjectsRollbackDescription$outboundSchema, GetProjectsRollbackDescription$, GetProjectsStages$inboundSchema, GetProjectsStages$outboundSchema, GetProjectsStages$, GetProjectsRollingRelease$inboundSchema, GetProjectsRollingRelease$outboundSchema, GetProjectsRollingRelease$, GetProjectsProjectsFunctionDefaultMemoryType$inboundSchema, GetProjectsProjectsFunctionDefaultMemoryType$outboundSchema, GetProjectsProjectsFunctionDefaultMemoryType$, GetProjectsProjectsBuildMachineType$inboundSchema, GetProjectsProjectsBuildMachineType$outboundSchema, GetProjectsProjectsBuildMachineType$, GetProjectsDefaultResourceConfig$inboundSchema, GetProjectsDefaultResourceConfig$outboundSchema, GetProjectsDefaultResourceConfig$, GetProjectsDeploymentType$inboundSchema, GetProjectsDeploymentType$outboundSchema, GetProjectsDeploymentType$, GetProjectsSsoProtection$inboundSchema, GetProjectsSsoProtection$outboundSchema, GetProjectsSsoProtection$, GetProjectsProjectsAliasAssigned$inboundSchema, GetProjectsProjectsAliasAssigned$outboundSchema, GetProjectsProjectsAliasAssigned$, GetProjectsProjectsAliasError$inboundSchema, GetProjectsProjectsAliasError$outboundSchema, GetProjectsProjectsAliasError$, GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsType$inboundSchema, GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsType$outboundSchema, GetProjectsProjectsResponse200ApplicationJSONResponseBodyProjectsType$, GetProjectsProjectsResponseBranchMatcher$inboundSchema, GetProjectsProjectsResponseBranchMatcher$outboundSchema, GetProjectsProjectsResponseBranchMatcher$, GetProjectsProjectsBuilds$inboundSchema, GetProjectsProjectsBuilds$outboundSchema, GetProjectsProjectsBuilds$, GetProjectsProjectsChecksConclusion$inboundSchema, GetProjectsProjectsChecksConclusion$outboundSchema, GetProjectsProjectsChecksConclusion$, GetProjectsProjectsChecksState$inboundSchema, GetProjectsProjectsChecksState$outboundSchema, GetProjectsProjectsChecksState$, GetProjectsProjectsCreator$inboundSchema, GetProjectsProjectsCreator$outboundSchema, GetProjectsProjectsCreator$, GetProjectsProjectsOidcTokenClaims$inboundSchema, GetProjectsProjectsOidcTokenClaims$outboundSchema, GetProjectsProjectsOidcTokenClaims$, GetProjectsProjectsPlan$inboundSchema, GetProjectsProjectsPlan$outboundSchema, GetProjectsProjectsPlan$, GetProjectsProjectsReadyState$inboundSchema, GetProjectsProjectsReadyState$outboundSchema, GetProjectsProjectsReadyState$, GetProjectsProjectsReadySubstate$inboundSchema, GetProjectsProjectsReadySubstate$outboundSchema, GetProjectsProjectsReadySubstate$, GetProjectsProjectsResponse200Type$inboundSchema, GetProjectsProjectsResponse200Type$outboundSchema, GetProjectsProjectsResponse200Type$, GetProjectsTargets$inboundSchema, GetProjectsTargets$outboundSchema, GetProjectsTargets$, GetProjectsPermissions$inboundSchema, GetProjectsPermissions$outboundSchema, GetProjectsPermissions$, GetProjectsLastRollbackTarget$inboundSchema, GetProjectsLastRollbackTarget$outboundSchema, GetProjectsLastRollbackTarget$, GetProjectsJobStatus$inboundSchema, GetProjectsJobStatus$outboundSchema, GetProjectsJobStatus$, GetProjectsProjectsResponse200ApplicationJSONType$inboundSchema, GetProjectsProjectsResponse200ApplicationJSONType$outboundSchema, GetProjectsProjectsResponse200ApplicationJSONType$, GetProjectsLastAliasRequest$inboundSchema, GetProjectsLastAliasRequest$outboundSchema, GetProjectsLastAliasRequest$, GetProjectsProtectionBypassProjectsScope$inboundSchema, GetProjectsProtectionBypassProjectsScope$outboundSchema, GetProjectsProtectionBypassProjectsScope$, GetProjectsProtectionBypass2$inboundSchema, GetProjectsProtectionBypass2$outboundSchema, GetProjectsProtectionBypass2$, GetProjectsProtectionBypassScope$inboundSchema, GetProjectsProtectionBypassScope$outboundSchema, GetProjectsProtectionBypassScope$, GetProjectsProtectionBypass1$inboundSchema, GetProjectsProtectionBypass1$outboundSchema, GetProjectsProtectionBypass1$, GetProjectsProtectionBypass$inboundSchema, GetProjectsProtectionBypass$outboundSchema, GetProjectsProtectionBypass$, GetProjectsTrustedIpsProjectsDeploymentType$inboundSchema, GetProjectsTrustedIpsProjectsDeploymentType$outboundSchema, GetProjectsTrustedIpsProjectsDeploymentType$, GetProjectsTrustedIps2$inboundSchema, GetProjectsTrustedIps2$outboundSchema, GetProjectsTrustedIps2$, GetProjectsTrustedIpsDeploymentType$inboundSchema, GetProjectsTrustedIpsDeploymentType$outboundSchema, GetProjectsTrustedIpsDeploymentType$, GetProjectsTrustedIpsAddresses$inboundSchema, GetProjectsTrustedIpsAddresses$outboundSchema, GetProjectsTrustedIpsAddresses$, GetProjectsTrustedIpsProtectionMode$inboundSchema, GetProjectsTrustedIpsProtectionMode$outboundSchema, GetProjectsTrustedIpsProtectionMode$, GetProjectsTrustedIps1$inboundSchema, GetProjectsTrustedIps1$outboundSchema, GetProjectsTrustedIps1$, GetProjectsTrustedIps$inboundSchema, GetProjectsTrustedIps$outboundSchema, GetProjectsTrustedIps$, GetProjectsGitComments$inboundSchema, GetProjectsGitComments$outboundSchema, GetProjectsGitComments$, GetProjectsCreateDeployments$inboundSchema, GetProjectsCreateDeployments$outboundSchema, GetProjectsCreateDeployments$, GetProjectsGitProviderOptions$inboundSchema, GetProjectsGitProviderOptions$outboundSchema, GetProjectsGitProviderOptions$, GetProjectsWebAnalytics$inboundSchema, GetProjectsWebAnalytics$outboundSchema, GetProjectsWebAnalytics$, GetProjectsAction$inboundSchema, GetProjectsAction$outboundSchema, GetProjectsAction$, GetProjectsBotFilter$inboundSchema, GetProjectsBotFilter$outboundSchema, GetProjectsBotFilter$, GetProjectsProjectsAction$inboundSchema, GetProjectsProjectsAction$outboundSchema, GetProjectsProjectsAction$, GetProjectsAiBots$inboundSchema, GetProjectsAiBots$outboundSchema, GetProjectsAiBots$, GetProjectsProjectsResponseAction$inboundSchema, GetProjectsProjectsResponseAction$outboundSchema, GetProjectsProjectsResponseAction$, GetProjectsOwasp$inboundSchema, GetProjectsOwasp$outboundSchema, GetProjectsOwasp$, GetProjectsManagedRules$inboundSchema, GetProjectsManagedRules$outboundSchema, GetProjectsManagedRules$, GetProjectsSecurity$inboundSchema, GetProjectsSecurity$outboundSchema, GetProjectsSecurity$, GetProjectsIssuerMode$inboundSchema, GetProjectsIssuerMode$outboundSchema, GetProjectsIssuerMode$, GetProjectsOidcTokenConfig$inboundSchema, GetProjectsOidcTokenConfig$outboundSchema, GetProjectsOidcTokenConfig$, GetProjectsTier$inboundSchema, GetProjectsTier$outboundSchema, GetProjectsTier$, GetProjectsFeatures$inboundSchema, GetProjectsFeatures$outboundSchema, GetProjectsFeatures$, GetProjectsProjects$inboundSchema, GetProjectsProjects$outboundSchema, GetProjectsProjects$, GetProjectsResponseBody$inboundSchema, GetProjectsResponseBody$outboundSchema, GetProjectsResponseBody$;
84247
84253
  var init_getprojectsop = __esm(() => {
84248
84254
  init_esm();
84249
84255
  init_primitives();
@@ -84253,6 +84259,10 @@ var init_getprojectsop = __esm(() => {
84253
84259
  One: "1",
84254
84260
  Zero: "0"
84255
84261
  };
84262
+ ElasticConcurrencyEnabled = {
84263
+ One: "1",
84264
+ Zero: "0"
84265
+ };
84256
84266
  GetProjectsEnvId2 = {
84257
84267
  Preview: "preview",
84258
84268
  Production: "production"
@@ -84576,6 +84586,12 @@ var init_getprojectsop = __esm(() => {
84576
84586
  GitForkProtection$.inboundSchema = GitForkProtection$inboundSchema;
84577
84587
  GitForkProtection$.outboundSchema = GitForkProtection$outboundSchema;
84578
84588
  })(GitForkProtection$ ||= {});
84589
+ ElasticConcurrencyEnabled$inboundSchema = nativeEnumType(ElasticConcurrencyEnabled);
84590
+ ElasticConcurrencyEnabled$outboundSchema = ElasticConcurrencyEnabled$inboundSchema;
84591
+ ((ElasticConcurrencyEnabled$) => {
84592
+ ElasticConcurrencyEnabled$.inboundSchema = ElasticConcurrencyEnabled$inboundSchema;
84593
+ ElasticConcurrencyEnabled$.outboundSchema = ElasticConcurrencyEnabled$outboundSchema;
84594
+ })(ElasticConcurrencyEnabled$ ||= {});
84579
84595
  GetProjectsRequest$inboundSchema = objectType({
84580
84596
  from: stringType().optional(),
84581
84597
  gitForkProtection: GitForkProtection$inboundSchema.optional(),
@@ -84588,6 +84604,7 @@ var init_getprojectsop = __esm(() => {
84588
84604
  edgeConfigId: stringType().optional(),
84589
84605
  edgeConfigTokenId: stringType().optional(),
84590
84606
  deprecated: booleanType().optional(),
84607
+ elasticConcurrencyEnabled: ElasticConcurrencyEnabled$inboundSchema.optional(),
84591
84608
  teamId: stringType().optional(),
84592
84609
  slug: stringType().optional()
84593
84610
  });
@@ -84603,6 +84620,7 @@ var init_getprojectsop = __esm(() => {
84603
84620
  edgeConfigId: stringType().optional(),
84604
84621
  edgeConfigTokenId: stringType().optional(),
84605
84622
  deprecated: booleanType().optional(),
84623
+ elasticConcurrencyEnabled: ElasticConcurrencyEnabled$outboundSchema.optional(),
84606
84624
  teamId: stringType().optional(),
84607
84625
  slug: stringType().optional()
84608
84626
  });
@@ -85933,22 +85951,24 @@ var init_getprojectsop = __esm(() => {
85933
85951
  GetProjectsBuildMachineType$.outboundSchema = GetProjectsBuildMachineType$outboundSchema;
85934
85952
  })(GetProjectsBuildMachineType$ ||= {});
85935
85953
  GetProjectsResourceConfig$inboundSchema = objectType({
85954
+ elasticConcurrencyEnabled: booleanType().optional(),
85936
85955
  fluid: booleanType().optional(),
85937
85956
  functionDefaultRegions: arrayType(stringType()),
85938
85957
  functionDefaultTimeout: numberType().optional(),
85939
85958
  functionDefaultMemoryType: GetProjectsFunctionDefaultMemoryType$inboundSchema.optional(),
85940
85959
  functionZeroConfigFailover: booleanType().optional(),
85941
- elasticConcurrencyEnabled: booleanType().optional(),
85942
- buildMachineType: GetProjectsBuildMachineType$inboundSchema.optional()
85960
+ buildMachineType: GetProjectsBuildMachineType$inboundSchema.optional(),
85961
+ isNSNBDisabled: booleanType().optional()
85943
85962
  });
85944
85963
  GetProjectsResourceConfig$outboundSchema = objectType({
85964
+ elasticConcurrencyEnabled: booleanType().optional(),
85945
85965
  fluid: booleanType().optional(),
85946
85966
  functionDefaultRegions: arrayType(stringType()),
85947
85967
  functionDefaultTimeout: numberType().optional(),
85948
85968
  functionDefaultMemoryType: GetProjectsFunctionDefaultMemoryType$outboundSchema.optional(),
85949
85969
  functionZeroConfigFailover: booleanType().optional(),
85950
- elasticConcurrencyEnabled: booleanType().optional(),
85951
- buildMachineType: GetProjectsBuildMachineType$outboundSchema.optional()
85970
+ buildMachineType: GetProjectsBuildMachineType$outboundSchema.optional(),
85971
+ isNSNBDisabled: booleanType().optional()
85952
85972
  });
85953
85973
  ((GetProjectsResourceConfig$) => {
85954
85974
  GetProjectsResourceConfig$.inboundSchema = GetProjectsResourceConfig$inboundSchema;
@@ -86011,22 +86031,24 @@ var init_getprojectsop = __esm(() => {
86011
86031
  GetProjectsProjectsBuildMachineType$.outboundSchema = GetProjectsProjectsBuildMachineType$outboundSchema;
86012
86032
  })(GetProjectsProjectsBuildMachineType$ ||= {});
86013
86033
  GetProjectsDefaultResourceConfig$inboundSchema = objectType({
86034
+ elasticConcurrencyEnabled: booleanType().optional(),
86014
86035
  fluid: booleanType().optional(),
86015
86036
  functionDefaultRegions: arrayType(stringType()),
86016
86037
  functionDefaultTimeout: numberType().optional(),
86017
86038
  functionDefaultMemoryType: GetProjectsProjectsFunctionDefaultMemoryType$inboundSchema.optional(),
86018
86039
  functionZeroConfigFailover: booleanType().optional(),
86019
- elasticConcurrencyEnabled: booleanType().optional(),
86020
- buildMachineType: GetProjectsProjectsBuildMachineType$inboundSchema.optional()
86040
+ buildMachineType: GetProjectsProjectsBuildMachineType$inboundSchema.optional(),
86041
+ isNSNBDisabled: booleanType().optional()
86021
86042
  });
86022
86043
  GetProjectsDefaultResourceConfig$outboundSchema = objectType({
86044
+ elasticConcurrencyEnabled: booleanType().optional(),
86023
86045
  fluid: booleanType().optional(),
86024
86046
  functionDefaultRegions: arrayType(stringType()),
86025
86047
  functionDefaultTimeout: numberType().optional(),
86026
86048
  functionDefaultMemoryType: GetProjectsProjectsFunctionDefaultMemoryType$outboundSchema.optional(),
86027
86049
  functionZeroConfigFailover: booleanType().optional(),
86028
- elasticConcurrencyEnabled: booleanType().optional(),
86029
- buildMachineType: GetProjectsProjectsBuildMachineType$outboundSchema.optional()
86050
+ buildMachineType: GetProjectsProjectsBuildMachineType$outboundSchema.optional(),
86051
+ isNSNBDisabled: booleanType().optional()
86030
86052
  });
86031
86053
  ((GetProjectsDefaultResourceConfig$) => {
86032
86054
  GetProjectsDefaultResourceConfig$.inboundSchema = GetProjectsDefaultResourceConfig$inboundSchema;
@@ -87280,6 +87302,7 @@ async function $do125(client, request, options) {
87280
87302
  deprecated: payload.deprecated,
87281
87303
  edgeConfigId: payload.edgeConfigId,
87282
87304
  edgeConfigTokenId: payload.edgeConfigTokenId,
87305
+ elasticConcurrencyEnabled: payload.elasticConcurrencyEnabled,
87283
87306
  excludeRepos: payload.excludeRepos,
87284
87307
  from: payload.from,
87285
87308
  gitForkProtection: payload.gitForkProtection,
@@ -88102,10 +88125,10 @@ var init_removeprojectenvop = __esm(() => {
88102
88125
  };
88103
88126
  RemoveProjectEnvResponseBodyProjectsResponseType = {
88104
88127
  System: "system",
88128
+ Secret: "secret",
88105
88129
  Encrypted: "encrypted",
88106
88130
  Plain: "plain",
88107
- Sensitive: "sensitive",
88108
- Secret: "secret"
88131
+ Sensitive: "sensitive"
88109
88132
  };
88110
88133
  RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody315Type = {
88111
88134
  FlagsConnectionString: "flags-connection-string"
@@ -88167,10 +88190,10 @@ var init_removeprojectenvop = __esm(() => {
88167
88190
  };
88168
88191
  RemoveProjectEnvResponseBodyProjectsType = {
88169
88192
  System: "system",
88193
+ Secret: "secret",
88170
88194
  Encrypted: "encrypted",
88171
88195
  Plain: "plain",
88172
- Sensitive: "sensitive",
88173
- Secret: "secret"
88196
+ Sensitive: "sensitive"
88174
88197
  };
88175
88198
  RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody215Type = {
88176
88199
  FlagsConnectionString: "flags-connection-string"
@@ -88232,10 +88255,10 @@ var init_removeprojectenvop = __esm(() => {
88232
88255
  };
88233
88256
  RemoveProjectEnvResponseBodyType = {
88234
88257
  System: "system",
88258
+ Secret: "secret",
88235
88259
  Encrypted: "encrypted",
88236
88260
  Plain: "plain",
88237
- Sensitive: "sensitive",
88238
- Secret: "secret"
88261
+ Sensitive: "sensitive"
88239
88262
  };
88240
88263
  RemoveProjectEnvContentHintProjectsResponse200ApplicationJSONResponseBody115Type = {
88241
88264
  FlagsConnectionString: "flags-connection-string"
@@ -90505,7 +90528,8 @@ var init_updateprojectop = __esm(() => {
90505
90528
  functionDefaultTimeout: numberType().optional(),
90506
90529
  functionDefaultMemoryType: UpdateProjectFunctionDefaultMemoryType$inboundSchema.optional(),
90507
90530
  functionZeroConfigFailover: booleanType().optional(),
90508
- elasticConcurrencyEnabled: booleanType().optional()
90531
+ elasticConcurrencyEnabled: booleanType().optional(),
90532
+ isNSNBDisabled: booleanType().optional()
90509
90533
  });
90510
90534
  UpdateProjectResourceConfig$outboundSchema = objectType({
90511
90535
  buildMachineType: UpdateProjectBuildMachineType$outboundSchema.optional(),
@@ -90514,7 +90538,8 @@ var init_updateprojectop = __esm(() => {
90514
90538
  functionDefaultTimeout: numberType().optional(),
90515
90539
  functionDefaultMemoryType: UpdateProjectFunctionDefaultMemoryType$outboundSchema.optional(),
90516
90540
  functionZeroConfigFailover: booleanType().optional(),
90517
- elasticConcurrencyEnabled: booleanType().optional()
90541
+ elasticConcurrencyEnabled: booleanType().optional(),
90542
+ isNSNBDisabled: booleanType().optional()
90518
90543
  });
90519
90544
  ((UpdateProjectResourceConfig$) => {
90520
90545
  UpdateProjectResourceConfig$.inboundSchema = UpdateProjectResourceConfig$inboundSchema;
@@ -92057,22 +92082,24 @@ var init_updateprojectop = __esm(() => {
92057
92082
  UpdateProjectProjectsBuildMachineType$.outboundSchema = UpdateProjectProjectsBuildMachineType$outboundSchema;
92058
92083
  })(UpdateProjectProjectsBuildMachineType$ ||= {});
92059
92084
  UpdateProjectProjectsResourceConfig$inboundSchema = objectType({
92085
+ elasticConcurrencyEnabled: booleanType().optional(),
92060
92086
  fluid: booleanType().optional(),
92061
92087
  functionDefaultRegions: arrayType(stringType()),
92062
92088
  functionDefaultTimeout: numberType().optional(),
92063
92089
  functionDefaultMemoryType: UpdateProjectProjectsFunctionDefaultMemoryType$inboundSchema.optional(),
92064
92090
  functionZeroConfigFailover: booleanType().optional(),
92065
- elasticConcurrencyEnabled: booleanType().optional(),
92066
- buildMachineType: UpdateProjectProjectsBuildMachineType$inboundSchema.optional()
92091
+ buildMachineType: UpdateProjectProjectsBuildMachineType$inboundSchema.optional(),
92092
+ isNSNBDisabled: booleanType().optional()
92067
92093
  });
92068
92094
  UpdateProjectProjectsResourceConfig$outboundSchema = objectType({
92095
+ elasticConcurrencyEnabled: booleanType().optional(),
92069
92096
  fluid: booleanType().optional(),
92070
92097
  functionDefaultRegions: arrayType(stringType()),
92071
92098
  functionDefaultTimeout: numberType().optional(),
92072
92099
  functionDefaultMemoryType: UpdateProjectProjectsFunctionDefaultMemoryType$outboundSchema.optional(),
92073
92100
  functionZeroConfigFailover: booleanType().optional(),
92074
- elasticConcurrencyEnabled: booleanType().optional(),
92075
- buildMachineType: UpdateProjectProjectsBuildMachineType$outboundSchema.optional()
92101
+ buildMachineType: UpdateProjectProjectsBuildMachineType$outboundSchema.optional(),
92102
+ isNSNBDisabled: booleanType().optional()
92076
92103
  });
92077
92104
  ((UpdateProjectProjectsResourceConfig$) => {
92078
92105
  UpdateProjectProjectsResourceConfig$.inboundSchema = UpdateProjectProjectsResourceConfig$inboundSchema;
@@ -92135,22 +92162,24 @@ var init_updateprojectop = __esm(() => {
92135
92162
  UpdateProjectProjectsResponseBuildMachineType$.outboundSchema = UpdateProjectProjectsResponseBuildMachineType$outboundSchema;
92136
92163
  })(UpdateProjectProjectsResponseBuildMachineType$ ||= {});
92137
92164
  UpdateProjectDefaultResourceConfig$inboundSchema = objectType({
92165
+ elasticConcurrencyEnabled: booleanType().optional(),
92138
92166
  fluid: booleanType().optional(),
92139
92167
  functionDefaultRegions: arrayType(stringType()),
92140
92168
  functionDefaultTimeout: numberType().optional(),
92141
92169
  functionDefaultMemoryType: UpdateProjectProjectsResponseFunctionDefaultMemoryType$inboundSchema.optional(),
92142
92170
  functionZeroConfigFailover: booleanType().optional(),
92143
- elasticConcurrencyEnabled: booleanType().optional(),
92144
- buildMachineType: UpdateProjectProjectsResponseBuildMachineType$inboundSchema.optional()
92171
+ buildMachineType: UpdateProjectProjectsResponseBuildMachineType$inboundSchema.optional(),
92172
+ isNSNBDisabled: booleanType().optional()
92145
92173
  });
92146
92174
  UpdateProjectDefaultResourceConfig$outboundSchema = objectType({
92175
+ elasticConcurrencyEnabled: booleanType().optional(),
92147
92176
  fluid: booleanType().optional(),
92148
92177
  functionDefaultRegions: arrayType(stringType()),
92149
92178
  functionDefaultTimeout: numberType().optional(),
92150
92179
  functionDefaultMemoryType: UpdateProjectProjectsResponseFunctionDefaultMemoryType$outboundSchema.optional(),
92151
92180
  functionZeroConfigFailover: booleanType().optional(),
92152
- elasticConcurrencyEnabled: booleanType().optional(),
92153
- buildMachineType: UpdateProjectProjectsResponseBuildMachineType$outboundSchema.optional()
92181
+ buildMachineType: UpdateProjectProjectsResponseBuildMachineType$outboundSchema.optional(),
92182
+ isNSNBDisabled: booleanType().optional()
92154
92183
  });
92155
92184
  ((UpdateProjectDefaultResourceConfig$) => {
92156
92185
  UpdateProjectDefaultResourceConfig$.inboundSchema = UpdateProjectDefaultResourceConfig$inboundSchema;
@@ -95178,7 +95207,8 @@ var init_updateprojectdatacacheop = __esm(() => {
95178
95207
  functionDefaultMemoryType: UpdateProjectDataCacheProjectsFunctionDefaultMemoryType$inboundSchema.optional(),
95179
95208
  functionZeroConfigFailover: booleanType().optional(),
95180
95209
  elasticConcurrencyEnabled: booleanType().optional(),
95181
- buildMachineType: UpdateProjectDataCacheProjectsBuildMachineType$inboundSchema.optional()
95210
+ buildMachineType: UpdateProjectDataCacheProjectsBuildMachineType$inboundSchema.optional(),
95211
+ isNSNBDisabled: booleanType().optional()
95182
95212
  });
95183
95213
  UpdateProjectDataCacheResourceConfig$outboundSchema = objectType({
95184
95214
  fluid: booleanType().optional(),
@@ -95187,7 +95217,8 @@ var init_updateprojectdatacacheop = __esm(() => {
95187
95217
  functionDefaultMemoryType: UpdateProjectDataCacheProjectsFunctionDefaultMemoryType$outboundSchema.optional(),
95188
95218
  functionZeroConfigFailover: booleanType().optional(),
95189
95219
  elasticConcurrencyEnabled: booleanType().optional(),
95190
- buildMachineType: UpdateProjectDataCacheProjectsBuildMachineType$outboundSchema.optional()
95220
+ buildMachineType: UpdateProjectDataCacheProjectsBuildMachineType$outboundSchema.optional(),
95221
+ isNSNBDisabled: booleanType().optional()
95191
95222
  });
95192
95223
  ((UpdateProjectDataCacheResourceConfig$) => {
95193
95224
  UpdateProjectDataCacheResourceConfig$.inboundSchema = UpdateProjectDataCacheResourceConfig$inboundSchema;
@@ -95256,7 +95287,8 @@ var init_updateprojectdatacacheop = __esm(() => {
95256
95287
  functionDefaultMemoryType: UpdateProjectDataCacheFunctionDefaultMemoryType$inboundSchema.optional(),
95257
95288
  functionZeroConfigFailover: booleanType().optional(),
95258
95289
  elasticConcurrencyEnabled: booleanType().optional(),
95259
- buildMachineType: UpdateProjectDataCacheBuildMachineType$inboundSchema.optional()
95290
+ buildMachineType: UpdateProjectDataCacheBuildMachineType$inboundSchema.optional(),
95291
+ isNSNBDisabled: booleanType().optional()
95260
95292
  });
95261
95293
  DefaultResourceConfig$outboundSchema = objectType({
95262
95294
  fluid: booleanType().optional(),
@@ -95265,7 +95297,8 @@ var init_updateprojectdatacacheop = __esm(() => {
95265
95297
  functionDefaultMemoryType: UpdateProjectDataCacheFunctionDefaultMemoryType$outboundSchema.optional(),
95266
95298
  functionZeroConfigFailover: booleanType().optional(),
95267
95299
  elasticConcurrencyEnabled: booleanType().optional(),
95268
- buildMachineType: UpdateProjectDataCacheBuildMachineType$outboundSchema.optional()
95300
+ buildMachineType: UpdateProjectDataCacheBuildMachineType$outboundSchema.optional(),
95301
+ isNSNBDisabled: booleanType().optional()
95269
95302
  });
95270
95303
  ((DefaultResourceConfig$) => {
95271
95304
  DefaultResourceConfig$.inboundSchema = DefaultResourceConfig$inboundSchema;
@@ -116702,7 +116735,7 @@ Get a list of webhooks`,
116702
116735
  function createMCPServer(deps) {
116703
116736
  const server = new McpServer({
116704
116737
  name: "Vercel",
116705
- version: "1.10.5"
116738
+ version: "1.10.6"
116706
116739
  });
116707
116740
  const client = new VercelCore({
116708
116741
  bearerToken: deps.bearerToken,
@@ -118241,7 +118274,7 @@ var routes = an({
118241
118274
  var app = He(routes, {
118242
118275
  name: "mcp",
118243
118276
  versionInfo: {
118244
- currentVersion: "1.10.5"
118277
+ currentVersion: "1.10.6"
118245
118278
  }
118246
118279
  });
118247
118280
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -118249,5 +118282,5 @@ export {
118249
118282
  app
118250
118283
  };
118251
118284
 
118252
- //# debugId=F8372B6EE288701F64756E2164756E21
118285
+ //# debugId=D7F09F1DF2827EED64756E2164756E21
118253
118286
  //# sourceMappingURL=mcp-server.js.map