@vercel/sdk 1.13.9 → 1.14.0

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 (178) hide show
  1. package/README.md +25 -21
  2. package/bin/mcp-server.js +1006 -658
  3. package/bin/mcp-server.js.map +34 -29
  4. package/docs/sdks/domainsregistrar/README.md +6 -0
  5. package/docs/sdks/projects/README.md +2 -0
  6. package/docs/sdks/security/README.md +70 -0
  7. package/esm/__tests__/accessgroups.test.js +3 -1
  8. package/esm/__tests__/accessgroups.test.js.map +1 -1
  9. package/esm/__tests__/domains.test.js +11 -3
  10. package/esm/__tests__/domains.test.js.map +1 -1
  11. package/esm/__tests__/edgeconfig.test.js +6 -6
  12. package/esm/__tests__/integrations.test.js +1 -1
  13. package/esm/__tests__/logdrains.test.js +6 -2
  14. package/esm/__tests__/logdrains.test.js.map +1 -1
  15. package/esm/__tests__/rollingrelease.test.js +2 -6
  16. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  17. package/esm/__tests__/security.test.js +18 -4
  18. package/esm/__tests__/security.test.js.map +1 -1
  19. package/esm/funcs/integrationsDeleteConfiguration.js +2 -2
  20. package/esm/funcs/integrationsDeleteConfiguration.js.map +1 -1
  21. package/esm/funcs/projectsGetProjects.js +1 -0
  22. package/esm/funcs/projectsGetProjects.js.map +1 -1
  23. package/esm/funcs/securityGetV1SecurityFirewallEvents.d.ts +17 -0
  24. package/esm/funcs/securityGetV1SecurityFirewallEvents.d.ts.map +1 -0
  25. package/esm/funcs/securityGetV1SecurityFirewallEvents.js +78 -0
  26. package/esm/funcs/securityGetV1SecurityFirewallEvents.js.map +1 -0
  27. package/esm/lib/config.d.ts +3 -3
  28. package/esm/lib/config.js +3 -3
  29. package/esm/lib/config.js.map +1 -1
  30. package/esm/mcp-server/mcp-server.js +1 -1
  31. package/esm/mcp-server/server.d.ts.map +1 -1
  32. package/esm/mcp-server/server.js +3 -1
  33. package/esm/mcp-server/server.js.map +1 -1
  34. package/esm/mcp-server/tools/securityGetV1SecurityFirewallEvents.d.ts +7 -0
  35. package/esm/mcp-server/tools/securityGetV1SecurityFirewallEvents.d.ts.map +1 -0
  36. package/esm/mcp-server/tools/securityGetV1SecurityFirewallEvents.js +28 -0
  37. package/esm/mcp-server/tools/securityGetV1SecurityFirewallEvents.js.map +1 -0
  38. package/esm/models/acceptprojecttransferrequestop.d.ts +1 -1
  39. package/esm/models/acceptprojecttransferrequestop.d.ts.map +1 -1
  40. package/esm/models/acceptprojecttransferrequestop.js +2 -1
  41. package/esm/models/acceptprojecttransferrequestop.js.map +1 -1
  42. package/esm/models/authtoken.d.ts +6 -0
  43. package/esm/models/authtoken.d.ts.map +1 -1
  44. package/esm/models/authtoken.js +2 -0
  45. package/esm/models/authtoken.js.map +1 -1
  46. package/esm/models/buydomainsop.d.ts +3 -2
  47. package/esm/models/buydomainsop.d.ts.map +1 -1
  48. package/esm/models/buydomainsop.js +3 -0
  49. package/esm/models/buydomainsop.js.map +1 -1
  50. package/esm/models/buysingledomainop.d.ts +3 -2
  51. package/esm/models/buysingledomainop.d.ts.map +1 -1
  52. package/esm/models/buysingledomainop.js +3 -0
  53. package/esm/models/buysingledomainop.js.map +1 -1
  54. package/esm/models/createeventop.d.ts +2 -2
  55. package/esm/models/createeventop.d.ts.map +1 -1
  56. package/esm/models/createeventop.js +2 -2
  57. package/esm/models/createeventop.js.map +1 -1
  58. package/esm/models/createintegrationstoredirectop.d.ts +340 -315
  59. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  60. package/esm/models/createintegrationstoredirectop.js +392 -381
  61. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  62. package/esm/models/createwebhookop.d.ts +12 -0
  63. package/esm/models/createwebhookop.d.ts.map +1 -1
  64. package/esm/models/createwebhookop.js +4 -0
  65. package/esm/models/createwebhookop.js.map +1 -1
  66. package/esm/models/dnssecenabled.d.ts +70 -0
  67. package/esm/models/dnssecenabled.d.ts.map +1 -0
  68. package/esm/models/dnssecenabled.js +72 -0
  69. package/esm/models/dnssecenabled.js.map +1 -0
  70. package/esm/models/domaintooshort.d.ts +70 -0
  71. package/esm/models/domaintooshort.d.ts.map +1 -0
  72. package/esm/models/domaintooshort.js +72 -0
  73. package/esm/models/domaintooshort.js.map +1 -0
  74. package/esm/models/filetree.d.ts +0 -5
  75. package/esm/models/filetree.d.ts.map +1 -1
  76. package/esm/models/filetree.js +0 -2
  77. package/esm/models/filetree.js.map +1 -1
  78. package/esm/models/getconfigurationproductsop.d.ts +375 -375
  79. package/esm/models/getconfigurationproductsop.js +465 -465
  80. package/esm/models/getconfigurationsop.d.ts +18 -0
  81. package/esm/models/getconfigurationsop.d.ts.map +1 -1
  82. package/esm/models/getconfigurationsop.js +6 -0
  83. package/esm/models/getconfigurationsop.js.map +1 -1
  84. package/esm/models/getdomainpriceop.d.ts +3 -2
  85. package/esm/models/getdomainpriceop.d.ts.map +1 -1
  86. package/esm/models/getdomainpriceop.js +3 -0
  87. package/esm/models/getdomainpriceop.js.map +1 -1
  88. package/esm/models/getprojectsop.d.ts +5 -0
  89. package/esm/models/getprojectsop.d.ts.map +1 -1
  90. package/esm/models/getprojectsop.js +2 -0
  91. package/esm/models/getprojectsop.js.map +1 -1
  92. package/esm/models/getv1securityfirewalleventsop.d.ts +95 -0
  93. package/esm/models/getv1securityfirewalleventsop.d.ts.map +1 -0
  94. package/esm/models/getv1securityfirewalleventsop.js +108 -0
  95. package/esm/models/getv1securityfirewalleventsop.js.map +1 -0
  96. package/esm/models/getwebhookop.d.ts +6 -0
  97. package/esm/models/getwebhookop.d.ts.map +1 -1
  98. package/esm/models/getwebhookop.js +2 -0
  99. package/esm/models/getwebhookop.js.map +1 -1
  100. package/esm/models/getwebhooksop.d.ts +12 -0
  101. package/esm/models/getwebhooksop.d.ts.map +1 -1
  102. package/esm/models/getwebhooksop.js +4 -0
  103. package/esm/models/getwebhooksop.js.map +1 -1
  104. package/esm/models/importresourceop.d.ts +1 -1
  105. package/esm/models/importresourceop.d.ts.map +1 -1
  106. package/esm/models/importresourceop.js +1 -1
  107. package/esm/models/importresourceop.js.map +1 -1
  108. package/esm/models/renewdomainop.d.ts +3 -2
  109. package/esm/models/renewdomainop.d.ts.map +1 -1
  110. package/esm/models/renewdomainop.js +3 -0
  111. package/esm/models/renewdomainop.js.map +1 -1
  112. package/esm/models/team.d.ts +1 -1
  113. package/esm/models/team.d.ts.map +1 -1
  114. package/esm/models/team.js +1 -1
  115. package/esm/models/team.js.map +1 -1
  116. package/esm/models/transferindomainop.d.ts +4 -2
  117. package/esm/models/transferindomainop.d.ts.map +1 -1
  118. package/esm/models/transferindomainop.js +6 -0
  119. package/esm/models/transferindomainop.js.map +1 -1
  120. package/esm/models/updateinstallationop.d.ts +1 -1
  121. package/esm/models/updateinstallationop.d.ts.map +1 -1
  122. package/esm/models/updateinstallationop.js +1 -1
  123. package/esm/models/updateinstallationop.js.map +1 -1
  124. package/esm/models/updateresourceop.d.ts +1 -1
  125. package/esm/models/updateresourceop.d.ts.map +1 -1
  126. package/esm/models/updateresourceop.js +1 -1
  127. package/esm/models/updateresourceop.js.map +1 -1
  128. package/esm/models/userevent.d.ts +77 -11
  129. package/esm/models/userevent.d.ts.map +1 -1
  130. package/esm/models/userevent.js +67 -9
  131. package/esm/models/userevent.js.map +1 -1
  132. package/esm/sdk/security.d.ts +8 -0
  133. package/esm/sdk/security.d.ts.map +1 -1
  134. package/esm/sdk/security.js +10 -0
  135. package/esm/sdk/security.js.map +1 -1
  136. package/examples/package-lock.json +1 -1
  137. package/jsr.json +1 -1
  138. package/package.json +1 -1
  139. package/src/__tests__/accessgroups.test.ts +3 -1
  140. package/src/__tests__/domains.test.ts +11 -3
  141. package/src/__tests__/edgeconfig.test.ts +6 -6
  142. package/src/__tests__/integrations.test.ts +1 -1
  143. package/src/__tests__/logdrains.test.ts +6 -2
  144. package/src/__tests__/rollingrelease.test.ts +2 -6
  145. package/src/__tests__/security.test.ts +23 -4
  146. package/src/funcs/integrationsDeleteConfiguration.ts +2 -2
  147. package/src/funcs/projectsGetProjects.ts +1 -0
  148. package/src/funcs/securityGetV1SecurityFirewallEvents.ts +165 -0
  149. package/src/lib/config.ts +3 -3
  150. package/src/mcp-server/mcp-server.ts +1 -1
  151. package/src/mcp-server/server.ts +3 -1
  152. package/src/mcp-server/tools/securityGetV1SecurityFirewallEvents.ts +39 -0
  153. package/src/models/acceptprojecttransferrequestop.ts +3 -2
  154. package/src/models/authtoken.ts +2 -0
  155. package/src/models/buydomainsop.ts +10 -0
  156. package/src/models/buysingledomainop.ts +10 -0
  157. package/src/models/createeventop.ts +4 -4
  158. package/src/models/createintegrationstoredirectop.ts +714 -668
  159. package/src/models/createwebhookop.ts +4 -0
  160. package/src/models/dnssecenabled.ts +120 -0
  161. package/src/models/domaintooshort.ts +120 -0
  162. package/src/models/filetree.ts +0 -7
  163. package/src/models/getconfigurationproductsop.ts +802 -802
  164. package/src/models/getconfigurationsop.ts +6 -0
  165. package/src/models/getdomainpriceop.ts +10 -0
  166. package/src/models/getprojectsop.ts +7 -0
  167. package/src/models/getv1securityfirewalleventsop.ts +233 -0
  168. package/src/models/getwebhookop.ts +2 -0
  169. package/src/models/getwebhooksop.ts +4 -0
  170. package/src/models/importresourceop.ts +2 -2
  171. package/src/models/renewdomainop.ts +10 -0
  172. package/src/models/team.ts +2 -2
  173. package/src/models/transferindomainop.ts +20 -0
  174. package/src/models/updateinstallationop.ts +2 -2
  175. package/src/models/updateresourceop.ts +2 -2
  176. package/src/models/userevent.ts +140 -17
  177. package/src/sdk/security.ts +22 -0
  178. package/vercel-spec.json +351 -109
package/bin/mcp-server.js CHANGED
@@ -34234,9 +34234,9 @@ var init_config = __esm(() => {
34234
34234
  SDK_METADATA = {
34235
34235
  language: "typescript",
34236
34236
  openapiDocVersion: "0.0.1",
34237
- sdkVersion: "1.13.9",
34238
- genVersion: "2.723.11",
34239
- userAgent: "speakeasy-sdk/typescript 1.13.9 2.723.11 0.0.1 @vercel/sdk"
34237
+ sdkVersion: "1.14.0",
34238
+ genVersion: "2.727.4",
34239
+ userAgent: "speakeasy-sdk/typescript 1.14.0 2.727.4 0.0.1 @vercel/sdk"
34240
34240
  };
34241
34241
  });
34242
34242
 
@@ -40571,6 +40571,7 @@ var init_authtoken = __esm(() => {
40571
40571
  Sms: "sms",
40572
40572
  Invite: "invite",
40573
40573
  Google: "google",
40574
+ Apple: "apple",
40574
40575
  App: "app"
40575
40576
  };
40576
40577
  ScopesType = {
@@ -40593,6 +40594,7 @@ var init_authtoken = __esm(() => {
40593
40594
  Sms: "sms",
40594
40595
  Invite: "invite",
40595
40596
  Google: "google",
40597
+ Apple: "apple",
40596
40598
  App: "app"
40597
40599
  };
40598
40600
  AuthTokenScopesType$inboundSchema = nativeEnumType(AuthTokenScopesType);
@@ -54749,8 +54751,7 @@ var init_filetree = __esm(() => {
54749
54751
  uid: stringType().optional(),
54750
54752
  children: arrayType(lazyType(() => FileTree$inboundSchema)).optional(),
54751
54753
  contentType: stringType().optional(),
54752
- mode: numberType(),
54753
- symlink: stringType().optional()
54754
+ mode: numberType()
54754
54755
  });
54755
54756
  FileTree$outboundSchema = objectType({
54756
54757
  name: stringType(),
@@ -54758,8 +54759,7 @@ var init_filetree = __esm(() => {
54758
54759
  uid: stringType().optional(),
54759
54760
  children: arrayType(lazyType(() => FileTree$outboundSchema)).optional(),
54760
54761
  contentType: stringType().optional(),
54761
- mode: numberType(),
54762
- symlink: stringType().optional()
54762
+ mode: numberType()
54763
54763
  });
54764
54764
  ((FileTree$) => {
54765
54765
  FileTree$.inboundSchema = FileTree$inboundSchema;
@@ -58763,6 +58763,58 @@ var init_domainnotavailable = __esm(() => {
58763
58763
  })(DomainNotAvailable$ ||= {});
58764
58764
  });
58765
58765
 
58766
+ // src/models/domaintooshort.ts
58767
+ var DomainTooShortCode, DomainTooShort, DomainTooShortCode$inboundSchema, DomainTooShortCode$outboundSchema, DomainTooShortCode$, DomainTooShort$inboundSchema, DomainTooShort$outboundSchema, DomainTooShort$;
58768
+ var init_domaintooshort = __esm(() => {
58769
+ init_esm();
58770
+ init_vercelerror();
58771
+ DomainTooShortCode = {
58772
+ DomainTooShort: "domain_too_short"
58773
+ };
58774
+ DomainTooShort = class DomainTooShort extends VercelError {
58775
+ status;
58776
+ code;
58777
+ data$;
58778
+ constructor(err, httpMeta) {
58779
+ const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
58780
+ super(message, httpMeta);
58781
+ this.data$ = err;
58782
+ this.status = err.status;
58783
+ this.code = err.code;
58784
+ this.name = "DomainTooShort";
58785
+ }
58786
+ };
58787
+ DomainTooShortCode$inboundSchema = nativeEnumType(DomainTooShortCode);
58788
+ DomainTooShortCode$outboundSchema = DomainTooShortCode$inboundSchema;
58789
+ ((DomainTooShortCode$) => {
58790
+ DomainTooShortCode$.inboundSchema = DomainTooShortCode$inboundSchema;
58791
+ DomainTooShortCode$.outboundSchema = DomainTooShortCode$outboundSchema;
58792
+ })(DomainTooShortCode$ ||= {});
58793
+ DomainTooShort$inboundSchema = objectType({
58794
+ status: numberType(),
58795
+ code: DomainTooShortCode$inboundSchema,
58796
+ message: stringType(),
58797
+ request$: instanceOfType(Request),
58798
+ response$: instanceOfType(Response),
58799
+ body$: stringType()
58800
+ }).transform((v2) => {
58801
+ return new DomainTooShort(v2, {
58802
+ request: v2.request$,
58803
+ response: v2.response$,
58804
+ body: v2.body$
58805
+ });
58806
+ });
58807
+ DomainTooShort$outboundSchema = instanceOfType(DomainTooShort).transform((v2) => v2.data$).pipe(objectType({
58808
+ status: numberType(),
58809
+ code: DomainTooShortCode$outboundSchema,
58810
+ message: stringType()
58811
+ }));
58812
+ ((DomainTooShort$) => {
58813
+ DomainTooShort$.inboundSchema = DomainTooShort$inboundSchema;
58814
+ DomainTooShort$.outboundSchema = DomainTooShort$outboundSchema;
58815
+ })(DomainTooShort$ ||= {});
58816
+ });
58817
+
58766
58818
  // src/models/duplicatedomains.ts
58767
58819
  var DuplicateDomainsCode, DuplicateDomains, DuplicateDomainsCode$inboundSchema, DuplicateDomainsCode$outboundSchema, DuplicateDomainsCode$, DuplicateDomains$inboundSchema, DuplicateDomains$outboundSchema, DuplicateDomains$;
58768
58820
  var init_duplicatedomains = __esm(() => {
@@ -59291,6 +59343,7 @@ var init_buydomainsop = __esm(() => {
59291
59343
  init_primitives();
59292
59344
  init_additionalcontactinforequired();
59293
59345
  init_domainnotavailable();
59346
+ init_domaintooshort();
59294
59347
  init_duplicatedomains();
59295
59348
  init_expectedpricemismatch();
59296
59349
  init_forbidden();
@@ -59402,6 +59455,7 @@ var init_buydomainsop = __esm(() => {
59402
59455
  BuyDomainsDomainsRegistrarResponseResponseBody$.outboundSchema = BuyDomainsDomainsRegistrarResponseResponseBody$outboundSchema;
59403
59456
  })(BuyDomainsDomainsRegistrarResponseResponseBody$ ||= {});
59404
59457
  BuyDomainsDomainsRegistrarResponseBody$inboundSchema = unionType([
59458
+ DomainTooShort$inboundSchema,
59405
59459
  OrderTooExpensive$inboundSchema,
59406
59460
  TooManyDomains$inboundSchema,
59407
59461
  InvalidAdditionalContactInfo$inboundSchema,
@@ -59413,6 +59467,7 @@ var init_buydomainsop = __esm(() => {
59413
59467
  HttpApiDecodeError$inboundSchema
59414
59468
  ]);
59415
59469
  BuyDomainsDomainsRegistrarResponseBody$outboundSchema = unionType([
59470
+ DomainTooShort$outboundSchema,
59416
59471
  OrderTooExpensive$outboundSchema,
59417
59472
  TooManyDomains$outboundSchema,
59418
59473
  InvalidAdditionalContactInfo$outboundSchema,
@@ -59773,6 +59828,7 @@ var init_buysingledomainop = __esm(() => {
59773
59828
  init_primitives();
59774
59829
  init_additionalcontactinforequired();
59775
59830
  init_domainnotavailable();
59831
+ init_domaintooshort();
59776
59832
  init_expectedpricemismatch();
59777
59833
  init_forbidden();
59778
59834
  init_httpapidecodeerror();
@@ -59872,6 +59928,7 @@ var init_buysingledomainop = __esm(() => {
59872
59928
  BuySingleDomainDomainsRegistrarResponseResponseBody$.outboundSchema = BuySingleDomainDomainsRegistrarResponseResponseBody$outboundSchema;
59873
59929
  })(BuySingleDomainDomainsRegistrarResponseResponseBody$ ||= {});
59874
59930
  BuySingleDomainDomainsRegistrarResponseBody$inboundSchema = unionType([
59931
+ DomainTooShort$inboundSchema,
59875
59932
  OrderTooExpensive$inboundSchema,
59876
59933
  InvalidAdditionalContactInfo$inboundSchema,
59877
59934
  AdditionalContactInfoRequired$inboundSchema,
@@ -59881,6 +59938,7 @@ var init_buysingledomainop = __esm(() => {
59881
59938
  HttpApiDecodeError$inboundSchema
59882
59939
  ]);
59883
59940
  BuySingleDomainDomainsRegistrarResponseBody$outboundSchema = unionType([
59941
+ DomainTooShort$outboundSchema,
59884
59942
  OrderTooExpensive$outboundSchema,
59885
59943
  InvalidAdditionalContactInfo$outboundSchema,
59886
59944
  AdditionalContactInfoRequired$outboundSchema,
@@ -60888,6 +60946,7 @@ var GetDomainPriceRequest$inboundSchema, GetDomainPriceRequest$outboundSchema, G
60888
60946
  var init_getdomainpriceop = __esm(() => {
60889
60947
  init_esm();
60890
60948
  init_badrequest();
60949
+ init_domaintooshort();
60891
60950
  init_httpapidecodeerror();
60892
60951
  init_tldnotsupported();
60893
60952
  GetDomainPriceRequest$inboundSchema = objectType({
@@ -60906,11 +60965,13 @@ var init_getdomainpriceop = __esm(() => {
60906
60965
  })(GetDomainPriceRequest$ ||= {});
60907
60966
  GetDomainPriceDomainsRegistrarResponseBody$inboundSchema = unionType([
60908
60967
  BadRequest$inboundSchema,
60968
+ DomainTooShort$inboundSchema,
60909
60969
  TldNotSupported$inboundSchema,
60910
60970
  HttpApiDecodeError$inboundSchema
60911
60971
  ]);
60912
60972
  GetDomainPriceDomainsRegistrarResponseBody$outboundSchema = unionType([
60913
60973
  BadRequest$outboundSchema,
60974
+ DomainTooShort$outboundSchema,
60914
60975
  TldNotSupported$outboundSchema,
60915
60976
  HttpApiDecodeError$outboundSchema
60916
60977
  ]);
@@ -61978,6 +62039,7 @@ var init_renewdomainop = __esm(() => {
61978
62039
  init_badrequest();
61979
62040
  init_domainnotavailable();
61980
62041
  init_domainnotregistered();
62042
+ init_domaintooshort();
61981
62043
  init_expectedpricemismatch();
61982
62044
  init_forbidden();
61983
62045
  init_httpapidecodeerror();
@@ -62066,6 +62128,7 @@ var init_renewdomainop = __esm(() => {
62066
62128
  })(RenewDomainDomainsRegistrarResponseResponseBody$ ||= {});
62067
62129
  RenewDomainDomainsRegistrarResponseBody$inboundSchema = unionType([
62068
62130
  BadRequest$inboundSchema,
62131
+ DomainTooShort$inboundSchema,
62069
62132
  DomainNotRegistered$inboundSchema,
62070
62133
  ExpectedPriceMismatch$inboundSchema,
62071
62134
  DomainNotAvailable$inboundSchema,
@@ -62074,6 +62137,7 @@ var init_renewdomainop = __esm(() => {
62074
62137
  ]);
62075
62138
  RenewDomainDomainsRegistrarResponseBody$outboundSchema = unionType([
62076
62139
  BadRequest$outboundSchema,
62140
+ DomainTooShort$outboundSchema,
62077
62141
  DomainNotRegistered$outboundSchema,
62078
62142
  ExpectedPriceMismatch$outboundSchema,
62079
62143
  DomainNotAvailable$outboundSchema,
@@ -62240,13 +62304,67 @@ Renew a domain`,
62240
62304
  };
62241
62305
  });
62242
62306
 
62307
+ // src/models/dnssecenabled.ts
62308
+ var DNSSECEnabledCode, DNSSECEnabled, DNSSECEnabledCode$inboundSchema, DNSSECEnabledCode$outboundSchema, DNSSECEnabledCode$, DNSSECEnabled$inboundSchema, DNSSECEnabled$outboundSchema, DNSSECEnabled$;
62309
+ var init_dnssecenabled = __esm(() => {
62310
+ init_esm();
62311
+ init_vercelerror();
62312
+ DNSSECEnabledCode = {
62313
+ DnssecEnabled: "dnssec_enabled"
62314
+ };
62315
+ DNSSECEnabled = class DNSSECEnabled extends VercelError {
62316
+ status;
62317
+ code;
62318
+ data$;
62319
+ constructor(err, httpMeta) {
62320
+ const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
62321
+ super(message, httpMeta);
62322
+ this.data$ = err;
62323
+ this.status = err.status;
62324
+ this.code = err.code;
62325
+ this.name = "DNSSECEnabled";
62326
+ }
62327
+ };
62328
+ DNSSECEnabledCode$inboundSchema = nativeEnumType(DNSSECEnabledCode);
62329
+ DNSSECEnabledCode$outboundSchema = DNSSECEnabledCode$inboundSchema;
62330
+ ((DNSSECEnabledCode$) => {
62331
+ DNSSECEnabledCode$.inboundSchema = DNSSECEnabledCode$inboundSchema;
62332
+ DNSSECEnabledCode$.outboundSchema = DNSSECEnabledCode$outboundSchema;
62333
+ })(DNSSECEnabledCode$ ||= {});
62334
+ DNSSECEnabled$inboundSchema = objectType({
62335
+ status: numberType(),
62336
+ code: DNSSECEnabledCode$inboundSchema,
62337
+ message: stringType(),
62338
+ request$: instanceOfType(Request),
62339
+ response$: instanceOfType(Response),
62340
+ body$: stringType()
62341
+ }).transform((v2) => {
62342
+ return new DNSSECEnabled(v2, {
62343
+ request: v2.request$,
62344
+ response: v2.response$,
62345
+ body: v2.body$
62346
+ });
62347
+ });
62348
+ DNSSECEnabled$outboundSchema = instanceOfType(DNSSECEnabled).transform((v2) => v2.data$).pipe(objectType({
62349
+ status: numberType(),
62350
+ code: DNSSECEnabledCode$outboundSchema,
62351
+ message: stringType()
62352
+ }));
62353
+ ((DNSSECEnabled$) => {
62354
+ DNSSECEnabled$.inboundSchema = DNSSECEnabled$inboundSchema;
62355
+ DNSSECEnabled$.outboundSchema = DNSSECEnabled$outboundSchema;
62356
+ })(DNSSECEnabled$ ||= {});
62357
+ });
62358
+
62243
62359
  // src/models/transferindomainop.ts
62244
62360
  var TransferInDomainMethod, TransferInDomainContactInformation$inboundSchema, TransferInDomainContactInformation$outboundSchema, TransferInDomainContactInformation$, TransferInDomainRequestBody$inboundSchema, TransferInDomainRequestBody$outboundSchema, TransferInDomainRequestBody$, TransferInDomainRequest$inboundSchema, TransferInDomainRequest$outboundSchema, TransferInDomainRequest$, TransferInDomainDomainsRegistrarResponseResponseBody$inboundSchema, TransferInDomainDomainsRegistrarResponseResponseBody$outboundSchema, TransferInDomainDomainsRegistrarResponseResponseBody$, TransferInDomainDomainsRegistrarResponseBody$inboundSchema, TransferInDomainDomainsRegistrarResponseBody$outboundSchema, TransferInDomainDomainsRegistrarResponseBody$, TransferInDomainMethod$inboundSchema, TransferInDomainMethod$outboundSchema, TransferInDomainMethod$, TransferInDomainLinks$inboundSchema, TransferInDomainLinks$outboundSchema, TransferInDomainLinks$, TransferInDomainResponseBody$inboundSchema, TransferInDomainResponseBody$outboundSchema, TransferInDomainResponseBody$;
62245
62361
  var init_transferindomainop = __esm(() => {
62246
62362
  init_esm();
62247
62363
  init_primitives();
62248
62364
  init_badrequest();
62365
+ init_dnssecenabled();
62249
62366
  init_domainnotavailable();
62367
+ init_domaintooshort();
62250
62368
  init_expectedpricemismatch();
62251
62369
  init_forbidden();
62252
62370
  init_httpapidecodeerror();
@@ -62339,6 +62457,8 @@ var init_transferindomainop = __esm(() => {
62339
62457
  })(TransferInDomainDomainsRegistrarResponseResponseBody$ ||= {});
62340
62458
  TransferInDomainDomainsRegistrarResponseBody$inboundSchema = unionType([
62341
62459
  BadRequest$inboundSchema,
62460
+ DomainTooShort$inboundSchema,
62461
+ DNSSECEnabled$inboundSchema,
62342
62462
  ExpectedPriceMismatch$inboundSchema,
62343
62463
  DomainNotAvailable$inboundSchema,
62344
62464
  TldNotSupported$inboundSchema,
@@ -62346,6 +62466,8 @@ var init_transferindomainop = __esm(() => {
62346
62466
  ]);
62347
62467
  TransferInDomainDomainsRegistrarResponseBody$outboundSchema = unionType([
62348
62468
  BadRequest$outboundSchema,
62469
+ DomainTooShort$outboundSchema,
62470
+ DNSSECEnabled$outboundSchema,
62349
62471
  ExpectedPriceMismatch$outboundSchema,
62350
62472
  DomainNotAvailable$outboundSchema,
62351
62473
  TldNotSupported$outboundSchema,
@@ -68026,7 +68148,7 @@ Connects an integration resource to a Vercel project. This endpoint establishes
68026
68148
  });
68027
68149
 
68028
68150
  // src/models/createintegrationstoredirectop.ts
68029
- 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, Metadata$, CreateIntegrationStoreDirectRequestBody$inboundSchema, CreateIntegrationStoreDirectRequestBody$outboundSchema, CreateIntegrationStoreDirectRequestBody$, CreateIntegrationStoreDirectRequest$inboundSchema, CreateIntegrationStoreDirectRequest$outboundSchema, CreateIntegrationStoreDirectRequest$, CreateIntegrationStoreDirectFramework$inboundSchema, CreateIntegrationStoreDirectFramework$outboundSchema, CreateIntegrationStoreDirectFramework$, CreateIntegrationStoreDirectEnvironments$inboundSchema, CreateIntegrationStoreDirectEnvironments$outboundSchema, CreateIntegrationStoreDirectEnvironments$, CreateIntegrationStoreDirectIntegrationsEnvironments$inboundSchema, CreateIntegrationStoreDirectIntegrationsEnvironments$outboundSchema, CreateIntegrationStoreDirectIntegrationsEnvironments$, Actions$inboundSchema, Actions$outboundSchema, Actions$, CreateIntegrationStoreDirectDeployments$inboundSchema, CreateIntegrationStoreDirectDeployments$outboundSchema, CreateIntegrationStoreDirectDeployments$, ProjectsMetadata$inboundSchema, ProjectsMetadata$outboundSchema, ProjectsMetadata$, Providers2$inboundSchema, Providers2$outboundSchema, Providers2$, Providers1$inboundSchema, Providers1$outboundSchema, Providers1$, Providers$inboundSchema, Providers$outboundSchema, Providers$, Git$inboundSchema, Git$outboundSchema, Git$, ProjectFilter$inboundSchema, ProjectFilter$outboundSchema, ProjectFilter$, CreateIntegrationStoreDirectStatus$inboundSchema, CreateIntegrationStoreDirectStatus$outboundSchema, CreateIntegrationStoreDirectStatus$, CreateIntegrationStoreDirectOwnership$inboundSchema, CreateIntegrationStoreDirectOwnership$outboundSchema, CreateIntegrationStoreDirectOwnership$, Capabilities$inboundSchema, Capabilities$outboundSchema, Capabilities$, CreateIntegrationStoreDirectMetadata$inboundSchema, CreateIntegrationStoreDirectMetadata$outboundSchema, CreateIntegrationStoreDirectMetadata$, ExternalResourceStatus$inboundSchema, ExternalResourceStatus$outboundSchema, ExternalResourceStatus$, CreateIntegrationStoreDirectCapabilities$inboundSchema, CreateIntegrationStoreDirectCapabilities$outboundSchema, CreateIntegrationStoreDirectCapabilities$, CreateIntegrationStoreDirectIntegrationsType$inboundSchema, CreateIntegrationStoreDirectIntegrationsType$outboundSchema, CreateIntegrationStoreDirectIntegrationsType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$, CreateIntegrationStoreDirectPropertiesValue$inboundSchema, CreateIntegrationStoreDirectPropertiesValue$outboundSchema, CreateIntegrationStoreDirectPropertiesValue$, CreateIntegrationStoreDirectDisabled3$inboundSchema, CreateIntegrationStoreDirectDisabled3$outboundSchema, CreateIntegrationStoreDirectDisabled3$, CreateIntegrationStoreDirectDisabled2$inboundSchema, CreateIntegrationStoreDirectDisabled2$outboundSchema, CreateIntegrationStoreDirectDisabled2$, CreateIntegrationStoreDirectPropertiesDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesDisabled$, CreateIntegrationStoreDirectHidden3$inboundSchema, CreateIntegrationStoreDirectHidden3$outboundSchema, CreateIntegrationStoreDirectHidden3$, CreateIntegrationStoreDirectHidden2$inboundSchema, CreateIntegrationStoreDirectHidden2$outboundSchema, CreateIntegrationStoreDirectHidden2$, CreateIntegrationStoreDirectPropertiesHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesHidden$, CreateIntegrationStoreDirectProperties9$inboundSchema, CreateIntegrationStoreDirectProperties9$outboundSchema, CreateIntegrationStoreDirectProperties9$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$, CreateIntegrationStoreDirectProperties8$inboundSchema, CreateIntegrationStoreDirectProperties8$outboundSchema, CreateIntegrationStoreDirectProperties8$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$inboundSchema, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$outboundSchema, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$, CreateIntegrationStoreDirectUiOptionsValue$inboundSchema, CreateIntegrationStoreDirectUiOptionsValue$outboundSchema, CreateIntegrationStoreDirectUiOptionsValue$, CreateIntegrationStoreDirectDisabledIntegrationsResponse2003$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2003$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2003$, CreateIntegrationStoreDirectDisabledIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2002$, CreateIntegrationStoreDirectUiOptionsIntegrationsDisabled$inboundSchema, CreateIntegrationStoreDirectUiOptionsIntegrationsDisabled$outboundSchema, CreateIntegrationStoreDirectUiOptionsIntegrationsDisabled$, CreateIntegrationStoreDirectHiddenIntegrationsResponse2003$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2003$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2003$, CreateIntegrationStoreDirectHiddenIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2002$, CreateIntegrationStoreDirectUiOptionsIntegrationsHidden$inboundSchema, CreateIntegrationStoreDirectUiOptionsIntegrationsHidden$outboundSchema, CreateIntegrationStoreDirectUiOptionsIntegrationsHidden$, CreateIntegrationStoreDirectUiOptions3$inboundSchema, CreateIntegrationStoreDirectUiOptions3$outboundSchema, CreateIntegrationStoreDirectUiOptions3$, UiOptionsAtBRANDAt8584$inboundSchema, UiOptionsAtBRANDAt8584$outboundSchema, UiOptionsAtBRANDAt8584$, CreateIntegrationStoreDirectUiOptions2$inboundSchema, CreateIntegrationStoreDirectUiOptions2$outboundSchema, CreateIntegrationStoreDirectUiOptions2$, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3$, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson2$, CreateIntegrationStoreDirectUiOptionsDisabled$inboundSchema, CreateIntegrationStoreDirectUiOptionsDisabled$outboundSchema, CreateIntegrationStoreDirectUiOptionsDisabled$, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3$, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2$, CreateIntegrationStoreDirectUiOptionsHidden$inboundSchema, CreateIntegrationStoreDirectUiOptionsHidden$outboundSchema, CreateIntegrationStoreDirectUiOptionsHidden$, CreateIntegrationStoreDirectUiOptions1$inboundSchema, CreateIntegrationStoreDirectUiOptions1$outboundSchema, CreateIntegrationStoreDirectUiOptions1$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore2$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore3$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore2$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore3$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore2$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStore2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStore2$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStore2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiFormattedValue$, CreateIntegrationStoreDirectProperties7$inboundSchema, CreateIntegrationStoreDirectProperties7$outboundSchema, CreateIntegrationStoreDirectProperties7$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$, CreateIntegrationStoreDirectPropertiesIntegrationsItems$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsItems$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsItems$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$, CreateIntegrationStoreDirectDisabledIntegrations3$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrations3$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrations3$, CreateIntegrationStoreDirectDisabledIntegrations2$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrations2$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrations2$, CreateIntegrationStoreDirectPropertiesIntegrationsDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsDisabled$, CreateIntegrationStoreDirectHiddenIntegrations3$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrations3$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrations3$, CreateIntegrationStoreDirectHiddenIntegrations2$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrations2$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrations2$, CreateIntegrationStoreDirectPropertiesIntegrationsHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsHidden$, CreateIntegrationStoreDirectPropertiesIntegrationsUiOptions$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiOptions$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiOptions$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$, CreateIntegrationStoreDirectProperties6$inboundSchema, CreateIntegrationStoreDirectProperties6$outboundSchema, CreateIntegrationStoreDirectProperties6$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiControl$, CreateIntegrationStoreDirectDisabledIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse3$, CreateIntegrationStoreDirectDisabledIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseDisabled$, CreateIntegrationStoreDirectHiddenIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse3$, CreateIntegrationStoreDirectHiddenIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseHidden$, CreateIntegrationStoreDirectPropertiesUiOptions$inboundSchema, CreateIntegrationStoreDirectPropertiesUiOptions$outboundSchema, CreateIntegrationStoreDirectPropertiesUiOptions$, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$, CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsPattern$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson3$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson3$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJson2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$, CreateIntegrationStoreDirectProperties5$inboundSchema, CreateIntegrationStoreDirectProperties5$outboundSchema, CreateIntegrationStoreDirectProperties5$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Type$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Type$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Type$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaType$, CreateIntegrationStoreDirectPropertiesItems$inboundSchema, CreateIntegrationStoreDirectPropertiesItems$outboundSchema, CreateIntegrationStoreDirectPropertiesItems$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiControl$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2003$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2003$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2003$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2002$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2003$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2003$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2003$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2002$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2003$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2003$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2003$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2002$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2002$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiFormattedValue$, CreateIntegrationStoreDirectProperties4$inboundSchema, CreateIntegrationStoreDirectProperties4$outboundSchema, CreateIntegrationStoreDirectProperties4$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiControl$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse3$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse3$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse3$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiFormattedValue$, CreateIntegrationStoreDirectProperties3$inboundSchema, CreateIntegrationStoreDirectProperties3$outboundSchema, CreateIntegrationStoreDirectProperties3$, CreateIntegrationStoreDirectPropertiesIntegrationsType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsType$, CreateIntegrationStoreDirectPropertiesIntegrationsUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiControl$, CreateIntegrationStoreDirectUiReadOnlyIntegrations3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrations3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrations3$, CreateIntegrationStoreDirectUiReadOnlyIntegrations2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrations2$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrations2$, CreateIntegrationStoreDirectPropertiesIntegrationsUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrations3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrations3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrations3$, CreateIntegrationStoreDirectUiHiddenIntegrations2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrations2$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrations2$, CreateIntegrationStoreDirectPropertiesIntegrationsUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrations3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrations3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrations3$, CreateIntegrationStoreDirectUiDisabledIntegrations2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrations2$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrations2$, CreateIntegrationStoreDirectPropertiesIntegrationsUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrations2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrations2$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrations2$, CreateIntegrationStoreDirectPropertiesIntegrationsUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiFormattedValue$, CreateIntegrationStoreDirectProperties2$inboundSchema, CreateIntegrationStoreDirectProperties2$outboundSchema, CreateIntegrationStoreDirectProperties2$, CreateIntegrationStoreDirectPropertiesType$inboundSchema, CreateIntegrationStoreDirectPropertiesType$outboundSchema, CreateIntegrationStoreDirectPropertiesType$, CreateIntegrationStoreDirectPropertiesUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesUiControl$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$, CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesMaxLength$, PropertiesAtBRANDAt8584$inboundSchema, PropertiesAtBRANDAt8584$outboundSchema, PropertiesAtBRANDAt8584$, CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesMinLength$, CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$inboundSchema, CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$outboundSchema, CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$, CreateIntegrationStoreDirectPropertiesPattern$inboundSchema, CreateIntegrationStoreDirectPropertiesPattern$outboundSchema, CreateIntegrationStoreDirectPropertiesPattern$, CreateIntegrationStoreDirectUiReadOnly3$inboundSchema, CreateIntegrationStoreDirectUiReadOnly3$outboundSchema, CreateIntegrationStoreDirectUiReadOnly3$, CreateIntegrationStoreDirectUiReadOnly2$inboundSchema, CreateIntegrationStoreDirectUiReadOnly2$outboundSchema, CreateIntegrationStoreDirectUiReadOnly2$, CreateIntegrationStoreDirectPropertiesUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesUiReadOnly$, CreateIntegrationStoreDirectUiHidden3$inboundSchema, CreateIntegrationStoreDirectUiHidden3$outboundSchema, CreateIntegrationStoreDirectUiHidden3$, CreateIntegrationStoreDirectUiHidden2$inboundSchema, CreateIntegrationStoreDirectUiHidden2$outboundSchema, CreateIntegrationStoreDirectUiHidden2$, CreateIntegrationStoreDirectPropertiesUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesUiHidden$, CreateIntegrationStoreDirectUiDisabled3$inboundSchema, CreateIntegrationStoreDirectUiDisabled3$outboundSchema, CreateIntegrationStoreDirectUiDisabled3$, CreateIntegrationStoreDirectUiDisabled2$inboundSchema, CreateIntegrationStoreDirectUiDisabled2$outboundSchema, CreateIntegrationStoreDirectUiDisabled2$, CreateIntegrationStoreDirectPropertiesUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesUiDisabled$, CreateIntegrationStoreDirectUiDescription2$inboundSchema, CreateIntegrationStoreDirectUiDescription2$outboundSchema, CreateIntegrationStoreDirectUiDescription2$, CreateIntegrationStoreDirectPropertiesUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesUiDescription$, CreateIntegrationStoreDirectPropertiesUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesUiFormattedValue$, CreateIntegrationStoreDirectProperties1$inboundSchema, CreateIntegrationStoreDirectProperties1$outboundSchema, CreateIntegrationStoreDirectProperties1$, CreateIntegrationStoreDirectProperties$inboundSchema, CreateIntegrationStoreDirectProperties$outboundSchema, CreateIntegrationStoreDirectProperties$, CreateIntegrationStoreDirectMetadataSchema$inboundSchema, CreateIntegrationStoreDirectMetadataSchema$outboundSchema, CreateIntegrationStoreDirectMetadataSchema$, ResourceLinks$inboundSchema, ResourceLinks$outboundSchema, ResourceLinks$, CreateIntegrationStoreDirectTags$inboundSchema, CreateIntegrationStoreDirectTags$outboundSchema, CreateIntegrationStoreDirectTags$, ProjectConnectionScopes$inboundSchema, ProjectConnectionScopes$outboundSchema, ProjectConnectionScopes$, Repl$inboundSchema, Repl$outboundSchema, Repl$, CreateIntegrationStoreDirectIntegrationsResponseType$inboundSchema, CreateIntegrationStoreDirectIntegrationsResponseType$outboundSchema, CreateIntegrationStoreDirectIntegrationsResponseType$, CreateIntegrationStoreDirectActions$inboundSchema, CreateIntegrationStoreDirectActions$outboundSchema, CreateIntegrationStoreDirectActions$, Steps$inboundSchema, Steps$outboundSchema, Steps$, Guides$inboundSchema, Guides$outboundSchema, Guides$, AtBRANDAt8584$inboundSchema, AtBRANDAt8584$outboundSchema, AtBRANDAt8584$, CreateIntegrationStoreDirectValue$inboundSchema, CreateIntegrationStoreDirectValue$outboundSchema, CreateIntegrationStoreDirectValue$, Disabled3$inboundSchema, Disabled3$outboundSchema, Disabled3$, Disabled2$inboundSchema, Disabled2$outboundSchema, Disabled2$, Disabled$inboundSchema, Disabled$outboundSchema, Disabled$, Hidden3$inboundSchema, Hidden3$outboundSchema, Hidden3$, Hidden2$inboundSchema, Hidden2$outboundSchema, Hidden2$, Hidden$inboundSchema, Hidden$outboundSchema, Hidden$, Product$inboundSchema, Product$outboundSchema, Product$, CreateIntegrationStoreDirectExperimentation$inboundSchema, CreateIntegrationStoreDirectExperimentation$outboundSchema, CreateIntegrationStoreDirectExperimentation$, CreateIntegrationStoreDirectProtocolSettings$inboundSchema, CreateIntegrationStoreDirectProtocolSettings$outboundSchema, CreateIntegrationStoreDirectProtocolSettings$, CreateIntegrationStoreDirectLevel$inboundSchema, CreateIntegrationStoreDirectLevel$outboundSchema, CreateIntegrationStoreDirectLevel$, CreateIntegrationStoreDirectNotification$inboundSchema, CreateIntegrationStoreDirectNotification$outboundSchema, CreateIntegrationStoreDirectNotification$, CreateIntegrationStoreDirectSecrets$inboundSchema, CreateIntegrationStoreDirectSecrets$outboundSchema, CreateIntegrationStoreDirectSecrets$, CreateIntegrationStoreDirectType$inboundSchema, CreateIntegrationStoreDirectType$outboundSchema, CreateIntegrationStoreDirectType$, CreateIntegrationStoreDirectScope$inboundSchema, CreateIntegrationStoreDirectScope$outboundSchema, CreateIntegrationStoreDirectScope$, CreateIntegrationStoreDirectDetails$inboundSchema, CreateIntegrationStoreDirectDetails$outboundSchema, CreateIntegrationStoreDirectDetails$, CreateIntegrationStoreDirectHighlightedDetails$inboundSchema, CreateIntegrationStoreDirectHighlightedDetails$outboundSchema, CreateIntegrationStoreDirectHighlightedDetails$, CreateIntegrationStoreDirectQuote$inboundSchema, CreateIntegrationStoreDirectQuote$outboundSchema, CreateIntegrationStoreDirectQuote$, CreateIntegrationStoreDirectBillingPlan$inboundSchema, CreateIntegrationStoreDirectBillingPlan$outboundSchema, CreateIntegrationStoreDirectBillingPlan$, CreateIntegrationStoreDirectStore$inboundSchema, CreateIntegrationStoreDirectStore$outboundSchema, CreateIntegrationStoreDirectStore$, CreateIntegrationStoreDirectResponseBody$inboundSchema, CreateIntegrationStoreDirectResponseBody$outboundSchema, CreateIntegrationStoreDirectResponseBody$;
68151
+ 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, Metadata$, CreateIntegrationStoreDirectRequestBody$inboundSchema, CreateIntegrationStoreDirectRequestBody$outboundSchema, CreateIntegrationStoreDirectRequestBody$, CreateIntegrationStoreDirectRequest$inboundSchema, CreateIntegrationStoreDirectRequest$outboundSchema, CreateIntegrationStoreDirectRequest$, CreateIntegrationStoreDirectFramework$inboundSchema, CreateIntegrationStoreDirectFramework$outboundSchema, CreateIntegrationStoreDirectFramework$, CreateIntegrationStoreDirectEnvironments$inboundSchema, CreateIntegrationStoreDirectEnvironments$outboundSchema, CreateIntegrationStoreDirectEnvironments$, CreateIntegrationStoreDirectIntegrationsEnvironments$inboundSchema, CreateIntegrationStoreDirectIntegrationsEnvironments$outboundSchema, CreateIntegrationStoreDirectIntegrationsEnvironments$, CreateIntegrationStoreDirectActions$inboundSchema, CreateIntegrationStoreDirectActions$outboundSchema, CreateIntegrationStoreDirectActions$, CreateIntegrationStoreDirectDeployments$inboundSchema, CreateIntegrationStoreDirectDeployments$outboundSchema, CreateIntegrationStoreDirectDeployments$, ProjectsMetadata$inboundSchema, ProjectsMetadata$outboundSchema, ProjectsMetadata$, Providers2$inboundSchema, Providers2$outboundSchema, Providers2$, Providers1$inboundSchema, Providers1$outboundSchema, Providers1$, Providers$inboundSchema, Providers$outboundSchema, Providers$, Git$inboundSchema, Git$outboundSchema, Git$, ProjectFilter$inboundSchema, ProjectFilter$outboundSchema, ProjectFilter$, CreateIntegrationStoreDirectStatus$inboundSchema, CreateIntegrationStoreDirectStatus$outboundSchema, CreateIntegrationStoreDirectStatus$, CreateIntegrationStoreDirectOwnership$inboundSchema, CreateIntegrationStoreDirectOwnership$outboundSchema, CreateIntegrationStoreDirectOwnership$, Capabilities$inboundSchema, Capabilities$outboundSchema, Capabilities$, CreateIntegrationStoreDirectMetadata$inboundSchema, CreateIntegrationStoreDirectMetadata$outboundSchema, CreateIntegrationStoreDirectMetadata$, ExternalResourceStatus$inboundSchema, ExternalResourceStatus$outboundSchema, ExternalResourceStatus$, CreateIntegrationStoreDirectCapabilities$inboundSchema, CreateIntegrationStoreDirectCapabilities$outboundSchema, CreateIntegrationStoreDirectCapabilities$, CreateIntegrationStoreDirectIntegrationsType$inboundSchema, CreateIntegrationStoreDirectIntegrationsType$outboundSchema, CreateIntegrationStoreDirectIntegrationsType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$, CreateIntegrationStoreDirectPropertiesValue$inboundSchema, CreateIntegrationStoreDirectPropertiesValue$outboundSchema, CreateIntegrationStoreDirectPropertiesValue$, CreateIntegrationStoreDirectDisabled3$inboundSchema, CreateIntegrationStoreDirectDisabled3$outboundSchema, CreateIntegrationStoreDirectDisabled3$, CreateIntegrationStoreDirectDisabled2$inboundSchema, CreateIntegrationStoreDirectDisabled2$outboundSchema, CreateIntegrationStoreDirectDisabled2$, CreateIntegrationStoreDirectPropertiesDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesDisabled$, CreateIntegrationStoreDirectHidden3$inboundSchema, CreateIntegrationStoreDirectHidden3$outboundSchema, CreateIntegrationStoreDirectHidden3$, CreateIntegrationStoreDirectHidden2$inboundSchema, CreateIntegrationStoreDirectHidden2$outboundSchema, CreateIntegrationStoreDirectHidden2$, CreateIntegrationStoreDirectPropertiesHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesHidden$, CreateIntegrationStoreDirectProperties9$inboundSchema, CreateIntegrationStoreDirectProperties9$outboundSchema, CreateIntegrationStoreDirectProperties9$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$, CreateIntegrationStoreDirectProperties8$inboundSchema, CreateIntegrationStoreDirectProperties8$outboundSchema, CreateIntegrationStoreDirectProperties8$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$inboundSchema, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$outboundSchema, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$, CreateIntegrationStoreDirectUiOptionsValue$inboundSchema, CreateIntegrationStoreDirectUiOptionsValue$outboundSchema, CreateIntegrationStoreDirectUiOptionsValue$, CreateIntegrationStoreDirectDisabledIntegrationsResponse2003$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2003$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2003$, CreateIntegrationStoreDirectDisabledIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2002$, CreateIntegrationStoreDirectUiOptionsIntegrationsDisabled$inboundSchema, CreateIntegrationStoreDirectUiOptionsIntegrationsDisabled$outboundSchema, CreateIntegrationStoreDirectUiOptionsIntegrationsDisabled$, CreateIntegrationStoreDirectHiddenIntegrationsResponse2003$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2003$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2003$, CreateIntegrationStoreDirectHiddenIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2002$, CreateIntegrationStoreDirectUiOptionsIntegrationsHidden$inboundSchema, CreateIntegrationStoreDirectUiOptionsIntegrationsHidden$outboundSchema, CreateIntegrationStoreDirectUiOptionsIntegrationsHidden$, CreateIntegrationStoreDirectUiOptions3$inboundSchema, CreateIntegrationStoreDirectUiOptions3$outboundSchema, CreateIntegrationStoreDirectUiOptions3$, UiOptionsAtBRANDAt8646$inboundSchema, UiOptionsAtBRANDAt8646$outboundSchema, UiOptionsAtBRANDAt8646$, CreateIntegrationStoreDirectUiOptions2$inboundSchema, CreateIntegrationStoreDirectUiOptions2$outboundSchema, CreateIntegrationStoreDirectUiOptions2$, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3$, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson2$, CreateIntegrationStoreDirectUiOptionsDisabled$inboundSchema, CreateIntegrationStoreDirectUiOptionsDisabled$outboundSchema, CreateIntegrationStoreDirectUiOptionsDisabled$, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3$, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2$, CreateIntegrationStoreDirectUiOptionsHidden$inboundSchema, CreateIntegrationStoreDirectUiOptionsHidden$outboundSchema, CreateIntegrationStoreDirectUiOptionsHidden$, CreateIntegrationStoreDirectUiOptions1$inboundSchema, CreateIntegrationStoreDirectUiOptions1$outboundSchema, CreateIntegrationStoreDirectUiOptions1$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore2$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore3$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore2$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStore2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore3$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore2$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStore2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStore2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStore2$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStore2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiFormattedValue$, CreateIntegrationStoreDirectProperties7$inboundSchema, CreateIntegrationStoreDirectProperties7$outboundSchema, CreateIntegrationStoreDirectProperties7$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$, CreateIntegrationStoreDirectPropertiesIntegrationsItems$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsItems$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsItems$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$, CreateIntegrationStoreDirectDisabledIntegrations3$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrations3$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrations3$, CreateIntegrationStoreDirectDisabledIntegrations2$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrations2$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrations2$, CreateIntegrationStoreDirectPropertiesIntegrationsDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsDisabled$, CreateIntegrationStoreDirectHiddenIntegrations3$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrations3$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrations3$, CreateIntegrationStoreDirectHiddenIntegrations2$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrations2$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrations2$, CreateIntegrationStoreDirectPropertiesIntegrationsHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsHidden$, CreateIntegrationStoreDirectPropertiesIntegrationsUiOptions$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiOptions$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiOptions$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$, CreateIntegrationStoreDirectProperties6$inboundSchema, CreateIntegrationStoreDirectProperties6$outboundSchema, CreateIntegrationStoreDirectProperties6$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiControl$, CreateIntegrationStoreDirectDisabledIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse3$, CreateIntegrationStoreDirectDisabledIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectDisabledIntegrationsResponse2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseDisabled$, CreateIntegrationStoreDirectHiddenIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse3$, CreateIntegrationStoreDirectHiddenIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectHiddenIntegrationsResponse2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseHidden$, CreateIntegrationStoreDirectPropertiesUiOptions$inboundSchema, CreateIntegrationStoreDirectPropertiesUiOptions$outboundSchema, CreateIntegrationStoreDirectPropertiesUiOptions$, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$, CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsPattern$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson3$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJson2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson3$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJson2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJson2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJson2$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJson2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$, CreateIntegrationStoreDirectProperties5$inboundSchema, CreateIntegrationStoreDirectProperties5$outboundSchema, CreateIntegrationStoreDirectProperties5$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Type$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Type$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Type$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaType$, CreateIntegrationStoreDirectPropertiesItems$inboundSchema, CreateIntegrationStoreDirectPropertiesItems$outboundSchema, CreateIntegrationStoreDirectPropertiesItems$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiControl$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2003$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2003$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2003$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2002$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2003$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2003$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2003$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2002$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2003$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2003$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2003$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2002$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2002$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2002$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2002$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200UiFormattedValue$, CreateIntegrationStoreDirectProperties4$inboundSchema, CreateIntegrationStoreDirectProperties4$outboundSchema, CreateIntegrationStoreDirectProperties4$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseType$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiControl$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse3$, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse3$, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse3$, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse2$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiFormattedValue$, CreateIntegrationStoreDirectProperties3$inboundSchema, CreateIntegrationStoreDirectProperties3$outboundSchema, CreateIntegrationStoreDirectProperties3$, CreateIntegrationStoreDirectPropertiesIntegrationsType$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsType$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsType$, CreateIntegrationStoreDirectPropertiesIntegrationsUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiControl$, CreateIntegrationStoreDirectUiReadOnlyIntegrations3$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrations3$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrations3$, CreateIntegrationStoreDirectUiReadOnlyIntegrations2$inboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrations2$outboundSchema, CreateIntegrationStoreDirectUiReadOnlyIntegrations2$, CreateIntegrationStoreDirectPropertiesIntegrationsUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiReadOnly$, CreateIntegrationStoreDirectUiHiddenIntegrations3$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrations3$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrations3$, CreateIntegrationStoreDirectUiHiddenIntegrations2$inboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrations2$outboundSchema, CreateIntegrationStoreDirectUiHiddenIntegrations2$, CreateIntegrationStoreDirectPropertiesIntegrationsUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiHidden$, CreateIntegrationStoreDirectUiDisabledIntegrations3$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrations3$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrations3$, CreateIntegrationStoreDirectUiDisabledIntegrations2$inboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrations2$outboundSchema, CreateIntegrationStoreDirectUiDisabledIntegrations2$, CreateIntegrationStoreDirectPropertiesIntegrationsUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiDisabled$, CreateIntegrationStoreDirectUiDescriptionIntegrations2$inboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrations2$outboundSchema, CreateIntegrationStoreDirectUiDescriptionIntegrations2$, CreateIntegrationStoreDirectPropertiesIntegrationsUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiDescription$, CreateIntegrationStoreDirectPropertiesIntegrationsUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsUiFormattedValue$, CreateIntegrationStoreDirectProperties2$inboundSchema, CreateIntegrationStoreDirectProperties2$outboundSchema, CreateIntegrationStoreDirectProperties2$, CreateIntegrationStoreDirectPropertiesType$inboundSchema, CreateIntegrationStoreDirectPropertiesType$outboundSchema, CreateIntegrationStoreDirectPropertiesType$, CreateIntegrationStoreDirectPropertiesUiControl$inboundSchema, CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema, CreateIntegrationStoreDirectPropertiesUiControl$, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$inboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$outboundSchema, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$, CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema, CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema, CreateIntegrationStoreDirectPropertiesMaxLength$, PropertiesAtBRANDAt8646$inboundSchema, PropertiesAtBRANDAt8646$outboundSchema, PropertiesAtBRANDAt8646$, CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema, CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema, CreateIntegrationStoreDirectPropertiesMinLength$, CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$inboundSchema, CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$outboundSchema, CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$, CreateIntegrationStoreDirectPropertiesPattern$inboundSchema, CreateIntegrationStoreDirectPropertiesPattern$outboundSchema, CreateIntegrationStoreDirectPropertiesPattern$, CreateIntegrationStoreDirectUiReadOnly3$inboundSchema, CreateIntegrationStoreDirectUiReadOnly3$outboundSchema, CreateIntegrationStoreDirectUiReadOnly3$, CreateIntegrationStoreDirectUiReadOnly2$inboundSchema, CreateIntegrationStoreDirectUiReadOnly2$outboundSchema, CreateIntegrationStoreDirectUiReadOnly2$, CreateIntegrationStoreDirectPropertiesUiReadOnly$inboundSchema, CreateIntegrationStoreDirectPropertiesUiReadOnly$outboundSchema, CreateIntegrationStoreDirectPropertiesUiReadOnly$, CreateIntegrationStoreDirectUiHidden3$inboundSchema, CreateIntegrationStoreDirectUiHidden3$outboundSchema, CreateIntegrationStoreDirectUiHidden3$, CreateIntegrationStoreDirectUiHidden2$inboundSchema, CreateIntegrationStoreDirectUiHidden2$outboundSchema, CreateIntegrationStoreDirectUiHidden2$, CreateIntegrationStoreDirectPropertiesUiHidden$inboundSchema, CreateIntegrationStoreDirectPropertiesUiHidden$outboundSchema, CreateIntegrationStoreDirectPropertiesUiHidden$, CreateIntegrationStoreDirectUiDisabled3$inboundSchema, CreateIntegrationStoreDirectUiDisabled3$outboundSchema, CreateIntegrationStoreDirectUiDisabled3$, CreateIntegrationStoreDirectUiDisabled2$inboundSchema, CreateIntegrationStoreDirectUiDisabled2$outboundSchema, CreateIntegrationStoreDirectUiDisabled2$, CreateIntegrationStoreDirectPropertiesUiDisabled$inboundSchema, CreateIntegrationStoreDirectPropertiesUiDisabled$outboundSchema, CreateIntegrationStoreDirectPropertiesUiDisabled$, CreateIntegrationStoreDirectUiDescription2$inboundSchema, CreateIntegrationStoreDirectUiDescription2$outboundSchema, CreateIntegrationStoreDirectUiDescription2$, CreateIntegrationStoreDirectPropertiesUiDescription$inboundSchema, CreateIntegrationStoreDirectPropertiesUiDescription$outboundSchema, CreateIntegrationStoreDirectPropertiesUiDescription$, CreateIntegrationStoreDirectPropertiesUiFormattedValue$inboundSchema, CreateIntegrationStoreDirectPropertiesUiFormattedValue$outboundSchema, CreateIntegrationStoreDirectPropertiesUiFormattedValue$, CreateIntegrationStoreDirectProperties1$inboundSchema, CreateIntegrationStoreDirectProperties1$outboundSchema, CreateIntegrationStoreDirectProperties1$, CreateIntegrationStoreDirectProperties$inboundSchema, CreateIntegrationStoreDirectProperties$outboundSchema, CreateIntegrationStoreDirectProperties$, CreateIntegrationStoreDirectMetadataSchema$inboundSchema, CreateIntegrationStoreDirectMetadataSchema$outboundSchema, CreateIntegrationStoreDirectMetadataSchema$, ResourceLinks$inboundSchema, ResourceLinks$outboundSchema, ResourceLinks$, CreateIntegrationStoreDirectTags$inboundSchema, CreateIntegrationStoreDirectTags$outboundSchema, CreateIntegrationStoreDirectTags$, ProjectConnectionScopes$inboundSchema, ProjectConnectionScopes$outboundSchema, ProjectConnectionScopes$, Repl$inboundSchema, Repl$outboundSchema, Repl$, CreateIntegrationStoreDirectIntegrationsResponseType$inboundSchema, CreateIntegrationStoreDirectIntegrationsResponseType$outboundSchema, CreateIntegrationStoreDirectIntegrationsResponseType$, CreateIntegrationStoreDirectIntegrationsActions$inboundSchema, CreateIntegrationStoreDirectIntegrationsActions$outboundSchema, CreateIntegrationStoreDirectIntegrationsActions$, Steps$inboundSchema, Steps$outboundSchema, Steps$, Guides$inboundSchema, Guides$outboundSchema, Guides$, AtBRANDAt8646$inboundSchema, AtBRANDAt8646$outboundSchema, AtBRANDAt8646$, CreateIntegrationStoreDirectValue$inboundSchema, CreateIntegrationStoreDirectValue$outboundSchema, CreateIntegrationStoreDirectValue$, Disabled3$inboundSchema, Disabled3$outboundSchema, Disabled3$, Disabled2$inboundSchema, Disabled2$outboundSchema, Disabled2$, Disabled$inboundSchema, Disabled$outboundSchema, Disabled$, Hidden3$inboundSchema, Hidden3$outboundSchema, Hidden3$, Hidden2$inboundSchema, Hidden2$outboundSchema, Hidden2$, Hidden$inboundSchema, Hidden$outboundSchema, Hidden$, Product$inboundSchema, Product$outboundSchema, Product$, CreateIntegrationStoreDirectExperimentation$inboundSchema, CreateIntegrationStoreDirectExperimentation$outboundSchema, CreateIntegrationStoreDirectExperimentation$, CreateIntegrationStoreDirectProtocolSettings$inboundSchema, CreateIntegrationStoreDirectProtocolSettings$outboundSchema, CreateIntegrationStoreDirectProtocolSettings$, CreateIntegrationStoreDirectLevel$inboundSchema, CreateIntegrationStoreDirectLevel$outboundSchema, CreateIntegrationStoreDirectLevel$, CreateIntegrationStoreDirectNotification$inboundSchema, CreateIntegrationStoreDirectNotification$outboundSchema, CreateIntegrationStoreDirectNotification$, CreateIntegrationStoreDirectSecrets$inboundSchema, CreateIntegrationStoreDirectSecrets$outboundSchema, CreateIntegrationStoreDirectSecrets$, CreateIntegrationStoreDirectType$inboundSchema, CreateIntegrationStoreDirectType$outboundSchema, CreateIntegrationStoreDirectType$, CreateIntegrationStoreDirectScope$inboundSchema, CreateIntegrationStoreDirectScope$outboundSchema, CreateIntegrationStoreDirectScope$, CreateIntegrationStoreDirectDetails$inboundSchema, CreateIntegrationStoreDirectDetails$outboundSchema, CreateIntegrationStoreDirectDetails$, CreateIntegrationStoreDirectHighlightedDetails$inboundSchema, CreateIntegrationStoreDirectHighlightedDetails$outboundSchema, CreateIntegrationStoreDirectHighlightedDetails$, CreateIntegrationStoreDirectQuote$inboundSchema, CreateIntegrationStoreDirectQuote$outboundSchema, CreateIntegrationStoreDirectQuote$, CreateIntegrationStoreDirectBillingPlan$inboundSchema, CreateIntegrationStoreDirectBillingPlan$outboundSchema, CreateIntegrationStoreDirectBillingPlan$, CreateIntegrationStoreDirectStore$inboundSchema, CreateIntegrationStoreDirectStore$outboundSchema, CreateIntegrationStoreDirectStore$, CreateIntegrationStoreDirectResponseBody$inboundSchema, CreateIntegrationStoreDirectResponseBody$outboundSchema, CreateIntegrationStoreDirectResponseBody$;
68030
68152
  var init_createintegrationstoredirectop = __esm(() => {
68031
68153
  init_esm();
68032
68154
  init_primitives();
@@ -68340,11 +68462,15 @@ var init_createintegrationstoredirectop = __esm(() => {
68340
68462
  Other: "other",
68341
68463
  Mysql: "mysql",
68342
68464
  Vector: "vector",
68465
+ TagAgents: "tag_agents",
68343
68466
  TagAi: "tag_ai",
68344
68467
  TagAnalytics: "tag_analytics",
68345
68468
  TagAuthentication: "tag_authentication",
68346
68469
  TagCms: "tag_cms",
68347
68470
  TagCodeRepository: "tag_code_repository",
68471
+ TagCodeReview: "tag_code_review",
68472
+ TagCodeSecurity: "tag_code_security",
68473
+ TagCodeTesting: "tag_code_testing",
68348
68474
  TagCommerce: "tag_commerce",
68349
68475
  TagDatabases: "tag_databases",
68350
68476
  TagDevTools: "tag_dev_tools",
@@ -68359,8 +68485,10 @@ var init_createintegrationstoredirectop = __esm(() => {
68359
68485
  TagProductivity: "tag_productivity",
68360
68486
  TagSearching: "tag_searching",
68361
68487
  TagSecurity: "tag_security",
68488
+ TagSupportAgent: "tag_support_agent",
68362
68489
  TagTesting: "tag_testing",
68363
68490
  TagVideo: "tag_video",
68491
+ TagWebAutomation: "tag_web_automation",
68364
68492
  TagWorkflow: "tag_workflow",
68365
68493
  TagChecks: "tag_checks",
68366
68494
  TagStorage: "tag_storage",
@@ -68384,7 +68512,8 @@ var init_createintegrationstoredirectop = __esm(() => {
68384
68512
  };
68385
68513
  CreateIntegrationStoreDirectIntegrationsResponseType = {
68386
68514
  ConnectToProject: "connect_to_project",
68387
- ConfigureProjectConnections: "configure_project_connections"
68515
+ ConfigureProjectConnections: "configure_project_connections",
68516
+ AddDrain: "add_drain"
68388
68517
  };
68389
68518
  Disabled3 = {
68390
68519
  Update: "update",
@@ -68505,25 +68634,25 @@ var init_createintegrationstoredirectop = __esm(() => {
68505
68634
  CreateIntegrationStoreDirectIntegrationsEnvironments$.inboundSchema = CreateIntegrationStoreDirectIntegrationsEnvironments$inboundSchema;
68506
68635
  CreateIntegrationStoreDirectIntegrationsEnvironments$.outboundSchema = CreateIntegrationStoreDirectIntegrationsEnvironments$outboundSchema;
68507
68636
  })(CreateIntegrationStoreDirectIntegrationsEnvironments$ ||= {});
68508
- Actions$inboundSchema = objectType({
68637
+ CreateIntegrationStoreDirectActions$inboundSchema = objectType({
68509
68638
  slug: stringType(),
68510
68639
  environments: arrayType(CreateIntegrationStoreDirectIntegrationsEnvironments$inboundSchema)
68511
68640
  });
68512
- Actions$outboundSchema = objectType({
68641
+ CreateIntegrationStoreDirectActions$outboundSchema = objectType({
68513
68642
  slug: stringType(),
68514
68643
  environments: arrayType(CreateIntegrationStoreDirectIntegrationsEnvironments$outboundSchema)
68515
68644
  });
68516
- ((Actions$) => {
68517
- Actions$.inboundSchema = Actions$inboundSchema;
68518
- Actions$.outboundSchema = Actions$outboundSchema;
68519
- })(Actions$ ||= {});
68645
+ ((CreateIntegrationStoreDirectActions$) => {
68646
+ CreateIntegrationStoreDirectActions$.inboundSchema = CreateIntegrationStoreDirectActions$inboundSchema;
68647
+ CreateIntegrationStoreDirectActions$.outboundSchema = CreateIntegrationStoreDirectActions$outboundSchema;
68648
+ })(CreateIntegrationStoreDirectActions$ ||= {});
68520
68649
  CreateIntegrationStoreDirectDeployments$inboundSchema = objectType({
68521
68650
  required: booleanType(),
68522
- actions: arrayType(lazyType(() => Actions$inboundSchema))
68651
+ actions: arrayType(lazyType(() => CreateIntegrationStoreDirectActions$inboundSchema))
68523
68652
  });
68524
68653
  CreateIntegrationStoreDirectDeployments$outboundSchema = objectType({
68525
68654
  required: booleanType(),
68526
- actions: arrayType(lazyType(() => Actions$outboundSchema))
68655
+ actions: arrayType(lazyType(() => CreateIntegrationStoreDirectActions$outboundSchema))
68527
68656
  });
68528
68657
  ((CreateIntegrationStoreDirectDeployments$) => {
68529
68658
  CreateIntegrationStoreDirectDeployments$.inboundSchema = CreateIntegrationStoreDirectDeployments$inboundSchema;
@@ -68619,13 +68748,15 @@ var init_createintegrationstoredirectop = __esm(() => {
68619
68748
  mcp: booleanType().optional(),
68620
68749
  sso: booleanType().optional(),
68621
68750
  billable: booleanType().optional(),
68622
- secretsSync: booleanType().optional()
68751
+ secretsSync: booleanType().optional(),
68752
+ projects: booleanType().optional()
68623
68753
  });
68624
68754
  Capabilities$outboundSchema = objectType({
68625
68755
  mcp: booleanType().optional(),
68626
68756
  sso: booleanType().optional(),
68627
68757
  billable: booleanType().optional(),
68628
- secretsSync: booleanType().optional()
68758
+ secretsSync: booleanType().optional(),
68759
+ projects: booleanType().optional()
68629
68760
  });
68630
68761
  ((Capabilities$) => {
68631
68762
  Capabilities$.inboundSchema = Capabilities$inboundSchema;
@@ -68661,7 +68792,8 @@ var init_createintegrationstoredirectop = __esm(() => {
68661
68792
  billable: booleanType().optional(),
68662
68793
  secretsSync: booleanType().optional(),
68663
68794
  sandbox: booleanType().optional(),
68664
- linking: booleanType().optional()
68795
+ linking: booleanType().optional(),
68796
+ projects: booleanType().optional()
68665
68797
  });
68666
68798
  CreateIntegrationStoreDirectCapabilities$outboundSchema = objectType({
68667
68799
  mcp: booleanType().optional(),
@@ -68669,7 +68801,8 @@ var init_createintegrationstoredirectop = __esm(() => {
68669
68801
  billable: booleanType().optional(),
68670
68802
  secretsSync: booleanType().optional(),
68671
68803
  sandbox: booleanType().optional(),
68672
- linking: booleanType().optional()
68804
+ linking: booleanType().optional(),
68805
+ projects: booleanType().optional()
68673
68806
  });
68674
68807
  ((CreateIntegrationStoreDirectCapabilities$) => {
68675
68808
  CreateIntegrationStoreDirectCapabilities$.inboundSchema = CreateIntegrationStoreDirectCapabilities$inboundSchema;
@@ -68681,24 +68814,24 @@ var init_createintegrationstoredirectop = __esm(() => {
68681
68814
  CreateIntegrationStoreDirectIntegrationsType$.inboundSchema = CreateIntegrationStoreDirectIntegrationsType$inboundSchema;
68682
68815
  CreateIntegrationStoreDirectIntegrationsType$.outboundSchema = CreateIntegrationStoreDirectIntegrationsType$outboundSchema;
68683
68816
  })(CreateIntegrationStoreDirectIntegrationsType$ ||= {});
68684
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$inboundSchema = objectType({});
68685
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$outboundSchema = objectType({});
68686
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$) => {
68687
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$inboundSchema;
68688
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$outboundSchema;
68689
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$ ||= {});
68817
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$inboundSchema = objectType({});
68818
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$outboundSchema = objectType({});
68819
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$) => {
68820
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$inboundSchema;
68821
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$outboundSchema;
68822
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$ ||= {});
68690
68823
  CreateIntegrationStoreDirectPropertiesValue$inboundSchema = objectType({
68691
- "__@BRAND@8584": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$inboundSchema)
68824
+ "__@BRAND@8646": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$inboundSchema)
68692
68825
  }).transform((v2) => {
68693
68826
  return remap(v2, {
68694
- "__@BRAND@8584": "atBRANDAt8584"
68827
+ "__@BRAND@8646": "atBRANDAt8646"
68695
68828
  });
68696
68829
  });
68697
68830
  CreateIntegrationStoreDirectPropertiesValue$outboundSchema = objectType({
68698
- atBRANDAt8584: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8584$outboundSchema)
68831
+ atBRANDAt8646: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$outboundSchema)
68699
68832
  }).transform((v2) => {
68700
68833
  return remap(v2, {
68701
- atBRANDAt8584: "__@BRAND@8584"
68834
+ atBRANDAt8646: "__@BRAND@8646"
68702
68835
  });
68703
68836
  });
68704
68837
  ((CreateIntegrationStoreDirectPropertiesValue$) => {
@@ -68807,72 +68940,72 @@ var init_createintegrationstoredirectop = __esm(() => {
68807
68940
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema;
68808
68941
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema;
68809
68942
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$ ||= {});
68810
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$inboundSchema = objectType({});
68811
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$outboundSchema = objectType({});
68812
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$) => {
68813
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$inboundSchema;
68814
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$outboundSchema;
68815
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$ ||= {});
68943
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$inboundSchema = objectType({});
68944
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$outboundSchema = objectType({});
68945
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$) => {
68946
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$inboundSchema;
68947
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$outboundSchema;
68948
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$ ||= {});
68816
68949
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema = objectType({
68817
- "__@BRAND@8584": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$inboundSchema)
68950
+ "__@BRAND@8646": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$inboundSchema)
68818
68951
  }).transform((v2) => {
68819
68952
  return remap(v2, {
68820
- "__@BRAND@8584": "atBRANDAt8584"
68953
+ "__@BRAND@8646": "atBRANDAt8646"
68821
68954
  });
68822
68955
  });
68823
68956
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema = objectType({
68824
- atBRANDAt8584: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8584$outboundSchema)
68957
+ atBRANDAt8646: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$outboundSchema)
68825
68958
  }).transform((v2) => {
68826
68959
  return remap(v2, {
68827
- atBRANDAt8584: "__@BRAND@8584"
68960
+ atBRANDAt8646: "__@BRAND@8646"
68828
68961
  });
68829
68962
  });
68830
68963
  ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$) => {
68831
68964
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema;
68832
68965
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema;
68833
68966
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$ ||= {});
68834
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$inboundSchema = objectType({});
68835
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$outboundSchema = objectType({});
68836
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$) => {
68837
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$inboundSchema;
68838
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$outboundSchema;
68839
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$ ||= {});
68967
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$inboundSchema = objectType({});
68968
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$outboundSchema = objectType({});
68969
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$) => {
68970
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$inboundSchema;
68971
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$outboundSchema;
68972
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$ ||= {});
68840
68973
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema = objectType({
68841
- "__@BRAND@8584": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$inboundSchema)
68974
+ "__@BRAND@8646": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$inboundSchema)
68842
68975
  }).transform((v2) => {
68843
68976
  return remap(v2, {
68844
- "__@BRAND@8584": "atBRANDAt8584"
68977
+ "__@BRAND@8646": "atBRANDAt8646"
68845
68978
  });
68846
68979
  });
68847
68980
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema = objectType({
68848
- atBRANDAt8584: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8584$outboundSchema)
68981
+ atBRANDAt8646: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$outboundSchema)
68849
68982
  }).transform((v2) => {
68850
68983
  return remap(v2, {
68851
- atBRANDAt8584: "__@BRAND@8584"
68984
+ atBRANDAt8646: "__@BRAND@8646"
68852
68985
  });
68853
68986
  });
68854
68987
  ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$) => {
68855
68988
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema;
68856
68989
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema;
68857
68990
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$ ||= {});
68858
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$inboundSchema = objectType({});
68859
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$outboundSchema = objectType({});
68860
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$) => {
68861
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$inboundSchema;
68862
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$outboundSchema;
68863
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$ ||= {});
68991
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$inboundSchema = objectType({});
68992
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$outboundSchema = objectType({});
68993
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$) => {
68994
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$inboundSchema;
68995
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$outboundSchema;
68996
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$ ||= {});
68864
68997
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema = objectType({
68865
- "__@BRAND@8584": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$inboundSchema)
68998
+ "__@BRAND@8646": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$inboundSchema)
68866
68999
  }).transform((v2) => {
68867
69000
  return remap(v2, {
68868
- "__@BRAND@8584": "atBRANDAt8584"
69001
+ "__@BRAND@8646": "atBRANDAt8646"
68869
69002
  });
68870
69003
  });
68871
69004
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema = objectType({
68872
- atBRANDAt8584: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8584$outboundSchema)
69005
+ atBRANDAt8646: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$outboundSchema)
68873
69006
  }).transform((v2) => {
68874
69007
  return remap(v2, {
68875
- atBRANDAt8584: "__@BRAND@8584"
69008
+ atBRANDAt8646: "__@BRAND@8646"
68876
69009
  });
68877
69010
  });
68878
69011
  ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$) => {
@@ -69103,24 +69236,24 @@ var init_createintegrationstoredirectop = __esm(() => {
69103
69236
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$inboundSchema;
69104
69237
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema;
69105
69238
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ ||= {});
69106
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$inboundSchema = objectType({});
69107
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$outboundSchema = objectType({});
69108
- ((CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$) => {
69109
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$.inboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$inboundSchema;
69110
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$.outboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$outboundSchema;
69111
- })(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$ ||= {});
69239
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$inboundSchema = objectType({});
69240
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$outboundSchema = objectType({});
69241
+ ((CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$) => {
69242
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$.inboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$inboundSchema;
69243
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$.outboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$outboundSchema;
69244
+ })(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$ ||= {});
69112
69245
  CreateIntegrationStoreDirectUiOptionsValue$inboundSchema = objectType({
69113
- "__@BRAND@8584": lazyType(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$inboundSchema)
69246
+ "__@BRAND@8646": lazyType(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$inboundSchema)
69114
69247
  }).transform((v2) => {
69115
69248
  return remap(v2, {
69116
- "__@BRAND@8584": "atBRANDAt8584"
69249
+ "__@BRAND@8646": "atBRANDAt8646"
69117
69250
  });
69118
69251
  });
69119
69252
  CreateIntegrationStoreDirectUiOptionsValue$outboundSchema = objectType({
69120
- atBRANDAt8584: lazyType(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8584$outboundSchema)
69253
+ atBRANDAt8646: lazyType(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$outboundSchema)
69121
69254
  }).transform((v2) => {
69122
69255
  return remap(v2, {
69123
- atBRANDAt8584: "__@BRAND@8584"
69256
+ atBRANDAt8646: "__@BRAND@8646"
69124
69257
  });
69125
69258
  });
69126
69259
  ((CreateIntegrationStoreDirectUiOptionsValue$) => {
@@ -69217,24 +69350,24 @@ var init_createintegrationstoredirectop = __esm(() => {
69217
69350
  CreateIntegrationStoreDirectUiOptions3$.inboundSchema = CreateIntegrationStoreDirectUiOptions3$inboundSchema;
69218
69351
  CreateIntegrationStoreDirectUiOptions3$.outboundSchema = CreateIntegrationStoreDirectUiOptions3$outboundSchema;
69219
69352
  })(CreateIntegrationStoreDirectUiOptions3$ ||= {});
69220
- UiOptionsAtBRANDAt8584$inboundSchema = objectType({});
69221
- UiOptionsAtBRANDAt8584$outboundSchema = objectType({});
69222
- ((UiOptionsAtBRANDAt8584$) => {
69223
- UiOptionsAtBRANDAt8584$.inboundSchema = UiOptionsAtBRANDAt8584$inboundSchema;
69224
- UiOptionsAtBRANDAt8584$.outboundSchema = UiOptionsAtBRANDAt8584$outboundSchema;
69225
- })(UiOptionsAtBRANDAt8584$ ||= {});
69353
+ UiOptionsAtBRANDAt8646$inboundSchema = objectType({});
69354
+ UiOptionsAtBRANDAt8646$outboundSchema = objectType({});
69355
+ ((UiOptionsAtBRANDAt8646$) => {
69356
+ UiOptionsAtBRANDAt8646$.inboundSchema = UiOptionsAtBRANDAt8646$inboundSchema;
69357
+ UiOptionsAtBRANDAt8646$.outboundSchema = UiOptionsAtBRANDAt8646$outboundSchema;
69358
+ })(UiOptionsAtBRANDAt8646$ ||= {});
69226
69359
  CreateIntegrationStoreDirectUiOptions2$inboundSchema = objectType({
69227
- "__@BRAND@8584": lazyType(() => UiOptionsAtBRANDAt8584$inboundSchema)
69360
+ "__@BRAND@8646": lazyType(() => UiOptionsAtBRANDAt8646$inboundSchema)
69228
69361
  }).transform((v2) => {
69229
69362
  return remap(v2, {
69230
- "__@BRAND@8584": "atBRANDAt8584"
69363
+ "__@BRAND@8646": "atBRANDAt8646"
69231
69364
  });
69232
69365
  });
69233
69366
  CreateIntegrationStoreDirectUiOptions2$outboundSchema = objectType({
69234
- atBRANDAt8584: lazyType(() => UiOptionsAtBRANDAt8584$outboundSchema)
69367
+ atBRANDAt8646: lazyType(() => UiOptionsAtBRANDAt8646$outboundSchema)
69235
69368
  }).transform((v2) => {
69236
69369
  return remap(v2, {
69237
- atBRANDAt8584: "__@BRAND@8584"
69370
+ atBRANDAt8646: "__@BRAND@8646"
69238
69371
  });
69239
69372
  });
69240
69373
  ((CreateIntegrationStoreDirectUiOptions2$) => {
@@ -69347,72 +69480,72 @@ var init_createintegrationstoredirectop = __esm(() => {
69347
69480
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$inboundSchema;
69348
69481
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$outboundSchema;
69349
69482
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions$ ||= {});
69350
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$inboundSchema = objectType({});
69351
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$outboundSchema = objectType({});
69352
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$) => {
69353
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$inboundSchema;
69354
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$outboundSchema;
69355
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$ ||= {});
69483
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$inboundSchema = objectType({});
69484
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$outboundSchema = objectType({});
69485
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$) => {
69486
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$inboundSchema;
69487
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$outboundSchema;
69488
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$ ||= {});
69356
69489
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema = objectType({
69357
- "__@BRAND@8584": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$inboundSchema)
69490
+ "__@BRAND@8646": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$inboundSchema)
69358
69491
  }).transform((v2) => {
69359
69492
  return remap(v2, {
69360
- "__@BRAND@8584": "atBRANDAt8584"
69493
+ "__@BRAND@8646": "atBRANDAt8646"
69361
69494
  });
69362
69495
  });
69363
69496
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema = objectType({
69364
- atBRANDAt8584: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8584$outboundSchema)
69497
+ atBRANDAt8646: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$outboundSchema)
69365
69498
  }).transform((v2) => {
69366
69499
  return remap(v2, {
69367
- atBRANDAt8584: "__@BRAND@8584"
69500
+ atBRANDAt8646: "__@BRAND@8646"
69368
69501
  });
69369
69502
  });
69370
69503
  ((CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$) => {
69371
69504
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema;
69372
69505
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema;
69373
69506
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$ ||= {});
69374
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$inboundSchema = objectType({});
69375
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$outboundSchema = objectType({});
69376
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$) => {
69377
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$inboundSchema;
69378
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$outboundSchema;
69379
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$ ||= {});
69507
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$inboundSchema = objectType({});
69508
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$outboundSchema = objectType({});
69509
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$) => {
69510
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$inboundSchema;
69511
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$outboundSchema;
69512
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$ ||= {});
69380
69513
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema = objectType({
69381
- "__@BRAND@8584": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$inboundSchema)
69514
+ "__@BRAND@8646": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$inboundSchema)
69382
69515
  }).transform((v2) => {
69383
69516
  return remap(v2, {
69384
- "__@BRAND@8584": "atBRANDAt8584"
69517
+ "__@BRAND@8646": "atBRANDAt8646"
69385
69518
  });
69386
69519
  });
69387
69520
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema = objectType({
69388
- atBRANDAt8584: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8584$outboundSchema)
69521
+ atBRANDAt8646: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$outboundSchema)
69389
69522
  }).transform((v2) => {
69390
69523
  return remap(v2, {
69391
- atBRANDAt8584: "__@BRAND@8584"
69524
+ atBRANDAt8646: "__@BRAND@8646"
69392
69525
  });
69393
69526
  });
69394
69527
  ((CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$) => {
69395
69528
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema;
69396
69529
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema;
69397
69530
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$ ||= {});
69398
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$inboundSchema = objectType({});
69399
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$outboundSchema = objectType({});
69400
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$) => {
69401
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$inboundSchema;
69402
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$outboundSchema;
69403
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$ ||= {});
69531
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$inboundSchema = objectType({});
69532
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$outboundSchema = objectType({});
69533
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$) => {
69534
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$inboundSchema;
69535
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$outboundSchema;
69536
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$ ||= {});
69404
69537
  CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema = objectType({
69405
- "__@BRAND@8584": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$inboundSchema)
69538
+ "__@BRAND@8646": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$inboundSchema)
69406
69539
  }).transform((v2) => {
69407
69540
  return remap(v2, {
69408
- "__@BRAND@8584": "atBRANDAt8584"
69541
+ "__@BRAND@8646": "atBRANDAt8646"
69409
69542
  });
69410
69543
  });
69411
69544
  CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema = objectType({
69412
- atBRANDAt8584: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8584$outboundSchema)
69545
+ atBRANDAt8646: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$outboundSchema)
69413
69546
  }).transform((v2) => {
69414
69547
  return remap(v2, {
69415
- atBRANDAt8584: "__@BRAND@8584"
69548
+ atBRANDAt8646: "__@BRAND@8646"
69416
69549
  });
69417
69550
  });
69418
69551
  ((CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$) => {
@@ -69655,72 +69788,72 @@ var init_createintegrationstoredirectop = __esm(() => {
69655
69788
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema;
69656
69789
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema;
69657
69790
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$ ||= {});
69658
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$inboundSchema = objectType({});
69659
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$outboundSchema = objectType({});
69660
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$) => {
69661
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$inboundSchema;
69662
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$outboundSchema;
69663
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$ ||= {});
69791
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$inboundSchema = objectType({});
69792
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$outboundSchema = objectType({});
69793
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$) => {
69794
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$inboundSchema;
69795
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$outboundSchema;
69796
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$ ||= {});
69664
69797
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema = objectType({
69665
- "__@BRAND@8584": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$inboundSchema)
69798
+ "__@BRAND@8646": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$inboundSchema)
69666
69799
  }).transform((v2) => {
69667
69800
  return remap(v2, {
69668
- "__@BRAND@8584": "atBRANDAt8584"
69801
+ "__@BRAND@8646": "atBRANDAt8646"
69669
69802
  });
69670
69803
  });
69671
69804
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema = objectType({
69672
- atBRANDAt8584: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8584$outboundSchema)
69805
+ atBRANDAt8646: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$outboundSchema)
69673
69806
  }).transform((v2) => {
69674
69807
  return remap(v2, {
69675
- atBRANDAt8584: "__@BRAND@8584"
69808
+ atBRANDAt8646: "__@BRAND@8646"
69676
69809
  });
69677
69810
  });
69678
69811
  ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$) => {
69679
69812
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema;
69680
69813
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema;
69681
69814
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$ ||= {});
69682
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$inboundSchema = objectType({});
69683
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$outboundSchema = objectType({});
69684
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$) => {
69685
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$inboundSchema;
69686
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$outboundSchema;
69687
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$ ||= {});
69815
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$inboundSchema = objectType({});
69816
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$outboundSchema = objectType({});
69817
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$) => {
69818
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$inboundSchema;
69819
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$outboundSchema;
69820
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$ ||= {});
69688
69821
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema = objectType({
69689
- "__@BRAND@8584": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$inboundSchema)
69822
+ "__@BRAND@8646": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$inboundSchema)
69690
69823
  }).transform((v2) => {
69691
69824
  return remap(v2, {
69692
- "__@BRAND@8584": "atBRANDAt8584"
69825
+ "__@BRAND@8646": "atBRANDAt8646"
69693
69826
  });
69694
69827
  });
69695
69828
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema = objectType({
69696
- atBRANDAt8584: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8584$outboundSchema)
69829
+ atBRANDAt8646: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$outboundSchema)
69697
69830
  }).transform((v2) => {
69698
69831
  return remap(v2, {
69699
- atBRANDAt8584: "__@BRAND@8584"
69832
+ atBRANDAt8646: "__@BRAND@8646"
69700
69833
  });
69701
69834
  });
69702
69835
  ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$) => {
69703
69836
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema;
69704
69837
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema;
69705
69838
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$ ||= {});
69706
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$inboundSchema = objectType({});
69707
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$outboundSchema = objectType({});
69708
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$) => {
69709
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$inboundSchema;
69710
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$outboundSchema;
69711
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$ ||= {});
69839
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$inboundSchema = objectType({});
69840
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$outboundSchema = objectType({});
69841
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$) => {
69842
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$inboundSchema;
69843
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$outboundSchema;
69844
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$ ||= {});
69712
69845
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema = objectType({
69713
- "__@BRAND@8584": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$inboundSchema)
69846
+ "__@BRAND@8646": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$inboundSchema)
69714
69847
  }).transform((v2) => {
69715
69848
  return remap(v2, {
69716
- "__@BRAND@8584": "atBRANDAt8584"
69849
+ "__@BRAND@8646": "atBRANDAt8646"
69717
69850
  });
69718
69851
  });
69719
69852
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema = objectType({
69720
- atBRANDAt8584: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8584$outboundSchema)
69853
+ atBRANDAt8646: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$outboundSchema)
69721
69854
  }).transform((v2) => {
69722
69855
  return remap(v2, {
69723
- atBRANDAt8584: "__@BRAND@8584"
69856
+ atBRANDAt8646: "__@BRAND@8646"
69724
69857
  });
69725
69858
  });
69726
69859
  ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$) => {
@@ -70167,72 +70300,72 @@ var init_createintegrationstoredirectop = __esm(() => {
70167
70300
  CreateIntegrationStoreDirectPropertiesUiOptions$.inboundSchema = CreateIntegrationStoreDirectPropertiesUiOptions$inboundSchema;
70168
70301
  CreateIntegrationStoreDirectPropertiesUiOptions$.outboundSchema = CreateIntegrationStoreDirectPropertiesUiOptions$outboundSchema;
70169
70302
  })(CreateIntegrationStoreDirectPropertiesUiOptions$ ||= {});
70170
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$inboundSchema = objectType({});
70171
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$outboundSchema = objectType({});
70172
- ((CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$) => {
70173
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$inboundSchema;
70174
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$outboundSchema;
70175
- })(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$ ||= {});
70303
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$inboundSchema = objectType({});
70304
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$outboundSchema = objectType({});
70305
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$) => {
70306
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$inboundSchema;
70307
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$outboundSchema;
70308
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$ ||= {});
70176
70309
  CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema = objectType({
70177
- "__@BRAND@8584": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$inboundSchema)
70310
+ "__@BRAND@8646": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$inboundSchema)
70178
70311
  }).transform((v2) => {
70179
70312
  return remap(v2, {
70180
- "__@BRAND@8584": "atBRANDAt8584"
70313
+ "__@BRAND@8646": "atBRANDAt8646"
70181
70314
  });
70182
70315
  });
70183
70316
  CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema = objectType({
70184
- atBRANDAt8584: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8584$outboundSchema)
70317
+ atBRANDAt8646: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$outboundSchema)
70185
70318
  }).transform((v2) => {
70186
70319
  return remap(v2, {
70187
- atBRANDAt8584: "__@BRAND@8584"
70320
+ atBRANDAt8646: "__@BRAND@8646"
70188
70321
  });
70189
70322
  });
70190
70323
  ((CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$) => {
70191
70324
  CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema;
70192
70325
  CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema;
70193
70326
  })(CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$ ||= {});
70194
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$inboundSchema = objectType({});
70195
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$outboundSchema = objectType({});
70196
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$) => {
70197
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$inboundSchema;
70198
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$outboundSchema;
70199
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$ ||= {});
70327
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$inboundSchema = objectType({});
70328
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$outboundSchema = objectType({});
70329
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$) => {
70330
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$inboundSchema;
70331
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$outboundSchema;
70332
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$ ||= {});
70200
70333
  CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema = objectType({
70201
- "__@BRAND@8584": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$inboundSchema)
70334
+ "__@BRAND@8646": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$inboundSchema)
70202
70335
  }).transform((v2) => {
70203
70336
  return remap(v2, {
70204
- "__@BRAND@8584": "atBRANDAt8584"
70337
+ "__@BRAND@8646": "atBRANDAt8646"
70205
70338
  });
70206
70339
  });
70207
70340
  CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema = objectType({
70208
- atBRANDAt8584: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8584$outboundSchema)
70341
+ atBRANDAt8646: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$outboundSchema)
70209
70342
  }).transform((v2) => {
70210
70343
  return remap(v2, {
70211
- atBRANDAt8584: "__@BRAND@8584"
70344
+ atBRANDAt8646: "__@BRAND@8646"
70212
70345
  });
70213
70346
  });
70214
70347
  ((CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$) => {
70215
70348
  CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema;
70216
70349
  CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema;
70217
70350
  })(CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$ ||= {});
70218
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$inboundSchema = objectType({});
70219
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$outboundSchema = objectType({});
70220
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$) => {
70221
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$inboundSchema;
70222
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$outboundSchema;
70223
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$ ||= {});
70351
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$inboundSchema = objectType({});
70352
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$outboundSchema = objectType({});
70353
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$) => {
70354
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$inboundSchema;
70355
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$outboundSchema;
70356
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$ ||= {});
70224
70357
  CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema = objectType({
70225
- "__@BRAND@8584": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$inboundSchema)
70358
+ "__@BRAND@8646": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$inboundSchema)
70226
70359
  }).transform((v2) => {
70227
70360
  return remap(v2, {
70228
- "__@BRAND@8584": "atBRANDAt8584"
70361
+ "__@BRAND@8646": "atBRANDAt8646"
70229
70362
  });
70230
70363
  });
70231
70364
  CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema = objectType({
70232
- atBRANDAt8584: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8584$outboundSchema)
70365
+ atBRANDAt8646: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$outboundSchema)
70233
70366
  }).transform((v2) => {
70234
70367
  return remap(v2, {
70235
- atBRANDAt8584: "__@BRAND@8584"
70368
+ atBRANDAt8646: "__@BRAND@8646"
70236
70369
  });
70237
70370
  });
70238
70371
  ((CreateIntegrationStoreDirectPropertiesIntegrationsPattern$) => {
@@ -71153,72 +71286,72 @@ var init_createintegrationstoredirectop = __esm(() => {
71153
71286
  CreateIntegrationStoreDirectPropertiesUiControl$.inboundSchema = CreateIntegrationStoreDirectPropertiesUiControl$inboundSchema;
71154
71287
  CreateIntegrationStoreDirectPropertiesUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema;
71155
71288
  })(CreateIntegrationStoreDirectPropertiesUiControl$ ||= {});
71156
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$inboundSchema = objectType({});
71157
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$outboundSchema = objectType({});
71158
- ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$) => {
71159
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$inboundSchema;
71160
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$outboundSchema;
71161
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$ ||= {});
71289
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$inboundSchema = objectType({});
71290
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$outboundSchema = objectType({});
71291
+ ((CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$) => {
71292
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$inboundSchema;
71293
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$outboundSchema;
71294
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$ ||= {});
71162
71295
  CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema = objectType({
71163
- "__@BRAND@8584": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$inboundSchema)
71296
+ "__@BRAND@8646": lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$inboundSchema)
71164
71297
  }).transform((v2) => {
71165
71298
  return remap(v2, {
71166
- "__@BRAND@8584": "atBRANDAt8584"
71299
+ "__@BRAND@8646": "atBRANDAt8646"
71167
71300
  });
71168
71301
  });
71169
71302
  CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema = objectType({
71170
- atBRANDAt8584: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8584$outboundSchema)
71303
+ atBRANDAt8646: lazyType(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$outboundSchema)
71171
71304
  }).transform((v2) => {
71172
71305
  return remap(v2, {
71173
- atBRANDAt8584: "__@BRAND@8584"
71306
+ atBRANDAt8646: "__@BRAND@8646"
71174
71307
  });
71175
71308
  });
71176
71309
  ((CreateIntegrationStoreDirectPropertiesMaxLength$) => {
71177
71310
  CreateIntegrationStoreDirectPropertiesMaxLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema;
71178
71311
  CreateIntegrationStoreDirectPropertiesMaxLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema;
71179
71312
  })(CreateIntegrationStoreDirectPropertiesMaxLength$ ||= {});
71180
- PropertiesAtBRANDAt8584$inboundSchema = objectType({});
71181
- PropertiesAtBRANDAt8584$outboundSchema = objectType({});
71182
- ((PropertiesAtBRANDAt8584$) => {
71183
- PropertiesAtBRANDAt8584$.inboundSchema = PropertiesAtBRANDAt8584$inboundSchema;
71184
- PropertiesAtBRANDAt8584$.outboundSchema = PropertiesAtBRANDAt8584$outboundSchema;
71185
- })(PropertiesAtBRANDAt8584$ ||= {});
71313
+ PropertiesAtBRANDAt8646$inboundSchema = objectType({});
71314
+ PropertiesAtBRANDAt8646$outboundSchema = objectType({});
71315
+ ((PropertiesAtBRANDAt8646$) => {
71316
+ PropertiesAtBRANDAt8646$.inboundSchema = PropertiesAtBRANDAt8646$inboundSchema;
71317
+ PropertiesAtBRANDAt8646$.outboundSchema = PropertiesAtBRANDAt8646$outboundSchema;
71318
+ })(PropertiesAtBRANDAt8646$ ||= {});
71186
71319
  CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema = objectType({
71187
- "__@BRAND@8584": lazyType(() => PropertiesAtBRANDAt8584$inboundSchema)
71320
+ "__@BRAND@8646": lazyType(() => PropertiesAtBRANDAt8646$inboundSchema)
71188
71321
  }).transform((v2) => {
71189
71322
  return remap(v2, {
71190
- "__@BRAND@8584": "atBRANDAt8584"
71323
+ "__@BRAND@8646": "atBRANDAt8646"
71191
71324
  });
71192
71325
  });
71193
71326
  CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema = objectType({
71194
- atBRANDAt8584: lazyType(() => PropertiesAtBRANDAt8584$outboundSchema)
71327
+ atBRANDAt8646: lazyType(() => PropertiesAtBRANDAt8646$outboundSchema)
71195
71328
  }).transform((v2) => {
71196
71329
  return remap(v2, {
71197
- atBRANDAt8584: "__@BRAND@8584"
71330
+ atBRANDAt8646: "__@BRAND@8646"
71198
71331
  });
71199
71332
  });
71200
71333
  ((CreateIntegrationStoreDirectPropertiesMinLength$) => {
71201
71334
  CreateIntegrationStoreDirectPropertiesMinLength$.inboundSchema = CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema;
71202
71335
  CreateIntegrationStoreDirectPropertiesMinLength$.outboundSchema = CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema;
71203
71336
  })(CreateIntegrationStoreDirectPropertiesMinLength$ ||= {});
71204
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$inboundSchema = objectType({});
71205
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$outboundSchema = objectType({});
71206
- ((CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$) => {
71207
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$.inboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$inboundSchema;
71208
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$.outboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$outboundSchema;
71209
- })(CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$ ||= {});
71337
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$inboundSchema = objectType({});
71338
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$outboundSchema = objectType({});
71339
+ ((CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$) => {
71340
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$.inboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$inboundSchema;
71341
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$.outboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$outboundSchema;
71342
+ })(CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$ ||= {});
71210
71343
  CreateIntegrationStoreDirectPropertiesPattern$inboundSchema = objectType({
71211
- "__@BRAND@8584": lazyType(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$inboundSchema)
71344
+ "__@BRAND@8646": lazyType(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$inboundSchema)
71212
71345
  }).transform((v2) => {
71213
71346
  return remap(v2, {
71214
- "__@BRAND@8584": "atBRANDAt8584"
71347
+ "__@BRAND@8646": "atBRANDAt8646"
71215
71348
  });
71216
71349
  });
71217
71350
  CreateIntegrationStoreDirectPropertiesPattern$outboundSchema = objectType({
71218
- atBRANDAt8584: lazyType(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8584$outboundSchema)
71351
+ atBRANDAt8646: lazyType(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$outboundSchema)
71219
71352
  }).transform((v2) => {
71220
71353
  return remap(v2, {
71221
- atBRANDAt8584: "__@BRAND@8584"
71354
+ atBRANDAt8646: "__@BRAND@8646"
71222
71355
  });
71223
71356
  });
71224
71357
  ((CreateIntegrationStoreDirectPropertiesPattern$) => {
@@ -71541,25 +71674,25 @@ var init_createintegrationstoredirectop = __esm(() => {
71541
71674
  CreateIntegrationStoreDirectIntegrationsResponseType$.inboundSchema = CreateIntegrationStoreDirectIntegrationsResponseType$inboundSchema;
71542
71675
  CreateIntegrationStoreDirectIntegrationsResponseType$.outboundSchema = CreateIntegrationStoreDirectIntegrationsResponseType$outboundSchema;
71543
71676
  })(CreateIntegrationStoreDirectIntegrationsResponseType$ ||= {});
71544
- CreateIntegrationStoreDirectActions$inboundSchema = objectType({
71677
+ CreateIntegrationStoreDirectIntegrationsActions$inboundSchema = objectType({
71545
71678
  type: CreateIntegrationStoreDirectIntegrationsResponseType$inboundSchema
71546
71679
  });
71547
- CreateIntegrationStoreDirectActions$outboundSchema = objectType({
71680
+ CreateIntegrationStoreDirectIntegrationsActions$outboundSchema = objectType({
71548
71681
  type: CreateIntegrationStoreDirectIntegrationsResponseType$outboundSchema
71549
71682
  });
71550
- ((CreateIntegrationStoreDirectActions$) => {
71551
- CreateIntegrationStoreDirectActions$.inboundSchema = CreateIntegrationStoreDirectActions$inboundSchema;
71552
- CreateIntegrationStoreDirectActions$.outboundSchema = CreateIntegrationStoreDirectActions$outboundSchema;
71553
- })(CreateIntegrationStoreDirectActions$ ||= {});
71683
+ ((CreateIntegrationStoreDirectIntegrationsActions$) => {
71684
+ CreateIntegrationStoreDirectIntegrationsActions$.inboundSchema = CreateIntegrationStoreDirectIntegrationsActions$inboundSchema;
71685
+ CreateIntegrationStoreDirectIntegrationsActions$.outboundSchema = CreateIntegrationStoreDirectIntegrationsActions$outboundSchema;
71686
+ })(CreateIntegrationStoreDirectIntegrationsActions$ ||= {});
71554
71687
  Steps$inboundSchema = objectType({
71555
71688
  title: stringType(),
71556
71689
  content: stringType(),
71557
- actions: arrayType(lazyType(() => CreateIntegrationStoreDirectActions$inboundSchema)).optional()
71690
+ actions: arrayType(lazyType(() => CreateIntegrationStoreDirectIntegrationsActions$inboundSchema)).optional()
71558
71691
  });
71559
71692
  Steps$outboundSchema = objectType({
71560
71693
  title: stringType(),
71561
71694
  content: stringType(),
71562
- actions: arrayType(lazyType(() => CreateIntegrationStoreDirectActions$outboundSchema)).optional()
71695
+ actions: arrayType(lazyType(() => CreateIntegrationStoreDirectIntegrationsActions$outboundSchema)).optional()
71563
71696
  });
71564
71697
  ((Steps$) => {
71565
71698
  Steps$.inboundSchema = Steps$inboundSchema;
@@ -71579,24 +71712,24 @@ var init_createintegrationstoredirectop = __esm(() => {
71579
71712
  Guides$.inboundSchema = Guides$inboundSchema;
71580
71713
  Guides$.outboundSchema = Guides$outboundSchema;
71581
71714
  })(Guides$ ||= {});
71582
- AtBRANDAt8584$inboundSchema = objectType({});
71583
- AtBRANDAt8584$outboundSchema = objectType({});
71584
- ((AtBRANDAt8584$) => {
71585
- AtBRANDAt8584$.inboundSchema = AtBRANDAt8584$inboundSchema;
71586
- AtBRANDAt8584$.outboundSchema = AtBRANDAt8584$outboundSchema;
71587
- })(AtBRANDAt8584$ ||= {});
71715
+ AtBRANDAt8646$inboundSchema = objectType({});
71716
+ AtBRANDAt8646$outboundSchema = objectType({});
71717
+ ((AtBRANDAt8646$) => {
71718
+ AtBRANDAt8646$.inboundSchema = AtBRANDAt8646$inboundSchema;
71719
+ AtBRANDAt8646$.outboundSchema = AtBRANDAt8646$outboundSchema;
71720
+ })(AtBRANDAt8646$ ||= {});
71588
71721
  CreateIntegrationStoreDirectValue$inboundSchema = objectType({
71589
- "__@BRAND@8584": lazyType(() => AtBRANDAt8584$inboundSchema)
71722
+ "__@BRAND@8646": lazyType(() => AtBRANDAt8646$inboundSchema)
71590
71723
  }).transform((v2) => {
71591
71724
  return remap(v2, {
71592
- "__@BRAND@8584": "atBRANDAt8584"
71725
+ "__@BRAND@8646": "atBRANDAt8646"
71593
71726
  });
71594
71727
  });
71595
71728
  CreateIntegrationStoreDirectValue$outboundSchema = objectType({
71596
- atBRANDAt8584: lazyType(() => AtBRANDAt8584$outboundSchema)
71729
+ atBRANDAt8646: lazyType(() => AtBRANDAt8646$outboundSchema)
71597
71730
  }).transform((v2) => {
71598
71731
  return remap(v2, {
71599
- atBRANDAt8584: "__@BRAND@8584"
71732
+ atBRANDAt8646: "__@BRAND@8646"
71600
71733
  });
71601
71734
  });
71602
71735
  ((CreateIntegrationStoreDirectValue$) => {
@@ -72110,7 +72243,7 @@ async function $do103(client, request, options) {
72110
72243
  const req = requestRes.value;
72111
72244
  const doResult = await client._do(req, {
72112
72245
  context,
72113
- errorCodes: ["400", "401", "403", "404", "409", "4XX", "5XX"],
72246
+ errorCodes: ["400", "401", "403", "404", "4XX", "5XX"],
72114
72247
  retryConfig: context.retryConfig,
72115
72248
  retryCodes: context.retryCodes
72116
72249
  });
@@ -72118,7 +72251,7 @@ async function $do103(client, request, options) {
72118
72251
  return [doResult, { status: "request-error", request: req }];
72119
72252
  }
72120
72253
  const response = doResult.value;
72121
- const [result] = await match(nil(204, voidType()), fail([400, 401, 403, 404, 409, "4XX"]), fail("5XX"))(response, req);
72254
+ const [result] = await match(nil(204, voidType()), fail([400, 401, 403, 404, "4XX"]), fail("5XX"))(response, req);
72122
72255
  if (!result.ok) {
72123
72256
  return [result, { status: "complete", request: req, response }];
72124
72257
  }
@@ -72940,7 +73073,7 @@ Allows to retrieve a the configuration with the provided id in case it exists. T
72940
73073
  });
72941
73074
 
72942
73075
  // src/models/getconfigurationproductsop.ts
72943
- var GetConfigurationProductsStatus, GetConfigurationProductsIntegrationsStatus, GetConfigurationProductsIntegrationsResponseStatus, GetConfigurationProductsIntegrationsResponse200Status, GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus, Format, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus, GetConfigurationProductsFormat, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsOtherStatus, PrimaryProtocol, GetConfigurationProductsType, GetConfigurationProductsDisabled3, GetConfigurationProductsHidden3, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3, GetConfigurationProductsDisabledIntegrationsResponse2003, GetConfigurationProductsHiddenIntegrationsResponse2003, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONType, GetConfigurationProductsPropertiesIntegrationsResponse200UiControl, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type, GetConfigurationProductsDisabledIntegrationsResponse3, GetConfigurationProductsHiddenIntegrationsResponse3, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3, GetConfigurationProductsPropertiesIntegrationsResponse200Type, GetConfigurationProductsPropertiesIntegrationsResponseUiControl, GetConfigurationProductsDisabledIntegrations3, GetConfigurationProductsHiddenIntegrations3, GetConfigurationProductsUiReadOnlyIntegrationsResponse2003, GetConfigurationProductsUiHiddenIntegrationsResponse2003, GetConfigurationProductsUiDisabledIntegrationsResponse2003, GetConfigurationProductsPropertiesIntegrationsResponseType, GetConfigurationProductsPropertiesIntegrationsUiControl, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type, GetConfigurationProductsUiReadOnlyIntegrationsResponse3, GetConfigurationProductsUiHiddenIntegrationsResponse3, GetConfigurationProductsUiDisabledIntegrationsResponse3, GetConfigurationProductsPropertiesIntegrationsType, GetConfigurationProductsPropertiesUiControl, GetConfigurationProductsUiReadOnlyIntegrations3, GetConfigurationProductsUiHiddenIntegrations3, GetConfigurationProductsUiDisabledIntegrations3, GetConfigurationProductsPropertiesType, PropertiesUiControl, GetConfigurationProductsUiReadOnly3, GetConfigurationProductsUiHidden3, GetConfigurationProductsUiDisabled3, PropertiesType, UiControl, UiReadOnly3, UiHidden3, UiDisabled3, GetConfigurationProductsRequest$inboundSchema, GetConfigurationProductsRequest$outboundSchema, GetConfigurationProductsRequest$, GetConfigurationProductsStatus$inboundSchema, GetConfigurationProductsStatus$outboundSchema, GetConfigurationProductsStatus$, GetConfigurationProductsRepl$inboundSchema, GetConfigurationProductsRepl$outboundSchema, GetConfigurationProductsRepl$, Storage$inboundSchema, Storage$outboundSchema, Storage$, GetConfigurationProductsIntegrationsStatus$inboundSchema, GetConfigurationProductsIntegrationsStatus$outboundSchema, GetConfigurationProductsIntegrationsStatus$, GetConfigurationProductsExperimentation$inboundSchema, GetConfigurationProductsExperimentation$outboundSchema, GetConfigurationProductsExperimentation$, GetConfigurationProductsIntegrationsResponseStatus$inboundSchema, GetConfigurationProductsIntegrationsResponseStatus$outboundSchema, GetConfigurationProductsIntegrationsResponseStatus$, Ai$inboundSchema, Ai$outboundSchema, Ai$, GetConfigurationProductsIntegrationsResponse200Status$inboundSchema, GetConfigurationProductsIntegrationsResponse200Status$outboundSchema, GetConfigurationProductsIntegrationsResponse200Status$, Authentication$inboundSchema, Authentication$outboundSchema, Authentication$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus$, Observability$inboundSchema, Observability$outboundSchema, Observability$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyStatus$, Video$inboundSchema, Video$outboundSchema, Video$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsStatus$, Workflow$inboundSchema, Workflow$outboundSchema, Workflow$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsStatus$, GetConfigurationProductsChecks$inboundSchema, GetConfigurationProductsChecks$outboundSchema, GetConfigurationProductsChecks$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus$, Format$inboundSchema, Format$outboundSchema, Format$, LogDrain$inboundSchema, LogDrain$outboundSchema, LogDrain$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$, GetConfigurationProductsFormat$inboundSchema, GetConfigurationProductsFormat$outboundSchema, GetConfigurationProductsFormat$, TraceDrain$inboundSchema, TraceDrain$outboundSchema, TraceDrain$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus$, Messaging$inboundSchema, Messaging$outboundSchema, Messaging$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsOtherStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsOtherStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsOtherStatus$, Other$inboundSchema, Other$outboundSchema, Other$, Protocols$inboundSchema, Protocols$outboundSchema, Protocols$, PrimaryProtocol$inboundSchema, PrimaryProtocol$outboundSchema, PrimaryProtocol$, GetConfigurationProductsType$inboundSchema, GetConfigurationProductsType$outboundSchema, GetConfigurationProductsType$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422$, PropertiesValue$inboundSchema, PropertiesValue$outboundSchema, PropertiesValue$, GetConfigurationProductsDisabled3$inboundSchema, GetConfigurationProductsDisabled3$outboundSchema, GetConfigurationProductsDisabled3$, GetConfigurationProductsDisabled2$inboundSchema, GetConfigurationProductsDisabled2$outboundSchema, GetConfigurationProductsDisabled2$, PropertiesDisabled$inboundSchema, PropertiesDisabled$outboundSchema, PropertiesDisabled$, GetConfigurationProductsHidden3$inboundSchema, GetConfigurationProductsHidden3$outboundSchema, GetConfigurationProductsHidden3$, GetConfigurationProductsHidden2$inboundSchema, GetConfigurationProductsHidden2$outboundSchema, GetConfigurationProductsHidden2$, PropertiesHidden$inboundSchema, PropertiesHidden$outboundSchema, PropertiesHidden$, Properties10$inboundSchema, Properties10$outboundSchema, Properties10$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422$, GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsMinLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422$, GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422$, GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema, GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema, GetConfigurationProductsPropertiesIntegrationsPattern$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled$, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$, Properties9$inboundSchema, Properties9$outboundSchema, Properties9$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422$, GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMinLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422$, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422$, GetConfigurationProductsPropertiesIntegrationsResponsePattern$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponsePattern$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponsePattern$, GetConfigurationProductsPropertiesIntegrationsItems$inboundSchema, GetConfigurationProductsPropertiesIntegrationsItems$outboundSchema, GetConfigurationProductsPropertiesIntegrationsItems$, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422$, GetConfigurationProductsUiOptionsValue$inboundSchema, GetConfigurationProductsUiOptionsValue$outboundSchema, GetConfigurationProductsUiOptionsValue$, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3$, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsUiOptionsIntegrationsResponseDisabled$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseDisabled$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseDisabled$, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3$, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsUiOptionsIntegrationsResponseHidden$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseHidden$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseHidden$, GetConfigurationProductsUiOptions3$inboundSchema, GetConfigurationProductsUiOptions3$outboundSchema, GetConfigurationProductsUiOptions3$, GetConfigurationProductsUiOptionsAtBRANDAt613422$inboundSchema, GetConfigurationProductsUiOptionsAtBRANDAt613422$outboundSchema, GetConfigurationProductsUiOptionsAtBRANDAt613422$, GetConfigurationProductsUiOptions2$inboundSchema, GetConfigurationProductsUiOptions2$outboundSchema, GetConfigurationProductsUiOptions2$, GetConfigurationProductsDisabledIntegrationsResponse2003$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2003$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2003$, GetConfigurationProductsDisabledIntegrationsResponse2002$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2002$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2002$, GetConfigurationProductsUiOptionsIntegrationsDisabled$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsDisabled$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsDisabled$, GetConfigurationProductsHiddenIntegrationsResponse2003$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2003$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2003$, GetConfigurationProductsHiddenIntegrationsResponse2002$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2002$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2002$, GetConfigurationProductsUiOptionsIntegrationsHidden$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsHidden$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsHidden$, GetConfigurationProductsUiOptions1$inboundSchema, GetConfigurationProductsUiOptions1$outboundSchema, GetConfigurationProductsUiOptions1$, GetConfigurationProductsPropertiesIntegrationsUiOptions$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiOptions$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiOptions$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts3$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProducts2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422$, Default$inboundSchema, Default$outboundSchema, Default$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422$, Example$inboundSchema, Example$outboundSchema, Example$, Properties8$inboundSchema, Properties8$outboundSchema, Properties8$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422$, UiOptionsValue$inboundSchema, UiOptionsValue$outboundSchema, UiOptionsValue$, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$, GetConfigurationProductsUiOptionsDisabled$inboundSchema, GetConfigurationProductsUiOptionsDisabled$outboundSchema, GetConfigurationProductsUiOptionsDisabled$, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$, GetConfigurationProductsUiOptionsHidden$inboundSchema, GetConfigurationProductsUiOptionsHidden$outboundSchema, GetConfigurationProductsUiOptionsHidden$, UiOptions3$inboundSchema, UiOptions3$outboundSchema, UiOptions3$, UiOptionsAtBRANDAt613422$inboundSchema, UiOptionsAtBRANDAt613422$outboundSchema, UiOptionsAtBRANDAt613422$, UiOptions2$inboundSchema, UiOptions2$outboundSchema, UiOptions2$, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3$, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody2$, UiOptionsDisabled$inboundSchema, UiOptionsDisabled$outboundSchema, UiOptionsDisabled$, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody3$, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody2$, UiOptionsHidden$inboundSchema, UiOptionsHidden$outboundSchema, UiOptionsHidden$, UiOptions1$inboundSchema, UiOptions1$outboundSchema, UiOptions1$, GetConfigurationProductsPropertiesUiOptions$inboundSchema, GetConfigurationProductsPropertiesUiOptions$outboundSchema, GetConfigurationProductsPropertiesUiOptions$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422$, GetConfigurationProductsPropertiesMinLength$inboundSchema, GetConfigurationProductsPropertiesMinLength$outboundSchema, GetConfigurationProductsPropertiesMinLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422$, GetConfigurationProductsPropertiesMaxLength$inboundSchema, GetConfigurationProductsPropertiesMaxLength$outboundSchema, GetConfigurationProductsPropertiesMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422$, GetConfigurationProductsPropertiesPattern$inboundSchema, GetConfigurationProductsPropertiesPattern$outboundSchema, GetConfigurationProductsPropertiesPattern$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiHidden$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDescription$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$, Properties7$inboundSchema, Properties7$outboundSchema, Properties7$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONType$, GetConfigurationProductsPropertiesIntegrationsResponse200UiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiControl$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422$, GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422$, GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422$, GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$, GetConfigurationProductsPropertiesItems$inboundSchema, GetConfigurationProductsPropertiesItems$outboundSchema, GetConfigurationProductsPropertiesItems$, GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse3$, GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsDisabled$, GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse3$, GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsHidden$, PropertiesUiOptions$inboundSchema, PropertiesUiOptions$outboundSchema, PropertiesUiOptions$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsPropertiesIntegrationsResponse200UiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiReadOnly$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiReadOnly$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsPropertiesIntegrationsResponse200UiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiHidden$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsPropertiesIntegrationsResponse200UiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiDisabled$, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsPropertiesIntegrationsResponse200UiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiDescription$, GetConfigurationProductsPropertiesIntegrationsResponse200UiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiFormattedValue$, Properties6$inboundSchema, Properties6$outboundSchema, Properties6$, GetConfigurationProductsPropertiesIntegrationsResponse200Type$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200Type$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200Type$, GetConfigurationProductsPropertiesIntegrationsResponseUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiControl$, GetConfigurationProductsDisabledIntegrations3$inboundSchema, GetConfigurationProductsDisabledIntegrations3$outboundSchema, GetConfigurationProductsDisabledIntegrations3$, GetConfigurationProductsDisabledIntegrations2$inboundSchema, GetConfigurationProductsDisabledIntegrations2$outboundSchema, GetConfigurationProductsDisabledIntegrations2$, GetConfigurationProductsPropertiesDisabled$inboundSchema, GetConfigurationProductsPropertiesDisabled$outboundSchema, GetConfigurationProductsPropertiesDisabled$, GetConfigurationProductsHiddenIntegrations3$inboundSchema, GetConfigurationProductsHiddenIntegrations3$outboundSchema, GetConfigurationProductsHiddenIntegrations3$, GetConfigurationProductsHiddenIntegrations2$inboundSchema, GetConfigurationProductsHiddenIntegrations2$outboundSchema, GetConfigurationProductsHiddenIntegrations2$, GetConfigurationProductsPropertiesHidden$inboundSchema, GetConfigurationProductsPropertiesHidden$outboundSchema, GetConfigurationProductsPropertiesHidden$, UiOptions$inboundSchema, UiOptions$outboundSchema, UiOptions$, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422$inboundSchema, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422$outboundSchema, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422$, PropertiesMinLength$inboundSchema, PropertiesMinLength$outboundSchema, PropertiesMinLength$, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422$, PropertiesMaxLength$inboundSchema, PropertiesMaxLength$outboundSchema, PropertiesMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422$, PropertiesPattern$inboundSchema, PropertiesPattern$outboundSchema, PropertiesPattern$, GetConfigurationProductsUiReadOnlyIntegrationsResponse2003$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2003$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2003$, GetConfigurationProductsUiReadOnlyIntegrationsResponse2002$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2002$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2002$, GetConfigurationProductsPropertiesIntegrationsResponseUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiReadOnly$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiReadOnly$, GetConfigurationProductsUiHiddenIntegrationsResponse2003$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2003$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2003$, GetConfigurationProductsUiHiddenIntegrationsResponse2002$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2002$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2002$, GetConfigurationProductsPropertiesIntegrationsResponseUiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiHidden$, GetConfigurationProductsUiDisabledIntegrationsResponse2003$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2003$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2003$, GetConfigurationProductsUiDisabledIntegrationsResponse2002$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2002$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2002$, GetConfigurationProductsPropertiesIntegrationsResponseUiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiDisabled$, GetConfigurationProductsUiDescriptionIntegrationsResponse2002$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse2002$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse2002$, GetConfigurationProductsPropertiesIntegrationsResponseUiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiDescription$, GetConfigurationProductsPropertiesIntegrationsResponseUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiFormattedValue$, Properties5$inboundSchema, Properties5$outboundSchema, Properties5$, GetConfigurationProductsPropertiesIntegrationsResponseType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseType$, GetConfigurationProductsPropertiesIntegrationsUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiControl$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type$, PropertiesItems$inboundSchema, PropertiesItems$outboundSchema, PropertiesItems$, GetConfigurationProductsUiReadOnlyIntegrationsResponse3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse3$, GetConfigurationProductsUiReadOnlyIntegrationsResponse2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiReadOnly$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiReadOnly$, GetConfigurationProductsUiHiddenIntegrationsResponse3$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse3$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse3$, GetConfigurationProductsUiHiddenIntegrationsResponse2$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsUiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiHidden$, GetConfigurationProductsUiDisabledIntegrationsResponse3$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse3$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse3$, GetConfigurationProductsUiDisabledIntegrationsResponse2$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsUiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiDisabled$, GetConfigurationProductsUiDescriptionIntegrationsResponse2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse2$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsUiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiDescription$, GetConfigurationProductsPropertiesIntegrationsUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiFormattedValue$, Properties4$inboundSchema, Properties4$outboundSchema, Properties4$, GetConfigurationProductsPropertiesIntegrationsType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsType$, GetConfigurationProductsPropertiesUiControl$inboundSchema, GetConfigurationProductsPropertiesUiControl$outboundSchema, GetConfigurationProductsPropertiesUiControl$, GetConfigurationProductsUiReadOnlyIntegrations3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrations3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrations3$, GetConfigurationProductsUiReadOnlyIntegrations2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrations2$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrations2$, GetConfigurationProductsPropertiesUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesUiReadOnly$outboundSchema, GetConfigurationProductsPropertiesUiReadOnly$, GetConfigurationProductsUiHiddenIntegrations3$inboundSchema, GetConfigurationProductsUiHiddenIntegrations3$outboundSchema, GetConfigurationProductsUiHiddenIntegrations3$, GetConfigurationProductsUiHiddenIntegrations2$inboundSchema, GetConfigurationProductsUiHiddenIntegrations2$outboundSchema, GetConfigurationProductsUiHiddenIntegrations2$, GetConfigurationProductsPropertiesUiHidden$inboundSchema, GetConfigurationProductsPropertiesUiHidden$outboundSchema, GetConfigurationProductsPropertiesUiHidden$, GetConfigurationProductsUiDisabledIntegrations3$inboundSchema, GetConfigurationProductsUiDisabledIntegrations3$outboundSchema, GetConfigurationProductsUiDisabledIntegrations3$, GetConfigurationProductsUiDisabledIntegrations2$inboundSchema, GetConfigurationProductsUiDisabledIntegrations2$outboundSchema, GetConfigurationProductsUiDisabledIntegrations2$, GetConfigurationProductsPropertiesUiDisabled$inboundSchema, GetConfigurationProductsPropertiesUiDisabled$outboundSchema, GetConfigurationProductsPropertiesUiDisabled$, GetConfigurationProductsUiDescriptionIntegrations2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrations2$outboundSchema, GetConfigurationProductsUiDescriptionIntegrations2$, GetConfigurationProductsPropertiesUiDescription$inboundSchema, GetConfigurationProductsPropertiesUiDescription$outboundSchema, GetConfigurationProductsPropertiesUiDescription$, GetConfigurationProductsPropertiesUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesUiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesUiFormattedValue$, Properties3$inboundSchema, Properties3$outboundSchema, Properties3$, GetConfigurationProductsPropertiesType$inboundSchema, GetConfigurationProductsPropertiesType$outboundSchema, GetConfigurationProductsPropertiesType$, PropertiesUiControl$inboundSchema, PropertiesUiControl$outboundSchema, PropertiesUiControl$, GetConfigurationProductsUiReadOnly3$inboundSchema, GetConfigurationProductsUiReadOnly3$outboundSchema, GetConfigurationProductsUiReadOnly3$, GetConfigurationProductsUiReadOnly2$inboundSchema, GetConfigurationProductsUiReadOnly2$outboundSchema, GetConfigurationProductsUiReadOnly2$, PropertiesUiReadOnly$inboundSchema, PropertiesUiReadOnly$outboundSchema, PropertiesUiReadOnly$, GetConfigurationProductsUiHidden3$inboundSchema, GetConfigurationProductsUiHidden3$outboundSchema, GetConfigurationProductsUiHidden3$, GetConfigurationProductsUiHidden2$inboundSchema, GetConfigurationProductsUiHidden2$outboundSchema, GetConfigurationProductsUiHidden2$, PropertiesUiHidden$inboundSchema, PropertiesUiHidden$outboundSchema, PropertiesUiHidden$, GetConfigurationProductsUiDisabled3$inboundSchema, GetConfigurationProductsUiDisabled3$outboundSchema, GetConfigurationProductsUiDisabled3$, GetConfigurationProductsUiDisabled2$inboundSchema, GetConfigurationProductsUiDisabled2$outboundSchema, GetConfigurationProductsUiDisabled2$, PropertiesUiDisabled$inboundSchema, PropertiesUiDisabled$outboundSchema, PropertiesUiDisabled$, GetConfigurationProductsUiDescription2$inboundSchema, GetConfigurationProductsUiDescription2$outboundSchema, GetConfigurationProductsUiDescription2$, PropertiesUiDescription$inboundSchema, PropertiesUiDescription$outboundSchema, PropertiesUiDescription$, PropertiesUiFormattedValue$inboundSchema, PropertiesUiFormattedValue$outboundSchema, PropertiesUiFormattedValue$, Properties2$inboundSchema, Properties2$outboundSchema, Properties2$, PropertiesType$inboundSchema, PropertiesType$outboundSchema, PropertiesType$, UiControl$inboundSchema, UiControl$outboundSchema, UiControl$, AtBRANDAt613422$inboundSchema, AtBRANDAt613422$outboundSchema, AtBRANDAt613422$, MinLength$inboundSchema, MinLength$outboundSchema, MinLength$, PropertiesAtBRANDAt613422$inboundSchema, PropertiesAtBRANDAt613422$outboundSchema, PropertiesAtBRANDAt613422$, MaxLength$inboundSchema, MaxLength$outboundSchema, MaxLength$, GetConfigurationProductsPropertiesAtBRANDAt613422$inboundSchema, GetConfigurationProductsPropertiesAtBRANDAt613422$outboundSchema, GetConfigurationProductsPropertiesAtBRANDAt613422$, Pattern$inboundSchema, Pattern$outboundSchema, Pattern$, UiReadOnly3$inboundSchema, UiReadOnly3$outboundSchema, UiReadOnly3$, UiReadOnly2$inboundSchema, UiReadOnly2$outboundSchema, UiReadOnly2$, UiReadOnly$inboundSchema, UiReadOnly$outboundSchema, UiReadOnly$, UiHidden3$inboundSchema, UiHidden3$outboundSchema, UiHidden3$, UiHidden2$inboundSchema, UiHidden2$outboundSchema, UiHidden2$, UiHidden$inboundSchema, UiHidden$outboundSchema, UiHidden$, UiDisabled3$inboundSchema, UiDisabled3$outboundSchema, UiDisabled3$, UiDisabled2$inboundSchema, UiDisabled2$outboundSchema, UiDisabled2$, UiDisabled$inboundSchema, UiDisabled$outboundSchema, UiDisabled$, UiDescription2$inboundSchema, UiDescription2$outboundSchema, UiDescription2$, UiDescription$inboundSchema, UiDescription$outboundSchema, UiDescription$, UiFormattedValue$inboundSchema, UiFormattedValue$outboundSchema, UiFormattedValue$, Properties1$inboundSchema, Properties1$outboundSchema, Properties1$, Properties$inboundSchema, Properties$outboundSchema, Properties$, MetadataSchema$inboundSchema, MetadataSchema$outboundSchema, MetadataSchema$, Products$inboundSchema, Products$outboundSchema, Products$, Integration$inboundSchema, Integration$outboundSchema, Integration$, GetConfigurationProductsConfiguration$inboundSchema, GetConfigurationProductsConfiguration$outboundSchema, GetConfigurationProductsConfiguration$, GetConfigurationProductsResponseBody$inboundSchema, GetConfigurationProductsResponseBody$outboundSchema, GetConfigurationProductsResponseBody$;
73076
+ var GetConfigurationProductsStatus, GetConfigurationProductsIntegrationsStatus, GetConfigurationProductsIntegrationsResponseStatus, GetConfigurationProductsIntegrationsResponse200Status, GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus, Format, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus, GetConfigurationProductsFormat, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsOtherStatus, PrimaryProtocol, GetConfigurationProductsType, GetConfigurationProductsDisabled3, GetConfigurationProductsHidden3, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3, GetConfigurationProductsDisabledIntegrationsResponse2003, GetConfigurationProductsHiddenIntegrationsResponse2003, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONType, GetConfigurationProductsPropertiesIntegrationsResponse200UiControl, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type, GetConfigurationProductsDisabledIntegrationsResponse3, GetConfigurationProductsHiddenIntegrationsResponse3, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3, GetConfigurationProductsPropertiesIntegrationsResponse200Type, GetConfigurationProductsPropertiesIntegrationsResponseUiControl, GetConfigurationProductsDisabledIntegrations3, GetConfigurationProductsHiddenIntegrations3, GetConfigurationProductsUiReadOnlyIntegrationsResponse2003, GetConfigurationProductsUiHiddenIntegrationsResponse2003, GetConfigurationProductsUiDisabledIntegrationsResponse2003, GetConfigurationProductsPropertiesIntegrationsResponseType, GetConfigurationProductsPropertiesIntegrationsUiControl, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type, GetConfigurationProductsUiReadOnlyIntegrationsResponse3, GetConfigurationProductsUiHiddenIntegrationsResponse3, GetConfigurationProductsUiDisabledIntegrationsResponse3, GetConfigurationProductsPropertiesIntegrationsType, GetConfigurationProductsPropertiesUiControl, GetConfigurationProductsUiReadOnlyIntegrations3, GetConfigurationProductsUiHiddenIntegrations3, GetConfigurationProductsUiDisabledIntegrations3, GetConfigurationProductsPropertiesType, PropertiesUiControl, GetConfigurationProductsUiReadOnly3, GetConfigurationProductsUiHidden3, GetConfigurationProductsUiDisabled3, PropertiesType, UiControl, UiReadOnly3, UiHidden3, UiDisabled3, GetConfigurationProductsRequest$inboundSchema, GetConfigurationProductsRequest$outboundSchema, GetConfigurationProductsRequest$, GetConfigurationProductsStatus$inboundSchema, GetConfigurationProductsStatus$outboundSchema, GetConfigurationProductsStatus$, GetConfigurationProductsRepl$inboundSchema, GetConfigurationProductsRepl$outboundSchema, GetConfigurationProductsRepl$, Storage$inboundSchema, Storage$outboundSchema, Storage$, GetConfigurationProductsIntegrationsStatus$inboundSchema, GetConfigurationProductsIntegrationsStatus$outboundSchema, GetConfigurationProductsIntegrationsStatus$, GetConfigurationProductsExperimentation$inboundSchema, GetConfigurationProductsExperimentation$outboundSchema, GetConfigurationProductsExperimentation$, GetConfigurationProductsIntegrationsResponseStatus$inboundSchema, GetConfigurationProductsIntegrationsResponseStatus$outboundSchema, GetConfigurationProductsIntegrationsResponseStatus$, Ai$inboundSchema, Ai$outboundSchema, Ai$, GetConfigurationProductsIntegrationsResponse200Status$inboundSchema, GetConfigurationProductsIntegrationsResponse200Status$outboundSchema, GetConfigurationProductsIntegrationsResponse200Status$, Authentication$inboundSchema, Authentication$outboundSchema, Authentication$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONStatus$, Observability$inboundSchema, Observability$outboundSchema, Observability$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyStatus$, Video$inboundSchema, Video$outboundSchema, Video$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsStatus$, Workflow$inboundSchema, Workflow$outboundSchema, Workflow$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsStatus$, GetConfigurationProductsChecks$inboundSchema, GetConfigurationProductsChecks$outboundSchema, GetConfigurationProductsChecks$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsLogDrainStatus$, Format$inboundSchema, Format$outboundSchema, Format$, LogDrain$inboundSchema, LogDrain$outboundSchema, LogDrain$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsTraceDrainStatus$, GetConfigurationProductsFormat$inboundSchema, GetConfigurationProductsFormat$outboundSchema, GetConfigurationProductsFormat$, TraceDrain$inboundSchema, TraceDrain$outboundSchema, TraceDrain$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsMessagingStatus$, Messaging$inboundSchema, Messaging$outboundSchema, Messaging$, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsOtherStatus$inboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsOtherStatus$outboundSchema, GetConfigurationProductsIntegrationsResponse200ApplicationJSONResponseBodyProductsProtocolsOtherStatus$, Other$inboundSchema, Other$outboundSchema, Other$, Protocols$inboundSchema, Protocols$outboundSchema, Protocols$, PrimaryProtocol$inboundSchema, PrimaryProtocol$outboundSchema, PrimaryProtocol$, GetConfigurationProductsType$inboundSchema, GetConfigurationProductsType$outboundSchema, GetConfigurationProductsType$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt628700$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt628700$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt628700$, PropertiesValue$inboundSchema, PropertiesValue$outboundSchema, PropertiesValue$, GetConfigurationProductsDisabled3$inboundSchema, GetConfigurationProductsDisabled3$outboundSchema, GetConfigurationProductsDisabled3$, GetConfigurationProductsDisabled2$inboundSchema, GetConfigurationProductsDisabled2$outboundSchema, GetConfigurationProductsDisabled2$, PropertiesDisabled$inboundSchema, PropertiesDisabled$outboundSchema, PropertiesDisabled$, GetConfigurationProductsHidden3$inboundSchema, GetConfigurationProductsHidden3$outboundSchema, GetConfigurationProductsHidden3$, GetConfigurationProductsHidden2$inboundSchema, GetConfigurationProductsHidden2$outboundSchema, GetConfigurationProductsHidden2$, PropertiesHidden$inboundSchema, PropertiesHidden$outboundSchema, PropertiesHidden$, Properties10$inboundSchema, Properties10$outboundSchema, Properties10$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaType$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt628700$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt628700$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt628700$, GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsMinLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt628700$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt628700$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt628700$, GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt628700$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt628700$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt628700$, GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema, GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema, GetConfigurationProductsPropertiesIntegrationsPattern$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiReadOnly$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiHidden$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema3$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDisabled$, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiDescription$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiFormattedValue$, Properties9$inboundSchema, Properties9$outboundSchema, Properties9$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt628700$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt628700$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt628700$, GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMinLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt628700$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt628700$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt628700$, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt628700$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt628700$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt628700$, GetConfigurationProductsPropertiesIntegrationsResponsePattern$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponsePattern$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponsePattern$, GetConfigurationProductsPropertiesIntegrationsItems$inboundSchema, GetConfigurationProductsPropertiesIntegrationsItems$outboundSchema, GetConfigurationProductsPropertiesIntegrationsItems$, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt628700$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt628700$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt628700$, GetConfigurationProductsUiOptionsValue$inboundSchema, GetConfigurationProductsUiOptionsValue$outboundSchema, GetConfigurationProductsUiOptionsValue$, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson3$, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsUiOptionsIntegrationsResponseDisabled$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseDisabled$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseDisabled$, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson3$, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsUiOptionsIntegrationsResponseHidden$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseHidden$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsResponseHidden$, GetConfigurationProductsUiOptions3$inboundSchema, GetConfigurationProductsUiOptions3$outboundSchema, GetConfigurationProductsUiOptions3$, GetConfigurationProductsUiOptionsAtBRANDAt628700$inboundSchema, GetConfigurationProductsUiOptionsAtBRANDAt628700$outboundSchema, GetConfigurationProductsUiOptionsAtBRANDAt628700$, GetConfigurationProductsUiOptions2$inboundSchema, GetConfigurationProductsUiOptions2$outboundSchema, GetConfigurationProductsUiOptions2$, GetConfigurationProductsDisabledIntegrationsResponse2003$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2003$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2003$, GetConfigurationProductsDisabledIntegrationsResponse2002$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2002$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2002$, GetConfigurationProductsUiOptionsIntegrationsDisabled$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsDisabled$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsDisabled$, GetConfigurationProductsHiddenIntegrationsResponse2003$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2003$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2003$, GetConfigurationProductsHiddenIntegrationsResponse2002$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2002$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2002$, GetConfigurationProductsUiOptionsIntegrationsHidden$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsHidden$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsHidden$, GetConfigurationProductsUiOptions1$inboundSchema, GetConfigurationProductsUiOptions1$outboundSchema, GetConfigurationProductsUiOptions1$, GetConfigurationProductsPropertiesIntegrationsUiOptions$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiOptions$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiOptions$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts3$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyProducts2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled$, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProducts2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt628700$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt628700$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt628700$, Default$inboundSchema, Default$outboundSchema, Default$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt628700$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt628700$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt628700$, Example$inboundSchema, Example$outboundSchema, Example$, Properties8$inboundSchema, Properties8$outboundSchema, Properties8$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt628700$inboundSchema, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt628700$outboundSchema, GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt628700$, UiOptionsValue$inboundSchema, UiOptionsValue$outboundSchema, UiOptionsValue$, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts3$, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBodyProducts2$, GetConfigurationProductsUiOptionsDisabled$inboundSchema, GetConfigurationProductsUiOptionsDisabled$outboundSchema, GetConfigurationProductsUiOptionsDisabled$, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts3$, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBodyProducts2$, GetConfigurationProductsUiOptionsHidden$inboundSchema, GetConfigurationProductsUiOptionsHidden$outboundSchema, GetConfigurationProductsUiOptionsHidden$, UiOptions3$inboundSchema, UiOptions3$outboundSchema, UiOptions3$, UiOptionsAtBRANDAt628700$inboundSchema, UiOptionsAtBRANDAt628700$outboundSchema, UiOptionsAtBRANDAt628700$, UiOptions2$inboundSchema, UiOptions2$outboundSchema, UiOptions2$, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody3$, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse200ApplicationJSONResponseBody2$, UiOptionsDisabled$inboundSchema, UiOptionsDisabled$outboundSchema, UiOptionsDisabled$, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody3$, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse200ApplicationJSONResponseBody2$, UiOptionsHidden$inboundSchema, UiOptionsHidden$outboundSchema, UiOptionsHidden$, UiOptions1$inboundSchema, UiOptions1$outboundSchema, UiOptions1$, GetConfigurationProductsPropertiesUiOptions$inboundSchema, GetConfigurationProductsPropertiesUiOptions$outboundSchema, GetConfigurationProductsPropertiesUiOptions$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt628700$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt628700$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt628700$, GetConfigurationProductsPropertiesMinLength$inboundSchema, GetConfigurationProductsPropertiesMinLength$outboundSchema, GetConfigurationProductsPropertiesMinLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt628700$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt628700$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt628700$, GetConfigurationProductsPropertiesMaxLength$inboundSchema, GetConfigurationProductsPropertiesMaxLength$outboundSchema, GetConfigurationProductsPropertiesMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt628700$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt628700$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt628700$, GetConfigurationProductsPropertiesPattern$inboundSchema, GetConfigurationProductsPropertiesPattern$outboundSchema, GetConfigurationProductsPropertiesPattern$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiHidden$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDescription$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$, Properties7$inboundSchema, Properties7$outboundSchema, Properties7$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONType$, GetConfigurationProductsPropertiesIntegrationsResponse200UiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiControl$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt628700$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt628700$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt628700$, GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt628700$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt628700$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt628700$, GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt628700$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt628700$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt628700$, GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$, GetConfigurationProductsPropertiesItems$inboundSchema, GetConfigurationProductsPropertiesItems$outboundSchema, GetConfigurationProductsPropertiesItems$, GetConfigurationProductsDisabledIntegrationsResponse3$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse3$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse3$, GetConfigurationProductsDisabledIntegrationsResponse2$inboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2$outboundSchema, GetConfigurationProductsDisabledIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsDisabled$, GetConfigurationProductsHiddenIntegrationsResponse3$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse3$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse3$, GetConfigurationProductsHiddenIntegrationsResponse2$inboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2$outboundSchema, GetConfigurationProductsHiddenIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsHidden$, PropertiesUiOptions$inboundSchema, PropertiesUiOptions$outboundSchema, PropertiesUiOptions$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3$, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsPropertiesIntegrationsResponse200UiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiReadOnly$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiReadOnly$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3$, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsPropertiesIntegrationsResponse200UiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiHidden$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3$, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsPropertiesIntegrationsResponse200UiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiDisabled$, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJson2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJson2$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJson2$, GetConfigurationProductsPropertiesIntegrationsResponse200UiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiDescription$, GetConfigurationProductsPropertiesIntegrationsResponse200UiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200UiFormattedValue$, Properties6$inboundSchema, Properties6$outboundSchema, Properties6$, GetConfigurationProductsPropertiesIntegrationsResponse200Type$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200Type$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200Type$, GetConfigurationProductsPropertiesIntegrationsResponseUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiControl$, GetConfigurationProductsDisabledIntegrations3$inboundSchema, GetConfigurationProductsDisabledIntegrations3$outboundSchema, GetConfigurationProductsDisabledIntegrations3$, GetConfigurationProductsDisabledIntegrations2$inboundSchema, GetConfigurationProductsDisabledIntegrations2$outboundSchema, GetConfigurationProductsDisabledIntegrations2$, GetConfigurationProductsPropertiesDisabled$inboundSchema, GetConfigurationProductsPropertiesDisabled$outboundSchema, GetConfigurationProductsPropertiesDisabled$, GetConfigurationProductsHiddenIntegrations3$inboundSchema, GetConfigurationProductsHiddenIntegrations3$outboundSchema, GetConfigurationProductsHiddenIntegrations3$, GetConfigurationProductsHiddenIntegrations2$inboundSchema, GetConfigurationProductsHiddenIntegrations2$outboundSchema, GetConfigurationProductsHiddenIntegrations2$, GetConfigurationProductsPropertiesHidden$inboundSchema, GetConfigurationProductsPropertiesHidden$outboundSchema, GetConfigurationProductsPropertiesHidden$, UiOptions$inboundSchema, UiOptions$outboundSchema, UiOptions$, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt628700$inboundSchema, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt628700$outboundSchema, GetConfigurationProductsPropertiesIntegrationsAtBRANDAt628700$, PropertiesMinLength$inboundSchema, PropertiesMinLength$outboundSchema, PropertiesMinLength$, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt628700$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt628700$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt628700$, PropertiesMaxLength$inboundSchema, PropertiesMaxLength$outboundSchema, PropertiesMaxLength$, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt628700$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt628700$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt628700$, PropertiesPattern$inboundSchema, PropertiesPattern$outboundSchema, PropertiesPattern$, GetConfigurationProductsUiReadOnlyIntegrationsResponse2003$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2003$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2003$, GetConfigurationProductsUiReadOnlyIntegrationsResponse2002$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2002$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2002$, GetConfigurationProductsPropertiesIntegrationsResponseUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiReadOnly$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiReadOnly$, GetConfigurationProductsUiHiddenIntegrationsResponse2003$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2003$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2003$, GetConfigurationProductsUiHiddenIntegrationsResponse2002$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2002$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2002$, GetConfigurationProductsPropertiesIntegrationsResponseUiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiHidden$, GetConfigurationProductsUiDisabledIntegrationsResponse2003$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2003$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2003$, GetConfigurationProductsUiDisabledIntegrationsResponse2002$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2002$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2002$, GetConfigurationProductsPropertiesIntegrationsResponseUiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiDisabled$, GetConfigurationProductsUiDescriptionIntegrationsResponse2002$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse2002$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse2002$, GetConfigurationProductsPropertiesIntegrationsResponseUiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiDescription$, GetConfigurationProductsPropertiesIntegrationsResponseUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseUiFormattedValue$, Properties5$inboundSchema, Properties5$outboundSchema, Properties5$, GetConfigurationProductsPropertiesIntegrationsResponseType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponseType$, GetConfigurationProductsPropertiesIntegrationsUiControl$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiControl$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiControl$, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type$inboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type$outboundSchema, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type$, PropertiesItems$inboundSchema, PropertiesItems$outboundSchema, PropertiesItems$, GetConfigurationProductsUiReadOnlyIntegrationsResponse3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse3$, GetConfigurationProductsUiReadOnlyIntegrationsResponse2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiReadOnly$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiReadOnly$, GetConfigurationProductsUiHiddenIntegrationsResponse3$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse3$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse3$, GetConfigurationProductsUiHiddenIntegrationsResponse2$inboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2$outboundSchema, GetConfigurationProductsUiHiddenIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsUiHidden$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiHidden$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiHidden$, GetConfigurationProductsUiDisabledIntegrationsResponse3$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse3$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse3$, GetConfigurationProductsUiDisabledIntegrationsResponse2$inboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2$outboundSchema, GetConfigurationProductsUiDisabledIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsUiDisabled$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiDisabled$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiDisabled$, GetConfigurationProductsUiDescriptionIntegrationsResponse2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse2$outboundSchema, GetConfigurationProductsUiDescriptionIntegrationsResponse2$, GetConfigurationProductsPropertiesIntegrationsUiDescription$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiDescription$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiDescription$, GetConfigurationProductsPropertiesIntegrationsUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesIntegrationsUiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesIntegrationsUiFormattedValue$, Properties4$inboundSchema, Properties4$outboundSchema, Properties4$, GetConfigurationProductsPropertiesIntegrationsType$inboundSchema, GetConfigurationProductsPropertiesIntegrationsType$outboundSchema, GetConfigurationProductsPropertiesIntegrationsType$, GetConfigurationProductsPropertiesUiControl$inboundSchema, GetConfigurationProductsPropertiesUiControl$outboundSchema, GetConfigurationProductsPropertiesUiControl$, GetConfigurationProductsUiReadOnlyIntegrations3$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrations3$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrations3$, GetConfigurationProductsUiReadOnlyIntegrations2$inboundSchema, GetConfigurationProductsUiReadOnlyIntegrations2$outboundSchema, GetConfigurationProductsUiReadOnlyIntegrations2$, GetConfigurationProductsPropertiesUiReadOnly$inboundSchema, GetConfigurationProductsPropertiesUiReadOnly$outboundSchema, GetConfigurationProductsPropertiesUiReadOnly$, GetConfigurationProductsUiHiddenIntegrations3$inboundSchema, GetConfigurationProductsUiHiddenIntegrations3$outboundSchema, GetConfigurationProductsUiHiddenIntegrations3$, GetConfigurationProductsUiHiddenIntegrations2$inboundSchema, GetConfigurationProductsUiHiddenIntegrations2$outboundSchema, GetConfigurationProductsUiHiddenIntegrations2$, GetConfigurationProductsPropertiesUiHidden$inboundSchema, GetConfigurationProductsPropertiesUiHidden$outboundSchema, GetConfigurationProductsPropertiesUiHidden$, GetConfigurationProductsUiDisabledIntegrations3$inboundSchema, GetConfigurationProductsUiDisabledIntegrations3$outboundSchema, GetConfigurationProductsUiDisabledIntegrations3$, GetConfigurationProductsUiDisabledIntegrations2$inboundSchema, GetConfigurationProductsUiDisabledIntegrations2$outboundSchema, GetConfigurationProductsUiDisabledIntegrations2$, GetConfigurationProductsPropertiesUiDisabled$inboundSchema, GetConfigurationProductsPropertiesUiDisabled$outboundSchema, GetConfigurationProductsPropertiesUiDisabled$, GetConfigurationProductsUiDescriptionIntegrations2$inboundSchema, GetConfigurationProductsUiDescriptionIntegrations2$outboundSchema, GetConfigurationProductsUiDescriptionIntegrations2$, GetConfigurationProductsPropertiesUiDescription$inboundSchema, GetConfigurationProductsPropertiesUiDescription$outboundSchema, GetConfigurationProductsPropertiesUiDescription$, GetConfigurationProductsPropertiesUiFormattedValue$inboundSchema, GetConfigurationProductsPropertiesUiFormattedValue$outboundSchema, GetConfigurationProductsPropertiesUiFormattedValue$, Properties3$inboundSchema, Properties3$outboundSchema, Properties3$, GetConfigurationProductsPropertiesType$inboundSchema, GetConfigurationProductsPropertiesType$outboundSchema, GetConfigurationProductsPropertiesType$, PropertiesUiControl$inboundSchema, PropertiesUiControl$outboundSchema, PropertiesUiControl$, GetConfigurationProductsUiReadOnly3$inboundSchema, GetConfigurationProductsUiReadOnly3$outboundSchema, GetConfigurationProductsUiReadOnly3$, GetConfigurationProductsUiReadOnly2$inboundSchema, GetConfigurationProductsUiReadOnly2$outboundSchema, GetConfigurationProductsUiReadOnly2$, PropertiesUiReadOnly$inboundSchema, PropertiesUiReadOnly$outboundSchema, PropertiesUiReadOnly$, GetConfigurationProductsUiHidden3$inboundSchema, GetConfigurationProductsUiHidden3$outboundSchema, GetConfigurationProductsUiHidden3$, GetConfigurationProductsUiHidden2$inboundSchema, GetConfigurationProductsUiHidden2$outboundSchema, GetConfigurationProductsUiHidden2$, PropertiesUiHidden$inboundSchema, PropertiesUiHidden$outboundSchema, PropertiesUiHidden$, GetConfigurationProductsUiDisabled3$inboundSchema, GetConfigurationProductsUiDisabled3$outboundSchema, GetConfigurationProductsUiDisabled3$, GetConfigurationProductsUiDisabled2$inboundSchema, GetConfigurationProductsUiDisabled2$outboundSchema, GetConfigurationProductsUiDisabled2$, PropertiesUiDisabled$inboundSchema, PropertiesUiDisabled$outboundSchema, PropertiesUiDisabled$, GetConfigurationProductsUiDescription2$inboundSchema, GetConfigurationProductsUiDescription2$outboundSchema, GetConfigurationProductsUiDescription2$, PropertiesUiDescription$inboundSchema, PropertiesUiDescription$outboundSchema, PropertiesUiDescription$, PropertiesUiFormattedValue$inboundSchema, PropertiesUiFormattedValue$outboundSchema, PropertiesUiFormattedValue$, Properties2$inboundSchema, Properties2$outboundSchema, Properties2$, PropertiesType$inboundSchema, PropertiesType$outboundSchema, PropertiesType$, UiControl$inboundSchema, UiControl$outboundSchema, UiControl$, AtBRANDAt628700$inboundSchema, AtBRANDAt628700$outboundSchema, AtBRANDAt628700$, MinLength$inboundSchema, MinLength$outboundSchema, MinLength$, PropertiesAtBRANDAt628700$inboundSchema, PropertiesAtBRANDAt628700$outboundSchema, PropertiesAtBRANDAt628700$, MaxLength$inboundSchema, MaxLength$outboundSchema, MaxLength$, GetConfigurationProductsPropertiesAtBRANDAt628700$inboundSchema, GetConfigurationProductsPropertiesAtBRANDAt628700$outboundSchema, GetConfigurationProductsPropertiesAtBRANDAt628700$, Pattern$inboundSchema, Pattern$outboundSchema, Pattern$, UiReadOnly3$inboundSchema, UiReadOnly3$outboundSchema, UiReadOnly3$, UiReadOnly2$inboundSchema, UiReadOnly2$outboundSchema, UiReadOnly2$, UiReadOnly$inboundSchema, UiReadOnly$outboundSchema, UiReadOnly$, UiHidden3$inboundSchema, UiHidden3$outboundSchema, UiHidden3$, UiHidden2$inboundSchema, UiHidden2$outboundSchema, UiHidden2$, UiHidden$inboundSchema, UiHidden$outboundSchema, UiHidden$, UiDisabled3$inboundSchema, UiDisabled3$outboundSchema, UiDisabled3$, UiDisabled2$inboundSchema, UiDisabled2$outboundSchema, UiDisabled2$, UiDisabled$inboundSchema, UiDisabled$outboundSchema, UiDisabled$, UiDescription2$inboundSchema, UiDescription2$outboundSchema, UiDescription2$, UiDescription$inboundSchema, UiDescription$outboundSchema, UiDescription$, UiFormattedValue$inboundSchema, UiFormattedValue$outboundSchema, UiFormattedValue$, Properties1$inboundSchema, Properties1$outboundSchema, Properties1$, Properties$inboundSchema, Properties$outboundSchema, Properties$, MetadataSchema$inboundSchema, MetadataSchema$outboundSchema, MetadataSchema$, Products$inboundSchema, Products$outboundSchema, Products$, Integration$inboundSchema, Integration$outboundSchema, Integration$, GetConfigurationProductsConfiguration$inboundSchema, GetConfigurationProductsConfiguration$outboundSchema, GetConfigurationProductsConfiguration$, GetConfigurationProductsResponseBody$inboundSchema, GetConfigurationProductsResponseBody$outboundSchema, GetConfigurationProductsResponseBody$;
72944
73077
  var init_getconfigurationproductsop = __esm(() => {
72945
73078
  init_esm();
72946
73079
  init_primitives();
@@ -73536,24 +73669,24 @@ var init_getconfigurationproductsop = __esm(() => {
73536
73669
  GetConfigurationProductsType$.inboundSchema = GetConfigurationProductsType$inboundSchema;
73537
73670
  GetConfigurationProductsType$.outboundSchema = GetConfigurationProductsType$outboundSchema;
73538
73671
  })(GetConfigurationProductsType$ ||= {});
73539
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422$inboundSchema = objectType({});
73540
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422$outboundSchema = objectType({});
73541
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422$) => {
73542
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422$inboundSchema;
73543
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422$outboundSchema;
73544
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422$ ||= {});
73672
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt628700$inboundSchema = objectType({});
73673
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt628700$outboundSchema = objectType({});
73674
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt628700$) => {
73675
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt628700$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt628700$inboundSchema;
73676
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt628700$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt628700$outboundSchema;
73677
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt628700$ ||= {});
73545
73678
  PropertiesValue$inboundSchema = objectType({
73546
- "__@BRAND@613422": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422$inboundSchema)
73679
+ "__@BRAND@628700": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt628700$inboundSchema)
73547
73680
  }).transform((v2) => {
73548
73681
  return remap(v2, {
73549
- "__@BRAND@613422": "atBRANDAt613422"
73682
+ "__@BRAND@628700": "atBRANDAt628700"
73550
73683
  });
73551
73684
  });
73552
73685
  PropertiesValue$outboundSchema = objectType({
73553
- atBRANDAt613422: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt613422$outboundSchema)
73686
+ atBRANDAt628700: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema10AtBRANDAt628700$outboundSchema)
73554
73687
  }).transform((v2) => {
73555
73688
  return remap(v2, {
73556
- atBRANDAt613422: "__@BRAND@613422"
73689
+ atBRANDAt628700: "__@BRAND@628700"
73557
73690
  });
73558
73691
  });
73559
73692
  ((PropertiesValue$) => {
@@ -73662,72 +73795,72 @@ var init_getconfigurationproductsop = __esm(() => {
73662
73795
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$inboundSchema;
73663
73796
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$outboundSchema;
73664
73797
  })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsUiControl$ ||= {});
73665
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422$inboundSchema = objectType({});
73666
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422$outboundSchema = objectType({});
73667
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422$) => {
73668
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422$inboundSchema;
73669
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422$outboundSchema;
73670
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422$ ||= {});
73798
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt628700$inboundSchema = objectType({});
73799
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt628700$outboundSchema = objectType({});
73800
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt628700$) => {
73801
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt628700$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt628700$inboundSchema;
73802
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt628700$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt628700$outboundSchema;
73803
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt628700$ ||= {});
73671
73804
  GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema = objectType({
73672
- "__@BRAND@613422": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422$inboundSchema)
73805
+ "__@BRAND@628700": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt628700$inboundSchema)
73673
73806
  }).transform((v2) => {
73674
73807
  return remap(v2, {
73675
- "__@BRAND@613422": "atBRANDAt613422"
73808
+ "__@BRAND@628700": "atBRANDAt628700"
73676
73809
  });
73677
73810
  });
73678
73811
  GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema = objectType({
73679
- atBRANDAt613422: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt613422$outboundSchema)
73812
+ atBRANDAt628700: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9AtBRANDAt628700$outboundSchema)
73680
73813
  }).transform((v2) => {
73681
73814
  return remap(v2, {
73682
- atBRANDAt613422: "__@BRAND@613422"
73815
+ atBRANDAt628700: "__@BRAND@628700"
73683
73816
  });
73684
73817
  });
73685
73818
  ((GetConfigurationProductsPropertiesIntegrationsMinLength$) => {
73686
73819
  GetConfigurationProductsPropertiesIntegrationsMinLength$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsMinLength$inboundSchema;
73687
73820
  GetConfigurationProductsPropertiesIntegrationsMinLength$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsMinLength$outboundSchema;
73688
73821
  })(GetConfigurationProductsPropertiesIntegrationsMinLength$ ||= {});
73689
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422$inboundSchema = objectType({});
73690
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422$outboundSchema = objectType({});
73691
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422$) => {
73692
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422$inboundSchema;
73693
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422$outboundSchema;
73694
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422$ ||= {});
73822
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt628700$inboundSchema = objectType({});
73823
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt628700$outboundSchema = objectType({});
73824
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt628700$) => {
73825
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt628700$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt628700$inboundSchema;
73826
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt628700$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt628700$outboundSchema;
73827
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt628700$ ||= {});
73695
73828
  GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema = objectType({
73696
- "__@BRAND@613422": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422$inboundSchema)
73829
+ "__@BRAND@628700": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt628700$inboundSchema)
73697
73830
  }).transform((v2) => {
73698
73831
  return remap(v2, {
73699
- "__@BRAND@613422": "atBRANDAt613422"
73832
+ "__@BRAND@628700": "atBRANDAt628700"
73700
73833
  });
73701
73834
  });
73702
73835
  GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema = objectType({
73703
- atBRANDAt613422: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt613422$outboundSchema)
73836
+ atBRANDAt628700: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9MaxLengthAtBRANDAt628700$outboundSchema)
73704
73837
  }).transform((v2) => {
73705
73838
  return remap(v2, {
73706
- atBRANDAt613422: "__@BRAND@613422"
73839
+ atBRANDAt628700: "__@BRAND@628700"
73707
73840
  });
73708
73841
  });
73709
73842
  ((GetConfigurationProductsPropertiesIntegrationsMaxLength$) => {
73710
73843
  GetConfigurationProductsPropertiesIntegrationsMaxLength$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsMaxLength$inboundSchema;
73711
73844
  GetConfigurationProductsPropertiesIntegrationsMaxLength$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsMaxLength$outboundSchema;
73712
73845
  })(GetConfigurationProductsPropertiesIntegrationsMaxLength$ ||= {});
73713
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422$inboundSchema = objectType({});
73714
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422$outboundSchema = objectType({});
73715
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422$) => {
73716
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422$inboundSchema;
73717
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422$outboundSchema;
73718
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422$ ||= {});
73846
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt628700$inboundSchema = objectType({});
73847
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt628700$outboundSchema = objectType({});
73848
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt628700$) => {
73849
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt628700$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt628700$inboundSchema;
73850
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt628700$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt628700$outboundSchema;
73851
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt628700$ ||= {});
73719
73852
  GetConfigurationProductsPropertiesIntegrationsPattern$inboundSchema = objectType({
73720
- "__@BRAND@613422": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422$inboundSchema)
73853
+ "__@BRAND@628700": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt628700$inboundSchema)
73721
73854
  }).transform((v2) => {
73722
73855
  return remap(v2, {
73723
- "__@BRAND@613422": "atBRANDAt613422"
73856
+ "__@BRAND@628700": "atBRANDAt628700"
73724
73857
  });
73725
73858
  });
73726
73859
  GetConfigurationProductsPropertiesIntegrationsPattern$outboundSchema = objectType({
73727
- atBRANDAt613422: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt613422$outboundSchema)
73860
+ atBRANDAt628700: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema9PatternAtBRANDAt628700$outboundSchema)
73728
73861
  }).transform((v2) => {
73729
73862
  return remap(v2, {
73730
- atBRANDAt613422: "__@BRAND@613422"
73863
+ atBRANDAt628700: "__@BRAND@628700"
73731
73864
  });
73732
73865
  });
73733
73866
  ((GetConfigurationProductsPropertiesIntegrationsPattern$) => {
@@ -73964,72 +74097,72 @@ var init_getconfigurationproductsop = __esm(() => {
73964
74097
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$inboundSchema;
73965
74098
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$outboundSchema;
73966
74099
  })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8Type$ ||= {});
73967
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422$inboundSchema = objectType({});
73968
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422$outboundSchema = objectType({});
73969
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422$) => {
73970
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422$inboundSchema;
73971
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422$outboundSchema;
73972
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422$ ||= {});
74100
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt628700$inboundSchema = objectType({});
74101
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt628700$outboundSchema = objectType({});
74102
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt628700$) => {
74103
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt628700$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt628700$inboundSchema;
74104
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt628700$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt628700$outboundSchema;
74105
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt628700$ ||= {});
73973
74106
  GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema = objectType({
73974
- "__@BRAND@613422": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422$inboundSchema)
74107
+ "__@BRAND@628700": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt628700$inboundSchema)
73975
74108
  }).transform((v2) => {
73976
74109
  return remap(v2, {
73977
- "__@BRAND@613422": "atBRANDAt613422"
74110
+ "__@BRAND@628700": "atBRANDAt628700"
73978
74111
  });
73979
74112
  });
73980
74113
  GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema = objectType({
73981
- atBRANDAt613422: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt613422$outboundSchema)
74114
+ atBRANDAt628700: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsMinLengthAtBRANDAt628700$outboundSchema)
73982
74115
  }).transform((v2) => {
73983
74116
  return remap(v2, {
73984
- atBRANDAt613422: "__@BRAND@613422"
74117
+ atBRANDAt628700: "__@BRAND@628700"
73985
74118
  });
73986
74119
  });
73987
74120
  ((GetConfigurationProductsPropertiesIntegrationsResponseMinLength$) => {
73988
74121
  GetConfigurationProductsPropertiesIntegrationsResponseMinLength$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseMinLength$inboundSchema;
73989
74122
  GetConfigurationProductsPropertiesIntegrationsResponseMinLength$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseMinLength$outboundSchema;
73990
74123
  })(GetConfigurationProductsPropertiesIntegrationsResponseMinLength$ ||= {});
73991
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422$inboundSchema = objectType({});
73992
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422$outboundSchema = objectType({});
73993
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422$) => {
73994
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422$inboundSchema;
73995
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422$outboundSchema;
73996
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422$ ||= {});
74124
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt628700$inboundSchema = objectType({});
74125
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt628700$outboundSchema = objectType({});
74126
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt628700$) => {
74127
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt628700$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt628700$inboundSchema;
74128
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt628700$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt628700$outboundSchema;
74129
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt628700$ ||= {});
73997
74130
  GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema = objectType({
73998
- "__@BRAND@613422": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422$inboundSchema)
74131
+ "__@BRAND@628700": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt628700$inboundSchema)
73999
74132
  }).transform((v2) => {
74000
74133
  return remap(v2, {
74001
- "__@BRAND@613422": "atBRANDAt613422"
74134
+ "__@BRAND@628700": "atBRANDAt628700"
74002
74135
  });
74003
74136
  });
74004
74137
  GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema = objectType({
74005
- atBRANDAt613422: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt613422$outboundSchema)
74138
+ atBRANDAt628700: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsAtBRANDAt628700$outboundSchema)
74006
74139
  }).transform((v2) => {
74007
74140
  return remap(v2, {
74008
- atBRANDAt613422: "__@BRAND@613422"
74141
+ atBRANDAt628700: "__@BRAND@628700"
74009
74142
  });
74010
74143
  });
74011
74144
  ((GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$) => {
74012
74145
  GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$inboundSchema;
74013
74146
  GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$outboundSchema;
74014
74147
  })(GetConfigurationProductsPropertiesIntegrationsResponseMaxLength$ ||= {});
74015
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422$inboundSchema = objectType({});
74016
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422$outboundSchema = objectType({});
74017
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422$) => {
74018
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422$inboundSchema;
74019
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422$outboundSchema;
74020
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422$ ||= {});
74148
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt628700$inboundSchema = objectType({});
74149
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt628700$outboundSchema = objectType({});
74150
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt628700$) => {
74151
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt628700$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt628700$inboundSchema;
74152
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt628700$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt628700$outboundSchema;
74153
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt628700$ ||= {});
74021
74154
  GetConfigurationProductsPropertiesIntegrationsResponsePattern$inboundSchema = objectType({
74022
- "__@BRAND@613422": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422$inboundSchema)
74155
+ "__@BRAND@628700": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt628700$inboundSchema)
74023
74156
  }).transform((v2) => {
74024
74157
  return remap(v2, {
74025
- "__@BRAND@613422": "atBRANDAt613422"
74158
+ "__@BRAND@628700": "atBRANDAt628700"
74026
74159
  });
74027
74160
  });
74028
74161
  GetConfigurationProductsPropertiesIntegrationsResponsePattern$outboundSchema = objectType({
74029
- atBRANDAt613422: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt613422$outboundSchema)
74162
+ atBRANDAt628700: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8ItemsPatternAtBRANDAt628700$outboundSchema)
74030
74163
  }).transform((v2) => {
74031
74164
  return remap(v2, {
74032
- atBRANDAt613422: "__@BRAND@613422"
74165
+ atBRANDAt628700: "__@BRAND@628700"
74033
74166
  });
74034
74167
  });
74035
74168
  ((GetConfigurationProductsPropertiesIntegrationsResponsePattern$) => {
@@ -74058,24 +74191,24 @@ var init_getconfigurationproductsop = __esm(() => {
74058
74191
  GetConfigurationProductsPropertiesIntegrationsItems$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsItems$inboundSchema;
74059
74192
  GetConfigurationProductsPropertiesIntegrationsItems$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsItems$outboundSchema;
74060
74193
  })(GetConfigurationProductsPropertiesIntegrationsItems$ ||= {});
74061
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422$inboundSchema = objectType({});
74062
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422$outboundSchema = objectType({});
74063
- ((GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422$) => {
74064
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422$inboundSchema;
74065
- GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422$outboundSchema;
74066
- })(GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422$ ||= {});
74194
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt628700$inboundSchema = objectType({});
74195
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt628700$outboundSchema = objectType({});
74196
+ ((GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt628700$) => {
74197
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt628700$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt628700$inboundSchema;
74198
+ GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt628700$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt628700$outboundSchema;
74199
+ })(GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt628700$ ||= {});
74067
74200
  GetConfigurationProductsUiOptionsValue$inboundSchema = objectType({
74068
- "__@BRAND@613422": lazyType(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422$inboundSchema)
74201
+ "__@BRAND@628700": lazyType(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt628700$inboundSchema)
74069
74202
  }).transform((v2) => {
74070
74203
  return remap(v2, {
74071
- "__@BRAND@613422": "atBRANDAt613422"
74204
+ "__@BRAND@628700": "atBRANDAt628700"
74072
74205
  });
74073
74206
  });
74074
74207
  GetConfigurationProductsUiOptionsValue$outboundSchema = objectType({
74075
- atBRANDAt613422: lazyType(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt613422$outboundSchema)
74208
+ atBRANDAt628700: lazyType(() => GetConfigurationProductsUiOptionsIntegrationsResponseAtBRANDAt628700$outboundSchema)
74076
74209
  }).transform((v2) => {
74077
74210
  return remap(v2, {
74078
- atBRANDAt613422: "__@BRAND@613422"
74211
+ atBRANDAt628700: "__@BRAND@628700"
74079
74212
  });
74080
74213
  });
74081
74214
  ((GetConfigurationProductsUiOptionsValue$) => {
@@ -74172,24 +74305,24 @@ var init_getconfigurationproductsop = __esm(() => {
74172
74305
  GetConfigurationProductsUiOptions3$.inboundSchema = GetConfigurationProductsUiOptions3$inboundSchema;
74173
74306
  GetConfigurationProductsUiOptions3$.outboundSchema = GetConfigurationProductsUiOptions3$outboundSchema;
74174
74307
  })(GetConfigurationProductsUiOptions3$ ||= {});
74175
- GetConfigurationProductsUiOptionsAtBRANDAt613422$inboundSchema = objectType({});
74176
- GetConfigurationProductsUiOptionsAtBRANDAt613422$outboundSchema = objectType({});
74177
- ((GetConfigurationProductsUiOptionsAtBRANDAt613422$) => {
74178
- GetConfigurationProductsUiOptionsAtBRANDAt613422$.inboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt613422$inboundSchema;
74179
- GetConfigurationProductsUiOptionsAtBRANDAt613422$.outboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt613422$outboundSchema;
74180
- })(GetConfigurationProductsUiOptionsAtBRANDAt613422$ ||= {});
74308
+ GetConfigurationProductsUiOptionsAtBRANDAt628700$inboundSchema = objectType({});
74309
+ GetConfigurationProductsUiOptionsAtBRANDAt628700$outboundSchema = objectType({});
74310
+ ((GetConfigurationProductsUiOptionsAtBRANDAt628700$) => {
74311
+ GetConfigurationProductsUiOptionsAtBRANDAt628700$.inboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt628700$inboundSchema;
74312
+ GetConfigurationProductsUiOptionsAtBRANDAt628700$.outboundSchema = GetConfigurationProductsUiOptionsAtBRANDAt628700$outboundSchema;
74313
+ })(GetConfigurationProductsUiOptionsAtBRANDAt628700$ ||= {});
74181
74314
  GetConfigurationProductsUiOptions2$inboundSchema = objectType({
74182
- "__@BRAND@613422": lazyType(() => GetConfigurationProductsUiOptionsAtBRANDAt613422$inboundSchema)
74315
+ "__@BRAND@628700": lazyType(() => GetConfigurationProductsUiOptionsAtBRANDAt628700$inboundSchema)
74183
74316
  }).transform((v2) => {
74184
74317
  return remap(v2, {
74185
- "__@BRAND@613422": "atBRANDAt613422"
74318
+ "__@BRAND@628700": "atBRANDAt628700"
74186
74319
  });
74187
74320
  });
74188
74321
  GetConfigurationProductsUiOptions2$outboundSchema = objectType({
74189
- atBRANDAt613422: lazyType(() => GetConfigurationProductsUiOptionsAtBRANDAt613422$outboundSchema)
74322
+ atBRANDAt628700: lazyType(() => GetConfigurationProductsUiOptionsAtBRANDAt628700$outboundSchema)
74190
74323
  }).transform((v2) => {
74191
74324
  return remap(v2, {
74192
- atBRANDAt613422: "__@BRAND@613422"
74325
+ atBRANDAt628700: "__@BRAND@628700"
74193
74326
  });
74194
74327
  });
74195
74328
  ((GetConfigurationProductsUiOptions2$) => {
@@ -74424,48 +74557,48 @@ var init_getconfigurationproductsop = __esm(() => {
74424
74557
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$inboundSchema;
74425
74558
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$outboundSchema;
74426
74559
  })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$ ||= {});
74427
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422$inboundSchema = objectType({});
74428
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422$outboundSchema = objectType({});
74429
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422$) => {
74430
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422$inboundSchema;
74431
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422$outboundSchema;
74432
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422$ ||= {});
74560
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt628700$inboundSchema = objectType({});
74561
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt628700$outboundSchema = objectType({});
74562
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt628700$) => {
74563
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt628700$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt628700$inboundSchema;
74564
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt628700$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt628700$outboundSchema;
74565
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt628700$ ||= {});
74433
74566
  Default$inboundSchema = objectType({
74434
- "__@BRAND@613422": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422$inboundSchema)
74567
+ "__@BRAND@628700": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt628700$inboundSchema)
74435
74568
  }).transform((v2) => {
74436
74569
  return remap(v2, {
74437
- "__@BRAND@613422": "atBRANDAt613422"
74570
+ "__@BRAND@628700": "atBRANDAt628700"
74438
74571
  });
74439
74572
  });
74440
74573
  Default$outboundSchema = objectType({
74441
- atBRANDAt613422: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt613422$outboundSchema)
74574
+ atBRANDAt628700: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchemaAtBRANDAt628700$outboundSchema)
74442
74575
  }).transform((v2) => {
74443
74576
  return remap(v2, {
74444
- atBRANDAt613422: "__@BRAND@613422"
74577
+ atBRANDAt628700: "__@BRAND@628700"
74445
74578
  });
74446
74579
  });
74447
74580
  ((Default$) => {
74448
74581
  Default$.inboundSchema = Default$inboundSchema;
74449
74582
  Default$.outboundSchema = Default$outboundSchema;
74450
74583
  })(Default$ ||= {});
74451
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422$inboundSchema = objectType({});
74452
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422$outboundSchema = objectType({});
74453
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422$) => {
74454
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422$inboundSchema;
74455
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422$outboundSchema;
74456
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422$ ||= {});
74584
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt628700$inboundSchema = objectType({});
74585
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt628700$outboundSchema = objectType({});
74586
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt628700$) => {
74587
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt628700$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt628700$inboundSchema;
74588
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt628700$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt628700$outboundSchema;
74589
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt628700$ ||= {});
74457
74590
  Example$inboundSchema = objectType({
74458
- "__@BRAND@613422": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422$inboundSchema)
74591
+ "__@BRAND@628700": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt628700$inboundSchema)
74459
74592
  }).transform((v2) => {
74460
74593
  return remap(v2, {
74461
- "__@BRAND@613422": "atBRANDAt613422"
74594
+ "__@BRAND@628700": "atBRANDAt628700"
74462
74595
  });
74463
74596
  });
74464
74597
  Example$outboundSchema = objectType({
74465
- atBRANDAt613422: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt613422$outboundSchema)
74598
+ atBRANDAt628700: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema8AtBRANDAt628700$outboundSchema)
74466
74599
  }).transform((v2) => {
74467
74600
  return remap(v2, {
74468
- atBRANDAt613422: "__@BRAND@613422"
74601
+ atBRANDAt628700: "__@BRAND@628700"
74469
74602
  });
74470
74603
  });
74471
74604
  ((Example$) => {
@@ -74586,24 +74719,24 @@ var init_getconfigurationproductsop = __esm(() => {
74586
74719
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$inboundSchema;
74587
74720
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$outboundSchema;
74588
74721
  })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$ ||= {});
74589
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422$inboundSchema = objectType({});
74590
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422$outboundSchema = objectType({});
74591
- ((GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422$) => {
74592
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422$inboundSchema;
74593
- GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422$outboundSchema;
74594
- })(GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422$ ||= {});
74722
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt628700$inboundSchema = objectType({});
74723
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt628700$outboundSchema = objectType({});
74724
+ ((GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt628700$) => {
74725
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt628700$.inboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt628700$inboundSchema;
74726
+ GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt628700$.outboundSchema = GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt628700$outboundSchema;
74727
+ })(GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt628700$ ||= {});
74595
74728
  UiOptionsValue$inboundSchema = objectType({
74596
- "__@BRAND@613422": lazyType(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422$inboundSchema)
74729
+ "__@BRAND@628700": lazyType(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt628700$inboundSchema)
74597
74730
  }).transform((v2) => {
74598
74731
  return remap(v2, {
74599
- "__@BRAND@613422": "atBRANDAt613422"
74732
+ "__@BRAND@628700": "atBRANDAt628700"
74600
74733
  });
74601
74734
  });
74602
74735
  UiOptionsValue$outboundSchema = objectType({
74603
- atBRANDAt613422: lazyType(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt613422$outboundSchema)
74736
+ atBRANDAt628700: lazyType(() => GetConfigurationProductsUiOptionsIntegrationsAtBRANDAt628700$outboundSchema)
74604
74737
  }).transform((v2) => {
74605
74738
  return remap(v2, {
74606
- atBRANDAt613422: "__@BRAND@613422"
74739
+ atBRANDAt628700: "__@BRAND@628700"
74607
74740
  });
74608
74741
  });
74609
74742
  ((UiOptionsValue$) => {
@@ -74700,24 +74833,24 @@ var init_getconfigurationproductsop = __esm(() => {
74700
74833
  UiOptions3$.inboundSchema = UiOptions3$inboundSchema;
74701
74834
  UiOptions3$.outboundSchema = UiOptions3$outboundSchema;
74702
74835
  })(UiOptions3$ ||= {});
74703
- UiOptionsAtBRANDAt613422$inboundSchema = objectType({});
74704
- UiOptionsAtBRANDAt613422$outboundSchema = objectType({});
74705
- ((UiOptionsAtBRANDAt613422$) => {
74706
- UiOptionsAtBRANDAt613422$.inboundSchema = UiOptionsAtBRANDAt613422$inboundSchema;
74707
- UiOptionsAtBRANDAt613422$.outboundSchema = UiOptionsAtBRANDAt613422$outboundSchema;
74708
- })(UiOptionsAtBRANDAt613422$ ||= {});
74836
+ UiOptionsAtBRANDAt628700$inboundSchema = objectType({});
74837
+ UiOptionsAtBRANDAt628700$outboundSchema = objectType({});
74838
+ ((UiOptionsAtBRANDAt628700$) => {
74839
+ UiOptionsAtBRANDAt628700$.inboundSchema = UiOptionsAtBRANDAt628700$inboundSchema;
74840
+ UiOptionsAtBRANDAt628700$.outboundSchema = UiOptionsAtBRANDAt628700$outboundSchema;
74841
+ })(UiOptionsAtBRANDAt628700$ ||= {});
74709
74842
  UiOptions2$inboundSchema = objectType({
74710
- "__@BRAND@613422": lazyType(() => UiOptionsAtBRANDAt613422$inboundSchema)
74843
+ "__@BRAND@628700": lazyType(() => UiOptionsAtBRANDAt628700$inboundSchema)
74711
74844
  }).transform((v2) => {
74712
74845
  return remap(v2, {
74713
- "__@BRAND@613422": "atBRANDAt613422"
74846
+ "__@BRAND@628700": "atBRANDAt628700"
74714
74847
  });
74715
74848
  });
74716
74849
  UiOptions2$outboundSchema = objectType({
74717
- atBRANDAt613422: lazyType(() => UiOptionsAtBRANDAt613422$outboundSchema)
74850
+ atBRANDAt628700: lazyType(() => UiOptionsAtBRANDAt628700$outboundSchema)
74718
74851
  }).transform((v2) => {
74719
74852
  return remap(v2, {
74720
- atBRANDAt613422: "__@BRAND@613422"
74853
+ atBRANDAt628700: "__@BRAND@628700"
74721
74854
  });
74722
74855
  });
74723
74856
  ((UiOptions2$) => {
@@ -74830,72 +74963,72 @@ var init_getconfigurationproductsop = __esm(() => {
74830
74963
  GetConfigurationProductsPropertiesUiOptions$.inboundSchema = GetConfigurationProductsPropertiesUiOptions$inboundSchema;
74831
74964
  GetConfigurationProductsPropertiesUiOptions$.outboundSchema = GetConfigurationProductsPropertiesUiOptions$outboundSchema;
74832
74965
  })(GetConfigurationProductsPropertiesUiOptions$ ||= {});
74833
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422$inboundSchema = objectType({});
74834
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422$outboundSchema = objectType({});
74835
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422$) => {
74836
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422$inboundSchema;
74837
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422$outboundSchema;
74838
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422$ ||= {});
74966
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt628700$inboundSchema = objectType({});
74967
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt628700$outboundSchema = objectType({});
74968
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt628700$) => {
74969
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt628700$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt628700$inboundSchema;
74970
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt628700$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt628700$outboundSchema;
74971
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt628700$ ||= {});
74839
74972
  GetConfigurationProductsPropertiesMinLength$inboundSchema = objectType({
74840
- "__@BRAND@613422": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422$inboundSchema)
74973
+ "__@BRAND@628700": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt628700$inboundSchema)
74841
74974
  }).transform((v2) => {
74842
74975
  return remap(v2, {
74843
- "__@BRAND@613422": "atBRANDAt613422"
74976
+ "__@BRAND@628700": "atBRANDAt628700"
74844
74977
  });
74845
74978
  });
74846
74979
  GetConfigurationProductsPropertiesMinLength$outboundSchema = objectType({
74847
- atBRANDAt613422: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt613422$outboundSchema)
74980
+ atBRANDAt628700: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt628700$outboundSchema)
74848
74981
  }).transform((v2) => {
74849
74982
  return remap(v2, {
74850
- atBRANDAt613422: "__@BRAND@613422"
74983
+ atBRANDAt628700: "__@BRAND@628700"
74851
74984
  });
74852
74985
  });
74853
74986
  ((GetConfigurationProductsPropertiesMinLength$) => {
74854
74987
  GetConfigurationProductsPropertiesMinLength$.inboundSchema = GetConfigurationProductsPropertiesMinLength$inboundSchema;
74855
74988
  GetConfigurationProductsPropertiesMinLength$.outboundSchema = GetConfigurationProductsPropertiesMinLength$outboundSchema;
74856
74989
  })(GetConfigurationProductsPropertiesMinLength$ ||= {});
74857
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422$inboundSchema = objectType({});
74858
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422$outboundSchema = objectType({});
74859
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422$) => {
74860
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422$inboundSchema;
74861
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422$outboundSchema;
74862
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422$ ||= {});
74990
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt628700$inboundSchema = objectType({});
74991
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt628700$outboundSchema = objectType({});
74992
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt628700$) => {
74993
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt628700$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt628700$inboundSchema;
74994
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt628700$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt628700$outboundSchema;
74995
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt628700$ ||= {});
74863
74996
  GetConfigurationProductsPropertiesMaxLength$inboundSchema = objectType({
74864
- "__@BRAND@613422": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422$inboundSchema)
74997
+ "__@BRAND@628700": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt628700$inboundSchema)
74865
74998
  }).transform((v2) => {
74866
74999
  return remap(v2, {
74867
- "__@BRAND@613422": "atBRANDAt613422"
75000
+ "__@BRAND@628700": "atBRANDAt628700"
74868
75001
  });
74869
75002
  });
74870
75003
  GetConfigurationProductsPropertiesMaxLength$outboundSchema = objectType({
74871
- atBRANDAt613422: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt613422$outboundSchema)
75004
+ atBRANDAt628700: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt628700$outboundSchema)
74872
75005
  }).transform((v2) => {
74873
75006
  return remap(v2, {
74874
- atBRANDAt613422: "__@BRAND@613422"
75007
+ atBRANDAt628700: "__@BRAND@628700"
74875
75008
  });
74876
75009
  });
74877
75010
  ((GetConfigurationProductsPropertiesMaxLength$) => {
74878
75011
  GetConfigurationProductsPropertiesMaxLength$.inboundSchema = GetConfigurationProductsPropertiesMaxLength$inboundSchema;
74879
75012
  GetConfigurationProductsPropertiesMaxLength$.outboundSchema = GetConfigurationProductsPropertiesMaxLength$outboundSchema;
74880
75013
  })(GetConfigurationProductsPropertiesMaxLength$ ||= {});
74881
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422$inboundSchema = objectType({});
74882
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422$outboundSchema = objectType({});
74883
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422$) => {
74884
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422$inboundSchema;
74885
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422$outboundSchema;
74886
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422$ ||= {});
75014
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt628700$inboundSchema = objectType({});
75015
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt628700$outboundSchema = objectType({});
75016
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt628700$) => {
75017
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt628700$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt628700$inboundSchema;
75018
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt628700$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt628700$outboundSchema;
75019
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt628700$ ||= {});
74887
75020
  GetConfigurationProductsPropertiesPattern$inboundSchema = objectType({
74888
- "__@BRAND@613422": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422$inboundSchema)
75021
+ "__@BRAND@628700": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt628700$inboundSchema)
74889
75022
  }).transform((v2) => {
74890
75023
  return remap(v2, {
74891
- "__@BRAND@613422": "atBRANDAt613422"
75024
+ "__@BRAND@628700": "atBRANDAt628700"
74892
75025
  });
74893
75026
  });
74894
75027
  GetConfigurationProductsPropertiesPattern$outboundSchema = objectType({
74895
- atBRANDAt613422: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt613422$outboundSchema)
75028
+ atBRANDAt628700: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsAtBRANDAt628700$outboundSchema)
74896
75029
  }).transform((v2) => {
74897
75030
  return remap(v2, {
74898
- atBRANDAt613422: "__@BRAND@613422"
75031
+ atBRANDAt628700: "__@BRAND@628700"
74899
75032
  });
74900
75033
  });
74901
75034
  ((GetConfigurationProductsPropertiesPattern$) => {
@@ -75144,72 +75277,72 @@ var init_getconfigurationproductsop = __esm(() => {
75144
75277
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$inboundSchema;
75145
75278
  GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$outboundSchema;
75146
75279
  })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6Type$ ||= {});
75147
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422$inboundSchema = objectType({});
75148
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422$outboundSchema = objectType({});
75149
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422$) => {
75150
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422$inboundSchema;
75151
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422$outboundSchema;
75152
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422$ ||= {});
75280
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt628700$inboundSchema = objectType({});
75281
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt628700$outboundSchema = objectType({});
75282
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt628700$) => {
75283
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt628700$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt628700$inboundSchema;
75284
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt628700$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt628700$outboundSchema;
75285
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt628700$ ||= {});
75153
75286
  GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$inboundSchema = objectType({
75154
- "__@BRAND@613422": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422$inboundSchema)
75287
+ "__@BRAND@628700": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt628700$inboundSchema)
75155
75288
  }).transform((v2) => {
75156
75289
  return remap(v2, {
75157
- "__@BRAND@613422": "atBRANDAt613422"
75290
+ "__@BRAND@628700": "atBRANDAt628700"
75158
75291
  });
75159
75292
  });
75160
75293
  GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$outboundSchema = objectType({
75161
- atBRANDAt613422: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt613422$outboundSchema)
75294
+ atBRANDAt628700: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsMinLengthAtBRANDAt628700$outboundSchema)
75162
75295
  }).transform((v2) => {
75163
75296
  return remap(v2, {
75164
- atBRANDAt613422: "__@BRAND@613422"
75297
+ atBRANDAt628700: "__@BRAND@628700"
75165
75298
  });
75166
75299
  });
75167
75300
  ((GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$) => {
75168
75301
  GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$inboundSchema;
75169
75302
  GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$outboundSchema;
75170
75303
  })(GetConfigurationProductsPropertiesIntegrationsResponse200MinLength$ ||= {});
75171
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422$inboundSchema = objectType({});
75172
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422$outboundSchema = objectType({});
75173
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422$) => {
75174
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422$inboundSchema;
75175
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422$outboundSchema;
75176
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422$ ||= {});
75304
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt628700$inboundSchema = objectType({});
75305
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt628700$outboundSchema = objectType({});
75306
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt628700$) => {
75307
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt628700$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt628700$inboundSchema;
75308
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt628700$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt628700$outboundSchema;
75309
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt628700$ ||= {});
75177
75310
  GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$inboundSchema = objectType({
75178
- "__@BRAND@613422": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422$inboundSchema)
75311
+ "__@BRAND@628700": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt628700$inboundSchema)
75179
75312
  }).transform((v2) => {
75180
75313
  return remap(v2, {
75181
- "__@BRAND@613422": "atBRANDAt613422"
75314
+ "__@BRAND@628700": "atBRANDAt628700"
75182
75315
  });
75183
75316
  });
75184
75317
  GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$outboundSchema = objectType({
75185
- atBRANDAt613422: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt613422$outboundSchema)
75318
+ atBRANDAt628700: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6AtBRANDAt628700$outboundSchema)
75186
75319
  }).transform((v2) => {
75187
75320
  return remap(v2, {
75188
- atBRANDAt613422: "__@BRAND@613422"
75321
+ atBRANDAt628700: "__@BRAND@628700"
75189
75322
  });
75190
75323
  });
75191
75324
  ((GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$) => {
75192
75325
  GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$inboundSchema;
75193
75326
  GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$outboundSchema;
75194
75327
  })(GetConfigurationProductsPropertiesIntegrationsResponse200MaxLength$ ||= {});
75195
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422$inboundSchema = objectType({});
75196
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422$outboundSchema = objectType({});
75197
- ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422$) => {
75198
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422$inboundSchema;
75199
- GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422$outboundSchema;
75200
- })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422$ ||= {});
75328
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt628700$inboundSchema = objectType({});
75329
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt628700$outboundSchema = objectType({});
75330
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt628700$) => {
75331
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt628700$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt628700$inboundSchema;
75332
+ GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt628700$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt628700$outboundSchema;
75333
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt628700$ ||= {});
75201
75334
  GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$inboundSchema = objectType({
75202
- "__@BRAND@613422": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422$inboundSchema)
75335
+ "__@BRAND@628700": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt628700$inboundSchema)
75203
75336
  }).transform((v2) => {
75204
75337
  return remap(v2, {
75205
- "__@BRAND@613422": "atBRANDAt613422"
75338
+ "__@BRAND@628700": "atBRANDAt628700"
75206
75339
  });
75207
75340
  });
75208
75341
  GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$outboundSchema = objectType({
75209
- atBRANDAt613422: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt613422$outboundSchema)
75342
+ atBRANDAt628700: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema6ItemsAtBRANDAt628700$outboundSchema)
75210
75343
  }).transform((v2) => {
75211
75344
  return remap(v2, {
75212
- atBRANDAt613422: "__@BRAND@613422"
75345
+ atBRANDAt628700: "__@BRAND@628700"
75213
75346
  });
75214
75347
  });
75215
75348
  ((GetConfigurationProductsPropertiesIntegrationsResponse200Pattern$) => {
@@ -75650,72 +75783,72 @@ var init_getconfigurationproductsop = __esm(() => {
75650
75783
  UiOptions$.inboundSchema = UiOptions$inboundSchema;
75651
75784
  UiOptions$.outboundSchema = UiOptions$outboundSchema;
75652
75785
  })(UiOptions$ ||= {});
75653
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422$inboundSchema = objectType({});
75654
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422$outboundSchema = objectType({});
75655
- ((GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422$) => {
75656
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422$inboundSchema;
75657
- GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422$outboundSchema;
75658
- })(GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422$ ||= {});
75786
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt628700$inboundSchema = objectType({});
75787
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt628700$outboundSchema = objectType({});
75788
+ ((GetConfigurationProductsPropertiesIntegrationsAtBRANDAt628700$) => {
75789
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt628700$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt628700$inboundSchema;
75790
+ GetConfigurationProductsPropertiesIntegrationsAtBRANDAt628700$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsAtBRANDAt628700$outboundSchema;
75791
+ })(GetConfigurationProductsPropertiesIntegrationsAtBRANDAt628700$ ||= {});
75659
75792
  PropertiesMinLength$inboundSchema = objectType({
75660
- "__@BRAND@613422": lazyType(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422$inboundSchema)
75793
+ "__@BRAND@628700": lazyType(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt628700$inboundSchema)
75661
75794
  }).transform((v2) => {
75662
75795
  return remap(v2, {
75663
- "__@BRAND@613422": "atBRANDAt613422"
75796
+ "__@BRAND@628700": "atBRANDAt628700"
75664
75797
  });
75665
75798
  });
75666
75799
  PropertiesMinLength$outboundSchema = objectType({
75667
- atBRANDAt613422: lazyType(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt613422$outboundSchema)
75800
+ atBRANDAt628700: lazyType(() => GetConfigurationProductsPropertiesIntegrationsAtBRANDAt628700$outboundSchema)
75668
75801
  }).transform((v2) => {
75669
75802
  return remap(v2, {
75670
- atBRANDAt613422: "__@BRAND@613422"
75803
+ atBRANDAt628700: "__@BRAND@628700"
75671
75804
  });
75672
75805
  });
75673
75806
  ((PropertiesMinLength$) => {
75674
75807
  PropertiesMinLength$.inboundSchema = PropertiesMinLength$inboundSchema;
75675
75808
  PropertiesMinLength$.outboundSchema = PropertiesMinLength$outboundSchema;
75676
75809
  })(PropertiesMinLength$ ||= {});
75677
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422$inboundSchema = objectType({});
75678
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422$outboundSchema = objectType({});
75679
- ((GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422$) => {
75680
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422$inboundSchema;
75681
- GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422$outboundSchema;
75682
- })(GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422$ ||= {});
75810
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt628700$inboundSchema = objectType({});
75811
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt628700$outboundSchema = objectType({});
75812
+ ((GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt628700$) => {
75813
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt628700$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt628700$inboundSchema;
75814
+ GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt628700$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt628700$outboundSchema;
75815
+ })(GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt628700$ ||= {});
75683
75816
  PropertiesMaxLength$inboundSchema = objectType({
75684
- "__@BRAND@613422": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422$inboundSchema)
75817
+ "__@BRAND@628700": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt628700$inboundSchema)
75685
75818
  }).transform((v2) => {
75686
75819
  return remap(v2, {
75687
- "__@BRAND@613422": "atBRANDAt613422"
75820
+ "__@BRAND@628700": "atBRANDAt628700"
75688
75821
  });
75689
75822
  });
75690
75823
  PropertiesMaxLength$outboundSchema = objectType({
75691
- atBRANDAt613422: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt613422$outboundSchema)
75824
+ atBRANDAt628700: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponseAtBRANDAt628700$outboundSchema)
75692
75825
  }).transform((v2) => {
75693
75826
  return remap(v2, {
75694
- atBRANDAt613422: "__@BRAND@613422"
75827
+ atBRANDAt628700: "__@BRAND@628700"
75695
75828
  });
75696
75829
  });
75697
75830
  ((PropertiesMaxLength$) => {
75698
75831
  PropertiesMaxLength$.inboundSchema = PropertiesMaxLength$inboundSchema;
75699
75832
  PropertiesMaxLength$.outboundSchema = PropertiesMaxLength$outboundSchema;
75700
75833
  })(PropertiesMaxLength$ ||= {});
75701
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422$inboundSchema = objectType({});
75702
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422$outboundSchema = objectType({});
75703
- ((GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422$) => {
75704
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422$inboundSchema;
75705
- GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422$outboundSchema;
75706
- })(GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422$ ||= {});
75834
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt628700$inboundSchema = objectType({});
75835
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt628700$outboundSchema = objectType({});
75836
+ ((GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt628700$) => {
75837
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt628700$.inboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt628700$inboundSchema;
75838
+ GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt628700$.outboundSchema = GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt628700$outboundSchema;
75839
+ })(GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt628700$ ||= {});
75707
75840
  PropertiesPattern$inboundSchema = objectType({
75708
- "__@BRAND@613422": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422$inboundSchema)
75841
+ "__@BRAND@628700": lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt628700$inboundSchema)
75709
75842
  }).transform((v2) => {
75710
75843
  return remap(v2, {
75711
- "__@BRAND@613422": "atBRANDAt613422"
75844
+ "__@BRAND@628700": "atBRANDAt628700"
75712
75845
  });
75713
75846
  });
75714
75847
  PropertiesPattern$outboundSchema = objectType({
75715
- atBRANDAt613422: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt613422$outboundSchema)
75848
+ atBRANDAt628700: lazyType(() => GetConfigurationProductsPropertiesIntegrationsResponse200AtBRANDAt628700$outboundSchema)
75716
75849
  }).transform((v2) => {
75717
75850
  return remap(v2, {
75718
- atBRANDAt613422: "__@BRAND@613422"
75851
+ atBRANDAt628700: "__@BRAND@628700"
75719
75852
  });
75720
75853
  });
75721
75854
  ((PropertiesPattern$) => {
@@ -76636,72 +76769,72 @@ var init_getconfigurationproductsop = __esm(() => {
76636
76769
  UiControl$.inboundSchema = UiControl$inboundSchema;
76637
76770
  UiControl$.outboundSchema = UiControl$outboundSchema;
76638
76771
  })(UiControl$ ||= {});
76639
- AtBRANDAt613422$inboundSchema = objectType({});
76640
- AtBRANDAt613422$outboundSchema = objectType({});
76641
- ((AtBRANDAt613422$) => {
76642
- AtBRANDAt613422$.inboundSchema = AtBRANDAt613422$inboundSchema;
76643
- AtBRANDAt613422$.outboundSchema = AtBRANDAt613422$outboundSchema;
76644
- })(AtBRANDAt613422$ ||= {});
76772
+ AtBRANDAt628700$inboundSchema = objectType({});
76773
+ AtBRANDAt628700$outboundSchema = objectType({});
76774
+ ((AtBRANDAt628700$) => {
76775
+ AtBRANDAt628700$.inboundSchema = AtBRANDAt628700$inboundSchema;
76776
+ AtBRANDAt628700$.outboundSchema = AtBRANDAt628700$outboundSchema;
76777
+ })(AtBRANDAt628700$ ||= {});
76645
76778
  MinLength$inboundSchema = objectType({
76646
- "__@BRAND@613422": lazyType(() => AtBRANDAt613422$inboundSchema)
76779
+ "__@BRAND@628700": lazyType(() => AtBRANDAt628700$inboundSchema)
76647
76780
  }).transform((v2) => {
76648
76781
  return remap(v2, {
76649
- "__@BRAND@613422": "atBRANDAt613422"
76782
+ "__@BRAND@628700": "atBRANDAt628700"
76650
76783
  });
76651
76784
  });
76652
76785
  MinLength$outboundSchema = objectType({
76653
- atBRANDAt613422: lazyType(() => AtBRANDAt613422$outboundSchema)
76786
+ atBRANDAt628700: lazyType(() => AtBRANDAt628700$outboundSchema)
76654
76787
  }).transform((v2) => {
76655
76788
  return remap(v2, {
76656
- atBRANDAt613422: "__@BRAND@613422"
76789
+ atBRANDAt628700: "__@BRAND@628700"
76657
76790
  });
76658
76791
  });
76659
76792
  ((MinLength$) => {
76660
76793
  MinLength$.inboundSchema = MinLength$inboundSchema;
76661
76794
  MinLength$.outboundSchema = MinLength$outboundSchema;
76662
76795
  })(MinLength$ ||= {});
76663
- PropertiesAtBRANDAt613422$inboundSchema = objectType({});
76664
- PropertiesAtBRANDAt613422$outboundSchema = objectType({});
76665
- ((PropertiesAtBRANDAt613422$) => {
76666
- PropertiesAtBRANDAt613422$.inboundSchema = PropertiesAtBRANDAt613422$inboundSchema;
76667
- PropertiesAtBRANDAt613422$.outboundSchema = PropertiesAtBRANDAt613422$outboundSchema;
76668
- })(PropertiesAtBRANDAt613422$ ||= {});
76796
+ PropertiesAtBRANDAt628700$inboundSchema = objectType({});
76797
+ PropertiesAtBRANDAt628700$outboundSchema = objectType({});
76798
+ ((PropertiesAtBRANDAt628700$) => {
76799
+ PropertiesAtBRANDAt628700$.inboundSchema = PropertiesAtBRANDAt628700$inboundSchema;
76800
+ PropertiesAtBRANDAt628700$.outboundSchema = PropertiesAtBRANDAt628700$outboundSchema;
76801
+ })(PropertiesAtBRANDAt628700$ ||= {});
76669
76802
  MaxLength$inboundSchema = objectType({
76670
- "__@BRAND@613422": lazyType(() => PropertiesAtBRANDAt613422$inboundSchema)
76803
+ "__@BRAND@628700": lazyType(() => PropertiesAtBRANDAt628700$inboundSchema)
76671
76804
  }).transform((v2) => {
76672
76805
  return remap(v2, {
76673
- "__@BRAND@613422": "atBRANDAt613422"
76806
+ "__@BRAND@628700": "atBRANDAt628700"
76674
76807
  });
76675
76808
  });
76676
76809
  MaxLength$outboundSchema = objectType({
76677
- atBRANDAt613422: lazyType(() => PropertiesAtBRANDAt613422$outboundSchema)
76810
+ atBRANDAt628700: lazyType(() => PropertiesAtBRANDAt628700$outboundSchema)
76678
76811
  }).transform((v2) => {
76679
76812
  return remap(v2, {
76680
- atBRANDAt613422: "__@BRAND@613422"
76813
+ atBRANDAt628700: "__@BRAND@628700"
76681
76814
  });
76682
76815
  });
76683
76816
  ((MaxLength$) => {
76684
76817
  MaxLength$.inboundSchema = MaxLength$inboundSchema;
76685
76818
  MaxLength$.outboundSchema = MaxLength$outboundSchema;
76686
76819
  })(MaxLength$ ||= {});
76687
- GetConfigurationProductsPropertiesAtBRANDAt613422$inboundSchema = objectType({});
76688
- GetConfigurationProductsPropertiesAtBRANDAt613422$outboundSchema = objectType({});
76689
- ((GetConfigurationProductsPropertiesAtBRANDAt613422$) => {
76690
- GetConfigurationProductsPropertiesAtBRANDAt613422$.inboundSchema = GetConfigurationProductsPropertiesAtBRANDAt613422$inboundSchema;
76691
- GetConfigurationProductsPropertiesAtBRANDAt613422$.outboundSchema = GetConfigurationProductsPropertiesAtBRANDAt613422$outboundSchema;
76692
- })(GetConfigurationProductsPropertiesAtBRANDAt613422$ ||= {});
76820
+ GetConfigurationProductsPropertiesAtBRANDAt628700$inboundSchema = objectType({});
76821
+ GetConfigurationProductsPropertiesAtBRANDAt628700$outboundSchema = objectType({});
76822
+ ((GetConfigurationProductsPropertiesAtBRANDAt628700$) => {
76823
+ GetConfigurationProductsPropertiesAtBRANDAt628700$.inboundSchema = GetConfigurationProductsPropertiesAtBRANDAt628700$inboundSchema;
76824
+ GetConfigurationProductsPropertiesAtBRANDAt628700$.outboundSchema = GetConfigurationProductsPropertiesAtBRANDAt628700$outboundSchema;
76825
+ })(GetConfigurationProductsPropertiesAtBRANDAt628700$ ||= {});
76693
76826
  Pattern$inboundSchema = objectType({
76694
- "__@BRAND@613422": lazyType(() => GetConfigurationProductsPropertiesAtBRANDAt613422$inboundSchema)
76827
+ "__@BRAND@628700": lazyType(() => GetConfigurationProductsPropertiesAtBRANDAt628700$inboundSchema)
76695
76828
  }).transform((v2) => {
76696
76829
  return remap(v2, {
76697
- "__@BRAND@613422": "atBRANDAt613422"
76830
+ "__@BRAND@628700": "atBRANDAt628700"
76698
76831
  });
76699
76832
  });
76700
76833
  Pattern$outboundSchema = objectType({
76701
- atBRANDAt613422: lazyType(() => GetConfigurationProductsPropertiesAtBRANDAt613422$outboundSchema)
76834
+ atBRANDAt628700: lazyType(() => GetConfigurationProductsPropertiesAtBRANDAt628700$outboundSchema)
76702
76835
  }).transform((v2) => {
76703
76836
  return remap(v2, {
76704
- atBRANDAt613422: "__@BRAND@613422"
76837
+ atBRANDAt628700: "__@BRAND@628700"
76705
76838
  });
76706
76839
  });
76707
76840
  ((Pattern$) => {
@@ -77160,11 +77293,15 @@ var init_getconfigurationsop = __esm(() => {
77160
77293
  External: "external"
77161
77294
  };
77162
77295
  TagIds = {
77296
+ TagAgents: "tag_agents",
77163
77297
  TagAi: "tag_ai",
77164
77298
  TagAnalytics: "tag_analytics",
77165
77299
  TagAuthentication: "tag_authentication",
77166
77300
  TagCms: "tag_cms",
77167
77301
  TagCodeRepository: "tag_code_repository",
77302
+ TagCodeReview: "tag_code_review",
77303
+ TagCodeSecurity: "tag_code_security",
77304
+ TagCodeTesting: "tag_code_testing",
77168
77305
  TagCommerce: "tag_commerce",
77169
77306
  TagDatabases: "tag_databases",
77170
77307
  TagDevTools: "tag_dev_tools",
@@ -77179,8 +77316,10 @@ var init_getconfigurationsop = __esm(() => {
77179
77316
  TagProductivity: "tag_productivity",
77180
77317
  TagSearching: "tag_searching",
77181
77318
  TagSecurity: "tag_security",
77319
+ TagSupportAgent: "tag_support_agent",
77182
77320
  TagTesting: "tag_testing",
77183
77321
  TagVideo: "tag_video",
77322
+ TagWebAutomation: "tag_web_automation",
77184
77323
  TagWorkflow: "tag_workflow"
77185
77324
  };
77186
77325
  GetConfigurationsResponseBodyIntegrationsSource = {
@@ -78495,12 +78634,12 @@ var init_createeventop = __esm(() => {
78495
78634
  })(CreateEventEventType$ ||= {});
78496
78635
  Event2$inboundSchema = objectType({
78497
78636
  type: CreateEventEventType$inboundSchema,
78498
- productId: stringType(),
78637
+ productId: stringType().optional(),
78499
78638
  resourceId: stringType()
78500
78639
  });
78501
78640
  Event2$outboundSchema = objectType({
78502
78641
  type: CreateEventEventType$outboundSchema,
78503
- productId: stringType(),
78642
+ productId: stringType().optional(),
78504
78643
  resourceId: stringType()
78505
78644
  });
78506
78645
  ((Event2$) => {
@@ -80534,7 +80673,7 @@ var init_importresourceop = __esm(() => {
80534
80673
  details: arrayType(lazyType(() => ImportResourceDetails$outboundSchema)).optional(),
80535
80674
  highlightedDetails: arrayType(lazyType(() => ImportResourceHighlightedDetails$outboundSchema)).optional(),
80536
80675
  effectiveDate: stringType().optional(),
80537
- additionalProperties: recordType(anyType())
80676
+ additionalProperties: recordType(anyType()).optional()
80538
80677
  }).transform((v2) => {
80539
80678
  return {
80540
80679
  ...v2.additionalProperties,
@@ -81537,7 +81676,7 @@ var init_updateinstallationop = __esm(() => {
81537
81676
  details: arrayType(lazyType(() => Details$outboundSchema)).optional(),
81538
81677
  highlightedDetails: arrayType(lazyType(() => HighlightedDetails$outboundSchema)).optional(),
81539
81678
  effectiveDate: stringType().optional(),
81540
- additionalProperties: recordType(anyType())
81679
+ additionalProperties: recordType(anyType()).optional()
81541
81680
  }).transform((v2) => {
81542
81681
  return {
81543
81682
  ...v2.additionalProperties,
@@ -82299,7 +82438,7 @@ var init_updateresourceop = __esm(() => {
82299
82438
  details: arrayType(lazyType(() => UpdateResourceDetails$outboundSchema)).optional(),
82300
82439
  highlightedDetails: arrayType(lazyType(() => UpdateResourceHighlightedDetails$outboundSchema)).optional(),
82301
82440
  effectiveDate: stringType().optional(),
82302
- additionalProperties: recordType(anyType())
82441
+ additionalProperties: recordType(anyType()).optional()
82303
82442
  }).transform((v2) => {
82304
82443
  return {
82305
82444
  ...v2.additionalProperties,
@@ -83566,7 +83705,7 @@ var init_acceptprojecttransferrequestop = __esm(() => {
83566
83705
  AcceptedPolicies$outboundSchema = objectType({
83567
83706
  eula: dateType().transform((v2) => v2.toISOString()),
83568
83707
  privacy: dateType().transform((v2) => v2.toISOString()),
83569
- additionalProperties: recordType(dateType().transform((v2) => v2.toISOString()))
83708
+ additionalProperties: recordType(dateType().transform((v2) => v2.toISOString())).optional()
83570
83709
  }).transform((v2) => {
83571
83710
  return {
83572
83711
  ...v2.additionalProperties,
@@ -95202,6 +95341,7 @@ var init_getprojectsop = __esm(() => {
95202
95341
  deprecated: booleanType().optional(),
95203
95342
  elasticConcurrencyEnabled: ElasticConcurrencyEnabled$inboundSchema.optional(),
95204
95343
  staticIpsEnabled: StaticIpsEnabled$inboundSchema.optional(),
95344
+ buildMachineTypes: stringType().optional(),
95205
95345
  teamId: stringType().optional(),
95206
95346
  slug: stringType().optional()
95207
95347
  });
@@ -95219,6 +95359,7 @@ var init_getprojectsop = __esm(() => {
95219
95359
  deprecated: booleanType().optional(),
95220
95360
  elasticConcurrencyEnabled: ElasticConcurrencyEnabled$outboundSchema.optional(),
95221
95361
  staticIpsEnabled: StaticIpsEnabled$outboundSchema.optional(),
95362
+ buildMachineTypes: stringType().optional(),
95222
95363
  teamId: stringType().optional(),
95223
95364
  slug: stringType().optional()
95224
95365
  });
@@ -98571,6 +98712,7 @@ async function $do149(client, request, options) {
98571
98712
  const body = null;
98572
98713
  const path = pathToFunc("/v10/projects")();
98573
98714
  const query = encodeFormQuery({
98715
+ buildMachineTypes: payload.buildMachineTypes,
98574
98716
  deprecated: payload.deprecated,
98575
98717
  edgeConfigId: payload.edgeConfigId,
98576
98718
  edgeConfigTokenId: payload.edgeConfigTokenId,
@@ -113634,6 +113776,168 @@ Retrieve the specified firewall configuration for a project. The deployed config
113634
113776
  };
113635
113777
  });
113636
113778
 
113779
+ // src/models/getv1securityfirewalleventsop.ts
113780
+ var GetV1SecurityFirewallEventsRequest$inboundSchema, GetV1SecurityFirewallEventsRequest$outboundSchema, GetV1SecurityFirewallEventsRequest$, Actions$inboundSchema, Actions$outboundSchema, Actions$, GetV1SecurityFirewallEventsResponseBody$inboundSchema, GetV1SecurityFirewallEventsResponseBody$outboundSchema, GetV1SecurityFirewallEventsResponseBody$;
113781
+ var init_getv1securityfirewalleventsop = __esm(() => {
113782
+ init_esm();
113783
+ init_primitives();
113784
+ GetV1SecurityFirewallEventsRequest$inboundSchema = objectType({
113785
+ projectId: stringType(),
113786
+ startTimestamp: numberType().optional(),
113787
+ endTimestamp: numberType().optional()
113788
+ });
113789
+ GetV1SecurityFirewallEventsRequest$outboundSchema = objectType({
113790
+ projectId: stringType(),
113791
+ startTimestamp: numberType().optional(),
113792
+ endTimestamp: numberType().optional()
113793
+ });
113794
+ ((GetV1SecurityFirewallEventsRequest$) => {
113795
+ GetV1SecurityFirewallEventsRequest$.inboundSchema = GetV1SecurityFirewallEventsRequest$inboundSchema;
113796
+ GetV1SecurityFirewallEventsRequest$.outboundSchema = GetV1SecurityFirewallEventsRequest$outboundSchema;
113797
+ })(GetV1SecurityFirewallEventsRequest$ ||= {});
113798
+ Actions$inboundSchema = objectType({
113799
+ startTime: stringType(),
113800
+ endTime: stringType(),
113801
+ isActive: booleanType(),
113802
+ action_type: stringType(),
113803
+ host: stringType(),
113804
+ public_ip: stringType(),
113805
+ count: numberType()
113806
+ }).transform((v2) => {
113807
+ return remap(v2, {
113808
+ action_type: "actionType",
113809
+ public_ip: "publicIp"
113810
+ });
113811
+ });
113812
+ Actions$outboundSchema = objectType({
113813
+ startTime: stringType(),
113814
+ endTime: stringType(),
113815
+ isActive: booleanType(),
113816
+ actionType: stringType(),
113817
+ host: stringType(),
113818
+ publicIp: stringType(),
113819
+ count: numberType()
113820
+ }).transform((v2) => {
113821
+ return remap(v2, {
113822
+ actionType: "action_type",
113823
+ publicIp: "public_ip"
113824
+ });
113825
+ });
113826
+ ((Actions$) => {
113827
+ Actions$.inboundSchema = Actions$inboundSchema;
113828
+ Actions$.outboundSchema = Actions$outboundSchema;
113829
+ })(Actions$ ||= {});
113830
+ GetV1SecurityFirewallEventsResponseBody$inboundSchema = objectType({
113831
+ actions: arrayType(lazyType(() => Actions$inboundSchema))
113832
+ });
113833
+ GetV1SecurityFirewallEventsResponseBody$outboundSchema = objectType({
113834
+ actions: arrayType(lazyType(() => Actions$outboundSchema))
113835
+ });
113836
+ ((GetV1SecurityFirewallEventsResponseBody$) => {
113837
+ GetV1SecurityFirewallEventsResponseBody$.inboundSchema = GetV1SecurityFirewallEventsResponseBody$inboundSchema;
113838
+ GetV1SecurityFirewallEventsResponseBody$.outboundSchema = GetV1SecurityFirewallEventsResponseBody$outboundSchema;
113839
+ })(GetV1SecurityFirewallEventsResponseBody$ ||= {});
113840
+ });
113841
+
113842
+ // src/funcs/securityGetV1SecurityFirewallEvents.ts
113843
+ function securityGetV1SecurityFirewallEvents(client, request, options) {
113844
+ return new APIPromise($do174(client, request, options));
113845
+ }
113846
+ async function $do174(client, request, options) {
113847
+ const parsed = safeParse(request, (value) => GetV1SecurityFirewallEventsRequest$outboundSchema.parse(value), "Input validation failed");
113848
+ if (!parsed.ok) {
113849
+ return [parsed, { status: "invalid" }];
113850
+ }
113851
+ const payload = parsed.value;
113852
+ const body = null;
113853
+ const path = pathToFunc("/v1/security/firewall/events")();
113854
+ const query = encodeFormQuery({
113855
+ endTimestamp: payload.endTimestamp,
113856
+ projectId: payload.projectId,
113857
+ startTimestamp: payload.startTimestamp
113858
+ });
113859
+ const headers = new Headers(compactMap({
113860
+ Accept: "application/json"
113861
+ }));
113862
+ const context = {
113863
+ options: client._options,
113864
+ baseURL: options?.serverURL ?? client._baseURL ?? "",
113865
+ operationID: "get_/v1/security/firewall/events",
113866
+ oAuth2Scopes: null,
113867
+ resolvedSecurity: null,
113868
+ securitySource: null,
113869
+ retryConfig: options?.retries || client._options.retryConfig || { strategy: "none" },
113870
+ retryCodes: options?.retryCodes || ["429", "500", "502", "503", "504"]
113871
+ };
113872
+ const requestRes = client._createRequest(context, {
113873
+ method: "GET",
113874
+ baseURL: options?.serverURL,
113875
+ path,
113876
+ headers,
113877
+ query,
113878
+ body,
113879
+ userAgent: client._options.userAgent,
113880
+ timeoutMs: options?.timeoutMs || client._options.timeoutMs || -1
113881
+ }, options);
113882
+ if (!requestRes.ok) {
113883
+ return [requestRes, { status: "invalid" }];
113884
+ }
113885
+ const req = requestRes.value;
113886
+ const doResult = await client._do(req, {
113887
+ context,
113888
+ errorCodes: ["400", "401", "403", "404", "4XX", "500", "5XX"],
113889
+ retryConfig: context.retryConfig,
113890
+ retryCodes: context.retryCodes
113891
+ });
113892
+ if (!doResult.ok) {
113893
+ return [doResult, { status: "request-error", request: req }];
113894
+ }
113895
+ const response = doResult.value;
113896
+ const [result] = await match(json(200, GetV1SecurityFirewallEventsResponseBody$inboundSchema), fail([400, 401, 403, 404, "4XX"]), fail([500, "5XX"]))(response, req);
113897
+ if (!result.ok) {
113898
+ return [result, { status: "complete", request: req, response }];
113899
+ }
113900
+ return [result, { status: "complete", request: req, response }];
113901
+ }
113902
+ var init_securityGetV1SecurityFirewallEvents = __esm(() => {
113903
+ init_encodings();
113904
+ init_matchers();
113905
+ init_primitives();
113906
+ init_schemas();
113907
+ init_url();
113908
+ init_getv1securityfirewalleventsop();
113909
+ init_async();
113910
+ });
113911
+
113912
+ // src/mcp-server/tools/securityGetV1SecurityFirewallEvents.ts
113913
+ var args173, tool$securityGetV1SecurityFirewallEvents;
113914
+ var init_securityGetV1SecurityFirewallEvents2 = __esm(() => {
113915
+ init_securityGetV1SecurityFirewallEvents();
113916
+ init_getv1securityfirewalleventsop();
113917
+ init_tools();
113918
+ args173 = {
113919
+ request: GetV1SecurityFirewallEventsRequest$inboundSchema
113920
+ };
113921
+ tool$securityGetV1SecurityFirewallEvents = {
113922
+ name: "security-get-v1-security-firewall-events",
113923
+ description: `Read Firewall Actions by Project
113924
+
113925
+ Retrieve firewall actions for a project`,
113926
+ args: args173,
113927
+ tool: async (client, args174, ctx) => {
113928
+ const [result, apiCall] = await securityGetV1SecurityFirewallEvents(client, args174.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
113929
+ if (!result.ok) {
113930
+ return {
113931
+ content: [{ type: "text", text: result.error.message }],
113932
+ isError: true
113933
+ };
113934
+ }
113935
+ const value = result.value;
113936
+ return formatResult(value, apiCall);
113937
+ }
113938
+ };
113939
+ });
113940
+
113637
113941
  // src/models/putfirewallconfigop.ts
113638
113942
  var PutFirewallConfigAction, PutFirewallConfigSecurityAction, PutFirewallConfigSecurityRequestAction, PutFirewallConfigSecurityRequestRequestBodyAction, PutFirewallConfigSecurityRequestRequestBodyCrsAction, PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction, PutFirewallConfigSecurityRequestRequestBodyCrsGenAction, PutFirewallConfigSecurityRequestRequestBodyCrsXssAction, PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction, PutFirewallConfigSecurityRequestRequestBodyCrsSfAction, PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction, PutFirewallConfigType, Op, PutFirewallConfigSecurityRequestRequestBodyRulesActionAction, Algo, Action1, PutFirewallConfigSecurityRequestRequestBodyIpsAction, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction, PutFirewallConfigSecurityResponse200ApplicationJSONAction, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction, PutFirewallConfigSecurityType, PutFirewallConfigOp, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction, PutFirewallConfigAlgo, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction, PutFirewallConfigSecurityResponse200Action, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveManagedRulesAction, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveManagedRulesAiBotsAction, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveManagedRulesOwaspAction, PutFirewallConfigAction$inboundSchema, PutFirewallConfigAction$outboundSchema, PutFirewallConfigAction$, Sd$inboundSchema, Sd$outboundSchema, Sd$, PutFirewallConfigSecurityAction$inboundSchema, PutFirewallConfigSecurityAction$outboundSchema, PutFirewallConfigSecurityAction$, Ma$inboundSchema, Ma$outboundSchema, Ma$, PutFirewallConfigSecurityRequestAction$inboundSchema, PutFirewallConfigSecurityRequestAction$outboundSchema, PutFirewallConfigSecurityRequestAction$, Lfi$inboundSchema, Lfi$outboundSchema, Lfi$, PutFirewallConfigSecurityRequestRequestBodyAction$inboundSchema, PutFirewallConfigSecurityRequestRequestBodyAction$outboundSchema, PutFirewallConfigSecurityRequestRequestBodyAction$, Rfi$inboundSchema, Rfi$outboundSchema, Rfi$, PutFirewallConfigSecurityRequestRequestBodyCrsAction$inboundSchema, PutFirewallConfigSecurityRequestRequestBodyCrsAction$outboundSchema, PutFirewallConfigSecurityRequestRequestBodyCrsAction$, Rce$inboundSchema, Rce$outboundSchema, Rce$, PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$inboundSchema, PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$outboundSchema, PutFirewallConfigSecurityRequestRequestBodyCrsPhpAction$, Php$inboundSchema, Php$outboundSchema, Php$, PutFirewallConfigSecurityRequestRequestBodyCrsGenAction$inboundSchema, PutFirewallConfigSecurityRequestRequestBodyCrsGenAction$outboundSchema, PutFirewallConfigSecurityRequestRequestBodyCrsGenAction$, Gen$inboundSchema, Gen$outboundSchema, Gen$, PutFirewallConfigSecurityRequestRequestBodyCrsXssAction$inboundSchema, PutFirewallConfigSecurityRequestRequestBodyCrsXssAction$outboundSchema, PutFirewallConfigSecurityRequestRequestBodyCrsXssAction$, Xss$inboundSchema, Xss$outboundSchema, Xss$, PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction$inboundSchema, PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction$outboundSchema, PutFirewallConfigSecurityRequestRequestBodyCrsSqliAction$, Sqli$inboundSchema, Sqli$outboundSchema, Sqli$, PutFirewallConfigSecurityRequestRequestBodyCrsSfAction$inboundSchema, PutFirewallConfigSecurityRequestRequestBodyCrsSfAction$outboundSchema, PutFirewallConfigSecurityRequestRequestBodyCrsSfAction$, Sf$inboundSchema, Sf$outboundSchema, Sf$, PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction$inboundSchema, PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction$outboundSchema, PutFirewallConfigSecurityRequestRequestBodyCrsJavaAction$, Java$inboundSchema, Java$outboundSchema, Java$, Crs$inboundSchema, Crs$outboundSchema, Crs$, PutFirewallConfigType$inboundSchema, PutFirewallConfigType$outboundSchema, PutFirewallConfigType$, Op$inboundSchema, Op$outboundSchema, Op$, Value$inboundSchema, Value$outboundSchema, Value$, Conditions$inboundSchema, Conditions$outboundSchema, Conditions$, ConditionGroup$inboundSchema, ConditionGroup$outboundSchema, ConditionGroup$, PutFirewallConfigSecurityRequestRequestBodyRulesActionAction$inboundSchema, PutFirewallConfigSecurityRequestRequestBodyRulesActionAction$outboundSchema, PutFirewallConfigSecurityRequestRequestBodyRulesActionAction$, Algo$inboundSchema, Algo$outboundSchema, Algo$, Action1$inboundSchema, Action1$outboundSchema, Action1$, RateLimitAction$inboundSchema, RateLimitAction$outboundSchema, RateLimitAction$, RateLimit1$inboundSchema, RateLimit1$outboundSchema, RateLimit1$, RateLimit$inboundSchema, RateLimit$outboundSchema, RateLimit$, Redirect1$inboundSchema, Redirect1$outboundSchema, Redirect1$, Redirect$inboundSchema, Redirect$outboundSchema, Redirect$, Mitigate$inboundSchema, Mitigate$outboundSchema, Mitigate$, PutFirewallConfigSecurityRequestRequestBodyRulesAction$inboundSchema, PutFirewallConfigSecurityRequestRequestBodyRulesAction$outboundSchema, PutFirewallConfigSecurityRequestRequestBodyRulesAction$, PutFirewallConfigRules$inboundSchema, PutFirewallConfigRules$outboundSchema, PutFirewallConfigRules$, PutFirewallConfigSecurityRequestRequestBodyIpsAction$inboundSchema, PutFirewallConfigSecurityRequestRequestBodyIpsAction$outboundSchema, PutFirewallConfigSecurityRequestRequestBodyIpsAction$, Ips$inboundSchema, Ips$outboundSchema, Ips$, PutFirewallConfigRequestBody$inboundSchema, PutFirewallConfigRequestBody$outboundSchema, PutFirewallConfigRequestBody$, PutFirewallConfigRequest$inboundSchema, PutFirewallConfigRequest$outboundSchema, PutFirewallConfigRequest$, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction$inboundSchema, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction$outboundSchema, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSdAction$, PutFirewallConfigSd$inboundSchema, PutFirewallConfigSd$outboundSchema, PutFirewallConfigSd$, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction$inboundSchema, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction$outboundSchema, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsMaAction$, PutFirewallConfigMa$inboundSchema, PutFirewallConfigMa$outboundSchema, PutFirewallConfigMa$, PutFirewallConfigSecurityResponse200ApplicationJSONAction$inboundSchema, PutFirewallConfigSecurityResponse200ApplicationJSONAction$outboundSchema, PutFirewallConfigSecurityResponse200ApplicationJSONAction$, PutFirewallConfigLfi$inboundSchema, PutFirewallConfigLfi$outboundSchema, PutFirewallConfigLfi$, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$inboundSchema, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$outboundSchema, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyAction$, PutFirewallConfigRfi$inboundSchema, PutFirewallConfigRfi$outboundSchema, PutFirewallConfigRfi$, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction$inboundSchema, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction$outboundSchema, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveAction$, PutFirewallConfigRce$inboundSchema, PutFirewallConfigRce$outboundSchema, PutFirewallConfigRce$, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction$inboundSchema, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction$outboundSchema, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsAction$, PutFirewallConfigPhp$inboundSchema, PutFirewallConfigPhp$outboundSchema, PutFirewallConfigPhp$, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction$inboundSchema, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction$outboundSchema, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsGenAction$, PutFirewallConfigGen$inboundSchema, PutFirewallConfigGen$outboundSchema, PutFirewallConfigGen$, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction$inboundSchema, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction$outboundSchema, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsXssAction$, PutFirewallConfigXss$inboundSchema, PutFirewallConfigXss$outboundSchema, PutFirewallConfigXss$, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction$inboundSchema, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction$outboundSchema, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction$, PutFirewallConfigSqli$inboundSchema, PutFirewallConfigSqli$outboundSchema, PutFirewallConfigSqli$, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction$inboundSchema, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction$outboundSchema, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSfAction$, PutFirewallConfigSf$inboundSchema, PutFirewallConfigSf$outboundSchema, PutFirewallConfigSf$, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction$inboundSchema, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction$outboundSchema, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsJavaAction$, PutFirewallConfigJava$inboundSchema, PutFirewallConfigJava$outboundSchema, PutFirewallConfigJava$, PutFirewallConfigCrs$inboundSchema, PutFirewallConfigCrs$outboundSchema, PutFirewallConfigCrs$, PutFirewallConfigSecurityType$inboundSchema, PutFirewallConfigSecurityType$outboundSchema, PutFirewallConfigSecurityType$, PutFirewallConfigOp$inboundSchema, PutFirewallConfigOp$outboundSchema, PutFirewallConfigOp$, PutFirewallConfigValue$inboundSchema, PutFirewallConfigValue$outboundSchema, PutFirewallConfigValue$, PutFirewallConfigConditions$inboundSchema, PutFirewallConfigConditions$outboundSchema, PutFirewallConfigConditions$, PutFirewallConfigConditionGroup$inboundSchema, PutFirewallConfigConditionGroup$outboundSchema, PutFirewallConfigConditionGroup$, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction$inboundSchema, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction$outboundSchema, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesAction$, PutFirewallConfigAlgo$inboundSchema, PutFirewallConfigAlgo$outboundSchema, PutFirewallConfigAlgo$, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction$inboundSchema, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction$outboundSchema, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveRulesActionAction$, PutFirewallConfigRateLimit$inboundSchema, PutFirewallConfigRateLimit$outboundSchema, PutFirewallConfigRateLimit$, PutFirewallConfigRedirect$inboundSchema, PutFirewallConfigRedirect$outboundSchema, PutFirewallConfigRedirect$, PutFirewallConfigMitigate$inboundSchema, PutFirewallConfigMitigate$outboundSchema, PutFirewallConfigMitigate$, PutFirewallConfigSecurityResponseAction$inboundSchema, PutFirewallConfigSecurityResponseAction$outboundSchema, PutFirewallConfigSecurityResponseAction$, PutFirewallConfigSecurityRules$inboundSchema, PutFirewallConfigSecurityRules$outboundSchema, PutFirewallConfigSecurityRules$, PutFirewallConfigSecurityResponse200Action$inboundSchema, PutFirewallConfigSecurityResponse200Action$outboundSchema, PutFirewallConfigSecurityResponse200Action$, PutFirewallConfigIps$inboundSchema, PutFirewallConfigIps$outboundSchema, PutFirewallConfigIps$, PutFirewallConfigChanges$inboundSchema, PutFirewallConfigChanges$outboundSchema, PutFirewallConfigChanges$, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveManagedRulesAction$inboundSchema, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveManagedRulesAction$outboundSchema, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveManagedRulesAction$, PutFirewallConfigBotProtection$inboundSchema, PutFirewallConfigBotProtection$outboundSchema, PutFirewallConfigBotProtection$, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveManagedRulesAiBotsAction$inboundSchema, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveManagedRulesAiBotsAction$outboundSchema, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveManagedRulesAiBotsAction$, PutFirewallConfigAiBots$inboundSchema, PutFirewallConfigAiBots$outboundSchema, PutFirewallConfigAiBots$, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveManagedRulesOwaspAction$inboundSchema, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveManagedRulesOwaspAction$outboundSchema, PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveManagedRulesOwaspAction$, PutFirewallConfigOwasp$inboundSchema, PutFirewallConfigOwasp$outboundSchema, PutFirewallConfigOwasp$, PutFirewallConfigManagedRules$inboundSchema, PutFirewallConfigManagedRules$outboundSchema, PutFirewallConfigManagedRules$, Active$inboundSchema, Active$outboundSchema, Active$, PutFirewallConfigResponseBody$inboundSchema, PutFirewallConfigResponseBody$outboundSchema, PutFirewallConfigResponseBody$;
113639
113943
  var init_putfirewallconfigop = __esm(() => {
@@ -114871,9 +115175,9 @@ var init_putfirewallconfigop = __esm(() => {
114871
115175
 
114872
115176
  // src/funcs/securityPutFirewallConfig.ts
114873
115177
  function securityPutFirewallConfig(client, request, options) {
114874
- return new APIPromise($do174(client, request, options));
115178
+ return new APIPromise($do175(client, request, options));
114875
115179
  }
114876
- async function $do174(client, request, options) {
115180
+ async function $do175(client, request, options) {
114877
115181
  const parsed = safeParse(request, (value) => PutFirewallConfigRequest$outboundSchema.parse(value), "Input validation failed");
114878
115182
  if (!parsed.ok) {
114879
115183
  return [parsed, { status: "invalid" }];
@@ -114946,12 +115250,12 @@ var init_securityPutFirewallConfig = __esm(() => {
114946
115250
  });
114947
115251
 
114948
115252
  // src/mcp-server/tools/securityPutFirewallConfig.ts
114949
- var args173, tool$securityPutFirewallConfig;
115253
+ var args174, tool$securityPutFirewallConfig;
114950
115254
  var init_securityPutFirewallConfig2 = __esm(() => {
114951
115255
  init_securityPutFirewallConfig();
114952
115256
  init_putfirewallconfigop();
114953
115257
  init_tools();
114954
- args173 = {
115258
+ args174 = {
114955
115259
  request: PutFirewallConfigRequest$inboundSchema
114956
115260
  };
114957
115261
  tool$securityPutFirewallConfig = {
@@ -114959,9 +115263,9 @@ var init_securityPutFirewallConfig2 = __esm(() => {
114959
115263
  description: `Put Firewall Configuration
114960
115264
 
114961
115265
  Set the firewall configuration to provided rules and settings. Creates or overwrite the existing firewall configuration.`,
114962
- args: args173,
114963
- tool: async (client, args174, ctx) => {
114964
- const [result, apiCall] = await securityPutFirewallConfig(client, args174.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
115266
+ args: args174,
115267
+ tool: async (client, args175, ctx) => {
115268
+ const [result, apiCall] = await securityPutFirewallConfig(client, args175.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
114965
115269
  if (!result.ok) {
114966
115270
  return {
114967
115271
  content: [{ type: "text", text: result.error.message }],
@@ -115071,9 +115375,9 @@ var init_removebypassipop = __esm(() => {
115071
115375
 
115072
115376
  // src/funcs/securityRemoveBypassIp.ts
115073
115377
  function securityRemoveBypassIp(client, request, options) {
115074
- return new APIPromise($do175(client, request, options));
115378
+ return new APIPromise($do176(client, request, options));
115075
115379
  }
115076
- async function $do175(client, request, options) {
115380
+ async function $do176(client, request, options) {
115077
115381
  const parsed = safeParse(request, (value) => RemoveBypassIpRequest$outboundSchema.parse(value), "Input validation failed");
115078
115382
  if (!parsed.ok) {
115079
115383
  return [parsed, { status: "invalid" }];
@@ -115146,12 +115450,12 @@ var init_securityRemoveBypassIp = __esm(() => {
115146
115450
  });
115147
115451
 
115148
115452
  // src/mcp-server/tools/securityRemoveBypassIp.ts
115149
- var args174, tool$securityRemoveBypassIp;
115453
+ var args175, tool$securityRemoveBypassIp;
115150
115454
  var init_securityRemoveBypassIp2 = __esm(() => {
115151
115455
  init_securityRemoveBypassIp();
115152
115456
  init_removebypassipop();
115153
115457
  init_tools();
115154
- args174 = {
115458
+ args175 = {
115155
115459
  request: RemoveBypassIpRequest$inboundSchema
115156
115460
  };
115157
115461
  tool$securityRemoveBypassIp = {
@@ -115159,9 +115463,9 @@ var init_securityRemoveBypassIp2 = __esm(() => {
115159
115463
  description: `Remove System Bypass Rule
115160
115464
 
115161
115465
  Remove system bypass rules`,
115162
- args: args174,
115163
- tool: async (client, args175, ctx) => {
115164
- const [result, apiCall] = await securityRemoveBypassIp(client, args175.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
115466
+ args: args175,
115467
+ tool: async (client, args176, ctx) => {
115468
+ const [result, apiCall] = await securityRemoveBypassIp(client, args176.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
115165
115469
  if (!result.ok) {
115166
115470
  return {
115167
115471
  content: [{ type: "text", text: result.error.message }],
@@ -115231,9 +115535,9 @@ var init_updateattackchallengemodeop = __esm(() => {
115231
115535
 
115232
115536
  // src/funcs/securityUpdateAttackChallengeMode.ts
115233
115537
  function securityUpdateAttackChallengeMode(client, request, options) {
115234
- return new APIPromise($do176(client, request, options));
115538
+ return new APIPromise($do177(client, request, options));
115235
115539
  }
115236
- async function $do176(client, request, options) {
115540
+ async function $do177(client, request, options) {
115237
115541
  const parsed = safeParse(request, (value) => UpdateAttackChallengeModeRequest$outboundSchema.parse(value), "Input validation failed");
115238
115542
  if (!parsed.ok) {
115239
115543
  return [parsed, { status: "invalid" }];
@@ -115305,12 +115609,12 @@ var init_securityUpdateAttackChallengeMode = __esm(() => {
115305
115609
  });
115306
115610
 
115307
115611
  // src/mcp-server/tools/securityUpdateAttackChallengeMode.ts
115308
- var args175, tool$securityUpdateAttackChallengeMode;
115612
+ var args176, tool$securityUpdateAttackChallengeMode;
115309
115613
  var init_securityUpdateAttackChallengeMode2 = __esm(() => {
115310
115614
  init_securityUpdateAttackChallengeMode();
115311
115615
  init_updateattackchallengemodeop();
115312
115616
  init_tools();
115313
- args175 = {
115617
+ args176 = {
115314
115618
  request: UpdateAttackChallengeModeRequest$inboundSchema
115315
115619
  };
115316
115620
  tool$securityUpdateAttackChallengeMode = {
@@ -115318,9 +115622,9 @@ var init_securityUpdateAttackChallengeMode2 = __esm(() => {
115318
115622
  description: `Update Attack Challenge mode
115319
115623
 
115320
115624
  Update the setting for determining if the project has Attack Challenge mode enabled.`,
115321
- args: args175,
115322
- tool: async (client, args176, ctx) => {
115323
- const [result, apiCall] = await securityUpdateAttackChallengeMode(client, args176.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
115625
+ args: args176,
115626
+ tool: async (client, args177, ctx) => {
115627
+ const [result, apiCall] = await securityUpdateAttackChallengeMode(client, args177.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
115324
115628
  if (!result.ok) {
115325
115629
  return {
115326
115630
  content: [{ type: "text", text: result.error.message }],
@@ -116366,9 +116670,9 @@ var init_updatefirewallconfigop = __esm(() => {
116366
116670
 
116367
116671
  // src/funcs/securityUpdateFirewallConfig.ts
116368
116672
  function securityUpdateFirewallConfig(client, request, options) {
116369
- return new APIPromise($do177(client, request, options));
116673
+ return new APIPromise($do178(client, request, options));
116370
116674
  }
116371
- async function $do177(client, request, options) {
116675
+ async function $do178(client, request, options) {
116372
116676
  const parsed = safeParse(request, (value) => UpdateFirewallConfigRequest$outboundSchema.parse(value), "Input validation failed");
116373
116677
  if (!parsed.ok) {
116374
116678
  return [parsed, { status: "invalid" }];
@@ -116441,12 +116745,12 @@ var init_securityUpdateFirewallConfig = __esm(() => {
116441
116745
  });
116442
116746
 
116443
116747
  // src/mcp-server/tools/securityUpdateFirewallConfig.ts
116444
- var args176, tool$securityUpdateFirewallConfig;
116748
+ var args177, tool$securityUpdateFirewallConfig;
116445
116749
  var init_securityUpdateFirewallConfig2 = __esm(() => {
116446
116750
  init_securityUpdateFirewallConfig();
116447
116751
  init_updatefirewallconfigop();
116448
116752
  init_tools();
116449
- args176 = {
116753
+ args177 = {
116450
116754
  request: UpdateFirewallConfigRequest$inboundSchema
116451
116755
  };
116452
116756
  tool$securityUpdateFirewallConfig = {
@@ -116454,9 +116758,9 @@ var init_securityUpdateFirewallConfig2 = __esm(() => {
116454
116758
  description: `Update Firewall Configuration
116455
116759
 
116456
116760
  Process updates to modify the existing firewall config for a project`,
116457
- args: args176,
116458
- tool: async (client, args177, ctx) => {
116459
- const [result, apiCall] = await securityUpdateFirewallConfig(client, args177.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
116761
+ args: args177,
116762
+ tool: async (client, args178, ctx) => {
116763
+ const [result, apiCall] = await securityUpdateFirewallConfig(client, args178.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
116460
116764
  if (!result.ok) {
116461
116765
  return {
116462
116766
  content: [{ type: "text", text: result.error.message }],
@@ -116535,9 +116839,9 @@ var init_createteamop = __esm(() => {
116535
116839
 
116536
116840
  // src/funcs/teamsCreateTeam.ts
116537
116841
  function teamsCreateTeam(client, request, options) {
116538
- return new APIPromise($do178(client, request, options));
116842
+ return new APIPromise($do179(client, request, options));
116539
116843
  }
116540
- async function $do178(client, request, options) {
116844
+ async function $do179(client, request, options) {
116541
116845
  const parsed = safeParse(request, (value) => CreateTeamRequestBody$outboundSchema.parse(value), "Input validation failed");
116542
116846
  if (!parsed.ok) {
116543
116847
  return [parsed, { status: "invalid" }];
@@ -116604,12 +116908,12 @@ var init_teamsCreateTeam = __esm(() => {
116604
116908
  });
116605
116909
 
116606
116910
  // src/mcp-server/tools/teamsCreateTeam.ts
116607
- var args177, tool$teamsCreateTeam;
116911
+ var args178, tool$teamsCreateTeam;
116608
116912
  var init_teamsCreateTeam2 = __esm(() => {
116609
116913
  init_teamsCreateTeam();
116610
116914
  init_createteamop();
116611
116915
  init_tools();
116612
- args177 = {
116916
+ args178 = {
116613
116917
  request: CreateTeamRequestBody$inboundSchema
116614
116918
  };
116615
116919
  tool$teamsCreateTeam = {
@@ -116617,9 +116921,9 @@ var init_teamsCreateTeam2 = __esm(() => {
116617
116921
  description: `Create a Team
116618
116922
 
116619
116923
  Create a new Team under your account. You need to send a POST request with the desired Team slug, and optionally the Team name.`,
116620
- args: args177,
116621
- tool: async (client, args178, ctx) => {
116622
- const [result, apiCall] = await teamsCreateTeam(client, args178.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
116924
+ args: args178,
116925
+ tool: async (client, args179, ctx) => {
116926
+ const [result, apiCall] = await teamsCreateTeam(client, args179.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
116623
116927
  if (!result.ok) {
116624
116928
  return {
116625
116929
  content: [{ type: "text", text: result.error.message }],
@@ -116699,9 +117003,9 @@ var init_deleteteamop = __esm(() => {
116699
117003
 
116700
117004
  // src/funcs/teamsDeleteTeam.ts
116701
117005
  function teamsDeleteTeam(client, request, options) {
116702
- return new APIPromise($do179(client, request, options));
117006
+ return new APIPromise($do180(client, request, options));
116703
117007
  }
116704
- async function $do179(client, request, options) {
117008
+ async function $do180(client, request, options) {
116705
117009
  const parsed = safeParse(request, (value) => DeleteTeamRequest$outboundSchema.parse(value), "Input validation failed");
116706
117010
  if (!parsed.ok) {
116707
117011
  return [parsed, { status: "invalid" }];
@@ -116779,12 +117083,12 @@ var init_teamsDeleteTeam = __esm(() => {
116779
117083
  });
116780
117084
 
116781
117085
  // src/mcp-server/tools/teamsDeleteTeam.ts
116782
- var args178, tool$teamsDeleteTeam;
117086
+ var args179, tool$teamsDeleteTeam;
116783
117087
  var init_teamsDeleteTeam2 = __esm(() => {
116784
117088
  init_teamsDeleteTeam();
116785
117089
  init_deleteteamop();
116786
117090
  init_tools();
116787
- args178 = {
117091
+ args179 = {
116788
117092
  request: DeleteTeamRequest$inboundSchema
116789
117093
  };
116790
117094
  tool$teamsDeleteTeam = {
@@ -116792,9 +117096,9 @@ var init_teamsDeleteTeam2 = __esm(() => {
116792
117096
  description: `Delete a Team
116793
117097
 
116794
117098
  Delete a team under your account. You need to send a \`DELETE\` request with the desired team \`id\`. An optional array of reasons for deletion may also be sent.`,
116795
- args: args178,
116796
- tool: async (client, args179, ctx) => {
116797
- const [result, apiCall] = await teamsDeleteTeam(client, args179.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
117099
+ args: args179,
117100
+ tool: async (client, args180, ctx) => {
117101
+ const [result, apiCall] = await teamsDeleteTeam(client, args180.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
116798
117102
  if (!result.ok) {
116799
117103
  return {
116800
117104
  content: [{ type: "text", text: result.error.message }],
@@ -116837,9 +117141,9 @@ var init_deleteteaminvitecodeop = __esm(() => {
116837
117141
 
116838
117142
  // src/funcs/teamsDeleteTeamInviteCode.ts
116839
117143
  function teamsDeleteTeamInviteCode(client, request, options) {
116840
- return new APIPromise($do180(client, request, options));
117144
+ return new APIPromise($do181(client, request, options));
116841
117145
  }
116842
- async function $do180(client, request, options) {
117146
+ async function $do181(client, request, options) {
116843
117147
  const parsed = safeParse(request, (value) => DeleteTeamInviteCodeRequest$outboundSchema.parse(value), "Input validation failed");
116844
117148
  if (!parsed.ok) {
116845
117149
  return [parsed, { status: "invalid" }];
@@ -116915,12 +117219,12 @@ var init_teamsDeleteTeamInviteCode = __esm(() => {
116915
117219
  });
116916
117220
 
116917
117221
  // src/mcp-server/tools/teamsDeleteTeamInviteCode.ts
116918
- var args179, tool$teamsDeleteTeamInviteCode;
117222
+ var args180, tool$teamsDeleteTeamInviteCode;
116919
117223
  var init_teamsDeleteTeamInviteCode2 = __esm(() => {
116920
117224
  init_teamsDeleteTeamInviteCode();
116921
117225
  init_deleteteaminvitecodeop();
116922
117226
  init_tools();
116923
- args179 = {
117227
+ args180 = {
116924
117228
  request: DeleteTeamInviteCodeRequest$inboundSchema
116925
117229
  };
116926
117230
  tool$teamsDeleteTeamInviteCode = {
@@ -116928,9 +117232,9 @@ var init_teamsDeleteTeamInviteCode2 = __esm(() => {
116928
117232
  description: `Delete a Team invite code
116929
117233
 
116930
117234
  Delete an active Team invite code.`,
116931
- args: args179,
116932
- tool: async (client, args180, ctx) => {
116933
- const [result, apiCall] = await teamsDeleteTeamInviteCode(client, args180.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
117235
+ args: args180,
117236
+ tool: async (client, args181, ctx) => {
117237
+ const [result, apiCall] = await teamsDeleteTeamInviteCode(client, args181.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
116934
117238
  if (!result.ok) {
116935
117239
  return {
116936
117240
  content: [{ type: "text", text: result.error.message }],
@@ -117471,7 +117775,7 @@ var init_team = __esm(() => {
117471
117775
  avatar: nullableType(stringType()),
117472
117776
  membership: lazyType(() => Membership$outboundSchema),
117473
117777
  createdAt: numberType(),
117474
- additionalProperties: recordType(anyType())
117778
+ additionalProperties: recordType(anyType()).optional()
117475
117779
  }).transform((v2) => {
117476
117780
  return {
117477
117781
  ...v2.additionalProperties,
@@ -117488,9 +117792,9 @@ var init_team = __esm(() => {
117488
117792
 
117489
117793
  // src/funcs/teamsGetTeam.ts
117490
117794
  function teamsGetTeam(client, request, options) {
117491
- return new APIPromise($do181(client, request, options));
117795
+ return new APIPromise($do182(client, request, options));
117492
117796
  }
117493
- async function $do181(client, request, options) {
117797
+ async function $do182(client, request, options) {
117494
117798
  const parsed = safeParse(request, (value) => GetTeamRequest$outboundSchema.parse(value), "Input validation failed");
117495
117799
  if (!parsed.ok) {
117496
117800
  return [parsed, { status: "invalid" }];
@@ -117567,12 +117871,12 @@ var init_teamsGetTeam = __esm(() => {
117567
117871
  });
117568
117872
 
117569
117873
  // src/mcp-server/tools/teamsGetTeam.ts
117570
- var args180, tool$teamsGetTeam;
117874
+ var args181, tool$teamsGetTeam;
117571
117875
  var init_teamsGetTeam2 = __esm(() => {
117572
117876
  init_teamsGetTeam();
117573
117877
  init_getteamop();
117574
117878
  init_tools();
117575
- args180 = {
117879
+ args181 = {
117576
117880
  request: GetTeamRequest$inboundSchema
117577
117881
  };
117578
117882
  tool$teamsGetTeam = {
@@ -117580,9 +117884,9 @@ var init_teamsGetTeam2 = __esm(() => {
117580
117884
  description: `Get a Team
117581
117885
 
117582
117886
  Get information for the Team specified by the \`teamId\` parameter.`,
117583
- args: args180,
117584
- tool: async (client, args181, ctx) => {
117585
- const [result, apiCall] = await teamsGetTeam(client, args181.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
117887
+ args: args181,
117888
+ tool: async (client, args182, ctx) => {
117889
+ const [result, apiCall] = await teamsGetTeam(client, args182.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
117586
117890
  if (!result.ok) {
117587
117891
  return {
117588
117892
  content: [{ type: "text", text: result.error.message }],
@@ -117724,9 +118028,9 @@ var init_getteamaccessrequestop = __esm(() => {
117724
118028
 
117725
118029
  // src/funcs/teamsGetTeamAccessRequest.ts
117726
118030
  function teamsGetTeamAccessRequest(client, request, options) {
117727
- return new APIPromise($do182(client, request, options));
118031
+ return new APIPromise($do183(client, request, options));
117728
118032
  }
117729
- async function $do182(client, request, options) {
118033
+ async function $do183(client, request, options) {
117730
118034
  const parsed = safeParse(request, (value) => GetTeamAccessRequestRequest$outboundSchema.parse(value), "Input validation failed");
117731
118035
  if (!parsed.ok) {
117732
118036
  return [parsed, { status: "invalid" }];
@@ -117802,12 +118106,12 @@ var init_teamsGetTeamAccessRequest = __esm(() => {
117802
118106
  });
117803
118107
 
117804
118108
  // src/mcp-server/tools/teamsGetTeamAccessRequest.ts
117805
- var args181, tool$teamsGetTeamAccessRequest;
118109
+ var args182, tool$teamsGetTeamAccessRequest;
117806
118110
  var init_teamsGetTeamAccessRequest2 = __esm(() => {
117807
118111
  init_teamsGetTeamAccessRequest();
117808
118112
  init_getteamaccessrequestop();
117809
118113
  init_tools();
117810
- args181 = {
118114
+ args182 = {
117811
118115
  request: GetTeamAccessRequestRequest$inboundSchema
117812
118116
  };
117813
118117
  tool$teamsGetTeamAccessRequest = {
@@ -117815,9 +118119,9 @@ var init_teamsGetTeamAccessRequest2 = __esm(() => {
117815
118119
  description: `Get access request status
117816
118120
 
117817
118121
  Check the status of a join request. It'll respond with a 404 if the request has been declined. If no \`userId\` path segment was provided, this endpoint will instead return the status of the authenticated user.`,
117818
- args: args181,
117819
- tool: async (client, args182, ctx) => {
117820
- const [result, apiCall] = await teamsGetTeamAccessRequest(client, args182.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
118122
+ args: args182,
118123
+ tool: async (client, args183, ctx) => {
118124
+ const [result, apiCall] = await teamsGetTeamAccessRequest(client, args183.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
117821
118125
  if (!result.ok) {
117822
118126
  return {
117823
118127
  content: [{ type: "text", text: result.error.message }],
@@ -118158,9 +118462,9 @@ var init_getteammembersop = __esm(() => {
118158
118462
 
118159
118463
  // src/funcs/teamsGetTeamMembers.ts
118160
118464
  function teamsGetTeamMembers(client, request, options) {
118161
- return new APIPromise($do183(client, request, options));
118465
+ return new APIPromise($do184(client, request, options));
118162
118466
  }
118163
- async function $do183(client, request, options) {
118467
+ async function $do184(client, request, options) {
118164
118468
  const parsed = safeParse(request, (value) => GetTeamMembersRequest$outboundSchema.parse(value), "Input validation failed");
118165
118469
  if (!parsed.ok) {
118166
118470
  return [parsed, { status: "invalid" }];
@@ -118236,12 +118540,12 @@ var init_teamsGetTeamMembers = __esm(() => {
118236
118540
  });
118237
118541
 
118238
118542
  // src/mcp-server/tools/teamsGetTeamMembers.ts
118239
- var args182, tool$teamsGetTeamMembers;
118543
+ var args183, tool$teamsGetTeamMembers;
118240
118544
  var init_teamsGetTeamMembers2 = __esm(() => {
118241
118545
  init_teamsGetTeamMembers();
118242
118546
  init_getteammembersop();
118243
118547
  init_tools();
118244
- args182 = {
118548
+ args183 = {
118245
118549
  request: GetTeamMembersRequest$inboundSchema
118246
118550
  };
118247
118551
  tool$teamsGetTeamMembers = {
@@ -118249,9 +118553,9 @@ var init_teamsGetTeamMembers2 = __esm(() => {
118249
118553
  description: `List team members
118250
118554
 
118251
118555
  Get a paginated list of team members for the provided team.`,
118252
- args: args182,
118253
- tool: async (client, args183, ctx) => {
118254
- const [result, apiCall] = await teamsGetTeamMembers(client, args183.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
118556
+ args: args183,
118557
+ tool: async (client, args184, ctx) => {
118558
+ const [result, apiCall] = await teamsGetTeamMembers(client, args184.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
118255
118559
  if (!result.ok) {
118256
118560
  return {
118257
118561
  content: [{ type: "text", text: result.error.message }],
@@ -118541,9 +118845,9 @@ var init_getteamsop = __esm(() => {
118541
118845
 
118542
118846
  // src/funcs/teamsGetTeams.ts
118543
118847
  function teamsGetTeams(client, request, options) {
118544
- return new APIPromise($do184(client, request, options));
118848
+ return new APIPromise($do185(client, request, options));
118545
118849
  }
118546
- async function $do184(client, request, options) {
118850
+ async function $do185(client, request, options) {
118547
118851
  const parsed = safeParse(request, (value) => GetTeamsRequest$outboundSchema.parse(value), "Input validation failed");
118548
118852
  if (!parsed.ok) {
118549
118853
  return [parsed, { status: "invalid" }];
@@ -118615,12 +118919,12 @@ var init_teamsGetTeams = __esm(() => {
118615
118919
  });
118616
118920
 
118617
118921
  // src/mcp-server/tools/teamsGetTeams.ts
118618
- var args183, tool$teamsGetTeams;
118922
+ var args184, tool$teamsGetTeams;
118619
118923
  var init_teamsGetTeams2 = __esm(() => {
118620
118924
  init_teamsGetTeams();
118621
118925
  init_getteamsop();
118622
118926
  init_tools();
118623
- args183 = {
118927
+ args184 = {
118624
118928
  request: GetTeamsRequest$inboundSchema
118625
118929
  };
118626
118930
  tool$teamsGetTeams = {
@@ -118628,9 +118932,9 @@ var init_teamsGetTeams2 = __esm(() => {
118628
118932
  description: `List all teams
118629
118933
 
118630
118934
  Get a paginated list of all the Teams the authenticated User is a member of.`,
118631
- args: args183,
118632
- tool: async (client, args184, ctx) => {
118633
- const [result, apiCall] = await teamsGetTeams(client, args184.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
118935
+ args: args184,
118936
+ tool: async (client, args185, ctx) => {
118937
+ const [result, apiCall] = await teamsGetTeams(client, args185.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
118634
118938
  if (!result.ok) {
118635
118939
  return {
118636
118940
  content: [{ type: "text", text: result.error.message }],
@@ -118794,9 +119098,9 @@ var init_inviteusertoteamop = __esm(() => {
118794
119098
 
118795
119099
  // src/funcs/teamsInviteUserToTeam.ts
118796
119100
  function teamsInviteUserToTeam(client, request, options) {
118797
- return new APIPromise($do185(client, request, options));
119101
+ return new APIPromise($do186(client, request, options));
118798
119102
  }
118799
- async function $do185(client, request, options) {
119103
+ async function $do186(client, request, options) {
118800
119104
  const parsed = safeParse(request, (value) => InviteUserToTeamRequest$outboundSchema.parse(value), "Input validation failed");
118801
119105
  if (!parsed.ok) {
118802
119106
  return [parsed, { status: "invalid" }];
@@ -118869,12 +119173,12 @@ var init_teamsInviteUserToTeam = __esm(() => {
118869
119173
  });
118870
119174
 
118871
119175
  // src/mcp-server/tools/teamsInviteUserToTeam.ts
118872
- var args184, tool$teamsInviteUserToTeam;
119176
+ var args185, tool$teamsInviteUserToTeam;
118873
119177
  var init_teamsInviteUserToTeam2 = __esm(() => {
118874
119178
  init_teamsInviteUserToTeam();
118875
119179
  init_inviteusertoteamop();
118876
119180
  init_tools();
118877
- args184 = {
119181
+ args185 = {
118878
119182
  request: InviteUserToTeamRequest$inboundSchema
118879
119183
  };
118880
119184
  tool$teamsInviteUserToTeam = {
@@ -118882,9 +119186,9 @@ var init_teamsInviteUserToTeam2 = __esm(() => {
118882
119186
  description: `Invite a user
118883
119187
 
118884
119188
  Invite a user to join the team specified in the URL. The authenticated user needs to be an \`OWNER\` in order to successfully invoke this endpoint. The user can be specified with an email or an ID. If both email and ID are provided, ID will take priority.`,
118885
- args: args184,
118886
- tool: async (client, args185, ctx) => {
118887
- const [result, apiCall] = await teamsInviteUserToTeam(client, args185.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
119189
+ args: args185,
119190
+ tool: async (client, args186, ctx) => {
119191
+ const [result, apiCall] = await teamsInviteUserToTeam(client, args186.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
118888
119192
  if (!result.ok) {
118889
119193
  return {
118890
119194
  content: [{ type: "text", text: result.error.message }],
@@ -118952,9 +119256,9 @@ var init_jointeamop = __esm(() => {
118952
119256
 
118953
119257
  // src/funcs/teamsJoinTeam.ts
118954
119258
  function teamsJoinTeam(client, request, options) {
118955
- return new APIPromise($do186(client, request, options));
119259
+ return new APIPromise($do187(client, request, options));
118956
119260
  }
118957
- async function $do186(client, request, options) {
119261
+ async function $do187(client, request, options) {
118958
119262
  const parsed = safeParse(request, (value) => JoinTeamRequest$outboundSchema.parse(value), "Input validation failed");
118959
119263
  if (!parsed.ok) {
118960
119264
  return [parsed, { status: "invalid" }];
@@ -119027,12 +119331,12 @@ var init_teamsJoinTeam = __esm(() => {
119027
119331
  });
119028
119332
 
119029
119333
  // src/mcp-server/tools/teamsJoinTeam.ts
119030
- var args185, tool$teamsJoinTeam;
119334
+ var args186, tool$teamsJoinTeam;
119031
119335
  var init_teamsJoinTeam2 = __esm(() => {
119032
119336
  init_teamsJoinTeam();
119033
119337
  init_jointeamop();
119034
119338
  init_tools();
119035
- args185 = {
119339
+ args186 = {
119036
119340
  request: JoinTeamRequest$inboundSchema
119037
119341
  };
119038
119342
  tool$teamsJoinTeam = {
@@ -119040,9 +119344,9 @@ var init_teamsJoinTeam2 = __esm(() => {
119040
119344
  description: `Join a team
119041
119345
 
119042
119346
  Join a team with a provided invite code or team ID.`,
119043
- args: args185,
119044
- tool: async (client, args186, ctx) => {
119045
- const [result, apiCall] = await teamsJoinTeam(client, args186.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
119347
+ args: args186,
119348
+ tool: async (client, args187, ctx) => {
119349
+ const [result, apiCall] = await teamsJoinTeam(client, args187.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
119046
119350
  if (!result.ok) {
119047
119351
  return {
119048
119352
  content: [{ type: "text", text: result.error.message }],
@@ -119338,9 +119642,9 @@ var init_patchteamop = __esm(() => {
119338
119642
 
119339
119643
  // src/funcs/teamsPatchTeam.ts
119340
119644
  function teamsPatchTeam(client, request, options) {
119341
- return new APIPromise($do187(client, request, options));
119645
+ return new APIPromise($do188(client, request, options));
119342
119646
  }
119343
- async function $do187(client, request, options) {
119647
+ async function $do188(client, request, options) {
119344
119648
  const parsed = safeParse(request, (value) => PatchTeamRequest$outboundSchema.parse(value), "Input validation failed");
119345
119649
  if (!parsed.ok) {
119346
119650
  return [parsed, { status: "invalid" }];
@@ -119418,12 +119722,12 @@ var init_teamsPatchTeam = __esm(() => {
119418
119722
  });
119419
119723
 
119420
119724
  // src/mcp-server/tools/teamsPatchTeam.ts
119421
- var args186, tool$teamsPatchTeam;
119725
+ var args187, tool$teamsPatchTeam;
119422
119726
  var init_teamsPatchTeam2 = __esm(() => {
119423
119727
  init_teamsPatchTeam();
119424
119728
  init_patchteamop();
119425
119729
  init_tools();
119426
- args186 = {
119730
+ args187 = {
119427
119731
  request: PatchTeamRequest$inboundSchema
119428
119732
  };
119429
119733
  tool$teamsPatchTeam = {
@@ -119431,9 +119735,9 @@ var init_teamsPatchTeam2 = __esm(() => {
119431
119735
  description: `Update a Team
119432
119736
 
119433
119737
  Update the information of a Team specified by the \`teamId\` parameter. The request body should contain the information that will be updated on the Team.`,
119434
- args: args186,
119435
- tool: async (client, args187, ctx) => {
119436
- const [result, apiCall] = await teamsPatchTeam(client, args187.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
119738
+ args: args187,
119739
+ tool: async (client, args188, ctx) => {
119740
+ const [result, apiCall] = await teamsPatchTeam(client, args188.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
119437
119741
  if (!result.ok) {
119438
119742
  return {
119439
119743
  content: [{ type: "text", text: result.error.message }],
@@ -119478,9 +119782,9 @@ var init_removeteammemberop = __esm(() => {
119478
119782
 
119479
119783
  // src/funcs/teamsRemoveTeamMember.ts
119480
119784
  function teamsRemoveTeamMember(client, request, options) {
119481
- return new APIPromise($do188(client, request, options));
119785
+ return new APIPromise($do189(client, request, options));
119482
119786
  }
119483
- async function $do188(client, request, options) {
119787
+ async function $do189(client, request, options) {
119484
119788
  const parsed = safeParse(request, (value) => RemoveTeamMemberRequest$outboundSchema.parse(value), "Input validation failed");
119485
119789
  if (!parsed.ok) {
119486
119790
  return [parsed, { status: "invalid" }];
@@ -119560,12 +119864,12 @@ var init_teamsRemoveTeamMember = __esm(() => {
119560
119864
  });
119561
119865
 
119562
119866
  // src/mcp-server/tools/teamsRemoveTeamMember.ts
119563
- var args187, tool$teamsRemoveTeamMember;
119867
+ var args188, tool$teamsRemoveTeamMember;
119564
119868
  var init_teamsRemoveTeamMember2 = __esm(() => {
119565
119869
  init_teamsRemoveTeamMember();
119566
119870
  init_removeteammemberop();
119567
119871
  init_tools();
119568
- args187 = {
119872
+ args188 = {
119569
119873
  request: RemoveTeamMemberRequest$inboundSchema
119570
119874
  };
119571
119875
  tool$teamsRemoveTeamMember = {
@@ -119573,9 +119877,9 @@ var init_teamsRemoveTeamMember2 = __esm(() => {
119573
119877
  description: `Remove a Team Member
119574
119878
 
119575
119879
  Remove a Team Member from the Team, or dismiss a user that requested access, or leave a team.`,
119576
- args: args187,
119577
- tool: async (client, args188, ctx) => {
119578
- const [result, apiCall] = await teamsRemoveTeamMember(client, args188.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
119880
+ args: args188,
119881
+ tool: async (client, args189, ctx) => {
119882
+ const [result, apiCall] = await teamsRemoveTeamMember(client, args189.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
119579
119883
  if (!result.ok) {
119580
119884
  return {
119581
119885
  content: [{ type: "text", text: result.error.message }],
@@ -119777,9 +120081,9 @@ var init_requestaccesstoteamop = __esm(() => {
119777
120081
 
119778
120082
  // src/funcs/teamsRequestAccessToTeam.ts
119779
120083
  function teamsRequestAccessToTeam(client, request, options) {
119780
- return new APIPromise($do189(client, request, options));
120084
+ return new APIPromise($do190(client, request, options));
119781
120085
  }
119782
- async function $do189(client, request, options) {
120086
+ async function $do190(client, request, options) {
119783
120087
  const parsed = safeParse(request, (value) => RequestAccessToTeamRequest$outboundSchema.parse(value), "Input validation failed");
119784
120088
  if (!parsed.ok) {
119785
120089
  return [parsed, { status: "invalid" }];
@@ -119852,12 +120156,12 @@ var init_teamsRequestAccessToTeam = __esm(() => {
119852
120156
  });
119853
120157
 
119854
120158
  // src/mcp-server/tools/teamsRequestAccessToTeam.ts
119855
- var args188, tool$teamsRequestAccessToTeam;
120159
+ var args189, tool$teamsRequestAccessToTeam;
119856
120160
  var init_teamsRequestAccessToTeam2 = __esm(() => {
119857
120161
  init_teamsRequestAccessToTeam();
119858
120162
  init_requestaccesstoteamop();
119859
120163
  init_tools();
119860
- args188 = {
120164
+ args189 = {
119861
120165
  request: RequestAccessToTeamRequest$inboundSchema
119862
120166
  };
119863
120167
  tool$teamsRequestAccessToTeam = {
@@ -119865,9 +120169,9 @@ var init_teamsRequestAccessToTeam2 = __esm(() => {
119865
120169
  description: `Request access to a team
119866
120170
 
119867
120171
  Request access to a team as a member. An owner has to approve the request. Only 10 users can request access to a team at the same time.`,
119868
- args: args188,
119869
- tool: async (client, args189, ctx) => {
119870
- const [result, apiCall] = await teamsRequestAccessToTeam(client, args189.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
120172
+ args: args189,
120173
+ tool: async (client, args190, ctx) => {
120174
+ const [result, apiCall] = await teamsRequestAccessToTeam(client, args190.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
119871
120175
  if (!result.ok) {
119872
120176
  return {
119873
120177
  content: [{ type: "text", text: result.error.message }],
@@ -119970,9 +120274,9 @@ var init_updateteammemberop = __esm(() => {
119970
120274
 
119971
120275
  // src/funcs/teamsUpdateTeamMember.ts
119972
120276
  function teamsUpdateTeamMember(client, request, options) {
119973
- return new APIPromise($do190(client, request, options));
120277
+ return new APIPromise($do191(client, request, options));
119974
120278
  }
119975
- async function $do190(client, request, options) {
120279
+ async function $do191(client, request, options) {
119976
120280
  const parsed = safeParse(request, (value) => UpdateTeamMemberRequest$outboundSchema.parse(value), "Input validation failed");
119977
120281
  if (!parsed.ok) {
119978
120282
  return [parsed, { status: "invalid" }];
@@ -120049,12 +120353,12 @@ var init_teamsUpdateTeamMember = __esm(() => {
120049
120353
  });
120050
120354
 
120051
120355
  // src/mcp-server/tools/teamsUpdateTeamMember.ts
120052
- var args189, tool$teamsUpdateTeamMember;
120356
+ var args190, tool$teamsUpdateTeamMember;
120053
120357
  var init_teamsUpdateTeamMember2 = __esm(() => {
120054
120358
  init_teamsUpdateTeamMember();
120055
120359
  init_updateteammemberop();
120056
120360
  init_tools();
120057
- args189 = {
120361
+ args190 = {
120058
120362
  request: UpdateTeamMemberRequest$inboundSchema
120059
120363
  };
120060
120364
  tool$teamsUpdateTeamMember = {
@@ -120062,9 +120366,9 @@ var init_teamsUpdateTeamMember2 = __esm(() => {
120062
120366
  description: `Update a Team Member
120063
120367
 
120064
120368
  Update the membership of a Team Member on the Team specified by \`teamId\`, such as changing the _role_ of the member, or confirming a request to join the Team for an unconfirmed member. The authenticated user must be an \`OWNER\` of the Team.`,
120065
- args: args189,
120066
- tool: async (client, args190, ctx) => {
120067
- const [result, apiCall] = await teamsUpdateTeamMember(client, args190.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
120369
+ args: args190,
120370
+ tool: async (client, args191, ctx) => {
120371
+ const [result, apiCall] = await teamsUpdateTeamMember(client, args191.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
120068
120372
  if (!result.ok) {
120069
120373
  return {
120070
120374
  content: [{ type: "text", text: result.error.message }],
@@ -120551,9 +120855,9 @@ var init_getauthuserop = __esm(() => {
120551
120855
 
120552
120856
  // src/funcs/userGetAuthUser.ts
120553
120857
  function userGetAuthUser(client, options) {
120554
- return new APIPromise($do191(client, options));
120858
+ return new APIPromise($do192(client, options));
120555
120859
  }
120556
- async function $do191(client, options) {
120860
+ async function $do192(client, options) {
120557
120861
  const path = pathToFunc("/v2/user")();
120558
120862
  const headers = new Headers(compactMap({
120559
120863
  Accept: "application/json"
@@ -120634,7 +120938,7 @@ Retrieves information related to the currently authenticated User.`,
120634
120938
  });
120635
120939
 
120636
120940
  // src/models/userevent.ts
120637
- var UserEventType, UserEventPrincipalType, PrincipalType, UserEventViaType, ViaType, GrantType, AuthMethod, Method, Tier, UserEventPayload148Action, UserEventPayload142Role, UserEventPayload141Role, PayloadPreviousRole, UserEventPayloadRole, PayloadRole, StoreType, UserEventPayloadType, UserEventPayload107Type, PayloadPricingPlan, UserEventPayload106Type, PricingPlan, UserEventPayload105Type, UserEventPayloadPricingPlan, PayloadReasonCode, ReasonCode, EnvId2, UserEventEnvId2, UserEventPayload86Action, TrustedIps, OldTrustedIps, PasswordProtection2, PasswordProtectionDeploymentType, OldPasswordProtection2, OldPasswordProtectionDeploymentType, SsoProtection2, DeploymentType, OldSsoProtection2, OldSsoProtectionDeploymentType, UserEventPayload77Role, PayloadOrigin, PayloadName, UserEventPayloadName, UserEventPayload65Action, Plan, UserEventCredentialsType, CredentialsType, PayloadImportFlowGitProvider, PayloadPurchaseType, PayloadViewPreference, PayloadFavoritesViewPreference, PayloadRecentsViewPreference, UserEventPayload65Name, PayloadReason, PayloadBlockedDueToOverageType, UserEventPayload65Role, PayloadTeamRoles, PayloadTeamPermissions, UserEventPayloadOrigin, UserEventPayload65Type, PayloadEnablePreviewFeedback, BlockReason, PayloadBlockReason, BlockType, UserEventPayloadBlockReason, PayloadBlockType, UserEventPayload65BlockReason, UserEventPayload65NewOwnerBlockReason, UserEventPayload65NewOwnerFeatureBlocksBlockReason, UserEventPayload65NewOwnerFeatureBlocksBlobBlockReason, OverageReason, UserEventPayload65NewOwnerFeatureBlocksPostgresBlockReason, PayloadOverageReason, UserEventPayload65NewOwnerFeatureBlocksRedisBlockReason, UserEventPayloadOverageReason, Version, UserEventPayload62Action, UserEventPayloadAction, UserEventPayload58OldEnvVarType, UserEventPayloadTarget, UserEventPayload58Type, UserEventPayload58Target, OldTarget, NewTarget, PayloadType, PayloadTarget, PayloadAction, NextRole, PreviousRole, Action, UserEventType$inboundSchema, UserEventType$outboundSchema, UserEventType$, Entities$inboundSchema, Entities$outboundSchema, Entities$, User$inboundSchema, User$outboundSchema, User$, UserEventPrincipalType$inboundSchema, UserEventPrincipalType$outboundSchema, UserEventPrincipalType$, Two$inboundSchema, Two$outboundSchema, Two$, PrincipalType$inboundSchema, PrincipalType$outboundSchema, PrincipalType$, One$inboundSchema, One$outboundSchema, One$, Principal$inboundSchema, Principal$outboundSchema, Principal$, UserEventViaType$inboundSchema, UserEventViaType$outboundSchema, UserEventViaType$, Via2$inboundSchema, Via2$outboundSchema, Via2$, ViaType$inboundSchema, ViaType$outboundSchema, ViaType$, Via1$inboundSchema, Via1$outboundSchema, Via1$, Via$inboundSchema, Via$outboundSchema, Via$, GrantType$inboundSchema, GrantType$outboundSchema, GrantType$, AuthMethod$inboundSchema, AuthMethod$outboundSchema, AuthMethod$, Method$inboundSchema, Method$outboundSchema, Method$, ClientAuthenticationUsed$inboundSchema, ClientAuthenticationUsed$outboundSchema, ClientAuthenticationUsed$, App$inboundSchema, App$outboundSchema, App$, OneHundredAndSixtyFive$inboundSchema, OneHundredAndSixtyFive$outboundSchema, OneHundredAndSixtyFive$, UserEventPayload164Team$inboundSchema, UserEventPayload164Team$outboundSchema, UserEventPayload164Team$, UserEventPayload164Configuration$inboundSchema, UserEventPayload164Configuration$outboundSchema, UserEventPayload164Configuration$, UserEventPayloadPeering$inboundSchema, UserEventPayloadPeering$outboundSchema, UserEventPayloadPeering$, OneHundredAndSixtyFour$inboundSchema, OneHundredAndSixtyFour$outboundSchema, OneHundredAndSixtyFour$, UserEventPayload163Team$inboundSchema, UserEventPayload163Team$outboundSchema, UserEventPayload163Team$, UserEventPayload163Configuration$inboundSchema, UserEventPayload163Configuration$outboundSchema, UserEventPayload163Configuration$, PayloadPeering$inboundSchema, PayloadPeering$outboundSchema, PayloadPeering$, OneHundredAndSixtyThree$inboundSchema, OneHundredAndSixtyThree$outboundSchema, OneHundredAndSixtyThree$, UserEventPayload162Team$inboundSchema, UserEventPayload162Team$outboundSchema, UserEventPayload162Team$, UserEventPayload162Configuration$inboundSchema, UserEventPayload162Configuration$outboundSchema, UserEventPayload162Configuration$, Peering$inboundSchema, Peering$outboundSchema, Peering$, OneHundredAndSixtyTwo$inboundSchema, OneHundredAndSixtyTwo$outboundSchema, OneHundredAndSixtyTwo$, OneHundredAndSixtyOne$inboundSchema, OneHundredAndSixtyOne$outboundSchema, OneHundredAndSixtyOne$, OneHundredAndSixty$inboundSchema, OneHundredAndSixty$outboundSchema, OneHundredAndSixty$, OneHundredAndFiftyNine$inboundSchema, OneHundredAndFiftyNine$outboundSchema, OneHundredAndFiftyNine$, OneHundredAndFiftyEight$inboundSchema, OneHundredAndFiftyEight$outboundSchema, OneHundredAndFiftyEight$, OneHundredAndFiftySeven$inboundSchema, OneHundredAndFiftySeven$outboundSchema, OneHundredAndFiftySeven$, OneHundredAndFiftySix$inboundSchema, OneHundredAndFiftySix$outboundSchema, OneHundredAndFiftySix$, OneHundredAndFiftyFive$inboundSchema, OneHundredAndFiftyFive$outboundSchema, OneHundredAndFiftyFive$, Tier$inboundSchema, Tier$outboundSchema, Tier$, OneHundredAndFiftyFour$inboundSchema, OneHundredAndFiftyFour$outboundSchema, OneHundredAndFiftyFour$, ProjectWebAnalytics$inboundSchema, ProjectWebAnalytics$outboundSchema, ProjectWebAnalytics$, PrevProjectWebAnalytics$inboundSchema, PrevProjectWebAnalytics$outboundSchema, PrevProjectWebAnalytics$, OneHundredAndFiftyThree$inboundSchema, OneHundredAndFiftyThree$outboundSchema, OneHundredAndFiftyThree$, Microfrontends2$inboundSchema, Microfrontends2$outboundSchema, Microfrontends2$, Microfrontends1$inboundSchema, Microfrontends1$outboundSchema, Microfrontends1$, Microfrontends$inboundSchema, Microfrontends$outboundSchema, Microfrontends$, UserEventPayload152Project$inboundSchema, UserEventPayload152Project$outboundSchema, UserEventPayload152Project$, UserEventMicrofrontends2$inboundSchema, UserEventMicrofrontends2$outboundSchema, UserEventMicrofrontends2$, UserEventMicrofrontends1$inboundSchema, UserEventMicrofrontends1$outboundSchema, UserEventMicrofrontends1$, PayloadMicrofrontends$inboundSchema, PayloadMicrofrontends$outboundSchema, PayloadMicrofrontends$, UserEventPayload152PrevProject$inboundSchema, UserEventPayload152PrevProject$outboundSchema, UserEventPayload152PrevProject$, PayloadPrev$inboundSchema, PayloadPrev$outboundSchema, PayloadPrev$, PayloadGroup$inboundSchema, PayloadGroup$outboundSchema, PayloadGroup$, OneHundredAndFiftyTwo$inboundSchema, OneHundredAndFiftyTwo$outboundSchema, OneHundredAndFiftyTwo$, UserEventPayload151Project$inboundSchema, UserEventPayload151Project$outboundSchema, UserEventPayload151Project$, Group$inboundSchema, Group$outboundSchema, Group$, OneHundredAndFiftyOne$inboundSchema, OneHundredAndFiftyOne$outboundSchema, OneHundredAndFiftyOne$, Prev$inboundSchema, Prev$outboundSchema, Prev$, OneHundredAndFifty$inboundSchema, OneHundredAndFifty$outboundSchema, OneHundredAndFifty$, OneHundredAndFortyNine$inboundSchema, OneHundredAndFortyNine$outboundSchema, OneHundredAndFortyNine$, UserEventPayload148Action$inboundSchema, UserEventPayload148Action$outboundSchema, UserEventPayload148Action$, OneHundredAndFortyEight$inboundSchema, OneHundredAndFortyEight$outboundSchema, OneHundredAndFortyEight$, OneHundredAndFortySeven$inboundSchema, OneHundredAndFortySeven$outboundSchema, OneHundredAndFortySeven$, OneHundredAndFortySix$inboundSchema, OneHundredAndFortySix$outboundSchema, OneHundredAndFortySix$, OneHundredAndFortyFive$inboundSchema, OneHundredAndFortyFive$outboundSchema, OneHundredAndFortyFive$, OneHundredAndFortyFour$inboundSchema, OneHundredAndFortyFour$outboundSchema, OneHundredAndFortyFour$, OneHundredAndFortyThree$inboundSchema, OneHundredAndFortyThree$outboundSchema, OneHundredAndFortyThree$, UserEventPayload142Role$inboundSchema, UserEventPayload142Role$outboundSchema, UserEventPayload142Role$, UserEventPayload142Project$inboundSchema, UserEventPayload142Project$outboundSchema, UserEventPayload142Project$, OneHundredAndFortyTwo$inboundSchema, OneHundredAndFortyTwo$outboundSchema, OneHundredAndFortyTwo$, UserEventPayload141Project$inboundSchema, UserEventPayload141Project$outboundSchema, UserEventPayload141Project$, UserEventPayload141Role$inboundSchema, UserEventPayload141Role$outboundSchema, UserEventPayload141Role$, PayloadPreviousRole$inboundSchema, PayloadPreviousRole$outboundSchema, PayloadPreviousRole$, PayloadProjectMembership$inboundSchema, PayloadProjectMembership$outboundSchema, PayloadProjectMembership$, OneHundredAndFortyOne$inboundSchema, OneHundredAndFortyOne$outboundSchema, OneHundredAndFortyOne$, UserEventPayload140Project$inboundSchema, UserEventPayload140Project$outboundSchema, UserEventPayload140Project$, UserEventPayloadRole$inboundSchema, UserEventPayloadRole$outboundSchema, UserEventPayloadRole$, RemovedMembership$inboundSchema, RemovedMembership$outboundSchema, RemovedMembership$, OneHundredAndForty$inboundSchema, OneHundredAndForty$outboundSchema, OneHundredAndForty$, UserEventPayload139Project$inboundSchema, UserEventPayload139Project$outboundSchema, UserEventPayload139Project$, PayloadRole$inboundSchema, PayloadRole$outboundSchema, PayloadRole$, ProjectMembership$inboundSchema, ProjectMembership$outboundSchema, ProjectMembership$, OneHundredAndThirtyNine$inboundSchema, OneHundredAndThirtyNine$outboundSchema, OneHundredAndThirtyNine$, OneHundredAndThirtyEight$inboundSchema, OneHundredAndThirtyEight$outboundSchema, OneHundredAndThirtyEight$, OneHundredAndThirtySeven$inboundSchema, OneHundredAndThirtySeven$outboundSchema, OneHundredAndThirtySeven$, OneHundredAndThirtySix$inboundSchema, OneHundredAndThirtySix$outboundSchema, OneHundredAndThirtySix$, OneHundredAndThirtyFive$inboundSchema, OneHundredAndThirtyFive$outboundSchema, OneHundredAndThirtyFive$, OneHundredAndThirtyFour$inboundSchema, OneHundredAndThirtyFour$outboundSchema, OneHundredAndThirtyFour$, OneHundredAndThirtyThree$inboundSchema, OneHundredAndThirtyThree$outboundSchema, OneHundredAndThirtyThree$, OneHundredAndThirtyTwo$inboundSchema, OneHundredAndThirtyTwo$outboundSchema, OneHundredAndThirtyTwo$, OneHundredAndThirtyOne$inboundSchema, OneHundredAndThirtyOne$outboundSchema, OneHundredAndThirtyOne$, OneHundredAndThirty$inboundSchema, OneHundredAndThirty$outboundSchema, OneHundredAndThirty$, OneHundredAndTwentyNine$inboundSchema, OneHundredAndTwentyNine$outboundSchema, OneHundredAndTwentyNine$, OneHundredAndTwentyEight$inboundSchema, OneHundredAndTwentyEight$outboundSchema, OneHundredAndTwentyEight$, OneHundredAndTwentySeven$inboundSchema, OneHundredAndTwentySeven$outboundSchema, OneHundredAndTwentySeven$, OneHundredAndTwentySix$inboundSchema, OneHundredAndTwentySix$outboundSchema, OneHundredAndTwentySix$, OneHundredAndTwentyFive$inboundSchema, OneHundredAndTwentyFive$outboundSchema, OneHundredAndTwentyFive$, PayloadPrevious$inboundSchema, PayloadPrevious$outboundSchema, PayloadPrevious$, PayloadNext$inboundSchema, PayloadNext$outboundSchema, PayloadNext$, OneHundredAndTwentyFour$inboundSchema, OneHundredAndTwentyFour$outboundSchema, OneHundredAndTwentyFour$, PayloadRemoteCaching$inboundSchema, PayloadRemoteCaching$outboundSchema, PayloadRemoteCaching$, OneHundredAndTwentyThree$inboundSchema, OneHundredAndTwentyThree$outboundSchema, OneHundredAndTwentyThree$, OneHundredAndTwentyTwo$inboundSchema, OneHundredAndTwentyTwo$outboundSchema, OneHundredAndTwentyTwo$, OneHundredAndTwentyOne$inboundSchema, OneHundredAndTwentyOne$outboundSchema, OneHundredAndTwentyOne$, OneHundredAndTwenty$inboundSchema, OneHundredAndTwenty$outboundSchema, OneHundredAndTwenty$, UserEventPayload119User$inboundSchema, UserEventPayload119User$outboundSchema, UserEventPayload119User$, OneHundredAndNineteen$inboundSchema, OneHundredAndNineteen$outboundSchema, OneHundredAndNineteen$, UserEventPayloadUser$inboundSchema, UserEventPayloadUser$outboundSchema, UserEventPayloadUser$, OneHundredAndEighteen$inboundSchema, OneHundredAndEighteen$outboundSchema, OneHundredAndEighteen$, UpdatedUser$inboundSchema, UpdatedUser$outboundSchema, UpdatedUser$, OneHundredAndSeventeen$inboundSchema, OneHundredAndSeventeen$outboundSchema, OneHundredAndSeventeen$, OneHundredAndSixteen$inboundSchema, OneHundredAndSixteen$outboundSchema, OneHundredAndSixteen$, DeletedUser$inboundSchema, DeletedUser$outboundSchema, DeletedUser$, OneHundredAndFifteen$inboundSchema, OneHundredAndFifteen$outboundSchema, OneHundredAndFifteen$, InvitedUser$inboundSchema, InvitedUser$outboundSchema, InvitedUser$, OneHundredAndFourteen$inboundSchema, OneHundredAndFourteen$outboundSchema, OneHundredAndFourteen$, Reasons$inboundSchema, Reasons$outboundSchema, Reasons$, OneHundredAndThirteen$inboundSchema, OneHundredAndThirteen$outboundSchema, OneHundredAndThirteen$, OneHundredAndTwelve$inboundSchema, OneHundredAndTwelve$outboundSchema, OneHundredAndTwelve$, Store$inboundSchema, Store$outboundSchema, Store$, OneHundredAndEleven$inboundSchema, OneHundredAndEleven$outboundSchema, OneHundredAndEleven$, StoreType$inboundSchema, StoreType$outboundSchema, StoreType$, OneHundredAndTen$inboundSchema, OneHundredAndTen$outboundSchema, OneHundredAndTen$, UserEventPayloadType$inboundSchema, UserEventPayloadType$outboundSchema, UserEventPayloadType$, OneHundredAndNine$inboundSchema, OneHundredAndNine$outboundSchema, OneHundredAndNine$, OneHundredAndEight$inboundSchema, OneHundredAndEight$outboundSchema, OneHundredAndEight$, UserEventPayload107Type$inboundSchema, UserEventPayload107Type$outboundSchema, UserEventPayload107Type$, PayloadPricingPlan$inboundSchema, PayloadPricingPlan$outboundSchema, PayloadPricingPlan$, UserEventPayloadBudget$inboundSchema, UserEventPayloadBudget$outboundSchema, UserEventPayloadBudget$, OneHundredAndSeven$inboundSchema, OneHundredAndSeven$outboundSchema, OneHundredAndSeven$, UserEventPayload106Type$inboundSchema, UserEventPayload106Type$outboundSchema, UserEventPayload106Type$, PricingPlan$inboundSchema, PricingPlan$outboundSchema, PricingPlan$, PayloadBudget$inboundSchema, PayloadBudget$outboundSchema, PayloadBudget$, OneHundredAndSix$inboundSchema, OneHundredAndSix$outboundSchema, OneHundredAndSix$, UserEventPayload105Type$inboundSchema, UserEventPayload105Type$outboundSchema, UserEventPayload105Type$, UserEventPayloadPricingPlan$inboundSchema, UserEventPayloadPricingPlan$outboundSchema, UserEventPayloadPricingPlan$, BudgetItem$inboundSchema, BudgetItem$outboundSchema, BudgetItem$, Budget$inboundSchema, Budget$outboundSchema, Budget$, OneHundredAndFive$inboundSchema, OneHundredAndFive$outboundSchema, OneHundredAndFive$, ScalingRules$inboundSchema, ScalingRules$outboundSchema, ScalingRules$, OneHundredAndFour$inboundSchema, OneHundredAndFour$outboundSchema, OneHundredAndFour$, OneHundredAndThree$inboundSchema, OneHundredAndThree$outboundSchema, OneHundredAndThree$, OneHundredAndTwo$inboundSchema, OneHundredAndTwo$outboundSchema, OneHundredAndTwo$, Name2$inboundSchema, Name2$outboundSchema, Name2$, Name$inboundSchema, Name$outboundSchema, Name$, OneHundredAndOne$inboundSchema, OneHundredAndOne$outboundSchema, OneHundredAndOne$, UserEventPayload100Team$inboundSchema, UserEventPayload100Team$outboundSchema, UserEventPayload100Team$, PayloadPreviousRule$inboundSchema, PayloadPreviousRule$outboundSchema, PayloadPreviousRule$, OneHundred$inboundSchema, OneHundred$outboundSchema, OneHundred$, UserEventPayload99Team$inboundSchema, UserEventPayload99Team$outboundSchema, UserEventPayload99Team$, PreviousRule$inboundSchema, PreviousRule$outboundSchema, PreviousRule$, NextRule$inboundSchema, NextRule$outboundSchema, NextRule$, NinetyNine$inboundSchema, NinetyNine$outboundSchema, NinetyNine$, NinetyEight$inboundSchema, NinetyEight$outboundSchema, NinetyEight$, NinetySeven$inboundSchema, NinetySeven$outboundSchema, NinetySeven$, NinetySix$inboundSchema, NinetySix$outboundSchema, NinetySix$, NinetyFive$inboundSchema, NinetyFive$outboundSchema, NinetyFive$, NinetyFour$inboundSchema, NinetyFour$outboundSchema, NinetyFour$, NinetyThree$inboundSchema, NinetyThree$outboundSchema, NinetyThree$, StaticIps$inboundSchema, StaticIps$outboundSchema, StaticIps$, UserEventPayload92Project$inboundSchema, UserEventPayload92Project$outboundSchema, UserEventPayload92Project$, Next$inboundSchema, Next$outboundSchema, Next$, PayloadStaticIps$inboundSchema, PayloadStaticIps$outboundSchema, PayloadStaticIps$, UserEventPayload92PreviousProject$inboundSchema, UserEventPayload92PreviousProject$outboundSchema, UserEventPayload92PreviousProject$, Previous$inboundSchema, Previous$outboundSchema, Previous$, NinetyTwo$inboundSchema, NinetyTwo$outboundSchema, NinetyTwo$, NinetyOne$inboundSchema, NinetyOne$outboundSchema, NinetyOne$, PayloadReasonCode$inboundSchema, PayloadReasonCode$outboundSchema, PayloadReasonCode$, Ninety$inboundSchema, Ninety$outboundSchema, Ninety$, ReasonCode$inboundSchema, ReasonCode$outboundSchema, ReasonCode$, EightyNine$inboundSchema, EightyNine$outboundSchema, EightyNine$, UserEventPayload88Team$inboundSchema, UserEventPayload88Team$outboundSchema, UserEventPayload88Team$, EnvId2$inboundSchema, EnvId2$outboundSchema, EnvId2$, EnvId$inboundSchema, EnvId$outboundSchema, EnvId$, Aws$inboundSchema, Aws$outboundSchema, Aws$, OldConnectConfigurations$inboundSchema, OldConnectConfigurations$outboundSchema, OldConnectConfigurations$, UserEventEnvId2$inboundSchema, UserEventEnvId2$outboundSchema, UserEventEnvId2$, PayloadEnvId$inboundSchema, PayloadEnvId$outboundSchema, PayloadEnvId$, PayloadAws$inboundSchema, PayloadAws$outboundSchema, PayloadAws$, NewConnectConfigurations$inboundSchema, NewConnectConfigurations$outboundSchema, NewConnectConfigurations$, UserEventPayload88Project$inboundSchema, UserEventPayload88Project$outboundSchema, UserEventPayload88Project$, EightyEight$inboundSchema, EightyEight$outboundSchema, EightyEight$, EightySeven$inboundSchema, EightySeven$outboundSchema, EightySeven$, UserEventPayload86Action$inboundSchema, UserEventPayload86Action$outboundSchema, UserEventPayload86Action$, EightySix$inboundSchema, EightySix$outboundSchema, EightySix$, Paths$inboundSchema, Paths$outboundSchema, Paths$, OptionsAllowlist$inboundSchema, OptionsAllowlist$outboundSchema, OptionsAllowlist$, PayloadPaths$inboundSchema, PayloadPaths$outboundSchema, PayloadPaths$, OldOptionsAllowlist$inboundSchema, OldOptionsAllowlist$outboundSchema, OldOptionsAllowlist$, EightyFive$inboundSchema, EightyFive$outboundSchema, EightyFive$, TrustedIps$inboundSchema, TrustedIps$outboundSchema, TrustedIps$, OldTrustedIps$inboundSchema, OldTrustedIps$outboundSchema, OldTrustedIps$, EightyFour$inboundSchema, EightyFour$outboundSchema, EightyFour$, PasswordProtection2$inboundSchema, PasswordProtection2$outboundSchema, PasswordProtection2$, PasswordProtectionDeploymentType$inboundSchema, PasswordProtectionDeploymentType$outboundSchema, PasswordProtectionDeploymentType$, PasswordProtection1$inboundSchema, PasswordProtection1$outboundSchema, PasswordProtection1$, PayloadPasswordProtection$inboundSchema, PayloadPasswordProtection$outboundSchema, PayloadPasswordProtection$, OldPasswordProtection2$inboundSchema, OldPasswordProtection2$outboundSchema, OldPasswordProtection2$, OldPasswordProtectionDeploymentType$inboundSchema, OldPasswordProtectionDeploymentType$outboundSchema, OldPasswordProtectionDeploymentType$, OldPasswordProtection1$inboundSchema, OldPasswordProtection1$outboundSchema, OldPasswordProtection1$, OldPasswordProtection$inboundSchema, OldPasswordProtection$outboundSchema, OldPasswordProtection$, EightyThree$inboundSchema, EightyThree$outboundSchema, EightyThree$, SsoProtection2$inboundSchema, SsoProtection2$outboundSchema, SsoProtection2$, DeploymentType$inboundSchema, DeploymentType$outboundSchema, DeploymentType$, SsoProtection1$inboundSchema, SsoProtection1$outboundSchema, SsoProtection1$, PayloadSsoProtection$inboundSchema, PayloadSsoProtection$outboundSchema, PayloadSsoProtection$, OldSsoProtection2$inboundSchema, OldSsoProtection2$outboundSchema, OldSsoProtection2$, OldSsoProtectionDeploymentType$inboundSchema, OldSsoProtectionDeploymentType$outboundSchema, OldSsoProtectionDeploymentType$, OldSsoProtection1$inboundSchema, OldSsoProtection1$outboundSchema, OldSsoProtection1$, OldSsoProtection$inboundSchema, OldSsoProtection$outboundSchema, OldSsoProtection$, EightyTwo$inboundSchema, EightyTwo$outboundSchema, EightyTwo$, EightyOne$inboundSchema, EightyOne$outboundSchema, EightyOne$, Eighty$inboundSchema, Eighty$outboundSchema, Eighty$, ProjectAnalytics$inboundSchema, ProjectAnalytics$outboundSchema, ProjectAnalytics$, PrevProjectAnalytics$inboundSchema, PrevProjectAnalytics$outboundSchema, PrevProjectAnalytics$, SeventyNine$inboundSchema, SeventyNine$outboundSchema, SeventyNine$, SeventyEight$inboundSchema, SeventyEight$outboundSchema, SeventyEight$, UserEventPayload77Role$inboundSchema, UserEventPayload77Role$outboundSchema, UserEventPayload77Role$, PayloadOrigin$inboundSchema, PayloadOrigin$outboundSchema, PayloadOrigin$, PayloadGitUserId$inboundSchema, PayloadGitUserId$outboundSchema, PayloadGitUserId$, PayloadJoinedFrom$inboundSchema, PayloadJoinedFrom$outboundSchema, PayloadJoinedFrom$, RemovedUsers$inboundSchema, RemovedUsers$outboundSchema, RemovedUsers$, SeventySeven$inboundSchema, SeventySeven$outboundSchema, SeventySeven$, SeventySix$inboundSchema, SeventySix$outboundSchema, SeventySix$, SeventyFive$inboundSchema, SeventyFive$outboundSchema, SeventyFive$, SeventyFour$inboundSchema, SeventyFour$outboundSchema, SeventyFour$, SeventyThree$inboundSchema, SeventyThree$outboundSchema, SeventyThree$, SeventyTwo$inboundSchema, SeventyTwo$outboundSchema, SeventyTwo$, PayloadName$inboundSchema, PayloadName$outboundSchema, PayloadName$, Browser$inboundSchema, Browser$outboundSchema, Browser$, UserEventPayloadName$inboundSchema, UserEventPayloadName$outboundSchema, UserEventPayloadName$, Os$inboundSchema, Os$outboundSchema, Os$, UserAgent$inboundSchema, UserAgent$outboundSchema, UserAgent$, Names$inboundSchema, Names$outboundSchema, Names$, City$inboundSchema, City$outboundSchema, City$, PayloadNames$inboundSchema, PayloadNames$outboundSchema, PayloadNames$, Country$inboundSchema, Country$outboundSchema, Country$, UserEventPayloadNames$inboundSchema, UserEventPayloadNames$outboundSchema, UserEventPayloadNames$, MostSpecificSubdivision$inboundSchema, MostSpecificSubdivision$outboundSchema, MostSpecificSubdivision$, Geolocation$inboundSchema, Geolocation$outboundSchema, Geolocation$, SeventyOne$inboundSchema, SeventyOne$outboundSchema, SeventyOne$, Seventy$inboundSchema, Seventy$outboundSchema, Seventy$, SixtyNine$inboundSchema, SixtyNine$outboundSchema, SixtyNine$, SixtyEight$inboundSchema, SixtyEight$outboundSchema, SixtyEight$, SixtySeven$inboundSchema, SixtySeven$outboundSchema, SixtySeven$, Configurations$inboundSchema, Configurations$outboundSchema, Configurations$, SixtySix$inboundSchema, SixtySix$outboundSchema, SixtySix$, UserEventPayload65Action$inboundSchema, UserEventPayload65Action$outboundSchema, UserEventPayload65Action$, BlockHistory$inboundSchema, BlockHistory$outboundSchema, BlockHistory$, History$inboundSchema, History$outboundSchema, History$, Abuse$inboundSchema, Abuse$outboundSchema, Abuse$, Plan$inboundSchema, Plan$outboundSchema, Plan$, PayloadBilling$inboundSchema, PayloadBilling$outboundSchema, PayloadBilling$, UserEventCredentialsType$inboundSchema, UserEventCredentialsType$outboundSchema, UserEventCredentialsType$, Credentials2$inboundSchema, Credentials2$outboundSchema, Credentials2$, CredentialsType$inboundSchema, CredentialsType$outboundSchema, CredentialsType$, Credentials1$inboundSchema, Credentials1$outboundSchema, Credentials1$, Credentials$inboundSchema, Credentials$outboundSchema, Credentials$, PayloadDataCache$inboundSchema, PayloadDataCache$outboundSchema, PayloadDataCache$, PayloadDismissals$inboundSchema, PayloadDismissals$outboundSchema, PayloadDismissals$, PayloadDismissedToasts$inboundSchema, PayloadDismissedToasts$outboundSchema, PayloadDismissedToasts$, PayloadFavoriteProjectsAndSpaces$inboundSchema, PayloadFavoriteProjectsAndSpaces$outboundSchema, PayloadFavoriteProjectsAndSpaces$, PayloadImportFlowGitNamespace$inboundSchema, PayloadImportFlowGitNamespace$outboundSchema, PayloadImportFlowGitNamespace$, PayloadImportFlowGitNamespaceId$inboundSchema, PayloadImportFlowGitNamespaceId$outboundSchema, PayloadImportFlowGitNamespaceId$, PayloadImportFlowGitProvider$inboundSchema, PayloadImportFlowGitProvider$outboundSchema, PayloadImportFlowGitProvider$, PayloadGitNamespaceId$inboundSchema, PayloadGitNamespaceId$outboundSchema, PayloadGitNamespaceId$, PayloadPreferredScopesAndGitNamespaces$inboundSchema, PayloadPreferredScopesAndGitNamespaces$outboundSchema, PayloadPreferredScopesAndGitNamespaces$, PreventAutoBlocking$inboundSchema, PreventAutoBlocking$outboundSchema, PreventAutoBlocking$, UserEventPayloadRemoteCaching$inboundSchema, UserEventPayloadRemoteCaching$outboundSchema, UserEventPayloadRemoteCaching$, PayloadBuildEntitlements$inboundSchema, PayloadBuildEntitlements$outboundSchema, PayloadBuildEntitlements$, PayloadPurchaseType$inboundSchema, PayloadPurchaseType$outboundSchema, PayloadPurchaseType$, PayloadBuildMachine$inboundSchema, PayloadBuildMachine$outboundSchema, PayloadBuildMachine$, PayloadSecurity$inboundSchema, PayloadSecurity$outboundSchema, PayloadSecurity$, PayloadResourceConfig$inboundSchema, PayloadResourceConfig$outboundSchema, PayloadResourceConfig$, ResourceLimits$inboundSchema, ResourceLimits$outboundSchema, ResourceLimits$, PayloadViewPreference$inboundSchema, PayloadViewPreference$outboundSchema, PayloadViewPreference$, PayloadFavoritesViewPreference$inboundSchema, PayloadFavoritesViewPreference$outboundSchema, PayloadFavoritesViewPreference$, PayloadRecentsViewPreference$inboundSchema, PayloadRecentsViewPreference$outboundSchema, PayloadRecentsViewPreference$, PayloadActiveDashboardViews$inboundSchema, PayloadActiveDashboardViews$outboundSchema, PayloadActiveDashboardViews$, SecondaryEmails$inboundSchema, SecondaryEmails$outboundSchema, SecondaryEmails$, Rules$inboundSchema, Rules$outboundSchema, Rules$, EmailNotifications$inboundSchema, EmailNotifications$outboundSchema, EmailNotifications$, PayloadReasons$inboundSchema, PayloadReasons$outboundSchema, PayloadReasons$, SiftScores$inboundSchema, SiftScores$outboundSchema, SiftScores$, UserEventPayload65Name$inboundSchema, UserEventPayload65Name$outboundSchema, UserEventPayload65Name$, SiftRoute$inboundSchema, SiftRoute$outboundSchema, SiftRoute$, PayloadReason$inboundSchema, PayloadReason$outboundSchema, PayloadReason$, PayloadBlockedDueToOverageType$inboundSchema, PayloadBlockedDueToOverageType$outboundSchema, PayloadBlockedDueToOverageType$, PayloadSoftBlock$inboundSchema, PayloadSoftBlock$outboundSchema, PayloadSoftBlock$, UserEventPayload65Role$inboundSchema, UserEventPayload65Role$outboundSchema, UserEventPayload65Role$, PayloadTeamRoles$inboundSchema, PayloadTeamRoles$outboundSchema, PayloadTeamRoles$, PayloadTeamPermissions$inboundSchema, PayloadTeamPermissions$outboundSchema, PayloadTeamPermissions$, UserEventPayloadOrigin$inboundSchema, UserEventPayloadOrigin$outboundSchema, UserEventPayloadOrigin$, UserEventPayloadGitUserId$inboundSchema, UserEventPayloadGitUserId$outboundSchema, UserEventPayloadGitUserId$, UserEventPayloadJoinedFrom$inboundSchema, UserEventPayloadJoinedFrom$outboundSchema, UserEventPayloadJoinedFrom$, Teams$inboundSchema, Teams$outboundSchema, Teams$, UserEventPayload65Type$inboundSchema, UserEventPayload65Type$outboundSchema, UserEventPayload65Type$, UsageAlerts$inboundSchema, UsageAlerts$outboundSchema, UsageAlerts$, AnalyticsUsage$inboundSchema, AnalyticsUsage$outboundSchema, AnalyticsUsage$, Artifacts$inboundSchema, Artifacts$outboundSchema, Artifacts$, Bandwidth$inboundSchema, Bandwidth$outboundSchema, Bandwidth$, BlobTotalAdvancedRequests$inboundSchema, BlobTotalAdvancedRequests$outboundSchema, BlobTotalAdvancedRequests$, BlobTotalAvgSizeInBytes$inboundSchema, BlobTotalAvgSizeInBytes$outboundSchema, BlobTotalAvgSizeInBytes$, BlobTotalGetResponseObjectSizeInBytes$inboundSchema, BlobTotalGetResponseObjectSizeInBytes$outboundSchema, BlobTotalGetResponseObjectSizeInBytes$, BlobTotalSimpleRequests$inboundSchema, BlobTotalSimpleRequests$outboundSchema, BlobTotalSimpleRequests$, ConnectDataTransfer$inboundSchema, ConnectDataTransfer$outboundSchema, ConnectDataTransfer$, DataCacheRead$inboundSchema, DataCacheRead$outboundSchema, DataCacheRead$, DataCacheWrite$inboundSchema, DataCacheWrite$outboundSchema, DataCacheWrite$, EdgeConfigRead$inboundSchema, EdgeConfigRead$outboundSchema, EdgeConfigRead$, EdgeConfigWrite$inboundSchema, EdgeConfigWrite$outboundSchema, EdgeConfigWrite$, EdgeFunctionExecutionUnits$inboundSchema, EdgeFunctionExecutionUnits$outboundSchema, EdgeFunctionExecutionUnits$, EdgeMiddlewareInvocations$inboundSchema, EdgeMiddlewareInvocations$outboundSchema, EdgeMiddlewareInvocations$, EdgeRequestAdditionalCpuDuration$inboundSchema, EdgeRequestAdditionalCpuDuration$outboundSchema, EdgeRequestAdditionalCpuDuration$, EdgeRequest$inboundSchema, EdgeRequest$outboundSchema, EdgeRequest$, ElasticConcurrencyBuildSlots$inboundSchema, ElasticConcurrencyBuildSlots$outboundSchema, ElasticConcurrencyBuildSlots$, FastDataTransfer$inboundSchema, FastDataTransfer$outboundSchema, FastDataTransfer$, FastOriginTransfer$inboundSchema, FastOriginTransfer$outboundSchema, FastOriginTransfer$, FluidCpuDuration$inboundSchema, FluidCpuDuration$outboundSchema, FluidCpuDuration$, FluidDuration$inboundSchema, FluidDuration$outboundSchema, FluidDuration$, FunctionDuration$inboundSchema, FunctionDuration$outboundSchema, FunctionDuration$, FunctionInvocation$inboundSchema, FunctionInvocation$outboundSchema, FunctionInvocation$, ImageOptimizationCacheRead$inboundSchema, ImageOptimizationCacheRead$outboundSchema, ImageOptimizationCacheRead$, ImageOptimizationCacheWrite$inboundSchema, ImageOptimizationCacheWrite$outboundSchema, ImageOptimizationCacheWrite$, ImageOptimizationTransformation$inboundSchema, ImageOptimizationTransformation$outboundSchema, ImageOptimizationTransformation$, LogDrainsVolume$inboundSchema, LogDrainsVolume$outboundSchema, LogDrainsVolume$, MonitoringMetric$inboundSchema, MonitoringMetric$outboundSchema, MonitoringMetric$, BlobDataTransfer$inboundSchema, BlobDataTransfer$outboundSchema, BlobDataTransfer$, ObservabilityEvent$inboundSchema, ObservabilityEvent$outboundSchema, ObservabilityEvent$, OnDemandConcurrencyMinutes$inboundSchema, OnDemandConcurrencyMinutes$outboundSchema, OnDemandConcurrencyMinutes$, RuntimeCacheRead$inboundSchema, RuntimeCacheRead$outboundSchema, RuntimeCacheRead$, RuntimeCacheWrite$inboundSchema, RuntimeCacheWrite$outboundSchema, RuntimeCacheWrite$, ServerlessFunctionExecution$inboundSchema, ServerlessFunctionExecution$outboundSchema, ServerlessFunctionExecution$, SourceImages$inboundSchema, SourceImages$outboundSchema, SourceImages$, WafOwaspExcessBytes$inboundSchema, WafOwaspExcessBytes$outboundSchema, WafOwaspExcessBytes$, WafOwaspRequests$inboundSchema, WafOwaspRequests$outboundSchema, WafOwaspRequests$, WafRateLimitRequest$inboundSchema, WafRateLimitRequest$outboundSchema, WafRateLimitRequest$, WebAnalyticsEvent$inboundSchema, WebAnalyticsEvent$outboundSchema, WebAnalyticsEvent$, OverageUsageAlerts$inboundSchema, OverageUsageAlerts$outboundSchema, OverageUsageAlerts$, OverageMetadata$inboundSchema, OverageMetadata$outboundSchema, OverageMetadata$, PayloadEnablePreviewFeedback$inboundSchema, PayloadEnablePreviewFeedback$outboundSchema, PayloadEnablePreviewFeedback$, BlockReason$inboundSchema, BlockReason$outboundSchema, BlockReason$, PayloadWebAnalytics$inboundSchema, PayloadWebAnalytics$outboundSchema, PayloadWebAnalytics$, PayloadBlockReason$inboundSchema, PayloadBlockReason$outboundSchema, PayloadBlockReason$, BlockType$inboundSchema, BlockType$outboundSchema, BlockType$, Monitoring$inboundSchema, Monitoring$outboundSchema, Monitoring$, UserEventPayloadBlockReason$inboundSchema, UserEventPayloadBlockReason$outboundSchema, UserEventPayloadBlockReason$, PayloadBlockType$inboundSchema, PayloadBlockType$outboundSchema, PayloadBlockType$, ObservabilityPlus$inboundSchema, ObservabilityPlus$outboundSchema, ObservabilityPlus$, UserEventPayload65BlockReason$inboundSchema, UserEventPayload65BlockReason$outboundSchema, UserEventPayload65BlockReason$, UserEventPayloadDataCache$inboundSchema, UserEventPayloadDataCache$outboundSchema, UserEventPayloadDataCache$, UserEventPayload65NewOwnerBlockReason$inboundSchema, UserEventPayload65NewOwnerBlockReason$outboundSchema, UserEventPayload65NewOwnerBlockReason$, PayloadImageOptimizationTransformation$inboundSchema, PayloadImageOptimizationTransformation$outboundSchema, PayloadImageOptimizationTransformation$, UserEventPayload65NewOwnerFeatureBlocksBlockReason$inboundSchema, UserEventPayload65NewOwnerFeatureBlocksBlockReason$outboundSchema, UserEventPayload65NewOwnerFeatureBlocksBlockReason$, PayloadSourceImages$inboundSchema, PayloadSourceImages$outboundSchema, PayloadSourceImages$, UserEventPayload65NewOwnerFeatureBlocksBlobBlockReason$inboundSchema, UserEventPayload65NewOwnerFeatureBlocksBlobBlockReason$outboundSchema, UserEventPayload65NewOwnerFeatureBlocksBlobBlockReason$, OverageReason$inboundSchema, OverageReason$outboundSchema, OverageReason$, BlobT$inboundSchema, BlobT$outboundSchema, BlobT$, UserEventPayload65NewOwnerFeatureBlocksPostgresBlockReason$inboundSchema, UserEventPayload65NewOwnerFeatureBlocksPostgresBlockReason$outboundSchema, UserEventPayload65NewOwnerFeatureBlocksPostgresBlockReason$, PayloadOverageReason$inboundSchema, PayloadOverageReason$outboundSchema, PayloadOverageReason$, Postgres$inboundSchema, Postgres$outboundSchema, Postgres$, UserEventPayload65NewOwnerFeatureBlocksRedisBlockReason$inboundSchema, UserEventPayload65NewOwnerFeatureBlocksRedisBlockReason$outboundSchema, UserEventPayload65NewOwnerFeatureBlocksRedisBlockReason$, UserEventPayloadOverageReason$inboundSchema, UserEventPayloadOverageReason$outboundSchema, UserEventPayloadOverageReason$, Redis$inboundSchema, Redis$outboundSchema, Redis$, PayloadFeatureBlocks$inboundSchema, PayloadFeatureBlocks$outboundSchema, PayloadFeatureBlocks$, Version$inboundSchema, Version$outboundSchema, Version$, NorthstarMigration$inboundSchema, NorthstarMigration$outboundSchema, NorthstarMigration$, Totp$inboundSchema, Totp$outboundSchema, Totp$, MfaConfiguration$inboundSchema, MfaConfiguration$outboundSchema, MfaConfiguration$, NewOwner$inboundSchema, NewOwner$outboundSchema, NewOwner$, SixtyFive$inboundSchema, SixtyFive$outboundSchema, SixtyFive$, SixtyFour$inboundSchema, SixtyFour$outboundSchema, SixtyFour$, SixtyThree$inboundSchema, SixtyThree$outboundSchema, SixtyThree$, UserEventPayload62Action$inboundSchema, UserEventPayload62Action$outboundSchema, UserEventPayload62Action$, RuleGroups$inboundSchema, RuleGroups$outboundSchema, RuleGroups$, SixtyTwo$inboundSchema, SixtyTwo$outboundSchema, SixtyTwo$, UserEventPayloadAction$inboundSchema, UserEventPayloadAction$outboundSchema, UserEventPayloadAction$, SixtyOne$inboundSchema, SixtyOne$outboundSchema, SixtyOne$, Sixty$inboundSchema, Sixty$outboundSchema, Sixty$, ConfigChanges$inboundSchema, ConfigChanges$outboundSchema, ConfigChanges$, FiftyNine$inboundSchema, FiftyNine$outboundSchema, FiftyNine$, UserEventPayload58OldEnvVarType$inboundSchema, UserEventPayload58OldEnvVarType$outboundSchema, UserEventPayload58OldEnvVarType$, UserEventPayloadTarget$inboundSchema, UserEventPayloadTarget$outboundSchema, UserEventPayloadTarget$, OldEnvVar$inboundSchema, OldEnvVar$outboundSchema, OldEnvVar$, UserEventPayload58Type$inboundSchema, UserEventPayload58Type$outboundSchema, UserEventPayload58Type$, UserEventPayload58Target$inboundSchema, UserEventPayload58Target$outboundSchema, UserEventPayload58Target$, NewEnvVar$inboundSchema, NewEnvVar$outboundSchema, NewEnvVar$, OldTarget$inboundSchema, OldTarget$outboundSchema, OldTarget$, NewTarget$inboundSchema, NewTarget$outboundSchema, NewTarget$, OldProjects$inboundSchema, OldProjects$outboundSchema, OldProjects$, NewProjects$inboundSchema, NewProjects$outboundSchema, NewProjects$, UpdateDiff$inboundSchema, UpdateDiff$outboundSchema, UpdateDiff$, FiftyEight$inboundSchema, FiftyEight$outboundSchema, FiftyEight$, PayloadType$inboundSchema, PayloadType$outboundSchema, PayloadType$, PayloadTarget$inboundSchema, PayloadTarget$outboundSchema, PayloadTarget$, FiftySeven$inboundSchema, FiftySeven$outboundSchema, FiftySeven$, Target$inboundSchema, Target$outboundSchema, Target$, FiftySix$inboundSchema, FiftySix$outboundSchema, FiftySix$, FiftyFive$inboundSchema, FiftyFive$outboundSchema, FiftyFive$, FiftyFour$inboundSchema, FiftyFour$outboundSchema, FiftyFour$, FiftyThree$inboundSchema, FiftyThree$outboundSchema, FiftyThree$, FiftyTwo$inboundSchema, FiftyTwo$outboundSchema, FiftyTwo$, FiftyOne$inboundSchema, FiftyOne$outboundSchema, FiftyOne$, Fifty$inboundSchema, Fifty$outboundSchema, Fifty$, FortyNine$inboundSchema, FortyNine$outboundSchema, FortyNine$, FortyEight$inboundSchema, FortyEight$outboundSchema, FortyEight$, UserEventPayload47OldTeam$inboundSchema, UserEventPayload47OldTeam$outboundSchema, UserEventPayload47OldTeam$, UserEventPayload47NewTeam$inboundSchema, UserEventPayload47NewTeam$outboundSchema, UserEventPayload47NewTeam$, FortySeven$inboundSchema, FortySeven$outboundSchema, FortySeven$, FortySix$inboundSchema, FortySix$outboundSchema, FortySix$, FortyFive$inboundSchema, FortyFive$outboundSchema, FortyFive$, FortyFour$inboundSchema, FortyFour$outboundSchema, FortyFour$, FortyThree$inboundSchema, FortyThree$outboundSchema, FortyThree$, FortyTwo$inboundSchema, FortyTwo$outboundSchema, FortyTwo$, FortyOne$inboundSchema, FortyOne$outboundSchema, FortyOne$, UserEventPayloadDeployment$inboundSchema, UserEventPayloadDeployment$outboundSchema, UserEventPayloadDeployment$, Forty$inboundSchema, Forty$outboundSchema, Forty$, UserEventPayloadOldTeam$inboundSchema, UserEventPayloadOldTeam$outboundSchema, UserEventPayloadOldTeam$, UserEventPayloadNewTeam$inboundSchema, UserEventPayloadNewTeam$outboundSchema, UserEventPayloadNewTeam$, ThirtyNine$inboundSchema, ThirtyNine$outboundSchema, ThirtyNine$, PayloadDeployment$inboundSchema, PayloadDeployment$outboundSchema, PayloadDeployment$, ThirtyEight$inboundSchema, ThirtyEight$outboundSchema, ThirtyEight$, UserEventPayload37Project$inboundSchema, UserEventPayload37Project$outboundSchema, UserEventPayload37Project$, DeployHook$inboundSchema, DeployHook$outboundSchema, DeployHook$, Job$inboundSchema, Job$outboundSchema, Job$, ThirtySeven$inboundSchema, ThirtySeven$outboundSchema, ThirtySeven$, ThirtySix$inboundSchema, ThirtySix$outboundSchema, ThirtySix$, ThirtyFive$inboundSchema, ThirtyFive$outboundSchema, ThirtyFive$, ThirtyFour$inboundSchema, ThirtyFour$outboundSchema, ThirtyFour$, UserEventPayload33Team$inboundSchema, UserEventPayload33Team$outboundSchema, UserEventPayload33Team$, UserEventPayload33Configuration$inboundSchema, UserEventPayload33Configuration$outboundSchema, UserEventPayload33Configuration$, ThirtyThree$inboundSchema, ThirtyThree$outboundSchema, ThirtyThree$, UserEventPayloadTeam$inboundSchema, UserEventPayloadTeam$outboundSchema, UserEventPayloadTeam$, UserEventPayloadConfiguration$inboundSchema, UserEventPayloadConfiguration$outboundSchema, UserEventPayloadConfiguration$, UserEventPayload32Project$inboundSchema, UserEventPayload32Project$outboundSchema, UserEventPayload32Project$, ThirtyTwo$inboundSchema, ThirtyTwo$outboundSchema, ThirtyTwo$, PayloadTeam$inboundSchema, PayloadTeam$outboundSchema, PayloadTeam$, PayloadConfiguration$inboundSchema, PayloadConfiguration$outboundSchema, PayloadConfiguration$, UserEventPayloadProject$inboundSchema, UserEventPayloadProject$outboundSchema, UserEventPayloadProject$, ThirtyOne$inboundSchema, ThirtyOne$outboundSchema, ThirtyOne$, UserEventPayload30Team$inboundSchema, UserEventPayload30Team$outboundSchema, UserEventPayload30Team$, Configuration$inboundSchema, Configuration$outboundSchema, Configuration$, PayloadProject$inboundSchema, PayloadProject$outboundSchema, PayloadProject$, Thirty$inboundSchema, Thirty$outboundSchema, Thirty$, TwentyNine$inboundSchema, TwentyNine$outboundSchema, TwentyNine$, TwentyEight$inboundSchema, TwentyEight$outboundSchema, TwentyEight$, TwentySeven$inboundSchema, TwentySeven$outboundSchema, TwentySeven$, TwentySix$inboundSchema, TwentySix$outboundSchema, TwentySix$, TwentyFive$inboundSchema, TwentyFive$outboundSchema, TwentyFive$, TwentyFour$inboundSchema, TwentyFour$outboundSchema, TwentyFour$, TwentyThree$inboundSchema, TwentyThree$outboundSchema, TwentyThree$, PayloadOldTeam$inboundSchema, PayloadOldTeam$outboundSchema, PayloadOldTeam$, PayloadNewTeam$inboundSchema, PayloadNewTeam$outboundSchema, PayloadNewTeam$, TwentyTwo$inboundSchema, TwentyTwo$outboundSchema, TwentyTwo$, TwentyOne$inboundSchema, TwentyOne$outboundSchema, TwentyOne$, Twenty$inboundSchema, Twenty$outboundSchema, Twenty$, Nineteen$inboundSchema, Nineteen$outboundSchema, Nineteen$, Eighteen$inboundSchema, Eighteen$outboundSchema, Eighteen$, Seventeen$inboundSchema, Seventeen$outboundSchema, Seventeen$, Sixteen$inboundSchema, Sixteen$outboundSchema, Sixteen$, OldTeam$inboundSchema, OldTeam$outboundSchema, OldTeam$, NewTeam$inboundSchema, NewTeam$outboundSchema, NewTeam$, Fifteen$inboundSchema, Fifteen$outboundSchema, Fifteen$, Fourteen$inboundSchema, Fourteen$outboundSchema, Fourteen$, Thirteen$inboundSchema, Thirteen$outboundSchema, Thirteen$, PayloadAction$inboundSchema, PayloadAction$outboundSchema, PayloadAction$, Twelve$inboundSchema, Twelve$outboundSchema, Twelve$, Eleven$inboundSchema, Eleven$outboundSchema, Eleven$, Ten$inboundSchema, Ten$outboundSchema, Ten$, Nine$inboundSchema, Nine$outboundSchema, Nine$, Eight$inboundSchema, Eight$outboundSchema, Eight$, Deployment$inboundSchema, Deployment$outboundSchema, Deployment$, Seven$inboundSchema, Seven$outboundSchema, Seven$, UserEventPayload6AccessGroup$inboundSchema, UserEventPayload6AccessGroup$outboundSchema, UserEventPayload6AccessGroup$, Project$inboundSchema, Project$outboundSchema, Project$, NextRole$inboundSchema, NextRole$outboundSchema, NextRole$, PreviousRole$inboundSchema, PreviousRole$outboundSchema, PreviousRole$, Six$inboundSchema, Six$outboundSchema, Six$, UserEventPayloadAccessGroup$inboundSchema, UserEventPayloadAccessGroup$outboundSchema, UserEventPayloadAccessGroup$, PayloadUser$inboundSchema, PayloadUser$outboundSchema, PayloadUser$, Five$inboundSchema, Five$outboundSchema, Five$, PayloadAccessGroup$inboundSchema, PayloadAccessGroup$outboundSchema, PayloadAccessGroup$, Four$inboundSchema, Four$outboundSchema, Four$, AccessGroup$inboundSchema, AccessGroup$outboundSchema, AccessGroup$, Three$inboundSchema, Three$outboundSchema, Three$, Action$inboundSchema, Action$outboundSchema, Action$, Payload2$inboundSchema, Payload2$outboundSchema, Payload2$, Payload1$inboundSchema, Payload1$outboundSchema, Payload1$, Payload$inboundSchema, Payload$outboundSchema, Payload$, UserEvent$inboundSchema, UserEvent$outboundSchema, UserEvent$;
120941
+ var UserEventType, UserEventPrincipalType, PrincipalType, UserEventViaType, ViaType, GrantType, AuthMethod, Method, Tier, UserEventPayload148Action, UserEventPayload142Role, UserEventPayload141Role, PayloadPreviousRole, UserEventPayloadRole, PayloadRole, StoreType, UserEventPayloadType, UserEventPayload107Type, PayloadPricingPlan, UserEventPayload106Type, PricingPlan, UserEventPayload105Type, UserEventPayloadPricingPlan, PayloadReasonCode, ReasonCode, EnvId2, UserEventEnvId2, UserEventPayload86Action, TrustedIps, OldTrustedIps, PasswordProtection2, PasswordProtectionDeploymentType, OldPasswordProtection2, OldPasswordProtectionDeploymentType, SsoProtection2, DeploymentType, OldSsoProtection2, OldSsoProtectionDeploymentType, UserEventPayload77Role, PayloadOrigin, PayloadName, UserEventPayloadName, UserEventPayload65Action, Plan, UserEventCredentialsType, CredentialsType, PayloadImportFlowGitProvider, PayloadPurchaseType, PayloadViewPreference, PayloadFavoritesViewPreference, PayloadRecentsViewPreference, UserEventPayload65Name, PayloadReason, PayloadBlockedDueToOverageType, UserEventPayload65Role, PayloadTeamRoles, PayloadTeamPermissions, UserEventPayloadOrigin, UserEventPayload65Type, PayloadEnablePreviewFeedback, BlockReason, PayloadBlockReason, BlockType, UserEventPayloadBlockReason, PayloadBlockType, UserEventPayload65BlockReason, UserEventPayload65NewOwnerBlockReason, UserEventPayload65NewOwnerFeatureBlocksBlockReason, UserEventPayload65NewOwnerFeatureBlocksBlobBlockReason, OverageReason, UserEventPayload65NewOwnerFeatureBlocksPostgresBlockReason, PayloadOverageReason, UserEventPayload65NewOwnerFeatureBlocksRedisBlockReason, UserEventPayloadOverageReason, UserEventPayload65NewOwnerFeatureBlocksMicrofrontendsRequestBlockReason, Version, UserEventPayload62Action, UserEventPayloadAction, UserEventPayload58OldEnvVarType, UserEventPayloadTarget, UserEventPayload58Type, UserEventPayload58Target, OldTarget, NewTarget, PayloadType, PayloadTarget, PayloadAction, NextRole, PreviousRole, Action, UserEventType$inboundSchema, UserEventType$outboundSchema, UserEventType$, Entities$inboundSchema, Entities$outboundSchema, Entities$, User$inboundSchema, User$outboundSchema, User$, UserEventPrincipalType$inboundSchema, UserEventPrincipalType$outboundSchema, UserEventPrincipalType$, Two$inboundSchema, Two$outboundSchema, Two$, PrincipalType$inboundSchema, PrincipalType$outboundSchema, PrincipalType$, One$inboundSchema, One$outboundSchema, One$, Principal$inboundSchema, Principal$outboundSchema, Principal$, UserEventViaType$inboundSchema, UserEventViaType$outboundSchema, UserEventViaType$, Via2$inboundSchema, Via2$outboundSchema, Via2$, ViaType$inboundSchema, ViaType$outboundSchema, ViaType$, Via1$inboundSchema, Via1$outboundSchema, Via1$, Via$inboundSchema, Via$outboundSchema, Via$, GrantType$inboundSchema, GrantType$outboundSchema, GrantType$, AuthMethod$inboundSchema, AuthMethod$outboundSchema, AuthMethod$, Method$inboundSchema, Method$outboundSchema, Method$, ClientAuthenticationUsed$inboundSchema, ClientAuthenticationUsed$outboundSchema, ClientAuthenticationUsed$, App$inboundSchema, App$outboundSchema, App$, OneHundredAndSixtyFive$inboundSchema, OneHundredAndSixtyFive$outboundSchema, OneHundredAndSixtyFive$, UserEventPayload164Team$inboundSchema, UserEventPayload164Team$outboundSchema, UserEventPayload164Team$, UserEventPayload164Configuration$inboundSchema, UserEventPayload164Configuration$outboundSchema, UserEventPayload164Configuration$, UserEventPayloadPeering$inboundSchema, UserEventPayloadPeering$outboundSchema, UserEventPayloadPeering$, OneHundredAndSixtyFour$inboundSchema, OneHundredAndSixtyFour$outboundSchema, OneHundredAndSixtyFour$, UserEventPayload163Team$inboundSchema, UserEventPayload163Team$outboundSchema, UserEventPayload163Team$, UserEventPayload163Configuration$inboundSchema, UserEventPayload163Configuration$outboundSchema, UserEventPayload163Configuration$, PayloadPeering$inboundSchema, PayloadPeering$outboundSchema, PayloadPeering$, OneHundredAndSixtyThree$inboundSchema, OneHundredAndSixtyThree$outboundSchema, OneHundredAndSixtyThree$, UserEventPayload162Team$inboundSchema, UserEventPayload162Team$outboundSchema, UserEventPayload162Team$, UserEventPayload162Configuration$inboundSchema, UserEventPayload162Configuration$outboundSchema, UserEventPayload162Configuration$, Peering$inboundSchema, Peering$outboundSchema, Peering$, OneHundredAndSixtyTwo$inboundSchema, OneHundredAndSixtyTwo$outboundSchema, OneHundredAndSixtyTwo$, OneHundredAndSixtyOne$inboundSchema, OneHundredAndSixtyOne$outboundSchema, OneHundredAndSixtyOne$, OneHundredAndSixty$inboundSchema, OneHundredAndSixty$outboundSchema, OneHundredAndSixty$, OneHundredAndFiftyNine$inboundSchema, OneHundredAndFiftyNine$outboundSchema, OneHundredAndFiftyNine$, OneHundredAndFiftyEight$inboundSchema, OneHundredAndFiftyEight$outboundSchema, OneHundredAndFiftyEight$, OneHundredAndFiftySeven$inboundSchema, OneHundredAndFiftySeven$outboundSchema, OneHundredAndFiftySeven$, OneHundredAndFiftySix$inboundSchema, OneHundredAndFiftySix$outboundSchema, OneHundredAndFiftySix$, OneHundredAndFiftyFive$inboundSchema, OneHundredAndFiftyFive$outboundSchema, OneHundredAndFiftyFive$, Tier$inboundSchema, Tier$outboundSchema, Tier$, OneHundredAndFiftyFour$inboundSchema, OneHundredAndFiftyFour$outboundSchema, OneHundredAndFiftyFour$, ProjectWebAnalytics$inboundSchema, ProjectWebAnalytics$outboundSchema, ProjectWebAnalytics$, PrevProjectWebAnalytics$inboundSchema, PrevProjectWebAnalytics$outboundSchema, PrevProjectWebAnalytics$, OneHundredAndFiftyThree$inboundSchema, OneHundredAndFiftyThree$outboundSchema, OneHundredAndFiftyThree$, Microfrontends2$inboundSchema, Microfrontends2$outboundSchema, Microfrontends2$, Microfrontends1$inboundSchema, Microfrontends1$outboundSchema, Microfrontends1$, Microfrontends$inboundSchema, Microfrontends$outboundSchema, Microfrontends$, UserEventPayload152Project$inboundSchema, UserEventPayload152Project$outboundSchema, UserEventPayload152Project$, UserEventMicrofrontends2$inboundSchema, UserEventMicrofrontends2$outboundSchema, UserEventMicrofrontends2$, UserEventMicrofrontends1$inboundSchema, UserEventMicrofrontends1$outboundSchema, UserEventMicrofrontends1$, PayloadMicrofrontends$inboundSchema, PayloadMicrofrontends$outboundSchema, PayloadMicrofrontends$, UserEventPayload152PrevProject$inboundSchema, UserEventPayload152PrevProject$outboundSchema, UserEventPayload152PrevProject$, PayloadPrev$inboundSchema, PayloadPrev$outboundSchema, PayloadPrev$, PayloadGroup$inboundSchema, PayloadGroup$outboundSchema, PayloadGroup$, OneHundredAndFiftyTwo$inboundSchema, OneHundredAndFiftyTwo$outboundSchema, OneHundredAndFiftyTwo$, UserEventPayload151Project$inboundSchema, UserEventPayload151Project$outboundSchema, UserEventPayload151Project$, Group$inboundSchema, Group$outboundSchema, Group$, OneHundredAndFiftyOne$inboundSchema, OneHundredAndFiftyOne$outboundSchema, OneHundredAndFiftyOne$, Prev$inboundSchema, Prev$outboundSchema, Prev$, OneHundredAndFifty$inboundSchema, OneHundredAndFifty$outboundSchema, OneHundredAndFifty$, OneHundredAndFortyNine$inboundSchema, OneHundredAndFortyNine$outboundSchema, OneHundredAndFortyNine$, UserEventPayload148Action$inboundSchema, UserEventPayload148Action$outboundSchema, UserEventPayload148Action$, OneHundredAndFortyEight$inboundSchema, OneHundredAndFortyEight$outboundSchema, OneHundredAndFortyEight$, OneHundredAndFortySeven$inboundSchema, OneHundredAndFortySeven$outboundSchema, OneHundredAndFortySeven$, OneHundredAndFortySix$inboundSchema, OneHundredAndFortySix$outboundSchema, OneHundredAndFortySix$, OneHundredAndFortyFive$inboundSchema, OneHundredAndFortyFive$outboundSchema, OneHundredAndFortyFive$, OneHundredAndFortyFour$inboundSchema, OneHundredAndFortyFour$outboundSchema, OneHundredAndFortyFour$, OneHundredAndFortyThree$inboundSchema, OneHundredAndFortyThree$outboundSchema, OneHundredAndFortyThree$, UserEventPayload142Role$inboundSchema, UserEventPayload142Role$outboundSchema, UserEventPayload142Role$, UserEventPayload142Project$inboundSchema, UserEventPayload142Project$outboundSchema, UserEventPayload142Project$, OneHundredAndFortyTwo$inboundSchema, OneHundredAndFortyTwo$outboundSchema, OneHundredAndFortyTwo$, UserEventPayload141Project$inboundSchema, UserEventPayload141Project$outboundSchema, UserEventPayload141Project$, UserEventPayload141Role$inboundSchema, UserEventPayload141Role$outboundSchema, UserEventPayload141Role$, PayloadPreviousRole$inboundSchema, PayloadPreviousRole$outboundSchema, PayloadPreviousRole$, PayloadProjectMembership$inboundSchema, PayloadProjectMembership$outboundSchema, PayloadProjectMembership$, OneHundredAndFortyOne$inboundSchema, OneHundredAndFortyOne$outboundSchema, OneHundredAndFortyOne$, UserEventPayload140Project$inboundSchema, UserEventPayload140Project$outboundSchema, UserEventPayload140Project$, UserEventPayloadRole$inboundSchema, UserEventPayloadRole$outboundSchema, UserEventPayloadRole$, RemovedMembership$inboundSchema, RemovedMembership$outboundSchema, RemovedMembership$, OneHundredAndForty$inboundSchema, OneHundredAndForty$outboundSchema, OneHundredAndForty$, UserEventPayload139Project$inboundSchema, UserEventPayload139Project$outboundSchema, UserEventPayload139Project$, PayloadRole$inboundSchema, PayloadRole$outboundSchema, PayloadRole$, ProjectMembership$inboundSchema, ProjectMembership$outboundSchema, ProjectMembership$, OneHundredAndThirtyNine$inboundSchema, OneHundredAndThirtyNine$outboundSchema, OneHundredAndThirtyNine$, OneHundredAndThirtyEight$inboundSchema, OneHundredAndThirtyEight$outboundSchema, OneHundredAndThirtyEight$, OneHundredAndThirtySeven$inboundSchema, OneHundredAndThirtySeven$outboundSchema, OneHundredAndThirtySeven$, OneHundredAndThirtySix$inboundSchema, OneHundredAndThirtySix$outboundSchema, OneHundredAndThirtySix$, OneHundredAndThirtyFive$inboundSchema, OneHundredAndThirtyFive$outboundSchema, OneHundredAndThirtyFive$, OneHundredAndThirtyFour$inboundSchema, OneHundredAndThirtyFour$outboundSchema, OneHundredAndThirtyFour$, OneHundredAndThirtyThree$inboundSchema, OneHundredAndThirtyThree$outboundSchema, OneHundredAndThirtyThree$, OneHundredAndThirtyTwo$inboundSchema, OneHundredAndThirtyTwo$outboundSchema, OneHundredAndThirtyTwo$, OneHundredAndThirtyOne$inboundSchema, OneHundredAndThirtyOne$outboundSchema, OneHundredAndThirtyOne$, OneHundredAndThirty$inboundSchema, OneHundredAndThirty$outboundSchema, OneHundredAndThirty$, OneHundredAndTwentyNine$inboundSchema, OneHundredAndTwentyNine$outboundSchema, OneHundredAndTwentyNine$, OneHundredAndTwentyEight$inboundSchema, OneHundredAndTwentyEight$outboundSchema, OneHundredAndTwentyEight$, OneHundredAndTwentySeven$inboundSchema, OneHundredAndTwentySeven$outboundSchema, OneHundredAndTwentySeven$, OneHundredAndTwentySix$inboundSchema, OneHundredAndTwentySix$outboundSchema, OneHundredAndTwentySix$, OneHundredAndTwentyFive$inboundSchema, OneHundredAndTwentyFive$outboundSchema, OneHundredAndTwentyFive$, PayloadPrevious$inboundSchema, PayloadPrevious$outboundSchema, PayloadPrevious$, PayloadNext$inboundSchema, PayloadNext$outboundSchema, PayloadNext$, OneHundredAndTwentyFour$inboundSchema, OneHundredAndTwentyFour$outboundSchema, OneHundredAndTwentyFour$, PayloadRemoteCaching$inboundSchema, PayloadRemoteCaching$outboundSchema, PayloadRemoteCaching$, OneHundredAndTwentyThree$inboundSchema, OneHundredAndTwentyThree$outboundSchema, OneHundredAndTwentyThree$, OneHundredAndTwentyTwo$inboundSchema, OneHundredAndTwentyTwo$outboundSchema, OneHundredAndTwentyTwo$, OneHundredAndTwentyOne$inboundSchema, OneHundredAndTwentyOne$outboundSchema, OneHundredAndTwentyOne$, OneHundredAndTwenty$inboundSchema, OneHundredAndTwenty$outboundSchema, OneHundredAndTwenty$, UserEventPayload119User$inboundSchema, UserEventPayload119User$outboundSchema, UserEventPayload119User$, OneHundredAndNineteen$inboundSchema, OneHundredAndNineteen$outboundSchema, OneHundredAndNineteen$, UserEventPayloadUser$inboundSchema, UserEventPayloadUser$outboundSchema, UserEventPayloadUser$, OneHundredAndEighteen$inboundSchema, OneHundredAndEighteen$outboundSchema, OneHundredAndEighteen$, UpdatedUser$inboundSchema, UpdatedUser$outboundSchema, UpdatedUser$, OneHundredAndSeventeen$inboundSchema, OneHundredAndSeventeen$outboundSchema, OneHundredAndSeventeen$, OneHundredAndSixteen$inboundSchema, OneHundredAndSixteen$outboundSchema, OneHundredAndSixteen$, DeletedUser$inboundSchema, DeletedUser$outboundSchema, DeletedUser$, OneHundredAndFifteen$inboundSchema, OneHundredAndFifteen$outboundSchema, OneHundredAndFifteen$, InvitedUser$inboundSchema, InvitedUser$outboundSchema, InvitedUser$, OneHundredAndFourteen$inboundSchema, OneHundredAndFourteen$outboundSchema, OneHundredAndFourteen$, Reasons$inboundSchema, Reasons$outboundSchema, Reasons$, OneHundredAndThirteen$inboundSchema, OneHundredAndThirteen$outboundSchema, OneHundredAndThirteen$, OneHundredAndTwelve$inboundSchema, OneHundredAndTwelve$outboundSchema, OneHundredAndTwelve$, Store$inboundSchema, Store$outboundSchema, Store$, OneHundredAndEleven$inboundSchema, OneHundredAndEleven$outboundSchema, OneHundredAndEleven$, StoreType$inboundSchema, StoreType$outboundSchema, StoreType$, OneHundredAndTen$inboundSchema, OneHundredAndTen$outboundSchema, OneHundredAndTen$, UserEventPayloadType$inboundSchema, UserEventPayloadType$outboundSchema, UserEventPayloadType$, OneHundredAndNine$inboundSchema, OneHundredAndNine$outboundSchema, OneHundredAndNine$, OneHundredAndEight$inboundSchema, OneHundredAndEight$outboundSchema, OneHundredAndEight$, UserEventPayload107Type$inboundSchema, UserEventPayload107Type$outboundSchema, UserEventPayload107Type$, PayloadPricingPlan$inboundSchema, PayloadPricingPlan$outboundSchema, PayloadPricingPlan$, UserEventPayloadBudget$inboundSchema, UserEventPayloadBudget$outboundSchema, UserEventPayloadBudget$, OneHundredAndSeven$inboundSchema, OneHundredAndSeven$outboundSchema, OneHundredAndSeven$, UserEventPayload106Type$inboundSchema, UserEventPayload106Type$outboundSchema, UserEventPayload106Type$, PricingPlan$inboundSchema, PricingPlan$outboundSchema, PricingPlan$, PayloadBudget$inboundSchema, PayloadBudget$outboundSchema, PayloadBudget$, OneHundredAndSix$inboundSchema, OneHundredAndSix$outboundSchema, OneHundredAndSix$, UserEventPayload105Type$inboundSchema, UserEventPayload105Type$outboundSchema, UserEventPayload105Type$, UserEventPayloadPricingPlan$inboundSchema, UserEventPayloadPricingPlan$outboundSchema, UserEventPayloadPricingPlan$, BudgetItem$inboundSchema, BudgetItem$outboundSchema, BudgetItem$, Budget$inboundSchema, Budget$outboundSchema, Budget$, OneHundredAndFive$inboundSchema, OneHundredAndFive$outboundSchema, OneHundredAndFive$, ScalingRules$inboundSchema, ScalingRules$outboundSchema, ScalingRules$, OneHundredAndFour$inboundSchema, OneHundredAndFour$outboundSchema, OneHundredAndFour$, OneHundredAndThree$inboundSchema, OneHundredAndThree$outboundSchema, OneHundredAndThree$, OneHundredAndTwo$inboundSchema, OneHundredAndTwo$outboundSchema, OneHundredAndTwo$, Name2$inboundSchema, Name2$outboundSchema, Name2$, Name$inboundSchema, Name$outboundSchema, Name$, OneHundredAndOne$inboundSchema, OneHundredAndOne$outboundSchema, OneHundredAndOne$, UserEventPayload100Team$inboundSchema, UserEventPayload100Team$outboundSchema, UserEventPayload100Team$, PayloadPreviousRule$inboundSchema, PayloadPreviousRule$outboundSchema, PayloadPreviousRule$, OneHundred$inboundSchema, OneHundred$outboundSchema, OneHundred$, UserEventPayload99Team$inboundSchema, UserEventPayload99Team$outboundSchema, UserEventPayload99Team$, PreviousRule$inboundSchema, PreviousRule$outboundSchema, PreviousRule$, NextRule$inboundSchema, NextRule$outboundSchema, NextRule$, NinetyNine$inboundSchema, NinetyNine$outboundSchema, NinetyNine$, NinetyEight$inboundSchema, NinetyEight$outboundSchema, NinetyEight$, NinetySeven$inboundSchema, NinetySeven$outboundSchema, NinetySeven$, NinetySix$inboundSchema, NinetySix$outboundSchema, NinetySix$, NinetyFive$inboundSchema, NinetyFive$outboundSchema, NinetyFive$, NinetyFour$inboundSchema, NinetyFour$outboundSchema, NinetyFour$, NinetyThree$inboundSchema, NinetyThree$outboundSchema, NinetyThree$, StaticIps$inboundSchema, StaticIps$outboundSchema, StaticIps$, UserEventPayload92Project$inboundSchema, UserEventPayload92Project$outboundSchema, UserEventPayload92Project$, Next$inboundSchema, Next$outboundSchema, Next$, PayloadStaticIps$inboundSchema, PayloadStaticIps$outboundSchema, PayloadStaticIps$, UserEventPayload92PreviousProject$inboundSchema, UserEventPayload92PreviousProject$outboundSchema, UserEventPayload92PreviousProject$, Previous$inboundSchema, Previous$outboundSchema, Previous$, NinetyTwo$inboundSchema, NinetyTwo$outboundSchema, NinetyTwo$, NinetyOne$inboundSchema, NinetyOne$outboundSchema, NinetyOne$, PayloadReasonCode$inboundSchema, PayloadReasonCode$outboundSchema, PayloadReasonCode$, Ninety$inboundSchema, Ninety$outboundSchema, Ninety$, ReasonCode$inboundSchema, ReasonCode$outboundSchema, ReasonCode$, EightyNine$inboundSchema, EightyNine$outboundSchema, EightyNine$, UserEventPayload88Team$inboundSchema, UserEventPayload88Team$outboundSchema, UserEventPayload88Team$, EnvId2$inboundSchema, EnvId2$outboundSchema, EnvId2$, EnvId$inboundSchema, EnvId$outboundSchema, EnvId$, Aws$inboundSchema, Aws$outboundSchema, Aws$, OldConnectConfigurations$inboundSchema, OldConnectConfigurations$outboundSchema, OldConnectConfigurations$, UserEventEnvId2$inboundSchema, UserEventEnvId2$outboundSchema, UserEventEnvId2$, PayloadEnvId$inboundSchema, PayloadEnvId$outboundSchema, PayloadEnvId$, PayloadAws$inboundSchema, PayloadAws$outboundSchema, PayloadAws$, NewConnectConfigurations$inboundSchema, NewConnectConfigurations$outboundSchema, NewConnectConfigurations$, UserEventPayload88Project$inboundSchema, UserEventPayload88Project$outboundSchema, UserEventPayload88Project$, EightyEight$inboundSchema, EightyEight$outboundSchema, EightyEight$, EightySeven$inboundSchema, EightySeven$outboundSchema, EightySeven$, UserEventPayload86Action$inboundSchema, UserEventPayload86Action$outboundSchema, UserEventPayload86Action$, EightySix$inboundSchema, EightySix$outboundSchema, EightySix$, Paths$inboundSchema, Paths$outboundSchema, Paths$, OptionsAllowlist$inboundSchema, OptionsAllowlist$outboundSchema, OptionsAllowlist$, PayloadPaths$inboundSchema, PayloadPaths$outboundSchema, PayloadPaths$, OldOptionsAllowlist$inboundSchema, OldOptionsAllowlist$outboundSchema, OldOptionsAllowlist$, EightyFive$inboundSchema, EightyFive$outboundSchema, EightyFive$, TrustedIps$inboundSchema, TrustedIps$outboundSchema, TrustedIps$, OldTrustedIps$inboundSchema, OldTrustedIps$outboundSchema, OldTrustedIps$, EightyFour$inboundSchema, EightyFour$outboundSchema, EightyFour$, PasswordProtection2$inboundSchema, PasswordProtection2$outboundSchema, PasswordProtection2$, PasswordProtectionDeploymentType$inboundSchema, PasswordProtectionDeploymentType$outboundSchema, PasswordProtectionDeploymentType$, PasswordProtection1$inboundSchema, PasswordProtection1$outboundSchema, PasswordProtection1$, PayloadPasswordProtection$inboundSchema, PayloadPasswordProtection$outboundSchema, PayloadPasswordProtection$, OldPasswordProtection2$inboundSchema, OldPasswordProtection2$outboundSchema, OldPasswordProtection2$, OldPasswordProtectionDeploymentType$inboundSchema, OldPasswordProtectionDeploymentType$outboundSchema, OldPasswordProtectionDeploymentType$, OldPasswordProtection1$inboundSchema, OldPasswordProtection1$outboundSchema, OldPasswordProtection1$, OldPasswordProtection$inboundSchema, OldPasswordProtection$outboundSchema, OldPasswordProtection$, EightyThree$inboundSchema, EightyThree$outboundSchema, EightyThree$, SsoProtection2$inboundSchema, SsoProtection2$outboundSchema, SsoProtection2$, DeploymentType$inboundSchema, DeploymentType$outboundSchema, DeploymentType$, SsoProtection1$inboundSchema, SsoProtection1$outboundSchema, SsoProtection1$, PayloadSsoProtection$inboundSchema, PayloadSsoProtection$outboundSchema, PayloadSsoProtection$, OldSsoProtection2$inboundSchema, OldSsoProtection2$outboundSchema, OldSsoProtection2$, OldSsoProtectionDeploymentType$inboundSchema, OldSsoProtectionDeploymentType$outboundSchema, OldSsoProtectionDeploymentType$, OldSsoProtection1$inboundSchema, OldSsoProtection1$outboundSchema, OldSsoProtection1$, OldSsoProtection$inboundSchema, OldSsoProtection$outboundSchema, OldSsoProtection$, EightyTwo$inboundSchema, EightyTwo$outboundSchema, EightyTwo$, EightyOne$inboundSchema, EightyOne$outboundSchema, EightyOne$, Eighty$inboundSchema, Eighty$outboundSchema, Eighty$, ProjectAnalytics$inboundSchema, ProjectAnalytics$outboundSchema, ProjectAnalytics$, PrevProjectAnalytics$inboundSchema, PrevProjectAnalytics$outboundSchema, PrevProjectAnalytics$, SeventyNine$inboundSchema, SeventyNine$outboundSchema, SeventyNine$, SeventyEight$inboundSchema, SeventyEight$outboundSchema, SeventyEight$, UserEventPayload77Role$inboundSchema, UserEventPayload77Role$outboundSchema, UserEventPayload77Role$, PayloadOrigin$inboundSchema, PayloadOrigin$outboundSchema, PayloadOrigin$, PayloadGitUserId$inboundSchema, PayloadGitUserId$outboundSchema, PayloadGitUserId$, PayloadJoinedFrom$inboundSchema, PayloadJoinedFrom$outboundSchema, PayloadJoinedFrom$, RemovedUsers$inboundSchema, RemovedUsers$outboundSchema, RemovedUsers$, SeventySeven$inboundSchema, SeventySeven$outboundSchema, SeventySeven$, SeventySix$inboundSchema, SeventySix$outboundSchema, SeventySix$, SeventyFive$inboundSchema, SeventyFive$outboundSchema, SeventyFive$, SeventyFour$inboundSchema, SeventyFour$outboundSchema, SeventyFour$, SeventyThree$inboundSchema, SeventyThree$outboundSchema, SeventyThree$, SeventyTwo$inboundSchema, SeventyTwo$outboundSchema, SeventyTwo$, PayloadName$inboundSchema, PayloadName$outboundSchema, PayloadName$, Browser$inboundSchema, Browser$outboundSchema, Browser$, UserEventPayloadName$inboundSchema, UserEventPayloadName$outboundSchema, UserEventPayloadName$, Os$inboundSchema, Os$outboundSchema, Os$, UserAgent$inboundSchema, UserAgent$outboundSchema, UserAgent$, Names$inboundSchema, Names$outboundSchema, Names$, City$inboundSchema, City$outboundSchema, City$, PayloadNames$inboundSchema, PayloadNames$outboundSchema, PayloadNames$, Country$inboundSchema, Country$outboundSchema, Country$, UserEventPayloadNames$inboundSchema, UserEventPayloadNames$outboundSchema, UserEventPayloadNames$, MostSpecificSubdivision$inboundSchema, MostSpecificSubdivision$outboundSchema, MostSpecificSubdivision$, Geolocation$inboundSchema, Geolocation$outboundSchema, Geolocation$, SeventyOne$inboundSchema, SeventyOne$outboundSchema, SeventyOne$, Seventy$inboundSchema, Seventy$outboundSchema, Seventy$, SixtyNine$inboundSchema, SixtyNine$outboundSchema, SixtyNine$, SixtyEight$inboundSchema, SixtyEight$outboundSchema, SixtyEight$, SixtySeven$inboundSchema, SixtySeven$outboundSchema, SixtySeven$, Configurations$inboundSchema, Configurations$outboundSchema, Configurations$, SixtySix$inboundSchema, SixtySix$outboundSchema, SixtySix$, UserEventPayload65Action$inboundSchema, UserEventPayload65Action$outboundSchema, UserEventPayload65Action$, BlockHistory$inboundSchema, BlockHistory$outboundSchema, BlockHistory$, History$inboundSchema, History$outboundSchema, History$, Abuse$inboundSchema, Abuse$outboundSchema, Abuse$, Plan$inboundSchema, Plan$outboundSchema, Plan$, PayloadBilling$inboundSchema, PayloadBilling$outboundSchema, PayloadBilling$, UserEventCredentialsType$inboundSchema, UserEventCredentialsType$outboundSchema, UserEventCredentialsType$, Credentials2$inboundSchema, Credentials2$outboundSchema, Credentials2$, CredentialsType$inboundSchema, CredentialsType$outboundSchema, CredentialsType$, Credentials1$inboundSchema, Credentials1$outboundSchema, Credentials1$, Credentials$inboundSchema, Credentials$outboundSchema, Credentials$, PayloadDataCache$inboundSchema, PayloadDataCache$outboundSchema, PayloadDataCache$, PayloadDismissals$inboundSchema, PayloadDismissals$outboundSchema, PayloadDismissals$, PayloadDismissedToasts$inboundSchema, PayloadDismissedToasts$outboundSchema, PayloadDismissedToasts$, PayloadFavoriteProjectsAndSpaces$inboundSchema, PayloadFavoriteProjectsAndSpaces$outboundSchema, PayloadFavoriteProjectsAndSpaces$, PayloadImportFlowGitNamespace$inboundSchema, PayloadImportFlowGitNamespace$outboundSchema, PayloadImportFlowGitNamespace$, PayloadImportFlowGitNamespaceId$inboundSchema, PayloadImportFlowGitNamespaceId$outboundSchema, PayloadImportFlowGitNamespaceId$, PayloadImportFlowGitProvider$inboundSchema, PayloadImportFlowGitProvider$outboundSchema, PayloadImportFlowGitProvider$, PayloadGitNamespaceId$inboundSchema, PayloadGitNamespaceId$outboundSchema, PayloadGitNamespaceId$, PayloadPreferredScopesAndGitNamespaces$inboundSchema, PayloadPreferredScopesAndGitNamespaces$outboundSchema, PayloadPreferredScopesAndGitNamespaces$, PreventAutoBlocking$inboundSchema, PreventAutoBlocking$outboundSchema, PreventAutoBlocking$, UserEventPayloadRemoteCaching$inboundSchema, UserEventPayloadRemoteCaching$outboundSchema, UserEventPayloadRemoteCaching$, PayloadBuildEntitlements$inboundSchema, PayloadBuildEntitlements$outboundSchema, PayloadBuildEntitlements$, PayloadPurchaseType$inboundSchema, PayloadPurchaseType$outboundSchema, PayloadPurchaseType$, PayloadBuildMachine$inboundSchema, PayloadBuildMachine$outboundSchema, PayloadBuildMachine$, PayloadSecurity$inboundSchema, PayloadSecurity$outboundSchema, PayloadSecurity$, PayloadResourceConfig$inboundSchema, PayloadResourceConfig$outboundSchema, PayloadResourceConfig$, ResourceLimits$inboundSchema, ResourceLimits$outboundSchema, ResourceLimits$, PayloadViewPreference$inboundSchema, PayloadViewPreference$outboundSchema, PayloadViewPreference$, PayloadFavoritesViewPreference$inboundSchema, PayloadFavoritesViewPreference$outboundSchema, PayloadFavoritesViewPreference$, PayloadRecentsViewPreference$inboundSchema, PayloadRecentsViewPreference$outboundSchema, PayloadRecentsViewPreference$, PayloadActiveDashboardViews$inboundSchema, PayloadActiveDashboardViews$outboundSchema, PayloadActiveDashboardViews$, SecondaryEmails$inboundSchema, SecondaryEmails$outboundSchema, SecondaryEmails$, Rules$inboundSchema, Rules$outboundSchema, Rules$, EmailNotifications$inboundSchema, EmailNotifications$outboundSchema, EmailNotifications$, PayloadReasons$inboundSchema, PayloadReasons$outboundSchema, PayloadReasons$, SiftScores$inboundSchema, SiftScores$outboundSchema, SiftScores$, UserEventPayload65Name$inboundSchema, UserEventPayload65Name$outboundSchema, UserEventPayload65Name$, SiftRoute$inboundSchema, SiftRoute$outboundSchema, SiftRoute$, PayloadReason$inboundSchema, PayloadReason$outboundSchema, PayloadReason$, PayloadBlockedDueToOverageType$inboundSchema, PayloadBlockedDueToOverageType$outboundSchema, PayloadBlockedDueToOverageType$, PayloadSoftBlock$inboundSchema, PayloadSoftBlock$outboundSchema, PayloadSoftBlock$, UserEventPayload65Role$inboundSchema, UserEventPayload65Role$outboundSchema, UserEventPayload65Role$, PayloadTeamRoles$inboundSchema, PayloadTeamRoles$outboundSchema, PayloadTeamRoles$, PayloadTeamPermissions$inboundSchema, PayloadTeamPermissions$outboundSchema, PayloadTeamPermissions$, UserEventPayloadOrigin$inboundSchema, UserEventPayloadOrigin$outboundSchema, UserEventPayloadOrigin$, UserEventPayloadGitUserId$inboundSchema, UserEventPayloadGitUserId$outboundSchema, UserEventPayloadGitUserId$, UserEventPayloadJoinedFrom$inboundSchema, UserEventPayloadJoinedFrom$outboundSchema, UserEventPayloadJoinedFrom$, Teams$inboundSchema, Teams$outboundSchema, Teams$, UserEventPayload65Type$inboundSchema, UserEventPayload65Type$outboundSchema, UserEventPayload65Type$, UsageAlerts$inboundSchema, UsageAlerts$outboundSchema, UsageAlerts$, AnalyticsUsage$inboundSchema, AnalyticsUsage$outboundSchema, AnalyticsUsage$, Artifacts$inboundSchema, Artifacts$outboundSchema, Artifacts$, Bandwidth$inboundSchema, Bandwidth$outboundSchema, Bandwidth$, BlobTotalAdvancedRequests$inboundSchema, BlobTotalAdvancedRequests$outboundSchema, BlobTotalAdvancedRequests$, BlobTotalAvgSizeInBytes$inboundSchema, BlobTotalAvgSizeInBytes$outboundSchema, BlobTotalAvgSizeInBytes$, BlobTotalGetResponseObjectSizeInBytes$inboundSchema, BlobTotalGetResponseObjectSizeInBytes$outboundSchema, BlobTotalGetResponseObjectSizeInBytes$, BlobTotalSimpleRequests$inboundSchema, BlobTotalSimpleRequests$outboundSchema, BlobTotalSimpleRequests$, ConnectDataTransfer$inboundSchema, ConnectDataTransfer$outboundSchema, ConnectDataTransfer$, DataCacheRead$inboundSchema, DataCacheRead$outboundSchema, DataCacheRead$, DataCacheWrite$inboundSchema, DataCacheWrite$outboundSchema, DataCacheWrite$, EdgeConfigRead$inboundSchema, EdgeConfigRead$outboundSchema, EdgeConfigRead$, EdgeConfigWrite$inboundSchema, EdgeConfigWrite$outboundSchema, EdgeConfigWrite$, EdgeFunctionExecutionUnits$inboundSchema, EdgeFunctionExecutionUnits$outboundSchema, EdgeFunctionExecutionUnits$, EdgeMiddlewareInvocations$inboundSchema, EdgeMiddlewareInvocations$outboundSchema, EdgeMiddlewareInvocations$, EdgeRequestAdditionalCpuDuration$inboundSchema, EdgeRequestAdditionalCpuDuration$outboundSchema, EdgeRequestAdditionalCpuDuration$, EdgeRequest$inboundSchema, EdgeRequest$outboundSchema, EdgeRequest$, ElasticConcurrencyBuildSlots$inboundSchema, ElasticConcurrencyBuildSlots$outboundSchema, ElasticConcurrencyBuildSlots$, FastDataTransfer$inboundSchema, FastDataTransfer$outboundSchema, FastDataTransfer$, FastOriginTransfer$inboundSchema, FastOriginTransfer$outboundSchema, FastOriginTransfer$, FluidCpuDuration$inboundSchema, FluidCpuDuration$outboundSchema, FluidCpuDuration$, FluidDuration$inboundSchema, FluidDuration$outboundSchema, FluidDuration$, FunctionDuration$inboundSchema, FunctionDuration$outboundSchema, FunctionDuration$, FunctionInvocation$inboundSchema, FunctionInvocation$outboundSchema, FunctionInvocation$, ImageOptimizationCacheRead$inboundSchema, ImageOptimizationCacheRead$outboundSchema, ImageOptimizationCacheRead$, ImageOptimizationCacheWrite$inboundSchema, ImageOptimizationCacheWrite$outboundSchema, ImageOptimizationCacheWrite$, ImageOptimizationTransformation$inboundSchema, ImageOptimizationTransformation$outboundSchema, ImageOptimizationTransformation$, LogDrainsVolume$inboundSchema, LogDrainsVolume$outboundSchema, LogDrainsVolume$, MonitoringMetric$inboundSchema, MonitoringMetric$outboundSchema, MonitoringMetric$, BlobDataTransfer$inboundSchema, BlobDataTransfer$outboundSchema, BlobDataTransfer$, ObservabilityEvent$inboundSchema, ObservabilityEvent$outboundSchema, ObservabilityEvent$, OnDemandConcurrencyMinutes$inboundSchema, OnDemandConcurrencyMinutes$outboundSchema, OnDemandConcurrencyMinutes$, RuntimeCacheRead$inboundSchema, RuntimeCacheRead$outboundSchema, RuntimeCacheRead$, RuntimeCacheWrite$inboundSchema, RuntimeCacheWrite$outboundSchema, RuntimeCacheWrite$, ServerlessFunctionExecution$inboundSchema, ServerlessFunctionExecution$outboundSchema, ServerlessFunctionExecution$, SourceImages$inboundSchema, SourceImages$outboundSchema, SourceImages$, WafOwaspExcessBytes$inboundSchema, WafOwaspExcessBytes$outboundSchema, WafOwaspExcessBytes$, WafOwaspRequests$inboundSchema, WafOwaspRequests$outboundSchema, WafOwaspRequests$, WafRateLimitRequest$inboundSchema, WafRateLimitRequest$outboundSchema, WafRateLimitRequest$, WebAnalyticsEvent$inboundSchema, WebAnalyticsEvent$outboundSchema, WebAnalyticsEvent$, OverageUsageAlerts$inboundSchema, OverageUsageAlerts$outboundSchema, OverageUsageAlerts$, OverageMetadata$inboundSchema, OverageMetadata$outboundSchema, OverageMetadata$, PayloadEnablePreviewFeedback$inboundSchema, PayloadEnablePreviewFeedback$outboundSchema, PayloadEnablePreviewFeedback$, BlockReason$inboundSchema, BlockReason$outboundSchema, BlockReason$, PayloadWebAnalytics$inboundSchema, PayloadWebAnalytics$outboundSchema, PayloadWebAnalytics$, PayloadBlockReason$inboundSchema, PayloadBlockReason$outboundSchema, PayloadBlockReason$, BlockType$inboundSchema, BlockType$outboundSchema, BlockType$, Monitoring$inboundSchema, Monitoring$outboundSchema, Monitoring$, UserEventPayloadBlockReason$inboundSchema, UserEventPayloadBlockReason$outboundSchema, UserEventPayloadBlockReason$, PayloadBlockType$inboundSchema, PayloadBlockType$outboundSchema, PayloadBlockType$, ObservabilityPlus$inboundSchema, ObservabilityPlus$outboundSchema, ObservabilityPlus$, UserEventPayload65BlockReason$inboundSchema, UserEventPayload65BlockReason$outboundSchema, UserEventPayload65BlockReason$, UserEventPayloadDataCache$inboundSchema, UserEventPayloadDataCache$outboundSchema, UserEventPayloadDataCache$, UserEventPayload65NewOwnerBlockReason$inboundSchema, UserEventPayload65NewOwnerBlockReason$outboundSchema, UserEventPayload65NewOwnerBlockReason$, PayloadImageOptimizationTransformation$inboundSchema, PayloadImageOptimizationTransformation$outboundSchema, PayloadImageOptimizationTransformation$, UserEventPayload65NewOwnerFeatureBlocksBlockReason$inboundSchema, UserEventPayload65NewOwnerFeatureBlocksBlockReason$outboundSchema, UserEventPayload65NewOwnerFeatureBlocksBlockReason$, PayloadSourceImages$inboundSchema, PayloadSourceImages$outboundSchema, PayloadSourceImages$, UserEventPayload65NewOwnerFeatureBlocksBlobBlockReason$inboundSchema, UserEventPayload65NewOwnerFeatureBlocksBlobBlockReason$outboundSchema, UserEventPayload65NewOwnerFeatureBlocksBlobBlockReason$, OverageReason$inboundSchema, OverageReason$outboundSchema, OverageReason$, BlobT$inboundSchema, BlobT$outboundSchema, BlobT$, UserEventPayload65NewOwnerFeatureBlocksPostgresBlockReason$inboundSchema, UserEventPayload65NewOwnerFeatureBlocksPostgresBlockReason$outboundSchema, UserEventPayload65NewOwnerFeatureBlocksPostgresBlockReason$, PayloadOverageReason$inboundSchema, PayloadOverageReason$outboundSchema, PayloadOverageReason$, Postgres$inboundSchema, Postgres$outboundSchema, Postgres$, UserEventPayload65NewOwnerFeatureBlocksRedisBlockReason$inboundSchema, UserEventPayload65NewOwnerFeatureBlocksRedisBlockReason$outboundSchema, UserEventPayload65NewOwnerFeatureBlocksRedisBlockReason$, UserEventPayloadOverageReason$inboundSchema, UserEventPayloadOverageReason$outboundSchema, UserEventPayloadOverageReason$, Redis$inboundSchema, Redis$outboundSchema, Redis$, UserEventPayload65NewOwnerFeatureBlocksMicrofrontendsRequestBlockReason$inboundSchema, UserEventPayload65NewOwnerFeatureBlocksMicrofrontendsRequestBlockReason$outboundSchema, UserEventPayload65NewOwnerFeatureBlocksMicrofrontendsRequestBlockReason$, MicrofrontendsRequest$inboundSchema, MicrofrontendsRequest$outboundSchema, MicrofrontendsRequest$, PayloadFeatureBlocks$inboundSchema, PayloadFeatureBlocks$outboundSchema, PayloadFeatureBlocks$, Version$inboundSchema, Version$outboundSchema, Version$, NorthstarMigration$inboundSchema, NorthstarMigration$outboundSchema, NorthstarMigration$, Totp$inboundSchema, Totp$outboundSchema, Totp$, MfaConfiguration$inboundSchema, MfaConfiguration$outboundSchema, MfaConfiguration$, NewOwner$inboundSchema, NewOwner$outboundSchema, NewOwner$, SixtyFive$inboundSchema, SixtyFive$outboundSchema, SixtyFive$, SixtyFour$inboundSchema, SixtyFour$outboundSchema, SixtyFour$, SixtyThree$inboundSchema, SixtyThree$outboundSchema, SixtyThree$, UserEventPayload62Action$inboundSchema, UserEventPayload62Action$outboundSchema, UserEventPayload62Action$, RuleGroups$inboundSchema, RuleGroups$outboundSchema, RuleGroups$, SixtyTwo$inboundSchema, SixtyTwo$outboundSchema, SixtyTwo$, UserEventPayloadAction$inboundSchema, UserEventPayloadAction$outboundSchema, UserEventPayloadAction$, SixtyOne$inboundSchema, SixtyOne$outboundSchema, SixtyOne$, Sixty$inboundSchema, Sixty$outboundSchema, Sixty$, ConfigChanges$inboundSchema, ConfigChanges$outboundSchema, ConfigChanges$, FiftyNine$inboundSchema, FiftyNine$outboundSchema, FiftyNine$, UserEventPayload58OldEnvVarType$inboundSchema, UserEventPayload58OldEnvVarType$outboundSchema, UserEventPayload58OldEnvVarType$, UserEventPayloadTarget$inboundSchema, UserEventPayloadTarget$outboundSchema, UserEventPayloadTarget$, OldEnvVar$inboundSchema, OldEnvVar$outboundSchema, OldEnvVar$, UserEventPayload58Type$inboundSchema, UserEventPayload58Type$outboundSchema, UserEventPayload58Type$, UserEventPayload58Target$inboundSchema, UserEventPayload58Target$outboundSchema, UserEventPayload58Target$, NewEnvVar$inboundSchema, NewEnvVar$outboundSchema, NewEnvVar$, OldTarget$inboundSchema, OldTarget$outboundSchema, OldTarget$, NewTarget$inboundSchema, NewTarget$outboundSchema, NewTarget$, OldProjects$inboundSchema, OldProjects$outboundSchema, OldProjects$, NewProjects$inboundSchema, NewProjects$outboundSchema, NewProjects$, UpdateDiff$inboundSchema, UpdateDiff$outboundSchema, UpdateDiff$, FiftyEight$inboundSchema, FiftyEight$outboundSchema, FiftyEight$, PayloadType$inboundSchema, PayloadType$outboundSchema, PayloadType$, PayloadTarget$inboundSchema, PayloadTarget$outboundSchema, PayloadTarget$, FiftySeven$inboundSchema, FiftySeven$outboundSchema, FiftySeven$, Target$inboundSchema, Target$outboundSchema, Target$, FiftySix$inboundSchema, FiftySix$outboundSchema, FiftySix$, FiftyFive$inboundSchema, FiftyFive$outboundSchema, FiftyFive$, FiftyFour$inboundSchema, FiftyFour$outboundSchema, FiftyFour$, FiftyThree$inboundSchema, FiftyThree$outboundSchema, FiftyThree$, FiftyTwo$inboundSchema, FiftyTwo$outboundSchema, FiftyTwo$, FiftyOne$inboundSchema, FiftyOne$outboundSchema, FiftyOne$, Fifty$inboundSchema, Fifty$outboundSchema, Fifty$, FortyNine$inboundSchema, FortyNine$outboundSchema, FortyNine$, FortyEight$inboundSchema, FortyEight$outboundSchema, FortyEight$, UserEventPayload47OldTeam$inboundSchema, UserEventPayload47OldTeam$outboundSchema, UserEventPayload47OldTeam$, UserEventPayload47NewTeam$inboundSchema, UserEventPayload47NewTeam$outboundSchema, UserEventPayload47NewTeam$, FortySeven$inboundSchema, FortySeven$outboundSchema, FortySeven$, FortySix$inboundSchema, FortySix$outboundSchema, FortySix$, FortyFive$inboundSchema, FortyFive$outboundSchema, FortyFive$, FortyFour$inboundSchema, FortyFour$outboundSchema, FortyFour$, FortyThree$inboundSchema, FortyThree$outboundSchema, FortyThree$, FortyTwo$inboundSchema, FortyTwo$outboundSchema, FortyTwo$, FortyOne$inboundSchema, FortyOne$outboundSchema, FortyOne$, UserEventPayloadDeployment$inboundSchema, UserEventPayloadDeployment$outboundSchema, UserEventPayloadDeployment$, Forty$inboundSchema, Forty$outboundSchema, Forty$, UserEventPayloadOldTeam$inboundSchema, UserEventPayloadOldTeam$outboundSchema, UserEventPayloadOldTeam$, UserEventPayloadNewTeam$inboundSchema, UserEventPayloadNewTeam$outboundSchema, UserEventPayloadNewTeam$, ThirtyNine$inboundSchema, ThirtyNine$outboundSchema, ThirtyNine$, PayloadDeployment$inboundSchema, PayloadDeployment$outboundSchema, PayloadDeployment$, ThirtyEight$inboundSchema, ThirtyEight$outboundSchema, ThirtyEight$, UserEventPayload37Project$inboundSchema, UserEventPayload37Project$outboundSchema, UserEventPayload37Project$, DeployHook$inboundSchema, DeployHook$outboundSchema, DeployHook$, Job$inboundSchema, Job$outboundSchema, Job$, ThirtySeven$inboundSchema, ThirtySeven$outboundSchema, ThirtySeven$, ThirtySix$inboundSchema, ThirtySix$outboundSchema, ThirtySix$, ThirtyFive$inboundSchema, ThirtyFive$outboundSchema, ThirtyFive$, ThirtyFour$inboundSchema, ThirtyFour$outboundSchema, ThirtyFour$, UserEventPayload33Team$inboundSchema, UserEventPayload33Team$outboundSchema, UserEventPayload33Team$, UserEventPayload33Configuration$inboundSchema, UserEventPayload33Configuration$outboundSchema, UserEventPayload33Configuration$, ThirtyThree$inboundSchema, ThirtyThree$outboundSchema, ThirtyThree$, UserEventPayloadTeam$inboundSchema, UserEventPayloadTeam$outboundSchema, UserEventPayloadTeam$, UserEventPayloadConfiguration$inboundSchema, UserEventPayloadConfiguration$outboundSchema, UserEventPayloadConfiguration$, UserEventPayload32Project$inboundSchema, UserEventPayload32Project$outboundSchema, UserEventPayload32Project$, ThirtyTwo$inboundSchema, ThirtyTwo$outboundSchema, ThirtyTwo$, PayloadTeam$inboundSchema, PayloadTeam$outboundSchema, PayloadTeam$, PayloadConfiguration$inboundSchema, PayloadConfiguration$outboundSchema, PayloadConfiguration$, UserEventPayloadProject$inboundSchema, UserEventPayloadProject$outboundSchema, UserEventPayloadProject$, ThirtyOne$inboundSchema, ThirtyOne$outboundSchema, ThirtyOne$, UserEventPayload30Team$inboundSchema, UserEventPayload30Team$outboundSchema, UserEventPayload30Team$, Configuration$inboundSchema, Configuration$outboundSchema, Configuration$, PayloadProject$inboundSchema, PayloadProject$outboundSchema, PayloadProject$, Thirty$inboundSchema, Thirty$outboundSchema, Thirty$, TwentyNine$inboundSchema, TwentyNine$outboundSchema, TwentyNine$, TwentyEight$inboundSchema, TwentyEight$outboundSchema, TwentyEight$, TwentySeven$inboundSchema, TwentySeven$outboundSchema, TwentySeven$, TwentySix$inboundSchema, TwentySix$outboundSchema, TwentySix$, TwentyFive$inboundSchema, TwentyFive$outboundSchema, TwentyFive$, TwentyFour$inboundSchema, TwentyFour$outboundSchema, TwentyFour$, TwentyThree$inboundSchema, TwentyThree$outboundSchema, TwentyThree$, PayloadOldTeam$inboundSchema, PayloadOldTeam$outboundSchema, PayloadOldTeam$, PayloadNewTeam$inboundSchema, PayloadNewTeam$outboundSchema, PayloadNewTeam$, TwentyTwo$inboundSchema, TwentyTwo$outboundSchema, TwentyTwo$, TwentyOne$inboundSchema, TwentyOne$outboundSchema, TwentyOne$, Twenty$inboundSchema, Twenty$outboundSchema, Twenty$, Nineteen$inboundSchema, Nineteen$outboundSchema, Nineteen$, Eighteen$inboundSchema, Eighteen$outboundSchema, Eighteen$, Seventeen$inboundSchema, Seventeen$outboundSchema, Seventeen$, Sixteen$inboundSchema, Sixteen$outboundSchema, Sixteen$, OldTeam$inboundSchema, OldTeam$outboundSchema, OldTeam$, NewTeam$inboundSchema, NewTeam$outboundSchema, NewTeam$, Fifteen$inboundSchema, Fifteen$outboundSchema, Fifteen$, Fourteen$inboundSchema, Fourteen$outboundSchema, Fourteen$, Thirteen$inboundSchema, Thirteen$outboundSchema, Thirteen$, PayloadAction$inboundSchema, PayloadAction$outboundSchema, PayloadAction$, Twelve$inboundSchema, Twelve$outboundSchema, Twelve$, Eleven$inboundSchema, Eleven$outboundSchema, Eleven$, Ten$inboundSchema, Ten$outboundSchema, Ten$, Nine$inboundSchema, Nine$outboundSchema, Nine$, Eight$inboundSchema, Eight$outboundSchema, Eight$, Deployment$inboundSchema, Deployment$outboundSchema, Deployment$, Seven$inboundSchema, Seven$outboundSchema, Seven$, UserEventPayload6AccessGroup$inboundSchema, UserEventPayload6AccessGroup$outboundSchema, UserEventPayload6AccessGroup$, Project$inboundSchema, Project$outboundSchema, Project$, NextRole$inboundSchema, NextRole$outboundSchema, NextRole$, PreviousRole$inboundSchema, PreviousRole$outboundSchema, PreviousRole$, Six$inboundSchema, Six$outboundSchema, Six$, UserEventPayloadAccessGroup$inboundSchema, UserEventPayloadAccessGroup$outboundSchema, UserEventPayloadAccessGroup$, PayloadUser$inboundSchema, PayloadUser$outboundSchema, PayloadUser$, Five$inboundSchema, Five$outboundSchema, Five$, PayloadAccessGroup$inboundSchema, PayloadAccessGroup$outboundSchema, PayloadAccessGroup$, Four$inboundSchema, Four$outboundSchema, Four$, AccessGroup$inboundSchema, AccessGroup$outboundSchema, AccessGroup$, Three$inboundSchema, Three$outboundSchema, Three$, Action$inboundSchema, Action$outboundSchema, Action$, Payload2$inboundSchema, Payload2$outboundSchema, Payload2$, Payload1$inboundSchema, Payload1$outboundSchema, Payload1$, Payload$inboundSchema, Payload$outboundSchema, Payload$, UserEvent$inboundSchema, UserEvent$outboundSchema, UserEvent$;
120638
120942
  var init_userevent = __esm(() => {
120639
120943
  init_esm();
120640
120944
  init_primitives();
@@ -120689,7 +120993,8 @@ var init_userevent = __esm(() => {
120689
120993
  Otp: "otp",
120690
120994
  Sms: "sms",
120691
120995
  Invite: "invite",
120692
- Google: "google"
120996
+ Google: "google",
120997
+ Apple: "apple"
120693
120998
  };
120694
120999
  Method = {
120695
121000
  ClientSecretBasic: "client_secret_basic",
@@ -120738,8 +121043,8 @@ var init_userevent = __esm(() => {
120738
121043
  };
120739
121044
  UserEventPayloadType = {
120740
121045
  Redis: "redis",
120741
- Postgres: "postgres",
120742
121046
  EdgeConfig: "edge-config",
121047
+ Postgres: "postgres",
120743
121048
  Blob: "blob",
120744
121049
  Integration: "integration"
120745
121050
  };
@@ -120915,6 +121220,7 @@ var init_userevent = __esm(() => {
120915
121220
  Gitlab: "gitlab",
120916
121221
  Bitbucket: "bitbucket",
120917
121222
  Google: "google",
121223
+ Apple: "apple",
120918
121224
  GithubOauth: "github-oauth",
120919
121225
  GithubOauthLimited: "github-oauth-limited"
120920
121226
  };
@@ -121215,6 +121521,10 @@ var init_userevent = __esm(() => {
121215
121521
  WafRateLimitRequest: "wafRateLimitRequest",
121216
121522
  WebAnalyticsEvent: "webAnalyticsEvent"
121217
121523
  };
121524
+ UserEventPayload65NewOwnerFeatureBlocksMicrofrontendsRequestBlockReason = {
121525
+ AdminOverride: "admin_override",
121526
+ LimitsExceeded: "limits_exceeded"
121527
+ };
121218
121528
  Version = {
121219
121529
  Northstar: "northstar"
121220
121530
  };
@@ -124287,6 +124597,7 @@ var init_userevent = __esm(() => {
124287
124597
  viaGitlab: booleanType(),
124288
124598
  viaBitbucket: booleanType(),
124289
124599
  viaGoogle: booleanType(),
124600
+ viaApple: booleanType(),
124290
124601
  viaSamlSso: booleanType(),
124291
124602
  viaPasskey: booleanType(),
124292
124603
  ssoType: stringType().optional(),
@@ -124301,6 +124612,7 @@ var init_userevent = __esm(() => {
124301
124612
  viaGitlab: booleanType(),
124302
124613
  viaBitbucket: booleanType(),
124303
124614
  viaGoogle: booleanType(),
124615
+ viaApple: booleanType(),
124304
124616
  viaSamlSso: booleanType(),
124305
124617
  viaPasskey: booleanType(),
124306
124618
  ssoType: stringType().optional(),
@@ -124977,11 +125289,11 @@ var init_userevent = __esm(() => {
124977
125289
  createdAt: numberType(),
124978
125290
  teamId: stringType(),
124979
125291
  role: UserEventPayload65Role$inboundSchema,
125292
+ teamRoles: arrayType(PayloadTeamRoles$inboundSchema).optional(),
125293
+ teamPermissions: arrayType(PayloadTeamPermissions$inboundSchema).optional(),
124980
125294
  confirmed: booleanType(),
124981
125295
  confirmedAt: numberType(),
124982
125296
  accessRequestedAt: numberType().optional(),
124983
- teamRoles: arrayType(PayloadTeamRoles$inboundSchema).optional(),
124984
- teamPermissions: arrayType(PayloadTeamPermissions$inboundSchema).optional(),
124985
125297
  joinedFrom: lazyType(() => UserEventPayloadJoinedFrom$inboundSchema).optional()
124986
125298
  });
124987
125299
  Teams$outboundSchema = objectType({
@@ -124989,11 +125301,11 @@ var init_userevent = __esm(() => {
124989
125301
  createdAt: numberType(),
124990
125302
  teamId: stringType(),
124991
125303
  role: UserEventPayload65Role$outboundSchema,
125304
+ teamRoles: arrayType(PayloadTeamRoles$outboundSchema).optional(),
125305
+ teamPermissions: arrayType(PayloadTeamPermissions$outboundSchema).optional(),
124992
125306
  confirmed: booleanType(),
124993
125307
  confirmedAt: numberType(),
124994
125308
  accessRequestedAt: numberType().optional(),
124995
- teamRoles: arrayType(PayloadTeamRoles$outboundSchema).optional(),
124996
- teamPermissions: arrayType(PayloadTeamPermissions$outboundSchema).optional(),
124997
125309
  joinedFrom: lazyType(() => UserEventPayloadJoinedFrom$outboundSchema).optional()
124998
125310
  });
124999
125311
  ((Teams$) => {
@@ -125916,6 +126228,28 @@ var init_userevent = __esm(() => {
125916
126228
  Redis$.inboundSchema = Redis$inboundSchema;
125917
126229
  Redis$.outboundSchema = Redis$outboundSchema;
125918
126230
  })(Redis$ ||= {});
126231
+ UserEventPayload65NewOwnerFeatureBlocksMicrofrontendsRequestBlockReason$inboundSchema = nativeEnumType(UserEventPayload65NewOwnerFeatureBlocksMicrofrontendsRequestBlockReason);
126232
+ UserEventPayload65NewOwnerFeatureBlocksMicrofrontendsRequestBlockReason$outboundSchema = UserEventPayload65NewOwnerFeatureBlocksMicrofrontendsRequestBlockReason$inboundSchema;
126233
+ ((UserEventPayload65NewOwnerFeatureBlocksMicrofrontendsRequestBlockReason$) => {
126234
+ UserEventPayload65NewOwnerFeatureBlocksMicrofrontendsRequestBlockReason$.inboundSchema = UserEventPayload65NewOwnerFeatureBlocksMicrofrontendsRequestBlockReason$inboundSchema;
126235
+ UserEventPayload65NewOwnerFeatureBlocksMicrofrontendsRequestBlockReason$.outboundSchema = UserEventPayload65NewOwnerFeatureBlocksMicrofrontendsRequestBlockReason$outboundSchema;
126236
+ })(UserEventPayload65NewOwnerFeatureBlocksMicrofrontendsRequestBlockReason$ ||= {});
126237
+ MicrofrontendsRequest$inboundSchema = objectType({
126238
+ updatedAt: numberType(),
126239
+ blockedFrom: numberType().optional(),
126240
+ blockedUntil: numberType().optional(),
126241
+ blockReason: UserEventPayload65NewOwnerFeatureBlocksMicrofrontendsRequestBlockReason$inboundSchema
126242
+ });
126243
+ MicrofrontendsRequest$outboundSchema = objectType({
126244
+ updatedAt: numberType(),
126245
+ blockedFrom: numberType().optional(),
126246
+ blockedUntil: numberType().optional(),
126247
+ blockReason: UserEventPayload65NewOwnerFeatureBlocksMicrofrontendsRequestBlockReason$outboundSchema
126248
+ });
126249
+ ((MicrofrontendsRequest$) => {
126250
+ MicrofrontendsRequest$.inboundSchema = MicrofrontendsRequest$inboundSchema;
126251
+ MicrofrontendsRequest$.outboundSchema = MicrofrontendsRequest$outboundSchema;
126252
+ })(MicrofrontendsRequest$ ||= {});
125919
126253
  PayloadFeatureBlocks$inboundSchema = objectType({
125920
126254
  webAnalytics: lazyType(() => PayloadWebAnalytics$inboundSchema).optional(),
125921
126255
  monitoring: lazyType(() => Monitoring$inboundSchema).optional(),
@@ -125925,7 +126259,8 @@ var init_userevent = __esm(() => {
125925
126259
  sourceImages: lazyType(() => PayloadSourceImages$inboundSchema).optional(),
125926
126260
  blob: lazyType(() => BlobT$inboundSchema).optional(),
125927
126261
  postgres: lazyType(() => Postgres$inboundSchema).optional(),
125928
- redis: lazyType(() => Redis$inboundSchema).optional()
126262
+ redis: lazyType(() => Redis$inboundSchema).optional(),
126263
+ microfrontendsRequest: lazyType(() => MicrofrontendsRequest$inboundSchema).optional()
125929
126264
  });
125930
126265
  PayloadFeatureBlocks$outboundSchema = objectType({
125931
126266
  webAnalytics: lazyType(() => PayloadWebAnalytics$outboundSchema).optional(),
@@ -125936,7 +126271,8 @@ var init_userevent = __esm(() => {
125936
126271
  sourceImages: lazyType(() => PayloadSourceImages$outboundSchema).optional(),
125937
126272
  blob: lazyType(() => BlobT$outboundSchema).optional(),
125938
126273
  postgres: lazyType(() => Postgres$outboundSchema).optional(),
125939
- redis: lazyType(() => Redis$outboundSchema).optional()
126274
+ redis: lazyType(() => Redis$outboundSchema).optional(),
126275
+ microfrontendsRequest: lazyType(() => MicrofrontendsRequest$outboundSchema).optional()
125940
126276
  });
125941
126277
  ((PayloadFeatureBlocks$) => {
125942
126278
  PayloadFeatureBlocks$.inboundSchema = PayloadFeatureBlocks$inboundSchema;
@@ -127767,9 +128103,9 @@ var init_userevent = __esm(() => {
127767
128103
  Payload1$.outboundSchema = Payload1$outboundSchema;
127768
128104
  })(Payload1$ ||= {});
127769
128105
  Payload$inboundSchema = unionType([
128106
+ lazyType(() => SeventyOne$inboundSchema),
127770
128107
  lazyType(() => SixtySeven$inboundSchema),
127771
128108
  lazyType(() => Seventy$inboundSchema),
127772
- lazyType(() => SeventyOne$inboundSchema),
127773
128109
  lazyType(() => FortyOne$inboundSchema),
127774
128110
  lazyType(() => FortyTwo$inboundSchema),
127775
128111
  lazyType(() => FiftyFour$inboundSchema),
@@ -127934,9 +128270,9 @@ var init_userevent = __esm(() => {
127934
128270
  lazyType(() => OneHundredAndThirtyOne$inboundSchema)
127935
128271
  ]);
127936
128272
  Payload$outboundSchema = unionType([
128273
+ lazyType(() => SeventyOne$outboundSchema),
127937
128274
  lazyType(() => SixtySeven$outboundSchema),
127938
128275
  lazyType(() => Seventy$outboundSchema),
127939
- lazyType(() => SeventyOne$outboundSchema),
127940
128276
  lazyType(() => FortyOne$outboundSchema),
127941
128277
  lazyType(() => FortyTwo$outboundSchema),
127942
128278
  lazyType(() => FiftyFour$outboundSchema),
@@ -128122,9 +128458,9 @@ var init_userevent = __esm(() => {
128122
128458
  principalId: stringType(),
128123
128459
  viaIds: arrayType(stringType()).optional(),
128124
128460
  payload: unionType([
128461
+ lazyType(() => SeventyOne$inboundSchema),
128125
128462
  lazyType(() => SixtySeven$inboundSchema),
128126
128463
  lazyType(() => Seventy$inboundSchema),
128127
- lazyType(() => SeventyOne$inboundSchema),
128128
128464
  lazyType(() => FortyOne$inboundSchema),
128129
128465
  lazyType(() => FortyTwo$inboundSchema),
128130
128466
  lazyType(() => FiftyFour$inboundSchema),
@@ -128307,9 +128643,9 @@ var init_userevent = __esm(() => {
128307
128643
  principalId: stringType(),
128308
128644
  viaIds: arrayType(stringType()).optional(),
128309
128645
  payload: unionType([
128646
+ lazyType(() => SeventyOne$outboundSchema),
128310
128647
  lazyType(() => SixtySeven$outboundSchema),
128311
128648
  lazyType(() => Seventy$outboundSchema),
128312
- lazyType(() => SeventyOne$outboundSchema),
128313
128649
  lazyType(() => FortyOne$outboundSchema),
128314
128650
  lazyType(() => FortyTwo$outboundSchema),
128315
128651
  lazyType(() => FiftyFour$outboundSchema),
@@ -128527,9 +128863,9 @@ var init_listusereventsop = __esm(() => {
128527
128863
 
128528
128864
  // src/funcs/userListUserEvents.ts
128529
128865
  function userListUserEvents(client, request, options) {
128530
- return new APIPromise($do192(client, request, options));
128866
+ return new APIPromise($do193(client, request, options));
128531
128867
  }
128532
- async function $do192(client, request, options) {
128868
+ async function $do193(client, request, options) {
128533
128869
  const parsed = safeParse(request, (value) => ListUserEventsRequest$outboundSchema.parse(value), "Input validation failed");
128534
128870
  if (!parsed.ok) {
128535
128871
  return [parsed, { status: "invalid" }];
@@ -128608,12 +128944,12 @@ var init_userListUserEvents = __esm(() => {
128608
128944
  });
128609
128945
 
128610
128946
  // src/mcp-server/tools/userListUserEvents.ts
128611
- var args190, tool$userListUserEvents;
128947
+ var args191, tool$userListUserEvents;
128612
128948
  var init_userListUserEvents2 = __esm(() => {
128613
128949
  init_userListUserEvents();
128614
128950
  init_listusereventsop();
128615
128951
  init_tools();
128616
- args190 = {
128952
+ args191 = {
128617
128953
  request: ListUserEventsRequest$inboundSchema
128618
128954
  };
128619
128955
  tool$userListUserEvents = {
@@ -128621,9 +128957,9 @@ var init_userListUserEvents2 = __esm(() => {
128621
128957
  description: `List User Events
128622
128958
 
128623
128959
  Retrieves a list of "events" generated by the User on Vercel. Events are generated when the User performs a particular action, such as logging in, creating a deployment, and joining a Team (just to name a few). When the \`teamId\` parameter is supplied, then the events that are returned will be in relation to the Team that was specified.`,
128624
- args: args190,
128625
- tool: async (client, args191, ctx) => {
128626
- const [result, apiCall] = await userListUserEvents(client, args191.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
128960
+ args: args191,
128961
+ tool: async (client, args192, ctx) => {
128962
+ const [result, apiCall] = await userListUserEvents(client, args192.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
128627
128963
  if (!result.ok) {
128628
128964
  return {
128629
128965
  content: [{ type: "text", text: result.error.message }],
@@ -128680,9 +129016,9 @@ var init_requestdeleteop = __esm(() => {
128680
129016
 
128681
129017
  // src/funcs/userRequestDelete.ts
128682
129018
  function userRequestDelete(client, request, options) {
128683
- return new APIPromise($do193(client, request, options));
129019
+ return new APIPromise($do194(client, request, options));
128684
129020
  }
128685
- async function $do193(client, request, options) {
129021
+ async function $do194(client, request, options) {
128686
129022
  const parsed = safeParse(request, (value) => RequestDeleteRequestBody$outboundSchema.parse(value), "Input validation failed");
128687
129023
  if (!parsed.ok) {
128688
129024
  return [parsed, { status: "invalid" }];
@@ -128749,12 +129085,12 @@ var init_userRequestDelete = __esm(() => {
128749
129085
  });
128750
129086
 
128751
129087
  // src/mcp-server/tools/userRequestDelete.ts
128752
- var args191, tool$userRequestDelete;
129088
+ var args192, tool$userRequestDelete;
128753
129089
  var init_userRequestDelete2 = __esm(() => {
128754
129090
  init_userRequestDelete();
128755
129091
  init_requestdeleteop();
128756
129092
  init_tools();
128757
- args191 = {
129093
+ args192 = {
128758
129094
  request: RequestDeleteRequestBody$inboundSchema
128759
129095
  };
128760
129096
  tool$userRequestDelete = {
@@ -128762,9 +129098,9 @@ var init_userRequestDelete2 = __esm(() => {
128762
129098
  description: `Delete User Account
128763
129099
 
128764
129100
  Initiates the deletion process for the currently authenticated User, by sending a deletion confirmation email. The email contains a link that the user needs to visit in order to proceed with the deletion process.`,
128765
- args: args191,
128766
- tool: async (client, args192, ctx) => {
128767
- const [result, apiCall] = await userRequestDelete(client, args192.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
129101
+ args: args192,
129102
+ tool: async (client, args193, ctx) => {
129103
+ const [result, apiCall] = await userRequestDelete(client, args193.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
128768
129104
  if (!result.ok) {
128769
129105
  return {
128770
129106
  content: [{ type: "text", text: result.error.message }],
@@ -128854,6 +129190,8 @@ var init_createwebhookop = __esm(() => {
128854
129190
  MarketplaceInvoiceRefunded: "marketplace.invoice.refunded",
128855
129191
  ObservabilityAnomaly: "observability.anomaly",
128856
129192
  ObservabilityAnomalyError: "observability.anomaly-error",
129193
+ ObservabilityUsageAnomaly: "observability.usage-anomaly",
129194
+ ObservabilityErrorAnomaly: "observability.error-anomaly",
128857
129195
  ObservabilityAnomalyBotId: "observability.anomaly-botId",
128858
129196
  TestWebhook: "test-webhook"
128859
129197
  };
@@ -128929,6 +129267,8 @@ var init_createwebhookop = __esm(() => {
128929
129267
  MarketplaceInvoiceRefunded: "marketplace.invoice.refunded",
128930
129268
  ObservabilityAnomaly: "observability.anomaly",
128931
129269
  ObservabilityAnomalyError: "observability.anomaly-error",
129270
+ ObservabilityUsageAnomaly: "observability.usage-anomaly",
129271
+ ObservabilityErrorAnomaly: "observability.error-anomaly",
128932
129272
  ObservabilityAnomalyBotId: "observability.anomaly-botId",
128933
129273
  TestWebhook: "test-webhook"
128934
129274
  };
@@ -129008,9 +129348,9 @@ var init_createwebhookop = __esm(() => {
129008
129348
 
129009
129349
  // src/funcs/webhooksCreateWebhook.ts
129010
129350
  function webhooksCreateWebhook(client, request, options) {
129011
- return new APIPromise($do194(client, request, options));
129351
+ return new APIPromise($do195(client, request, options));
129012
129352
  }
129013
- async function $do194(client, request, options) {
129353
+ async function $do195(client, request, options) {
129014
129354
  const parsed = safeParse(request, (value) => CreateWebhookRequest$outboundSchema.parse(value), "Input validation failed");
129015
129355
  if (!parsed.ok) {
129016
129356
  return [parsed, { status: "invalid" }];
@@ -129082,12 +129422,12 @@ var init_webhooksCreateWebhook = __esm(() => {
129082
129422
  });
129083
129423
 
129084
129424
  // src/mcp-server/tools/webhooksCreateWebhook.ts
129085
- var args192, tool$webhooksCreateWebhook;
129425
+ var args193, tool$webhooksCreateWebhook;
129086
129426
  var init_webhooksCreateWebhook2 = __esm(() => {
129087
129427
  init_webhooksCreateWebhook();
129088
129428
  init_createwebhookop();
129089
129429
  init_tools();
129090
- args192 = {
129430
+ args193 = {
129091
129431
  request: CreateWebhookRequest$inboundSchema
129092
129432
  };
129093
129433
  tool$webhooksCreateWebhook = {
@@ -129095,9 +129435,9 @@ var init_webhooksCreateWebhook2 = __esm(() => {
129095
129435
  description: `Creates a webhook
129096
129436
 
129097
129437
  Creates a webhook`,
129098
- args: args192,
129099
- tool: async (client, args193, ctx) => {
129100
- const [result, apiCall] = await webhooksCreateWebhook(client, args193.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
129438
+ args: args193,
129439
+ tool: async (client, args194, ctx) => {
129440
+ const [result, apiCall] = await webhooksCreateWebhook(client, args194.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
129101
129441
  if (!result.ok) {
129102
129442
  return {
129103
129443
  content: [{ type: "text", text: result.error.message }],
@@ -129132,9 +129472,9 @@ var init_deletewebhookop = __esm(() => {
129132
129472
 
129133
129473
  // src/funcs/webhooksDeleteWebhook.ts
129134
129474
  function webhooksDeleteWebhook(client, request, options) {
129135
- return new APIPromise($do195(client, request, options));
129475
+ return new APIPromise($do196(client, request, options));
129136
129476
  }
129137
- async function $do195(client, request, options) {
129477
+ async function $do196(client, request, options) {
129138
129478
  const parsed = safeParse(request, (value) => DeleteWebhookRequest$outboundSchema.parse(value), "Input validation failed");
129139
129479
  if (!parsed.ok) {
129140
129480
  return [parsed, { status: "invalid" }];
@@ -129212,12 +129552,12 @@ var init_webhooksDeleteWebhook = __esm(() => {
129212
129552
  });
129213
129553
 
129214
129554
  // src/mcp-server/tools/webhooksDeleteWebhook.ts
129215
- var args193, tool$webhooksDeleteWebhook;
129555
+ var args194, tool$webhooksDeleteWebhook;
129216
129556
  var init_webhooksDeleteWebhook2 = __esm(() => {
129217
129557
  init_webhooksDeleteWebhook();
129218
129558
  init_deletewebhookop();
129219
129559
  init_tools();
129220
- args193 = {
129560
+ args194 = {
129221
129561
  request: DeleteWebhookRequest$inboundSchema
129222
129562
  };
129223
129563
  tool$webhooksDeleteWebhook = {
@@ -129225,9 +129565,9 @@ var init_webhooksDeleteWebhook2 = __esm(() => {
129225
129565
  description: `Deletes a webhook
129226
129566
 
129227
129567
  Deletes a webhook`,
129228
- args: args193,
129229
- tool: async (client, args194, ctx) => {
129230
- const [result, apiCall] = await webhooksDeleteWebhook(client, args194.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
129568
+ args: args194,
129569
+ tool: async (client, args195, ctx) => {
129570
+ const [result, apiCall] = await webhooksDeleteWebhook(client, args195.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
129231
129571
  if (!result.ok) {
129232
129572
  return {
129233
129573
  content: [{ type: "text", text: result.error.message }],
@@ -129315,6 +129655,8 @@ var init_getwebhookop = __esm(() => {
129315
129655
  MarketplaceInvoiceRefunded: "marketplace.invoice.refunded",
129316
129656
  ObservabilityAnomaly: "observability.anomaly",
129317
129657
  ObservabilityAnomalyError: "observability.anomaly-error",
129658
+ ObservabilityUsageAnomaly: "observability.usage-anomaly",
129659
+ ObservabilityErrorAnomaly: "observability.error-anomaly",
129318
129660
  ObservabilityAnomalyBotId: "observability.anomaly-botId",
129319
129661
  TestWebhook: "test-webhook"
129320
129662
  };
@@ -129364,9 +129706,9 @@ var init_getwebhookop = __esm(() => {
129364
129706
 
129365
129707
  // src/funcs/webhooksGetWebhook.ts
129366
129708
  function webhooksGetWebhook(client, request, options) {
129367
- return new APIPromise($do196(client, request, options));
129709
+ return new APIPromise($do197(client, request, options));
129368
129710
  }
129369
- async function $do196(client, request, options) {
129711
+ async function $do197(client, request, options) {
129370
129712
  const parsed = safeParse(request, (value) => GetWebhookRequest$outboundSchema.parse(value), "Input validation failed");
129371
129713
  if (!parsed.ok) {
129372
129714
  return [parsed, { status: "invalid" }];
@@ -129443,12 +129785,12 @@ var init_webhooksGetWebhook = __esm(() => {
129443
129785
  });
129444
129786
 
129445
129787
  // src/mcp-server/tools/webhooksGetWebhook.ts
129446
- var args194, tool$webhooksGetWebhook;
129788
+ var args195, tool$webhooksGetWebhook;
129447
129789
  var init_webhooksGetWebhook2 = __esm(() => {
129448
129790
  init_webhooksGetWebhook();
129449
129791
  init_getwebhookop();
129450
129792
  init_tools();
129451
- args194 = {
129793
+ args195 = {
129452
129794
  request: GetWebhookRequest$inboundSchema
129453
129795
  };
129454
129796
  tool$webhooksGetWebhook = {
@@ -129456,9 +129798,9 @@ var init_webhooksGetWebhook2 = __esm(() => {
129456
129798
  description: `Get a webhook
129457
129799
 
129458
129800
  Get a webhook`,
129459
- args: args194,
129460
- tool: async (client, args195, ctx) => {
129461
- const [result, apiCall] = await webhooksGetWebhook(client, args195.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
129801
+ args: args195,
129802
+ tool: async (client, args196, ctx) => {
129803
+ const [result, apiCall] = await webhooksGetWebhook(client, args196.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
129462
129804
  if (!result.ok) {
129463
129805
  return {
129464
129806
  content: [{ type: "text", text: result.error.message }],
@@ -129547,6 +129889,8 @@ var init_getwebhooksop = __esm(() => {
129547
129889
  MarketplaceInvoiceRefunded: "marketplace.invoice.refunded",
129548
129890
  ObservabilityAnomaly: "observability.anomaly",
129549
129891
  ObservabilityAnomalyError: "observability.anomaly-error",
129892
+ ObservabilityUsageAnomaly: "observability.usage-anomaly",
129893
+ ObservabilityErrorAnomaly: "observability.error-anomaly",
129550
129894
  ObservabilityAnomalyBotId: "observability.anomaly-botId",
129551
129895
  TestWebhook: "test-webhook"
129552
129896
  };
@@ -129678,6 +130022,8 @@ var init_getwebhooksop = __esm(() => {
129678
130022
  MarketplaceInvoiceRefunded: "marketplace.invoice.refunded",
129679
130023
  ObservabilityAnomaly: "observability.anomaly",
129680
130024
  ObservabilityAnomalyError: "observability.anomaly-error",
130025
+ ObservabilityUsageAnomaly: "observability.usage-anomaly",
130026
+ ObservabilityErrorAnomaly: "observability.error-anomaly",
129681
130027
  ObservabilityAnomalyBotId: "observability.anomaly-botId",
129682
130028
  TestWebhook: "test-webhook"
129683
130029
  };
@@ -129791,9 +130137,9 @@ var init_getwebhooksop = __esm(() => {
129791
130137
 
129792
130138
  // src/funcs/webhooksGetWebhooks.ts
129793
130139
  function webhooksGetWebhooks(client, request, options) {
129794
- return new APIPromise($do197(client, request, options));
130140
+ return new APIPromise($do198(client, request, options));
129795
130141
  }
129796
- async function $do197(client, request, options) {
130142
+ async function $do198(client, request, options) {
129797
130143
  const parsed = safeParse(request, (value) => GetWebhooksRequest$outboundSchema.parse(value), "Input validation failed");
129798
130144
  if (!parsed.ok) {
129799
130145
  return [parsed, { status: "invalid" }];
@@ -129865,12 +130211,12 @@ var init_webhooksGetWebhooks = __esm(() => {
129865
130211
  });
129866
130212
 
129867
130213
  // src/mcp-server/tools/webhooksGetWebhooks.ts
129868
- var args195, tool$webhooksGetWebhooks;
130214
+ var args196, tool$webhooksGetWebhooks;
129869
130215
  var init_webhooksGetWebhooks2 = __esm(() => {
129870
130216
  init_webhooksGetWebhooks();
129871
130217
  init_getwebhooksop();
129872
130218
  init_tools();
129873
- args195 = {
130219
+ args196 = {
129874
130220
  request: GetWebhooksRequest$inboundSchema
129875
130221
  };
129876
130222
  tool$webhooksGetWebhooks = {
@@ -129878,9 +130224,9 @@ var init_webhooksGetWebhooks2 = __esm(() => {
129878
130224
  description: `Get a list of webhooks
129879
130225
 
129880
130226
  Get a list of webhooks`,
129881
- args: args195,
129882
- tool: async (client, args196, ctx) => {
129883
- const [result, apiCall] = await webhooksGetWebhooks(client, args196.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
130227
+ args: args196,
130228
+ tool: async (client, args197, ctx) => {
130229
+ const [result, apiCall] = await webhooksGetWebhooks(client, args197.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
129884
130230
  if (!result.ok) {
129885
130231
  return {
129886
130232
  content: [{ type: "text", text: result.error.message }],
@@ -129897,7 +130243,7 @@ Get a list of webhooks`,
129897
130243
  function createMCPServer(deps) {
129898
130244
  const server = new McpServer({
129899
130245
  name: "Vercel",
129900
- version: "1.13.9"
130246
+ version: "1.14.0"
129901
130247
  });
129902
130248
  const client = new VercelCore({
129903
130249
  bearerToken: deps.bearerToken,
@@ -130081,6 +130427,7 @@ function createMCPServer(deps) {
130081
130427
  tool(tool$securityGetBypassIp);
130082
130428
  tool(tool$securityAddBypassIp);
130083
130429
  tool(tool$securityRemoveBypassIp);
130430
+ tool(tool$securityGetV1SecurityFirewallEvents);
130084
130431
  tool(tool$teamsGetTeamMembers);
130085
130432
  tool(tool$teamsInviteUserToTeam);
130086
130433
  tool(tool$teamsRequestAccessToTeam);
@@ -130288,6 +130635,7 @@ var init_server2 = __esm(() => {
130288
130635
  init_securityGetActiveAttackStatus2();
130289
130636
  init_securityGetBypassIp2();
130290
130637
  init_securityGetFirewallConfig2();
130638
+ init_securityGetV1SecurityFirewallEvents2();
130291
130639
  init_securityPutFirewallConfig2();
130292
130640
  init_securityRemoveBypassIp2();
130293
130641
  init_securityUpdateAttackChallengeMode2();
@@ -131486,7 +131834,7 @@ var routes = an({
131486
131834
  var app = He(routes, {
131487
131835
  name: "mcp",
131488
131836
  versionInfo: {
131489
- currentVersion: "1.13.9"
131837
+ currentVersion: "1.14.0"
131490
131838
  }
131491
131839
  });
131492
131840
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -131494,5 +131842,5 @@ export {
131494
131842
  app
131495
131843
  };
131496
131844
 
131497
- //# debugId=4768F2216C99B62364756E2164756E21
131845
+ //# debugId=2D7EC89D80DE6DAF64756E2164756E21
131498
131846
  //# sourceMappingURL=mcp-server.js.map