@vercel/sdk 1.18.0 → 1.18.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (177) hide show
  1. package/bin/mcp-server.js +462 -388
  2. package/bin/mcp-server.js.map +36 -36
  3. package/esm/__tests__/accessgroups.test.js +3 -1
  4. package/esm/__tests__/accessgroups.test.js.map +1 -1
  5. package/esm/__tests__/checks.test.js +1 -1
  6. package/esm/__tests__/checks.test.js.map +1 -1
  7. package/esm/__tests__/domains.test.js +3 -6
  8. package/esm/__tests__/domains.test.js.map +1 -1
  9. package/esm/__tests__/drains.test.js +27 -0
  10. package/esm/__tests__/drains.test.js.map +1 -1
  11. package/esm/__tests__/edgeconfig.test.js +6 -6
  12. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  13. package/esm/__tests__/integrations.test.js +1 -1
  14. package/esm/__tests__/logdrains.test.js +7 -6
  15. package/esm/__tests__/logdrains.test.js.map +1 -1
  16. package/esm/__tests__/security.test.js +11 -1
  17. package/esm/__tests__/security.test.js.map +1 -1
  18. package/esm/funcs/integrationsGetBillingPlans.js +1 -0
  19. package/esm/funcs/integrationsGetBillingPlans.js.map +1 -1
  20. package/esm/lib/config.d.ts +3 -3
  21. package/esm/lib/config.js +3 -3
  22. package/esm/mcp-server/mcp-server.js +1 -1
  23. package/esm/mcp-server/server.js +1 -1
  24. package/esm/models/buydomainsop.d.ts +4 -4
  25. package/esm/models/buydomainsop.d.ts.map +1 -1
  26. package/esm/models/buysingledomainop.d.ts +1 -4
  27. package/esm/models/buysingledomainop.d.ts.map +1 -1
  28. package/esm/models/buysingledomainop.js.map +1 -1
  29. package/esm/models/canceldeploymentop.d.ts +18 -0
  30. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  31. package/esm/models/canceldeploymentop.js +17 -0
  32. package/esm/models/canceldeploymentop.js.map +1 -1
  33. package/esm/models/createdeploymentop.d.ts +18 -0
  34. package/esm/models/createdeploymentop.d.ts.map +1 -1
  35. package/esm/models/createdeploymentop.js +17 -0
  36. package/esm/models/createdeploymentop.js.map +1 -1
  37. package/esm/models/createdrainop.d.ts +8 -8
  38. package/esm/models/createdrainop.d.ts.map +1 -1
  39. package/esm/models/createdrainop.js +8 -10
  40. package/esm/models/createdrainop.js.map +1 -1
  41. package/esm/models/createintegrationstoredirectop.d.ts +152 -152
  42. package/esm/models/createintegrationstoredirectop.js +218 -218
  43. package/esm/models/createprojectop.d.ts +2 -0
  44. package/esm/models/createprojectop.d.ts.map +1 -1
  45. package/esm/models/createprojectop.js +2 -0
  46. package/esm/models/createprojectop.js.map +1 -1
  47. package/esm/models/createwebhookop.d.ts +4 -0
  48. package/esm/models/createwebhookop.d.ts.map +1 -1
  49. package/esm/models/createwebhookop.js +4 -0
  50. package/esm/models/createwebhookop.js.map +1 -1
  51. package/esm/models/getalllogdrainsop.d.ts +8 -8
  52. package/esm/models/getalllogdrainsop.d.ts.map +1 -1
  53. package/esm/models/getalllogdrainsop.js +8 -10
  54. package/esm/models/getalllogdrainsop.js.map +1 -1
  55. package/esm/models/getbillingplansop.d.ts +2 -0
  56. package/esm/models/getbillingplansop.d.ts.map +1 -1
  57. package/esm/models/getbillingplansop.js +2 -0
  58. package/esm/models/getbillingplansop.js.map +1 -1
  59. package/esm/models/getbulkavailabilityop.d.ts +3 -0
  60. package/esm/models/getbulkavailabilityop.d.ts.map +1 -1
  61. package/esm/models/getbulkavailabilityop.js.map +1 -1
  62. package/esm/models/getconfigurationop.d.ts +2 -38
  63. package/esm/models/getconfigurationop.d.ts.map +1 -1
  64. package/esm/models/getconfigurationop.js +4 -35
  65. package/esm/models/getconfigurationop.js.map +1 -1
  66. package/esm/models/getconfigurationproductsop.d.ts +200 -200
  67. package/esm/models/getconfigurationproductsop.js +290 -290
  68. package/esm/models/getconfigurationsop.d.ts +2 -38
  69. package/esm/models/getconfigurationsop.d.ts.map +1 -1
  70. package/esm/models/getconfigurationsop.js +4 -35
  71. package/esm/models/getconfigurationsop.js.map +1 -1
  72. package/esm/models/getdeploymentop.d.ts +18 -0
  73. package/esm/models/getdeploymentop.d.ts.map +1 -1
  74. package/esm/models/getdeploymentop.js +20 -0
  75. package/esm/models/getdeploymentop.js.map +1 -1
  76. package/esm/models/getdomainpriceop.d.ts +36 -15
  77. package/esm/models/getdomainpriceop.d.ts.map +1 -1
  78. package/esm/models/getdomainpriceop.js +36 -6
  79. package/esm/models/getdomainpriceop.js.map +1 -1
  80. package/esm/models/getdrainop.d.ts +8 -8
  81. package/esm/models/getdrainop.d.ts.map +1 -1
  82. package/esm/models/getdrainop.js +8 -10
  83. package/esm/models/getdrainop.js.map +1 -1
  84. package/esm/models/getdrainsop.d.ts +8 -8
  85. package/esm/models/getdrainsop.d.ts.map +1 -1
  86. package/esm/models/getdrainsop.js +8 -8
  87. package/esm/models/getdrainsop.js.map +1 -1
  88. package/esm/models/getinvoiceop.d.ts +10 -0
  89. package/esm/models/getinvoiceop.d.ts.map +1 -1
  90. package/esm/models/getinvoiceop.js +4 -0
  91. package/esm/models/getinvoiceop.js.map +1 -1
  92. package/esm/models/getorderop.d.ts +9 -9
  93. package/esm/models/getorderop.d.ts.map +1 -1
  94. package/esm/models/getprojectsop.d.ts +2 -0
  95. package/esm/models/getprojectsop.d.ts.map +1 -1
  96. package/esm/models/getprojectsop.js +2 -0
  97. package/esm/models/getprojectsop.js.map +1 -1
  98. package/esm/models/gettldpriceop.d.ts +36 -15
  99. package/esm/models/gettldpriceop.d.ts.map +1 -1
  100. package/esm/models/gettldpriceop.js +36 -6
  101. package/esm/models/gettldpriceop.js.map +1 -1
  102. package/esm/models/getwebhookop.d.ts +2 -0
  103. package/esm/models/getwebhookop.d.ts.map +1 -1
  104. package/esm/models/getwebhookop.js +2 -0
  105. package/esm/models/getwebhookop.js.map +1 -1
  106. package/esm/models/getwebhooksop.d.ts +4 -0
  107. package/esm/models/getwebhooksop.d.ts.map +1 -1
  108. package/esm/models/getwebhooksop.js +4 -0
  109. package/esm/models/getwebhooksop.js.map +1 -1
  110. package/esm/models/renewdomainop.d.ts +1 -4
  111. package/esm/models/renewdomainop.d.ts.map +1 -1
  112. package/esm/models/renewdomainop.js.map +1 -1
  113. package/esm/models/transferindomainop.d.ts +4 -4
  114. package/esm/models/transferindomainop.d.ts.map +1 -1
  115. package/esm/models/updatedrainop.d.ts +8 -8
  116. package/esm/models/updatedrainop.d.ts.map +1 -1
  117. package/esm/models/updatedrainop.js +8 -12
  118. package/esm/models/updatedrainop.js.map +1 -1
  119. package/esm/models/updateprojectdatacacheop.d.ts +2 -0
  120. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  121. package/esm/models/updateprojectdatacacheop.js +2 -0
  122. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  123. package/esm/models/updateprojectop.d.ts +2 -0
  124. package/esm/models/updateprojectop.d.ts.map +1 -1
  125. package/esm/models/updateprojectop.js +2 -0
  126. package/esm/models/updateprojectop.js.map +1 -1
  127. package/esm/models/userevent.d.ts +52 -10
  128. package/esm/models/userevent.d.ts.map +1 -1
  129. package/esm/models/userevent.js +50 -10
  130. package/esm/models/userevent.js.map +1 -1
  131. package/examples/package-lock.json +1 -1
  132. package/jsr.json +1 -1
  133. package/package.json +1 -1
  134. package/src/__tests__/accessgroups.test.ts +3 -1
  135. package/src/__tests__/checks.test.ts +1 -1
  136. package/src/__tests__/domains.test.ts +3 -6
  137. package/src/__tests__/drains.test.ts +27 -0
  138. package/src/__tests__/edgeconfig.test.ts +6 -6
  139. package/src/__tests__/integrations.test.ts +1 -1
  140. package/src/__tests__/logdrains.test.ts +7 -6
  141. package/src/__tests__/security.test.ts +11 -1
  142. package/src/funcs/integrationsGetBillingPlans.ts +1 -0
  143. package/src/lib/config.ts +3 -3
  144. package/src/mcp-server/mcp-server.ts +1 -1
  145. package/src/mcp-server/server.ts +1 -1
  146. package/src/models/buydomainsop.ts +4 -4
  147. package/src/models/buysingledomainop.ts +1 -4
  148. package/src/models/canceldeploymentop.ts +29 -0
  149. package/src/models/createdeploymentop.ts +29 -0
  150. package/src/models/createdrainop.ts +19 -29
  151. package/src/models/createintegrationstoredirectop.ts +471 -471
  152. package/src/models/createprojectop.ts +4 -0
  153. package/src/models/createwebhookop.ts +4 -0
  154. package/src/models/getalllogdrainsop.ts +20 -26
  155. package/src/models/getbillingplansop.ts +4 -0
  156. package/src/models/getbulkavailabilityop.ts +3 -0
  157. package/src/models/getconfigurationop.ts +6 -60
  158. package/src/models/getconfigurationproductsop.ts +627 -627
  159. package/src/models/getconfigurationsop.ts +6 -60
  160. package/src/models/getdeploymentop.ts +30 -0
  161. package/src/models/getdomainpriceop.ts +124 -21
  162. package/src/models/getdrainop.ts +20 -26
  163. package/src/models/getdrainsop.ts +20 -24
  164. package/src/models/getinvoiceop.ts +14 -0
  165. package/src/models/getorderop.ts +9 -9
  166. package/src/models/getprojectsop.ts +4 -0
  167. package/src/models/gettldpriceop.ts +108 -21
  168. package/src/models/getwebhookop.ts +2 -0
  169. package/src/models/getwebhooksop.ts +4 -0
  170. package/src/models/renewdomainop.ts +1 -4
  171. package/src/models/transferindomainop.ts +4 -4
  172. package/src/models/updatedrainop.ts +20 -28
  173. package/src/models/updateprojectdatacacheop.ts +4 -0
  174. package/src/models/updateprojectop.ts +4 -0
  175. package/src/models/userevent.ts +112 -22
  176. package/tsconfig.json +1 -1
  177. package/vercel-spec.json +312 -159
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.18.0",
34238
- genVersion: "2.768.0",
34239
- userAgent: "speakeasy-sdk/typescript 1.18.0 2.768.0 0.0.1 @vercel/sdk"
34237
+ sdkVersion: "1.18.1",
34238
+ genVersion: "2.770.0",
34239
+ userAgent: "speakeasy-sdk/typescript 1.18.1 2.770.0 0.0.1 @vercel/sdk"
34240
34240
  };
34241
34241
  });
34242
34242
 
@@ -42819,11 +42819,22 @@ var init_flagjsonvalue = __esm(() => {
42819
42819
  });
42820
42820
 
42821
42821
  // src/models/canceldeploymentop.ts
42822
- var CancelDeploymentFramework, CancelDeploymentDeploymentsStatus, CancelDeploymentProtocol, CancelDeploymentFormats, CancelDeploymentContentDispositionType, CancelDeploymentDeploymentsReadyState, CancelDeploymentStatus, CancelDeploymentCustomEnvironmentType, CancelDeploymentCustomEnvironmentDeploymentsType, CancelDeploymentOomReport, CancelDeploymentChecksState, CancelDeploymentChecksConclusion, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONType, CancelDeploymentGitSourceDeploymentsResponse200Type, CancelDeploymentGitSourceDeploymentsResponseType, CancelDeploymentGitSourceDeploymentsType, CancelDeploymentGitSourceType, CancelDeploymentNodeVersion, CancelDeploymentReadyState, CancelDeploymentReadySubstate, CancelDeploymentSource, CancelDeploymentTarget, CancelDeploymentType, CancelDeploymentArchitecture, CancelDeploymentDeploymentsType, CancelDeploymentPlan, RoutesHandle, CancelDeploymentHasDeploymentsType, CancelDeploymentMissingDeploymentsType, CancelDeploymentRoutesAction, CancelDeploymentRoutesType, RoutesOp, CancelDeploymentGitRepoDeploymentsResponseOwnerType, CancelDeploymentGitRepoDeploymentsOwnerType, CancelDeploymentGitRepoOwnerType, MicrofrontendsMfeConfigUploadState, CancelDeploymentFunctionType, CancelDeploymentFunctionMemoryType, CancelDeploymentState, CancelDeploymentRequest$inboundSchema, CancelDeploymentRequest$outboundSchema, CancelDeploymentAliasAssignedAt$inboundSchema, CancelDeploymentAliasAssignedAt$outboundSchema, CancelDeploymentBuild$inboundSchema, CancelDeploymentBuild$outboundSchema, CancelDeploymentBuilds$inboundSchema, CancelDeploymentBuilds$outboundSchema, CancelDeploymentFramework$inboundSchema, CancelDeploymentFramework$outboundSchema, CancelDeploymentSpeedInsights$inboundSchema, CancelDeploymentSpeedInsights$outboundSchema, CancelDeploymentWebAnalytics$inboundSchema, CancelDeploymentWebAnalytics$outboundSchema, CancelDeploymentProjectSettings$inboundSchema, CancelDeploymentProjectSettings$outboundSchema, CancelDeploymentDeploymentsStatus$inboundSchema, CancelDeploymentDeploymentsStatus$outboundSchema, CancelDeploymentIntegrations$inboundSchema, CancelDeploymentIntegrations$outboundSchema, CancelDeploymentProtocol$inboundSchema, CancelDeploymentProtocol$outboundSchema, CancelDeploymentRemotePatterns$inboundSchema, CancelDeploymentRemotePatterns$outboundSchema, CancelDeploymentLocalPatterns$inboundSchema, CancelDeploymentLocalPatterns$outboundSchema, CancelDeploymentFormats$inboundSchema, CancelDeploymentFormats$outboundSchema, CancelDeploymentContentDispositionType$inboundSchema, CancelDeploymentContentDispositionType$outboundSchema, CancelDeploymentImages$inboundSchema, CancelDeploymentImages$outboundSchema, CancelDeploymentCreator$inboundSchema, CancelDeploymentCreator$outboundSchema, CancelDeploymentDeploymentsReadyState$inboundSchema, CancelDeploymentDeploymentsReadyState$outboundSchema, CancelDeploymentOutput$inboundSchema, CancelDeploymentOutput$outboundSchema, CancelDeploymentLambdas$inboundSchema, CancelDeploymentLambdas$outboundSchema, CancelDeploymentStatus$inboundSchema, CancelDeploymentStatus$outboundSchema, CancelDeploymentTeam$inboundSchema, CancelDeploymentTeam$outboundSchema, CancelDeploymentCustomEnvironment2$inboundSchema, CancelDeploymentCustomEnvironment2$outboundSchema, CancelDeploymentCustomEnvironmentType$inboundSchema, CancelDeploymentCustomEnvironmentType$outboundSchema, CancelDeploymentCustomEnvironmentDeploymentsType$inboundSchema, CancelDeploymentCustomEnvironmentDeploymentsType$outboundSchema, CancelDeploymentCustomEnvironmentBranchMatcher$inboundSchema, CancelDeploymentCustomEnvironmentBranchMatcher$outboundSchema, CancelDeploymentCustomEnvironmentVerification$inboundSchema, CancelDeploymentCustomEnvironmentVerification$outboundSchema, CancelDeploymentCustomEnvironmentDomains$inboundSchema, CancelDeploymentCustomEnvironmentDomains$outboundSchema, CancelDeploymentCustomEnvironment1$inboundSchema, CancelDeploymentCustomEnvironment1$outboundSchema, CancelDeploymentCustomEnvironment$inboundSchema, CancelDeploymentCustomEnvironment$outboundSchema, CancelDeploymentOomReport$inboundSchema, CancelDeploymentOomReport$outboundSchema, CancelDeploymentAliasError$inboundSchema, CancelDeploymentAliasError$outboundSchema, CancelDeploymentAliasWarning$inboundSchema, CancelDeploymentAliasWarning$outboundSchema, CancelDeploymentChecksState$inboundSchema, CancelDeploymentChecksState$outboundSchema, CancelDeploymentChecksConclusion$inboundSchema, CancelDeploymentChecksConclusion$outboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$inboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$outboundSchema, GitSource15$inboundSchema, GitSource15$outboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$inboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$outboundSchema, GitSource14$inboundSchema, GitSource14$outboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$inboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$outboundSchema, GitSource13$inboundSchema, GitSource13$outboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$inboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$outboundSchema, GitSource12$inboundSchema, GitSource12$outboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$inboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$outboundSchema, GitSource11$inboundSchema, GitSource11$outboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$inboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$outboundSchema, GitSource10$inboundSchema, GitSource10$outboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$inboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$outboundSchema, GitSource9$inboundSchema, GitSource9$outboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$inboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$outboundSchema, GitSource8$inboundSchema, GitSource8$outboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$inboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$outboundSchema, CancelDeploymentGitSourceProjectId$inboundSchema, CancelDeploymentGitSourceProjectId$outboundSchema, CancelDeploymentGitSource7$inboundSchema, CancelDeploymentGitSource7$outboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$inboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$outboundSchema, CancelDeploymentGitSource6$inboundSchema, CancelDeploymentGitSource6$outboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$inboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$outboundSchema, CancelDeploymentGitSourceDeploymentsResponseRepoId$inboundSchema, CancelDeploymentGitSourceDeploymentsResponseRepoId$outboundSchema, CancelDeploymentGitSource5$inboundSchema, CancelDeploymentGitSource5$outboundSchema, CancelDeploymentGitSourceDeploymentsResponse200Type$inboundSchema, CancelDeploymentGitSourceDeploymentsResponse200Type$outboundSchema, CancelDeploymentGitSource4$inboundSchema, CancelDeploymentGitSource4$outboundSchema, CancelDeploymentGitSourceDeploymentsResponseType$inboundSchema, CancelDeploymentGitSourceDeploymentsResponseType$outboundSchema, CancelDeploymentGitSourceDeploymentsRepoId$inboundSchema, CancelDeploymentGitSourceDeploymentsRepoId$outboundSchema, CancelDeploymentGitSource3$inboundSchema, CancelDeploymentGitSource3$outboundSchema, CancelDeploymentGitSourceDeploymentsType$inboundSchema, CancelDeploymentGitSourceDeploymentsType$outboundSchema, CancelDeploymentGitSource2$inboundSchema, CancelDeploymentGitSource2$outboundSchema, CancelDeploymentGitSourceType$inboundSchema, CancelDeploymentGitSourceType$outboundSchema, CancelDeploymentGitSourceRepoId$inboundSchema, CancelDeploymentGitSourceRepoId$outboundSchema, CancelDeploymentGitSource1$inboundSchema, CancelDeploymentGitSource1$outboundSchema, CancelDeploymentGitSource$inboundSchema, CancelDeploymentGitSource$outboundSchema, CancelDeploymentNodeVersion$inboundSchema, CancelDeploymentNodeVersion$outboundSchema, CancelDeploymentProject$inboundSchema, CancelDeploymentProject$outboundSchema, CancelDeploymentReadyState$inboundSchema, CancelDeploymentReadyState$outboundSchema, CancelDeploymentReadySubstate$inboundSchema, CancelDeploymentReadySubstate$outboundSchema, CancelDeploymentSource$inboundSchema, CancelDeploymentSource$outboundSchema, CancelDeploymentTarget$inboundSchema, CancelDeploymentTarget$outboundSchema, CancelDeploymentType$inboundSchema, CancelDeploymentType$outboundSchema, CancelDeploymentOidcTokenClaims$inboundSchema, CancelDeploymentOidcTokenClaims$outboundSchema, CancelDeploymentCrons$inboundSchema, CancelDeploymentCrons$outboundSchema, CancelDeploymentArchitecture$inboundSchema, CancelDeploymentArchitecture$outboundSchema, CancelDeploymentDeploymentsType$inboundSchema, CancelDeploymentDeploymentsType$outboundSchema, CancelDeploymentExperimentalTriggers$inboundSchema, CancelDeploymentExperimentalTriggers$outboundSchema, CancelDeploymentFunctions$inboundSchema, CancelDeploymentFunctions$outboundSchema, CancelDeploymentPlan$inboundSchema, CancelDeploymentPlan$outboundSchema, CancelDeploymentRoutes3$inboundSchema, CancelDeploymentRoutes3$outboundSchema, RoutesHandle$inboundSchema, RoutesHandle$outboundSchema, CancelDeploymentRoutes2$inboundSchema, CancelDeploymentRoutes2$outboundSchema, CancelDeploymentHasDeploymentsType$inboundSchema, CancelDeploymentHasDeploymentsType$outboundSchema, CancelDeploymentValueDeploymentsEq$inboundSchema, CancelDeploymentValueDeploymentsEq$outboundSchema, CancelDeploymentValueDeployments2$inboundSchema, CancelDeploymentValueDeployments2$outboundSchema, CancelDeploymentHasDeploymentsValue$inboundSchema, CancelDeploymentHasDeploymentsValue$outboundSchema, CancelDeploymentHas2$inboundSchema, CancelDeploymentHas2$outboundSchema, CancelDeploymentValueEq$inboundSchema, CancelDeploymentValueEq$outboundSchema, CancelDeploymentValue2$inboundSchema, CancelDeploymentValue2$outboundSchema, CancelDeploymentHasValue$inboundSchema, CancelDeploymentHasValue$outboundSchema, CancelDeploymentHas1$inboundSchema, CancelDeploymentHas1$outboundSchema, CancelDeploymentRoutesHas$inboundSchema, CancelDeploymentRoutesHas$outboundSchema, CancelDeploymentMissingDeploymentsType$inboundSchema, CancelDeploymentMissingDeploymentsType$outboundSchema, CancelDeploymentValueDeploymentsResponse200Eq$inboundSchema, CancelDeploymentValueDeploymentsResponse200Eq$outboundSchema, CancelDeploymentValueDeploymentsResponse2002$inboundSchema, CancelDeploymentValueDeploymentsResponse2002$outboundSchema, CancelDeploymentMissingDeploymentsValue$inboundSchema, CancelDeploymentMissingDeploymentsValue$outboundSchema, CancelDeploymentMissing2$inboundSchema, CancelDeploymentMissing2$outboundSchema, CancelDeploymentValueDeploymentsResponseEq$inboundSchema, CancelDeploymentValueDeploymentsResponseEq$outboundSchema, CancelDeploymentValueDeploymentsResponse2$inboundSchema, CancelDeploymentValueDeploymentsResponse2$outboundSchema, CancelDeploymentMissingValue$inboundSchema, CancelDeploymentMissingValue$outboundSchema, CancelDeploymentMissing1$inboundSchema, CancelDeploymentMissing1$outboundSchema, RoutesMissing$inboundSchema, RoutesMissing$outboundSchema, CancelDeploymentRoutesAction$inboundSchema, CancelDeploymentRoutesAction$outboundSchema, CancelDeploymentRoutesMitigate$inboundSchema, CancelDeploymentRoutesMitigate$outboundSchema, CancelDeploymentRoutesType$inboundSchema, CancelDeploymentRoutesType$outboundSchema, RoutesOp$inboundSchema, RoutesOp$outboundSchema, CancelDeploymentKeyEq$inboundSchema, CancelDeploymentKeyEq$outboundSchema, CancelDeploymentKey2$inboundSchema, CancelDeploymentKey2$outboundSchema, CancelDeploymentRoutesKey$inboundSchema, CancelDeploymentRoutesKey$outboundSchema, CancelDeploymentRoutesTarget$inboundSchema, CancelDeploymentRoutesTarget$outboundSchema, RoutesArgs$inboundSchema, RoutesArgs$outboundSchema, RoutesTransforms$inboundSchema, RoutesTransforms$outboundSchema, RoutesLocale$inboundSchema, RoutesLocale$outboundSchema, CancelDeploymentRoutes1$inboundSchema, CancelDeploymentRoutes1$outboundSchema, CancelDeploymentRoutes$inboundSchema, CancelDeploymentRoutes$outboundSchema, CancelDeploymentGitRepoDeploymentsResponseOwnerType$inboundSchema, CancelDeploymentGitRepoDeploymentsResponseOwnerType$outboundSchema, CancelDeploymentGitRepo3$inboundSchema, CancelDeploymentGitRepo3$outboundSchema, CancelDeploymentGitRepoDeploymentsOwnerType$inboundSchema, CancelDeploymentGitRepoDeploymentsOwnerType$outboundSchema, CancelDeploymentGitRepo2$inboundSchema, CancelDeploymentGitRepo2$outboundSchema, CancelDeploymentGitRepoOwnerType$inboundSchema, CancelDeploymentGitRepoOwnerType$outboundSchema, CancelDeploymentGitRepo1$inboundSchema, CancelDeploymentGitRepo1$outboundSchema, CancelDeploymentGitRepo$inboundSchema, CancelDeploymentGitRepo$outboundSchema, CancelDeploymentFlags2$inboundSchema, CancelDeploymentFlags2$outboundSchema, FlagsOptions$inboundSchema, FlagsOptions$outboundSchema, CancelDeploymentFlagsDefinitions$inboundSchema, CancelDeploymentFlagsDefinitions$outboundSchema, CancelDeploymentFlags1$inboundSchema, CancelDeploymentFlags1$outboundSchema, CancelDeploymentFlags$inboundSchema, CancelDeploymentFlags$outboundSchema, MicrofrontendsMfeConfigUploadState$inboundSchema, MicrofrontendsMfeConfigUploadState$outboundSchema, CancelDeploymentMicrofrontends2$inboundSchema, CancelDeploymentMicrofrontends2$outboundSchema, CancelDeploymentMicrofrontends1$inboundSchema, CancelDeploymentMicrofrontends1$outboundSchema, CancelDeploymentMicrofrontends$inboundSchema, CancelDeploymentMicrofrontends$outboundSchema, CancelDeploymentFunctionType$inboundSchema, CancelDeploymentFunctionType$outboundSchema, CancelDeploymentFunctionMemoryType$inboundSchema, CancelDeploymentFunctionMemoryType$outboundSchema, CancelDeploymentConfig$inboundSchema, CancelDeploymentConfig$outboundSchema, CancelDeploymentState$inboundSchema, CancelDeploymentState$outboundSchema, CancelDeploymentDeploymentAlias$inboundSchema, CancelDeploymentDeploymentAlias$outboundSchema, CancelDeploymentChecks$inboundSchema, CancelDeploymentChecks$outboundSchema, CancelDeploymentResponseBody$inboundSchema, CancelDeploymentResponseBody$outboundSchema;
42822
+ var CancelDeploymentDeploymentsNodeVersion, CancelDeploymentFramework, CancelDeploymentDeploymentsStatus, CancelDeploymentProtocol, CancelDeploymentFormats, CancelDeploymentContentDispositionType, CancelDeploymentDeploymentsReadyState, CancelDeploymentStatus, CancelDeploymentCustomEnvironmentType, CancelDeploymentCustomEnvironmentDeploymentsType, CancelDeploymentOomReport, CancelDeploymentChecksState, CancelDeploymentChecksConclusion, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONType, CancelDeploymentGitSourceDeploymentsResponse200Type, CancelDeploymentGitSourceDeploymentsResponseType, CancelDeploymentGitSourceDeploymentsType, CancelDeploymentGitSourceType, CancelDeploymentNodeVersion, CancelDeploymentReadyState, CancelDeploymentReadySubstate, CancelDeploymentSource, CancelDeploymentTarget, CancelDeploymentType, CancelDeploymentArchitecture, CancelDeploymentDeploymentsType, CancelDeploymentPlan, RoutesHandle, CancelDeploymentHasDeploymentsType, CancelDeploymentMissingDeploymentsType, CancelDeploymentRoutesAction, CancelDeploymentRoutesType, RoutesOp, CancelDeploymentGitRepoDeploymentsResponseOwnerType, CancelDeploymentGitRepoDeploymentsOwnerType, CancelDeploymentGitRepoOwnerType, MicrofrontendsMfeConfigUploadState, CancelDeploymentFunctionType, CancelDeploymentFunctionMemoryType, CancelDeploymentState, CancelDeploymentRequest$inboundSchema, CancelDeploymentRequest$outboundSchema, CancelDeploymentAliasAssignedAt$inboundSchema, CancelDeploymentAliasAssignedAt$outboundSchema, CancelDeploymentBuild$inboundSchema, CancelDeploymentBuild$outboundSchema, CancelDeploymentBuilds$inboundSchema, CancelDeploymentBuilds$outboundSchema, CancelDeploymentDeploymentsNodeVersion$inboundSchema, CancelDeploymentDeploymentsNodeVersion$outboundSchema, CancelDeploymentFramework$inboundSchema, CancelDeploymentFramework$outboundSchema, CancelDeploymentSpeedInsights$inboundSchema, CancelDeploymentSpeedInsights$outboundSchema, CancelDeploymentWebAnalytics$inboundSchema, CancelDeploymentWebAnalytics$outboundSchema, CancelDeploymentProjectSettings$inboundSchema, CancelDeploymentProjectSettings$outboundSchema, CancelDeploymentDeploymentsStatus$inboundSchema, CancelDeploymentDeploymentsStatus$outboundSchema, CancelDeploymentIntegrations$inboundSchema, CancelDeploymentIntegrations$outboundSchema, CancelDeploymentProtocol$inboundSchema, CancelDeploymentProtocol$outboundSchema, CancelDeploymentRemotePatterns$inboundSchema, CancelDeploymentRemotePatterns$outboundSchema, CancelDeploymentLocalPatterns$inboundSchema, CancelDeploymentLocalPatterns$outboundSchema, CancelDeploymentFormats$inboundSchema, CancelDeploymentFormats$outboundSchema, CancelDeploymentContentDispositionType$inboundSchema, CancelDeploymentContentDispositionType$outboundSchema, CancelDeploymentImages$inboundSchema, CancelDeploymentImages$outboundSchema, CancelDeploymentCreator$inboundSchema, CancelDeploymentCreator$outboundSchema, CancelDeploymentDeploymentsReadyState$inboundSchema, CancelDeploymentDeploymentsReadyState$outboundSchema, CancelDeploymentOutput$inboundSchema, CancelDeploymentOutput$outboundSchema, CancelDeploymentLambdas$inboundSchema, CancelDeploymentLambdas$outboundSchema, CancelDeploymentStatus$inboundSchema, CancelDeploymentStatus$outboundSchema, CancelDeploymentTeam$inboundSchema, CancelDeploymentTeam$outboundSchema, CancelDeploymentCustomEnvironment2$inboundSchema, CancelDeploymentCustomEnvironment2$outboundSchema, CancelDeploymentCustomEnvironmentType$inboundSchema, CancelDeploymentCustomEnvironmentType$outboundSchema, CancelDeploymentCustomEnvironmentDeploymentsType$inboundSchema, CancelDeploymentCustomEnvironmentDeploymentsType$outboundSchema, CancelDeploymentCustomEnvironmentBranchMatcher$inboundSchema, CancelDeploymentCustomEnvironmentBranchMatcher$outboundSchema, CancelDeploymentCustomEnvironmentVerification$inboundSchema, CancelDeploymentCustomEnvironmentVerification$outboundSchema, CancelDeploymentCustomEnvironmentDomains$inboundSchema, CancelDeploymentCustomEnvironmentDomains$outboundSchema, CancelDeploymentCustomEnvironment1$inboundSchema, CancelDeploymentCustomEnvironment1$outboundSchema, CancelDeploymentCustomEnvironment$inboundSchema, CancelDeploymentCustomEnvironment$outboundSchema, CancelDeploymentOomReport$inboundSchema, CancelDeploymentOomReport$outboundSchema, CancelDeploymentAliasError$inboundSchema, CancelDeploymentAliasError$outboundSchema, CancelDeploymentAliasWarning$inboundSchema, CancelDeploymentAliasWarning$outboundSchema, CancelDeploymentChecksState$inboundSchema, CancelDeploymentChecksState$outboundSchema, CancelDeploymentChecksConclusion$inboundSchema, CancelDeploymentChecksConclusion$outboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$inboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$outboundSchema, GitSource15$inboundSchema, GitSource15$outboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$inboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$outboundSchema, GitSource14$inboundSchema, GitSource14$outboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$inboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$outboundSchema, GitSource13$inboundSchema, GitSource13$outboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$inboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$outboundSchema, GitSource12$inboundSchema, GitSource12$outboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$inboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$outboundSchema, GitSource11$inboundSchema, GitSource11$outboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$inboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$outboundSchema, GitSource10$inboundSchema, GitSource10$outboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$inboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$outboundSchema, GitSource9$inboundSchema, GitSource9$outboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$inboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$outboundSchema, GitSource8$inboundSchema, GitSource8$outboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$inboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$outboundSchema, CancelDeploymentGitSourceProjectId$inboundSchema, CancelDeploymentGitSourceProjectId$outboundSchema, CancelDeploymentGitSource7$inboundSchema, CancelDeploymentGitSource7$outboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$inboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$outboundSchema, CancelDeploymentGitSource6$inboundSchema, CancelDeploymentGitSource6$outboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$inboundSchema, CancelDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$outboundSchema, CancelDeploymentGitSourceDeploymentsResponseRepoId$inboundSchema, CancelDeploymentGitSourceDeploymentsResponseRepoId$outboundSchema, CancelDeploymentGitSource5$inboundSchema, CancelDeploymentGitSource5$outboundSchema, CancelDeploymentGitSourceDeploymentsResponse200Type$inboundSchema, CancelDeploymentGitSourceDeploymentsResponse200Type$outboundSchema, CancelDeploymentGitSource4$inboundSchema, CancelDeploymentGitSource4$outboundSchema, CancelDeploymentGitSourceDeploymentsResponseType$inboundSchema, CancelDeploymentGitSourceDeploymentsResponseType$outboundSchema, CancelDeploymentGitSourceDeploymentsRepoId$inboundSchema, CancelDeploymentGitSourceDeploymentsRepoId$outboundSchema, CancelDeploymentGitSource3$inboundSchema, CancelDeploymentGitSource3$outboundSchema, CancelDeploymentGitSourceDeploymentsType$inboundSchema, CancelDeploymentGitSourceDeploymentsType$outboundSchema, CancelDeploymentGitSource2$inboundSchema, CancelDeploymentGitSource2$outboundSchema, CancelDeploymentGitSourceType$inboundSchema, CancelDeploymentGitSourceType$outboundSchema, CancelDeploymentGitSourceRepoId$inboundSchema, CancelDeploymentGitSourceRepoId$outboundSchema, CancelDeploymentGitSource1$inboundSchema, CancelDeploymentGitSource1$outboundSchema, CancelDeploymentGitSource$inboundSchema, CancelDeploymentGitSource$outboundSchema, CancelDeploymentNodeVersion$inboundSchema, CancelDeploymentNodeVersion$outboundSchema, CancelDeploymentProject$inboundSchema, CancelDeploymentProject$outboundSchema, CancelDeploymentReadyState$inboundSchema, CancelDeploymentReadyState$outboundSchema, CancelDeploymentReadySubstate$inboundSchema, CancelDeploymentReadySubstate$outboundSchema, CancelDeploymentSource$inboundSchema, CancelDeploymentSource$outboundSchema, CancelDeploymentTarget$inboundSchema, CancelDeploymentTarget$outboundSchema, CancelDeploymentType$inboundSchema, CancelDeploymentType$outboundSchema, CancelDeploymentOidcTokenClaims$inboundSchema, CancelDeploymentOidcTokenClaims$outboundSchema, CancelDeploymentCrons$inboundSchema, CancelDeploymentCrons$outboundSchema, CancelDeploymentArchitecture$inboundSchema, CancelDeploymentArchitecture$outboundSchema, CancelDeploymentDeploymentsType$inboundSchema, CancelDeploymentDeploymentsType$outboundSchema, CancelDeploymentExperimentalTriggers$inboundSchema, CancelDeploymentExperimentalTriggers$outboundSchema, CancelDeploymentFunctions$inboundSchema, CancelDeploymentFunctions$outboundSchema, CancelDeploymentPlan$inboundSchema, CancelDeploymentPlan$outboundSchema, CancelDeploymentRoutes3$inboundSchema, CancelDeploymentRoutes3$outboundSchema, RoutesHandle$inboundSchema, RoutesHandle$outboundSchema, CancelDeploymentRoutes2$inboundSchema, CancelDeploymentRoutes2$outboundSchema, CancelDeploymentHasDeploymentsType$inboundSchema, CancelDeploymentHasDeploymentsType$outboundSchema, CancelDeploymentValueDeploymentsEq$inboundSchema, CancelDeploymentValueDeploymentsEq$outboundSchema, CancelDeploymentValueDeployments2$inboundSchema, CancelDeploymentValueDeployments2$outboundSchema, CancelDeploymentHasDeploymentsValue$inboundSchema, CancelDeploymentHasDeploymentsValue$outboundSchema, CancelDeploymentHas2$inboundSchema, CancelDeploymentHas2$outboundSchema, CancelDeploymentValueEq$inboundSchema, CancelDeploymentValueEq$outboundSchema, CancelDeploymentValue2$inboundSchema, CancelDeploymentValue2$outboundSchema, CancelDeploymentHasValue$inboundSchema, CancelDeploymentHasValue$outboundSchema, CancelDeploymentHas1$inboundSchema, CancelDeploymentHas1$outboundSchema, CancelDeploymentRoutesHas$inboundSchema, CancelDeploymentRoutesHas$outboundSchema, CancelDeploymentMissingDeploymentsType$inboundSchema, CancelDeploymentMissingDeploymentsType$outboundSchema, CancelDeploymentValueDeploymentsResponse200Eq$inboundSchema, CancelDeploymentValueDeploymentsResponse200Eq$outboundSchema, CancelDeploymentValueDeploymentsResponse2002$inboundSchema, CancelDeploymentValueDeploymentsResponse2002$outboundSchema, CancelDeploymentMissingDeploymentsValue$inboundSchema, CancelDeploymentMissingDeploymentsValue$outboundSchema, CancelDeploymentMissing2$inboundSchema, CancelDeploymentMissing2$outboundSchema, CancelDeploymentValueDeploymentsResponseEq$inboundSchema, CancelDeploymentValueDeploymentsResponseEq$outboundSchema, CancelDeploymentValueDeploymentsResponse2$inboundSchema, CancelDeploymentValueDeploymentsResponse2$outboundSchema, CancelDeploymentMissingValue$inboundSchema, CancelDeploymentMissingValue$outboundSchema, CancelDeploymentMissing1$inboundSchema, CancelDeploymentMissing1$outboundSchema, RoutesMissing$inboundSchema, RoutesMissing$outboundSchema, CancelDeploymentRoutesAction$inboundSchema, CancelDeploymentRoutesAction$outboundSchema, CancelDeploymentRoutesMitigate$inboundSchema, CancelDeploymentRoutesMitigate$outboundSchema, CancelDeploymentRoutesType$inboundSchema, CancelDeploymentRoutesType$outboundSchema, RoutesOp$inboundSchema, RoutesOp$outboundSchema, CancelDeploymentKeyEq$inboundSchema, CancelDeploymentKeyEq$outboundSchema, CancelDeploymentKey2$inboundSchema, CancelDeploymentKey2$outboundSchema, CancelDeploymentRoutesKey$inboundSchema, CancelDeploymentRoutesKey$outboundSchema, CancelDeploymentRoutesTarget$inboundSchema, CancelDeploymentRoutesTarget$outboundSchema, RoutesArgs$inboundSchema, RoutesArgs$outboundSchema, RoutesTransforms$inboundSchema, RoutesTransforms$outboundSchema, RoutesLocale$inboundSchema, RoutesLocale$outboundSchema, CancelDeploymentRoutes1$inboundSchema, CancelDeploymentRoutes1$outboundSchema, CancelDeploymentRoutes$inboundSchema, CancelDeploymentRoutes$outboundSchema, CancelDeploymentGitRepoDeploymentsResponseOwnerType$inboundSchema, CancelDeploymentGitRepoDeploymentsResponseOwnerType$outboundSchema, CancelDeploymentGitRepo3$inboundSchema, CancelDeploymentGitRepo3$outboundSchema, CancelDeploymentGitRepoDeploymentsOwnerType$inboundSchema, CancelDeploymentGitRepoDeploymentsOwnerType$outboundSchema, CancelDeploymentGitRepo2$inboundSchema, CancelDeploymentGitRepo2$outboundSchema, CancelDeploymentGitRepoOwnerType$inboundSchema, CancelDeploymentGitRepoOwnerType$outboundSchema, CancelDeploymentGitRepo1$inboundSchema, CancelDeploymentGitRepo1$outboundSchema, CancelDeploymentGitRepo$inboundSchema, CancelDeploymentGitRepo$outboundSchema, CancelDeploymentFlags2$inboundSchema, CancelDeploymentFlags2$outboundSchema, FlagsOptions$inboundSchema, FlagsOptions$outboundSchema, CancelDeploymentFlagsDefinitions$inboundSchema, CancelDeploymentFlagsDefinitions$outboundSchema, CancelDeploymentFlags1$inboundSchema, CancelDeploymentFlags1$outboundSchema, CancelDeploymentFlags$inboundSchema, CancelDeploymentFlags$outboundSchema, MicrofrontendsMfeConfigUploadState$inboundSchema, MicrofrontendsMfeConfigUploadState$outboundSchema, CancelDeploymentMicrofrontends2$inboundSchema, CancelDeploymentMicrofrontends2$outboundSchema, CancelDeploymentMicrofrontends1$inboundSchema, CancelDeploymentMicrofrontends1$outboundSchema, CancelDeploymentMicrofrontends$inboundSchema, CancelDeploymentMicrofrontends$outboundSchema, CancelDeploymentFunctionType$inboundSchema, CancelDeploymentFunctionType$outboundSchema, CancelDeploymentFunctionMemoryType$inboundSchema, CancelDeploymentFunctionMemoryType$outboundSchema, CancelDeploymentConfig$inboundSchema, CancelDeploymentConfig$outboundSchema, CancelDeploymentState$inboundSchema, CancelDeploymentState$outboundSchema, CancelDeploymentDeploymentAlias$inboundSchema, CancelDeploymentDeploymentAlias$outboundSchema, CancelDeploymentChecks$inboundSchema, CancelDeploymentChecks$outboundSchema, CancelDeploymentResponseBody$inboundSchema, CancelDeploymentResponseBody$outboundSchema;
42823
42823
  var init_canceldeploymentop = __esm(() => {
42824
42824
  init_esm();
42825
42825
  init_primitives();
42826
42826
  init_flagjsonvalue();
42827
+ CancelDeploymentDeploymentsNodeVersion = {
42828
+ TwentyFourDotX: "24.x",
42829
+ TwentyTwoDotX: "22.x",
42830
+ TwentyDotX: "20.x",
42831
+ EighteenDotX: "18.x",
42832
+ SixteenDotX: "16.x",
42833
+ FourteenDotX: "14.x",
42834
+ TwelveDotX: "12.x",
42835
+ TenDotX: "10.x",
42836
+ EightDot10DotX: "8.10.x"
42837
+ };
42827
42838
  CancelDeploymentFramework = {
42828
42839
  Blitzjs: "blitzjs",
42829
42840
  Nextjs: "nextjs",
@@ -43129,6 +43140,8 @@ var init_canceldeploymentop = __esm(() => {
43129
43140
  src: stringType().optional(),
43130
43141
  config: recordType(anyType()).optional()
43131
43142
  });
43143
+ CancelDeploymentDeploymentsNodeVersion$inboundSchema = nativeEnumType(CancelDeploymentDeploymentsNodeVersion);
43144
+ CancelDeploymentDeploymentsNodeVersion$outboundSchema = CancelDeploymentDeploymentsNodeVersion$inboundSchema;
43132
43145
  CancelDeploymentFramework$inboundSchema = nativeEnumType(CancelDeploymentFramework);
43133
43146
  CancelDeploymentFramework$outboundSchema = CancelDeploymentFramework$inboundSchema;
43134
43147
  CancelDeploymentSpeedInsights$inboundSchema = objectType({
@@ -43162,6 +43175,7 @@ var init_canceldeploymentop = __esm(() => {
43162
43175
  hasData: booleanType().optional()
43163
43176
  });
43164
43177
  CancelDeploymentProjectSettings$inboundSchema = objectType({
43178
+ nodeVersion: CancelDeploymentDeploymentsNodeVersion$inboundSchema.optional(),
43165
43179
  buildCommand: nullableType(stringType()).optional(),
43166
43180
  devCommand: nullableType(stringType()).optional(),
43167
43181
  framework: nullableType(CancelDeploymentFramework$inboundSchema).optional(),
@@ -43172,6 +43186,7 @@ var init_canceldeploymentop = __esm(() => {
43172
43186
  webAnalytics: lazyType(() => CancelDeploymentWebAnalytics$inboundSchema).optional()
43173
43187
  });
43174
43188
  CancelDeploymentProjectSettings$outboundSchema = objectType({
43189
+ nodeVersion: CancelDeploymentDeploymentsNodeVersion$outboundSchema.optional(),
43175
43190
  buildCommand: nullableType(stringType()).optional(),
43176
43191
  devCommand: nullableType(stringType()).optional(),
43177
43192
  framework: nullableType(CancelDeploymentFramework$outboundSchema).optional(),
@@ -44765,7 +44780,7 @@ This endpoint allows you to cancel a deployment which is currently building, by
44765
44780
  });
44766
44781
 
44767
44782
  // src/models/createdeploymentop.ts
44768
- var ForceNew, SkipAutoDetectionConfirmation, Encoding, CreateDeploymentGitSourceDeploymentsRequestRequestBody7Type, CreateDeploymentGitSourceDeploymentsRequestRequestBodyType, CreateDeploymentGitSourceDeploymentsRequestType, CreateDeploymentGitSourceDeploymentsType, CreateDeploymentGitSourceType, GitSourceType, CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type, Framework, NodeVersion, CreateDeploymentFramework, CreateDeploymentDeploymentsStatus, Protocol2, Formats, ContentDispositionType, CreateDeploymentReadyState, CreateDeploymentStatus, CustomEnvironmentType, CreateDeploymentCustomEnvironmentType, OomReport, ReadyState, CreateDeploymentType, ChecksState, ChecksConclusion, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType, CreateDeploymentGitSourceDeploymentsResponse200Type, CreateDeploymentGitSourceDeploymentsResponseType, CreateDeploymentNodeVersion, ReadySubstate, CreateDeploymentSource, CreateDeploymentTarget, CreateDeploymentPlan, Architecture, CreateDeploymentDeploymentsType, Handle, CreateDeploymentHasDeploymentsType, CreateDeploymentMissingType, RoutesAction, RoutesType, CreateDeploymentRoutesOp, CreateDeploymentGitRepoOwnerType, GitRepoOwnerType, OwnerType, MfeConfigUploadState, FunctionType, FunctionMemoryType, CreateDeploymentState, ForceNew$inboundSchema, ForceNew$outboundSchema, SkipAutoDetectionConfirmation$inboundSchema, SkipAutoDetectionConfirmation$outboundSchema, UploadedFile$inboundSchema, UploadedFile$outboundSchema, Encoding$inboundSchema, Encoding$outboundSchema, InlinedFile$inboundSchema, InlinedFile$outboundSchema, Files$inboundSchema, Files$outboundSchema, GitMetadata$inboundSchema, GitMetadata$outboundSchema, CreateDeploymentGitSourceDeploymentsRequestRequestBody7Type$inboundSchema, CreateDeploymentGitSourceDeploymentsRequestRequestBody7Type$outboundSchema, GitSource7$inboundSchema, GitSource7$outboundSchema, CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$inboundSchema, CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$outboundSchema, GitSource6$inboundSchema, GitSource6$outboundSchema, ProjectId$inboundSchema, ProjectId$outboundSchema, CreateDeploymentGitSourceDeploymentsRequestType$inboundSchema, CreateDeploymentGitSourceDeploymentsRequestType$outboundSchema, GitSource5$inboundSchema, GitSource5$outboundSchema, CreateDeploymentGitSourceDeploymentsType$inboundSchema, CreateDeploymentGitSourceDeploymentsType$outboundSchema, GitSource4$inboundSchema, GitSource4$outboundSchema, GitSourceRepoId$inboundSchema, GitSourceRepoId$outboundSchema, CreateDeploymentGitSourceType$inboundSchema, CreateDeploymentGitSourceType$outboundSchema, GitSource3$inboundSchema, GitSource3$outboundSchema, GitSourceType$inboundSchema, GitSourceType$outboundSchema, GitSource2$inboundSchema, GitSource2$outboundSchema, RepoId$inboundSchema, RepoId$outboundSchema, CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$inboundSchema, CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$outboundSchema, GitSource1$inboundSchema, GitSource1$outboundSchema, GitSource$inboundSchema, GitSource$outboundSchema, Framework$inboundSchema, Framework$outboundSchema, NodeVersion$inboundSchema, NodeVersion$outboundSchema, ProjectSettings$inboundSchema, ProjectSettings$outboundSchema, CreateDeploymentRequestBody$inboundSchema, CreateDeploymentRequestBody$outboundSchema, CreateDeploymentRequest$inboundSchema, CreateDeploymentRequest$outboundSchema, AliasAssignedAt$inboundSchema, AliasAssignedAt$outboundSchema, Build$inboundSchema, Build$outboundSchema, Builds$inboundSchema, Builds$outboundSchema, CreateDeploymentFramework$inboundSchema, CreateDeploymentFramework$outboundSchema, CreateDeploymentSpeedInsights$inboundSchema, CreateDeploymentSpeedInsights$outboundSchema, CreateDeploymentWebAnalytics$inboundSchema, CreateDeploymentWebAnalytics$outboundSchema, CreateDeploymentProjectSettings$inboundSchema, CreateDeploymentProjectSettings$outboundSchema, CreateDeploymentDeploymentsStatus$inboundSchema, CreateDeploymentDeploymentsStatus$outboundSchema, Integrations$inboundSchema, Integrations$outboundSchema, Protocol$inboundSchema, Protocol$outboundSchema, RemotePatterns$inboundSchema, RemotePatterns$outboundSchema, LocalPatterns$inboundSchema, LocalPatterns$outboundSchema, Formats$inboundSchema, Formats$outboundSchema, ContentDispositionType$inboundSchema, ContentDispositionType$outboundSchema, Images$inboundSchema, Images$outboundSchema, Creator$inboundSchema, Creator$outboundSchema, CreateDeploymentReadyState$inboundSchema, CreateDeploymentReadyState$outboundSchema, CreateDeploymentOutput$inboundSchema, CreateDeploymentOutput$outboundSchema, Lambdas$inboundSchema, Lambdas$outboundSchema, CreateDeploymentStatus$inboundSchema, CreateDeploymentStatus$outboundSchema, CreateDeploymentTeam$inboundSchema, CreateDeploymentTeam$outboundSchema, CustomEnvironment2$inboundSchema, CustomEnvironment2$outboundSchema, CustomEnvironmentType$inboundSchema, CustomEnvironmentType$outboundSchema, CreateDeploymentCustomEnvironmentType$inboundSchema, CreateDeploymentCustomEnvironmentType$outboundSchema, CustomEnvironmentBranchMatcher$inboundSchema, CustomEnvironmentBranchMatcher$outboundSchema, CustomEnvironmentVerification$inboundSchema, CustomEnvironmentVerification$outboundSchema, CustomEnvironmentDomains$inboundSchema, CustomEnvironmentDomains$outboundSchema, CustomEnvironment1$inboundSchema, CustomEnvironment1$outboundSchema, CustomEnvironment$inboundSchema, CustomEnvironment$outboundSchema, OomReport$inboundSchema, OomReport$outboundSchema, AliasWarning$inboundSchema, AliasWarning$outboundSchema, ReadyState$inboundSchema, ReadyState$outboundSchema, CreateDeploymentType$inboundSchema, CreateDeploymentType$outboundSchema, AliasError$inboundSchema, AliasError$outboundSchema, ChecksState$inboundSchema, ChecksState$outboundSchema, ChecksConclusion$inboundSchema, ChecksConclusion$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$outboundSchema, CreateDeploymentGitSource15$inboundSchema, CreateDeploymentGitSource15$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$outboundSchema, CreateDeploymentGitSource14$inboundSchema, CreateDeploymentGitSource14$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$outboundSchema, CreateDeploymentGitSource13$inboundSchema, CreateDeploymentGitSource13$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$outboundSchema, CreateDeploymentGitSource12$inboundSchema, CreateDeploymentGitSource12$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$outboundSchema, CreateDeploymentGitSource11$inboundSchema, CreateDeploymentGitSource11$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$outboundSchema, CreateDeploymentGitSource10$inboundSchema, CreateDeploymentGitSource10$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$outboundSchema, CreateDeploymentGitSource9$inboundSchema, CreateDeploymentGitSource9$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$outboundSchema, CreateDeploymentGitSource8$inboundSchema, CreateDeploymentGitSource8$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$outboundSchema, GitSourceProjectId$inboundSchema, GitSourceProjectId$outboundSchema, CreateDeploymentGitSource7$inboundSchema, CreateDeploymentGitSource7$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type$outboundSchema, CreateDeploymentGitSource6$inboundSchema, CreateDeploymentGitSource6$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type$outboundSchema, CreateDeploymentGitSourceDeploymentsResponseRepoId$inboundSchema, CreateDeploymentGitSourceDeploymentsResponseRepoId$outboundSchema, CreateDeploymentGitSource5$inboundSchema, CreateDeploymentGitSource5$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$outboundSchema, CreateDeploymentGitSource4$inboundSchema, CreateDeploymentGitSource4$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$outboundSchema, CreateDeploymentGitSourceDeploymentsRepoId$inboundSchema, CreateDeploymentGitSourceDeploymentsRepoId$outboundSchema, CreateDeploymentGitSource3$inboundSchema, CreateDeploymentGitSource3$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200Type$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200Type$outboundSchema, CreateDeploymentGitSource2$inboundSchema, CreateDeploymentGitSource2$outboundSchema, CreateDeploymentGitSourceDeploymentsResponseType$inboundSchema, CreateDeploymentGitSourceDeploymentsResponseType$outboundSchema, CreateDeploymentGitSourceRepoId$inboundSchema, CreateDeploymentGitSourceRepoId$outboundSchema, CreateDeploymentGitSource1$inboundSchema, CreateDeploymentGitSource1$outboundSchema, CreateDeploymentGitSource$inboundSchema, CreateDeploymentGitSource$outboundSchema, CreateDeploymentNodeVersion$inboundSchema, CreateDeploymentNodeVersion$outboundSchema, CreateDeploymentProject$inboundSchema, CreateDeploymentProject$outboundSchema, ReadySubstate$inboundSchema, ReadySubstate$outboundSchema, CreateDeploymentSource$inboundSchema, CreateDeploymentSource$outboundSchema, CreateDeploymentTarget$inboundSchema, CreateDeploymentTarget$outboundSchema, OidcTokenClaims$inboundSchema, OidcTokenClaims$outboundSchema, CreateDeploymentPlan$inboundSchema, CreateDeploymentPlan$outboundSchema, CreateDeploymentCrons$inboundSchema, CreateDeploymentCrons$outboundSchema, Architecture$inboundSchema, Architecture$outboundSchema, CreateDeploymentDeploymentsType$inboundSchema, CreateDeploymentDeploymentsType$outboundSchema, ExperimentalTriggers$inboundSchema, ExperimentalTriggers$outboundSchema, Functions$inboundSchema, Functions$outboundSchema, Routes3$inboundSchema, Routes3$outboundSchema, Handle$inboundSchema, Handle$outboundSchema, Routes2$inboundSchema, Routes2$outboundSchema, CreateDeploymentHasDeploymentsType$inboundSchema, CreateDeploymentHasDeploymentsType$outboundSchema, ValueEq$inboundSchema, ValueEq$outboundSchema, CreateDeploymentValue2$inboundSchema, CreateDeploymentValue2$outboundSchema, CreateDeploymentHasDeploymentsValue$inboundSchema, CreateDeploymentHasDeploymentsValue$outboundSchema, CreateDeploymentHas2$inboundSchema, CreateDeploymentHas2$outboundSchema, Eq$inboundSchema, Eq$outboundSchema, CreateDeploymentValueDeploymentsResponse2002$inboundSchema, CreateDeploymentValueDeploymentsResponse2002$outboundSchema, CreateDeploymentHasValue$inboundSchema, CreateDeploymentHasValue$outboundSchema, CreateDeploymentHas1$inboundSchema, CreateDeploymentHas1$outboundSchema, RoutesHas$inboundSchema, RoutesHas$outboundSchema, CreateDeploymentMissingType$inboundSchema, CreateDeploymentMissingType$outboundSchema, CreateDeploymentValueDeploymentsEq$inboundSchema, CreateDeploymentValueDeploymentsEq$outboundSchema, CreateDeploymentValueDeploymentsResponse2$inboundSchema, CreateDeploymentValueDeploymentsResponse2$outboundSchema, CreateDeploymentMissingValue$inboundSchema, CreateDeploymentMissingValue$outboundSchema, Missing2$inboundSchema, Missing2$outboundSchema, CreateDeploymentValueEq$inboundSchema, CreateDeploymentValueEq$outboundSchema, CreateDeploymentValueDeployments2$inboundSchema, CreateDeploymentValueDeployments2$outboundSchema, MissingValue$inboundSchema, MissingValue$outboundSchema, Missing1$inboundSchema, Missing1$outboundSchema, Missing$inboundSchema, Missing$outboundSchema, RoutesAction$inboundSchema, RoutesAction$outboundSchema, RoutesMitigate$inboundSchema, RoutesMitigate$outboundSchema, RoutesType$inboundSchema, RoutesType$outboundSchema, CreateDeploymentRoutesOp$inboundSchema, CreateDeploymentRoutesOp$outboundSchema, KeyEq$inboundSchema, KeyEq$outboundSchema, Key2$inboundSchema, Key2$outboundSchema, RoutesKey$inboundSchema, RoutesKey$outboundSchema, RoutesTarget$inboundSchema, RoutesTarget$outboundSchema, Args$inboundSchema, Args$outboundSchema, CreateDeploymentRoutesTransforms$inboundSchema, CreateDeploymentRoutesTransforms$outboundSchema, Locale$inboundSchema, Locale$outboundSchema, Routes1$inboundSchema, Routes1$outboundSchema, Routes$inboundSchema, Routes$outboundSchema, CreateDeploymentGitRepoOwnerType$inboundSchema, CreateDeploymentGitRepoOwnerType$outboundSchema, GitRepo3$inboundSchema, GitRepo3$outboundSchema, GitRepoOwnerType$inboundSchema, GitRepoOwnerType$outboundSchema, GitRepo2$inboundSchema, GitRepo2$outboundSchema, OwnerType$inboundSchema, OwnerType$outboundSchema, GitRepo1$inboundSchema, GitRepo1$outboundSchema, GitRepo$inboundSchema, GitRepo$outboundSchema, Flags2$inboundSchema, Flags2$outboundSchema, Options$inboundSchema, Options$outboundSchema, FlagsDefinitions$inboundSchema, FlagsDefinitions$outboundSchema, Flags1$inboundSchema, Flags1$outboundSchema, Flags$inboundSchema, Flags$outboundSchema, MfeConfigUploadState$inboundSchema, MfeConfigUploadState$outboundSchema, CreateDeploymentMicrofrontends2$inboundSchema, CreateDeploymentMicrofrontends2$outboundSchema, CreateDeploymentMicrofrontends1$inboundSchema, CreateDeploymentMicrofrontends1$outboundSchema, CreateDeploymentMicrofrontends$inboundSchema, CreateDeploymentMicrofrontends$outboundSchema, FunctionType$inboundSchema, FunctionType$outboundSchema, FunctionMemoryType$inboundSchema, FunctionMemoryType$outboundSchema, Config$inboundSchema, Config$outboundSchema, CreateDeploymentState$inboundSchema, CreateDeploymentState$outboundSchema, DeploymentAlias$inboundSchema, DeploymentAlias$outboundSchema, CreateDeploymentChecks$inboundSchema, CreateDeploymentChecks$outboundSchema, CreateDeploymentResponseBody$inboundSchema, CreateDeploymentResponseBody$outboundSchema;
44783
+ var ForceNew, SkipAutoDetectionConfirmation, Encoding, CreateDeploymentGitSourceDeploymentsRequestRequestBody7Type, CreateDeploymentGitSourceDeploymentsRequestRequestBodyType, CreateDeploymentGitSourceDeploymentsRequestType, CreateDeploymentGitSourceDeploymentsType, CreateDeploymentGitSourceType, GitSourceType, CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type, Framework, NodeVersion, CreateDeploymentDeploymentsNodeVersion, CreateDeploymentFramework, CreateDeploymentDeploymentsStatus, Protocol2, Formats, ContentDispositionType, CreateDeploymentReadyState, CreateDeploymentStatus, CustomEnvironmentType, CreateDeploymentCustomEnvironmentType, OomReport, ReadyState, CreateDeploymentType, ChecksState, ChecksConclusion, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType, CreateDeploymentGitSourceDeploymentsResponse200Type, CreateDeploymentGitSourceDeploymentsResponseType, CreateDeploymentNodeVersion, ReadySubstate, CreateDeploymentSource, CreateDeploymentTarget, CreateDeploymentPlan, Architecture, CreateDeploymentDeploymentsType, Handle, CreateDeploymentHasDeploymentsType, CreateDeploymentMissingType, RoutesAction, RoutesType, CreateDeploymentRoutesOp, CreateDeploymentGitRepoOwnerType, GitRepoOwnerType, OwnerType, MfeConfigUploadState, FunctionType, FunctionMemoryType, CreateDeploymentState, ForceNew$inboundSchema, ForceNew$outboundSchema, SkipAutoDetectionConfirmation$inboundSchema, SkipAutoDetectionConfirmation$outboundSchema, UploadedFile$inboundSchema, UploadedFile$outboundSchema, Encoding$inboundSchema, Encoding$outboundSchema, InlinedFile$inboundSchema, InlinedFile$outboundSchema, Files$inboundSchema, Files$outboundSchema, GitMetadata$inboundSchema, GitMetadata$outboundSchema, CreateDeploymentGitSourceDeploymentsRequestRequestBody7Type$inboundSchema, CreateDeploymentGitSourceDeploymentsRequestRequestBody7Type$outboundSchema, GitSource7$inboundSchema, GitSource7$outboundSchema, CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$inboundSchema, CreateDeploymentGitSourceDeploymentsRequestRequestBodyType$outboundSchema, GitSource6$inboundSchema, GitSource6$outboundSchema, ProjectId$inboundSchema, ProjectId$outboundSchema, CreateDeploymentGitSourceDeploymentsRequestType$inboundSchema, CreateDeploymentGitSourceDeploymentsRequestType$outboundSchema, GitSource5$inboundSchema, GitSource5$outboundSchema, CreateDeploymentGitSourceDeploymentsType$inboundSchema, CreateDeploymentGitSourceDeploymentsType$outboundSchema, GitSource4$inboundSchema, GitSource4$outboundSchema, GitSourceRepoId$inboundSchema, GitSourceRepoId$outboundSchema, CreateDeploymentGitSourceType$inboundSchema, CreateDeploymentGitSourceType$outboundSchema, GitSource3$inboundSchema, GitSource3$outboundSchema, GitSourceType$inboundSchema, GitSourceType$outboundSchema, GitSource2$inboundSchema, GitSource2$outboundSchema, RepoId$inboundSchema, RepoId$outboundSchema, CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$inboundSchema, CreateDeploymentGitSourceDeploymentsRequestRequestBody1Type$outboundSchema, GitSource1$inboundSchema, GitSource1$outboundSchema, GitSource$inboundSchema, GitSource$outboundSchema, Framework$inboundSchema, Framework$outboundSchema, NodeVersion$inboundSchema, NodeVersion$outboundSchema, ProjectSettings$inboundSchema, ProjectSettings$outboundSchema, CreateDeploymentRequestBody$inboundSchema, CreateDeploymentRequestBody$outboundSchema, CreateDeploymentRequest$inboundSchema, CreateDeploymentRequest$outboundSchema, AliasAssignedAt$inboundSchema, AliasAssignedAt$outboundSchema, Build$inboundSchema, Build$outboundSchema, Builds$inboundSchema, Builds$outboundSchema, CreateDeploymentDeploymentsNodeVersion$inboundSchema, CreateDeploymentDeploymentsNodeVersion$outboundSchema, CreateDeploymentFramework$inboundSchema, CreateDeploymentFramework$outboundSchema, CreateDeploymentSpeedInsights$inboundSchema, CreateDeploymentSpeedInsights$outboundSchema, CreateDeploymentWebAnalytics$inboundSchema, CreateDeploymentWebAnalytics$outboundSchema, CreateDeploymentProjectSettings$inboundSchema, CreateDeploymentProjectSettings$outboundSchema, CreateDeploymentDeploymentsStatus$inboundSchema, CreateDeploymentDeploymentsStatus$outboundSchema, Integrations$inboundSchema, Integrations$outboundSchema, Protocol$inboundSchema, Protocol$outboundSchema, RemotePatterns$inboundSchema, RemotePatterns$outboundSchema, LocalPatterns$inboundSchema, LocalPatterns$outboundSchema, Formats$inboundSchema, Formats$outboundSchema, ContentDispositionType$inboundSchema, ContentDispositionType$outboundSchema, Images$inboundSchema, Images$outboundSchema, Creator$inboundSchema, Creator$outboundSchema, CreateDeploymentReadyState$inboundSchema, CreateDeploymentReadyState$outboundSchema, CreateDeploymentOutput$inboundSchema, CreateDeploymentOutput$outboundSchema, Lambdas$inboundSchema, Lambdas$outboundSchema, CreateDeploymentStatus$inboundSchema, CreateDeploymentStatus$outboundSchema, CreateDeploymentTeam$inboundSchema, CreateDeploymentTeam$outboundSchema, CustomEnvironment2$inboundSchema, CustomEnvironment2$outboundSchema, CustomEnvironmentType$inboundSchema, CustomEnvironmentType$outboundSchema, CreateDeploymentCustomEnvironmentType$inboundSchema, CreateDeploymentCustomEnvironmentType$outboundSchema, CustomEnvironmentBranchMatcher$inboundSchema, CustomEnvironmentBranchMatcher$outboundSchema, CustomEnvironmentVerification$inboundSchema, CustomEnvironmentVerification$outboundSchema, CustomEnvironmentDomains$inboundSchema, CustomEnvironmentDomains$outboundSchema, CustomEnvironment1$inboundSchema, CustomEnvironment1$outboundSchema, CustomEnvironment$inboundSchema, CustomEnvironment$outboundSchema, OomReport$inboundSchema, OomReport$outboundSchema, AliasWarning$inboundSchema, AliasWarning$outboundSchema, ReadyState$inboundSchema, ReadyState$outboundSchema, CreateDeploymentType$inboundSchema, CreateDeploymentType$outboundSchema, AliasError$inboundSchema, AliasError$outboundSchema, ChecksState$inboundSchema, ChecksState$outboundSchema, ChecksConclusion$inboundSchema, ChecksConclusion$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody15Type$outboundSchema, CreateDeploymentGitSource15$inboundSchema, CreateDeploymentGitSource15$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody14Type$outboundSchema, CreateDeploymentGitSource14$inboundSchema, CreateDeploymentGitSource14$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody13Type$outboundSchema, CreateDeploymentGitSource13$inboundSchema, CreateDeploymentGitSource13$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody12Type$outboundSchema, CreateDeploymentGitSource12$inboundSchema, CreateDeploymentGitSource12$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$outboundSchema, CreateDeploymentGitSource11$inboundSchema, CreateDeploymentGitSource11$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody10Type$outboundSchema, CreateDeploymentGitSource10$inboundSchema, CreateDeploymentGitSource10$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody9Type$outboundSchema, CreateDeploymentGitSource9$inboundSchema, CreateDeploymentGitSource9$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody8Type$outboundSchema, CreateDeploymentGitSource8$inboundSchema, CreateDeploymentGitSource8$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody7Type$outboundSchema, GitSourceProjectId$inboundSchema, GitSourceProjectId$outboundSchema, CreateDeploymentGitSource7$inboundSchema, CreateDeploymentGitSource7$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody6Type$outboundSchema, CreateDeploymentGitSource6$inboundSchema, CreateDeploymentGitSource6$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody5Type$outboundSchema, CreateDeploymentGitSourceDeploymentsResponseRepoId$inboundSchema, CreateDeploymentGitSourceDeploymentsResponseRepoId$outboundSchema, CreateDeploymentGitSource5$inboundSchema, CreateDeploymentGitSource5$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$outboundSchema, CreateDeploymentGitSource4$inboundSchema, CreateDeploymentGitSource4$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$outboundSchema, CreateDeploymentGitSourceDeploymentsRepoId$inboundSchema, CreateDeploymentGitSourceDeploymentsRepoId$outboundSchema, CreateDeploymentGitSource3$inboundSchema, CreateDeploymentGitSource3$outboundSchema, CreateDeploymentGitSourceDeploymentsResponse200Type$inboundSchema, CreateDeploymentGitSourceDeploymentsResponse200Type$outboundSchema, CreateDeploymentGitSource2$inboundSchema, CreateDeploymentGitSource2$outboundSchema, CreateDeploymentGitSourceDeploymentsResponseType$inboundSchema, CreateDeploymentGitSourceDeploymentsResponseType$outboundSchema, CreateDeploymentGitSourceRepoId$inboundSchema, CreateDeploymentGitSourceRepoId$outboundSchema, CreateDeploymentGitSource1$inboundSchema, CreateDeploymentGitSource1$outboundSchema, CreateDeploymentGitSource$inboundSchema, CreateDeploymentGitSource$outboundSchema, CreateDeploymentNodeVersion$inboundSchema, CreateDeploymentNodeVersion$outboundSchema, CreateDeploymentProject$inboundSchema, CreateDeploymentProject$outboundSchema, ReadySubstate$inboundSchema, ReadySubstate$outboundSchema, CreateDeploymentSource$inboundSchema, CreateDeploymentSource$outboundSchema, CreateDeploymentTarget$inboundSchema, CreateDeploymentTarget$outboundSchema, OidcTokenClaims$inboundSchema, OidcTokenClaims$outboundSchema, CreateDeploymentPlan$inboundSchema, CreateDeploymentPlan$outboundSchema, CreateDeploymentCrons$inboundSchema, CreateDeploymentCrons$outboundSchema, Architecture$inboundSchema, Architecture$outboundSchema, CreateDeploymentDeploymentsType$inboundSchema, CreateDeploymentDeploymentsType$outboundSchema, ExperimentalTriggers$inboundSchema, ExperimentalTriggers$outboundSchema, Functions$inboundSchema, Functions$outboundSchema, Routes3$inboundSchema, Routes3$outboundSchema, Handle$inboundSchema, Handle$outboundSchema, Routes2$inboundSchema, Routes2$outboundSchema, CreateDeploymentHasDeploymentsType$inboundSchema, CreateDeploymentHasDeploymentsType$outboundSchema, ValueEq$inboundSchema, ValueEq$outboundSchema, CreateDeploymentValue2$inboundSchema, CreateDeploymentValue2$outboundSchema, CreateDeploymentHasDeploymentsValue$inboundSchema, CreateDeploymentHasDeploymentsValue$outboundSchema, CreateDeploymentHas2$inboundSchema, CreateDeploymentHas2$outboundSchema, Eq$inboundSchema, Eq$outboundSchema, CreateDeploymentValueDeploymentsResponse2002$inboundSchema, CreateDeploymentValueDeploymentsResponse2002$outboundSchema, CreateDeploymentHasValue$inboundSchema, CreateDeploymentHasValue$outboundSchema, CreateDeploymentHas1$inboundSchema, CreateDeploymentHas1$outboundSchema, RoutesHas$inboundSchema, RoutesHas$outboundSchema, CreateDeploymentMissingType$inboundSchema, CreateDeploymentMissingType$outboundSchema, CreateDeploymentValueDeploymentsEq$inboundSchema, CreateDeploymentValueDeploymentsEq$outboundSchema, CreateDeploymentValueDeploymentsResponse2$inboundSchema, CreateDeploymentValueDeploymentsResponse2$outboundSchema, CreateDeploymentMissingValue$inboundSchema, CreateDeploymentMissingValue$outboundSchema, Missing2$inboundSchema, Missing2$outboundSchema, CreateDeploymentValueEq$inboundSchema, CreateDeploymentValueEq$outboundSchema, CreateDeploymentValueDeployments2$inboundSchema, CreateDeploymentValueDeployments2$outboundSchema, MissingValue$inboundSchema, MissingValue$outboundSchema, Missing1$inboundSchema, Missing1$outboundSchema, Missing$inboundSchema, Missing$outboundSchema, RoutesAction$inboundSchema, RoutesAction$outboundSchema, RoutesMitigate$inboundSchema, RoutesMitigate$outboundSchema, RoutesType$inboundSchema, RoutesType$outboundSchema, CreateDeploymentRoutesOp$inboundSchema, CreateDeploymentRoutesOp$outboundSchema, KeyEq$inboundSchema, KeyEq$outboundSchema, Key2$inboundSchema, Key2$outboundSchema, RoutesKey$inboundSchema, RoutesKey$outboundSchema, RoutesTarget$inboundSchema, RoutesTarget$outboundSchema, Args$inboundSchema, Args$outboundSchema, CreateDeploymentRoutesTransforms$inboundSchema, CreateDeploymentRoutesTransforms$outboundSchema, Locale$inboundSchema, Locale$outboundSchema, Routes1$inboundSchema, Routes1$outboundSchema, Routes$inboundSchema, Routes$outboundSchema, CreateDeploymentGitRepoOwnerType$inboundSchema, CreateDeploymentGitRepoOwnerType$outboundSchema, GitRepo3$inboundSchema, GitRepo3$outboundSchema, GitRepoOwnerType$inboundSchema, GitRepoOwnerType$outboundSchema, GitRepo2$inboundSchema, GitRepo2$outboundSchema, OwnerType$inboundSchema, OwnerType$outboundSchema, GitRepo1$inboundSchema, GitRepo1$outboundSchema, GitRepo$inboundSchema, GitRepo$outboundSchema, Flags2$inboundSchema, Flags2$outboundSchema, Options$inboundSchema, Options$outboundSchema, FlagsDefinitions$inboundSchema, FlagsDefinitions$outboundSchema, Flags1$inboundSchema, Flags1$outboundSchema, Flags$inboundSchema, Flags$outboundSchema, MfeConfigUploadState$inboundSchema, MfeConfigUploadState$outboundSchema, CreateDeploymentMicrofrontends2$inboundSchema, CreateDeploymentMicrofrontends2$outboundSchema, CreateDeploymentMicrofrontends1$inboundSchema, CreateDeploymentMicrofrontends1$outboundSchema, CreateDeploymentMicrofrontends$inboundSchema, CreateDeploymentMicrofrontends$outboundSchema, FunctionType$inboundSchema, FunctionType$outboundSchema, FunctionMemoryType$inboundSchema, FunctionMemoryType$outboundSchema, Config$inboundSchema, Config$outboundSchema, CreateDeploymentState$inboundSchema, CreateDeploymentState$outboundSchema, DeploymentAlias$inboundSchema, DeploymentAlias$outboundSchema, CreateDeploymentChecks$inboundSchema, CreateDeploymentChecks$outboundSchema, CreateDeploymentResponseBody$inboundSchema, CreateDeploymentResponseBody$outboundSchema;
44769
44784
  var init_createdeploymentop = __esm(() => {
44770
44785
  init_esm();
44771
44786
  init_primitives();
@@ -44873,6 +44888,17 @@ var init_createdeploymentop = __esm(() => {
44873
44888
  TenDotX: "10.x",
44874
44889
  EightDot10DotX: "8.10.x"
44875
44890
  };
44891
+ CreateDeploymentDeploymentsNodeVersion = {
44892
+ TwentyFourDotX: "24.x",
44893
+ TwentyTwoDotX: "22.x",
44894
+ TwentyDotX: "20.x",
44895
+ EighteenDotX: "18.x",
44896
+ SixteenDotX: "16.x",
44897
+ FourteenDotX: "14.x",
44898
+ TwelveDotX: "12.x",
44899
+ TenDotX: "10.x",
44900
+ EightDot10DotX: "8.10.x"
44901
+ };
44876
44902
  CreateDeploymentFramework = {
44877
44903
  Blitzjs: "blitzjs",
44878
44904
  Nextjs: "nextjs",
@@ -45460,6 +45486,8 @@ var init_createdeploymentop = __esm(() => {
45460
45486
  src: stringType().optional(),
45461
45487
  config: recordType(anyType()).optional()
45462
45488
  });
45489
+ CreateDeploymentDeploymentsNodeVersion$inboundSchema = nativeEnumType(CreateDeploymentDeploymentsNodeVersion);
45490
+ CreateDeploymentDeploymentsNodeVersion$outboundSchema = CreateDeploymentDeploymentsNodeVersion$inboundSchema;
45463
45491
  CreateDeploymentFramework$inboundSchema = nativeEnumType(CreateDeploymentFramework);
45464
45492
  CreateDeploymentFramework$outboundSchema = CreateDeploymentFramework$inboundSchema;
45465
45493
  CreateDeploymentSpeedInsights$inboundSchema = objectType({
@@ -45493,6 +45521,7 @@ var init_createdeploymentop = __esm(() => {
45493
45521
  hasData: booleanType().optional()
45494
45522
  });
45495
45523
  CreateDeploymentProjectSettings$inboundSchema = objectType({
45524
+ nodeVersion: CreateDeploymentDeploymentsNodeVersion$inboundSchema.optional(),
45496
45525
  buildCommand: nullableType(stringType()).optional(),
45497
45526
  devCommand: nullableType(stringType()).optional(),
45498
45527
  framework: nullableType(CreateDeploymentFramework$inboundSchema).optional(),
@@ -45503,6 +45532,7 @@ var init_createdeploymentop = __esm(() => {
45503
45532
  webAnalytics: lazyType(() => CreateDeploymentWebAnalytics$inboundSchema).optional()
45504
45533
  });
45505
45534
  CreateDeploymentProjectSettings$outboundSchema = objectType({
45535
+ nodeVersion: CreateDeploymentDeploymentsNodeVersion$outboundSchema.optional(),
45506
45536
  buildCommand: nullableType(stringType()).optional(),
45507
45537
  devCommand: nullableType(stringType()).optional(),
45508
45538
  framework: nullableType(CreateDeploymentFramework$outboundSchema).optional(),
@@ -47237,7 +47267,7 @@ This API allows you to delete a deployment, either by supplying its \`id\` in th
47237
47267
  });
47238
47268
 
47239
47269
  // src/models/getdeploymentop.ts
47240
- var GetDeploymentResponseBodyDeploymentsReadyState, GetDeploymentResponseBodyStatus, GetDeploymentCustomEnvironmentType, GetDeploymentCustomEnvironmentDeploymentsResponseType, ResponseBodyOomReport, GetDeploymentResponseBodyReadyState, GetDeploymentResponseBodyDeploymentsType, GetDeploymentResponseBodyChecksState, GetDeploymentResponseBodyChecksConclusion, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody27Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody26Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody25Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody24Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody23Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody22Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody2Type, GetDeploymentResponseBodyNodeVersion, GetDeploymentResponseBodyReadySubstate, GetDeploymentResponseBodySource, GetDeploymentResponseBodyTarget, ResponseBodyFramework, GetDeploymentResponseBodyDeploymentsStatus, ResponseBodyProtocol, ResponseBodyFormats, ResponseBodyContentDispositionType, GetDeploymentResponseBodyDeploymentsResponseReadyState, ResponseBodyStatus, GetDeploymentCustomEnvironmentDeploymentsType, GetDeploymentCustomEnvironmentDeploymentsResponse200Type, GetDeploymentResponseBodyOomReport, ResponseBodyReadyState, GetDeploymentResponseBodyType, ResponseBodyChecksState, ResponseBodyChecksConclusion, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody111Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody110Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody19Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody1Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONType, GetDeploymentGitSourceDeploymentsResponse200Type, GetDeploymentGitSourceDeploymentsResponseType, GetDeploymentGitSourceDeploymentsType, GetDeploymentGitSourceType, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type, ResponseBodyNodeVersion, ResponseBodyReadySubstate, ResponseBodySource, ResponseBodyTarget, ResponseBodyPlan, ResponseBodyArchitecture, GetDeploymentResponseBodyDeploymentsResponseType, GetDeploymentRoutesHandle, GetDeploymentHasDeploymentsType, GetDeploymentMissingType, GetDeploymentRoutesAction, GetDeploymentRoutesType, GetDeploymentRoutesOp, GetDeploymentGitRepoOwnerType, GetDeploymentGitRepoDeploymentsResponseOwnerType, GetDeploymentGitRepoDeploymentsOwnerType, GetDeploymentMicrofrontendsMfeConfigUploadState, ResponseBodyFunctionType, ResponseBodyFunctionMemoryType, ResponseBodyState, GetDeploymentRequest$inboundSchema, GetDeploymentRequest$outboundSchema, GetDeploymentResponseBodyCreator$inboundSchema, GetDeploymentResponseBodyCreator$outboundSchema, GetDeploymentResponseBodyDeploymentsReadyState$inboundSchema, GetDeploymentResponseBodyDeploymentsReadyState$outboundSchema, GetDeploymentResponseBodyOutput$inboundSchema, GetDeploymentResponseBodyOutput$outboundSchema, ResponseBodyLambdas$inboundSchema, ResponseBodyLambdas$outboundSchema, GetDeploymentResponseBodyStatus$inboundSchema, GetDeploymentResponseBodyStatus$outboundSchema, ResponseBodyTeam$inboundSchema, ResponseBodyTeam$outboundSchema, GetDeploymentCustomEnvironment2$inboundSchema, GetDeploymentCustomEnvironment2$outboundSchema, GetDeploymentCustomEnvironmentType$inboundSchema, GetDeploymentCustomEnvironmentType$outboundSchema, GetDeploymentCustomEnvironmentDeploymentsResponseType$inboundSchema, GetDeploymentCustomEnvironmentDeploymentsResponseType$outboundSchema, GetDeploymentCustomEnvironmentBranchMatcher$inboundSchema, GetDeploymentCustomEnvironmentBranchMatcher$outboundSchema, GetDeploymentCustomEnvironmentVerification$inboundSchema, GetDeploymentCustomEnvironmentVerification$outboundSchema, GetDeploymentCustomEnvironmentDomains$inboundSchema, GetDeploymentCustomEnvironmentDomains$outboundSchema, GetDeploymentCustomEnvironment1$inboundSchema, GetDeploymentCustomEnvironment1$outboundSchema, ResponseBodyCustomEnvironment$inboundSchema, ResponseBodyCustomEnvironment$outboundSchema, ResponseBodyOomReport$inboundSchema, ResponseBodyOomReport$outboundSchema, ResponseBodyAliasWarning$inboundSchema, ResponseBodyAliasWarning$outboundSchema, GetDeploymentResponseBodyReadyState$inboundSchema, GetDeploymentResponseBodyReadyState$outboundSchema, GetDeploymentResponseBodyDeploymentsType$inboundSchema, GetDeploymentResponseBodyDeploymentsType$outboundSchema, GetDeploymentResponseBodyAliasError$inboundSchema, GetDeploymentResponseBodyAliasError$outboundSchema, GetDeploymentResponseBodyChecksState$inboundSchema, GetDeploymentResponseBodyChecksState$outboundSchema, GetDeploymentResponseBodyChecksConclusion$inboundSchema, GetDeploymentResponseBodyChecksConclusion$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type$outboundSchema, GetDeploymentGitSource15$inboundSchema, GetDeploymentGitSource15$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type$outboundSchema, GetDeploymentGitSource14$inboundSchema, GetDeploymentGitSource14$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type$outboundSchema, GetDeploymentGitSource13$inboundSchema, GetDeploymentGitSource13$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type$outboundSchema, GetDeploymentGitSource12$inboundSchema, GetDeploymentGitSource12$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type$outboundSchema, GetDeploymentGitSource11$inboundSchema, GetDeploymentGitSource11$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type$outboundSchema, GetDeploymentGitSource10$inboundSchema, GetDeploymentGitSource10$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type$outboundSchema, GetDeploymentGitSource9$inboundSchema, GetDeploymentGitSource9$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type$outboundSchema, GetDeploymentGitSource8$inboundSchema, GetDeploymentGitSource8$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody27Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody27Type$outboundSchema, GetDeploymentGitSourceDeploymentsProjectId$inboundSchema, GetDeploymentGitSourceDeploymentsProjectId$outboundSchema, GetDeploymentGitSource7$inboundSchema, GetDeploymentGitSource7$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody26Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody26Type$outboundSchema, GetDeploymentGitSource6$inboundSchema, GetDeploymentGitSource6$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody25Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody25Type$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200RepoId$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200RepoId$outboundSchema, GetDeploymentGitSource5$inboundSchema, GetDeploymentGitSource5$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody24Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody24Type$outboundSchema, GetDeploymentGitSource4$inboundSchema, GetDeploymentGitSource4$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody23Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody23Type$outboundSchema, GetDeploymentGitSourceDeploymentsResponseRepoId$inboundSchema, GetDeploymentGitSourceDeploymentsResponseRepoId$outboundSchema, GetDeploymentGitSource3$inboundSchema, GetDeploymentGitSource3$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody22Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody22Type$outboundSchema, GetDeploymentGitSource2$inboundSchema, GetDeploymentGitSource2$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody2Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody2Type$outboundSchema, GetDeploymentGitSourceDeploymentsRepoId$inboundSchema, GetDeploymentGitSourceDeploymentsRepoId$outboundSchema, GetDeploymentGitSource1$inboundSchema, GetDeploymentGitSource1$outboundSchema, ResponseBodyGitSource$inboundSchema, ResponseBodyGitSource$outboundSchema, GetDeploymentResponseBodyNodeVersion$inboundSchema, GetDeploymentResponseBodyNodeVersion$outboundSchema, GetDeploymentResponseBodyProject$inboundSchema, GetDeploymentResponseBodyProject$outboundSchema, GetDeploymentResponseBodyReadySubstate$inboundSchema, GetDeploymentResponseBodyReadySubstate$outboundSchema, GetDeploymentResponseBodySource$inboundSchema, GetDeploymentResponseBodySource$outboundSchema, GetDeploymentResponseBodyTarget$inboundSchema, GetDeploymentResponseBodyTarget$outboundSchema, GetDeploymentResponseBodyOidcTokenClaims$inboundSchema, GetDeploymentResponseBodyOidcTokenClaims$outboundSchema, GetDeploymentResponseBody2$inboundSchema, GetDeploymentResponseBody2$outboundSchema, ResponseBodyAliasAssignedAt$inboundSchema, ResponseBodyAliasAssignedAt$outboundSchema, ResponseBodyBuild$inboundSchema, ResponseBodyBuild$outboundSchema, ResponseBodyBuilds$inboundSchema, ResponseBodyBuilds$outboundSchema, ResponseBodyFramework$inboundSchema, ResponseBodyFramework$outboundSchema, ResponseBodySpeedInsights$inboundSchema, ResponseBodySpeedInsights$outboundSchema, ResponseBodyWebAnalytics$inboundSchema, ResponseBodyWebAnalytics$outboundSchema, ResponseBodyProjectSettings$inboundSchema, ResponseBodyProjectSettings$outboundSchema, GetDeploymentResponseBodyDeploymentsStatus$inboundSchema, GetDeploymentResponseBodyDeploymentsStatus$outboundSchema, ResponseBodyIntegrations$inboundSchema, ResponseBodyIntegrations$outboundSchema, ResponseBodyProtocol$inboundSchema, ResponseBodyProtocol$outboundSchema, ResponseBodyRemotePatterns$inboundSchema, ResponseBodyRemotePatterns$outboundSchema, ResponseBodyLocalPatterns$inboundSchema, ResponseBodyLocalPatterns$outboundSchema, ResponseBodyFormats$inboundSchema, ResponseBodyFormats$outboundSchema, ResponseBodyContentDispositionType$inboundSchema, ResponseBodyContentDispositionType$outboundSchema, ResponseBodyImages$inboundSchema, ResponseBodyImages$outboundSchema, ResponseBodyCreator$inboundSchema, ResponseBodyCreator$outboundSchema, GetDeploymentResponseBodyDeploymentsResponseReadyState$inboundSchema, GetDeploymentResponseBodyDeploymentsResponseReadyState$outboundSchema, ResponseBodyOutput$inboundSchema, ResponseBodyOutput$outboundSchema, GetDeploymentResponseBodyLambdas$inboundSchema, GetDeploymentResponseBodyLambdas$outboundSchema, ResponseBodyStatus$inboundSchema, ResponseBodyStatus$outboundSchema, GetDeploymentResponseBodyTeam$inboundSchema, GetDeploymentResponseBodyTeam$outboundSchema, GetDeploymentCustomEnvironmentDeployments2$inboundSchema, GetDeploymentCustomEnvironmentDeployments2$outboundSchema, GetDeploymentCustomEnvironmentDeploymentsType$inboundSchema, GetDeploymentCustomEnvironmentDeploymentsType$outboundSchema, GetDeploymentCustomEnvironmentDeploymentsResponse200Type$inboundSchema, GetDeploymentCustomEnvironmentDeploymentsResponse200Type$outboundSchema, GetDeploymentCustomEnvironmentDeploymentsBranchMatcher$inboundSchema, GetDeploymentCustomEnvironmentDeploymentsBranchMatcher$outboundSchema, GetDeploymentCustomEnvironmentDeploymentsVerification$inboundSchema, GetDeploymentCustomEnvironmentDeploymentsVerification$outboundSchema, GetDeploymentCustomEnvironmentDeploymentsDomains$inboundSchema, GetDeploymentCustomEnvironmentDeploymentsDomains$outboundSchema, GetDeploymentCustomEnvironmentDeployments1$inboundSchema, GetDeploymentCustomEnvironmentDeployments1$outboundSchema, GetDeploymentResponseBodyCustomEnvironment$inboundSchema, GetDeploymentResponseBodyCustomEnvironment$outboundSchema, GetDeploymentResponseBodyOomReport$inboundSchema, GetDeploymentResponseBodyOomReport$outboundSchema, GetDeploymentResponseBodyAliasWarning$inboundSchema, GetDeploymentResponseBodyAliasWarning$outboundSchema, ResponseBodyReadyState$inboundSchema, ResponseBodyReadyState$outboundSchema, GetDeploymentResponseBodyType$inboundSchema, GetDeploymentResponseBodyType$outboundSchema, ResponseBodyAliasError$inboundSchema, ResponseBodyAliasError$outboundSchema, ResponseBodyChecksState$inboundSchema, ResponseBodyChecksState$outboundSchema, ResponseBodyChecksConclusion$inboundSchema, ResponseBodyChecksConclusion$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type$outboundSchema, GetDeploymentGitSourceDeployments15$inboundSchema, GetDeploymentGitSourceDeployments15$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type$outboundSchema, GetDeploymentGitSourceDeployments14$inboundSchema, GetDeploymentGitSourceDeployments14$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type$outboundSchema, GetDeploymentGitSourceDeployments13$inboundSchema, GetDeploymentGitSourceDeployments13$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type$outboundSchema, GetDeploymentGitSourceDeployments12$inboundSchema, GetDeploymentGitSourceDeployments12$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody111Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody111Type$outboundSchema, GetDeploymentGitSourceDeployments11$inboundSchema, GetDeploymentGitSourceDeployments11$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody110Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody110Type$outboundSchema, GetDeploymentGitSourceDeployments10$inboundSchema, GetDeploymentGitSourceDeployments10$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody19Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody19Type$outboundSchema, GetDeploymentGitSourceDeployments9$inboundSchema, GetDeploymentGitSourceDeployments9$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody1Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody1Type$outboundSchema, GetDeploymentGitSourceDeployments8$inboundSchema, GetDeploymentGitSourceDeployments8$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$outboundSchema, GetDeploymentGitSourceProjectId$inboundSchema, GetDeploymentGitSourceProjectId$outboundSchema, GetDeploymentGitSourceDeployments7$inboundSchema, GetDeploymentGitSourceDeployments7$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$outboundSchema, GetDeploymentGitSourceDeployments6$inboundSchema, GetDeploymentGitSourceDeployments6$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200Type$outboundSchema, GetDeploymentGitSourceRepoId$inboundSchema, GetDeploymentGitSourceRepoId$outboundSchema, GetDeploymentGitSourceDeployments5$inboundSchema, GetDeploymentGitSourceDeployments5$outboundSchema, GetDeploymentGitSourceDeploymentsResponseType$inboundSchema, GetDeploymentGitSourceDeploymentsResponseType$outboundSchema, GetDeploymentGitSourceDeployments4$inboundSchema, GetDeploymentGitSourceDeployments4$outboundSchema, GetDeploymentGitSourceDeploymentsType$inboundSchema, GetDeploymentGitSourceDeploymentsType$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId$outboundSchema, GetDeploymentGitSourceDeployments3$inboundSchema, GetDeploymentGitSourceDeployments3$outboundSchema, GetDeploymentGitSourceType$inboundSchema, GetDeploymentGitSourceType$outboundSchema, GetDeploymentGitSourceDeployments2$inboundSchema, GetDeploymentGitSourceDeployments2$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId$outboundSchema, GetDeploymentGitSourceDeployments1$inboundSchema, GetDeploymentGitSourceDeployments1$outboundSchema, GetDeploymentResponseBodyGitSource$inboundSchema, GetDeploymentResponseBodyGitSource$outboundSchema, ResponseBodyNodeVersion$inboundSchema, ResponseBodyNodeVersion$outboundSchema, ResponseBodyProject$inboundSchema, ResponseBodyProject$outboundSchema, ResponseBodyReadySubstate$inboundSchema, ResponseBodyReadySubstate$outboundSchema, ResponseBodySource$inboundSchema, ResponseBodySource$outboundSchema, ResponseBodyTarget$inboundSchema, ResponseBodyTarget$outboundSchema, ResponseBodyOidcTokenClaims$inboundSchema, ResponseBodyOidcTokenClaims$outboundSchema, ResponseBodyPlan$inboundSchema, ResponseBodyPlan$outboundSchema, ResponseBodyCrons$inboundSchema, ResponseBodyCrons$outboundSchema, ResponseBodyArchitecture$inboundSchema, ResponseBodyArchitecture$outboundSchema, GetDeploymentResponseBodyDeploymentsResponseType$inboundSchema, GetDeploymentResponseBodyDeploymentsResponseType$outboundSchema, ResponseBodyExperimentalTriggers$inboundSchema, ResponseBodyExperimentalTriggers$outboundSchema, ResponseBodyFunctions$inboundSchema, ResponseBodyFunctions$outboundSchema, GetDeploymentRoutes3$inboundSchema, GetDeploymentRoutes3$outboundSchema, GetDeploymentRoutesHandle$inboundSchema, GetDeploymentRoutesHandle$outboundSchema, GetDeploymentRoutes2$inboundSchema, GetDeploymentRoutes2$outboundSchema, GetDeploymentHasDeploymentsType$inboundSchema, GetDeploymentHasDeploymentsType$outboundSchema, GetDeploymentValueDeploymentsResponse200Eq$inboundSchema, GetDeploymentValueDeploymentsResponse200Eq$outboundSchema, GetDeploymentValue2$inboundSchema, GetDeploymentValue2$outboundSchema, GetDeploymentHasDeploymentsValue$inboundSchema, GetDeploymentHasDeploymentsValue$outboundSchema, GetDeploymentHas2$inboundSchema, GetDeploymentHas2$outboundSchema, GetDeploymentValueDeploymentsResponseEq$inboundSchema, GetDeploymentValueDeploymentsResponseEq$outboundSchema, GetDeploymentValueDeploymentsResponse2002$inboundSchema, GetDeploymentValueDeploymentsResponse2002$outboundSchema, GetDeploymentHasValue$inboundSchema, GetDeploymentHasValue$outboundSchema, GetDeploymentHas1$inboundSchema, GetDeploymentHas1$outboundSchema, GetDeploymentRoutesHas$inboundSchema, GetDeploymentRoutesHas$outboundSchema, GetDeploymentMissingType$inboundSchema, GetDeploymentMissingType$outboundSchema, GetDeploymentValueDeploymentsEq$inboundSchema, GetDeploymentValueDeploymentsEq$outboundSchema, GetDeploymentValueDeploymentsResponse2$inboundSchema, GetDeploymentValueDeploymentsResponse2$outboundSchema, GetDeploymentMissingValue$inboundSchema, GetDeploymentMissingValue$outboundSchema, GetDeploymentMissing2$inboundSchema, GetDeploymentMissing2$outboundSchema, GetDeploymentValueEq$inboundSchema, GetDeploymentValueEq$outboundSchema, GetDeploymentValueDeployments2$inboundSchema, GetDeploymentValueDeployments2$outboundSchema, GetDeploymentMissingDeploymentsValue$inboundSchema, GetDeploymentMissingDeploymentsValue$outboundSchema, GetDeploymentMissing1$inboundSchema, GetDeploymentMissing1$outboundSchema, GetDeploymentRoutesMissing$inboundSchema, GetDeploymentRoutesMissing$outboundSchema, GetDeploymentRoutesAction$inboundSchema, GetDeploymentRoutesAction$outboundSchema, GetDeploymentRoutesMitigate$inboundSchema, GetDeploymentRoutesMitigate$outboundSchema, GetDeploymentRoutesType$inboundSchema, GetDeploymentRoutesType$outboundSchema, GetDeploymentRoutesOp$inboundSchema, GetDeploymentRoutesOp$outboundSchema, GetDeploymentKeyEq$inboundSchema, GetDeploymentKeyEq$outboundSchema, GetDeploymentKey2$inboundSchema, GetDeploymentKey2$outboundSchema, GetDeploymentRoutesKey$inboundSchema, GetDeploymentRoutesKey$outboundSchema, GetDeploymentRoutesTarget$inboundSchema, GetDeploymentRoutesTarget$outboundSchema, GetDeploymentRoutesArgs$inboundSchema, GetDeploymentRoutesArgs$outboundSchema, GetDeploymentRoutesTransforms$inboundSchema, GetDeploymentRoutesTransforms$outboundSchema, GetDeploymentRoutesLocale$inboundSchema, GetDeploymentRoutesLocale$outboundSchema, GetDeploymentRoutes1$inboundSchema, GetDeploymentRoutes1$outboundSchema, ResponseBodyRoutes$inboundSchema, ResponseBodyRoutes$outboundSchema, GetDeploymentGitRepoOwnerType$inboundSchema, GetDeploymentGitRepoOwnerType$outboundSchema, GetDeploymentGitRepo3$inboundSchema, GetDeploymentGitRepo3$outboundSchema, GetDeploymentGitRepoDeploymentsResponseOwnerType$inboundSchema, GetDeploymentGitRepoDeploymentsResponseOwnerType$outboundSchema, GetDeploymentGitRepo2$inboundSchema, GetDeploymentGitRepo2$outboundSchema, GetDeploymentGitRepoDeploymentsOwnerType$inboundSchema, GetDeploymentGitRepoDeploymentsOwnerType$outboundSchema, GetDeploymentGitRepo1$inboundSchema, GetDeploymentGitRepo1$outboundSchema, ResponseBodyGitRepo$inboundSchema, ResponseBodyGitRepo$outboundSchema, GetDeploymentFlags2$inboundSchema, GetDeploymentFlags2$outboundSchema, GetDeploymentFlagsOptions$inboundSchema, GetDeploymentFlagsOptions$outboundSchema, GetDeploymentFlagsDefinitions$inboundSchema, GetDeploymentFlagsDefinitions$outboundSchema, GetDeploymentFlags1$inboundSchema, GetDeploymentFlags1$outboundSchema, ResponseBodyFlags$inboundSchema, ResponseBodyFlags$outboundSchema, GetDeploymentMicrofrontendsMfeConfigUploadState$inboundSchema, GetDeploymentMicrofrontendsMfeConfigUploadState$outboundSchema, GetDeploymentMicrofrontends2$inboundSchema, GetDeploymentMicrofrontends2$outboundSchema, GetDeploymentMicrofrontends1$inboundSchema, GetDeploymentMicrofrontends1$outboundSchema, ResponseBodyMicrofrontends$inboundSchema, ResponseBodyMicrofrontends$outboundSchema, ResponseBodyFunctionType$inboundSchema, ResponseBodyFunctionType$outboundSchema, ResponseBodyFunctionMemoryType$inboundSchema, ResponseBodyFunctionMemoryType$outboundSchema, ResponseBodyConfig$inboundSchema, ResponseBodyConfig$outboundSchema, ResponseBodyState$inboundSchema, ResponseBodyState$outboundSchema, ResponseBodyDeploymentAlias$inboundSchema, ResponseBodyDeploymentAlias$outboundSchema, ResponseBodyChecks$inboundSchema, ResponseBodyChecks$outboundSchema, GetDeploymentResponseBody1$inboundSchema, GetDeploymentResponseBody1$outboundSchema, GetDeploymentResponseBody$inboundSchema, GetDeploymentResponseBody$outboundSchema;
47270
+ var GetDeploymentResponseBodyDeploymentsReadyState, GetDeploymentResponseBodyStatus, GetDeploymentCustomEnvironmentType, GetDeploymentCustomEnvironmentDeploymentsResponseType, ResponseBodyOomReport, GetDeploymentResponseBodyReadyState, GetDeploymentResponseBodyDeploymentsType, GetDeploymentResponseBodyChecksState, GetDeploymentResponseBodyChecksConclusion, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody27Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody26Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody25Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody24Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody23Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody22Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody2Type, GetDeploymentResponseBodyNodeVersion, GetDeploymentResponseBodyReadySubstate, GetDeploymentResponseBodySource, GetDeploymentResponseBodyTarget, GetDeploymentResponseBodyDeploymentsNodeVersion, ResponseBodyFramework, GetDeploymentResponseBodyDeploymentsStatus, ResponseBodyProtocol, ResponseBodyFormats, ResponseBodyContentDispositionType, GetDeploymentResponseBodyDeploymentsResponseReadyState, ResponseBodyStatus, GetDeploymentCustomEnvironmentDeploymentsType, GetDeploymentCustomEnvironmentDeploymentsResponse200Type, GetDeploymentResponseBodyOomReport, ResponseBodyReadyState, GetDeploymentResponseBodyType, ResponseBodyChecksState, ResponseBodyChecksConclusion, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody111Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody110Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody19Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody1Type, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONType, GetDeploymentGitSourceDeploymentsResponse200Type, GetDeploymentGitSourceDeploymentsResponseType, GetDeploymentGitSourceDeploymentsType, GetDeploymentGitSourceType, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type, ResponseBodyNodeVersion, ResponseBodyReadySubstate, ResponseBodySource, ResponseBodyTarget, ResponseBodyPlan, ResponseBodyArchitecture, GetDeploymentResponseBodyDeploymentsResponseType, GetDeploymentRoutesHandle, GetDeploymentHasDeploymentsType, GetDeploymentMissingType, GetDeploymentRoutesAction, GetDeploymentRoutesType, GetDeploymentRoutesOp, GetDeploymentGitRepoOwnerType, GetDeploymentGitRepoDeploymentsResponseOwnerType, GetDeploymentGitRepoDeploymentsOwnerType, GetDeploymentMicrofrontendsMfeConfigUploadState, ResponseBodyFunctionType, ResponseBodyFunctionMemoryType, ResponseBodyState, GetDeploymentRequest$inboundSchema, GetDeploymentRequest$outboundSchema, GetDeploymentResponseBodyCreator$inboundSchema, GetDeploymentResponseBodyCreator$outboundSchema, GetDeploymentResponseBodyDeploymentsReadyState$inboundSchema, GetDeploymentResponseBodyDeploymentsReadyState$outboundSchema, GetDeploymentResponseBodyOutput$inboundSchema, GetDeploymentResponseBodyOutput$outboundSchema, ResponseBodyLambdas$inboundSchema, ResponseBodyLambdas$outboundSchema, GetDeploymentResponseBodyStatus$inboundSchema, GetDeploymentResponseBodyStatus$outboundSchema, ResponseBodyTeam$inboundSchema, ResponseBodyTeam$outboundSchema, GetDeploymentCustomEnvironment2$inboundSchema, GetDeploymentCustomEnvironment2$outboundSchema, GetDeploymentCustomEnvironmentType$inboundSchema, GetDeploymentCustomEnvironmentType$outboundSchema, GetDeploymentCustomEnvironmentDeploymentsResponseType$inboundSchema, GetDeploymentCustomEnvironmentDeploymentsResponseType$outboundSchema, GetDeploymentCustomEnvironmentBranchMatcher$inboundSchema, GetDeploymentCustomEnvironmentBranchMatcher$outboundSchema, GetDeploymentCustomEnvironmentVerification$inboundSchema, GetDeploymentCustomEnvironmentVerification$outboundSchema, GetDeploymentCustomEnvironmentDomains$inboundSchema, GetDeploymentCustomEnvironmentDomains$outboundSchema, GetDeploymentCustomEnvironment1$inboundSchema, GetDeploymentCustomEnvironment1$outboundSchema, ResponseBodyCustomEnvironment$inboundSchema, ResponseBodyCustomEnvironment$outboundSchema, ResponseBodyOomReport$inboundSchema, ResponseBodyOomReport$outboundSchema, ResponseBodyAliasWarning$inboundSchema, ResponseBodyAliasWarning$outboundSchema, GetDeploymentResponseBodyReadyState$inboundSchema, GetDeploymentResponseBodyReadyState$outboundSchema, GetDeploymentResponseBodyDeploymentsType$inboundSchema, GetDeploymentResponseBodyDeploymentsType$outboundSchema, GetDeploymentResponseBodyAliasError$inboundSchema, GetDeploymentResponseBodyAliasError$outboundSchema, GetDeploymentResponseBodyChecksState$inboundSchema, GetDeploymentResponseBodyChecksState$outboundSchema, GetDeploymentResponseBodyChecksConclusion$inboundSchema, GetDeploymentResponseBodyChecksConclusion$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody215Type$outboundSchema, GetDeploymentGitSource15$inboundSchema, GetDeploymentGitSource15$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody214Type$outboundSchema, GetDeploymentGitSource14$inboundSchema, GetDeploymentGitSource14$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody213Type$outboundSchema, GetDeploymentGitSource13$inboundSchema, GetDeploymentGitSource13$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody212Type$outboundSchema, GetDeploymentGitSource12$inboundSchema, GetDeploymentGitSource12$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody211Type$outboundSchema, GetDeploymentGitSource11$inboundSchema, GetDeploymentGitSource11$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody210Type$outboundSchema, GetDeploymentGitSource10$inboundSchema, GetDeploymentGitSource10$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody29Type$outboundSchema, GetDeploymentGitSource9$inboundSchema, GetDeploymentGitSource9$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody28Type$outboundSchema, GetDeploymentGitSource8$inboundSchema, GetDeploymentGitSource8$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody27Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody27Type$outboundSchema, GetDeploymentGitSourceDeploymentsProjectId$inboundSchema, GetDeploymentGitSourceDeploymentsProjectId$outboundSchema, GetDeploymentGitSource7$inboundSchema, GetDeploymentGitSource7$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody26Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody26Type$outboundSchema, GetDeploymentGitSource6$inboundSchema, GetDeploymentGitSource6$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody25Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody25Type$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200RepoId$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200RepoId$outboundSchema, GetDeploymentGitSource5$inboundSchema, GetDeploymentGitSource5$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody24Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody24Type$outboundSchema, GetDeploymentGitSource4$inboundSchema, GetDeploymentGitSource4$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody23Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody23Type$outboundSchema, GetDeploymentGitSourceDeploymentsResponseRepoId$inboundSchema, GetDeploymentGitSourceDeploymentsResponseRepoId$outboundSchema, GetDeploymentGitSource3$inboundSchema, GetDeploymentGitSource3$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody22Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody22Type$outboundSchema, GetDeploymentGitSource2$inboundSchema, GetDeploymentGitSource2$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody2Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody2Type$outboundSchema, GetDeploymentGitSourceDeploymentsRepoId$inboundSchema, GetDeploymentGitSourceDeploymentsRepoId$outboundSchema, GetDeploymentGitSource1$inboundSchema, GetDeploymentGitSource1$outboundSchema, ResponseBodyGitSource$inboundSchema, ResponseBodyGitSource$outboundSchema, GetDeploymentResponseBodyNodeVersion$inboundSchema, GetDeploymentResponseBodyNodeVersion$outboundSchema, GetDeploymentResponseBodyProject$inboundSchema, GetDeploymentResponseBodyProject$outboundSchema, GetDeploymentResponseBodyReadySubstate$inboundSchema, GetDeploymentResponseBodyReadySubstate$outboundSchema, GetDeploymentResponseBodySource$inboundSchema, GetDeploymentResponseBodySource$outboundSchema, GetDeploymentResponseBodyTarget$inboundSchema, GetDeploymentResponseBodyTarget$outboundSchema, GetDeploymentResponseBodyOidcTokenClaims$inboundSchema, GetDeploymentResponseBodyOidcTokenClaims$outboundSchema, GetDeploymentResponseBody2$inboundSchema, GetDeploymentResponseBody2$outboundSchema, ResponseBodyAliasAssignedAt$inboundSchema, ResponseBodyAliasAssignedAt$outboundSchema, ResponseBodyBuild$inboundSchema, ResponseBodyBuild$outboundSchema, ResponseBodyBuilds$inboundSchema, ResponseBodyBuilds$outboundSchema, GetDeploymentResponseBodyDeploymentsNodeVersion$inboundSchema, GetDeploymentResponseBodyDeploymentsNodeVersion$outboundSchema, ResponseBodyFramework$inboundSchema, ResponseBodyFramework$outboundSchema, ResponseBodySpeedInsights$inboundSchema, ResponseBodySpeedInsights$outboundSchema, ResponseBodyWebAnalytics$inboundSchema, ResponseBodyWebAnalytics$outboundSchema, ResponseBodyProjectSettings$inboundSchema, ResponseBodyProjectSettings$outboundSchema, GetDeploymentResponseBodyDeploymentsStatus$inboundSchema, GetDeploymentResponseBodyDeploymentsStatus$outboundSchema, ResponseBodyIntegrations$inboundSchema, ResponseBodyIntegrations$outboundSchema, ResponseBodyProtocol$inboundSchema, ResponseBodyProtocol$outboundSchema, ResponseBodyRemotePatterns$inboundSchema, ResponseBodyRemotePatterns$outboundSchema, ResponseBodyLocalPatterns$inboundSchema, ResponseBodyLocalPatterns$outboundSchema, ResponseBodyFormats$inboundSchema, ResponseBodyFormats$outboundSchema, ResponseBodyContentDispositionType$inboundSchema, ResponseBodyContentDispositionType$outboundSchema, ResponseBodyImages$inboundSchema, ResponseBodyImages$outboundSchema, ResponseBodyCreator$inboundSchema, ResponseBodyCreator$outboundSchema, GetDeploymentResponseBodyDeploymentsResponseReadyState$inboundSchema, GetDeploymentResponseBodyDeploymentsResponseReadyState$outboundSchema, ResponseBodyOutput$inboundSchema, ResponseBodyOutput$outboundSchema, GetDeploymentResponseBodyLambdas$inboundSchema, GetDeploymentResponseBodyLambdas$outboundSchema, ResponseBodyStatus$inboundSchema, ResponseBodyStatus$outboundSchema, GetDeploymentResponseBodyTeam$inboundSchema, GetDeploymentResponseBodyTeam$outboundSchema, GetDeploymentCustomEnvironmentDeployments2$inboundSchema, GetDeploymentCustomEnvironmentDeployments2$outboundSchema, GetDeploymentCustomEnvironmentDeploymentsType$inboundSchema, GetDeploymentCustomEnvironmentDeploymentsType$outboundSchema, GetDeploymentCustomEnvironmentDeploymentsResponse200Type$inboundSchema, GetDeploymentCustomEnvironmentDeploymentsResponse200Type$outboundSchema, GetDeploymentCustomEnvironmentDeploymentsBranchMatcher$inboundSchema, GetDeploymentCustomEnvironmentDeploymentsBranchMatcher$outboundSchema, GetDeploymentCustomEnvironmentDeploymentsVerification$inboundSchema, GetDeploymentCustomEnvironmentDeploymentsVerification$outboundSchema, GetDeploymentCustomEnvironmentDeploymentsDomains$inboundSchema, GetDeploymentCustomEnvironmentDeploymentsDomains$outboundSchema, GetDeploymentCustomEnvironmentDeployments1$inboundSchema, GetDeploymentCustomEnvironmentDeployments1$outboundSchema, GetDeploymentResponseBodyCustomEnvironment$inboundSchema, GetDeploymentResponseBodyCustomEnvironment$outboundSchema, GetDeploymentResponseBodyOomReport$inboundSchema, GetDeploymentResponseBodyOomReport$outboundSchema, GetDeploymentResponseBodyAliasWarning$inboundSchema, GetDeploymentResponseBodyAliasWarning$outboundSchema, ResponseBodyReadyState$inboundSchema, ResponseBodyReadyState$outboundSchema, GetDeploymentResponseBodyType$inboundSchema, GetDeploymentResponseBodyType$outboundSchema, ResponseBodyAliasError$inboundSchema, ResponseBodyAliasError$outboundSchema, ResponseBodyChecksState$inboundSchema, ResponseBodyChecksState$outboundSchema, ResponseBodyChecksConclusion$inboundSchema, ResponseBodyChecksConclusion$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody115Type$outboundSchema, GetDeploymentGitSourceDeployments15$inboundSchema, GetDeploymentGitSourceDeployments15$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody114Type$outboundSchema, GetDeploymentGitSourceDeployments14$inboundSchema, GetDeploymentGitSourceDeployments14$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody113Type$outboundSchema, GetDeploymentGitSourceDeployments13$inboundSchema, GetDeploymentGitSourceDeployments13$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody112Type$outboundSchema, GetDeploymentGitSourceDeployments12$inboundSchema, GetDeploymentGitSourceDeployments12$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody111Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody111Type$outboundSchema, GetDeploymentGitSourceDeployments11$inboundSchema, GetDeploymentGitSourceDeployments11$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody110Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody110Type$outboundSchema, GetDeploymentGitSourceDeployments10$inboundSchema, GetDeploymentGitSourceDeployments10$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody19Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody19Type$outboundSchema, GetDeploymentGitSourceDeployments9$inboundSchema, GetDeploymentGitSourceDeployments9$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody1Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody1Type$outboundSchema, GetDeploymentGitSourceDeployments8$inboundSchema, GetDeploymentGitSourceDeployments8$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyType$outboundSchema, GetDeploymentGitSourceProjectId$inboundSchema, GetDeploymentGitSourceProjectId$outboundSchema, GetDeploymentGitSourceDeployments7$inboundSchema, GetDeploymentGitSourceDeployments7$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONType$outboundSchema, GetDeploymentGitSourceDeployments6$inboundSchema, GetDeploymentGitSourceDeployments6$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200Type$outboundSchema, GetDeploymentGitSourceRepoId$inboundSchema, GetDeploymentGitSourceRepoId$outboundSchema, GetDeploymentGitSourceDeployments5$inboundSchema, GetDeploymentGitSourceDeployments5$outboundSchema, GetDeploymentGitSourceDeploymentsResponseType$inboundSchema, GetDeploymentGitSourceDeploymentsResponseType$outboundSchema, GetDeploymentGitSourceDeployments4$inboundSchema, GetDeploymentGitSourceDeployments4$outboundSchema, GetDeploymentGitSourceDeploymentsType$inboundSchema, GetDeploymentGitSourceDeploymentsType$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBodyRepoId$outboundSchema, GetDeploymentGitSourceDeployments3$inboundSchema, GetDeploymentGitSourceDeployments3$outboundSchema, GetDeploymentGitSourceType$inboundSchema, GetDeploymentGitSourceType$outboundSchema, GetDeploymentGitSourceDeployments2$inboundSchema, GetDeploymentGitSourceDeployments2$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONResponseBody11Type$outboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId$inboundSchema, GetDeploymentGitSourceDeploymentsResponse200ApplicationJSONRepoId$outboundSchema, GetDeploymentGitSourceDeployments1$inboundSchema, GetDeploymentGitSourceDeployments1$outboundSchema, GetDeploymentResponseBodyGitSource$inboundSchema, GetDeploymentResponseBodyGitSource$outboundSchema, ResponseBodyNodeVersion$inboundSchema, ResponseBodyNodeVersion$outboundSchema, ResponseBodyProject$inboundSchema, ResponseBodyProject$outboundSchema, ResponseBodyReadySubstate$inboundSchema, ResponseBodyReadySubstate$outboundSchema, ResponseBodySource$inboundSchema, ResponseBodySource$outboundSchema, ResponseBodyTarget$inboundSchema, ResponseBodyTarget$outboundSchema, ResponseBodyOidcTokenClaims$inboundSchema, ResponseBodyOidcTokenClaims$outboundSchema, ResponseBodyPlan$inboundSchema, ResponseBodyPlan$outboundSchema, ResponseBodyCrons$inboundSchema, ResponseBodyCrons$outboundSchema, ResponseBodyArchitecture$inboundSchema, ResponseBodyArchitecture$outboundSchema, GetDeploymentResponseBodyDeploymentsResponseType$inboundSchema, GetDeploymentResponseBodyDeploymentsResponseType$outboundSchema, ResponseBodyExperimentalTriggers$inboundSchema, ResponseBodyExperimentalTriggers$outboundSchema, ResponseBodyFunctions$inboundSchema, ResponseBodyFunctions$outboundSchema, GetDeploymentRoutes3$inboundSchema, GetDeploymentRoutes3$outboundSchema, GetDeploymentRoutesHandle$inboundSchema, GetDeploymentRoutesHandle$outboundSchema, GetDeploymentRoutes2$inboundSchema, GetDeploymentRoutes2$outboundSchema, GetDeploymentHasDeploymentsType$inboundSchema, GetDeploymentHasDeploymentsType$outboundSchema, GetDeploymentValueDeploymentsResponse200Eq$inboundSchema, GetDeploymentValueDeploymentsResponse200Eq$outboundSchema, GetDeploymentValue2$inboundSchema, GetDeploymentValue2$outboundSchema, GetDeploymentHasDeploymentsValue$inboundSchema, GetDeploymentHasDeploymentsValue$outboundSchema, GetDeploymentHas2$inboundSchema, GetDeploymentHas2$outboundSchema, GetDeploymentValueDeploymentsResponseEq$inboundSchema, GetDeploymentValueDeploymentsResponseEq$outboundSchema, GetDeploymentValueDeploymentsResponse2002$inboundSchema, GetDeploymentValueDeploymentsResponse2002$outboundSchema, GetDeploymentHasValue$inboundSchema, GetDeploymentHasValue$outboundSchema, GetDeploymentHas1$inboundSchema, GetDeploymentHas1$outboundSchema, GetDeploymentRoutesHas$inboundSchema, GetDeploymentRoutesHas$outboundSchema, GetDeploymentMissingType$inboundSchema, GetDeploymentMissingType$outboundSchema, GetDeploymentValueDeploymentsEq$inboundSchema, GetDeploymentValueDeploymentsEq$outboundSchema, GetDeploymentValueDeploymentsResponse2$inboundSchema, GetDeploymentValueDeploymentsResponse2$outboundSchema, GetDeploymentMissingValue$inboundSchema, GetDeploymentMissingValue$outboundSchema, GetDeploymentMissing2$inboundSchema, GetDeploymentMissing2$outboundSchema, GetDeploymentValueEq$inboundSchema, GetDeploymentValueEq$outboundSchema, GetDeploymentValueDeployments2$inboundSchema, GetDeploymentValueDeployments2$outboundSchema, GetDeploymentMissingDeploymentsValue$inboundSchema, GetDeploymentMissingDeploymentsValue$outboundSchema, GetDeploymentMissing1$inboundSchema, GetDeploymentMissing1$outboundSchema, GetDeploymentRoutesMissing$inboundSchema, GetDeploymentRoutesMissing$outboundSchema, GetDeploymentRoutesAction$inboundSchema, GetDeploymentRoutesAction$outboundSchema, GetDeploymentRoutesMitigate$inboundSchema, GetDeploymentRoutesMitigate$outboundSchema, GetDeploymentRoutesType$inboundSchema, GetDeploymentRoutesType$outboundSchema, GetDeploymentRoutesOp$inboundSchema, GetDeploymentRoutesOp$outboundSchema, GetDeploymentKeyEq$inboundSchema, GetDeploymentKeyEq$outboundSchema, GetDeploymentKey2$inboundSchema, GetDeploymentKey2$outboundSchema, GetDeploymentRoutesKey$inboundSchema, GetDeploymentRoutesKey$outboundSchema, GetDeploymentRoutesTarget$inboundSchema, GetDeploymentRoutesTarget$outboundSchema, GetDeploymentRoutesArgs$inboundSchema, GetDeploymentRoutesArgs$outboundSchema, GetDeploymentRoutesTransforms$inboundSchema, GetDeploymentRoutesTransforms$outboundSchema, GetDeploymentRoutesLocale$inboundSchema, GetDeploymentRoutesLocale$outboundSchema, GetDeploymentRoutes1$inboundSchema, GetDeploymentRoutes1$outboundSchema, ResponseBodyRoutes$inboundSchema, ResponseBodyRoutes$outboundSchema, GetDeploymentGitRepoOwnerType$inboundSchema, GetDeploymentGitRepoOwnerType$outboundSchema, GetDeploymentGitRepo3$inboundSchema, GetDeploymentGitRepo3$outboundSchema, GetDeploymentGitRepoDeploymentsResponseOwnerType$inboundSchema, GetDeploymentGitRepoDeploymentsResponseOwnerType$outboundSchema, GetDeploymentGitRepo2$inboundSchema, GetDeploymentGitRepo2$outboundSchema, GetDeploymentGitRepoDeploymentsOwnerType$inboundSchema, GetDeploymentGitRepoDeploymentsOwnerType$outboundSchema, GetDeploymentGitRepo1$inboundSchema, GetDeploymentGitRepo1$outboundSchema, ResponseBodyGitRepo$inboundSchema, ResponseBodyGitRepo$outboundSchema, GetDeploymentFlags2$inboundSchema, GetDeploymentFlags2$outboundSchema, GetDeploymentFlagsOptions$inboundSchema, GetDeploymentFlagsOptions$outboundSchema, GetDeploymentFlagsDefinitions$inboundSchema, GetDeploymentFlagsDefinitions$outboundSchema, GetDeploymentFlags1$inboundSchema, GetDeploymentFlags1$outboundSchema, ResponseBodyFlags$inboundSchema, ResponseBodyFlags$outboundSchema, GetDeploymentMicrofrontendsMfeConfigUploadState$inboundSchema, GetDeploymentMicrofrontendsMfeConfigUploadState$outboundSchema, GetDeploymentMicrofrontends2$inboundSchema, GetDeploymentMicrofrontends2$outboundSchema, GetDeploymentMicrofrontends1$inboundSchema, GetDeploymentMicrofrontends1$outboundSchema, ResponseBodyMicrofrontends$inboundSchema, ResponseBodyMicrofrontends$outboundSchema, ResponseBodyFunctionType$inboundSchema, ResponseBodyFunctionType$outboundSchema, ResponseBodyFunctionMemoryType$inboundSchema, ResponseBodyFunctionMemoryType$outboundSchema, ResponseBodyConfig$inboundSchema, ResponseBodyConfig$outboundSchema, ResponseBodyState$inboundSchema, ResponseBodyState$outboundSchema, ResponseBodyDeploymentAlias$inboundSchema, ResponseBodyDeploymentAlias$outboundSchema, ResponseBodyChecks$inboundSchema, ResponseBodyChecks$outboundSchema, GetDeploymentResponseBody1$inboundSchema, GetDeploymentResponseBody1$outboundSchema, GetDeploymentResponseBody$inboundSchema, GetDeploymentResponseBody$outboundSchema;
47241
47271
  var init_getdeploymentop = __esm(() => {
47242
47272
  init_esm();
47243
47273
  init_primitives();
@@ -47366,6 +47396,17 @@ var init_getdeploymentop = __esm(() => {
47366
47396
  Staging: "staging",
47367
47397
  Production: "production"
47368
47398
  };
47399
+ GetDeploymentResponseBodyDeploymentsNodeVersion = {
47400
+ TwentyFourDotX: "24.x",
47401
+ TwentyTwoDotX: "22.x",
47402
+ TwentyDotX: "20.x",
47403
+ EighteenDotX: "18.x",
47404
+ SixteenDotX: "16.x",
47405
+ FourteenDotX: "14.x",
47406
+ TwelveDotX: "12.x",
47407
+ TenDotX: "10.x",
47408
+ EightDot10DotX: "8.10.x"
47409
+ };
47369
47410
  ResponseBodyFramework = {
47370
47411
  Blitzjs: "blitzjs",
47371
47412
  Nextjs: "nextjs",
@@ -48347,6 +48388,8 @@ var init_getdeploymentop = __esm(() => {
48347
48388
  src: stringType().optional(),
48348
48389
  config: recordType(anyType()).optional()
48349
48390
  });
48391
+ GetDeploymentResponseBodyDeploymentsNodeVersion$inboundSchema = nativeEnumType(GetDeploymentResponseBodyDeploymentsNodeVersion);
48392
+ GetDeploymentResponseBodyDeploymentsNodeVersion$outboundSchema = GetDeploymentResponseBodyDeploymentsNodeVersion$inboundSchema;
48350
48393
  ResponseBodyFramework$inboundSchema = nativeEnumType(ResponseBodyFramework);
48351
48394
  ResponseBodyFramework$outboundSchema = ResponseBodyFramework$inboundSchema;
48352
48395
  ResponseBodySpeedInsights$inboundSchema = objectType({
@@ -48380,6 +48423,7 @@ var init_getdeploymentop = __esm(() => {
48380
48423
  hasData: booleanType().optional()
48381
48424
  });
48382
48425
  ResponseBodyProjectSettings$inboundSchema = objectType({
48426
+ nodeVersion: GetDeploymentResponseBodyDeploymentsNodeVersion$inboundSchema.optional(),
48383
48427
  buildCommand: nullableType(stringType()).optional(),
48384
48428
  devCommand: nullableType(stringType()).optional(),
48385
48429
  framework: nullableType(ResponseBodyFramework$inboundSchema).optional(),
@@ -48390,6 +48434,7 @@ var init_getdeploymentop = __esm(() => {
48390
48434
  webAnalytics: lazyType(() => ResponseBodyWebAnalytics$inboundSchema).optional()
48391
48435
  });
48392
48436
  ResponseBodyProjectSettings$outboundSchema = objectType({
48437
+ nodeVersion: GetDeploymentResponseBodyDeploymentsNodeVersion$outboundSchema.optional(),
48393
48438
  buildCommand: nullableType(stringType()).optional(),
48394
48439
  devCommand: nullableType(stringType()).optional(),
48395
48440
  framework: nullableType(ResponseBodyFramework$outboundSchema).optional(),
@@ -56736,7 +56781,7 @@ Get availability for a specific domain. If the domain is available, it can be pu
56736
56781
  });
56737
56782
 
56738
56783
  // src/models/getdomainpriceop.ts
56739
- var GetDomainPriceRequest$inboundSchema, GetDomainPriceRequest$outboundSchema, GetDomainPriceDomainsRegistrarResponseBody$inboundSchema, GetDomainPriceDomainsRegistrarResponseBody$outboundSchema, GetDomainPriceResponseBody$inboundSchema, GetDomainPriceResponseBody$outboundSchema;
56784
+ var GetDomainPriceRequest$inboundSchema, GetDomainPriceRequest$outboundSchema, GetDomainPriceDomainsRegistrarResponseBody$inboundSchema, GetDomainPriceDomainsRegistrarResponseBody$outboundSchema, GetDomainPricePurchasePrice$inboundSchema, GetDomainPricePurchasePrice$outboundSchema, GetDomainPriceRenewalPrice$inboundSchema, GetDomainPriceRenewalPrice$outboundSchema, GetDomainPriceTransferPrice$inboundSchema, GetDomainPriceTransferPrice$outboundSchema, GetDomainPriceResponseBody$inboundSchema, GetDomainPriceResponseBody$outboundSchema;
56740
56785
  var init_getdomainpriceop = __esm(() => {
56741
56786
  init_esm();
56742
56787
  init_badrequest();
@@ -56765,17 +56810,23 @@ var init_getdomainpriceop = __esm(() => {
56765
56810
  TldNotSupported$outboundSchema,
56766
56811
  HttpApiDecodeError$outboundSchema
56767
56812
  ]);
56813
+ GetDomainPricePurchasePrice$inboundSchema = unionType([numberType(), stringType()]);
56814
+ GetDomainPricePurchasePrice$outboundSchema = unionType([numberType(), stringType()]);
56815
+ GetDomainPriceRenewalPrice$inboundSchema = unionType([numberType(), stringType()]);
56816
+ GetDomainPriceRenewalPrice$outboundSchema = unionType([numberType(), stringType()]);
56817
+ GetDomainPriceTransferPrice$inboundSchema = unionType([numberType(), stringType()]);
56818
+ GetDomainPriceTransferPrice$outboundSchema = unionType([numberType(), stringType()]);
56768
56819
  GetDomainPriceResponseBody$inboundSchema = objectType({
56769
56820
  years: numberType(),
56770
- purchasePrice: nullableType(numberType()),
56771
- renewalPrice: nullableType(numberType()),
56772
- transferPrice: nullableType(numberType())
56821
+ purchasePrice: unionType([numberType(), stringType()]),
56822
+ renewalPrice: unionType([numberType(), stringType()]),
56823
+ transferPrice: unionType([numberType(), stringType()])
56773
56824
  });
56774
56825
  GetDomainPriceResponseBody$outboundSchema = objectType({
56775
56826
  years: numberType(),
56776
- purchasePrice: nullableType(numberType()),
56777
- renewalPrice: nullableType(numberType()),
56778
- transferPrice: nullableType(numberType())
56827
+ purchasePrice: unionType([numberType(), stringType()]),
56828
+ renewalPrice: unionType([numberType(), stringType()]),
56829
+ transferPrice: unionType([numberType(), stringType()])
56779
56830
  });
56780
56831
  });
56781
56832
 
@@ -57764,7 +57815,7 @@ Get a list of TLDs supported by Vercel`,
57764
57815
  });
57765
57816
 
57766
57817
  // src/models/gettldpriceop.ts
57767
- var GetTldPriceRequest$inboundSchema, GetTldPriceRequest$outboundSchema, GetTldPriceDomainsRegistrarResponseBody$inboundSchema, GetTldPriceDomainsRegistrarResponseBody$outboundSchema, GetTldPriceResponseBody$inboundSchema, GetTldPriceResponseBody$outboundSchema;
57818
+ var GetTldPriceRequest$inboundSchema, GetTldPriceRequest$outboundSchema, GetTldPriceDomainsRegistrarResponseBody$inboundSchema, GetTldPriceDomainsRegistrarResponseBody$outboundSchema, PurchasePrice$inboundSchema, PurchasePrice$outboundSchema, RenewalPrice$inboundSchema, RenewalPrice$outboundSchema, TransferPrice$inboundSchema, TransferPrice$outboundSchema, GetTldPriceResponseBody$inboundSchema, GetTldPriceResponseBody$outboundSchema;
57768
57819
  var init_gettldpriceop = __esm(() => {
57769
57820
  init_esm();
57770
57821
  init_httpapidecodeerror();
@@ -57784,17 +57835,23 @@ var init_gettldpriceop = __esm(() => {
57784
57835
  TldNotSupported$outboundSchema,
57785
57836
  HttpApiDecodeError$outboundSchema
57786
57837
  ]);
57838
+ PurchasePrice$inboundSchema = unionType([numberType(), stringType()]);
57839
+ PurchasePrice$outboundSchema = unionType([numberType(), stringType()]);
57840
+ RenewalPrice$inboundSchema = unionType([numberType(), stringType()]);
57841
+ RenewalPrice$outboundSchema = unionType([numberType(), stringType()]);
57842
+ TransferPrice$inboundSchema = unionType([numberType(), stringType()]);
57843
+ TransferPrice$outboundSchema = unionType([numberType(), stringType()]);
57787
57844
  GetTldPriceResponseBody$inboundSchema = objectType({
57788
57845
  years: numberType(),
57789
- purchasePrice: nullableType(numberType()),
57790
- renewalPrice: nullableType(numberType()),
57791
- transferPrice: nullableType(numberType())
57846
+ purchasePrice: unionType([numberType(), stringType()]),
57847
+ renewalPrice: unionType([numberType(), stringType()]),
57848
+ transferPrice: unionType([numberType(), stringType()])
57792
57849
  });
57793
57850
  GetTldPriceResponseBody$outboundSchema = objectType({
57794
57851
  years: numberType(),
57795
- purchasePrice: nullableType(numberType()),
57796
- renewalPrice: nullableType(numberType()),
57797
- transferPrice: nullableType(numberType())
57852
+ purchasePrice: unionType([numberType(), stringType()]),
57853
+ renewalPrice: unionType([numberType(), stringType()]),
57854
+ transferPrice: unionType([numberType(), stringType()])
57798
57855
  });
57799
57856
  });
57800
57857
 
@@ -59640,13 +59697,13 @@ var init_createdrainop = __esm(() => {
59640
59697
  createdAt: numberType(),
59641
59698
  updatedAt: numberType(),
59642
59699
  projectIds: arrayType(stringType()).optional(),
59643
- schemas: lazyType(() => CreateDrainResponseBodySchemas$inboundSchema).optional(),
59700
+ schemas: lazyType(() => CreateDrainResponseBodySchemas$inboundSchema),
59644
59701
  delivery: unionType([
59645
59702
  lazyType(() => CreateDrainDeliveryDrains1$inboundSchema),
59646
59703
  lazyType(() => CreateDrainDeliveryDrains2$inboundSchema),
59647
59704
  lazyType(() => CreateDrainDelivery3$inboundSchema),
59648
59705
  lazyType(() => CreateDrainDelivery4$inboundSchema)
59649
- ]).optional(),
59706
+ ]),
59650
59707
  sampling: arrayType(lazyType(() => CreateDrainResponseBodySampling$inboundSchema)).optional(),
59651
59708
  teamId: nullableType(stringType()).optional(),
59652
59709
  status: CreateDrainResponseBodyDrainsStatus$inboundSchema.optional(),
@@ -59678,13 +59735,13 @@ var init_createdrainop = __esm(() => {
59678
59735
  createdAt: numberType(),
59679
59736
  updatedAt: numberType(),
59680
59737
  projectIds: arrayType(stringType()).optional(),
59681
- schemas: lazyType(() => CreateDrainResponseBodySchemas$outboundSchema).optional(),
59738
+ schemas: lazyType(() => CreateDrainResponseBodySchemas$outboundSchema),
59682
59739
  delivery: unionType([
59683
59740
  lazyType(() => CreateDrainDeliveryDrains1$outboundSchema),
59684
59741
  lazyType(() => CreateDrainDeliveryDrains2$outboundSchema),
59685
59742
  lazyType(() => CreateDrainDelivery3$outboundSchema),
59686
59743
  lazyType(() => CreateDrainDelivery4$outboundSchema)
59687
- ]).optional(),
59744
+ ]),
59688
59745
  sampling: arrayType(lazyType(() => CreateDrainResponseBodySampling$outboundSchema)).optional(),
59689
59746
  teamId: nullableType(stringType()).optional(),
59690
59747
  status: CreateDrainResponseBodyDrainsStatus$outboundSchema.optional(),
@@ -59974,13 +60031,13 @@ var init_createdrainop = __esm(() => {
59974
60031
  createdAt: numberType(),
59975
60032
  updatedAt: numberType(),
59976
60033
  projectIds: arrayType(stringType()).optional(),
59977
- schemas: lazyType(() => ResponseBodySchemas$inboundSchema).optional(),
60034
+ schemas: lazyType(() => ResponseBodySchemas$inboundSchema),
59978
60035
  delivery: unionType([
59979
60036
  lazyType(() => CreateDrainDelivery1$inboundSchema),
59980
60037
  lazyType(() => CreateDrainDelivery2$inboundSchema),
59981
60038
  lazyType(() => Delivery3$inboundSchema),
59982
60039
  lazyType(() => Delivery4$inboundSchema)
59983
- ]).optional(),
60040
+ ]),
59984
60041
  sampling: arrayType(lazyType(() => ResponseBodySampling$inboundSchema)).optional(),
59985
60042
  teamId: nullableType(stringType()).optional(),
59986
60043
  status: CreateDrainResponseBodyStatus$inboundSchema.optional(),
@@ -60005,13 +60062,13 @@ var init_createdrainop = __esm(() => {
60005
60062
  createdAt: numberType(),
60006
60063
  updatedAt: numberType(),
60007
60064
  projectIds: arrayType(stringType()).optional(),
60008
- schemas: lazyType(() => ResponseBodySchemas$outboundSchema).optional(),
60065
+ schemas: lazyType(() => ResponseBodySchemas$outboundSchema),
60009
60066
  delivery: unionType([
60010
60067
  lazyType(() => CreateDrainDelivery1$outboundSchema),
60011
60068
  lazyType(() => CreateDrainDelivery2$outboundSchema),
60012
60069
  lazyType(() => Delivery3$outboundSchema),
60013
60070
  lazyType(() => Delivery4$outboundSchema)
60014
- ]).optional(),
60071
+ ]),
60015
60072
  sampling: arrayType(lazyType(() => ResponseBodySampling$outboundSchema)).optional(),
60016
60073
  teamId: nullableType(stringType()).optional(),
60017
60074
  status: CreateDrainResponseBodyStatus$outboundSchema.optional(),
@@ -60698,13 +60755,13 @@ var init_getdrainop = __esm(() => {
60698
60755
  createdAt: numberType(),
60699
60756
  updatedAt: numberType(),
60700
60757
  projectIds: arrayType(stringType()).optional(),
60701
- schemas: lazyType(() => GetDrainResponseBodyDrainsSchemas$inboundSchema).optional(),
60758
+ schemas: lazyType(() => GetDrainResponseBodyDrainsSchemas$inboundSchema),
60702
60759
  delivery: unionType([
60703
60760
  lazyType(() => GetDrainDeliveryDrains1$inboundSchema),
60704
60761
  lazyType(() => GetDrainDeliveryDrains2$inboundSchema),
60705
60762
  lazyType(() => GetDrainDeliveryDrains3$inboundSchema),
60706
60763
  lazyType(() => GetDrainDeliveryDrains4$inboundSchema)
60707
- ]).optional(),
60764
+ ]),
60708
60765
  sampling: arrayType(lazyType(() => GetDrainResponseBodyDrainsSampling$inboundSchema)).optional(),
60709
60766
  teamId: nullableType(stringType()).optional(),
60710
60767
  status: GetDrainResponseBodyDrainsStatus$inboundSchema.optional(),
@@ -60736,13 +60793,13 @@ var init_getdrainop = __esm(() => {
60736
60793
  createdAt: numberType(),
60737
60794
  updatedAt: numberType(),
60738
60795
  projectIds: arrayType(stringType()).optional(),
60739
- schemas: lazyType(() => GetDrainResponseBodyDrainsSchemas$outboundSchema).optional(),
60796
+ schemas: lazyType(() => GetDrainResponseBodyDrainsSchemas$outboundSchema),
60740
60797
  delivery: unionType([
60741
60798
  lazyType(() => GetDrainDeliveryDrains1$outboundSchema),
60742
60799
  lazyType(() => GetDrainDeliveryDrains2$outboundSchema),
60743
60800
  lazyType(() => GetDrainDeliveryDrains3$outboundSchema),
60744
60801
  lazyType(() => GetDrainDeliveryDrains4$outboundSchema)
60745
- ]).optional(),
60802
+ ]),
60746
60803
  sampling: arrayType(lazyType(() => GetDrainResponseBodyDrainsSampling$outboundSchema)).optional(),
60747
60804
  teamId: nullableType(stringType()).optional(),
60748
60805
  status: GetDrainResponseBodyDrainsStatus$outboundSchema.optional(),
@@ -61038,13 +61095,13 @@ var init_getdrainop = __esm(() => {
61038
61095
  createdAt: numberType(),
61039
61096
  updatedAt: numberType(),
61040
61097
  projectIds: arrayType(stringType()).optional(),
61041
- schemas: lazyType(() => GetDrainResponseBodySchemas$inboundSchema).optional(),
61098
+ schemas: lazyType(() => GetDrainResponseBodySchemas$inboundSchema),
61042
61099
  delivery: unionType([
61043
61100
  lazyType(() => GetDrainDelivery1$inboundSchema),
61044
61101
  lazyType(() => GetDrainDelivery2$inboundSchema),
61045
61102
  lazyType(() => GetDrainDelivery3$inboundSchema),
61046
61103
  lazyType(() => GetDrainDelivery4$inboundSchema)
61047
- ]).optional(),
61104
+ ]),
61048
61105
  sampling: arrayType(lazyType(() => GetDrainResponseBodySampling$inboundSchema)).optional(),
61049
61106
  teamId: nullableType(stringType()).optional(),
61050
61107
  status: GetDrainResponseBodyStatus$inboundSchema.optional(),
@@ -61069,13 +61126,13 @@ var init_getdrainop = __esm(() => {
61069
61126
  createdAt: numberType(),
61070
61127
  updatedAt: numberType(),
61071
61128
  projectIds: arrayType(stringType()).optional(),
61072
- schemas: lazyType(() => GetDrainResponseBodySchemas$outboundSchema).optional(),
61129
+ schemas: lazyType(() => GetDrainResponseBodySchemas$outboundSchema),
61073
61130
  delivery: unionType([
61074
61131
  lazyType(() => GetDrainDelivery1$outboundSchema),
61075
61132
  lazyType(() => GetDrainDelivery2$outboundSchema),
61076
61133
  lazyType(() => GetDrainDelivery3$outboundSchema),
61077
61134
  lazyType(() => GetDrainDelivery4$outboundSchema)
61078
- ]).optional(),
61135
+ ]),
61079
61136
  sampling: arrayType(lazyType(() => GetDrainResponseBodySampling$outboundSchema)).optional(),
61080
61137
  teamId: nullableType(stringType()).optional(),
61081
61138
  status: GetDrainResponseBodyStatus$outboundSchema.optional(),
@@ -61644,13 +61701,13 @@ var init_getdrainsop = __esm(() => {
61644
61701
  createdAt: numberType(),
61645
61702
  updatedAt: numberType(),
61646
61703
  projectIds: arrayType(stringType()).optional(),
61647
- schemas: lazyType(() => GetDrainsDrainsSchemas$inboundSchema).optional(),
61704
+ schemas: lazyType(() => GetDrainsDrainsSchemas$inboundSchema),
61648
61705
  delivery: unionType([
61649
61706
  lazyType(() => GetDrainsDeliveryDrains1$inboundSchema),
61650
61707
  lazyType(() => GetDrainsDeliveryDrains2$inboundSchema),
61651
61708
  lazyType(() => GetDrainsDeliveryDrains3$inboundSchema),
61652
61709
  lazyType(() => GetDrainsDeliveryDrains4$inboundSchema)
61653
- ]).optional(),
61710
+ ]),
61654
61711
  sampling: arrayType(lazyType(() => GetDrainsDrainsSampling$inboundSchema)).optional(),
61655
61712
  teamId: nullableType(stringType()).optional(),
61656
61713
  status: GetDrainsDrainsStatus$inboundSchema.optional(),
@@ -61682,13 +61739,13 @@ var init_getdrainsop = __esm(() => {
61682
61739
  createdAt: numberType(),
61683
61740
  updatedAt: numberType(),
61684
61741
  projectIds: arrayType(stringType()).optional(),
61685
- schemas: lazyType(() => GetDrainsDrainsSchemas$outboundSchema).optional(),
61742
+ schemas: lazyType(() => GetDrainsDrainsSchemas$outboundSchema),
61686
61743
  delivery: unionType([
61687
61744
  lazyType(() => GetDrainsDeliveryDrains1$outboundSchema),
61688
61745
  lazyType(() => GetDrainsDeliveryDrains2$outboundSchema),
61689
61746
  lazyType(() => GetDrainsDeliveryDrains3$outboundSchema),
61690
61747
  lazyType(() => GetDrainsDeliveryDrains4$outboundSchema)
61691
- ]).optional(),
61748
+ ]),
61692
61749
  sampling: arrayType(lazyType(() => GetDrainsDrainsSampling$outboundSchema)).optional(),
61693
61750
  teamId: nullableType(stringType()).optional(),
61694
61751
  status: GetDrainsDrainsStatus$outboundSchema.optional(),
@@ -61984,13 +62041,13 @@ var init_getdrainsop = __esm(() => {
61984
62041
  createdAt: numberType(),
61985
62042
  updatedAt: numberType(),
61986
62043
  projectIds: arrayType(stringType()).optional(),
61987
- schemas: lazyType(() => DrainsSchemas$inboundSchema).optional(),
62044
+ schemas: lazyType(() => DrainsSchemas$inboundSchema),
61988
62045
  delivery: unionType([
61989
62046
  lazyType(() => GetDrainsDelivery1$inboundSchema),
61990
62047
  lazyType(() => GetDrainsDelivery2$inboundSchema),
61991
62048
  lazyType(() => GetDrainsDelivery3$inboundSchema),
61992
62049
  lazyType(() => GetDrainsDelivery4$inboundSchema)
61993
- ]).optional(),
62050
+ ]),
61994
62051
  sampling: arrayType(lazyType(() => DrainsSampling$inboundSchema)).optional(),
61995
62052
  teamId: nullableType(stringType()).optional(),
61996
62053
  status: DrainsStatus$inboundSchema.optional(),
@@ -62015,13 +62072,13 @@ var init_getdrainsop = __esm(() => {
62015
62072
  createdAt: numberType(),
62016
62073
  updatedAt: numberType(),
62017
62074
  projectIds: arrayType(stringType()).optional(),
62018
- schemas: lazyType(() => DrainsSchemas$outboundSchema).optional(),
62075
+ schemas: lazyType(() => DrainsSchemas$outboundSchema),
62019
62076
  delivery: unionType([
62020
62077
  lazyType(() => GetDrainsDelivery1$outboundSchema),
62021
62078
  lazyType(() => GetDrainsDelivery2$outboundSchema),
62022
62079
  lazyType(() => GetDrainsDelivery3$outboundSchema),
62023
62080
  lazyType(() => GetDrainsDelivery4$outboundSchema)
62024
- ]).optional(),
62081
+ ]),
62025
62082
  sampling: arrayType(lazyType(() => DrainsSampling$outboundSchema)).optional(),
62026
62083
  teamId: nullableType(stringType()).optional(),
62027
62084
  status: DrainsStatus$outboundSchema.optional(),
@@ -63122,13 +63179,13 @@ var init_updatedrainop = __esm(() => {
63122
63179
  createdAt: numberType(),
63123
63180
  updatedAt: numberType(),
63124
63181
  projectIds: arrayType(stringType()).optional(),
63125
- schemas: lazyType(() => UpdateDrainResponseBodyDrainsSchemas$inboundSchema).optional(),
63182
+ schemas: lazyType(() => UpdateDrainResponseBodyDrainsSchemas$inboundSchema),
63126
63183
  delivery: unionType([
63127
63184
  lazyType(() => UpdateDrainDeliveryDrainsResponse1$inboundSchema),
63128
63185
  lazyType(() => UpdateDrainDeliveryDrainsResponse2$inboundSchema),
63129
63186
  lazyType(() => UpdateDrainDeliveryDrains3$inboundSchema),
63130
63187
  lazyType(() => UpdateDrainDeliveryDrains4$inboundSchema)
63131
- ]).optional(),
63188
+ ]),
63132
63189
  sampling: arrayType(lazyType(() => UpdateDrainResponseBodyDrainsSampling$inboundSchema)).optional(),
63133
63190
  teamId: nullableType(stringType()).optional(),
63134
63191
  status: UpdateDrainResponseBodyDrainsStatus$inboundSchema.optional(),
@@ -63160,13 +63217,13 @@ var init_updatedrainop = __esm(() => {
63160
63217
  createdAt: numberType(),
63161
63218
  updatedAt: numberType(),
63162
63219
  projectIds: arrayType(stringType()).optional(),
63163
- schemas: lazyType(() => UpdateDrainResponseBodyDrainsSchemas$outboundSchema).optional(),
63220
+ schemas: lazyType(() => UpdateDrainResponseBodyDrainsSchemas$outboundSchema),
63164
63221
  delivery: unionType([
63165
63222
  lazyType(() => UpdateDrainDeliveryDrainsResponse1$outboundSchema),
63166
63223
  lazyType(() => UpdateDrainDeliveryDrainsResponse2$outboundSchema),
63167
63224
  lazyType(() => UpdateDrainDeliveryDrains3$outboundSchema),
63168
63225
  lazyType(() => UpdateDrainDeliveryDrains4$outboundSchema)
63169
- ]).optional(),
63226
+ ]),
63170
63227
  sampling: arrayType(lazyType(() => UpdateDrainResponseBodyDrainsSampling$outboundSchema)).optional(),
63171
63228
  teamId: nullableType(stringType()).optional(),
63172
63229
  status: UpdateDrainResponseBodyDrainsStatus$outboundSchema.optional(),
@@ -63465,13 +63522,13 @@ var init_updatedrainop = __esm(() => {
63465
63522
  createdAt: numberType(),
63466
63523
  updatedAt: numberType(),
63467
63524
  projectIds: arrayType(stringType()).optional(),
63468
- schemas: lazyType(() => UpdateDrainResponseBodySchemas$inboundSchema).optional(),
63525
+ schemas: lazyType(() => UpdateDrainResponseBodySchemas$inboundSchema),
63469
63526
  delivery: unionType([
63470
63527
  lazyType(() => UpdateDrainDeliveryDrains1$inboundSchema),
63471
63528
  lazyType(() => UpdateDrainDeliveryDrains2$inboundSchema),
63472
63529
  lazyType(() => UpdateDrainDelivery3$inboundSchema),
63473
63530
  lazyType(() => UpdateDrainDelivery4$inboundSchema)
63474
- ]).optional(),
63531
+ ]),
63475
63532
  sampling: arrayType(lazyType(() => UpdateDrainResponseBodySampling$inboundSchema)).optional(),
63476
63533
  teamId: nullableType(stringType()).optional(),
63477
63534
  status: UpdateDrainResponseBodyStatus$inboundSchema.optional(),
@@ -63496,13 +63553,13 @@ var init_updatedrainop = __esm(() => {
63496
63553
  createdAt: numberType(),
63497
63554
  updatedAt: numberType(),
63498
63555
  projectIds: arrayType(stringType()).optional(),
63499
- schemas: lazyType(() => UpdateDrainResponseBodySchemas$outboundSchema).optional(),
63556
+ schemas: lazyType(() => UpdateDrainResponseBodySchemas$outboundSchema),
63500
63557
  delivery: unionType([
63501
63558
  lazyType(() => UpdateDrainDeliveryDrains1$outboundSchema),
63502
63559
  lazyType(() => UpdateDrainDeliveryDrains2$outboundSchema),
63503
63560
  lazyType(() => UpdateDrainDelivery3$outboundSchema),
63504
63561
  lazyType(() => UpdateDrainDelivery4$outboundSchema)
63505
- ]).optional(),
63562
+ ]),
63506
63563
  sampling: arrayType(lazyType(() => UpdateDrainResponseBodySampling$outboundSchema)).optional(),
63507
63564
  teamId: nullableType(stringType()).optional(),
63508
63565
  status: UpdateDrainResponseBodyStatus$outboundSchema.optional(),
@@ -69799,7 +69856,7 @@ Connects an integration resource to a Vercel project. This endpoint establishes
69799
69856
  });
69800
69857
 
69801
69858
  // src/models/createintegrationstoredirectop.ts
69802
- var CreateIntegrationStoreDirectFramework, CreateIntegrationStoreDirectEnvironments, CreateIntegrationStoreDirectIntegrationsEnvironments, Providers2, Providers1, CreateIntegrationStoreDirectStatus, CreateIntegrationStoreDirectOwnership, ExternalResourceStatus, CreateIntegrationStoreDirectIntegrationsType, CreateIntegrationStoreDirectDisabled3, CreateIntegrationStoreDirectHidden3, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl, CreateIntegrationStoreDirectDisabledIntegrationsResponse2003, CreateIntegrationStoreDirectHiddenIntegrationsResponse2003, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore3, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore3, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl, CreateIntegrationStoreDirectDisabledIntegrations3, CreateIntegrationStoreDirectHiddenIntegrations3, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiControl, CreateIntegrationStoreDirectDisabledIntegrationsResponse3, CreateIntegrationStoreDirectHiddenIntegrationsResponse3, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Type, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiControl, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2003, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2003, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2003, CreateIntegrationStoreDirectPropertiesIntegrationsResponseType, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiControl, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse3, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse3, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse3, CreateIntegrationStoreDirectPropertiesIntegrationsType, CreateIntegrationStoreDirectPropertiesIntegrationsUiControl, CreateIntegrationStoreDirectUiReadOnlyIntegrations3, CreateIntegrationStoreDirectUiHiddenIntegrations3, CreateIntegrationStoreDirectUiDisabledIntegrations3, CreateIntegrationStoreDirectPropertiesType, CreateIntegrationStoreDirectPropertiesUiControl, CreateIntegrationStoreDirectUiReadOnly3, CreateIntegrationStoreDirectUiHidden3, CreateIntegrationStoreDirectUiDisabled3, CreateIntegrationStoreDirectTags, ProjectConnectionScopes, CreateIntegrationStoreDirectIntegrationsResponseType, Disabled3, Hidden3, CreateIntegrationStoreDirectLevel, CreateIntegrationStoreDirectType, CreateIntegrationStoreDirectScope, Metadata$inboundSchema, Metadata$outboundSchema, CreateIntegrationStoreDirectRequestBody$inboundSchema, CreateIntegrationStoreDirectRequestBody$outboundSchema, CreateIntegrationStoreDirectRequest$inboundSchema, CreateIntegrationStoreDirectRequest$outboundSchema, CreateIntegrationStoreDirectFramework$inboundSchema, CreateIntegrationStoreDirectFramework$outboundSchema, CreateIntegrationStoreDirectEnvironments$inboundSchema, CreateIntegrationStoreDirectEnvironments$outboundSchema, CreateIntegrationStoreDirectIntegrationsEnvironments$inboundSchema, CreateIntegrationStoreDirectIntegrationsEnvironments$outboundSchema, CreateIntegrationStoreDirectActions$inboundSchema, CreateIntegrationStoreDirectActions$outboundSchema, CreateIntegrationStoreDirectDeployments$inboundSchema, CreateIntegrationStoreDirectDeployments$outboundSchema, CreateIntegrationStoreDirectProjectsMetadata$inboundSchema, CreateIntegrationStoreDirectProjectsMetadata$outboundSchema, Providers2$inboundSchema, Providers2$outboundSchema, Providers1$inboundSchema, Providers1$outboundSchema, Providers$inboundSchema, Providers$outboundSchema, Git$inboundSchema, Git$outboundSchema, ProjectFilter$inboundSchema, ProjectFilter$outboundSchema, CreateIntegrationStoreDirectStatus$inboundSchema, CreateIntegrationStoreDirectStatus$outboundSchema, CreateIntegrationStoreDirectOwnership$inboundSchema, CreateIntegrationStoreDirectOwnership$outboundSchema, Capabilities$inboundSchema, Capabilities$outboundSchema, CreateIntegrationStoreDirectMetadata$inboundSchema, CreateIntegrationStoreDirectMetadata$outboundSchema, ExternalResourceStatus$inboundSchema, ExternalResourceStatus$outboundSchema, CreateIntegrationStoreDirectCapabilities$inboundSchema, CreateIntegrationStoreDirectCapabilities$outboundSchema, CreateIntegrationStoreDirectIntegrationsType$inboundSchema, CreateIntegrationStoreDirectIntegrationsType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825$outboundSchema, CreateIntegrationStoreDirectPropertiesValue$inboundSchema, CreateIntegrationStoreDirectPropertiesValue$outboundSchema, CreateIntegrationStoreDirectDisabled3$inboundSchema, CreateIntegrationStoreDirectDisabled3$outboundSchema, CreateIntegrationStoreDirectDisabled2$inboundSchema, CreateIntegrationStoreDirectDisabled2$outboundSchema, CreateIntegrationStoreDirectPropertiesDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesDisabled$outboundSchema, CreateIntegrationStoreDirectHidden3$inboundSchema, CreateIntegrationStoreDirectHidden3$outboundSchema, CreateIntegrationStoreDirectHidden2$inboundSchema, CreateIntegrationStoreDirectHidden2$outboundSchema, CreateIntegrationStoreDirectPropertiesHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesHidden$outboundSchema, CreateIntegrationStoreDirectProperties9$inboundSchema, CreateIntegrationStoreDirectProperties9$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectProperties8$inboundSchema, CreateIntegrationStoreDirectProperties8$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8825$inboundSchema, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8825$outboundSchema, CreateIntegrationStoreDirectUiOptionsValue$inboundSchema, CreateIntegrationStoreDirectUiOptionsValue$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2003$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2003$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectUiOptionsIntegrationsDisabled$inboundSchema, CreateIntegrationStoreDirectUiOptionsIntegrationsDisabled$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2003$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2003$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectUiOptionsIntegrationsHidden$inboundSchema, CreateIntegrationStoreDirectUiOptionsIntegrationsHidden$outboundSchema, CreateIntegrationStoreDirectUiOptions3$inboundSchema, CreateIntegrationStoreDirectUiOptions3$outboundSchema, UiOptionsAtBRANDAt8825$inboundSchema, UiOptionsAtBRANDAt8825$outboundSchema, CreateIntegrationStoreDirectUiOptions2$inboundSchema, CreateIntegrationStoreDirectUiOptions2$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectUiOptionsDisabled$inboundSchema, CreateIntegrationStoreDirectUiOptionsDisabled$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectUiOptionsHidden$inboundSchema, CreateIntegrationStoreDirectUiOptionsHidden$outboundSchema, CreateIntegrationStoreDirectUiOptions1$inboundSchema, CreateIntegrationStoreDirectUiOptions1$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiReadOnly$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiHidden$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDisabled$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStore2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStore2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectProperties7$inboundSchema, CreateIntegrationStoreDirectProperties7$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsItems$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsItems$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrations3$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrations3$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrations2$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrations2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsDisabled$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrations3$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrations3$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrations2$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrations2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiOptions$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiOptions$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectProperties6$inboundSchema, CreateIntegrationStoreDirectProperties6$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiControl$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseDisabled$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesUiOptions$inboundSchema, CreateIntegrationStoreDirectPropertiesUiOptions$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiHidden$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectProperties5$inboundSchema, CreateIntegrationStoreDirectProperties5$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Type$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Type$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaType$outboundSchema, CreateIntegrationStoreDirectPropertiesItems$inboundSchema, CreateIntegrationStoreDirectPropertiesItems$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiControl$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2003$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2003$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiReadOnly$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2003$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2003$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiHidden$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2003$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2003$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDisabled$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiFormattedValue$outboundSchema, CreateIntegrationStoreDirectProperties4$inboundSchema, CreateIntegrationStoreDirectProperties4$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiControl$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiReadOnly$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiHidden$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDisabled$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectProperties3$inboundSchema, CreateIntegrationStoreDirectProperties3$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiControl$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrations3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrations3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrations2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrations2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiReadOnly$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrations3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrations3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrations2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrations2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiHidden$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrations3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrations3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrations2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrations2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiDisabled$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrations2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrations2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectProperties2$inboundSchema, CreateIntegrationStoreDirectProperties2$outboundSchema, CreateIntegrationStoreDirectPropertiesType$inboundSchema, CreateIntegrationStoreDirectPropertiesType$outboundSchema, CreateIntegrationStoreDirectPropertiesUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825$outboundSchema, CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema, PropertiesAtBRANDAt8825$inboundSchema, PropertiesAtBRANDAt8825$outboundSchema, CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesAtBRANDAt8825$inboundSchema, CreateIntegrationStoreDirectPropertiesAtBRANDAt8825$outboundSchema, CreateIntegrationStoreDirectPropertiesPattern$inboundSchema, CreateIntegrationStoreDirectPropertiesPattern$outboundSchema, CreateIntegrationStoreDirectUiReadOnly3$inboundSchema, CreateIntegrationStoreDirectUiReadOnly3$outboundSchema, CreateIntegrationStoreDirectUiReadOnly2$inboundSchema, CreateIntegrationStoreDirectUiReadOnly2$outboundSchema, CreateIntegrationStoreDirectPropertiesUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesUiReadOnly$outboundSchema, CreateIntegrationStoreDirectUiHidden3$inboundSchema, CreateIntegrationStoreDirectUiHidden3$outboundSchema, CreateIntegrationStoreDirectUiHidden2$inboundSchema, CreateIntegrationStoreDirectUiHidden2$outboundSchema, CreateIntegrationStoreDirectPropertiesUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesUiHidden$outboundSchema, CreateIntegrationStoreDirectUiDisabled3$inboundSchema, CreateIntegrationStoreDirectUiDisabled3$outboundSchema, CreateIntegrationStoreDirectUiDisabled2$inboundSchema, CreateIntegrationStoreDirectUiDisabled2$outboundSchema, CreateIntegrationStoreDirectPropertiesUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesUiDisabled$outboundSchema, CreateIntegrationStoreDirectUiDescription2$inboundSchema, CreateIntegrationStoreDirectUiDescription2$outboundSchema, CreateIntegrationStoreDirectPropertiesUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectProperties1$inboundSchema, CreateIntegrationStoreDirectProperties1$outboundSchema, CreateIntegrationStoreDirectProperties$inboundSchema, CreateIntegrationStoreDirectProperties$outboundSchema, CreateIntegrationStoreDirectMetadataSchema$inboundSchema, CreateIntegrationStoreDirectMetadataSchema$outboundSchema, ResourceLinks$inboundSchema, ResourceLinks$outboundSchema, CreateIntegrationStoreDirectTags$inboundSchema, CreateIntegrationStoreDirectTags$outboundSchema, ProjectConnectionScopes$inboundSchema, ProjectConnectionScopes$outboundSchema, Repl$inboundSchema, Repl$outboundSchema, CreateIntegrationStoreDirectIntegrationsResponseType$inboundSchema, CreateIntegrationStoreDirectIntegrationsResponseType$outboundSchema, CreateIntegrationStoreDirectIntegrationsActions$inboundSchema, CreateIntegrationStoreDirectIntegrationsActions$outboundSchema, Steps$inboundSchema, Steps$outboundSchema, Guides$inboundSchema, Guides$outboundSchema, AtBRANDAt8825$inboundSchema, AtBRANDAt8825$outboundSchema, CreateIntegrationStoreDirectValue$inboundSchema, CreateIntegrationStoreDirectValue$outboundSchema, Disabled3$inboundSchema, Disabled3$outboundSchema, Disabled2$inboundSchema, Disabled2$outboundSchema, Disabled$inboundSchema, Disabled$outboundSchema, Hidden3$inboundSchema, Hidden3$outboundSchema, Hidden2$inboundSchema, Hidden2$outboundSchema, Hidden$inboundSchema, Hidden$outboundSchema, Product$inboundSchema, Product$outboundSchema, CreateIntegrationStoreDirectExperimentation$inboundSchema, CreateIntegrationStoreDirectExperimentation$outboundSchema, CreateIntegrationStoreDirectProtocolSettings$inboundSchema, CreateIntegrationStoreDirectProtocolSettings$outboundSchema, CreateIntegrationStoreDirectLevel$inboundSchema, CreateIntegrationStoreDirectLevel$outboundSchema, CreateIntegrationStoreDirectNotification$inboundSchema, CreateIntegrationStoreDirectNotification$outboundSchema, CreateIntegrationStoreDirectSecrets$inboundSchema, CreateIntegrationStoreDirectSecrets$outboundSchema, CreateIntegrationStoreDirectType$inboundSchema, CreateIntegrationStoreDirectType$outboundSchema, CreateIntegrationStoreDirectScope$inboundSchema, CreateIntegrationStoreDirectScope$outboundSchema, CreateIntegrationStoreDirectDetails$inboundSchema, CreateIntegrationStoreDirectDetails$outboundSchema, CreateIntegrationStoreDirectHighlightedDetails$inboundSchema, CreateIntegrationStoreDirectHighlightedDetails$outboundSchema, CreateIntegrationStoreDirectQuote$inboundSchema, CreateIntegrationStoreDirectQuote$outboundSchema, CreateIntegrationStoreDirectBillingPlan$inboundSchema, CreateIntegrationStoreDirectBillingPlan$outboundSchema, CreateIntegrationStoreDirectStore$inboundSchema, CreateIntegrationStoreDirectStore$outboundSchema, CreateIntegrationStoreDirectResponseBody$inboundSchema, CreateIntegrationStoreDirectResponseBody$outboundSchema;
69859
+ var CreateIntegrationStoreDirectFramework, CreateIntegrationStoreDirectEnvironments, CreateIntegrationStoreDirectIntegrationsEnvironments, Providers2, Providers1, CreateIntegrationStoreDirectStatus, CreateIntegrationStoreDirectOwnership, ExternalResourceStatus, CreateIntegrationStoreDirectIntegrationsType, CreateIntegrationStoreDirectDisabled3, CreateIntegrationStoreDirectHidden3, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl, CreateIntegrationStoreDirectDisabledIntegrationsResponse2003, CreateIntegrationStoreDirectHiddenIntegrationsResponse2003, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore3, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore3, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl, CreateIntegrationStoreDirectDisabledIntegrations3, CreateIntegrationStoreDirectHiddenIntegrations3, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiControl, CreateIntegrationStoreDirectDisabledIntegrationsResponse3, CreateIntegrationStoreDirectHiddenIntegrationsResponse3, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson3, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Type, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaType, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiControl, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2003, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2003, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2003, CreateIntegrationStoreDirectPropertiesIntegrationsResponseType, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiControl, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse3, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse3, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse3, CreateIntegrationStoreDirectPropertiesIntegrationsType, CreateIntegrationStoreDirectPropertiesIntegrationsUiControl, CreateIntegrationStoreDirectUiReadOnlyIntegrations3, CreateIntegrationStoreDirectUiHiddenIntegrations3, CreateIntegrationStoreDirectUiDisabledIntegrations3, CreateIntegrationStoreDirectPropertiesType, CreateIntegrationStoreDirectPropertiesUiControl, CreateIntegrationStoreDirectUiReadOnly3, CreateIntegrationStoreDirectUiHidden3, CreateIntegrationStoreDirectUiDisabled3, CreateIntegrationStoreDirectTags, ProjectConnectionScopes, CreateIntegrationStoreDirectIntegrationsResponseType, Disabled3, Hidden3, CreateIntegrationStoreDirectLevel, CreateIntegrationStoreDirectType, CreateIntegrationStoreDirectScope, Metadata$inboundSchema, Metadata$outboundSchema, CreateIntegrationStoreDirectRequestBody$inboundSchema, CreateIntegrationStoreDirectRequestBody$outboundSchema, CreateIntegrationStoreDirectRequest$inboundSchema, CreateIntegrationStoreDirectRequest$outboundSchema, CreateIntegrationStoreDirectFramework$inboundSchema, CreateIntegrationStoreDirectFramework$outboundSchema, CreateIntegrationStoreDirectEnvironments$inboundSchema, CreateIntegrationStoreDirectEnvironments$outboundSchema, CreateIntegrationStoreDirectIntegrationsEnvironments$inboundSchema, CreateIntegrationStoreDirectIntegrationsEnvironments$outboundSchema, CreateIntegrationStoreDirectActions$inboundSchema, CreateIntegrationStoreDirectActions$outboundSchema, CreateIntegrationStoreDirectDeployments$inboundSchema, CreateIntegrationStoreDirectDeployments$outboundSchema, CreateIntegrationStoreDirectProjectsMetadata$inboundSchema, CreateIntegrationStoreDirectProjectsMetadata$outboundSchema, Providers2$inboundSchema, Providers2$outboundSchema, Providers1$inboundSchema, Providers1$outboundSchema, Providers$inboundSchema, Providers$outboundSchema, Git$inboundSchema, Git$outboundSchema, ProjectFilter$inboundSchema, ProjectFilter$outboundSchema, CreateIntegrationStoreDirectStatus$inboundSchema, CreateIntegrationStoreDirectStatus$outboundSchema, CreateIntegrationStoreDirectOwnership$inboundSchema, CreateIntegrationStoreDirectOwnership$outboundSchema, Capabilities$inboundSchema, Capabilities$outboundSchema, CreateIntegrationStoreDirectMetadata$inboundSchema, CreateIntegrationStoreDirectMetadata$outboundSchema, ExternalResourceStatus$inboundSchema, ExternalResourceStatus$outboundSchema, CreateIntegrationStoreDirectCapabilities$inboundSchema, CreateIntegrationStoreDirectCapabilities$outboundSchema, CreateIntegrationStoreDirectIntegrationsType$inboundSchema, CreateIntegrationStoreDirectIntegrationsType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8831$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8831$outboundSchema, CreateIntegrationStoreDirectPropertiesValue$inboundSchema, CreateIntegrationStoreDirectPropertiesValue$outboundSchema, CreateIntegrationStoreDirectDisabled3$inboundSchema, CreateIntegrationStoreDirectDisabled3$outboundSchema, CreateIntegrationStoreDirectDisabled2$inboundSchema, CreateIntegrationStoreDirectDisabled2$outboundSchema, CreateIntegrationStoreDirectPropertiesDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesDisabled$outboundSchema, CreateIntegrationStoreDirectHidden3$inboundSchema, CreateIntegrationStoreDirectHidden3$outboundSchema, CreateIntegrationStoreDirectHidden2$inboundSchema, CreateIntegrationStoreDirectHidden2$outboundSchema, CreateIntegrationStoreDirectPropertiesHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesHidden$outboundSchema, CreateIntegrationStoreDirectProperties9$inboundSchema, CreateIntegrationStoreDirectProperties9$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8831$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8831$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8831$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8831$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8831$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8831$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectProperties8$inboundSchema, CreateIntegrationStoreDirectProperties8$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8831$inboundSchema, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8831$outboundSchema, CreateIntegrationStoreDirectUiOptionsValue$inboundSchema, CreateIntegrationStoreDirectUiOptionsValue$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2003$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2003$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectUiOptionsIntegrationsDisabled$inboundSchema, CreateIntegrationStoreDirectUiOptionsIntegrationsDisabled$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2003$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2003$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectUiOptionsIntegrationsHidden$inboundSchema, CreateIntegrationStoreDirectUiOptionsIntegrationsHidden$outboundSchema, CreateIntegrationStoreDirectUiOptions3$inboundSchema, CreateIntegrationStoreDirectUiOptions3$outboundSchema, UiOptionsAtBRANDAt8831$inboundSchema, UiOptionsAtBRANDAt8831$outboundSchema, CreateIntegrationStoreDirectUiOptions2$inboundSchema, CreateIntegrationStoreDirectUiOptions2$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectUiOptionsDisabled$inboundSchema, CreateIntegrationStoreDirectUiOptionsDisabled$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectUiOptionsHidden$inboundSchema, CreateIntegrationStoreDirectUiOptionsHidden$outboundSchema, CreateIntegrationStoreDirectUiOptions1$inboundSchema, CreateIntegrationStoreDirectUiOptions1$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8831$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8831$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8831$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8831$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8831$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8831$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiReadOnly$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiHidden$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDisabled$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStore2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStore2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectProperties7$inboundSchema, CreateIntegrationStoreDirectProperties7$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8831$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8831$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8831$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8831$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8831$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8831$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsItems$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsItems$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrations3$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrations3$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrations2$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrations2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsDisabled$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrations3$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrations3$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrations2$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrations2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiOptions$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiOptions$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectProperties6$inboundSchema, CreateIntegrationStoreDirectProperties6$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiControl$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseDisabled$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesUiOptions$inboundSchema, CreateIntegrationStoreDirectPropertiesUiOptions$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8831$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8831$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8831$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8831$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8831$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8831$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiHidden$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectProperties5$inboundSchema, CreateIntegrationStoreDirectProperties5$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Type$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Type$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaType$outboundSchema, CreateIntegrationStoreDirectPropertiesItems$inboundSchema, CreateIntegrationStoreDirectPropertiesItems$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiControl$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2003$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2003$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiReadOnly$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2003$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2003$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiHidden$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2003$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2003$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDisabled$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiFormattedValue$outboundSchema, CreateIntegrationStoreDirectProperties4$inboundSchema, CreateIntegrationStoreDirectProperties4$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiControl$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiReadOnly$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiHidden$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDisabled$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectProperties3$inboundSchema, CreateIntegrationStoreDirectProperties3$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiControl$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrations3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrations3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrations2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrations2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiReadOnly$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrations3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrations3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrations2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrations2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiHidden$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrations3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrations3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrations2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrations2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiDisabled$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrations2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrations2$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectProperties2$inboundSchema, CreateIntegrationStoreDirectProperties2$outboundSchema, CreateIntegrationStoreDirectPropertiesType$inboundSchema, CreateIntegrationStoreDirectPropertiesType$outboundSchema, CreateIntegrationStoreDirectPropertiesUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8831$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8831$outboundSchema, CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema, PropertiesAtBRANDAt8831$inboundSchema, PropertiesAtBRANDAt8831$outboundSchema, CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesAtBRANDAt8831$inboundSchema, CreateIntegrationStoreDirectPropertiesAtBRANDAt8831$outboundSchema, CreateIntegrationStoreDirectPropertiesPattern$inboundSchema, CreateIntegrationStoreDirectPropertiesPattern$outboundSchema, CreateIntegrationStoreDirectUiReadOnly3$inboundSchema, CreateIntegrationStoreDirectUiReadOnly3$outboundSchema, CreateIntegrationStoreDirectUiReadOnly2$inboundSchema, CreateIntegrationStoreDirectUiReadOnly2$outboundSchema, CreateIntegrationStoreDirectPropertiesUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesUiReadOnly$outboundSchema, CreateIntegrationStoreDirectUiHidden3$inboundSchema, CreateIntegrationStoreDirectUiHidden3$outboundSchema, CreateIntegrationStoreDirectUiHidden2$inboundSchema, CreateIntegrationStoreDirectUiHidden2$outboundSchema, CreateIntegrationStoreDirectPropertiesUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesUiHidden$outboundSchema, CreateIntegrationStoreDirectUiDisabled3$inboundSchema, CreateIntegrationStoreDirectUiDisabled3$outboundSchema, CreateIntegrationStoreDirectUiDisabled2$inboundSchema, CreateIntegrationStoreDirectUiDisabled2$outboundSchema, CreateIntegrationStoreDirectPropertiesUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesUiDisabled$outboundSchema, CreateIntegrationStoreDirectUiDescription2$inboundSchema, CreateIntegrationStoreDirectUiDescription2$outboundSchema, CreateIntegrationStoreDirectPropertiesUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectProperties1$inboundSchema, CreateIntegrationStoreDirectProperties1$outboundSchema, CreateIntegrationStoreDirectProperties$inboundSchema, CreateIntegrationStoreDirectProperties$outboundSchema, CreateIntegrationStoreDirectMetadataSchema$inboundSchema, CreateIntegrationStoreDirectMetadataSchema$outboundSchema, ResourceLinks$inboundSchema, ResourceLinks$outboundSchema, CreateIntegrationStoreDirectTags$inboundSchema, CreateIntegrationStoreDirectTags$outboundSchema, ProjectConnectionScopes$inboundSchema, ProjectConnectionScopes$outboundSchema, Repl$inboundSchema, Repl$outboundSchema, CreateIntegrationStoreDirectIntegrationsResponseType$inboundSchema, CreateIntegrationStoreDirectIntegrationsResponseType$outboundSchema, CreateIntegrationStoreDirectIntegrationsActions$inboundSchema, CreateIntegrationStoreDirectIntegrationsActions$outboundSchema, Steps$inboundSchema, Steps$outboundSchema, Guides$inboundSchema, Guides$outboundSchema, AtBRANDAt8831$inboundSchema, AtBRANDAt8831$outboundSchema, CreateIntegrationStoreDirectValue$inboundSchema, CreateIntegrationStoreDirectValue$outboundSchema, Disabled3$inboundSchema, Disabled3$outboundSchema, Disabled2$inboundSchema, Disabled2$outboundSchema, Disabled$inboundSchema, Disabled$outboundSchema, Hidden3$inboundSchema, Hidden3$outboundSchema, Hidden2$inboundSchema, Hidden2$outboundSchema, Hidden$inboundSchema, Hidden$outboundSchema, Product$inboundSchema, Product$outboundSchema, CreateIntegrationStoreDirectExperimentation$inboundSchema, CreateIntegrationStoreDirectExperimentation$outboundSchema, CreateIntegrationStoreDirectProtocolSettings$inboundSchema, CreateIntegrationStoreDirectProtocolSettings$outboundSchema, CreateIntegrationStoreDirectLevel$inboundSchema, CreateIntegrationStoreDirectLevel$outboundSchema, CreateIntegrationStoreDirectNotification$inboundSchema, CreateIntegrationStoreDirectNotification$outboundSchema, CreateIntegrationStoreDirectSecrets$inboundSchema, CreateIntegrationStoreDirectSecrets$outboundSchema, CreateIntegrationStoreDirectType$inboundSchema, CreateIntegrationStoreDirectType$outboundSchema, CreateIntegrationStoreDirectScope$inboundSchema, CreateIntegrationStoreDirectScope$outboundSchema, CreateIntegrationStoreDirectDetails$inboundSchema, CreateIntegrationStoreDirectDetails$outboundSchema, CreateIntegrationStoreDirectHighlightedDetails$inboundSchema, CreateIntegrationStoreDirectHighlightedDetails$outboundSchema, CreateIntegrationStoreDirectQuote$inboundSchema, CreateIntegrationStoreDirectQuote$outboundSchema, CreateIntegrationStoreDirectBillingPlan$inboundSchema, CreateIntegrationStoreDirectBillingPlan$outboundSchema, CreateIntegrationStoreDirectStore$inboundSchema, CreateIntegrationStoreDirectStore$outboundSchema, CreateIntegrationStoreDirectResponseBody$inboundSchema, CreateIntegrationStoreDirectResponseBody$outboundSchema;
69803
69860
  var init_createintegrationstoredirectop = __esm(() => {
69804
69861
  init_esm();
69805
69862
  init_primitives();
@@ -70392,20 +70449,20 @@ var init_createintegrationstoredirectop = __esm(() => {
70392
70449
  });
70393
70450
  CreateIntegrationStoreDirectIntegrationsType$inboundSchema = nativeEnumType(CreateIntegrationStoreDirectIntegrationsType);
70394
70451
  CreateIntegrationStoreDirectIntegrationsType$outboundSchema = CreateIntegrationStoreDirectIntegrationsType$inboundSchema;
70395
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825$inboundSchema = objectType({});
70396
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825$outboundSchema = objectType({});
70452
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8831$inboundSchema = objectType({});
70453
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8831$outboundSchema = objectType({});
70397
70454
  CreateIntegrationStoreDirectPropertiesValue$inboundSchema = objectType({
70398
- "__@BRAND@8825": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825$inboundSchema)
70455
+ "__@BRAND@8831": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8831$inboundSchema)
70399
70456
  }).transform((v2) => {
70400
70457
  return remap(v2, {
70401
- "__@BRAND@8825": "atBRANDAt8825"
70458
+ "__@BRAND@8831": "atBRANDAt8831"
70402
70459
  });
70403
70460
  });
70404
70461
  CreateIntegrationStoreDirectPropertiesValue$outboundSchema = objectType({
70405
- atBRANDAt8825: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825$outboundSchema)
70462
+ atBRANDAt8831: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8831$outboundSchema)
70406
70463
  }).transform((v2) => {
70407
70464
  return remap(v2, {
70408
- atBRANDAt8825: "__@BRAND@8825"
70465
+ atBRANDAt8831: "__@BRAND@8831"
70409
70466
  });
70410
70467
  });
70411
70468
  CreateIntegrationStoreDirectDisabled3$inboundSchema = nativeEnumType(CreateIntegrationStoreDirectDisabled3);
@@ -70474,52 +70531,52 @@ var init_createintegrationstoredirectop = __esm(() => {
70474
70531
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema;
70475
70532
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema = nativeEnumType(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl);
70476
70533
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema;
70477
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825$inboundSchema = objectType({});
70478
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825$outboundSchema = objectType({});
70534
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8831$inboundSchema = objectType({});
70535
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8831$outboundSchema = objectType({});
70479
70536
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema = objectType({
70480
- "__@BRAND@8825": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825$inboundSchema)
70537
+ "__@BRAND@8831": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8831$inboundSchema)
70481
70538
  }).transform((v2) => {
70482
70539
  return remap(v2, {
70483
- "__@BRAND@8825": "atBRANDAt8825"
70540
+ "__@BRAND@8831": "atBRANDAt8831"
70484
70541
  });
70485
70542
  });
70486
70543
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema = objectType({
70487
- atBRANDAt8825: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825$outboundSchema)
70544
+ atBRANDAt8831: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8831$outboundSchema)
70488
70545
  }).transform((v2) => {
70489
70546
  return remap(v2, {
70490
- atBRANDAt8825: "__@BRAND@8825"
70547
+ atBRANDAt8831: "__@BRAND@8831"
70491
70548
  });
70492
70549
  });
70493
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825$inboundSchema = objectType({});
70494
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825$outboundSchema = objectType({});
70550
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8831$inboundSchema = objectType({});
70551
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8831$outboundSchema = objectType({});
70495
70552
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema = objectType({
70496
- "__@BRAND@8825": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825$inboundSchema)
70553
+ "__@BRAND@8831": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8831$inboundSchema)
70497
70554
  }).transform((v2) => {
70498
70555
  return remap(v2, {
70499
- "__@BRAND@8825": "atBRANDAt8825"
70556
+ "__@BRAND@8831": "atBRANDAt8831"
70500
70557
  });
70501
70558
  });
70502
70559
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema = objectType({
70503
- atBRANDAt8825: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825$outboundSchema)
70560
+ atBRANDAt8831: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8831$outboundSchema)
70504
70561
  }).transform((v2) => {
70505
70562
  return remap(v2, {
70506
- atBRANDAt8825: "__@BRAND@8825"
70563
+ atBRANDAt8831: "__@BRAND@8831"
70507
70564
  });
70508
70565
  });
70509
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825$inboundSchema = objectType({});
70510
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825$outboundSchema = objectType({});
70566
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8831$inboundSchema = objectType({});
70567
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8831$outboundSchema = objectType({});
70511
70568
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema = objectType({
70512
- "__@BRAND@8825": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825$inboundSchema)
70569
+ "__@BRAND@8831": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8831$inboundSchema)
70513
70570
  }).transform((v2) => {
70514
70571
  return remap(v2, {
70515
- "__@BRAND@8825": "atBRANDAt8825"
70572
+ "__@BRAND@8831": "atBRANDAt8831"
70516
70573
  });
70517
70574
  });
70518
70575
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema = objectType({
70519
- atBRANDAt8825: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825$outboundSchema)
70576
+ atBRANDAt8831: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8831$outboundSchema)
70520
70577
  }).transform((v2) => {
70521
70578
  return remap(v2, {
70522
- atBRANDAt8825: "__@BRAND@8825"
70579
+ atBRANDAt8831: "__@BRAND@8831"
70523
70580
  });
70524
70581
  });
70525
70582
  CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema = nativeEnumType(CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3);
@@ -70686,20 +70743,20 @@ var init_createintegrationstoredirectop = __esm(() => {
70686
70743
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType$outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType$inboundSchema;
70687
70744
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$inboundSchema = nativeEnumType(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl);
70688
70745
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$inboundSchema;
70689
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8825$inboundSchema = objectType({});
70690
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8825$outboundSchema = objectType({});
70746
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8831$inboundSchema = objectType({});
70747
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8831$outboundSchema = objectType({});
70691
70748
  CreateIntegrationStoreDirectUiOptionsValue$inboundSchema = objectType({
70692
- "__@BRAND@8825": lazyType(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8825$inboundSchema)
70749
+ "__@BRAND@8831": lazyType(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8831$inboundSchema)
70693
70750
  }).transform((v2) => {
70694
70751
  return remap(v2, {
70695
- "__@BRAND@8825": "atBRANDAt8825"
70752
+ "__@BRAND@8831": "atBRANDAt8831"
70696
70753
  });
70697
70754
  });
70698
70755
  CreateIntegrationStoreDirectUiOptionsValue$outboundSchema = objectType({
70699
- atBRANDAt8825: lazyType(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8825$outboundSchema)
70756
+ atBRANDAt8831: lazyType(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8831$outboundSchema)
70700
70757
  }).transform((v2) => {
70701
70758
  return remap(v2, {
70702
- atBRANDAt8825: "__@BRAND@8825"
70759
+ atBRANDAt8831: "__@BRAND@8831"
70703
70760
  });
70704
70761
  });
70705
70762
  CreateIntegrationStoreDirectDisabledIntegrationsResponse2003$inboundSchema = nativeEnumType(CreateIntegrationStoreDirectDisabledIntegrationsResponse2003);
@@ -70764,20 +70821,20 @@ var init_createintegrationstoredirectop = __esm(() => {
70764
70821
  CreateIntegrationStoreDirectHiddenIntegrationsResponse2003$outboundSchema
70765
70822
  ]).optional()
70766
70823
  });
70767
- UiOptionsAtBRANDAt8825$inboundSchema = objectType({});
70768
- UiOptionsAtBRANDAt8825$outboundSchema = objectType({});
70824
+ UiOptionsAtBRANDAt8831$inboundSchema = objectType({});
70825
+ UiOptionsAtBRANDAt8831$outboundSchema = objectType({});
70769
70826
  CreateIntegrationStoreDirectUiOptions2$inboundSchema = objectType({
70770
- "__@BRAND@8825": lazyType(() => UiOptionsAtBRANDAt8825$inboundSchema)
70827
+ "__@BRAND@8831": lazyType(() => UiOptionsAtBRANDAt8831$inboundSchema)
70771
70828
  }).transform((v2) => {
70772
70829
  return remap(v2, {
70773
- "__@BRAND@8825": "atBRANDAt8825"
70830
+ "__@BRAND@8831": "atBRANDAt8831"
70774
70831
  });
70775
70832
  });
70776
70833
  CreateIntegrationStoreDirectUiOptions2$outboundSchema = objectType({
70777
- atBRANDAt8825: lazyType(() => UiOptionsAtBRANDAt8825$outboundSchema)
70834
+ atBRANDAt8831: lazyType(() => UiOptionsAtBRANDAt8831$outboundSchema)
70778
70835
  }).transform((v2) => {
70779
70836
  return remap(v2, {
70780
- atBRANDAt8825: "__@BRAND@8825"
70837
+ atBRANDAt8831: "__@BRAND@8831"
70781
70838
  });
70782
70839
  });
70783
70840
  CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3$inboundSchema = nativeEnumType(CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3);
@@ -70854,52 +70911,52 @@ var init_createintegrationstoredirectop = __esm(() => {
70854
70911
  lazyType(() => CreateIntegrationStoreDirectUiOptions2$outboundSchema),
70855
70912
  lazyType(() => CreateIntegrationStoreDirectUiOptions3$outboundSchema)
70856
70913
  ]);
70857
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825$inboundSchema = objectType({});
70858
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825$outboundSchema = objectType({});
70914
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8831$inboundSchema = objectType({});
70915
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8831$outboundSchema = objectType({});
70859
70916
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema = objectType({
70860
- "__@BRAND@8825": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825$inboundSchema)
70917
+ "__@BRAND@8831": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8831$inboundSchema)
70861
70918
  }).transform((v2) => {
70862
70919
  return remap(v2, {
70863
- "__@BRAND@8825": "atBRANDAt8825"
70920
+ "__@BRAND@8831": "atBRANDAt8831"
70864
70921
  });
70865
70922
  });
70866
70923
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema = objectType({
70867
- atBRANDAt8825: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825$outboundSchema)
70924
+ atBRANDAt8831: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8831$outboundSchema)
70868
70925
  }).transform((v2) => {
70869
70926
  return remap(v2, {
70870
- atBRANDAt8825: "__@BRAND@8825"
70927
+ atBRANDAt8831: "__@BRAND@8831"
70871
70928
  });
70872
70929
  });
70873
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825$inboundSchema = objectType({});
70874
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825$outboundSchema = objectType({});
70930
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8831$inboundSchema = objectType({});
70931
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8831$outboundSchema = objectType({});
70875
70932
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema = objectType({
70876
- "__@BRAND@8825": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825$inboundSchema)
70933
+ "__@BRAND@8831": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8831$inboundSchema)
70877
70934
  }).transform((v2) => {
70878
70935
  return remap(v2, {
70879
- "__@BRAND@8825": "atBRANDAt8825"
70936
+ "__@BRAND@8831": "atBRANDAt8831"
70880
70937
  });
70881
70938
  });
70882
70939
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema = objectType({
70883
- atBRANDAt8825: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825$outboundSchema)
70940
+ atBRANDAt8831: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8831$outboundSchema)
70884
70941
  }).transform((v2) => {
70885
70942
  return remap(v2, {
70886
- atBRANDAt8825: "__@BRAND@8825"
70943
+ atBRANDAt8831: "__@BRAND@8831"
70887
70944
  });
70888
70945
  });
70889
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825$inboundSchema = objectType({});
70890
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825$outboundSchema = objectType({});
70946
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8831$inboundSchema = objectType({});
70947
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8831$outboundSchema = objectType({});
70891
70948
  CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema = objectType({
70892
- "__@BRAND@8825": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825$inboundSchema)
70949
+ "__@BRAND@8831": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8831$inboundSchema)
70893
70950
  }).transform((v2) => {
70894
70951
  return remap(v2, {
70895
- "__@BRAND@8825": "atBRANDAt8825"
70952
+ "__@BRAND@8831": "atBRANDAt8831"
70896
70953
  });
70897
70954
  });
70898
70955
  CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema = objectType({
70899
- atBRANDAt8825: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825$outboundSchema)
70956
+ atBRANDAt8831: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8831$outboundSchema)
70900
70957
  }).transform((v2) => {
70901
70958
  return remap(v2, {
70902
- atBRANDAt8825: "__@BRAND@8825"
70959
+ atBRANDAt8831: "__@BRAND@8831"
70903
70960
  });
70904
70961
  });
70905
70962
  CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3$inboundSchema = nativeEnumType(CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3);
@@ -71078,52 +71135,52 @@ var init_createintegrationstoredirectop = __esm(() => {
71078
71135
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$inboundSchema;
71079
71136
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema = nativeEnumType(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type);
71080
71137
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema;
71081
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825$inboundSchema = objectType({});
71082
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825$outboundSchema = objectType({});
71138
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8831$inboundSchema = objectType({});
71139
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8831$outboundSchema = objectType({});
71083
71140
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema = objectType({
71084
- "__@BRAND@8825": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825$inboundSchema)
71141
+ "__@BRAND@8831": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8831$inboundSchema)
71085
71142
  }).transform((v2) => {
71086
71143
  return remap(v2, {
71087
- "__@BRAND@8825": "atBRANDAt8825"
71144
+ "__@BRAND@8831": "atBRANDAt8831"
71088
71145
  });
71089
71146
  });
71090
71147
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema = objectType({
71091
- atBRANDAt8825: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825$outboundSchema)
71148
+ atBRANDAt8831: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8831$outboundSchema)
71092
71149
  }).transform((v2) => {
71093
71150
  return remap(v2, {
71094
- atBRANDAt8825: "__@BRAND@8825"
71151
+ atBRANDAt8831: "__@BRAND@8831"
71095
71152
  });
71096
71153
  });
71097
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825$inboundSchema = objectType({});
71098
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825$outboundSchema = objectType({});
71154
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8831$inboundSchema = objectType({});
71155
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8831$outboundSchema = objectType({});
71099
71156
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema = objectType({
71100
- "__@BRAND@8825": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825$inboundSchema)
71157
+ "__@BRAND@8831": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8831$inboundSchema)
71101
71158
  }).transform((v2) => {
71102
71159
  return remap(v2, {
71103
- "__@BRAND@8825": "atBRANDAt8825"
71160
+ "__@BRAND@8831": "atBRANDAt8831"
71104
71161
  });
71105
71162
  });
71106
71163
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema = objectType({
71107
- atBRANDAt8825: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825$outboundSchema)
71164
+ atBRANDAt8831: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8831$outboundSchema)
71108
71165
  }).transform((v2) => {
71109
71166
  return remap(v2, {
71110
- atBRANDAt8825: "__@BRAND@8825"
71167
+ atBRANDAt8831: "__@BRAND@8831"
71111
71168
  });
71112
71169
  });
71113
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825$inboundSchema = objectType({});
71114
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825$outboundSchema = objectType({});
71170
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8831$inboundSchema = objectType({});
71171
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8831$outboundSchema = objectType({});
71115
71172
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema = objectType({
71116
- "__@BRAND@8825": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825$inboundSchema)
71173
+ "__@BRAND@8831": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8831$inboundSchema)
71117
71174
  }).transform((v2) => {
71118
71175
  return remap(v2, {
71119
- "__@BRAND@8825": "atBRANDAt8825"
71176
+ "__@BRAND@8831": "atBRANDAt8831"
71120
71177
  });
71121
71178
  });
71122
71179
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema = objectType({
71123
- atBRANDAt8825: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825$outboundSchema)
71180
+ atBRANDAt8831: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8831$outboundSchema)
71124
71181
  }).transform((v2) => {
71125
71182
  return remap(v2, {
71126
- atBRANDAt8825: "__@BRAND@8825"
71183
+ atBRANDAt8831: "__@BRAND@8831"
71127
71184
  });
71128
71185
  });
71129
71186
  CreateIntegrationStoreDirectPropertiesIntegrationsItems$inboundSchema = objectType({
@@ -71442,52 +71499,52 @@ var init_createintegrationstoredirectop = __esm(() => {
71442
71499
  CreateIntegrationStoreDirectHiddenIntegrationsResponse3$outboundSchema
71443
71500
  ]).optional()
71444
71501
  });
71445
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825$inboundSchema = objectType({});
71446
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825$outboundSchema = objectType({});
71502
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8831$inboundSchema = objectType({});
71503
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8831$outboundSchema = objectType({});
71447
71504
  CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema = objectType({
71448
- "__@BRAND@8825": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825$inboundSchema)
71505
+ "__@BRAND@8831": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8831$inboundSchema)
71449
71506
  }).transform((v2) => {
71450
71507
  return remap(v2, {
71451
- "__@BRAND@8825": "atBRANDAt8825"
71508
+ "__@BRAND@8831": "atBRANDAt8831"
71452
71509
  });
71453
71510
  });
71454
71511
  CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema = objectType({
71455
- atBRANDAt8825: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825$outboundSchema)
71512
+ atBRANDAt8831: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8831$outboundSchema)
71456
71513
  }).transform((v2) => {
71457
71514
  return remap(v2, {
71458
- atBRANDAt8825: "__@BRAND@8825"
71515
+ atBRANDAt8831: "__@BRAND@8831"
71459
71516
  });
71460
71517
  });
71461
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825$inboundSchema = objectType({});
71462
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825$outboundSchema = objectType({});
71518
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8831$inboundSchema = objectType({});
71519
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8831$outboundSchema = objectType({});
71463
71520
  CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema = objectType({
71464
- "__@BRAND@8825": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825$inboundSchema)
71521
+ "__@BRAND@8831": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8831$inboundSchema)
71465
71522
  }).transform((v2) => {
71466
71523
  return remap(v2, {
71467
- "__@BRAND@8825": "atBRANDAt8825"
71524
+ "__@BRAND@8831": "atBRANDAt8831"
71468
71525
  });
71469
71526
  });
71470
71527
  CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema = objectType({
71471
- atBRANDAt8825: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825$outboundSchema)
71528
+ atBRANDAt8831: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8831$outboundSchema)
71472
71529
  }).transform((v2) => {
71473
71530
  return remap(v2, {
71474
- atBRANDAt8825: "__@BRAND@8825"
71531
+ atBRANDAt8831: "__@BRAND@8831"
71475
71532
  });
71476
71533
  });
71477
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825$inboundSchema = objectType({});
71478
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825$outboundSchema = objectType({});
71534
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8831$inboundSchema = objectType({});
71535
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8831$outboundSchema = objectType({});
71479
71536
  CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema = objectType({
71480
- "__@BRAND@8825": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825$inboundSchema)
71537
+ "__@BRAND@8831": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8831$inboundSchema)
71481
71538
  }).transform((v2) => {
71482
71539
  return remap(v2, {
71483
- "__@BRAND@8825": "atBRANDAt8825"
71540
+ "__@BRAND@8831": "atBRANDAt8831"
71484
71541
  });
71485
71542
  });
71486
71543
  CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema = objectType({
71487
- atBRANDAt8825: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825$outboundSchema)
71544
+ atBRANDAt8831: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8831$outboundSchema)
71488
71545
  }).transform((v2) => {
71489
71546
  return remap(v2, {
71490
- atBRANDAt8825: "__@BRAND@8825"
71547
+ atBRANDAt8831: "__@BRAND@8831"
71491
71548
  });
71492
71549
  });
71493
71550
  CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3$inboundSchema = nativeEnumType(CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3);
@@ -72156,52 +72213,52 @@ var init_createintegrationstoredirectop = __esm(() => {
72156
72213
  CreateIntegrationStoreDirectPropertiesType$outboundSchema = CreateIntegrationStoreDirectPropertiesType$inboundSchema;
72157
72214
  CreateIntegrationStoreDirectPropertiesUiControl$inboundSchema = nativeEnumType(CreateIntegrationStoreDirectPropertiesUiControl);
72158
72215
  CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema = CreateIntegrationStoreDirectPropertiesUiControl$inboundSchema;
72159
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825$inboundSchema = objectType({});
72160
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825$outboundSchema = objectType({});
72216
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8831$inboundSchema = objectType({});
72217
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8831$outboundSchema = objectType({});
72161
72218
  CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema = objectType({
72162
- "__@BRAND@8825": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825$inboundSchema)
72219
+ "__@BRAND@8831": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8831$inboundSchema)
72163
72220
  }).transform((v2) => {
72164
72221
  return remap(v2, {
72165
- "__@BRAND@8825": "atBRANDAt8825"
72222
+ "__@BRAND@8831": "atBRANDAt8831"
72166
72223
  });
72167
72224
  });
72168
72225
  CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema = objectType({
72169
- atBRANDAt8825: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825$outboundSchema)
72226
+ atBRANDAt8831: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8831$outboundSchema)
72170
72227
  }).transform((v2) => {
72171
72228
  return remap(v2, {
72172
- atBRANDAt8825: "__@BRAND@8825"
72229
+ atBRANDAt8831: "__@BRAND@8831"
72173
72230
  });
72174
72231
  });
72175
- PropertiesAtBRANDAt8825$inboundSchema = objectType({});
72176
- PropertiesAtBRANDAt8825$outboundSchema = objectType({});
72232
+ PropertiesAtBRANDAt8831$inboundSchema = objectType({});
72233
+ PropertiesAtBRANDAt8831$outboundSchema = objectType({});
72177
72234
  CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema = objectType({
72178
- "__@BRAND@8825": lazyType(() => PropertiesAtBRANDAt8825$inboundSchema)
72235
+ "__@BRAND@8831": lazyType(() => PropertiesAtBRANDAt8831$inboundSchema)
72179
72236
  }).transform((v2) => {
72180
72237
  return remap(v2, {
72181
- "__@BRAND@8825": "atBRANDAt8825"
72238
+ "__@BRAND@8831": "atBRANDAt8831"
72182
72239
  });
72183
72240
  });
72184
72241
  CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema = objectType({
72185
- atBRANDAt8825: lazyType(() => PropertiesAtBRANDAt8825$outboundSchema)
72242
+ atBRANDAt8831: lazyType(() => PropertiesAtBRANDAt8831$outboundSchema)
72186
72243
  }).transform((v2) => {
72187
72244
  return remap(v2, {
72188
- atBRANDAt8825: "__@BRAND@8825"
72245
+ atBRANDAt8831: "__@BRAND@8831"
72189
72246
  });
72190
72247
  });
72191
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8825$inboundSchema = objectType({});
72192
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8825$outboundSchema = objectType({});
72248
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8831$inboundSchema = objectType({});
72249
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8831$outboundSchema = objectType({});
72193
72250
  CreateIntegrationStoreDirectPropertiesPattern$inboundSchema = objectType({
72194
- "__@BRAND@8825": lazyType(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8825$inboundSchema)
72251
+ "__@BRAND@8831": lazyType(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8831$inboundSchema)
72195
72252
  }).transform((v2) => {
72196
72253
  return remap(v2, {
72197
- "__@BRAND@8825": "atBRANDAt8825"
72254
+ "__@BRAND@8831": "atBRANDAt8831"
72198
72255
  });
72199
72256
  });
72200
72257
  CreateIntegrationStoreDirectPropertiesPattern$outboundSchema = objectType({
72201
- atBRANDAt8825: lazyType(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8825$outboundSchema)
72258
+ atBRANDAt8831: lazyType(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8831$outboundSchema)
72202
72259
  }).transform((v2) => {
72203
72260
  return remap(v2, {
72204
- atBRANDAt8825: "__@BRAND@8825"
72261
+ atBRANDAt8831: "__@BRAND@8831"
72205
72262
  });
72206
72263
  });
72207
72264
  CreateIntegrationStoreDirectUiReadOnly3$inboundSchema = nativeEnumType(CreateIntegrationStoreDirectUiReadOnly3);
@@ -72466,20 +72523,20 @@ var init_createintegrationstoredirectop = __esm(() => {
72466
72523
  title: stringType(),
72467
72524
  steps: arrayType(lazyType(() => Steps$outboundSchema))
72468
72525
  });
72469
- AtBRANDAt8825$inboundSchema = objectType({});
72470
- AtBRANDAt8825$outboundSchema = objectType({});
72526
+ AtBRANDAt8831$inboundSchema = objectType({});
72527
+ AtBRANDAt8831$outboundSchema = objectType({});
72471
72528
  CreateIntegrationStoreDirectValue$inboundSchema = objectType({
72472
- "__@BRAND@8825": lazyType(() => AtBRANDAt8825$inboundSchema)
72529
+ "__@BRAND@8831": lazyType(() => AtBRANDAt8831$inboundSchema)
72473
72530
  }).transform((v2) => {
72474
72531
  return remap(v2, {
72475
- "__@BRAND@8825": "atBRANDAt8825"
72532
+ "__@BRAND@8831": "atBRANDAt8831"
72476
72533
  });
72477
72534
  });
72478
72535
  CreateIntegrationStoreDirectValue$outboundSchema = objectType({
72479
- atBRANDAt8825: lazyType(() => AtBRANDAt8825$outboundSchema)
72536
+ atBRANDAt8831: lazyType(() => AtBRANDAt8831$outboundSchema)
72480
72537
  }).transform((v2) => {
72481
72538
  return remap(v2, {
72482
- atBRANDAt8825: "__@BRAND@8825"
72539
+ atBRANDAt8831: "__@BRAND@8831"
72483
72540
  });
72484
72541
  });
72485
72542
  Disabled3$inboundSchema = nativeEnumType(Disabled3);
@@ -72986,6 +73043,7 @@ var init_getbillingplansop = __esm(() => {
72986
73043
  integrationIdOrSlug: stringType(),
72987
73044
  productIdOrSlug: stringType(),
72988
73045
  metadata: stringType().optional(),
73046
+ source: stringType().optional(),
72989
73047
  teamId: stringType().optional(),
72990
73048
  slug: stringType().optional()
72991
73049
  });
@@ -72993,6 +73051,7 @@ var init_getbillingplansop = __esm(() => {
72993
73051
  integrationIdOrSlug: stringType(),
72994
73052
  productIdOrSlug: stringType(),
72995
73053
  metadata: stringType().optional(),
73054
+ source: stringType().optional(),
72996
73055
  teamId: stringType().optional(),
72997
73056
  slug: stringType().optional()
72998
73057
  });
@@ -73092,6 +73151,7 @@ async function $do118(client, request, options) {
73092
73151
  const query = encodeFormQuery({
73093
73152
  metadata: payload.metadata,
73094
73153
  slug: payload.slug,
73154
+ source: payload.source,
73095
73155
  teamId: payload.teamId
73096
73156
  });
73097
73157
  const headers = new Headers(compactMap({
@@ -73182,16 +73242,9 @@ Get a list of billing plans for an integration and product.`,
73182
73242
  });
73183
73243
 
73184
73244
  // src/models/getconfigurationop.ts
73185
- var GetConfigurationResponseBodyIntegrationsSource, GetConfigurationResponseBodyIntegrationsType, GetConfigurationResponseBodyIntegrationsDisabledReason, GetConfigurationResponseBodyIntegrationsInstallationType, ProjectSelection, GetConfigurationResponseBodyLevel, TransferRequestType, TransferRequestScope, GetConfigurationResponseBodyDisabledReason, GetConfigurationResponseBodySource, GetConfigurationResponseBodyInstallationType, GetConfigurationResponseBodyType, GetConfigurationRequest$inboundSchema, GetConfigurationRequest$outboundSchema, GetConfigurationResponseBodyIntegrationsSource$inboundSchema, GetConfigurationResponseBodyIntegrationsSource$outboundSchema, GetConfigurationResponseBodyIntegrationsType$inboundSchema, GetConfigurationResponseBodyIntegrationsType$outboundSchema, GetConfigurationResponseBodyIntegrationsDisabledReason$inboundSchema, GetConfigurationResponseBodyIntegrationsDisabledReason$outboundSchema, GetConfigurationResponseBodyIntegrationsInstallationType$inboundSchema, GetConfigurationResponseBodyIntegrationsInstallationType$outboundSchema, GetConfigurationResponseBody2$inboundSchema, GetConfigurationResponseBody2$outboundSchema, ProjectSelection$inboundSchema, ProjectSelection$outboundSchema, GetConfigurationResponseBodyLevel$inboundSchema, GetConfigurationResponseBodyLevel$outboundSchema, ResponseBodyNotification$inboundSchema, ResponseBodyNotification$outboundSchema, TransferRequestRequester$inboundSchema, TransferRequestRequester$outboundSchema, TransferRequest2$inboundSchema, TransferRequest2$outboundSchema, TransferRequestType$inboundSchema, TransferRequestType$outboundSchema, TransferRequestScope$inboundSchema, TransferRequestScope$outboundSchema, TransferRequestBillingPlan$inboundSchema, TransferRequestBillingPlan$outboundSchema, Requester$inboundSchema, Requester$outboundSchema, TransferRequest1$inboundSchema, TransferRequest1$outboundSchema, TransferRequest$inboundSchema, TransferRequest$outboundSchema, GetConfigurationResponseBodyDisabledReason$inboundSchema, GetConfigurationResponseBodyDisabledReason$outboundSchema, GetConfigurationResponseBodySource$inboundSchema, GetConfigurationResponseBodySource$outboundSchema, GetConfigurationResponseBodyInstallationType$inboundSchema, GetConfigurationResponseBodyInstallationType$outboundSchema, GetConfigurationResponseBodyType$inboundSchema, GetConfigurationResponseBodyType$outboundSchema, GetConfigurationResponseBody1$inboundSchema, GetConfigurationResponseBody1$outboundSchema, GetConfigurationResponseBody$inboundSchema, GetConfigurationResponseBody$outboundSchema;
73245
+ var GetConfigurationResponseBodyIntegrationsType, GetConfigurationResponseBodyIntegrationsDisabledReason, GetConfigurationResponseBodyIntegrationsInstallationType, ProjectSelection, GetConfigurationResponseBodyLevel, TransferRequestType, TransferRequestScope, GetConfigurationResponseBodyDisabledReason, GetConfigurationResponseBodyInstallationType, GetConfigurationResponseBodyType, GetConfigurationRequest$inboundSchema, GetConfigurationRequest$outboundSchema, GetConfigurationResponseBodyIntegrationsType$inboundSchema, GetConfigurationResponseBodyIntegrationsType$outboundSchema, GetConfigurationResponseBodyIntegrationsDisabledReason$inboundSchema, GetConfigurationResponseBodyIntegrationsDisabledReason$outboundSchema, GetConfigurationResponseBodyIntegrationsInstallationType$inboundSchema, GetConfigurationResponseBodyIntegrationsInstallationType$outboundSchema, GetConfigurationResponseBody2$inboundSchema, GetConfigurationResponseBody2$outboundSchema, ProjectSelection$inboundSchema, ProjectSelection$outboundSchema, GetConfigurationResponseBodyLevel$inboundSchema, GetConfigurationResponseBodyLevel$outboundSchema, ResponseBodyNotification$inboundSchema, ResponseBodyNotification$outboundSchema, TransferRequestRequester$inboundSchema, TransferRequestRequester$outboundSchema, TransferRequest2$inboundSchema, TransferRequest2$outboundSchema, TransferRequestType$inboundSchema, TransferRequestType$outboundSchema, TransferRequestScope$inboundSchema, TransferRequestScope$outboundSchema, TransferRequestBillingPlan$inboundSchema, TransferRequestBillingPlan$outboundSchema, Requester$inboundSchema, Requester$outboundSchema, TransferRequest1$inboundSchema, TransferRequest1$outboundSchema, TransferRequest$inboundSchema, TransferRequest$outboundSchema, GetConfigurationResponseBodyDisabledReason$inboundSchema, GetConfigurationResponseBodyDisabledReason$outboundSchema, GetConfigurationResponseBodyInstallationType$inboundSchema, GetConfigurationResponseBodyInstallationType$outboundSchema, GetConfigurationResponseBodyType$inboundSchema, GetConfigurationResponseBodyType$outboundSchema, GetConfigurationResponseBody1$inboundSchema, GetConfigurationResponseBody1$outboundSchema, GetConfigurationResponseBody$inboundSchema, GetConfigurationResponseBody$outboundSchema;
73186
73246
  var init_getconfigurationop = __esm(() => {
73187
73247
  init_esm();
73188
- GetConfigurationResponseBodyIntegrationsSource = {
73189
- Marketplace: "marketplace",
73190
- DeployButton: "deploy-button",
73191
- External: "external",
73192
- V0: "v0",
73193
- ResourceClaims: "resource-claims"
73194
- };
73195
73248
  GetConfigurationResponseBodyIntegrationsType = {
73196
73249
  IntegrationConfiguration: "integration-configuration"
73197
73250
  };
@@ -73232,13 +73285,6 @@ var init_getconfigurationop = __esm(() => {
73232
73285
  AccountPlanDowngrade: "account-plan-downgrade",
73233
73286
  OriginalOwnerRoleDowngraded: "original-owner-role-downgraded"
73234
73287
  };
73235
- GetConfigurationResponseBodySource = {
73236
- Marketplace: "marketplace",
73237
- DeployButton: "deploy-button",
73238
- External: "external",
73239
- V0: "v0",
73240
- ResourceClaims: "resource-claims"
73241
- };
73242
73288
  GetConfigurationResponseBodyInstallationType = {
73243
73289
  Marketplace: "marketplace",
73244
73290
  External: "external"
@@ -73256,8 +73302,6 @@ var init_getconfigurationop = __esm(() => {
73256
73302
  teamId: stringType().optional(),
73257
73303
  slug: stringType().optional()
73258
73304
  });
73259
- GetConfigurationResponseBodyIntegrationsSource$inboundSchema = nativeEnumType(GetConfigurationResponseBodyIntegrationsSource);
73260
- GetConfigurationResponseBodyIntegrationsSource$outboundSchema = GetConfigurationResponseBodyIntegrationsSource$inboundSchema;
73261
73305
  GetConfigurationResponseBodyIntegrationsType$inboundSchema = nativeEnumType(GetConfigurationResponseBodyIntegrationsType);
73262
73306
  GetConfigurationResponseBodyIntegrationsType$outboundSchema = GetConfigurationResponseBodyIntegrationsType$inboundSchema;
73263
73307
  GetConfigurationResponseBodyIntegrationsDisabledReason$inboundSchema = nativeEnumType(GetConfigurationResponseBodyIntegrationsDisabledReason);
@@ -73271,7 +73315,7 @@ var init_getconfigurationop = __esm(() => {
73271
73315
  integrationId: stringType(),
73272
73316
  ownerId: stringType(),
73273
73317
  projects: arrayType(stringType()).optional(),
73274
- source: GetConfigurationResponseBodyIntegrationsSource$inboundSchema.optional(),
73318
+ source: stringType().optional(),
73275
73319
  slug: stringType(),
73276
73320
  teamId: nullableType(stringType()).optional(),
73277
73321
  type: GetConfigurationResponseBodyIntegrationsType$inboundSchema,
@@ -73291,7 +73335,7 @@ var init_getconfigurationop = __esm(() => {
73291
73335
  integrationId: stringType(),
73292
73336
  ownerId: stringType(),
73293
73337
  projects: arrayType(stringType()).optional(),
73294
- source: GetConfigurationResponseBodyIntegrationsSource$outboundSchema.optional(),
73338
+ source: stringType().optional(),
73295
73339
  slug: stringType(),
73296
73340
  teamId: nullableType(stringType()).optional(),
73297
73341
  type: GetConfigurationResponseBodyIntegrationsType$outboundSchema,
@@ -73424,8 +73468,6 @@ var init_getconfigurationop = __esm(() => {
73424
73468
  ]);
73425
73469
  GetConfigurationResponseBodyDisabledReason$inboundSchema = nativeEnumType(GetConfigurationResponseBodyDisabledReason);
73426
73470
  GetConfigurationResponseBodyDisabledReason$outboundSchema = GetConfigurationResponseBodyDisabledReason$inboundSchema;
73427
- GetConfigurationResponseBodySource$inboundSchema = nativeEnumType(GetConfigurationResponseBodySource);
73428
- GetConfigurationResponseBodySource$outboundSchema = GetConfigurationResponseBodySource$inboundSchema;
73429
73471
  GetConfigurationResponseBodyInstallationType$inboundSchema = nativeEnumType(GetConfigurationResponseBodyInstallationType);
73430
73472
  GetConfigurationResponseBodyInstallationType$outboundSchema = GetConfigurationResponseBodyInstallationType$inboundSchema;
73431
73473
  GetConfigurationResponseBodyType$inboundSchema = nativeEnumType(GetConfigurationResponseBodyType);
@@ -73450,7 +73492,7 @@ var init_getconfigurationop = __esm(() => {
73450
73492
  scopes: arrayType(stringType()),
73451
73493
  disabledAt: numberType().optional(),
73452
73494
  disabledReason: GetConfigurationResponseBodyDisabledReason$inboundSchema.optional(),
73453
- source: GetConfigurationResponseBodySource$inboundSchema.optional(),
73495
+ source: stringType().optional(),
73454
73496
  canConfigureOpenTelemetry: booleanType().optional(),
73455
73497
  installationType: GetConfigurationResponseBodyInstallationType$inboundSchema.optional(),
73456
73498
  deleteRequestedAt: nullableType(numberType()).optional(),
@@ -73477,7 +73519,7 @@ var init_getconfigurationop = __esm(() => {
73477
73519
  scopes: arrayType(stringType()),
73478
73520
  disabledAt: numberType().optional(),
73479
73521
  disabledReason: GetConfigurationResponseBodyDisabledReason$outboundSchema.optional(),
73480
- source: GetConfigurationResponseBodySource$outboundSchema.optional(),
73522
+ source: stringType().optional(),
73481
73523
  canConfigureOpenTelemetry: booleanType().optional(),
73482
73524
  installationType: GetConfigurationResponseBodyInstallationType$outboundSchema.optional(),
73483
73525
  deleteRequestedAt: nullableType(numberType()).optional(),
@@ -73604,7 +73646,7 @@ Allows to retrieve a the configuration with the provided id in case it exists. T
73604
73646
  });
73605
73647
 
73606
73648
  // src/models/getconfigurationproductsop.ts
73607
- var GetConfigurationProductsStatus, GetConfigurationProductsIntegrationsStatus, GetConfigurationProductsIntegrationsResponseStatus, GetConfigurationProductsIntegrationsResponse200Status, GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus, Format, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus, GetConfigurationProductsFormat, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsOtherStatus, PrimaryProtocol, GetConfigurationProductsType, GetConfigurationProductsDisabled3, GetConfigurationProductsHidden3, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3, GetConfigurationProductsDisabledIntegrationsResponse2003, GetConfigurationProductsHiddenIntegrationsResponse2003, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONType, GetConfigurationProductsPropertiesIntegrationsResponse200UiControl, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type, GetConfigurationProductsDisabledIntegrationsResponse3, GetConfigurationProductsHiddenIntegrationsResponse3, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3, GetConfigurationProductsPropertiesIntegrationsResponse200Type, GetConfigurationProductsPropertiesIntegrationsResponseUiControl, GetConfigurationProductsDisabledIntegrations3, GetConfigurationProductsHiddenIntegrations3, GetConfigurationProductsUiReadOnlyIntegrationsResponse2003, GetConfigurationProductsUiHiddenIntegrationsResponse2003, GetConfigurationProductsUiDisabledIntegrationsResponse2003, GetConfigurationProductsPropertiesIntegrationsResponseType, GetConfigurationProductsPropertiesIntegrationsUiControl, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type, GetConfigurationProductsUiReadOnlyIntegrationsResponse3, GetConfigurationProductsUiHiddenIntegrationsResponse3, GetConfigurationProductsUiDisabledIntegrationsResponse3, GetConfigurationProductsPropertiesIntegrationsType, GetConfigurationProductsPropertiesUiControl, GetConfigurationProductsUiReadOnlyIntegrations3, GetConfigurationProductsUiHiddenIntegrations3, GetConfigurationProductsUiDisabledIntegrations3, GetConfigurationProductsPropertiesType, PropertiesUiControl, GetConfigurationProductsUiReadOnly3, GetConfigurationProductsUiHidden3, GetConfigurationProductsUiDisabled3, PropertiesType, UiControl, UiReadOnly3, UiHidden3, UiDisabled3, GetConfigurationProductsRequest$inboundSchema, GetConfigurationProductsRequest$outboundSchema, GetConfigurationProductsStatus$inboundSchema, GetConfigurationProductsStatus$outboundSchema, GetConfigurationProductsRepl$inboundSchema, GetConfigurationProductsRepl$outboundSchema, Storage$inboundSchema, Storage$outboundSchema, GetConfigurationProductsIntegrationsStatus$inboundSchema, GetConfigurationProductsIntegrationsStatus$outboundSchema, GetConfigurationProductsExperimentation$inboundSchema, GetConfigurationProductsExperimentation$outboundSchema, GetConfigurationProductsIntegrationsResponseStatus$inboundSchema, GetConfigurationProductsIntegrationsResponseStatus$outboundSchema, Ai$inboundSchema, Ai$outboundSchema, GetConfigurationProductsIntegrationsResponse200Status$inboundSchema, GetConfigurationProductsIntegrationsResponse200Status$outboundSchema, Authentication$inboundSchema, Authentication$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus$outboundSchema, Observability$inboundSchema, Observability$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyStatus$outboundSchema, Video$inboundSchema, Video$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsStatus$outboundSchema, Workflow$inboundSchema, Workflow$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsStatus$outboundSchema, GetConfigurationProductsChecks$inboundSchema, GetConfigurationProductsChecks$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus$outboundSchema, Format$inboundSchema, Format$outboundSchema, LogDrain$inboundSchema, LogDrain$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$outboundSchema, GetConfigurationProductsFormat$inboundSchema, GetConfigurationProductsFormat$outboundSchema, TraceDrain$inboundSchema, TraceDrain$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus$outboundSchema, Messaging$inboundSchema, Messaging$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsOtherStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsOtherStatus$outboundSchema, Other$inboundSchema, Other$outboundSchema, Protocols$inboundSchema, Protocols$outboundSchema, PrimaryProtocol$inboundSchema, PrimaryProtocol$outboundSchema, GetConfigurationProductsType$inboundSchema, GetConfigurationProductsType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543241$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543241$outboundSchema, PropertiesValue$inboundSchema, PropertiesValue$outboundSchema, GetConfigurationProductsDisabled3$inboundSchema, GetConfigurationProductsDisabled3$outboundSchema, GetConfigurationProductsDisabled2$inboundSchema, GetConfigurationProductsDisabled2$outboundSchema, PropertiesDisabled$inboundSchema, PropertiesDisabled$outboundSchema, GetConfigurationProductsHidden3$inboundSchema, GetConfigurationProductsHidden3$outboundSchema, GetConfigurationProductsHidden2$inboundSchema, GetConfigurationProductsHidden2$outboundSchema, PropertiesHidden$inboundSchema, PropertiesHidden$outboundSchema, Properties10$inboundSchema, Properties10$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543241$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543241$outboundSchema, GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543241$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543241$outboundSchema, GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543241$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543241$outboundSchema, GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema, GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$outboundSchema, Properties9$inboundSchema, Properties9$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543241$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543241$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543241$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543241$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543241$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543241$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponsePattern$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponsePattern$outboundSchema, GetConfigurationProductsPropertiesIntegrationsItems$inboundSchema, GetConfigurationProductsPropertiesIntegrationsItems$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543241$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543241$outboundSchema, GetConfigurationProductsUiOptionsValue$inboundSchema, GetConfigurationProductsUiOptionsValue$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseDisabled$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseDisabled$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseHidden$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseHidden$outboundSchema, GetConfigurationProductsUiOptions3$inboundSchema, GetConfigurationProductsUiOptions3$outboundSchema, GetConfigurationProductsUiOptionsAtBRANDAt543241$inboundSchema, GetConfigurationProductsUiOptionsAtBRANDAt543241$outboundSchema, GetConfigurationProductsUiOptions2$inboundSchema, GetConfigurationProductsUiOptions2$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2003$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2003$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2002$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2002$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsDisabled$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsDisabled$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2003$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2003$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2002$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2002$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsHidden$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsHidden$outboundSchema, GetConfigurationProductsUiOptions1$inboundSchema, GetConfigurationProductsUiOptions1$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiOptions$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiOptions$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543241$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543241$outboundSchema, Default$inboundSchema, Default$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543241$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543241$outboundSchema, Example$inboundSchema, Example$outboundSchema, Properties8$inboundSchema, Properties8$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543241$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543241$outboundSchema, UiOptionsValue$inboundSchema, UiOptionsValue$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsUiOptionsDisabled$inboundSchema, GetConfigurationProductsUiOptionsDisabled$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsUiOptionsHidden$inboundSchema, GetConfigurationProductsUiOptionsHidden$outboundSchema, UiOptions3$inboundSchema, UiOptions3$outboundSchema, UiOptionsAtBRANDAt543241$inboundSchema, UiOptionsAtBRANDAt543241$outboundSchema, UiOptions2$inboundSchema, UiOptions2$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, UiOptionsDisabled$inboundSchema, UiOptionsDisabled$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, UiOptionsHidden$inboundSchema, UiOptionsHidden$outboundSchema, UiOptions1$inboundSchema, UiOptions1$outboundSchema, GetConfigurationProductsPropertiesUiOptions$inboundSchema, GetConfigurationProductsPropertiesUiOptions$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543241$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543241$outboundSchema, GetConfigurationProductsPropertiesMinLength$inboundSchema, GetConfigurationProductsPropertiesMinLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543241$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543241$outboundSchema, GetConfigurationProductsPropertiesMaxLength$inboundSchema, GetConfigurationProductsPropertiesMaxLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543241$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543241$outboundSchema, GetConfigurationProductsPropertiesPattern$inboundSchema, GetConfigurationProductsPropertiesPattern$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiHidden$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$outboundSchema, Properties7$inboundSchema, Properties7$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543241$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543241$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543241$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543241$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543241$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543241$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$outboundSchema, GetConfigurationProductsPropertiesItems$inboundSchema, GetConfigurationProductsPropertiesItems$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsDisabled$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsHidden$outboundSchema, PropertiesUiOptions$inboundSchema, PropertiesUiOptions$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiReadOnly$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiHidden$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiDisabled$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiFormattedValue$outboundSchema, Properties6$inboundSchema, Properties6$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200Type$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200Type$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiControl$outboundSchema, GetConfigurationProductsDisabledIntegrations3$inboundSchema, GetConfigurationProductsDisabledIntegrations3$outboundSchema, GetConfigurationProductsDisabledIntegrations2$inboundSchema, GetConfigurationProductsDisabledIntegrations2$outboundSchema, GetConfigurationProductsPropertiesDisabled$inboundSchema, GetConfigurationProductsPropertiesDisabled$outboundSchema, GetConfigurationProductsHiddenIntegrations3$inboundSchema, GetConfigurationProductsHiddenIntegrations3$outboundSchema, GetConfigurationProductsHiddenIntegrations2$inboundSchema, GetConfigurationProductsHiddenIntegrations2$outboundSchema, GetConfigurationProductsPropertiesHidden$inboundSchema, GetConfigurationProductsPropertiesHidden$outboundSchema, UiOptions$inboundSchema, UiOptions$outboundSchema, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543241$inboundSchema, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543241$outboundSchema, PropertiesMinLength$inboundSchema, PropertiesMinLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543241$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543241$outboundSchema, PropertiesMaxLength$inboundSchema, PropertiesMaxLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543241$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543241$outboundSchema, PropertiesPattern$inboundSchema, PropertiesPattern$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2003$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2003$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2002$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2002$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiReadOnly$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2003$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2003$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2002$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2002$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiHidden$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2003$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2003$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2002$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2002$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiDisabled$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse2002$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse2002$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiFormattedValue$outboundSchema, Properties5$inboundSchema, Properties5$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type$outboundSchema, PropertiesItems$inboundSchema, PropertiesItems$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiReadOnly$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse3$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse3$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiHidden$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse3$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse3$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiDisabled$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiFormattedValue$outboundSchema, Properties4$inboundSchema, Properties4$outboundSchema, GetConfigurationProductsPropertiesIntegrationsType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsType$outboundSchema, GetConfigurationProductsPropertiesUiControl$inboundSchema, GetConfigurationProductsPropertiesUiControl$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrations3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrations3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrations2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrations2$outboundSchema, GetConfigurationProductsPropertiesUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesUiReadOnly$outboundSchema, GetConfigurationProductsUiHiddenIntegrations3$inboundSchema, GetConfigurationProductsUiHiddenIntegrations3$outboundSchema, GetConfigurationProductsUiHiddenIntegrations2$inboundSchema, GetConfigurationProductsUiHiddenIntegrations2$outboundSchema, GetConfigurationProductsPropertiesUiHidden$inboundSchema, GetConfigurationProductsPropertiesUiHidden$outboundSchema, GetConfigurationProductsUiDisabledIntegrations3$inboundSchema, GetConfigurationProductsUiDisabledIntegrations3$outboundSchema, GetConfigurationProductsUiDisabledIntegrations2$inboundSchema, GetConfigurationProductsUiDisabledIntegrations2$outboundSchema, GetConfigurationProductsPropertiesUiDisabled$inboundSchema, GetConfigurationProductsPropertiesUiDisabled$outboundSchema, GetConfigurationProductsUiDescriptionIntegrations2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrations2$outboundSchema, GetConfigurationProductsPropertiesUiDescription$inboundSchema, GetConfigurationProductsPropertiesUiDescription$outboundSchema, GetConfigurationProductsPropertiesUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesUiFormattedValue$outboundSchema, Properties3$inboundSchema, Properties3$outboundSchema, GetConfigurationProductsPropertiesType$inboundSchema, GetConfigurationProductsPropertiesType$outboundSchema, PropertiesUiControl$inboundSchema, PropertiesUiControl$outboundSchema, GetConfigurationProductsUiReadOnly3$inboundSchema, GetConfigurationProductsUiReadOnly3$outboundSchema, GetConfigurationProductsUiReadOnly2$inboundSchema, GetConfigurationProductsUiReadOnly2$outboundSchema, PropertiesUiReadOnly$inboundSchema, PropertiesUiReadOnly$outboundSchema, GetConfigurationProductsUiHidden3$inboundSchema, GetConfigurationProductsUiHidden3$outboundSchema, GetConfigurationProductsUiHidden2$inboundSchema, GetConfigurationProductsUiHidden2$outboundSchema, PropertiesUiHidden$inboundSchema, PropertiesUiHidden$outboundSchema, GetConfigurationProductsUiDisabled3$inboundSchema, GetConfigurationProductsUiDisabled3$outboundSchema, GetConfigurationProductsUiDisabled2$inboundSchema, GetConfigurationProductsUiDisabled2$outboundSchema, PropertiesUiDisabled$inboundSchema, PropertiesUiDisabled$outboundSchema, GetConfigurationProductsUiDescription2$inboundSchema, GetConfigurationProductsUiDescription2$outboundSchema, PropertiesUiDescription$inboundSchema, PropertiesUiDescription$outboundSchema, PropertiesUiFormattedValue$inboundSchema, PropertiesUiFormattedValue$outboundSchema, Properties2$inboundSchema, Properties2$outboundSchema, PropertiesType$inboundSchema, PropertiesType$outboundSchema, UiControl$inboundSchema, UiControl$outboundSchema, AtBRANDAt543241$inboundSchema, AtBRANDAt543241$outboundSchema, MinLength$inboundSchema, MinLength$outboundSchema, PropertiesAtBRANDAt543241$inboundSchema, PropertiesAtBRANDAt543241$outboundSchema, MaxLength$inboundSchema, MaxLength$outboundSchema, GetConfigurationProductsPropertiesAtBRANDAt543241$inboundSchema, GetConfigurationProductsPropertiesAtBRANDAt543241$outboundSchema, Pattern$inboundSchema, Pattern$outboundSchema, UiReadOnly3$inboundSchema, UiReadOnly3$outboundSchema, UiReadOnly2$inboundSchema, UiReadOnly2$outboundSchema, UiReadOnly$inboundSchema, UiReadOnly$outboundSchema, UiHidden3$inboundSchema, UiHidden3$outboundSchema, UiHidden2$inboundSchema, UiHidden2$outboundSchema, UiHidden$inboundSchema, UiHidden$outboundSchema, UiDisabled3$inboundSchema, UiDisabled3$outboundSchema, UiDisabled2$inboundSchema, UiDisabled2$outboundSchema, UiDisabled$inboundSchema, UiDisabled$outboundSchema, UiDescription2$inboundSchema, UiDescription2$outboundSchema, UiDescription$inboundSchema, UiDescription$outboundSchema, UiFormattedValue$inboundSchema, UiFormattedValue$outboundSchema, Properties1$inboundSchema, Properties1$outboundSchema, Properties$inboundSchema, Properties$outboundSchema, MetadataSchema$inboundSchema, MetadataSchema$outboundSchema, Products$inboundSchema, Products$outboundSchema, Integration$inboundSchema, Integration$outboundSchema, GetConfigurationProductsConfiguration$inboundSchema, GetConfigurationProductsConfiguration$outboundSchema, GetConfigurationProductsResponseBody$inboundSchema, GetConfigurationProductsResponseBody$outboundSchema;
73649
+ var GetConfigurationProductsStatus, GetConfigurationProductsIntegrationsStatus, GetConfigurationProductsIntegrationsResponseStatus, GetConfigurationProductsIntegrationsResponse200Status, GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus, Format, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus, GetConfigurationProductsFormat, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsOtherStatus, PrimaryProtocol, GetConfigurationProductsType, GetConfigurationProductsDisabled3, GetConfigurationProductsHidden3, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3, GetConfigurationProductsDisabledIntegrationsResponse2003, GetConfigurationProductsHiddenIntegrationsResponse2003, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONType, GetConfigurationProductsPropertiesIntegrationsResponse200UiControl, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type, GetConfigurationProductsDisabledIntegrationsResponse3, GetConfigurationProductsHiddenIntegrationsResponse3, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3, GetConfigurationProductsPropertiesIntegrationsResponse200Type, GetConfigurationProductsPropertiesIntegrationsResponseUiControl, GetConfigurationProductsDisabledIntegrations3, GetConfigurationProductsHiddenIntegrations3, GetConfigurationProductsUiReadOnlyIntegrationsResponse2003, GetConfigurationProductsUiHiddenIntegrationsResponse2003, GetConfigurationProductsUiDisabledIntegrationsResponse2003, GetConfigurationProductsPropertiesIntegrationsResponseType, GetConfigurationProductsPropertiesIntegrationsUiControl, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type, GetConfigurationProductsUiReadOnlyIntegrationsResponse3, GetConfigurationProductsUiHiddenIntegrationsResponse3, GetConfigurationProductsUiDisabledIntegrationsResponse3, GetConfigurationProductsPropertiesIntegrationsType, GetConfigurationProductsPropertiesUiControl, GetConfigurationProductsUiReadOnlyIntegrations3, GetConfigurationProductsUiHiddenIntegrations3, GetConfigurationProductsUiDisabledIntegrations3, GetConfigurationProductsPropertiesType, PropertiesUiControl, GetConfigurationProductsUiReadOnly3, GetConfigurationProductsUiHidden3, GetConfigurationProductsUiDisabled3, PropertiesType, UiControl, UiReadOnly3, UiHidden3, UiDisabled3, GetConfigurationProductsRequest$inboundSchema, GetConfigurationProductsRequest$outboundSchema, GetConfigurationProductsStatus$inboundSchema, GetConfigurationProductsStatus$outboundSchema, GetConfigurationProductsRepl$inboundSchema, GetConfigurationProductsRepl$outboundSchema, Storage$inboundSchema, Storage$outboundSchema, GetConfigurationProductsIntegrationsStatus$inboundSchema, GetConfigurationProductsIntegrationsStatus$outboundSchema, GetConfigurationProductsExperimentation$inboundSchema, GetConfigurationProductsExperimentation$outboundSchema, GetConfigurationProductsIntegrationsResponseStatus$inboundSchema, GetConfigurationProductsIntegrationsResponseStatus$outboundSchema, Ai$inboundSchema, Ai$outboundSchema, GetConfigurationProductsIntegrationsResponse200Status$inboundSchema, GetConfigurationProductsIntegrationsResponse200Status$outboundSchema, Authentication$inboundSchema, Authentication$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus$outboundSchema, Observability$inboundSchema, Observability$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyStatus$outboundSchema, Video$inboundSchema, Video$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsStatus$outboundSchema, Workflow$inboundSchema, Workflow$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsStatus$outboundSchema, GetConfigurationProductsChecks$inboundSchema, GetConfigurationProductsChecks$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus$outboundSchema, Format$inboundSchema, Format$outboundSchema, LogDrain$inboundSchema, LogDrain$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$outboundSchema, GetConfigurationProductsFormat$inboundSchema, GetConfigurationProductsFormat$outboundSchema, TraceDrain$inboundSchema, TraceDrain$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus$outboundSchema, Messaging$inboundSchema, Messaging$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsOtherStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsOtherStatus$outboundSchema, Other$inboundSchema, Other$outboundSchema, Protocols$inboundSchema, Protocols$outboundSchema, PrimaryProtocol$inboundSchema, PrimaryProtocol$outboundSchema, GetConfigurationProductsType$inboundSchema, GetConfigurationProductsType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt547006$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt547006$outboundSchema, PropertiesValue$inboundSchema, PropertiesValue$outboundSchema, GetConfigurationProductsDisabled3$inboundSchema, GetConfigurationProductsDisabled3$outboundSchema, GetConfigurationProductsDisabled2$inboundSchema, GetConfigurationProductsDisabled2$outboundSchema, PropertiesDisabled$inboundSchema, PropertiesDisabled$outboundSchema, GetConfigurationProductsHidden3$inboundSchema, GetConfigurationProductsHidden3$outboundSchema, GetConfigurationProductsHidden2$inboundSchema, GetConfigurationProductsHidden2$outboundSchema, PropertiesHidden$inboundSchema, PropertiesHidden$outboundSchema, Properties10$inboundSchema, Properties10$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt547006$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt547006$outboundSchema, GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt547006$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt547006$outboundSchema, GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt547006$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt547006$outboundSchema, GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema, GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$outboundSchema, Properties9$inboundSchema, Properties9$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt547006$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt547006$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt547006$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt547006$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt547006$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt547006$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponsePattern$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponsePattern$outboundSchema, GetConfigurationProductsPropertiesIntegrationsItems$inboundSchema, GetConfigurationProductsPropertiesIntegrationsItems$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt547006$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt547006$outboundSchema, GetConfigurationProductsUiOptionsValue$inboundSchema, GetConfigurationProductsUiOptionsValue$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseDisabled$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseDisabled$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseHidden$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseHidden$outboundSchema, GetConfigurationProductsUiOptions3$inboundSchema, GetConfigurationProductsUiOptions3$outboundSchema, GetConfigurationProductsUiOptionsAtBRANDAt547006$inboundSchema, GetConfigurationProductsUiOptionsAtBRANDAt547006$outboundSchema, GetConfigurationProductsUiOptions2$inboundSchema, GetConfigurationProductsUiOptions2$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2003$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2003$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2002$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2002$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsDisabled$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsDisabled$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2003$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2003$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2002$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2002$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsHidden$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsHidden$outboundSchema, GetConfigurationProductsUiOptions1$inboundSchema, GetConfigurationProductsUiOptions1$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiOptions$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiOptions$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt547006$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt547006$outboundSchema, Default$inboundSchema, Default$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt547006$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt547006$outboundSchema, Example$inboundSchema, Example$outboundSchema, Properties8$inboundSchema, Properties8$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt547006$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt547006$outboundSchema, UiOptionsValue$inboundSchema, UiOptionsValue$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsUiOptionsDisabled$inboundSchema, GetConfigurationProductsUiOptionsDisabled$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsUiOptionsHidden$inboundSchema, GetConfigurationProductsUiOptionsHidden$outboundSchema, UiOptions3$inboundSchema, UiOptions3$outboundSchema, UiOptionsAtBRANDAt547006$inboundSchema, UiOptionsAtBRANDAt547006$outboundSchema, UiOptions2$inboundSchema, UiOptions2$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, UiOptionsDisabled$inboundSchema, UiOptionsDisabled$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, UiOptionsHidden$inboundSchema, UiOptionsHidden$outboundSchema, UiOptions1$inboundSchema, UiOptions1$outboundSchema, GetConfigurationProductsPropertiesUiOptions$inboundSchema, GetConfigurationProductsPropertiesUiOptions$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt547006$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt547006$outboundSchema, GetConfigurationProductsPropertiesMinLength$inboundSchema, GetConfigurationProductsPropertiesMinLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt547006$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt547006$outboundSchema, GetConfigurationProductsPropertiesMaxLength$inboundSchema, GetConfigurationProductsPropertiesMaxLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt547006$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt547006$outboundSchema, GetConfigurationProductsPropertiesPattern$inboundSchema, GetConfigurationProductsPropertiesPattern$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiHidden$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$outboundSchema, Properties7$inboundSchema, Properties7$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt547006$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt547006$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt547006$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt547006$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt547006$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt547006$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$outboundSchema, GetConfigurationProductsPropertiesItems$inboundSchema, GetConfigurationProductsPropertiesItems$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsDisabled$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsHidden$outboundSchema, PropertiesUiOptions$inboundSchema, PropertiesUiOptions$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiReadOnly$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiHidden$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiDisabled$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiFormattedValue$outboundSchema, Properties6$inboundSchema, Properties6$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200Type$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200Type$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiControl$outboundSchema, GetConfigurationProductsDisabledIntegrations3$inboundSchema, GetConfigurationProductsDisabledIntegrations3$outboundSchema, GetConfigurationProductsDisabledIntegrations2$inboundSchema, GetConfigurationProductsDisabledIntegrations2$outboundSchema, GetConfigurationProductsPropertiesDisabled$inboundSchema, GetConfigurationProductsPropertiesDisabled$outboundSchema, GetConfigurationProductsHiddenIntegrations3$inboundSchema, GetConfigurationProductsHiddenIntegrations3$outboundSchema, GetConfigurationProductsHiddenIntegrations2$inboundSchema, GetConfigurationProductsHiddenIntegrations2$outboundSchema, GetConfigurationProductsPropertiesHidden$inboundSchema, GetConfigurationProductsPropertiesHidden$outboundSchema, UiOptions$inboundSchema, UiOptions$outboundSchema, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt547006$inboundSchema, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt547006$outboundSchema, PropertiesMinLength$inboundSchema, PropertiesMinLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt547006$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt547006$outboundSchema, PropertiesMaxLength$inboundSchema, PropertiesMaxLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt547006$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt547006$outboundSchema, PropertiesPattern$inboundSchema, PropertiesPattern$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2003$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2003$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2002$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2002$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiReadOnly$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2003$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2003$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2002$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2002$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiHidden$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2003$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2003$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2002$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2002$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiDisabled$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse2002$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse2002$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiFormattedValue$outboundSchema, Properties5$inboundSchema, Properties5$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type$outboundSchema, PropertiesItems$inboundSchema, PropertiesItems$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiReadOnly$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse3$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse3$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiHidden$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse3$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse3$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiDisabled$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse2$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiFormattedValue$outboundSchema, Properties4$inboundSchema, Properties4$outboundSchema, GetConfigurationProductsPropertiesIntegrationsType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsType$outboundSchema, GetConfigurationProductsPropertiesUiControl$inboundSchema, GetConfigurationProductsPropertiesUiControl$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrations3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrations3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrations2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrations2$outboundSchema, GetConfigurationProductsPropertiesUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesUiReadOnly$outboundSchema, GetConfigurationProductsUiHiddenIntegrations3$inboundSchema, GetConfigurationProductsUiHiddenIntegrations3$outboundSchema, GetConfigurationProductsUiHiddenIntegrations2$inboundSchema, GetConfigurationProductsUiHiddenIntegrations2$outboundSchema, GetConfigurationProductsPropertiesUiHidden$inboundSchema, GetConfigurationProductsPropertiesUiHidden$outboundSchema, GetConfigurationProductsUiDisabledIntegrations3$inboundSchema, GetConfigurationProductsUiDisabledIntegrations3$outboundSchema, GetConfigurationProductsUiDisabledIntegrations2$inboundSchema, GetConfigurationProductsUiDisabledIntegrations2$outboundSchema, GetConfigurationProductsPropertiesUiDisabled$inboundSchema, GetConfigurationProductsPropertiesUiDisabled$outboundSchema, GetConfigurationProductsUiDescriptionIntegrations2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrations2$outboundSchema, GetConfigurationProductsPropertiesUiDescription$inboundSchema, GetConfigurationProductsPropertiesUiDescription$outboundSchema, GetConfigurationProductsPropertiesUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesUiFormattedValue$outboundSchema, Properties3$inboundSchema, Properties3$outboundSchema, GetConfigurationProductsPropertiesType$inboundSchema, GetConfigurationProductsPropertiesType$outboundSchema, PropertiesUiControl$inboundSchema, PropertiesUiControl$outboundSchema, GetConfigurationProductsUiReadOnly3$inboundSchema, GetConfigurationProductsUiReadOnly3$outboundSchema, GetConfigurationProductsUiReadOnly2$inboundSchema, GetConfigurationProductsUiReadOnly2$outboundSchema, PropertiesUiReadOnly$inboundSchema, PropertiesUiReadOnly$outboundSchema, GetConfigurationProductsUiHidden3$inboundSchema, GetConfigurationProductsUiHidden3$outboundSchema, GetConfigurationProductsUiHidden2$inboundSchema, GetConfigurationProductsUiHidden2$outboundSchema, PropertiesUiHidden$inboundSchema, PropertiesUiHidden$outboundSchema, GetConfigurationProductsUiDisabled3$inboundSchema, GetConfigurationProductsUiDisabled3$outboundSchema, GetConfigurationProductsUiDisabled2$inboundSchema, GetConfigurationProductsUiDisabled2$outboundSchema, PropertiesUiDisabled$inboundSchema, PropertiesUiDisabled$outboundSchema, GetConfigurationProductsUiDescription2$inboundSchema, GetConfigurationProductsUiDescription2$outboundSchema, PropertiesUiDescription$inboundSchema, PropertiesUiDescription$outboundSchema, PropertiesUiFormattedValue$inboundSchema, PropertiesUiFormattedValue$outboundSchema, Properties2$inboundSchema, Properties2$outboundSchema, PropertiesType$inboundSchema, PropertiesType$outboundSchema, UiControl$inboundSchema, UiControl$outboundSchema, AtBRANDAt547006$inboundSchema, AtBRANDAt547006$outboundSchema, MinLength$inboundSchema, MinLength$outboundSchema, PropertiesAtBRANDAt547006$inboundSchema, PropertiesAtBRANDAt547006$outboundSchema, MaxLength$inboundSchema, MaxLength$outboundSchema, GetConfigurationProductsPropertiesAtBRANDAt547006$inboundSchema, GetConfigurationProductsPropertiesAtBRANDAt547006$outboundSchema, Pattern$inboundSchema, Pattern$outboundSchema, UiReadOnly3$inboundSchema, UiReadOnly3$outboundSchema, UiReadOnly2$inboundSchema, UiReadOnly2$outboundSchema, UiReadOnly$inboundSchema, UiReadOnly$outboundSchema, UiHidden3$inboundSchema, UiHidden3$outboundSchema, UiHidden2$inboundSchema, UiHidden2$outboundSchema, UiHidden$inboundSchema, UiHidden$outboundSchema, UiDisabled3$inboundSchema, UiDisabled3$outboundSchema, UiDisabled2$inboundSchema, UiDisabled2$outboundSchema, UiDisabled$inboundSchema, UiDisabled$outboundSchema, UiDescription2$inboundSchema, UiDescription2$outboundSchema, UiDescription$inboundSchema, UiDescription$outboundSchema, UiFormattedValue$inboundSchema, UiFormattedValue$outboundSchema, Properties1$inboundSchema, Properties1$outboundSchema, Properties$inboundSchema, Properties$outboundSchema, MetadataSchema$inboundSchema, MetadataSchema$outboundSchema, Products$inboundSchema, Products$outboundSchema, Integration$inboundSchema, Integration$outboundSchema, GetConfigurationProductsConfiguration$inboundSchema, GetConfigurationProductsConfiguration$outboundSchema, GetConfigurationProductsResponseBody$inboundSchema, GetConfigurationProductsResponseBody$outboundSchema;
73608
73650
  var init_getconfigurationproductsop = __esm(() => {
73609
73651
  init_esm();
73610
73652
  init_primitives();
@@ -74076,20 +74118,20 @@ var init_getconfigurationproductsop = __esm(() => {
74076
74118
  PrimaryProtocol$outboundSchema = PrimaryProtocol$inboundSchema;
74077
74119
  GetConfigurationProductsType$inboundSchema = nativeEnumType(GetConfigurationProductsType);
74078
74120
  GetConfigurationProductsType$outboundSchema = GetConfigurationProductsType$inboundSchema;
74079
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543241$inboundSchema = objectType({});
74080
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543241$outboundSchema = objectType({});
74121
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt547006$inboundSchema = objectType({});
74122
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt547006$outboundSchema = objectType({});
74081
74123
  PropertiesValue$inboundSchema = objectType({
74082
- "__@BRAND@543241": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543241$inboundSchema)
74124
+ "__@BRAND@547006": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt547006$inboundSchema)
74083
74125
  }).transform((v2) => {
74084
74126
  return remap(v2, {
74085
- "__@BRAND@543241": "atBRANDAt543241"
74127
+ "__@BRAND@547006": "atBRANDAt547006"
74086
74128
  });
74087
74129
  });
74088
74130
  PropertiesValue$outboundSchema = objectType({
74089
- atBRANDAt543241: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt543241$outboundSchema)
74131
+ atBRANDAt547006: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt547006$outboundSchema)
74090
74132
  }).transform((v2) => {
74091
74133
  return remap(v2, {
74092
- atBRANDAt543241: "__@BRAND@543241"
74134
+ atBRANDAt547006: "__@BRAND@547006"
74093
74135
  });
74094
74136
  });
74095
74137
  GetConfigurationProductsDisabled3$inboundSchema = nativeEnumType(GetConfigurationProductsDisabled3);
@@ -74158,52 +74200,52 @@ var init_getconfigurationproductsop = __esm(() => {
74158
74200
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$inboundSchema;
74159
74201
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$inboundSchema = nativeEnumType(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl);
74160
74202
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$inboundSchema;
74161
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543241$inboundSchema = objectType({});
74162
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543241$outboundSchema = objectType({});
74203
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt547006$inboundSchema = objectType({});
74204
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt547006$outboundSchema = objectType({});
74163
74205
  GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema = objectType({
74164
- "__@BRAND@543241": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543241$inboundSchema)
74206
+ "__@BRAND@547006": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt547006$inboundSchema)
74165
74207
  }).transform((v2) => {
74166
74208
  return remap(v2, {
74167
- "__@BRAND@543241": "atBRANDAt543241"
74209
+ "__@BRAND@547006": "atBRANDAt547006"
74168
74210
  });
74169
74211
  });
74170
74212
  GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema = objectType({
74171
- atBRANDAt543241: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt543241$outboundSchema)
74213
+ atBRANDAt547006: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt547006$outboundSchema)
74172
74214
  }).transform((v2) => {
74173
74215
  return remap(v2, {
74174
- atBRANDAt543241: "__@BRAND@543241"
74216
+ atBRANDAt547006: "__@BRAND@547006"
74175
74217
  });
74176
74218
  });
74177
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543241$inboundSchema = objectType({});
74178
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543241$outboundSchema = objectType({});
74219
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt547006$inboundSchema = objectType({});
74220
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt547006$outboundSchema = objectType({});
74179
74221
  GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema = objectType({
74180
- "__@BRAND@543241": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543241$inboundSchema)
74222
+ "__@BRAND@547006": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt547006$inboundSchema)
74181
74223
  }).transform((v2) => {
74182
74224
  return remap(v2, {
74183
- "__@BRAND@543241": "atBRANDAt543241"
74225
+ "__@BRAND@547006": "atBRANDAt547006"
74184
74226
  });
74185
74227
  });
74186
74228
  GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema = objectType({
74187
- atBRANDAt543241: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt543241$outboundSchema)
74229
+ atBRANDAt547006: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt547006$outboundSchema)
74188
74230
  }).transform((v2) => {
74189
74231
  return remap(v2, {
74190
- atBRANDAt543241: "__@BRAND@543241"
74232
+ atBRANDAt547006: "__@BRAND@547006"
74191
74233
  });
74192
74234
  });
74193
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543241$inboundSchema = objectType({});
74194
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543241$outboundSchema = objectType({});
74235
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt547006$inboundSchema = objectType({});
74236
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt547006$outboundSchema = objectType({});
74195
74237
  GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema = objectType({
74196
- "__@BRAND@543241": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543241$inboundSchema)
74238
+ "__@BRAND@547006": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt547006$inboundSchema)
74197
74239
  }).transform((v2) => {
74198
74240
  return remap(v2, {
74199
- "__@BRAND@543241": "atBRANDAt543241"
74241
+ "__@BRAND@547006": "atBRANDAt547006"
74200
74242
  });
74201
74243
  });
74202
74244
  GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema = objectType({
74203
- atBRANDAt543241: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt543241$outboundSchema)
74245
+ atBRANDAt547006: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt547006$outboundSchema)
74204
74246
  }).transform((v2) => {
74205
74247
  return remap(v2, {
74206
- atBRANDAt543241: "__@BRAND@543241"
74248
+ atBRANDAt547006: "__@BRAND@547006"
74207
74249
  });
74208
74250
  });
74209
74251
  GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema = nativeEnumType(GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3);
@@ -74372,52 +74414,52 @@ var init_getconfigurationproductsop = __esm(() => {
74372
74414
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$inboundSchema;
74373
74415
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$inboundSchema = nativeEnumType(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type);
74374
74416
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$inboundSchema;
74375
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543241$inboundSchema = objectType({});
74376
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543241$outboundSchema = objectType({});
74417
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt547006$inboundSchema = objectType({});
74418
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt547006$outboundSchema = objectType({});
74377
74419
  GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema = objectType({
74378
- "__@BRAND@543241": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543241$inboundSchema)
74420
+ "__@BRAND@547006": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt547006$inboundSchema)
74379
74421
  }).transform((v2) => {
74380
74422
  return remap(v2, {
74381
- "__@BRAND@543241": "atBRANDAt543241"
74423
+ "__@BRAND@547006": "atBRANDAt547006"
74382
74424
  });
74383
74425
  });
74384
74426
  GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema = objectType({
74385
- atBRANDAt543241: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt543241$outboundSchema)
74427
+ atBRANDAt547006: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt547006$outboundSchema)
74386
74428
  }).transform((v2) => {
74387
74429
  return remap(v2, {
74388
- atBRANDAt543241: "__@BRAND@543241"
74430
+ atBRANDAt547006: "__@BRAND@547006"
74389
74431
  });
74390
74432
  });
74391
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543241$inboundSchema = objectType({});
74392
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543241$outboundSchema = objectType({});
74433
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt547006$inboundSchema = objectType({});
74434
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt547006$outboundSchema = objectType({});
74393
74435
  GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema = objectType({
74394
- "__@BRAND@543241": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543241$inboundSchema)
74436
+ "__@BRAND@547006": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt547006$inboundSchema)
74395
74437
  }).transform((v2) => {
74396
74438
  return remap(v2, {
74397
- "__@BRAND@543241": "atBRANDAt543241"
74439
+ "__@BRAND@547006": "atBRANDAt547006"
74398
74440
  });
74399
74441
  });
74400
74442
  GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema = objectType({
74401
- atBRANDAt543241: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt543241$outboundSchema)
74443
+ atBRANDAt547006: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt547006$outboundSchema)
74402
74444
  }).transform((v2) => {
74403
74445
  return remap(v2, {
74404
- atBRANDAt543241: "__@BRAND@543241"
74446
+ atBRANDAt547006: "__@BRAND@547006"
74405
74447
  });
74406
74448
  });
74407
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543241$inboundSchema = objectType({});
74408
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543241$outboundSchema = objectType({});
74449
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt547006$inboundSchema = objectType({});
74450
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt547006$outboundSchema = objectType({});
74409
74451
  GetConfigurationProductsPropertiesIntegrationsResponsePattern$inboundSchema = objectType({
74410
- "__@BRAND@543241": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543241$inboundSchema)
74452
+ "__@BRAND@547006": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt547006$inboundSchema)
74411
74453
  }).transform((v2) => {
74412
74454
  return remap(v2, {
74413
- "__@BRAND@543241": "atBRANDAt543241"
74455
+ "__@BRAND@547006": "atBRANDAt547006"
74414
74456
  });
74415
74457
  });
74416
74458
  GetConfigurationProductsPropertiesIntegrationsResponsePattern$outboundSchema = objectType({
74417
- atBRANDAt543241: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt543241$outboundSchema)
74459
+ atBRANDAt547006: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt547006$outboundSchema)
74418
74460
  }).transform((v2) => {
74419
74461
  return remap(v2, {
74420
- atBRANDAt543241: "__@BRAND@543241"
74462
+ atBRANDAt547006: "__@BRAND@547006"
74421
74463
  });
74422
74464
  });
74423
74465
  GetConfigurationProductsPropertiesIntegrationsItems$inboundSchema = objectType({
@@ -74438,20 +74480,20 @@ var init_getconfigurationproductsop = __esm(() => {
74438
74480
  default: stringType().optional(),
74439
74481
  enum: arrayType(stringType()).optional()
74440
74482
  });
74441
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543241$inboundSchema = objectType({});
74442
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543241$outboundSchema = objectType({});
74483
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt547006$inboundSchema = objectType({});
74484
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt547006$outboundSchema = objectType({});
74443
74485
  GetConfigurationProductsUiOptionsValue$inboundSchema = objectType({
74444
- "__@BRAND@543241": lazyType(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543241$inboundSchema)
74486
+ "__@BRAND@547006": lazyType(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt547006$inboundSchema)
74445
74487
  }).transform((v2) => {
74446
74488
  return remap(v2, {
74447
- "__@BRAND@543241": "atBRANDAt543241"
74489
+ "__@BRAND@547006": "atBRANDAt547006"
74448
74490
  });
74449
74491
  });
74450
74492
  GetConfigurationProductsUiOptionsValue$outboundSchema = objectType({
74451
- atBRANDAt543241: lazyType(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt543241$outboundSchema)
74493
+ atBRANDAt547006: lazyType(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt547006$outboundSchema)
74452
74494
  }).transform((v2) => {
74453
74495
  return remap(v2, {
74454
- atBRANDAt543241: "__@BRAND@543241"
74496
+ atBRANDAt547006: "__@BRAND@547006"
74455
74497
  });
74456
74498
  });
74457
74499
  GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3$inboundSchema = nativeEnumType(GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3);
@@ -74516,20 +74558,20 @@ var init_getconfigurationproductsop = __esm(() => {
74516
74558
  GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3$outboundSchema
74517
74559
  ]).optional()
74518
74560
  });
74519
- GetConfigurationProductsUiOptionsAtBRANDAt543241$inboundSchema = objectType({});
74520
- GetConfigurationProductsUiOptionsAtBRANDAt543241$outboundSchema = objectType({});
74561
+ GetConfigurationProductsUiOptionsAtBRANDAt547006$inboundSchema = objectType({});
74562
+ GetConfigurationProductsUiOptionsAtBRANDAt547006$outboundSchema = objectType({});
74521
74563
  GetConfigurationProductsUiOptions2$inboundSchema = objectType({
74522
- "__@BRAND@543241": lazyType(() => GetConfigurationProductsUiOptionsAtBRANDAt543241$inboundSchema)
74564
+ "__@BRAND@547006": lazyType(() => GetConfigurationProductsUiOptionsAtBRANDAt547006$inboundSchema)
74523
74565
  }).transform((v2) => {
74524
74566
  return remap(v2, {
74525
- "__@BRAND@543241": "atBRANDAt543241"
74567
+ "__@BRAND@547006": "atBRANDAt547006"
74526
74568
  });
74527
74569
  });
74528
74570
  GetConfigurationProductsUiOptions2$outboundSchema = objectType({
74529
- atBRANDAt543241: lazyType(() => GetConfigurationProductsUiOptionsAtBRANDAt543241$outboundSchema)
74571
+ atBRANDAt547006: lazyType(() => GetConfigurationProductsUiOptionsAtBRANDAt547006$outboundSchema)
74530
74572
  }).transform((v2) => {
74531
74573
  return remap(v2, {
74532
- atBRANDAt543241: "__@BRAND@543241"
74574
+ atBRANDAt547006: "__@BRAND@547006"
74533
74575
  });
74534
74576
  });
74535
74577
  GetConfigurationProductsDisabledIntegrationsResponse2003$inboundSchema = nativeEnumType(GetConfigurationProductsDisabledIntegrationsResponse2003);
@@ -74680,36 +74722,36 @@ var init_getconfigurationproductsop = __esm(() => {
74680
74722
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$outboundSchema = objectType({
74681
74723
  expr: stringType()
74682
74724
  });
74683
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543241$inboundSchema = objectType({});
74684
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543241$outboundSchema = objectType({});
74725
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt547006$inboundSchema = objectType({});
74726
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt547006$outboundSchema = objectType({});
74685
74727
  Default$inboundSchema = objectType({
74686
- "__@BRAND@543241": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543241$inboundSchema)
74728
+ "__@BRAND@547006": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt547006$inboundSchema)
74687
74729
  }).transform((v2) => {
74688
74730
  return remap(v2, {
74689
- "__@BRAND@543241": "atBRANDAt543241"
74731
+ "__@BRAND@547006": "atBRANDAt547006"
74690
74732
  });
74691
74733
  });
74692
74734
  Default$outboundSchema = objectType({
74693
- atBRANDAt543241: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt543241$outboundSchema)
74735
+ atBRANDAt547006: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt547006$outboundSchema)
74694
74736
  }).transform((v2) => {
74695
74737
  return remap(v2, {
74696
- atBRANDAt543241: "__@BRAND@543241"
74738
+ atBRANDAt547006: "__@BRAND@547006"
74697
74739
  });
74698
74740
  });
74699
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543241$inboundSchema = objectType({});
74700
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543241$outboundSchema = objectType({});
74741
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt547006$inboundSchema = objectType({});
74742
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt547006$outboundSchema = objectType({});
74701
74743
  Example$inboundSchema = objectType({
74702
- "__@BRAND@543241": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543241$inboundSchema)
74744
+ "__@BRAND@547006": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt547006$inboundSchema)
74703
74745
  }).transform((v2) => {
74704
74746
  return remap(v2, {
74705
- "__@BRAND@543241": "atBRANDAt543241"
74747
+ "__@BRAND@547006": "atBRANDAt547006"
74706
74748
  });
74707
74749
  });
74708
74750
  Example$outboundSchema = objectType({
74709
- atBRANDAt543241: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt543241$outboundSchema)
74751
+ atBRANDAt547006: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt547006$outboundSchema)
74710
74752
  }).transform((v2) => {
74711
74753
  return remap(v2, {
74712
- atBRANDAt543241: "__@BRAND@543241"
74754
+ atBRANDAt547006: "__@BRAND@547006"
74713
74755
  });
74714
74756
  });
74715
74757
  Properties8$inboundSchema = objectType({
@@ -74814,20 +74856,20 @@ var init_getconfigurationproductsop = __esm(() => {
74814
74856
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$inboundSchema;
74815
74857
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$inboundSchema = nativeEnumType(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl);
74816
74858
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$inboundSchema;
74817
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543241$inboundSchema = objectType({});
74818
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543241$outboundSchema = objectType({});
74859
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt547006$inboundSchema = objectType({});
74860
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt547006$outboundSchema = objectType({});
74819
74861
  UiOptionsValue$inboundSchema = objectType({
74820
- "__@BRAND@543241": lazyType(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543241$inboundSchema)
74862
+ "__@BRAND@547006": lazyType(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt547006$inboundSchema)
74821
74863
  }).transform((v2) => {
74822
74864
  return remap(v2, {
74823
- "__@BRAND@543241": "atBRANDAt543241"
74865
+ "__@BRAND@547006": "atBRANDAt547006"
74824
74866
  });
74825
74867
  });
74826
74868
  UiOptionsValue$outboundSchema = objectType({
74827
- atBRANDAt543241: lazyType(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt543241$outboundSchema)
74869
+ atBRANDAt547006: lazyType(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt547006$outboundSchema)
74828
74870
  }).transform((v2) => {
74829
74871
  return remap(v2, {
74830
- atBRANDAt543241: "__@BRAND@543241"
74872
+ atBRANDAt547006: "__@BRAND@547006"
74831
74873
  });
74832
74874
  });
74833
74875
  GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema = nativeEnumType(GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3);
@@ -74892,20 +74934,20 @@ var init_getconfigurationproductsop = __esm(() => {
74892
74934
  GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema
74893
74935
  ]).optional()
74894
74936
  });
74895
- UiOptionsAtBRANDAt543241$inboundSchema = objectType({});
74896
- UiOptionsAtBRANDAt543241$outboundSchema = objectType({});
74937
+ UiOptionsAtBRANDAt547006$inboundSchema = objectType({});
74938
+ UiOptionsAtBRANDAt547006$outboundSchema = objectType({});
74897
74939
  UiOptions2$inboundSchema = objectType({
74898
- "__@BRAND@543241": lazyType(() => UiOptionsAtBRANDAt543241$inboundSchema)
74940
+ "__@BRAND@547006": lazyType(() => UiOptionsAtBRANDAt547006$inboundSchema)
74899
74941
  }).transform((v2) => {
74900
74942
  return remap(v2, {
74901
- "__@BRAND@543241": "atBRANDAt543241"
74943
+ "__@BRAND@547006": "atBRANDAt547006"
74902
74944
  });
74903
74945
  });
74904
74946
  UiOptions2$outboundSchema = objectType({
74905
- atBRANDAt543241: lazyType(() => UiOptionsAtBRANDAt543241$outboundSchema)
74947
+ atBRANDAt547006: lazyType(() => UiOptionsAtBRANDAt547006$outboundSchema)
74906
74948
  }).transform((v2) => {
74907
74949
  return remap(v2, {
74908
- atBRANDAt543241: "__@BRAND@543241"
74950
+ atBRANDAt547006: "__@BRAND@547006"
74909
74951
  });
74910
74952
  });
74911
74953
  GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema = nativeEnumType(GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3);
@@ -74982,52 +75024,52 @@ var init_getconfigurationproductsop = __esm(() => {
74982
75024
  lazyType(() => UiOptions2$outboundSchema),
74983
75025
  lazyType(() => UiOptions3$outboundSchema)
74984
75026
  ]);
74985
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543241$inboundSchema = objectType({});
74986
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543241$outboundSchema = objectType({});
75027
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt547006$inboundSchema = objectType({});
75028
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt547006$outboundSchema = objectType({});
74987
75029
  GetConfigurationProductsPropertiesMinLength$inboundSchema = objectType({
74988
- "__@BRAND@543241": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543241$inboundSchema)
75030
+ "__@BRAND@547006": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt547006$inboundSchema)
74989
75031
  }).transform((v2) => {
74990
75032
  return remap(v2, {
74991
- "__@BRAND@543241": "atBRANDAt543241"
75033
+ "__@BRAND@547006": "atBRANDAt547006"
74992
75034
  });
74993
75035
  });
74994
75036
  GetConfigurationProductsPropertiesMinLength$outboundSchema = objectType({
74995
- atBRANDAt543241: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt543241$outboundSchema)
75037
+ atBRANDAt547006: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt547006$outboundSchema)
74996
75038
  }).transform((v2) => {
74997
75039
  return remap(v2, {
74998
- atBRANDAt543241: "__@BRAND@543241"
75040
+ atBRANDAt547006: "__@BRAND@547006"
74999
75041
  });
75000
75042
  });
75001
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543241$inboundSchema = objectType({});
75002
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543241$outboundSchema = objectType({});
75043
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt547006$inboundSchema = objectType({});
75044
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt547006$outboundSchema = objectType({});
75003
75045
  GetConfigurationProductsPropertiesMaxLength$inboundSchema = objectType({
75004
- "__@BRAND@543241": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543241$inboundSchema)
75046
+ "__@BRAND@547006": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt547006$inboundSchema)
75005
75047
  }).transform((v2) => {
75006
75048
  return remap(v2, {
75007
- "__@BRAND@543241": "atBRANDAt543241"
75049
+ "__@BRAND@547006": "atBRANDAt547006"
75008
75050
  });
75009
75051
  });
75010
75052
  GetConfigurationProductsPropertiesMaxLength$outboundSchema = objectType({
75011
- atBRANDAt543241: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt543241$outboundSchema)
75053
+ atBRANDAt547006: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt547006$outboundSchema)
75012
75054
  }).transform((v2) => {
75013
75055
  return remap(v2, {
75014
- atBRANDAt543241: "__@BRAND@543241"
75056
+ atBRANDAt547006: "__@BRAND@547006"
75015
75057
  });
75016
75058
  });
75017
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543241$inboundSchema = objectType({});
75018
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543241$outboundSchema = objectType({});
75059
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt547006$inboundSchema = objectType({});
75060
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt547006$outboundSchema = objectType({});
75019
75061
  GetConfigurationProductsPropertiesPattern$inboundSchema = objectType({
75020
- "__@BRAND@543241": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543241$inboundSchema)
75062
+ "__@BRAND@547006": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt547006$inboundSchema)
75021
75063
  }).transform((v2) => {
75022
75064
  return remap(v2, {
75023
- "__@BRAND@543241": "atBRANDAt543241"
75065
+ "__@BRAND@547006": "atBRANDAt547006"
75024
75066
  });
75025
75067
  });
75026
75068
  GetConfigurationProductsPropertiesPattern$outboundSchema = objectType({
75027
- atBRANDAt543241: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt543241$outboundSchema)
75069
+ atBRANDAt547006: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt547006$outboundSchema)
75028
75070
  }).transform((v2) => {
75029
75071
  return remap(v2, {
75030
- atBRANDAt543241: "__@BRAND@543241"
75072
+ atBRANDAt547006: "__@BRAND@547006"
75031
75073
  });
75032
75074
  });
75033
75075
  GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema = nativeEnumType(GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3);
@@ -75208,52 +75250,52 @@ var init_getconfigurationproductsop = __esm(() => {
75208
75250
  GetConfigurationProductsPropertiesIntegrationsResponse200UiControl$outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200UiControl$inboundSchema;
75209
75251
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$inboundSchema = nativeEnumType(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type);
75210
75252
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$inboundSchema;
75211
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543241$inboundSchema = objectType({});
75212
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543241$outboundSchema = objectType({});
75253
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt547006$inboundSchema = objectType({});
75254
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt547006$outboundSchema = objectType({});
75213
75255
  GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$inboundSchema = objectType({
75214
- "__@BRAND@543241": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543241$inboundSchema)
75256
+ "__@BRAND@547006": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt547006$inboundSchema)
75215
75257
  }).transform((v2) => {
75216
75258
  return remap(v2, {
75217
- "__@BRAND@543241": "atBRANDAt543241"
75259
+ "__@BRAND@547006": "atBRANDAt547006"
75218
75260
  });
75219
75261
  });
75220
75262
  GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$outboundSchema = objectType({
75221
- atBRANDAt543241: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt543241$outboundSchema)
75263
+ atBRANDAt547006: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt547006$outboundSchema)
75222
75264
  }).transform((v2) => {
75223
75265
  return remap(v2, {
75224
- atBRANDAt543241: "__@BRAND@543241"
75266
+ atBRANDAt547006: "__@BRAND@547006"
75225
75267
  });
75226
75268
  });
75227
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543241$inboundSchema = objectType({});
75228
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543241$outboundSchema = objectType({});
75269
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt547006$inboundSchema = objectType({});
75270
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt547006$outboundSchema = objectType({});
75229
75271
  GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$inboundSchema = objectType({
75230
- "__@BRAND@543241": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543241$inboundSchema)
75272
+ "__@BRAND@547006": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt547006$inboundSchema)
75231
75273
  }).transform((v2) => {
75232
75274
  return remap(v2, {
75233
- "__@BRAND@543241": "atBRANDAt543241"
75275
+ "__@BRAND@547006": "atBRANDAt547006"
75234
75276
  });
75235
75277
  });
75236
75278
  GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$outboundSchema = objectType({
75237
- atBRANDAt543241: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt543241$outboundSchema)
75279
+ atBRANDAt547006: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt547006$outboundSchema)
75238
75280
  }).transform((v2) => {
75239
75281
  return remap(v2, {
75240
- atBRANDAt543241: "__@BRAND@543241"
75282
+ atBRANDAt547006: "__@BRAND@547006"
75241
75283
  });
75242
75284
  });
75243
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543241$inboundSchema = objectType({});
75244
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543241$outboundSchema = objectType({});
75285
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt547006$inboundSchema = objectType({});
75286
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt547006$outboundSchema = objectType({});
75245
75287
  GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$inboundSchema = objectType({
75246
- "__@BRAND@543241": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543241$inboundSchema)
75288
+ "__@BRAND@547006": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt547006$inboundSchema)
75247
75289
  }).transform((v2) => {
75248
75290
  return remap(v2, {
75249
- "__@BRAND@543241": "atBRANDAt543241"
75291
+ "__@BRAND@547006": "atBRANDAt547006"
75250
75292
  });
75251
75293
  });
75252
75294
  GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$outboundSchema = objectType({
75253
- atBRANDAt543241: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt543241$outboundSchema)
75295
+ atBRANDAt547006: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt547006$outboundSchema)
75254
75296
  }).transform((v2) => {
75255
75297
  return remap(v2, {
75256
- atBRANDAt543241: "__@BRAND@543241"
75298
+ atBRANDAt547006: "__@BRAND@547006"
75257
75299
  });
75258
75300
  });
75259
75301
  GetConfigurationProductsPropertiesItems$inboundSchema = objectType({
@@ -75570,52 +75612,52 @@ var init_getconfigurationproductsop = __esm(() => {
75570
75612
  GetConfigurationProductsHiddenIntegrations3$outboundSchema
75571
75613
  ]).optional()
75572
75614
  });
75573
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543241$inboundSchema = objectType({});
75574
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543241$outboundSchema = objectType({});
75615
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt547006$inboundSchema = objectType({});
75616
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt547006$outboundSchema = objectType({});
75575
75617
  PropertiesMinLength$inboundSchema = objectType({
75576
- "__@BRAND@543241": lazyType(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543241$inboundSchema)
75618
+ "__@BRAND@547006": lazyType(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt547006$inboundSchema)
75577
75619
  }).transform((v2) => {
75578
75620
  return remap(v2, {
75579
- "__@BRAND@543241": "atBRANDAt543241"
75621
+ "__@BRAND@547006": "atBRANDAt547006"
75580
75622
  });
75581
75623
  });
75582
75624
  PropertiesMinLength$outboundSchema = objectType({
75583
- atBRANDAt543241: lazyType(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt543241$outboundSchema)
75625
+ atBRANDAt547006: lazyType(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt547006$outboundSchema)
75584
75626
  }).transform((v2) => {
75585
75627
  return remap(v2, {
75586
- atBRANDAt543241: "__@BRAND@543241"
75628
+ atBRANDAt547006: "__@BRAND@547006"
75587
75629
  });
75588
75630
  });
75589
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543241$inboundSchema = objectType({});
75590
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543241$outboundSchema = objectType({});
75631
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt547006$inboundSchema = objectType({});
75632
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt547006$outboundSchema = objectType({});
75591
75633
  PropertiesMaxLength$inboundSchema = objectType({
75592
- "__@BRAND@543241": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543241$inboundSchema)
75634
+ "__@BRAND@547006": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt547006$inboundSchema)
75593
75635
  }).transform((v2) => {
75594
75636
  return remap(v2, {
75595
- "__@BRAND@543241": "atBRANDAt543241"
75637
+ "__@BRAND@547006": "atBRANDAt547006"
75596
75638
  });
75597
75639
  });
75598
75640
  PropertiesMaxLength$outboundSchema = objectType({
75599
- atBRANDAt543241: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt543241$outboundSchema)
75641
+ atBRANDAt547006: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt547006$outboundSchema)
75600
75642
  }).transform((v2) => {
75601
75643
  return remap(v2, {
75602
- atBRANDAt543241: "__@BRAND@543241"
75644
+ atBRANDAt547006: "__@BRAND@547006"
75603
75645
  });
75604
75646
  });
75605
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543241$inboundSchema = objectType({});
75606
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543241$outboundSchema = objectType({});
75647
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt547006$inboundSchema = objectType({});
75648
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt547006$outboundSchema = objectType({});
75607
75649
  PropertiesPattern$inboundSchema = objectType({
75608
- "__@BRAND@543241": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543241$inboundSchema)
75650
+ "__@BRAND@547006": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt547006$inboundSchema)
75609
75651
  }).transform((v2) => {
75610
75652
  return remap(v2, {
75611
- "__@BRAND@543241": "atBRANDAt543241"
75653
+ "__@BRAND@547006": "atBRANDAt547006"
75612
75654
  });
75613
75655
  });
75614
75656
  PropertiesPattern$outboundSchema = objectType({
75615
- atBRANDAt543241: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt543241$outboundSchema)
75657
+ atBRANDAt547006: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt547006$outboundSchema)
75616
75658
  }).transform((v2) => {
75617
75659
  return remap(v2, {
75618
- atBRANDAt543241: "__@BRAND@543241"
75660
+ atBRANDAt547006: "__@BRAND@547006"
75619
75661
  });
75620
75662
  });
75621
75663
  GetConfigurationProductsUiReadOnlyIntegrationsResponse2003$inboundSchema = nativeEnumType(GetConfigurationProductsUiReadOnlyIntegrationsResponse2003);
@@ -76284,52 +76326,52 @@ var init_getconfigurationproductsop = __esm(() => {
76284
76326
  PropertiesType$outboundSchema = PropertiesType$inboundSchema;
76285
76327
  UiControl$inboundSchema = nativeEnumType(UiControl);
76286
76328
  UiControl$outboundSchema = UiControl$inboundSchema;
76287
- AtBRANDAt543241$inboundSchema = objectType({});
76288
- AtBRANDAt543241$outboundSchema = objectType({});
76329
+ AtBRANDAt547006$inboundSchema = objectType({});
76330
+ AtBRANDAt547006$outboundSchema = objectType({});
76289
76331
  MinLength$inboundSchema = objectType({
76290
- "__@BRAND@543241": lazyType(() => AtBRANDAt543241$inboundSchema)
76332
+ "__@BRAND@547006": lazyType(() => AtBRANDAt547006$inboundSchema)
76291
76333
  }).transform((v2) => {
76292
76334
  return remap(v2, {
76293
- "__@BRAND@543241": "atBRANDAt543241"
76335
+ "__@BRAND@547006": "atBRANDAt547006"
76294
76336
  });
76295
76337
  });
76296
76338
  MinLength$outboundSchema = objectType({
76297
- atBRANDAt543241: lazyType(() => AtBRANDAt543241$outboundSchema)
76339
+ atBRANDAt547006: lazyType(() => AtBRANDAt547006$outboundSchema)
76298
76340
  }).transform((v2) => {
76299
76341
  return remap(v2, {
76300
- atBRANDAt543241: "__@BRAND@543241"
76342
+ atBRANDAt547006: "__@BRAND@547006"
76301
76343
  });
76302
76344
  });
76303
- PropertiesAtBRANDAt543241$inboundSchema = objectType({});
76304
- PropertiesAtBRANDAt543241$outboundSchema = objectType({});
76345
+ PropertiesAtBRANDAt547006$inboundSchema = objectType({});
76346
+ PropertiesAtBRANDAt547006$outboundSchema = objectType({});
76305
76347
  MaxLength$inboundSchema = objectType({
76306
- "__@BRAND@543241": lazyType(() => PropertiesAtBRANDAt543241$inboundSchema)
76348
+ "__@BRAND@547006": lazyType(() => PropertiesAtBRANDAt547006$inboundSchema)
76307
76349
  }).transform((v2) => {
76308
76350
  return remap(v2, {
76309
- "__@BRAND@543241": "atBRANDAt543241"
76351
+ "__@BRAND@547006": "atBRANDAt547006"
76310
76352
  });
76311
76353
  });
76312
76354
  MaxLength$outboundSchema = objectType({
76313
- atBRANDAt543241: lazyType(() => PropertiesAtBRANDAt543241$outboundSchema)
76355
+ atBRANDAt547006: lazyType(() => PropertiesAtBRANDAt547006$outboundSchema)
76314
76356
  }).transform((v2) => {
76315
76357
  return remap(v2, {
76316
- atBRANDAt543241: "__@BRAND@543241"
76358
+ atBRANDAt547006: "__@BRAND@547006"
76317
76359
  });
76318
76360
  });
76319
- GetConfigurationProductsPropertiesAtBRANDAt543241$inboundSchema = objectType({});
76320
- GetConfigurationProductsPropertiesAtBRANDAt543241$outboundSchema = objectType({});
76361
+ GetConfigurationProductsPropertiesAtBRANDAt547006$inboundSchema = objectType({});
76362
+ GetConfigurationProductsPropertiesAtBRANDAt547006$outboundSchema = objectType({});
76321
76363
  Pattern$inboundSchema = objectType({
76322
- "__@BRAND@543241": lazyType(() => GetConfigurationProductsPropertiesAtBRANDAt543241$inboundSchema)
76364
+ "__@BRAND@547006": lazyType(() => GetConfigurationProductsPropertiesAtBRANDAt547006$inboundSchema)
76323
76365
  }).transform((v2) => {
76324
76366
  return remap(v2, {
76325
- "__@BRAND@543241": "atBRANDAt543241"
76367
+ "__@BRAND@547006": "atBRANDAt547006"
76326
76368
  });
76327
76369
  });
76328
76370
  Pattern$outboundSchema = objectType({
76329
- atBRANDAt543241: lazyType(() => GetConfigurationProductsPropertiesAtBRANDAt543241$outboundSchema)
76371
+ atBRANDAt547006: lazyType(() => GetConfigurationProductsPropertiesAtBRANDAt547006$outboundSchema)
76330
76372
  }).transform((v2) => {
76331
76373
  return remap(v2, {
76332
- atBRANDAt543241: "__@BRAND@543241"
76374
+ atBRANDAt547006: "__@BRAND@547006"
76333
76375
  });
76334
76376
  });
76335
76377
  UiReadOnly3$inboundSchema = nativeEnumType(UiReadOnly3);
@@ -76696,7 +76738,7 @@ Lists all products available for an integration configuration. Use this endpoint
76696
76738
  });
76697
76739
 
76698
76740
  // src/models/getconfigurationsop.ts
76699
- var View, InstallationType, TagIds, GetConfigurationsResponseBodyIntegrationsSource, GetConfigurationsResponseBodyIntegrationsType, GetConfigurationsResponseBodyIntegrationsDisabledReason, GetConfigurationsResponseBodyInstallationType, GetConfigurationsResponseBodySource, GetConfigurationsResponseBodyType, GetConfigurationsResponseBodyDisabledReason, ResponseBodyInstallationType, View$inboundSchema, View$outboundSchema, InstallationType$inboundSchema, InstallationType$outboundSchema, GetConfigurationsRequest$inboundSchema, GetConfigurationsRequest$outboundSchema, TagIds$inboundSchema, TagIds$outboundSchema, ResponseBodyIntegration$inboundSchema, ResponseBodyIntegration$outboundSchema, GetConfigurationsResponseBodyIntegrationsSource$inboundSchema, GetConfigurationsResponseBodyIntegrationsSource$outboundSchema, GetConfigurationsResponseBodyIntegrationsType$inboundSchema, GetConfigurationsResponseBodyIntegrationsType$outboundSchema, GetConfigurationsResponseBodyIntegrationsDisabledReason$inboundSchema, GetConfigurationsResponseBodyIntegrationsDisabledReason$outboundSchema, GetConfigurationsResponseBodyInstallationType$inboundSchema, GetConfigurationsResponseBodyInstallationType$outboundSchema, GetConfigurationsResponseBody2$inboundSchema, GetConfigurationsResponseBody2$outboundSchema, GetConfigurationsResponseBodySource$inboundSchema, GetConfigurationsResponseBodySource$outboundSchema, GetConfigurationsResponseBodyType$inboundSchema, GetConfigurationsResponseBodyType$outboundSchema, GetConfigurationsResponseBodyDisabledReason$inboundSchema, GetConfigurationsResponseBodyDisabledReason$outboundSchema, ResponseBodyInstallationType$inboundSchema, ResponseBodyInstallationType$outboundSchema, GetConfigurationsResponseBody1$inboundSchema, GetConfigurationsResponseBody1$outboundSchema, GetConfigurationsResponseBody$inboundSchema, GetConfigurationsResponseBody$outboundSchema;
76741
+ var View, InstallationType, TagIds, GetConfigurationsResponseBodyIntegrationsType, GetConfigurationsResponseBodyIntegrationsDisabledReason, GetConfigurationsResponseBodyInstallationType, GetConfigurationsResponseBodyType, GetConfigurationsResponseBodyDisabledReason, ResponseBodyInstallationType, View$inboundSchema, View$outboundSchema, InstallationType$inboundSchema, InstallationType$outboundSchema, GetConfigurationsRequest$inboundSchema, GetConfigurationsRequest$outboundSchema, TagIds$inboundSchema, TagIds$outboundSchema, ResponseBodyIntegration$inboundSchema, ResponseBodyIntegration$outboundSchema, GetConfigurationsResponseBodyIntegrationsType$inboundSchema, GetConfigurationsResponseBodyIntegrationsType$outboundSchema, GetConfigurationsResponseBodyIntegrationsDisabledReason$inboundSchema, GetConfigurationsResponseBodyIntegrationsDisabledReason$outboundSchema, GetConfigurationsResponseBodyInstallationType$inboundSchema, GetConfigurationsResponseBodyInstallationType$outboundSchema, GetConfigurationsResponseBody2$inboundSchema, GetConfigurationsResponseBody2$outboundSchema, GetConfigurationsResponseBodyType$inboundSchema, GetConfigurationsResponseBodyType$outboundSchema, GetConfigurationsResponseBodyDisabledReason$inboundSchema, GetConfigurationsResponseBodyDisabledReason$outboundSchema, ResponseBodyInstallationType$inboundSchema, ResponseBodyInstallationType$outboundSchema, GetConfigurationsResponseBody1$inboundSchema, GetConfigurationsResponseBody1$outboundSchema, GetConfigurationsResponseBody$inboundSchema, GetConfigurationsResponseBody$outboundSchema;
76700
76742
  var init_getconfigurationsop = __esm(() => {
76701
76743
  init_esm();
76702
76744
  View = {
@@ -76737,13 +76779,6 @@ var init_getconfigurationsop = __esm(() => {
76737
76779
  TagWebAutomation: "tag_web_automation",
76738
76780
  TagWorkflow: "tag_workflow"
76739
76781
  };
76740
- GetConfigurationsResponseBodyIntegrationsSource = {
76741
- Marketplace: "marketplace",
76742
- DeployButton: "deploy-button",
76743
- External: "external",
76744
- V0: "v0",
76745
- ResourceClaims: "resource-claims"
76746
- };
76747
76782
  GetConfigurationsResponseBodyIntegrationsType = {
76748
76783
  IntegrationConfiguration: "integration-configuration"
76749
76784
  };
@@ -76759,13 +76794,6 @@ var init_getconfigurationsop = __esm(() => {
76759
76794
  Marketplace: "marketplace",
76760
76795
  External: "external"
76761
76796
  };
76762
- GetConfigurationsResponseBodySource = {
76763
- Marketplace: "marketplace",
76764
- DeployButton: "deploy-button",
76765
- External: "external",
76766
- V0: "v0",
76767
- ResourceClaims: "resource-claims"
76768
- };
76769
76797
  GetConfigurationsResponseBodyType = {
76770
76798
  IntegrationConfiguration: "integration-configuration"
76771
76799
  };
@@ -76817,8 +76845,6 @@ var init_getconfigurationsop = __esm(() => {
76817
76845
  assignedBetaLabelAt: numberType().optional(),
76818
76846
  tagIds: arrayType(TagIds$outboundSchema).optional()
76819
76847
  });
76820
- GetConfigurationsResponseBodyIntegrationsSource$inboundSchema = nativeEnumType(GetConfigurationsResponseBodyIntegrationsSource);
76821
- GetConfigurationsResponseBodyIntegrationsSource$outboundSchema = GetConfigurationsResponseBodyIntegrationsSource$inboundSchema;
76822
76848
  GetConfigurationsResponseBodyIntegrationsType$inboundSchema = nativeEnumType(GetConfigurationsResponseBodyIntegrationsType);
76823
76849
  GetConfigurationsResponseBodyIntegrationsType$outboundSchema = GetConfigurationsResponseBodyIntegrationsType$inboundSchema;
76824
76850
  GetConfigurationsResponseBodyIntegrationsDisabledReason$inboundSchema = nativeEnumType(GetConfigurationsResponseBodyIntegrationsDisabledReason);
@@ -76833,7 +76859,7 @@ var init_getconfigurationsop = __esm(() => {
76833
76859
  integrationId: stringType(),
76834
76860
  ownerId: stringType(),
76835
76861
  projects: arrayType(stringType()).optional(),
76836
- source: GetConfigurationsResponseBodyIntegrationsSource$inboundSchema.optional(),
76862
+ source: stringType().optional(),
76837
76863
  slug: stringType(),
76838
76864
  teamId: nullableType(stringType()).optional(),
76839
76865
  type: GetConfigurationsResponseBodyIntegrationsType$inboundSchema,
@@ -76854,7 +76880,7 @@ var init_getconfigurationsop = __esm(() => {
76854
76880
  integrationId: stringType(),
76855
76881
  ownerId: stringType(),
76856
76882
  projects: arrayType(stringType()).optional(),
76857
- source: GetConfigurationsResponseBodyIntegrationsSource$outboundSchema.optional(),
76883
+ source: stringType().optional(),
76858
76884
  slug: stringType(),
76859
76885
  teamId: nullableType(stringType()).optional(),
76860
76886
  type: GetConfigurationsResponseBodyIntegrationsType$outboundSchema,
@@ -76867,8 +76893,6 @@ var init_getconfigurationsop = __esm(() => {
76867
76893
  disabledReason: GetConfigurationsResponseBodyIntegrationsDisabledReason$outboundSchema.optional(),
76868
76894
  installationType: GetConfigurationsResponseBodyInstallationType$outboundSchema.optional()
76869
76895
  });
76870
- GetConfigurationsResponseBodySource$inboundSchema = nativeEnumType(GetConfigurationsResponseBodySource);
76871
- GetConfigurationsResponseBodySource$outboundSchema = GetConfigurationsResponseBodySource$inboundSchema;
76872
76896
  GetConfigurationsResponseBodyType$inboundSchema = nativeEnumType(GetConfigurationsResponseBodyType);
76873
76897
  GetConfigurationsResponseBodyType$outboundSchema = GetConfigurationsResponseBodyType$inboundSchema;
76874
76898
  GetConfigurationsResponseBodyDisabledReason$inboundSchema = nativeEnumType(GetConfigurationsResponseBodyDisabledReason);
@@ -76882,7 +76906,7 @@ var init_getconfigurationsop = __esm(() => {
76882
76906
  integrationId: stringType().optional(),
76883
76907
  ownerId: stringType().optional(),
76884
76908
  projects: arrayType(stringType()).optional(),
76885
- source: GetConfigurationsResponseBodySource$inboundSchema.optional(),
76909
+ source: stringType().optional(),
76886
76910
  slug: stringType().optional(),
76887
76911
  teamId: nullableType(stringType()).optional(),
76888
76912
  type: GetConfigurationsResponseBodyType$inboundSchema.optional(),
@@ -76902,7 +76926,7 @@ var init_getconfigurationsop = __esm(() => {
76902
76926
  integrationId: stringType().optional(),
76903
76927
  ownerId: stringType().optional(),
76904
76928
  projects: arrayType(stringType()).optional(),
76905
- source: GetConfigurationsResponseBodySource$outboundSchema.optional(),
76929
+ source: stringType().optional(),
76906
76930
  slug: stringType().optional(),
76907
76931
  teamId: nullableType(stringType()).optional(),
76908
76932
  type: GetConfigurationsResponseBodyType$outboundSchema.optional(),
@@ -78254,13 +78278,13 @@ var init_getalllogdrainsop = __esm(() => {
78254
78278
  createdAt: numberType(),
78255
78279
  updatedAt: numberType(),
78256
78280
  projectIds: arrayType(stringType()).optional(),
78257
- schemas: lazyType(() => GetAllLogDrainsDrainsLogDrainsSchemas$inboundSchema).optional(),
78281
+ schemas: lazyType(() => GetAllLogDrainsDrainsLogDrainsSchemas$inboundSchema),
78258
78282
  delivery: unionType([
78259
78283
  lazyType(() => GetAllLogDrainsDelivery1$inboundSchema),
78260
78284
  lazyType(() => GetAllLogDrainsDelivery2$inboundSchema),
78261
78285
  lazyType(() => GetAllLogDrainsDelivery3$inboundSchema),
78262
78286
  lazyType(() => GetAllLogDrainsDelivery4$inboundSchema)
78263
- ]).optional(),
78287
+ ]),
78264
78288
  sampling: arrayType(lazyType(() => GetAllLogDrainsDrainsLogDrainsSampling$inboundSchema)).optional(),
78265
78289
  teamId: nullableType(stringType()).optional(),
78266
78290
  status: GetAllLogDrainsDrainsStatus$inboundSchema.optional(),
@@ -78292,13 +78316,13 @@ var init_getalllogdrainsop = __esm(() => {
78292
78316
  createdAt: numberType(),
78293
78317
  updatedAt: numberType(),
78294
78318
  projectIds: arrayType(stringType()).optional(),
78295
- schemas: lazyType(() => GetAllLogDrainsDrainsLogDrainsSchemas$outboundSchema).optional(),
78319
+ schemas: lazyType(() => GetAllLogDrainsDrainsLogDrainsSchemas$outboundSchema),
78296
78320
  delivery: unionType([
78297
78321
  lazyType(() => GetAllLogDrainsDelivery1$outboundSchema),
78298
78322
  lazyType(() => GetAllLogDrainsDelivery2$outboundSchema),
78299
78323
  lazyType(() => GetAllLogDrainsDelivery3$outboundSchema),
78300
78324
  lazyType(() => GetAllLogDrainsDelivery4$outboundSchema)
78301
- ]).optional(),
78325
+ ]),
78302
78326
  sampling: arrayType(lazyType(() => GetAllLogDrainsDrainsLogDrainsSampling$outboundSchema)).optional(),
78303
78327
  teamId: nullableType(stringType()).optional(),
78304
78328
  status: GetAllLogDrainsDrainsStatus$outboundSchema.optional(),
@@ -78609,13 +78633,13 @@ var init_getalllogdrainsop = __esm(() => {
78609
78633
  createdAt: numberType(),
78610
78634
  updatedAt: numberType(),
78611
78635
  projectIds: arrayType(stringType()).optional(),
78612
- schemas: lazyType(() => GetAllLogDrainsDrainsSchemas$inboundSchema).optional(),
78636
+ schemas: lazyType(() => GetAllLogDrainsDrainsSchemas$inboundSchema),
78613
78637
  delivery: unionType([
78614
78638
  lazyType(() => GetAllLogDrainsDeliveryLogDrains1$inboundSchema),
78615
78639
  lazyType(() => GetAllLogDrainsDeliveryLogDrains2$inboundSchema),
78616
78640
  lazyType(() => GetAllLogDrainsDeliveryLogDrains3$inboundSchema),
78617
78641
  lazyType(() => GetAllLogDrainsDeliveryLogDrains4$inboundSchema)
78618
- ]).optional(),
78642
+ ]),
78619
78643
  sampling: arrayType(lazyType(() => GetAllLogDrainsDrainsSampling$inboundSchema)).optional(),
78620
78644
  teamId: nullableType(stringType()).optional(),
78621
78645
  status: GetAllLogDrainsDrainsLogDrainsStatus$inboundSchema.optional(),
@@ -78640,13 +78664,13 @@ var init_getalllogdrainsop = __esm(() => {
78640
78664
  createdAt: numberType(),
78641
78665
  updatedAt: numberType(),
78642
78666
  projectIds: arrayType(stringType()).optional(),
78643
- schemas: lazyType(() => GetAllLogDrainsDrainsSchemas$outboundSchema).optional(),
78667
+ schemas: lazyType(() => GetAllLogDrainsDrainsSchemas$outboundSchema),
78644
78668
  delivery: unionType([
78645
78669
  lazyType(() => GetAllLogDrainsDeliveryLogDrains1$outboundSchema),
78646
78670
  lazyType(() => GetAllLogDrainsDeliveryLogDrains2$outboundSchema),
78647
78671
  lazyType(() => GetAllLogDrainsDeliveryLogDrains3$outboundSchema),
78648
78672
  lazyType(() => GetAllLogDrainsDeliveryLogDrains4$outboundSchema)
78649
- ]).optional(),
78673
+ ]),
78650
78674
  sampling: arrayType(lazyType(() => GetAllLogDrainsDrainsSampling$outboundSchema)).optional(),
78651
78675
  teamId: nullableType(stringType()).optional(),
78652
78676
  status: GetAllLogDrainsDrainsLogDrainsStatus$outboundSchema.optional(),
@@ -80920,6 +80944,8 @@ var init_getinvoiceop = __esm(() => {
80920
80944
  invoiceNumber: stringType().optional(),
80921
80945
  invoiceDate: stringType(),
80922
80946
  period: lazyType(() => GetInvoicePeriod$inboundSchema),
80947
+ paidAt: stringType().optional(),
80948
+ refundedAt: stringType().optional(),
80923
80949
  memo: stringType().optional(),
80924
80950
  items: arrayType(lazyType(() => GetInvoiceItems$inboundSchema)),
80925
80951
  discounts: arrayType(lazyType(() => GetInvoiceDiscounts$inboundSchema)).optional(),
@@ -80937,6 +80963,8 @@ var init_getinvoiceop = __esm(() => {
80937
80963
  invoiceNumber: stringType().optional(),
80938
80964
  invoiceDate: stringType(),
80939
80965
  period: lazyType(() => GetInvoicePeriod$outboundSchema),
80966
+ paidAt: stringType().optional(),
80967
+ refundedAt: stringType().optional(),
80940
80968
  memo: stringType().optional(),
80941
80969
  items: arrayType(lazyType(() => GetInvoiceItems$outboundSchema)),
80942
80970
  discounts: arrayType(lazyType(() => GetInvoiceDiscounts$outboundSchema)).optional(),
@@ -86300,6 +86328,7 @@ var init_createprojectop = __esm(() => {
86300
86328
  accessGroup: arrayType(ACLAction$inboundSchema).optional(),
86301
86329
  agent: arrayType(ACLAction$inboundSchema).optional(),
86302
86330
  alerts: arrayType(ACLAction$inboundSchema).optional(),
86331
+ alertRules: arrayType(ACLAction$inboundSchema).optional(),
86303
86332
  aliasGlobal: arrayType(ACLAction$inboundSchema).optional(),
86304
86333
  analyticsSampling: arrayType(ACLAction$inboundSchema).optional(),
86305
86334
  analyticsUsage: arrayType(ACLAction$inboundSchema).optional(),
@@ -86527,6 +86556,7 @@ var init_createprojectop = __esm(() => {
86527
86556
  accessGroup: arrayType(ACLAction$outboundSchema).optional(),
86528
86557
  agent: arrayType(ACLAction$outboundSchema).optional(),
86529
86558
  alerts: arrayType(ACLAction$outboundSchema).optional(),
86559
+ alertRules: arrayType(ACLAction$outboundSchema).optional(),
86530
86560
  aliasGlobal: arrayType(ACLAction$outboundSchema).optional(),
86531
86561
  analyticsSampling: arrayType(ACLAction$outboundSchema).optional(),
86532
86562
  analyticsUsage: arrayType(ACLAction$outboundSchema).optional(),
@@ -93776,6 +93806,7 @@ var init_getprojectsop = __esm(() => {
93776
93806
  accessGroup: arrayType(ACLAction$inboundSchema).optional(),
93777
93807
  agent: arrayType(ACLAction$inboundSchema).optional(),
93778
93808
  alerts: arrayType(ACLAction$inboundSchema).optional(),
93809
+ alertRules: arrayType(ACLAction$inboundSchema).optional(),
93779
93810
  aliasGlobal: arrayType(ACLAction$inboundSchema).optional(),
93780
93811
  analyticsSampling: arrayType(ACLAction$inboundSchema).optional(),
93781
93812
  analyticsUsage: arrayType(ACLAction$inboundSchema).optional(),
@@ -94003,6 +94034,7 @@ var init_getprojectsop = __esm(() => {
94003
94034
  accessGroup: arrayType(ACLAction$outboundSchema).optional(),
94004
94035
  agent: arrayType(ACLAction$outboundSchema).optional(),
94005
94036
  alerts: arrayType(ACLAction$outboundSchema).optional(),
94037
+ alertRules: arrayType(ACLAction$outboundSchema).optional(),
94006
94038
  aliasGlobal: arrayType(ACLAction$outboundSchema).optional(),
94007
94039
  analyticsSampling: arrayType(ACLAction$outboundSchema).optional(),
94008
94040
  analyticsUsage: arrayType(ACLAction$outboundSchema).optional(),
@@ -98960,6 +98992,7 @@ var init_updateprojectop = __esm(() => {
98960
98992
  accessGroup: arrayType(ACLAction$inboundSchema).optional(),
98961
98993
  agent: arrayType(ACLAction$inboundSchema).optional(),
98962
98994
  alerts: arrayType(ACLAction$inboundSchema).optional(),
98995
+ alertRules: arrayType(ACLAction$inboundSchema).optional(),
98963
98996
  aliasGlobal: arrayType(ACLAction$inboundSchema).optional(),
98964
98997
  analyticsSampling: arrayType(ACLAction$inboundSchema).optional(),
98965
98998
  analyticsUsage: arrayType(ACLAction$inboundSchema).optional(),
@@ -99187,6 +99220,7 @@ var init_updateprojectop = __esm(() => {
99187
99220
  accessGroup: arrayType(ACLAction$outboundSchema).optional(),
99188
99221
  agent: arrayType(ACLAction$outboundSchema).optional(),
99189
99222
  alerts: arrayType(ACLAction$outboundSchema).optional(),
99223
+ alertRules: arrayType(ACLAction$outboundSchema).optional(),
99190
99224
  aliasGlobal: arrayType(ACLAction$outboundSchema).optional(),
99191
99225
  analyticsSampling: arrayType(ACLAction$outboundSchema).optional(),
99192
99226
  analyticsUsage: arrayType(ACLAction$outboundSchema).optional(),
@@ -101905,6 +101939,7 @@ var init_updateprojectdatacacheop = __esm(() => {
101905
101939
  accessGroup: arrayType(ACLAction$inboundSchema).optional(),
101906
101940
  agent: arrayType(ACLAction$inboundSchema).optional(),
101907
101941
  alerts: arrayType(ACLAction$inboundSchema).optional(),
101942
+ alertRules: arrayType(ACLAction$inboundSchema).optional(),
101908
101943
  aliasGlobal: arrayType(ACLAction$inboundSchema).optional(),
101909
101944
  analyticsSampling: arrayType(ACLAction$inboundSchema).optional(),
101910
101945
  analyticsUsage: arrayType(ACLAction$inboundSchema).optional(),
@@ -102132,6 +102167,7 @@ var init_updateprojectdatacacheop = __esm(() => {
102132
102167
  accessGroup: arrayType(ACLAction$outboundSchema).optional(),
102133
102168
  agent: arrayType(ACLAction$outboundSchema).optional(),
102134
102169
  alerts: arrayType(ACLAction$outboundSchema).optional(),
102170
+ alertRules: arrayType(ACLAction$outboundSchema).optional(),
102135
102171
  aliasGlobal: arrayType(ACLAction$outboundSchema).optional(),
102136
102172
  analyticsSampling: arrayType(ACLAction$outboundSchema).optional(),
102137
102173
  analyticsUsage: arrayType(ACLAction$outboundSchema).optional(),
@@ -112829,7 +112865,7 @@ Retrieves information related to the currently authenticated User.`,
112829
112865
  });
112830
112866
 
112831
112867
  // src/models/userevent.ts
112832
- var UserEventType, UserEventPrincipalType, PrincipalType, UserEventViaType, ViaType, GrantType, AuthMethod, Method, UserEventPayload170Type, UserEventPayload170BeforeType, UserEventPayload170AfterType, UserEventPayload170AfterResourcesType, UserEventPayload169Type, UserEventPayload169ResourcesType, NextScopes, NextPermissions, PayloadUserPermissionSet, PayloadScopes, Permissions, UserPermissionSet, Tier, UserEventPayload157Action, UserEventPayload151Role, UserEventPayload150Role, PayloadPreviousRole, UserEventPayload149Role, UserEventPayloadRole, PayloadRole, PreviousPlan, NewPlan, StoreType, UserEventPayloadType, UserEventPayload116Type, PayloadPricingPlan, UserEventPayload115Type, PricingPlan, UserEventPayload114Type, UserEventPayloadPricingPlan, PayloadReasonCode, ReasonCode, EnvId2, UserEventEnvId2, UserEventPayload93Action, TrustedIps, OldTrustedIps, PasswordProtection2, PasswordProtectionDeploymentType, OldPasswordProtection2, OldPasswordProtectionDeploymentType, SsoProtection2, DeploymentType, OldSsoProtection2, OldSsoProtectionDeploymentType, UserEventPayload84Role, PayloadOrigin, PayloadName, UserEventPayloadName, UserEventPayload72Action, Plan, CredentialsType, PayloadImportFlowGitProvider, UserEventPayload72Configuration, PayloadPurchaseType, PayloadViewPreference, PayloadFavoritesViewPreference, PayloadRecentsViewPreference, UserEventPayload72Name, PayloadReason, PayloadBlockedDueToOverageType, UserEventPayload72Role, PayloadTeamRoles, PayloadTeamPermissions, UserEventPayloadOrigin, UserEventPayload72Type, PayloadEnablePreviewFeedback, BlockReason, PayloadBlockReason, BlockType, UserEventPayloadBlockReason, PayloadBlockType, UserEventPayload72BlockReason, UserEventPayload72NewOwnerBlockReason, UserEventPayload72NewOwnerFeatureBlocksBlockReason, UserEventPayload72NewOwnerFeatureBlocksBlobBlockReason, OverageReason, UserEventPayload72NewOwnerFeatureBlocksPostgresBlockReason, PayloadOverageReason, UserEventPayload72NewOwnerFeatureBlocksRedisBlockReason, UserEventPayloadOverageReason, UserEventPayload72NewOwnerFeatureBlocksMicrofrontendsRequestBlockReason, Version, UserEventPayload69Action, UserEventPayload68Action, UserEventPayload64OldEnvVarType, UserEventPayloadTarget, UserEventPayload64Type, UserEventPayload64Target, OldTarget, NewTarget, PayloadType, PayloadTarget, UserEventPayload14Action, NextRole, PreviousRole, UserEventPayloadAction, PayloadAction, Action, UserEventType$inboundSchema, UserEventType$outboundSchema, Entities$inboundSchema, Entities$outboundSchema, User$inboundSchema, User$outboundSchema, UserEventPrincipalType$inboundSchema, UserEventPrincipalType$outboundSchema, Two$inboundSchema, Two$outboundSchema, PrincipalType$inboundSchema, PrincipalType$outboundSchema, One$inboundSchema, One$outboundSchema, Principal$inboundSchema, Principal$outboundSchema, UserEventViaType$inboundSchema, UserEventViaType$outboundSchema, Via2$inboundSchema, Via2$outboundSchema, ViaType$inboundSchema, ViaType$outboundSchema, Via1$inboundSchema, Via1$outboundSchema, Via$inboundSchema, Via$outboundSchema, GrantType$inboundSchema, GrantType$outboundSchema, AuthMethod$inboundSchema, AuthMethod$outboundSchema, Method$inboundSchema, Method$outboundSchema, ClientAuthenticationUsed$inboundSchema, ClientAuthenticationUsed$outboundSchema, PayloadApp$inboundSchema, PayloadApp$outboundSchema, OneHundredAndSeventyFive$inboundSchema, OneHundredAndSeventyFive$outboundSchema, UserEventPayload174Team$inboundSchema, UserEventPayload174Team$outboundSchema, UserEventPayload174Configuration$inboundSchema, UserEventPayload174Configuration$outboundSchema, UserEventPayloadPeering$inboundSchema, UserEventPayloadPeering$outboundSchema, OneHundredAndSeventyFour$inboundSchema, OneHundredAndSeventyFour$outboundSchema, UserEventPayload173Team$inboundSchema, UserEventPayload173Team$outboundSchema, UserEventPayload173Configuration$inboundSchema, UserEventPayload173Configuration$outboundSchema, PayloadPeering$inboundSchema, PayloadPeering$outboundSchema, OneHundredAndSeventyThree$inboundSchema, OneHundredAndSeventyThree$outboundSchema, UserEventPayload172Team$inboundSchema, UserEventPayload172Team$outboundSchema, UserEventPayload172Configuration$inboundSchema, UserEventPayload172Configuration$outboundSchema, Peering$inboundSchema, Peering$outboundSchema, OneHundredAndSeventyTwo$inboundSchema, OneHundredAndSeventyTwo$outboundSchema, App$inboundSchema, App$outboundSchema, OneHundredAndSeventyOne$inboundSchema, OneHundredAndSeventyOne$outboundSchema, UserEventPayload170Type$inboundSchema, UserEventPayload170Type$outboundSchema, UserEventPayload170BeforeType$inboundSchema, UserEventPayload170BeforeType$outboundSchema, PayloadItems$inboundSchema, PayloadItems$outboundSchema, PayloadProjectIds$inboundSchema, PayloadProjectIds$outboundSchema, PayloadResources$inboundSchema, PayloadResources$outboundSchema, Before$inboundSchema, Before$outboundSchema, UserEventPayload170AfterType$inboundSchema, UserEventPayload170AfterType$outboundSchema, UserEventPayload170AfterResourcesType$inboundSchema, UserEventPayload170AfterResourcesType$outboundSchema, UserEventPayloadItems$inboundSchema, UserEventPayloadItems$outboundSchema, UserEventPayloadProjectIds$inboundSchema, UserEventPayloadProjectIds$outboundSchema, UserEventPayloadResources$inboundSchema, UserEventPayloadResources$outboundSchema, After$inboundSchema, After$outboundSchema, OneHundredAndSeventy$inboundSchema, OneHundredAndSeventy$outboundSchema, UserEventPayload169Type$inboundSchema, UserEventPayload169Type$outboundSchema, UserEventPayload169ResourcesType$inboundSchema, UserEventPayload169ResourcesType$outboundSchema, Items$inboundSchema, Items$outboundSchema, ProjectIds$inboundSchema, ProjectIds$outboundSchema, Resources$inboundSchema, Resources$outboundSchema, OneHundredAndSixtyNine$inboundSchema, OneHundredAndSixtyNine$outboundSchema, OneHundredAndSixtyEight$inboundSchema, OneHundredAndSixtyEight$outboundSchema, OneHundredAndSixtySeven$inboundSchema, OneHundredAndSixtySeven$outboundSchema, NextScopes$inboundSchema, NextScopes$outboundSchema, NextPermissions$inboundSchema, NextPermissions$outboundSchema, PayloadUserPermissionSet$inboundSchema, PayloadUserPermissionSet$outboundSchema, NextAcceptedPermissionSets$inboundSchema, NextAcceptedPermissionSets$outboundSchema, OneHundredAndSixtySix$inboundSchema, OneHundredAndSixtySix$outboundSchema, PayloadScopes$inboundSchema, PayloadScopes$outboundSchema, Permissions$inboundSchema, Permissions$outboundSchema, UserPermissionSet$inboundSchema, UserPermissionSet$outboundSchema, AcceptedPermissionSets$inboundSchema, AcceptedPermissionSets$outboundSchema, OneHundredAndSixtyFive$inboundSchema, OneHundredAndSixtyFive$outboundSchema, OneHundredAndSixtyFour$inboundSchema, OneHundredAndSixtyFour$outboundSchema, Tier$inboundSchema, Tier$outboundSchema, OneHundredAndSixtyThree$inboundSchema, OneHundredAndSixtyThree$outboundSchema, ProjectWebAnalytics$inboundSchema, ProjectWebAnalytics$outboundSchema, PrevProjectWebAnalytics$inboundSchema, PrevProjectWebAnalytics$outboundSchema, OneHundredAndSixtyTwo$inboundSchema, OneHundredAndSixtyTwo$outboundSchema, Microfrontends3$inboundSchema, Microfrontends3$outboundSchema, Microfrontends2$inboundSchema, Microfrontends2$outboundSchema, Microfrontends1$inboundSchema, Microfrontends1$outboundSchema, Microfrontends$inboundSchema, Microfrontends$outboundSchema, UserEventPayload161Project$inboundSchema, UserEventPayload161Project$outboundSchema, UserEventMicrofrontends3$inboundSchema, UserEventMicrofrontends3$outboundSchema, UserEventMicrofrontends2$inboundSchema, UserEventMicrofrontends2$outboundSchema, UserEventMicrofrontends1$inboundSchema, UserEventMicrofrontends1$outboundSchema, PayloadMicrofrontends$inboundSchema, PayloadMicrofrontends$outboundSchema, UserEventPayload161PrevProject$inboundSchema, UserEventPayload161PrevProject$outboundSchema, PayloadPrev$inboundSchema, PayloadPrev$outboundSchema, PayloadGroup$inboundSchema, PayloadGroup$outboundSchema, OneHundredAndSixtyOne$inboundSchema, OneHundredAndSixtyOne$outboundSchema, UserEventPayload160Project$inboundSchema, UserEventPayload160Project$outboundSchema, Group$inboundSchema, Group$outboundSchema, OneHundredAndSixty$inboundSchema, OneHundredAndSixty$outboundSchema, Prev$inboundSchema, Prev$outboundSchema, OneHundredAndFiftyNine$inboundSchema, OneHundredAndFiftyNine$outboundSchema, OneHundredAndFiftyEight$inboundSchema, OneHundredAndFiftyEight$outboundSchema, UserEventPayload157Action$inboundSchema, UserEventPayload157Action$outboundSchema, OneHundredAndFiftySeven$inboundSchema, OneHundredAndFiftySeven$outboundSchema, OneHundredAndFiftySix$inboundSchema, OneHundredAndFiftySix$outboundSchema, OneHundredAndFiftyFive$inboundSchema, OneHundredAndFiftyFive$outboundSchema, OneHundredAndFiftyFour$inboundSchema, OneHundredAndFiftyFour$outboundSchema, OneHundredAndFiftyThree$inboundSchema, OneHundredAndFiftyThree$outboundSchema, OneHundredAndFiftyTwo$inboundSchema, OneHundredAndFiftyTwo$outboundSchema, UserEventPayload151Role$inboundSchema, UserEventPayload151Role$outboundSchema, UserEventPayload151Project$inboundSchema, UserEventPayload151Project$outboundSchema, OneHundredAndFiftyOne$inboundSchema, OneHundredAndFiftyOne$outboundSchema, UserEventPayload150Project$inboundSchema, UserEventPayload150Project$outboundSchema, UserEventPayload150Role$inboundSchema, UserEventPayload150Role$outboundSchema, PayloadPreviousRole$inboundSchema, PayloadPreviousRole$outboundSchema, PayloadProjectMembership$inboundSchema, PayloadProjectMembership$outboundSchema, OneHundredAndFifty$inboundSchema, OneHundredAndFifty$outboundSchema, UserEventPayload149Project$inboundSchema, UserEventPayload149Project$outboundSchema, UserEventPayload149Role$inboundSchema, UserEventPayload149Role$outboundSchema, RemovedMembership$inboundSchema, RemovedMembership$outboundSchema, OneHundredAndFortyNine$inboundSchema, OneHundredAndFortyNine$outboundSchema, UserEventPayload148Project$inboundSchema, UserEventPayload148Project$outboundSchema, UserEventPayloadRole$inboundSchema, UserEventPayloadRole$outboundSchema, ProjectMembership$inboundSchema, ProjectMembership$outboundSchema, OneHundredAndFortyEight$inboundSchema, OneHundredAndFortyEight$outboundSchema, OneHundredAndFortySeven$inboundSchema, OneHundredAndFortySeven$outboundSchema, OneHundredAndFortySix$inboundSchema, OneHundredAndFortySix$outboundSchema, OneHundredAndFortyFive$inboundSchema, OneHundredAndFortyFive$outboundSchema, OneHundredAndFortyFour$inboundSchema, OneHundredAndFortyFour$outboundSchema, OneHundredAndFortyThree$inboundSchema, OneHundredAndFortyThree$outboundSchema, OneHundredAndFortyTwo$inboundSchema, OneHundredAndFortyTwo$outboundSchema, OneHundredAndFortyOne$inboundSchema, OneHundredAndFortyOne$outboundSchema, OneHundredAndForty$inboundSchema, OneHundredAndForty$outboundSchema, OneHundredAndThirtyNine$inboundSchema, OneHundredAndThirtyNine$outboundSchema, OneHundredAndThirtyEight$inboundSchema, OneHundredAndThirtyEight$outboundSchema, OneHundredAndThirtySeven$inboundSchema, OneHundredAndThirtySeven$outboundSchema, OneHundredAndThirtySix$inboundSchema, OneHundredAndThirtySix$outboundSchema, OneHundredAndThirtyFive$inboundSchema, OneHundredAndThirtyFive$outboundSchema, OneHundredAndThirtyFour$inboundSchema, OneHundredAndThirtyFour$outboundSchema, PayloadPrevious$inboundSchema, PayloadPrevious$outboundSchema, PayloadNext$inboundSchema, PayloadNext$outboundSchema, OneHundredAndThirtyThree$inboundSchema, OneHundredAndThirtyThree$outboundSchema, PayloadRemoteCaching$inboundSchema, PayloadRemoteCaching$outboundSchema, OneHundredAndThirtyTwo$inboundSchema, OneHundredAndThirtyTwo$outboundSchema, OneHundredAndThirtyOne$inboundSchema, OneHundredAndThirtyOne$outboundSchema, OneHundredAndThirty$inboundSchema, OneHundredAndThirty$outboundSchema, OneHundredAndTwentyNine$inboundSchema, OneHundredAndTwentyNine$outboundSchema, UserEventPayload128User$inboundSchema, UserEventPayload128User$outboundSchema, OneHundredAndTwentyEight$inboundSchema, OneHundredAndTwentyEight$outboundSchema, UserEventPayloadUser$inboundSchema, UserEventPayloadUser$outboundSchema, OneHundredAndTwentySeven$inboundSchema, OneHundredAndTwentySeven$outboundSchema, UpdatedUser$inboundSchema, UpdatedUser$outboundSchema, OneHundredAndTwentySix$inboundSchema, OneHundredAndTwentySix$outboundSchema, OneHundredAndTwentyFive$inboundSchema, OneHundredAndTwentyFive$outboundSchema, DeletedUser$inboundSchema, DeletedUser$outboundSchema, PayloadRole$inboundSchema, PayloadRole$outboundSchema, PreviousPlan$inboundSchema, PreviousPlan$outboundSchema, NewPlan$inboundSchema, NewPlan$outboundSchema, OneHundredAndTwentyFour$inboundSchema, OneHundredAndTwentyFour$outboundSchema, InvitedUser$inboundSchema, InvitedUser$outboundSchema, OneHundredAndTwentyThree$inboundSchema, OneHundredAndTwentyThree$outboundSchema, Reasons$inboundSchema, Reasons$outboundSchema, OneHundredAndTwentyTwo$inboundSchema, OneHundredAndTwentyTwo$outboundSchema, OneHundredAndTwentyOne$inboundSchema, OneHundredAndTwentyOne$outboundSchema, Store$inboundSchema, Store$outboundSchema, OneHundredAndTwenty$inboundSchema, OneHundredAndTwenty$outboundSchema, StoreType$inboundSchema, StoreType$outboundSchema, OneHundredAndNineteen$inboundSchema, OneHundredAndNineteen$outboundSchema, UserEventPayloadType$inboundSchema, UserEventPayloadType$outboundSchema, OneHundredAndEighteen$inboundSchema, OneHundredAndEighteen$outboundSchema, OneHundredAndSeventeen$inboundSchema, OneHundredAndSeventeen$outboundSchema, UserEventPayload116Type$inboundSchema, UserEventPayload116Type$outboundSchema, PayloadPricingPlan$inboundSchema, PayloadPricingPlan$outboundSchema, UserEventPayloadBudget$inboundSchema, UserEventPayloadBudget$outboundSchema, OneHundredAndSixteen$inboundSchema, OneHundredAndSixteen$outboundSchema, UserEventPayload115Type$inboundSchema, UserEventPayload115Type$outboundSchema, PricingPlan$inboundSchema, PricingPlan$outboundSchema, PayloadBudget$inboundSchema, PayloadBudget$outboundSchema, OneHundredAndFifteen$inboundSchema, OneHundredAndFifteen$outboundSchema, UserEventPayload114Type$inboundSchema, UserEventPayload114Type$outboundSchema, UserEventPayloadPricingPlan$inboundSchema, UserEventPayloadPricingPlan$outboundSchema, BudgetItem$inboundSchema, BudgetItem$outboundSchema, Budget$inboundSchema, Budget$outboundSchema, OneHundredAndFourteen$inboundSchema, OneHundredAndFourteen$outboundSchema, ScalingRules$inboundSchema, ScalingRules$outboundSchema, OneHundredAndThirteen$inboundSchema, OneHundredAndThirteen$outboundSchema, OneHundredAndTwelve$inboundSchema, OneHundredAndTwelve$outboundSchema, OneHundredAndEleven$inboundSchema, OneHundredAndEleven$outboundSchema, Name2$inboundSchema, Name2$outboundSchema, Name$inboundSchema, Name$outboundSchema, OneHundredAndTen$inboundSchema, OneHundredAndTen$outboundSchema, UserEventPayload109Team$inboundSchema, UserEventPayload109Team$outboundSchema, PayloadPreviousRule$inboundSchema, PayloadPreviousRule$outboundSchema, OneHundredAndNine$inboundSchema, OneHundredAndNine$outboundSchema, UserEventPayload108Team$inboundSchema, UserEventPayload108Team$outboundSchema, PreviousRule$inboundSchema, PreviousRule$outboundSchema, NextRule$inboundSchema, NextRule$outboundSchema, OneHundredAndEight$inboundSchema, OneHundredAndEight$outboundSchema, OneHundredAndSeven$inboundSchema, OneHundredAndSeven$outboundSchema, OneHundredAndSix$inboundSchema, OneHundredAndSix$outboundSchema, OneHundredAndFive$inboundSchema, OneHundredAndFive$outboundSchema, OneHundredAndFour$inboundSchema, OneHundredAndFour$outboundSchema, OneHundredAndThree$inboundSchema, OneHundredAndThree$outboundSchema, OneHundredAndTwo$inboundSchema, OneHundredAndTwo$outboundSchema, OneHundredAndOne$inboundSchema, OneHundredAndOne$outboundSchema, OneHundred$inboundSchema, OneHundred$outboundSchema, StaticIps$inboundSchema, StaticIps$outboundSchema, UserEventPayload99Project$inboundSchema, UserEventPayload99Project$outboundSchema, Next$inboundSchema, Next$outboundSchema, PayloadStaticIps$inboundSchema, PayloadStaticIps$outboundSchema, UserEventPayload99PreviousProject$inboundSchema, UserEventPayload99PreviousProject$outboundSchema, Previous$inboundSchema, Previous$outboundSchema, NinetyNine$inboundSchema, NinetyNine$outboundSchema, NinetyEight$inboundSchema, NinetyEight$outboundSchema, PayloadReasonCode$inboundSchema, PayloadReasonCode$outboundSchema, NinetySeven$inboundSchema, NinetySeven$outboundSchema, ReasonCode$inboundSchema, ReasonCode$outboundSchema, NinetySix$inboundSchema, NinetySix$outboundSchema, UserEventPayload95Team$inboundSchema, UserEventPayload95Team$outboundSchema, EnvId2$inboundSchema, EnvId2$outboundSchema, EnvId$inboundSchema, EnvId$outboundSchema, Aws$inboundSchema, Aws$outboundSchema, OldConnectConfigurations$inboundSchema, OldConnectConfigurations$outboundSchema, UserEventEnvId2$inboundSchema, UserEventEnvId2$outboundSchema, PayloadEnvId$inboundSchema, PayloadEnvId$outboundSchema, PayloadAws$inboundSchema, PayloadAws$outboundSchema, NewConnectConfigurations$inboundSchema, NewConnectConfigurations$outboundSchema, UserEventPayload95Project$inboundSchema, UserEventPayload95Project$outboundSchema, NinetyFive$inboundSchema, NinetyFive$outboundSchema, NinetyFour$inboundSchema, NinetyFour$outboundSchema, UserEventPayload93Action$inboundSchema, UserEventPayload93Action$outboundSchema, NinetyThree$inboundSchema, NinetyThree$outboundSchema, Paths$inboundSchema, Paths$outboundSchema, OptionsAllowlist$inboundSchema, OptionsAllowlist$outboundSchema, PayloadPaths$inboundSchema, PayloadPaths$outboundSchema, OldOptionsAllowlist$inboundSchema, OldOptionsAllowlist$outboundSchema, NinetyTwo$inboundSchema, NinetyTwo$outboundSchema, TrustedIps$inboundSchema, TrustedIps$outboundSchema, OldTrustedIps$inboundSchema, OldTrustedIps$outboundSchema, NinetyOne$inboundSchema, NinetyOne$outboundSchema, PasswordProtection2$inboundSchema, PasswordProtection2$outboundSchema, PasswordProtectionDeploymentType$inboundSchema, PasswordProtectionDeploymentType$outboundSchema, PasswordProtection1$inboundSchema, PasswordProtection1$outboundSchema, PayloadPasswordProtection$inboundSchema, PayloadPasswordProtection$outboundSchema, OldPasswordProtection2$inboundSchema, OldPasswordProtection2$outboundSchema, OldPasswordProtectionDeploymentType$inboundSchema, OldPasswordProtectionDeploymentType$outboundSchema, OldPasswordProtection1$inboundSchema, OldPasswordProtection1$outboundSchema, OldPasswordProtection$inboundSchema, OldPasswordProtection$outboundSchema, Ninety$inboundSchema, Ninety$outboundSchema, SsoProtection2$inboundSchema, SsoProtection2$outboundSchema, DeploymentType$inboundSchema, DeploymentType$outboundSchema, SsoProtection1$inboundSchema, SsoProtection1$outboundSchema, PayloadSsoProtection$inboundSchema, PayloadSsoProtection$outboundSchema, OldSsoProtection2$inboundSchema, OldSsoProtection2$outboundSchema, OldSsoProtectionDeploymentType$inboundSchema, OldSsoProtectionDeploymentType$outboundSchema, OldSsoProtection1$inboundSchema, OldSsoProtection1$outboundSchema, OldSsoProtection$inboundSchema, OldSsoProtection$outboundSchema, EightyNine$inboundSchema, EightyNine$outboundSchema, EightyEight$inboundSchema, EightyEight$outboundSchema, EightySeven$inboundSchema, EightySeven$outboundSchema, ProjectAnalytics$inboundSchema, ProjectAnalytics$outboundSchema, PrevProjectAnalytics$inboundSchema, PrevProjectAnalytics$outboundSchema, EightySix$inboundSchema, EightySix$outboundSchema, EightyFive$inboundSchema, EightyFive$outboundSchema, UserEventPayload84Role$inboundSchema, UserEventPayload84Role$outboundSchema, PayloadOrigin$inboundSchema, PayloadOrigin$outboundSchema, PayloadGitUserId$inboundSchema, PayloadGitUserId$outboundSchema, PayloadJoinedFrom$inboundSchema, PayloadJoinedFrom$outboundSchema, RemovedUsers$inboundSchema, RemovedUsers$outboundSchema, EightyFour$inboundSchema, EightyFour$outboundSchema, EightyThree$inboundSchema, EightyThree$outboundSchema, EightyTwo$inboundSchema, EightyTwo$outboundSchema, EightyOne$inboundSchema, EightyOne$outboundSchema, Eighty$inboundSchema, Eighty$outboundSchema, SeventyNine$inboundSchema, SeventyNine$outboundSchema, PayloadName$inboundSchema, PayloadName$outboundSchema, Browser$inboundSchema, Browser$outboundSchema, UserEventPayloadName$inboundSchema, UserEventPayloadName$outboundSchema, Os$inboundSchema, Os$outboundSchema, UserAgent$inboundSchema, UserAgent$outboundSchema, Names$inboundSchema, Names$outboundSchema, City$inboundSchema, City$outboundSchema, PayloadNames$inboundSchema, PayloadNames$outboundSchema, Country$inboundSchema, Country$outboundSchema, UserEventPayloadNames$inboundSchema, UserEventPayloadNames$outboundSchema, MostSpecificSubdivision$inboundSchema, MostSpecificSubdivision$outboundSchema, Geolocation$inboundSchema, Geolocation$outboundSchema, SeventyEight$inboundSchema, SeventyEight$outboundSchema, SeventySeven$inboundSchema, SeventySeven$outboundSchema, SeventySix$inboundSchema, SeventySix$outboundSchema, SeventyFive$inboundSchema, SeventyFive$outboundSchema, SeventyFour$inboundSchema, SeventyFour$outboundSchema, Configurations$inboundSchema, Configurations$outboundSchema, SeventyThree$inboundSchema, SeventyThree$outboundSchema, UserEventPayload72Action$inboundSchema, UserEventPayload72Action$outboundSchema, BlockHistory$inboundSchema, BlockHistory$outboundSchema, History$inboundSchema, History$outboundSchema, Abuse$inboundSchema, Abuse$outboundSchema, Plan$inboundSchema, Plan$outboundSchema, PayloadBilling$inboundSchema, PayloadBilling$outboundSchema, Credentials2$inboundSchema, Credentials2$outboundSchema, CredentialsType$inboundSchema, CredentialsType$outboundSchema, Credentials1$inboundSchema, Credentials1$outboundSchema, Credentials$inboundSchema, Credentials$outboundSchema, PayloadDataCache$inboundSchema, PayloadDataCache$outboundSchema, PayloadDismissals$inboundSchema, PayloadDismissals$outboundSchema, PayloadDismissedToasts$inboundSchema, PayloadDismissedToasts$outboundSchema, PayloadFavoriteProjectsAndSpaces$inboundSchema, PayloadFavoriteProjectsAndSpaces$outboundSchema, PayloadImportFlowGitNamespace$inboundSchema, PayloadImportFlowGitNamespace$outboundSchema, PayloadImportFlowGitNamespaceId$inboundSchema, PayloadImportFlowGitNamespaceId$outboundSchema, PayloadImportFlowGitProvider$inboundSchema, PayloadImportFlowGitProvider$outboundSchema, PayloadGitNamespaceId$inboundSchema, PayloadGitNamespaceId$outboundSchema, PayloadPreferredScopesAndGitNamespaces$inboundSchema, PayloadPreferredScopesAndGitNamespaces$outboundSchema, PreventAutoBlocking$inboundSchema, PreventAutoBlocking$outboundSchema, UserEventPayloadRemoteCaching$inboundSchema, UserEventPayloadRemoteCaching$outboundSchema, PayloadBuildEntitlements$inboundSchema, PayloadBuildEntitlements$outboundSchema, UserEventPayload72Configuration$inboundSchema, UserEventPayload72Configuration$outboundSchema, PayloadBuildQueue$inboundSchema, PayloadBuildQueue$outboundSchema, PayloadPurchaseType$inboundSchema, PayloadPurchaseType$outboundSchema, PayloadBuildMachine$inboundSchema, PayloadBuildMachine$outboundSchema, PayloadSecurity$inboundSchema, PayloadSecurity$outboundSchema, PayloadResourceConfig$inboundSchema, PayloadResourceConfig$outboundSchema, ResourceLimits$inboundSchema, ResourceLimits$outboundSchema, PayloadViewPreference$inboundSchema, PayloadViewPreference$outboundSchema, PayloadFavoritesViewPreference$inboundSchema, PayloadFavoritesViewPreference$outboundSchema, PayloadRecentsViewPreference$inboundSchema, PayloadRecentsViewPreference$outboundSchema, PayloadActiveDashboardViews$inboundSchema, PayloadActiveDashboardViews$outboundSchema, SecondaryEmails$inboundSchema, SecondaryEmails$outboundSchema, Rules$inboundSchema, Rules$outboundSchema, EmailNotifications$inboundSchema, EmailNotifications$outboundSchema, PayloadReasons$inboundSchema, PayloadReasons$outboundSchema, SiftScores$inboundSchema, SiftScores$outboundSchema, UserEventPayload72Name$inboundSchema, UserEventPayload72Name$outboundSchema, SiftRoute$inboundSchema, SiftRoute$outboundSchema, PayloadReason$inboundSchema, PayloadReason$outboundSchema, PayloadBlockedDueToOverageType$inboundSchema, PayloadBlockedDueToOverageType$outboundSchema, PayloadSoftBlock$inboundSchema, PayloadSoftBlock$outboundSchema, UserEventPayload72Role$inboundSchema, UserEventPayload72Role$outboundSchema, PayloadTeamRoles$inboundSchema, PayloadTeamRoles$outboundSchema, PayloadTeamPermissions$inboundSchema, PayloadTeamPermissions$outboundSchema, UserEventPayloadOrigin$inboundSchema, UserEventPayloadOrigin$outboundSchema, UserEventPayloadGitUserId$inboundSchema, UserEventPayloadGitUserId$outboundSchema, UserEventPayloadJoinedFrom$inboundSchema, UserEventPayloadJoinedFrom$outboundSchema, Teams$inboundSchema, Teams$outboundSchema, UserEventPayload72Type$inboundSchema, UserEventPayload72Type$outboundSchema, UsageAlerts$inboundSchema, UsageAlerts$outboundSchema, AnalyticsUsage$inboundSchema, AnalyticsUsage$outboundSchema, Artifacts$inboundSchema, Artifacts$outboundSchema, Bandwidth$inboundSchema, Bandwidth$outboundSchema, BlobTotalAdvancedRequests$inboundSchema, BlobTotalAdvancedRequests$outboundSchema, BlobTotalAvgSizeInBytes$inboundSchema, BlobTotalAvgSizeInBytes$outboundSchema, BlobTotalGetResponseObjectSizeInBytes$inboundSchema, BlobTotalGetResponseObjectSizeInBytes$outboundSchema, BlobTotalSimpleRequests$inboundSchema, BlobTotalSimpleRequests$outboundSchema, ConnectDataTransfer$inboundSchema, ConnectDataTransfer$outboundSchema, DataCacheRead$inboundSchema, DataCacheRead$outboundSchema, DataCacheWrite$inboundSchema, DataCacheWrite$outboundSchema, EdgeConfigRead$inboundSchema, EdgeConfigRead$outboundSchema, EdgeConfigWrite$inboundSchema, EdgeConfigWrite$outboundSchema, EdgeFunctionExecutionUnits$inboundSchema, EdgeFunctionExecutionUnits$outboundSchema, EdgeMiddlewareInvocations$inboundSchema, EdgeMiddlewareInvocations$outboundSchema, EdgeRequestAdditionalCpuDuration$inboundSchema, EdgeRequestAdditionalCpuDuration$outboundSchema, EdgeRequest$inboundSchema, EdgeRequest$outboundSchema, ElasticConcurrencyBuildSlots$inboundSchema, ElasticConcurrencyBuildSlots$outboundSchema, FastDataTransfer$inboundSchema, FastDataTransfer$outboundSchema, FastOriginTransfer$inboundSchema, FastOriginTransfer$outboundSchema, FluidCpuDuration$inboundSchema, FluidCpuDuration$outboundSchema, FluidDuration$inboundSchema, FluidDuration$outboundSchema, FunctionDuration$inboundSchema, FunctionDuration$outboundSchema, FunctionInvocation$inboundSchema, FunctionInvocation$outboundSchema, ImageOptimizationCacheRead$inboundSchema, ImageOptimizationCacheRead$outboundSchema, ImageOptimizationCacheWrite$inboundSchema, ImageOptimizationCacheWrite$outboundSchema, ImageOptimizationTransformation$inboundSchema, ImageOptimizationTransformation$outboundSchema, LogDrainsVolume$inboundSchema, LogDrainsVolume$outboundSchema, MonitoringMetric$inboundSchema, MonitoringMetric$outboundSchema, BlobDataTransfer$inboundSchema, BlobDataTransfer$outboundSchema, ObservabilityEvent$inboundSchema, ObservabilityEvent$outboundSchema, OnDemandConcurrencyMinutes$inboundSchema, OnDemandConcurrencyMinutes$outboundSchema, RuntimeCacheRead$inboundSchema, RuntimeCacheRead$outboundSchema, RuntimeCacheWrite$inboundSchema, RuntimeCacheWrite$outboundSchema, ServerlessFunctionExecution$inboundSchema, ServerlessFunctionExecution$outboundSchema, SourceImages$inboundSchema, SourceImages$outboundSchema, WafOwaspExcessBytes$inboundSchema, WafOwaspExcessBytes$outboundSchema, WafOwaspRequests$inboundSchema, WafOwaspRequests$outboundSchema, WafRateLimitRequest$inboundSchema, WafRateLimitRequest$outboundSchema, WebAnalyticsEvent$inboundSchema, WebAnalyticsEvent$outboundSchema, OverageUsageAlerts$inboundSchema, OverageUsageAlerts$outboundSchema, OverageMetadata$inboundSchema, OverageMetadata$outboundSchema, PayloadEnablePreviewFeedback$inboundSchema, PayloadEnablePreviewFeedback$outboundSchema, BlockReason$inboundSchema, BlockReason$outboundSchema, PayloadWebAnalytics$inboundSchema, PayloadWebAnalytics$outboundSchema, PayloadBlockReason$inboundSchema, PayloadBlockReason$outboundSchema, BlockType$inboundSchema, BlockType$outboundSchema, Monitoring$inboundSchema, Monitoring$outboundSchema, UserEventPayloadBlockReason$inboundSchema, UserEventPayloadBlockReason$outboundSchema, PayloadBlockType$inboundSchema, PayloadBlockType$outboundSchema, ObservabilityPlus$inboundSchema, ObservabilityPlus$outboundSchema, UserEventPayload72BlockReason$inboundSchema, UserEventPayload72BlockReason$outboundSchema, UserEventPayloadDataCache$inboundSchema, UserEventPayloadDataCache$outboundSchema, UserEventPayload72NewOwnerBlockReason$inboundSchema, UserEventPayload72NewOwnerBlockReason$outboundSchema, PayloadImageOptimizationTransformation$inboundSchema, PayloadImageOptimizationTransformation$outboundSchema, UserEventPayload72NewOwnerFeatureBlocksBlockReason$inboundSchema, UserEventPayload72NewOwnerFeatureBlocksBlockReason$outboundSchema, PayloadSourceImages$inboundSchema, PayloadSourceImages$outboundSchema, UserEventPayload72NewOwnerFeatureBlocksBlobBlockReason$inboundSchema, UserEventPayload72NewOwnerFeatureBlocksBlobBlockReason$outboundSchema, OverageReason$inboundSchema, OverageReason$outboundSchema, BlobT$inboundSchema, BlobT$outboundSchema, UserEventPayload72NewOwnerFeatureBlocksPostgresBlockReason$inboundSchema, UserEventPayload72NewOwnerFeatureBlocksPostgresBlockReason$outboundSchema, PayloadOverageReason$inboundSchema, PayloadOverageReason$outboundSchema, Postgres$inboundSchema, Postgres$outboundSchema, UserEventPayload72NewOwnerFeatureBlocksRedisBlockReason$inboundSchema, UserEventPayload72NewOwnerFeatureBlocksRedisBlockReason$outboundSchema, UserEventPayloadOverageReason$inboundSchema, UserEventPayloadOverageReason$outboundSchema, Redis$inboundSchema, Redis$outboundSchema, UserEventPayload72NewOwnerFeatureBlocksMicrofrontendsRequestBlockReason$inboundSchema, UserEventPayload72NewOwnerFeatureBlocksMicrofrontendsRequestBlockReason$outboundSchema, MicrofrontendsRequest$inboundSchema, MicrofrontendsRequest$outboundSchema, PayloadFeatureBlocks$inboundSchema, PayloadFeatureBlocks$outboundSchema, Version$inboundSchema, Version$outboundSchema, NorthstarMigration$inboundSchema, NorthstarMigration$outboundSchema, Totp$inboundSchema, Totp$outboundSchema, MfaConfiguration$inboundSchema, MfaConfiguration$outboundSchema, NewOwner$inboundSchema, NewOwner$outboundSchema, SeventyTwo$inboundSchema, SeventyTwo$outboundSchema, SeventyOne$inboundSchema, SeventyOne$outboundSchema, Seventy$inboundSchema, Seventy$outboundSchema, UserEventPayload69Action$inboundSchema, UserEventPayload69Action$outboundSchema, RuleGroups$inboundSchema, RuleGroups$outboundSchema, SixtyNine$inboundSchema, SixtyNine$outboundSchema, UserEventPayload68Action$inboundSchema, UserEventPayload68Action$outboundSchema, SixtyEight$inboundSchema, SixtyEight$outboundSchema, SixtySeven$inboundSchema, SixtySeven$outboundSchema, ConfigChanges$inboundSchema, ConfigChanges$outboundSchema, SixtySix$inboundSchema, SixtySix$outboundSchema, SixtyFive$inboundSchema, SixtyFive$outboundSchema, UserEventPayload64OldEnvVarType$inboundSchema, UserEventPayload64OldEnvVarType$outboundSchema, UserEventPayloadTarget$inboundSchema, UserEventPayloadTarget$outboundSchema, OldEnvVar$inboundSchema, OldEnvVar$outboundSchema, UserEventPayload64Type$inboundSchema, UserEventPayload64Type$outboundSchema, UserEventPayload64Target$inboundSchema, UserEventPayload64Target$outboundSchema, NewEnvVar$inboundSchema, NewEnvVar$outboundSchema, OldTarget$inboundSchema, OldTarget$outboundSchema, NewTarget$inboundSchema, NewTarget$outboundSchema, OldProjects$inboundSchema, OldProjects$outboundSchema, NewProjects$inboundSchema, NewProjects$outboundSchema, UpdateDiff$inboundSchema, UpdateDiff$outboundSchema, SixtyFour$inboundSchema, SixtyFour$outboundSchema, PayloadType$inboundSchema, PayloadType$outboundSchema, PayloadTarget$inboundSchema, PayloadTarget$outboundSchema, SixtyThree$inboundSchema, SixtyThree$outboundSchema, Target$inboundSchema, Target$outboundSchema, SixtyTwo$inboundSchema, SixtyTwo$outboundSchema, SixtyOne$inboundSchema, SixtyOne$outboundSchema, Sixty$inboundSchema, Sixty$outboundSchema, FiftyNine$inboundSchema, FiftyNine$outboundSchema, FiftyEight$inboundSchema, FiftyEight$outboundSchema, FiftySeven$inboundSchema, FiftySeven$outboundSchema, FiftySix$inboundSchema, FiftySix$outboundSchema, FiftyFive$inboundSchema, FiftyFive$outboundSchema, FiftyFour$inboundSchema, FiftyFour$outboundSchema, UserEventPayload53OldTeam$inboundSchema, UserEventPayload53OldTeam$outboundSchema, UserEventPayload53NewTeam$inboundSchema, UserEventPayload53NewTeam$outboundSchema, FiftyThree$inboundSchema, FiftyThree$outboundSchema, FiftyTwo$inboundSchema, FiftyTwo$outboundSchema, FiftyOne$inboundSchema, FiftyOne$outboundSchema, Fifty$inboundSchema, Fifty$outboundSchema, FortyNine$inboundSchema, FortyNine$outboundSchema, FortyEight$inboundSchema, FortyEight$outboundSchema, FortySeven$inboundSchema, FortySeven$outboundSchema, UserEventPayloadDeployment$inboundSchema, UserEventPayloadDeployment$outboundSchema, FortySix$inboundSchema, FortySix$outboundSchema, UserEventPayloadOldTeam$inboundSchema, UserEventPayloadOldTeam$outboundSchema, UserEventPayloadNewTeam$inboundSchema, UserEventPayloadNewTeam$outboundSchema, FortyFive$inboundSchema, FortyFive$outboundSchema, PayloadDeployment$inboundSchema, PayloadDeployment$outboundSchema, FortyFour$inboundSchema, FortyFour$outboundSchema, UserEventPayload43Project$inboundSchema, UserEventPayload43Project$outboundSchema, DeployHook$inboundSchema, DeployHook$outboundSchema, Job$inboundSchema, Job$outboundSchema, FortyThree$inboundSchema, FortyThree$outboundSchema, FortyTwo$inboundSchema, FortyTwo$outboundSchema, FortyOne$inboundSchema, FortyOne$outboundSchema, Forty$inboundSchema, Forty$outboundSchema, UserEventPayload39Team$inboundSchema, UserEventPayload39Team$outboundSchema, UserEventPayload39Configuration$inboundSchema, UserEventPayload39Configuration$outboundSchema, ThirtyNine$inboundSchema, ThirtyNine$outboundSchema, UserEventPayloadTeam$inboundSchema, UserEventPayloadTeam$outboundSchema, UserEventPayload38Configuration$inboundSchema, UserEventPayload38Configuration$outboundSchema, UserEventPayload38Project$inboundSchema, UserEventPayload38Project$outboundSchema, ThirtyEight$inboundSchema, ThirtyEight$outboundSchema, PayloadTeam$inboundSchema, PayloadTeam$outboundSchema, UserEventPayloadConfiguration$inboundSchema, UserEventPayloadConfiguration$outboundSchema, UserEventPayload37Project$inboundSchema, UserEventPayload37Project$outboundSchema, ThirtySeven$inboundSchema, ThirtySeven$outboundSchema, UserEventPayload36Team$inboundSchema, UserEventPayload36Team$outboundSchema, PayloadConfiguration$inboundSchema, PayloadConfiguration$outboundSchema, UserEventPayload36Project$inboundSchema, UserEventPayload36Project$outboundSchema, ThirtySix$inboundSchema, ThirtySix$outboundSchema, Configuration$inboundSchema, Configuration$outboundSchema, ThirtyFive$inboundSchema, ThirtyFive$outboundSchema, ThirtyFour$inboundSchema, ThirtyFour$outboundSchema, ThirtyThree$inboundSchema, ThirtyThree$outboundSchema, ThirtyTwo$inboundSchema, ThirtyTwo$outboundSchema, ThirtyOne$inboundSchema, ThirtyOne$outboundSchema, Thirty$inboundSchema, Thirty$outboundSchema, TwentyNine$inboundSchema, TwentyNine$outboundSchema, TwentyEight$inboundSchema, TwentyEight$outboundSchema, TwentySeven$inboundSchema, TwentySeven$outboundSchema, PayloadOldTeam$inboundSchema, PayloadOldTeam$outboundSchema, PayloadNewTeam$inboundSchema, PayloadNewTeam$outboundSchema, TwentySix$inboundSchema, TwentySix$outboundSchema, TwentyFive$inboundSchema, TwentyFive$outboundSchema, TwentyFour$inboundSchema, TwentyFour$outboundSchema, UserEventPayloadProject$inboundSchema, UserEventPayloadProject$outboundSchema, TwentyThree$inboundSchema, TwentyThree$outboundSchema, PayloadProject$inboundSchema, PayloadProject$outboundSchema, TwentyTwo$inboundSchema, TwentyTwo$outboundSchema, TwentyOne$inboundSchema, TwentyOne$outboundSchema, Twenty$inboundSchema, Twenty$outboundSchema, Nineteen$inboundSchema, Nineteen$outboundSchema, Eighteen$inboundSchema, Eighteen$outboundSchema, OldTeam$inboundSchema, OldTeam$outboundSchema, NewTeam$inboundSchema, NewTeam$outboundSchema, Seventeen$inboundSchema, Seventeen$outboundSchema, Sixteen$inboundSchema, Sixteen$outboundSchema, Fifteen$inboundSchema, Fifteen$outboundSchema, UserEventPayload14Action$inboundSchema, UserEventPayload14Action$outboundSchema, Fourteen$inboundSchema, Fourteen$outboundSchema, Thirteen$inboundSchema, Thirteen$outboundSchema, Twelve$inboundSchema, Twelve$outboundSchema, Eleven$inboundSchema, Eleven$outboundSchema, Ten$inboundSchema, Ten$outboundSchema, Deployment$inboundSchema, Deployment$outboundSchema, Nine$inboundSchema, Nine$outboundSchema, UserEventPayload8AccessGroup$inboundSchema, UserEventPayload8AccessGroup$outboundSchema, Project$inboundSchema, Project$outboundSchema, NextRole$inboundSchema, NextRole$outboundSchema, PreviousRole$inboundSchema, PreviousRole$outboundSchema, Eight$inboundSchema, Eight$outboundSchema, UserEventPayloadAccessGroup$inboundSchema, UserEventPayloadAccessGroup$outboundSchema, PayloadUser$inboundSchema, PayloadUser$outboundSchema, Seven$inboundSchema, Seven$outboundSchema, PayloadAccessGroup$inboundSchema, PayloadAccessGroup$outboundSchema, Six$inboundSchema, Six$outboundSchema, AccessGroup$inboundSchema, AccessGroup$outboundSchema, Five$inboundSchema, Five$outboundSchema, UserEventPayloadAction$inboundSchema, UserEventPayloadAction$outboundSchema, Four$inboundSchema, Four$outboundSchema, PayloadAction$inboundSchema, PayloadAction$outboundSchema, Three$inboundSchema, Three$outboundSchema, Action$inboundSchema, Action$outboundSchema, Payload2$inboundSchema, Payload2$outboundSchema, Payload1$inboundSchema, Payload1$outboundSchema, Payload$inboundSchema, Payload$outboundSchema, UserEvent$inboundSchema, UserEvent$outboundSchema;
112868
+ var UserEventType, UserEventPrincipalType, PrincipalType, UserEventViaType, ViaType, GrantType, AuthMethod, Method, UserEventPayload170Type, UserEventPayload170BeforeType, UserEventPayload170AfterType, UserEventPayload170AfterResourcesType, UserEventPayload169Type, UserEventPayload169ResourcesType, NextScopes, NextPermissions, PayloadUserPermissionSet, PayloadScopes, Permissions, UserPermissionSet, Tier, UserEventPayload157Action, UserEventPayload151Role, UserEventPayload150Role, PayloadPreviousRole, UserEventPayload149Role, UserEventPayload148Role, PayloadRole, PreviousPlan, NewPlan, UserEventPayload122Role, StoreType, UserEventPayloadType, UserEventPayload116Type, PayloadPricingPlan, UserEventPayload115Type, PricingPlan, UserEventPayload114Type, UserEventPayloadPricingPlan, PayloadReasonCode, ReasonCode, EnvId2, UserEventEnvId2, UserEventPayload93Action, TrustedIps, OldTrustedIps, PasswordProtection2, PasswordProtectionDeploymentType, OldPasswordProtection2, OldPasswordProtectionDeploymentType, SsoProtection2, DeploymentType, OldSsoProtection2, OldSsoProtectionDeploymentType, UserEventPayloadRole, PayloadOrigin, PayloadName, UserEventPayloadName, UserEventPayload72Action, Plan, CredentialsType, PayloadImportFlowGitProvider, UserEventPayload72Configuration, PayloadPurchaseType, PayloadViewPreference, PayloadFavoritesViewPreference, PayloadRecentsViewPreference, UserEventPayload72Name, PayloadReason, PayloadBlockedDueToOverageType, UserEventPayload72Role, PayloadTeamRoles, PayloadTeamPermissions, UserEventPayloadOrigin, UserEventPayload72Type, PayloadEnablePreviewFeedback, BlockReason, PayloadBlockReason, BlockType, UserEventPayloadBlockReason, PayloadBlockType, UserEventPayload72BlockReason, UserEventPayload72NewOwnerBlockReason, UserEventPayload72NewOwnerFeatureBlocksBlockReason, UserEventPayload72NewOwnerFeatureBlocksBlobBlockReason, OverageReason, UserEventPayload72NewOwnerFeatureBlocksPostgresBlockReason, PayloadOverageReason, UserEventPayload72NewOwnerFeatureBlocksRedisBlockReason, UserEventPayloadOverageReason, UserEventPayload72NewOwnerFeatureBlocksMicrofrontendsRequestBlockReason, Version, UserEventPayload69Action, UserEventPayload68Action, UserEventPayload64OldEnvVarType, UserEventPayloadTarget, UserEventPayload64Type, UserEventPayload64Target, OldTarget, NewTarget, PayloadType, PayloadTarget, UserEventPayload14Action, NextRole, PreviousRole, UserEventPayloadAction, PayloadAction, Action, UserEventType$inboundSchema, UserEventType$outboundSchema, Entities$inboundSchema, Entities$outboundSchema, User$inboundSchema, User$outboundSchema, UserEventPrincipalType$inboundSchema, UserEventPrincipalType$outboundSchema, Two$inboundSchema, Two$outboundSchema, PrincipalType$inboundSchema, PrincipalType$outboundSchema, One$inboundSchema, One$outboundSchema, Principal$inboundSchema, Principal$outboundSchema, UserEventViaType$inboundSchema, UserEventViaType$outboundSchema, Via2$inboundSchema, Via2$outboundSchema, ViaType$inboundSchema, ViaType$outboundSchema, Via1$inboundSchema, Via1$outboundSchema, Via$inboundSchema, Via$outboundSchema, GrantType$inboundSchema, GrantType$outboundSchema, AuthMethod$inboundSchema, AuthMethod$outboundSchema, Method$inboundSchema, Method$outboundSchema, ClientAuthenticationUsed$inboundSchema, ClientAuthenticationUsed$outboundSchema, PayloadApp$inboundSchema, PayloadApp$outboundSchema, OneHundredAndSeventyFive$inboundSchema, OneHundredAndSeventyFive$outboundSchema, UserEventPayload174Team$inboundSchema, UserEventPayload174Team$outboundSchema, UserEventPayload174Configuration$inboundSchema, UserEventPayload174Configuration$outboundSchema, UserEventPayloadPeering$inboundSchema, UserEventPayloadPeering$outboundSchema, OneHundredAndSeventyFour$inboundSchema, OneHundredAndSeventyFour$outboundSchema, UserEventPayload173Team$inboundSchema, UserEventPayload173Team$outboundSchema, UserEventPayload173Configuration$inboundSchema, UserEventPayload173Configuration$outboundSchema, PayloadPeering$inboundSchema, PayloadPeering$outboundSchema, OneHundredAndSeventyThree$inboundSchema, OneHundredAndSeventyThree$outboundSchema, UserEventPayload172Team$inboundSchema, UserEventPayload172Team$outboundSchema, UserEventPayload172Configuration$inboundSchema, UserEventPayload172Configuration$outboundSchema, Peering$inboundSchema, Peering$outboundSchema, OneHundredAndSeventyTwo$inboundSchema, OneHundredAndSeventyTwo$outboundSchema, App$inboundSchema, App$outboundSchema, OneHundredAndSeventyOne$inboundSchema, OneHundredAndSeventyOne$outboundSchema, UserEventPayload170Type$inboundSchema, UserEventPayload170Type$outboundSchema, UserEventPayload170BeforeType$inboundSchema, UserEventPayload170BeforeType$outboundSchema, PayloadItems$inboundSchema, PayloadItems$outboundSchema, PayloadProjectIds$inboundSchema, PayloadProjectIds$outboundSchema, PayloadResources$inboundSchema, PayloadResources$outboundSchema, Before$inboundSchema, Before$outboundSchema, UserEventPayload170AfterType$inboundSchema, UserEventPayload170AfterType$outboundSchema, UserEventPayload170AfterResourcesType$inboundSchema, UserEventPayload170AfterResourcesType$outboundSchema, UserEventPayloadItems$inboundSchema, UserEventPayloadItems$outboundSchema, UserEventPayloadProjectIds$inboundSchema, UserEventPayloadProjectIds$outboundSchema, UserEventPayloadResources$inboundSchema, UserEventPayloadResources$outboundSchema, After$inboundSchema, After$outboundSchema, OneHundredAndSeventy$inboundSchema, OneHundredAndSeventy$outboundSchema, UserEventPayload169Type$inboundSchema, UserEventPayload169Type$outboundSchema, UserEventPayload169ResourcesType$inboundSchema, UserEventPayload169ResourcesType$outboundSchema, Items$inboundSchema, Items$outboundSchema, ProjectIds$inboundSchema, ProjectIds$outboundSchema, Resources$inboundSchema, Resources$outboundSchema, OneHundredAndSixtyNine$inboundSchema, OneHundredAndSixtyNine$outboundSchema, OneHundredAndSixtyEight$inboundSchema, OneHundredAndSixtyEight$outboundSchema, OneHundredAndSixtySeven$inboundSchema, OneHundredAndSixtySeven$outboundSchema, NextScopes$inboundSchema, NextScopes$outboundSchema, NextPermissions$inboundSchema, NextPermissions$outboundSchema, PayloadUserPermissionSet$inboundSchema, PayloadUserPermissionSet$outboundSchema, NextAcceptedPermissionSets$inboundSchema, NextAcceptedPermissionSets$outboundSchema, OneHundredAndSixtySix$inboundSchema, OneHundredAndSixtySix$outboundSchema, PayloadScopes$inboundSchema, PayloadScopes$outboundSchema, Permissions$inboundSchema, Permissions$outboundSchema, UserPermissionSet$inboundSchema, UserPermissionSet$outboundSchema, AcceptedPermissionSets$inboundSchema, AcceptedPermissionSets$outboundSchema, OneHundredAndSixtyFive$inboundSchema, OneHundredAndSixtyFive$outboundSchema, OneHundredAndSixtyFour$inboundSchema, OneHundredAndSixtyFour$outboundSchema, Tier$inboundSchema, Tier$outboundSchema, OneHundredAndSixtyThree$inboundSchema, OneHundredAndSixtyThree$outboundSchema, ProjectWebAnalytics$inboundSchema, ProjectWebAnalytics$outboundSchema, PrevProjectWebAnalytics$inboundSchema, PrevProjectWebAnalytics$outboundSchema, OneHundredAndSixtyTwo$inboundSchema, OneHundredAndSixtyTwo$outboundSchema, Microfrontends3$inboundSchema, Microfrontends3$outboundSchema, Microfrontends2$inboundSchema, Microfrontends2$outboundSchema, Microfrontends1$inboundSchema, Microfrontends1$outboundSchema, Microfrontends$inboundSchema, Microfrontends$outboundSchema, UserEventPayload161Project$inboundSchema, UserEventPayload161Project$outboundSchema, UserEventMicrofrontends3$inboundSchema, UserEventMicrofrontends3$outboundSchema, UserEventMicrofrontends2$inboundSchema, UserEventMicrofrontends2$outboundSchema, UserEventMicrofrontends1$inboundSchema, UserEventMicrofrontends1$outboundSchema, PayloadMicrofrontends$inboundSchema, PayloadMicrofrontends$outboundSchema, UserEventPayload161PrevProject$inboundSchema, UserEventPayload161PrevProject$outboundSchema, PayloadPrev$inboundSchema, PayloadPrev$outboundSchema, PayloadGroup$inboundSchema, PayloadGroup$outboundSchema, OneHundredAndSixtyOne$inboundSchema, OneHundredAndSixtyOne$outboundSchema, UserEventPayload160Project$inboundSchema, UserEventPayload160Project$outboundSchema, Group$inboundSchema, Group$outboundSchema, OneHundredAndSixty$inboundSchema, OneHundredAndSixty$outboundSchema, Prev$inboundSchema, Prev$outboundSchema, OneHundredAndFiftyNine$inboundSchema, OneHundredAndFiftyNine$outboundSchema, OneHundredAndFiftyEight$inboundSchema, OneHundredAndFiftyEight$outboundSchema, UserEventPayload157Action$inboundSchema, UserEventPayload157Action$outboundSchema, OneHundredAndFiftySeven$inboundSchema, OneHundredAndFiftySeven$outboundSchema, OneHundredAndFiftySix$inboundSchema, OneHundredAndFiftySix$outboundSchema, OneHundredAndFiftyFive$inboundSchema, OneHundredAndFiftyFive$outboundSchema, OneHundredAndFiftyFour$inboundSchema, OneHundredAndFiftyFour$outboundSchema, OneHundredAndFiftyThree$inboundSchema, OneHundredAndFiftyThree$outboundSchema, OneHundredAndFiftyTwo$inboundSchema, OneHundredAndFiftyTwo$outboundSchema, UserEventPayload151Role$inboundSchema, UserEventPayload151Role$outboundSchema, UserEventPayload151Project$inboundSchema, UserEventPayload151Project$outboundSchema, OneHundredAndFiftyOne$inboundSchema, OneHundredAndFiftyOne$outboundSchema, UserEventPayload150Project$inboundSchema, UserEventPayload150Project$outboundSchema, UserEventPayload150Role$inboundSchema, UserEventPayload150Role$outboundSchema, PayloadPreviousRole$inboundSchema, PayloadPreviousRole$outboundSchema, PayloadProjectMembership$inboundSchema, PayloadProjectMembership$outboundSchema, OneHundredAndFifty$inboundSchema, OneHundredAndFifty$outboundSchema, UserEventPayload149Project$inboundSchema, UserEventPayload149Project$outboundSchema, UserEventPayload149Role$inboundSchema, UserEventPayload149Role$outboundSchema, RemovedMembership$inboundSchema, RemovedMembership$outboundSchema, OneHundredAndFortyNine$inboundSchema, OneHundredAndFortyNine$outboundSchema, UserEventPayload148Project$inboundSchema, UserEventPayload148Project$outboundSchema, UserEventPayload148Role$inboundSchema, UserEventPayload148Role$outboundSchema, ProjectMembership$inboundSchema, ProjectMembership$outboundSchema, OneHundredAndFortyEight$inboundSchema, OneHundredAndFortyEight$outboundSchema, OneHundredAndFortySeven$inboundSchema, OneHundredAndFortySeven$outboundSchema, OneHundredAndFortySix$inboundSchema, OneHundredAndFortySix$outboundSchema, OneHundredAndFortyFive$inboundSchema, OneHundredAndFortyFive$outboundSchema, OneHundredAndFortyFour$inboundSchema, OneHundredAndFortyFour$outboundSchema, OneHundredAndFortyThree$inboundSchema, OneHundredAndFortyThree$outboundSchema, OneHundredAndFortyTwo$inboundSchema, OneHundredAndFortyTwo$outboundSchema, OneHundredAndFortyOne$inboundSchema, OneHundredAndFortyOne$outboundSchema, OneHundredAndForty$inboundSchema, OneHundredAndForty$outboundSchema, OneHundredAndThirtyNine$inboundSchema, OneHundredAndThirtyNine$outboundSchema, OneHundredAndThirtyEight$inboundSchema, OneHundredAndThirtyEight$outboundSchema, OneHundredAndThirtySeven$inboundSchema, OneHundredAndThirtySeven$outboundSchema, OneHundredAndThirtySix$inboundSchema, OneHundredAndThirtySix$outboundSchema, OneHundredAndThirtyFive$inboundSchema, OneHundredAndThirtyFive$outboundSchema, OneHundredAndThirtyFour$inboundSchema, OneHundredAndThirtyFour$outboundSchema, PayloadPrevious$inboundSchema, PayloadPrevious$outboundSchema, PayloadNext$inboundSchema, PayloadNext$outboundSchema, OneHundredAndThirtyThree$inboundSchema, OneHundredAndThirtyThree$outboundSchema, PayloadRemoteCaching$inboundSchema, PayloadRemoteCaching$outboundSchema, OneHundredAndThirtyTwo$inboundSchema, OneHundredAndThirtyTwo$outboundSchema, OneHundredAndThirtyOne$inboundSchema, OneHundredAndThirtyOne$outboundSchema, OneHundredAndThirty$inboundSchema, OneHundredAndThirty$outboundSchema, OneHundredAndTwentyNine$inboundSchema, OneHundredAndTwentyNine$outboundSchema, UserEventPayload128User$inboundSchema, UserEventPayload128User$outboundSchema, OneHundredAndTwentyEight$inboundSchema, OneHundredAndTwentyEight$outboundSchema, UserEventPayloadUser$inboundSchema, UserEventPayloadUser$outboundSchema, OneHundredAndTwentySeven$inboundSchema, OneHundredAndTwentySeven$outboundSchema, UpdatedUser$inboundSchema, UpdatedUser$outboundSchema, OneHundredAndTwentySix$inboundSchema, OneHundredAndTwentySix$outboundSchema, OneHundredAndTwentyFive$inboundSchema, OneHundredAndTwentyFive$outboundSchema, DeletedUser$inboundSchema, DeletedUser$outboundSchema, PayloadRole$inboundSchema, PayloadRole$outboundSchema, PreviousPlan$inboundSchema, PreviousPlan$outboundSchema, NewPlan$inboundSchema, NewPlan$outboundSchema, OneHundredAndTwentyFour$inboundSchema, OneHundredAndTwentyFour$outboundSchema, InvitedUser$inboundSchema, InvitedUser$outboundSchema, OneHundredAndTwentyThree$inboundSchema, OneHundredAndTwentyThree$outboundSchema, Reasons$inboundSchema, Reasons$outboundSchema, UserEventPayload122Role$inboundSchema, UserEventPayload122Role$outboundSchema, PayloadRemovedUsers$inboundSchema, PayloadRemovedUsers$outboundSchema, OneHundredAndTwentyTwo$inboundSchema, OneHundredAndTwentyTwo$outboundSchema, OneHundredAndTwentyOne$inboundSchema, OneHundredAndTwentyOne$outboundSchema, Store$inboundSchema, Store$outboundSchema, OneHundredAndTwenty$inboundSchema, OneHundredAndTwenty$outboundSchema, StoreType$inboundSchema, StoreType$outboundSchema, OneHundredAndNineteen$inboundSchema, OneHundredAndNineteen$outboundSchema, UserEventPayloadType$inboundSchema, UserEventPayloadType$outboundSchema, OneHundredAndEighteen$inboundSchema, OneHundredAndEighteen$outboundSchema, OneHundredAndSeventeen$inboundSchema, OneHundredAndSeventeen$outboundSchema, UserEventPayload116Type$inboundSchema, UserEventPayload116Type$outboundSchema, PayloadPricingPlan$inboundSchema, PayloadPricingPlan$outboundSchema, UserEventPayloadBudget$inboundSchema, UserEventPayloadBudget$outboundSchema, OneHundredAndSixteen$inboundSchema, OneHundredAndSixteen$outboundSchema, UserEventPayload115Type$inboundSchema, UserEventPayload115Type$outboundSchema, PricingPlan$inboundSchema, PricingPlan$outboundSchema, PayloadBudget$inboundSchema, PayloadBudget$outboundSchema, OneHundredAndFifteen$inboundSchema, OneHundredAndFifteen$outboundSchema, UserEventPayload114Type$inboundSchema, UserEventPayload114Type$outboundSchema, UserEventPayloadPricingPlan$inboundSchema, UserEventPayloadPricingPlan$outboundSchema, BudgetItem$inboundSchema, BudgetItem$outboundSchema, Budget$inboundSchema, Budget$outboundSchema, OneHundredAndFourteen$inboundSchema, OneHundredAndFourteen$outboundSchema, ScalingRules$inboundSchema, ScalingRules$outboundSchema, OneHundredAndThirteen$inboundSchema, OneHundredAndThirteen$outboundSchema, OneHundredAndTwelve$inboundSchema, OneHundredAndTwelve$outboundSchema, OneHundredAndEleven$inboundSchema, OneHundredAndEleven$outboundSchema, Name2$inboundSchema, Name2$outboundSchema, Name$inboundSchema, Name$outboundSchema, OneHundredAndTen$inboundSchema, OneHundredAndTen$outboundSchema, UserEventPayload109Team$inboundSchema, UserEventPayload109Team$outboundSchema, PayloadPreviousRule$inboundSchema, PayloadPreviousRule$outboundSchema, OneHundredAndNine$inboundSchema, OneHundredAndNine$outboundSchema, UserEventPayload108Team$inboundSchema, UserEventPayload108Team$outboundSchema, PreviousRule$inboundSchema, PreviousRule$outboundSchema, NextRule$inboundSchema, NextRule$outboundSchema, OneHundredAndEight$inboundSchema, OneHundredAndEight$outboundSchema, OneHundredAndSeven$inboundSchema, OneHundredAndSeven$outboundSchema, OneHundredAndSix$inboundSchema, OneHundredAndSix$outboundSchema, OneHundredAndFive$inboundSchema, OneHundredAndFive$outboundSchema, OneHundredAndFour$inboundSchema, OneHundredAndFour$outboundSchema, OneHundredAndThree$inboundSchema, OneHundredAndThree$outboundSchema, OneHundredAndTwo$inboundSchema, OneHundredAndTwo$outboundSchema, OneHundredAndOne$inboundSchema, OneHundredAndOne$outboundSchema, OneHundred$inboundSchema, OneHundred$outboundSchema, StaticIps$inboundSchema, StaticIps$outboundSchema, UserEventPayload99Project$inboundSchema, UserEventPayload99Project$outboundSchema, Next$inboundSchema, Next$outboundSchema, PayloadStaticIps$inboundSchema, PayloadStaticIps$outboundSchema, UserEventPayload99PreviousProject$inboundSchema, UserEventPayload99PreviousProject$outboundSchema, Previous$inboundSchema, Previous$outboundSchema, NinetyNine$inboundSchema, NinetyNine$outboundSchema, NinetyEight$inboundSchema, NinetyEight$outboundSchema, PayloadReasonCode$inboundSchema, PayloadReasonCode$outboundSchema, NinetySeven$inboundSchema, NinetySeven$outboundSchema, ReasonCode$inboundSchema, ReasonCode$outboundSchema, NinetySix$inboundSchema, NinetySix$outboundSchema, UserEventPayload95Team$inboundSchema, UserEventPayload95Team$outboundSchema, EnvId2$inboundSchema, EnvId2$outboundSchema, EnvId$inboundSchema, EnvId$outboundSchema, Aws$inboundSchema, Aws$outboundSchema, OldConnectConfigurations$inboundSchema, OldConnectConfigurations$outboundSchema, UserEventEnvId2$inboundSchema, UserEventEnvId2$outboundSchema, PayloadEnvId$inboundSchema, PayloadEnvId$outboundSchema, PayloadAws$inboundSchema, PayloadAws$outboundSchema, NewConnectConfigurations$inboundSchema, NewConnectConfigurations$outboundSchema, UserEventPayload95Project$inboundSchema, UserEventPayload95Project$outboundSchema, NinetyFive$inboundSchema, NinetyFive$outboundSchema, NinetyFour$inboundSchema, NinetyFour$outboundSchema, UserEventPayload93Action$inboundSchema, UserEventPayload93Action$outboundSchema, NinetyThree$inboundSchema, NinetyThree$outboundSchema, Paths$inboundSchema, Paths$outboundSchema, OptionsAllowlist$inboundSchema, OptionsAllowlist$outboundSchema, PayloadPaths$inboundSchema, PayloadPaths$outboundSchema, OldOptionsAllowlist$inboundSchema, OldOptionsAllowlist$outboundSchema, NinetyTwo$inboundSchema, NinetyTwo$outboundSchema, TrustedIps$inboundSchema, TrustedIps$outboundSchema, OldTrustedIps$inboundSchema, OldTrustedIps$outboundSchema, NinetyOne$inboundSchema, NinetyOne$outboundSchema, PasswordProtection2$inboundSchema, PasswordProtection2$outboundSchema, PasswordProtectionDeploymentType$inboundSchema, PasswordProtectionDeploymentType$outboundSchema, PasswordProtection1$inboundSchema, PasswordProtection1$outboundSchema, PayloadPasswordProtection$inboundSchema, PayloadPasswordProtection$outboundSchema, OldPasswordProtection2$inboundSchema, OldPasswordProtection2$outboundSchema, OldPasswordProtectionDeploymentType$inboundSchema, OldPasswordProtectionDeploymentType$outboundSchema, OldPasswordProtection1$inboundSchema, OldPasswordProtection1$outboundSchema, OldPasswordProtection$inboundSchema, OldPasswordProtection$outboundSchema, Ninety$inboundSchema, Ninety$outboundSchema, SsoProtection2$inboundSchema, SsoProtection2$outboundSchema, DeploymentType$inboundSchema, DeploymentType$outboundSchema, SsoProtection1$inboundSchema, SsoProtection1$outboundSchema, PayloadSsoProtection$inboundSchema, PayloadSsoProtection$outboundSchema, OldSsoProtection2$inboundSchema, OldSsoProtection2$outboundSchema, OldSsoProtectionDeploymentType$inboundSchema, OldSsoProtectionDeploymentType$outboundSchema, OldSsoProtection1$inboundSchema, OldSsoProtection1$outboundSchema, OldSsoProtection$inboundSchema, OldSsoProtection$outboundSchema, EightyNine$inboundSchema, EightyNine$outboundSchema, EightyEight$inboundSchema, EightyEight$outboundSchema, EightySeven$inboundSchema, EightySeven$outboundSchema, ProjectAnalytics$inboundSchema, ProjectAnalytics$outboundSchema, PrevProjectAnalytics$inboundSchema, PrevProjectAnalytics$outboundSchema, EightySix$inboundSchema, EightySix$outboundSchema, EightyFive$inboundSchema, EightyFive$outboundSchema, UserEventPayloadRole$inboundSchema, UserEventPayloadRole$outboundSchema, PayloadOrigin$inboundSchema, PayloadOrigin$outboundSchema, PayloadGitUserId$inboundSchema, PayloadGitUserId$outboundSchema, PayloadJoinedFrom$inboundSchema, PayloadJoinedFrom$outboundSchema, RemovedUsers$inboundSchema, RemovedUsers$outboundSchema, EightyFour$inboundSchema, EightyFour$outboundSchema, EightyThree$inboundSchema, EightyThree$outboundSchema, EightyTwo$inboundSchema, EightyTwo$outboundSchema, EightyOne$inboundSchema, EightyOne$outboundSchema, Eighty$inboundSchema, Eighty$outboundSchema, SeventyNine$inboundSchema, SeventyNine$outboundSchema, PayloadName$inboundSchema, PayloadName$outboundSchema, Browser$inboundSchema, Browser$outboundSchema, UserEventPayloadName$inboundSchema, UserEventPayloadName$outboundSchema, Os$inboundSchema, Os$outboundSchema, UserAgent$inboundSchema, UserAgent$outboundSchema, Names$inboundSchema, Names$outboundSchema, City$inboundSchema, City$outboundSchema, PayloadNames$inboundSchema, PayloadNames$outboundSchema, Country$inboundSchema, Country$outboundSchema, UserEventPayloadNames$inboundSchema, UserEventPayloadNames$outboundSchema, MostSpecificSubdivision$inboundSchema, MostSpecificSubdivision$outboundSchema, Geolocation$inboundSchema, Geolocation$outboundSchema, SeventyEight$inboundSchema, SeventyEight$outboundSchema, SeventySeven$inboundSchema, SeventySeven$outboundSchema, SeventySix$inboundSchema, SeventySix$outboundSchema, SeventyFive$inboundSchema, SeventyFive$outboundSchema, SeventyFour$inboundSchema, SeventyFour$outboundSchema, Configurations$inboundSchema, Configurations$outboundSchema, SeventyThree$inboundSchema, SeventyThree$outboundSchema, UserEventPayload72Action$inboundSchema, UserEventPayload72Action$outboundSchema, BlockHistory$inboundSchema, BlockHistory$outboundSchema, History$inboundSchema, History$outboundSchema, Abuse$inboundSchema, Abuse$outboundSchema, Plan$inboundSchema, Plan$outboundSchema, PayloadBilling$inboundSchema, PayloadBilling$outboundSchema, Credentials2$inboundSchema, Credentials2$outboundSchema, CredentialsType$inboundSchema, CredentialsType$outboundSchema, Credentials1$inboundSchema, Credentials1$outboundSchema, Credentials$inboundSchema, Credentials$outboundSchema, PayloadDataCache$inboundSchema, PayloadDataCache$outboundSchema, PayloadDismissals$inboundSchema, PayloadDismissals$outboundSchema, PayloadDismissedToasts$inboundSchema, PayloadDismissedToasts$outboundSchema, PayloadFavoriteProjectsAndSpaces$inboundSchema, PayloadFavoriteProjectsAndSpaces$outboundSchema, PayloadImportFlowGitNamespace$inboundSchema, PayloadImportFlowGitNamespace$outboundSchema, PayloadImportFlowGitNamespaceId$inboundSchema, PayloadImportFlowGitNamespaceId$outboundSchema, PayloadImportFlowGitProvider$inboundSchema, PayloadImportFlowGitProvider$outboundSchema, PayloadGitNamespaceId$inboundSchema, PayloadGitNamespaceId$outboundSchema, PayloadPreferredScopesAndGitNamespaces$inboundSchema, PayloadPreferredScopesAndGitNamespaces$outboundSchema, PreventAutoBlocking$inboundSchema, PreventAutoBlocking$outboundSchema, UserEventPayloadRemoteCaching$inboundSchema, UserEventPayloadRemoteCaching$outboundSchema, PayloadBuildEntitlements$inboundSchema, PayloadBuildEntitlements$outboundSchema, UserEventPayload72Configuration$inboundSchema, UserEventPayload72Configuration$outboundSchema, PayloadBuildQueue$inboundSchema, PayloadBuildQueue$outboundSchema, PayloadPurchaseType$inboundSchema, PayloadPurchaseType$outboundSchema, PayloadBuildMachine$inboundSchema, PayloadBuildMachine$outboundSchema, PayloadSecurity$inboundSchema, PayloadSecurity$outboundSchema, PayloadResourceConfig$inboundSchema, PayloadResourceConfig$outboundSchema, ResourceLimits$inboundSchema, ResourceLimits$outboundSchema, PayloadViewPreference$inboundSchema, PayloadViewPreference$outboundSchema, PayloadFavoritesViewPreference$inboundSchema, PayloadFavoritesViewPreference$outboundSchema, PayloadRecentsViewPreference$inboundSchema, PayloadRecentsViewPreference$outboundSchema, PayloadActiveDashboardViews$inboundSchema, PayloadActiveDashboardViews$outboundSchema, SecondaryEmails$inboundSchema, SecondaryEmails$outboundSchema, Rules$inboundSchema, Rules$outboundSchema, EmailNotifications$inboundSchema, EmailNotifications$outboundSchema, PayloadReasons$inboundSchema, PayloadReasons$outboundSchema, SiftScores$inboundSchema, SiftScores$outboundSchema, UserEventPayload72Name$inboundSchema, UserEventPayload72Name$outboundSchema, SiftRoute$inboundSchema, SiftRoute$outboundSchema, PayloadReason$inboundSchema, PayloadReason$outboundSchema, PayloadBlockedDueToOverageType$inboundSchema, PayloadBlockedDueToOverageType$outboundSchema, PayloadSoftBlock$inboundSchema, PayloadSoftBlock$outboundSchema, UserEventPayload72Role$inboundSchema, UserEventPayload72Role$outboundSchema, PayloadTeamRoles$inboundSchema, PayloadTeamRoles$outboundSchema, PayloadTeamPermissions$inboundSchema, PayloadTeamPermissions$outboundSchema, UserEventPayloadOrigin$inboundSchema, UserEventPayloadOrigin$outboundSchema, UserEventPayloadGitUserId$inboundSchema, UserEventPayloadGitUserId$outboundSchema, UserEventPayloadJoinedFrom$inboundSchema, UserEventPayloadJoinedFrom$outboundSchema, Teams$inboundSchema, Teams$outboundSchema, UserEventPayload72Type$inboundSchema, UserEventPayload72Type$outboundSchema, UsageAlerts$inboundSchema, UsageAlerts$outboundSchema, AnalyticsUsage$inboundSchema, AnalyticsUsage$outboundSchema, Artifacts$inboundSchema, Artifacts$outboundSchema, Bandwidth$inboundSchema, Bandwidth$outboundSchema, BlobTotalAdvancedRequests$inboundSchema, BlobTotalAdvancedRequests$outboundSchema, BlobTotalAvgSizeInBytes$inboundSchema, BlobTotalAvgSizeInBytes$outboundSchema, BlobTotalGetResponseObjectSizeInBytes$inboundSchema, BlobTotalGetResponseObjectSizeInBytes$outboundSchema, BlobTotalSimpleRequests$inboundSchema, BlobTotalSimpleRequests$outboundSchema, ConnectDataTransfer$inboundSchema, ConnectDataTransfer$outboundSchema, DataCacheRead$inboundSchema, DataCacheRead$outboundSchema, DataCacheWrite$inboundSchema, DataCacheWrite$outboundSchema, EdgeConfigRead$inboundSchema, EdgeConfigRead$outboundSchema, EdgeConfigWrite$inboundSchema, EdgeConfigWrite$outboundSchema, EdgeFunctionExecutionUnits$inboundSchema, EdgeFunctionExecutionUnits$outboundSchema, EdgeMiddlewareInvocations$inboundSchema, EdgeMiddlewareInvocations$outboundSchema, EdgeRequestAdditionalCpuDuration$inboundSchema, EdgeRequestAdditionalCpuDuration$outboundSchema, EdgeRequest$inboundSchema, EdgeRequest$outboundSchema, ElasticConcurrencyBuildSlots$inboundSchema, ElasticConcurrencyBuildSlots$outboundSchema, FastDataTransfer$inboundSchema, FastDataTransfer$outboundSchema, FastOriginTransfer$inboundSchema, FastOriginTransfer$outboundSchema, FluidCpuDuration$inboundSchema, FluidCpuDuration$outboundSchema, FluidDuration$inboundSchema, FluidDuration$outboundSchema, FunctionDuration$inboundSchema, FunctionDuration$outboundSchema, FunctionInvocation$inboundSchema, FunctionInvocation$outboundSchema, ImageOptimizationCacheRead$inboundSchema, ImageOptimizationCacheRead$outboundSchema, ImageOptimizationCacheWrite$inboundSchema, ImageOptimizationCacheWrite$outboundSchema, ImageOptimizationTransformation$inboundSchema, ImageOptimizationTransformation$outboundSchema, LogDrainsVolume$inboundSchema, LogDrainsVolume$outboundSchema, MonitoringMetric$inboundSchema, MonitoringMetric$outboundSchema, BlobDataTransfer$inboundSchema, BlobDataTransfer$outboundSchema, ObservabilityEvent$inboundSchema, ObservabilityEvent$outboundSchema, OnDemandConcurrencyMinutes$inboundSchema, OnDemandConcurrencyMinutes$outboundSchema, RuntimeCacheRead$inboundSchema, RuntimeCacheRead$outboundSchema, RuntimeCacheWrite$inboundSchema, RuntimeCacheWrite$outboundSchema, ServerlessFunctionExecution$inboundSchema, ServerlessFunctionExecution$outboundSchema, SourceImages$inboundSchema, SourceImages$outboundSchema, WafOwaspExcessBytes$inboundSchema, WafOwaspExcessBytes$outboundSchema, WafOwaspRequests$inboundSchema, WafOwaspRequests$outboundSchema, WafRateLimitRequest$inboundSchema, WafRateLimitRequest$outboundSchema, WebAnalyticsEvent$inboundSchema, WebAnalyticsEvent$outboundSchema, OverageUsageAlerts$inboundSchema, OverageUsageAlerts$outboundSchema, OverageMetadata$inboundSchema, OverageMetadata$outboundSchema, PayloadEnablePreviewFeedback$inboundSchema, PayloadEnablePreviewFeedback$outboundSchema, BlockReason$inboundSchema, BlockReason$outboundSchema, PayloadWebAnalytics$inboundSchema, PayloadWebAnalytics$outboundSchema, PayloadBlockReason$inboundSchema, PayloadBlockReason$outboundSchema, BlockType$inboundSchema, BlockType$outboundSchema, Monitoring$inboundSchema, Monitoring$outboundSchema, UserEventPayloadBlockReason$inboundSchema, UserEventPayloadBlockReason$outboundSchema, PayloadBlockType$inboundSchema, PayloadBlockType$outboundSchema, ObservabilityPlus$inboundSchema, ObservabilityPlus$outboundSchema, UserEventPayload72BlockReason$inboundSchema, UserEventPayload72BlockReason$outboundSchema, UserEventPayloadDataCache$inboundSchema, UserEventPayloadDataCache$outboundSchema, UserEventPayload72NewOwnerBlockReason$inboundSchema, UserEventPayload72NewOwnerBlockReason$outboundSchema, PayloadImageOptimizationTransformation$inboundSchema, PayloadImageOptimizationTransformation$outboundSchema, UserEventPayload72NewOwnerFeatureBlocksBlockReason$inboundSchema, UserEventPayload72NewOwnerFeatureBlocksBlockReason$outboundSchema, PayloadSourceImages$inboundSchema, PayloadSourceImages$outboundSchema, UserEventPayload72NewOwnerFeatureBlocksBlobBlockReason$inboundSchema, UserEventPayload72NewOwnerFeatureBlocksBlobBlockReason$outboundSchema, OverageReason$inboundSchema, OverageReason$outboundSchema, BlobT$inboundSchema, BlobT$outboundSchema, UserEventPayload72NewOwnerFeatureBlocksPostgresBlockReason$inboundSchema, UserEventPayload72NewOwnerFeatureBlocksPostgresBlockReason$outboundSchema, PayloadOverageReason$inboundSchema, PayloadOverageReason$outboundSchema, Postgres$inboundSchema, Postgres$outboundSchema, UserEventPayload72NewOwnerFeatureBlocksRedisBlockReason$inboundSchema, UserEventPayload72NewOwnerFeatureBlocksRedisBlockReason$outboundSchema, UserEventPayloadOverageReason$inboundSchema, UserEventPayloadOverageReason$outboundSchema, Redis$inboundSchema, Redis$outboundSchema, UserEventPayload72NewOwnerFeatureBlocksMicrofrontendsRequestBlockReason$inboundSchema, UserEventPayload72NewOwnerFeatureBlocksMicrofrontendsRequestBlockReason$outboundSchema, MicrofrontendsRequest$inboundSchema, MicrofrontendsRequest$outboundSchema, PayloadFeatureBlocks$inboundSchema, PayloadFeatureBlocks$outboundSchema, Version$inboundSchema, Version$outboundSchema, NorthstarMigration$inboundSchema, NorthstarMigration$outboundSchema, Totp$inboundSchema, Totp$outboundSchema, MfaConfiguration$inboundSchema, MfaConfiguration$outboundSchema, NewOwner$inboundSchema, NewOwner$outboundSchema, SeventyTwo$inboundSchema, SeventyTwo$outboundSchema, SeventyOne$inboundSchema, SeventyOne$outboundSchema, Seventy$inboundSchema, Seventy$outboundSchema, UserEventPayload69Action$inboundSchema, UserEventPayload69Action$outboundSchema, RuleGroups$inboundSchema, RuleGroups$outboundSchema, SixtyNine$inboundSchema, SixtyNine$outboundSchema, UserEventPayload68Action$inboundSchema, UserEventPayload68Action$outboundSchema, SixtyEight$inboundSchema, SixtyEight$outboundSchema, SixtySeven$inboundSchema, SixtySeven$outboundSchema, ConfigChanges$inboundSchema, ConfigChanges$outboundSchema, SixtySix$inboundSchema, SixtySix$outboundSchema, SixtyFive$inboundSchema, SixtyFive$outboundSchema, UserEventPayload64OldEnvVarType$inboundSchema, UserEventPayload64OldEnvVarType$outboundSchema, UserEventPayloadTarget$inboundSchema, UserEventPayloadTarget$outboundSchema, OldEnvVar$inboundSchema, OldEnvVar$outboundSchema, UserEventPayload64Type$inboundSchema, UserEventPayload64Type$outboundSchema, UserEventPayload64Target$inboundSchema, UserEventPayload64Target$outboundSchema, NewEnvVar$inboundSchema, NewEnvVar$outboundSchema, OldTarget$inboundSchema, OldTarget$outboundSchema, NewTarget$inboundSchema, NewTarget$outboundSchema, OldProjects$inboundSchema, OldProjects$outboundSchema, NewProjects$inboundSchema, NewProjects$outboundSchema, UpdateDiff$inboundSchema, UpdateDiff$outboundSchema, SixtyFour$inboundSchema, SixtyFour$outboundSchema, PayloadType$inboundSchema, PayloadType$outboundSchema, PayloadTarget$inboundSchema, PayloadTarget$outboundSchema, SixtyThree$inboundSchema, SixtyThree$outboundSchema, Target$inboundSchema, Target$outboundSchema, SixtyTwo$inboundSchema, SixtyTwo$outboundSchema, SixtyOne$inboundSchema, SixtyOne$outboundSchema, Sixty$inboundSchema, Sixty$outboundSchema, FiftyNine$inboundSchema, FiftyNine$outboundSchema, FiftyEight$inboundSchema, FiftyEight$outboundSchema, FiftySeven$inboundSchema, FiftySeven$outboundSchema, FiftySix$inboundSchema, FiftySix$outboundSchema, FiftyFive$inboundSchema, FiftyFive$outboundSchema, FiftyFour$inboundSchema, FiftyFour$outboundSchema, UserEventPayload53OldTeam$inboundSchema, UserEventPayload53OldTeam$outboundSchema, UserEventPayload53NewTeam$inboundSchema, UserEventPayload53NewTeam$outboundSchema, FiftyThree$inboundSchema, FiftyThree$outboundSchema, FiftyTwo$inboundSchema, FiftyTwo$outboundSchema, FiftyOne$inboundSchema, FiftyOne$outboundSchema, Fifty$inboundSchema, Fifty$outboundSchema, FortyNine$inboundSchema, FortyNine$outboundSchema, FortyEight$inboundSchema, FortyEight$outboundSchema, FortySeven$inboundSchema, FortySeven$outboundSchema, UserEventPayloadDeployment$inboundSchema, UserEventPayloadDeployment$outboundSchema, FortySix$inboundSchema, FortySix$outboundSchema, UserEventPayloadOldTeam$inboundSchema, UserEventPayloadOldTeam$outboundSchema, UserEventPayloadNewTeam$inboundSchema, UserEventPayloadNewTeam$outboundSchema, FortyFive$inboundSchema, FortyFive$outboundSchema, PayloadDeployment$inboundSchema, PayloadDeployment$outboundSchema, FortyFour$inboundSchema, FortyFour$outboundSchema, UserEventPayload43Project$inboundSchema, UserEventPayload43Project$outboundSchema, DeployHook$inboundSchema, DeployHook$outboundSchema, Job$inboundSchema, Job$outboundSchema, FortyThree$inboundSchema, FortyThree$outboundSchema, FortyTwo$inboundSchema, FortyTwo$outboundSchema, FortyOne$inboundSchema, FortyOne$outboundSchema, Forty$inboundSchema, Forty$outboundSchema, UserEventPayload39Team$inboundSchema, UserEventPayload39Team$outboundSchema, UserEventPayload39Configuration$inboundSchema, UserEventPayload39Configuration$outboundSchema, ThirtyNine$inboundSchema, ThirtyNine$outboundSchema, UserEventPayloadTeam$inboundSchema, UserEventPayloadTeam$outboundSchema, UserEventPayload38Configuration$inboundSchema, UserEventPayload38Configuration$outboundSchema, UserEventPayload38Project$inboundSchema, UserEventPayload38Project$outboundSchema, ThirtyEight$inboundSchema, ThirtyEight$outboundSchema, PayloadTeam$inboundSchema, PayloadTeam$outboundSchema, UserEventPayloadConfiguration$inboundSchema, UserEventPayloadConfiguration$outboundSchema, UserEventPayload37Project$inboundSchema, UserEventPayload37Project$outboundSchema, ThirtySeven$inboundSchema, ThirtySeven$outboundSchema, UserEventPayload36Team$inboundSchema, UserEventPayload36Team$outboundSchema, PayloadConfiguration$inboundSchema, PayloadConfiguration$outboundSchema, UserEventPayload36Project$inboundSchema, UserEventPayload36Project$outboundSchema, ThirtySix$inboundSchema, ThirtySix$outboundSchema, Configuration$inboundSchema, Configuration$outboundSchema, ThirtyFive$inboundSchema, ThirtyFive$outboundSchema, ThirtyFour$inboundSchema, ThirtyFour$outboundSchema, ThirtyThree$inboundSchema, ThirtyThree$outboundSchema, ThirtyTwo$inboundSchema, ThirtyTwo$outboundSchema, ThirtyOne$inboundSchema, ThirtyOne$outboundSchema, Thirty$inboundSchema, Thirty$outboundSchema, TwentyNine$inboundSchema, TwentyNine$outboundSchema, TwentyEight$inboundSchema, TwentyEight$outboundSchema, TwentySeven$inboundSchema, TwentySeven$outboundSchema, PayloadOldTeam$inboundSchema, PayloadOldTeam$outboundSchema, PayloadNewTeam$inboundSchema, PayloadNewTeam$outboundSchema, TwentySix$inboundSchema, TwentySix$outboundSchema, TwentyFive$inboundSchema, TwentyFive$outboundSchema, TwentyFour$inboundSchema, TwentyFour$outboundSchema, UserEventPayloadProject$inboundSchema, UserEventPayloadProject$outboundSchema, TwentyThree$inboundSchema, TwentyThree$outboundSchema, PayloadProject$inboundSchema, PayloadProject$outboundSchema, TwentyTwo$inboundSchema, TwentyTwo$outboundSchema, TwentyOne$inboundSchema, TwentyOne$outboundSchema, Twenty$inboundSchema, Twenty$outboundSchema, Nineteen$inboundSchema, Nineteen$outboundSchema, Eighteen$inboundSchema, Eighteen$outboundSchema, OldTeam$inboundSchema, OldTeam$outboundSchema, NewTeam$inboundSchema, NewTeam$outboundSchema, Seventeen$inboundSchema, Seventeen$outboundSchema, Sixteen$inboundSchema, Sixteen$outboundSchema, Fifteen$inboundSchema, Fifteen$outboundSchema, UserEventPayload14Action$inboundSchema, UserEventPayload14Action$outboundSchema, Fourteen$inboundSchema, Fourteen$outboundSchema, Thirteen$inboundSchema, Thirteen$outboundSchema, Twelve$inboundSchema, Twelve$outboundSchema, Eleven$inboundSchema, Eleven$outboundSchema, Ten$inboundSchema, Ten$outboundSchema, Deployment$inboundSchema, Deployment$outboundSchema, Nine$inboundSchema, Nine$outboundSchema, UserEventPayload8AccessGroup$inboundSchema, UserEventPayload8AccessGroup$outboundSchema, Project$inboundSchema, Project$outboundSchema, NextRole$inboundSchema, NextRole$outboundSchema, PreviousRole$inboundSchema, PreviousRole$outboundSchema, Eight$inboundSchema, Eight$outboundSchema, UserEventPayloadAccessGroup$inboundSchema, UserEventPayloadAccessGroup$outboundSchema, PayloadUser$inboundSchema, PayloadUser$outboundSchema, Seven$inboundSchema, Seven$outboundSchema, PayloadAccessGroup$inboundSchema, PayloadAccessGroup$outboundSchema, Six$inboundSchema, Six$outboundSchema, AccessGroup$inboundSchema, AccessGroup$outboundSchema, Five$inboundSchema, Five$outboundSchema, UserEventPayloadAction$inboundSchema, UserEventPayloadAction$outboundSchema, Four$inboundSchema, Four$outboundSchema, PayloadAction$inboundSchema, PayloadAction$outboundSchema, Three$inboundSchema, Three$outboundSchema, Action$inboundSchema, Action$outboundSchema, Payload2$inboundSchema, Payload2$outboundSchema, Payload1$inboundSchema, Payload1$outboundSchema, Payload$inboundSchema, Payload$outboundSchema, UserEvent$inboundSchema, UserEvent$outboundSchema;
112833
112869
  var init_userevent = __esm(() => {
112834
112870
  init_esm();
112835
112871
  init_primitives();
@@ -112988,7 +113024,7 @@ var init_userevent = __esm(() => {
112988
113024
  ProjectDeveloper: "PROJECT_DEVELOPER",
112989
113025
  ProjectViewer: "PROJECT_VIEWER"
112990
113026
  };
112991
- UserEventPayloadRole = {
113027
+ UserEventPayload148Role = {
112992
113028
  Admin: "ADMIN",
112993
113029
  ProjectDeveloper: "PROJECT_DEVELOPER",
112994
113030
  ProjectViewer: "PROJECT_VIEWER"
@@ -113013,6 +113049,16 @@ var init_userevent = __esm(() => {
113013
113049
  Enterprise: "enterprise",
113014
113050
  Hobby: "hobby"
113015
113051
  };
113052
+ UserEventPayload122Role = {
113053
+ Owner: "OWNER",
113054
+ Member: "MEMBER",
113055
+ Developer: "DEVELOPER",
113056
+ Security: "SECURITY",
113057
+ Billing: "BILLING",
113058
+ Viewer: "VIEWER",
113059
+ ViewerForPlus: "VIEWER_FOR_PLUS",
113060
+ Contributor: "CONTRIBUTOR"
113061
+ };
113016
113062
  StoreType = {
113017
113063
  Redis: "redis",
113018
113064
  Postgres: "postgres"
@@ -113132,7 +113178,7 @@ var init_userevent = __esm(() => {
113132
113178
  ProdDeploymentUrlsAndAllPreviews: "prod_deployment_urls_and_all_previews",
113133
113179
  AllExceptCustomDomains: "all_except_custom_domains"
113134
113180
  };
113135
- UserEventPayload84Role = {
113181
+ UserEventPayloadRole = {
113136
113182
  Owner: "OWNER",
113137
113183
  Member: "MEMBER",
113138
113184
  Developer: "DEVELOPER",
@@ -114486,16 +114532,16 @@ var init_userevent = __esm(() => {
114486
114532
  name: stringType(),
114487
114533
  id: stringType().optional()
114488
114534
  });
114489
- UserEventPayloadRole$inboundSchema = nativeEnumType(UserEventPayloadRole);
114490
- UserEventPayloadRole$outboundSchema = UserEventPayloadRole$inboundSchema;
114535
+ UserEventPayload148Role$inboundSchema = nativeEnumType(UserEventPayload148Role);
114536
+ UserEventPayload148Role$outboundSchema = UserEventPayload148Role$inboundSchema;
114491
114537
  ProjectMembership$inboundSchema = objectType({
114492
- role: UserEventPayloadRole$inboundSchema,
114538
+ role: UserEventPayload148Role$inboundSchema,
114493
114539
  uid: stringType(),
114494
114540
  createdAt: numberType(),
114495
114541
  username: stringType().optional()
114496
114542
  });
114497
114543
  ProjectMembership$outboundSchema = objectType({
114498
- role: UserEventPayloadRole$outboundSchema,
114544
+ role: UserEventPayload148Role$outboundSchema,
114499
114545
  uid: stringType(),
114500
114546
  createdAt: numberType(),
114501
114547
  username: stringType().optional()
@@ -114864,17 +114910,35 @@ var init_userevent = __esm(() => {
114864
114910
  slug: stringType(),
114865
114911
  description: stringType()
114866
114912
  });
114913
+ UserEventPayload122Role$inboundSchema = nativeEnumType(UserEventPayload122Role);
114914
+ UserEventPayload122Role$outboundSchema = UserEventPayload122Role$inboundSchema;
114915
+ PayloadRemovedUsers$inboundSchema = objectType({
114916
+ role: UserEventPayload122Role$inboundSchema,
114917
+ confirmed: booleanType(),
114918
+ confirmedAt: numberType().optional()
114919
+ });
114920
+ PayloadRemovedUsers$outboundSchema = objectType({
114921
+ role: UserEventPayload122Role$outboundSchema,
114922
+ confirmed: booleanType(),
114923
+ confirmedAt: numberType().optional()
114924
+ });
114867
114925
  OneHundredAndTwentyTwo$inboundSchema = objectType({
114868
114926
  slug: stringType(),
114869
114927
  teamId: stringType(),
114870
114928
  by: stringType(),
114871
- reasons: arrayType(lazyType(() => Reasons$inboundSchema)).optional()
114929
+ reasons: arrayType(lazyType(() => Reasons$inboundSchema)).optional(),
114930
+ removedUsers: recordType(lazyType(() => PayloadRemovedUsers$inboundSchema)).optional(),
114931
+ removedMemberCount: numberType().optional(),
114932
+ timestamp: numberType().optional()
114872
114933
  });
114873
114934
  OneHundredAndTwentyTwo$outboundSchema = objectType({
114874
114935
  slug: stringType(),
114875
114936
  teamId: stringType(),
114876
114937
  by: stringType(),
114877
- reasons: arrayType(lazyType(() => Reasons$outboundSchema)).optional()
114938
+ reasons: arrayType(lazyType(() => Reasons$outboundSchema)).optional(),
114939
+ removedUsers: recordType(lazyType(() => PayloadRemovedUsers$outboundSchema)).optional(),
114940
+ removedMemberCount: numberType().optional(),
114941
+ timestamp: numberType().optional()
114878
114942
  });
114879
114943
  OneHundredAndTwentyOne$inboundSchema = objectType({
114880
114944
  slug: stringType()
@@ -115678,8 +115742,8 @@ var init_userevent = __esm(() => {
115678
115742
  projectName: stringType(),
115679
115743
  branch: stringType()
115680
115744
  });
115681
- UserEventPayload84Role$inboundSchema = nativeEnumType(UserEventPayload84Role);
115682
- UserEventPayload84Role$outboundSchema = UserEventPayload84Role$inboundSchema;
115745
+ UserEventPayloadRole$inboundSchema = nativeEnumType(UserEventPayloadRole);
115746
+ UserEventPayloadRole$outboundSchema = UserEventPayloadRole$inboundSchema;
115683
115747
  PayloadOrigin$inboundSchema = nativeEnumType(PayloadOrigin);
115684
115748
  PayloadOrigin$outboundSchema = PayloadOrigin$inboundSchema;
115685
115749
  PayloadGitUserId$inboundSchema = unionType([stringType(), numberType()]);
@@ -115711,13 +115775,13 @@ var init_userevent = __esm(() => {
115711
115775
  dsyncConnectedAt: numberType().optional()
115712
115776
  });
115713
115777
  RemovedUsers$inboundSchema = objectType({
115714
- role: UserEventPayload84Role$inboundSchema,
115778
+ role: UserEventPayloadRole$inboundSchema,
115715
115779
  confirmed: booleanType(),
115716
115780
  confirmedAt: numberType().optional(),
115717
115781
  joinedFrom: lazyType(() => PayloadJoinedFrom$inboundSchema).optional()
115718
115782
  });
115719
115783
  RemovedUsers$outboundSchema = objectType({
115720
- role: UserEventPayload84Role$outboundSchema,
115784
+ role: UserEventPayloadRole$outboundSchema,
115721
115785
  confirmed: booleanType(),
115722
115786
  confirmedAt: numberType().optional(),
115723
115787
  joinedFrom: lazyType(() => PayloadJoinedFrom$outboundSchema).optional()
@@ -119585,6 +119649,8 @@ var init_createwebhookop = __esm(() => {
119585
119649
  EdgeConfigDeleted: "edge-config.deleted",
119586
119650
  EdgeConfigItemsUpdated: "edge-config.items.updated",
119587
119651
  FirewallAttack: "firewall.attack",
119652
+ FirewallSystemRuleAnomaly: "firewall.system-rule-anomaly",
119653
+ FirewallCustomRuleAnomaly: "firewall.custom-rule-anomaly",
119588
119654
  IntegrationConfigurationPermissionUpgraded: "integration-configuration.permission-upgraded",
119589
119655
  IntegrationConfigurationRemoved: "integration-configuration.removed",
119590
119656
  IntegrationConfigurationScopeChangeConfirmed: "integration-configuration.scope-change-confirmed",
@@ -119663,6 +119729,8 @@ var init_createwebhookop = __esm(() => {
119663
119729
  EdgeConfigDeleted: "edge-config.deleted",
119664
119730
  EdgeConfigItemsUpdated: "edge-config.items.updated",
119665
119731
  FirewallAttack: "firewall.attack",
119732
+ FirewallSystemRuleAnomaly: "firewall.system-rule-anomaly",
119733
+ FirewallCustomRuleAnomaly: "firewall.custom-rule-anomaly",
119666
119734
  IntegrationConfigurationPermissionUpgraded: "integration-configuration.permission-upgraded",
119667
119735
  IntegrationConfigurationRemoved: "integration-configuration.removed",
119668
119736
  IntegrationConfigurationScopeChangeConfirmed: "integration-configuration.scope-change-confirmed",
@@ -120028,6 +120096,8 @@ var init_getwebhookop = __esm(() => {
120028
120096
  EdgeConfigDeleted: "edge-config.deleted",
120029
120097
  EdgeConfigItemsUpdated: "edge-config.items.updated",
120030
120098
  FirewallAttack: "firewall.attack",
120099
+ FirewallSystemRuleAnomaly: "firewall.system-rule-anomaly",
120100
+ FirewallCustomRuleAnomaly: "firewall.custom-rule-anomaly",
120031
120101
  IntegrationConfigurationPermissionUpgraded: "integration-configuration.permission-upgraded",
120032
120102
  IntegrationConfigurationRemoved: "integration-configuration.removed",
120033
120103
  IntegrationConfigurationScopeChangeConfirmed: "integration-configuration.scope-change-confirmed",
@@ -120251,6 +120321,8 @@ var init_getwebhooksop = __esm(() => {
120251
120321
  EdgeConfigDeleted: "edge-config.deleted",
120252
120322
  EdgeConfigItemsUpdated: "edge-config.items.updated",
120253
120323
  FirewallAttack: "firewall.attack",
120324
+ FirewallSystemRuleAnomaly: "firewall.system-rule-anomaly",
120325
+ FirewallCustomRuleAnomaly: "firewall.custom-rule-anomaly",
120254
120326
  IntegrationConfigurationPermissionUpgraded: "integration-configuration.permission-upgraded",
120255
120327
  IntegrationConfigurationRemoved: "integration-configuration.removed",
120256
120328
  IntegrationConfigurationScopeChangeConfirmed: "integration-configuration.scope-change-confirmed",
@@ -120388,6 +120460,8 @@ var init_getwebhooksop = __esm(() => {
120388
120460
  EdgeConfigDeleted: "edge-config.deleted",
120389
120461
  EdgeConfigItemsUpdated: "edge-config.items.updated",
120390
120462
  FirewallAttack: "firewall.attack",
120463
+ FirewallSystemRuleAnomaly: "firewall.system-rule-anomaly",
120464
+ FirewallCustomRuleAnomaly: "firewall.custom-rule-anomaly",
120391
120465
  IntegrationConfigurationPermissionUpgraded: "integration-configuration.permission-upgraded",
120392
120466
  IntegrationConfigurationRemoved: "integration-configuration.removed",
120393
120467
  IntegrationConfigurationScopeChangeConfirmed: "integration-configuration.scope-change-confirmed",
@@ -120617,7 +120691,7 @@ Get a list of webhooks`,
120617
120691
  function createMCPServer(deps) {
120618
120692
  const server = new McpServer({
120619
120693
  name: "Vercel",
120620
- version: "1.18.0"
120694
+ version: "1.18.1"
120621
120695
  });
120622
120696
  const client = new VercelCore({
120623
120697
  bearerToken: deps.bearerToken,
@@ -122248,7 +122322,7 @@ var routes = an({
122248
122322
  var app = He(routes, {
122249
122323
  name: "mcp",
122250
122324
  versionInfo: {
122251
- currentVersion: "1.18.0"
122325
+ currentVersion: "1.18.1"
122252
122326
  }
122253
122327
  });
122254
122328
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -122256,5 +122330,5 @@ export {
122256
122330
  app
122257
122331
  };
122258
122332
 
122259
- //# debugId=D54605B558BDE69C64756E2164756E21
122333
+ //# debugId=3C531BDAA7D8086A64756E2164756E21
122260
122334
  //# sourceMappingURL=mcp-server.js.map