@distilled.cloud/vercel 1.0.0-rc.7 → 1.0.0-rc.9

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 (198) hide show
  1. package/LICENSE +201 -0
  2. package/lib/services/access_groups.d.ts +1 -1
  3. package/lib/services/access_groups.d.ts.map +1 -1
  4. package/lib/services/access_groups.js +1 -1
  5. package/lib/services/access_groups.js.map +1 -1
  6. package/lib/services/ai_gateway.js +1 -1
  7. package/lib/services/ai_gateway.js.map +1 -1
  8. package/lib/services/aliases.d.ts +3 -3
  9. package/lib/services/aliases.d.ts.map +1 -1
  10. package/lib/services/aliases.js +4 -4
  11. package/lib/services/aliases.js.map +1 -1
  12. package/lib/services/api_ai_gateway.d.ts +275 -0
  13. package/lib/services/api_ai_gateway.d.ts.map +1 -0
  14. package/lib/services/api_ai_gateway.js +229 -0
  15. package/lib/services/api_ai_gateway.js.map +1 -0
  16. package/lib/services/artifacts.d.ts +1 -1
  17. package/lib/services/artifacts.d.ts.map +1 -1
  18. package/lib/services/artifacts.js +12 -12
  19. package/lib/services/artifacts.js.map +1 -1
  20. package/lib/services/authentication.js +1 -1
  21. package/lib/services/authentication.js.map +1 -1
  22. package/lib/services/billing.d.ts +145 -7
  23. package/lib/services/billing.d.ts.map +1 -1
  24. package/lib/services/billing.js +121 -5
  25. package/lib/services/billing.js.map +1 -1
  26. package/lib/services/bulk_redirects.d.ts +4 -4
  27. package/lib/services/bulk_redirects.d.ts.map +1 -1
  28. package/lib/services/bulk_redirects.js +4 -4
  29. package/lib/services/bulk_redirects.js.map +1 -1
  30. package/lib/services/certs.d.ts +9 -9
  31. package/lib/services/certs.d.ts.map +1 -1
  32. package/lib/services/certs.js +10 -12
  33. package/lib/services/certs.js.map +1 -1
  34. package/lib/services/checks_v2.d.ts +5 -0
  35. package/lib/services/checks_v2.d.ts.map +1 -1
  36. package/lib/services/checks_v2.js +6 -1
  37. package/lib/services/checks_v2.js.map +1 -1
  38. package/lib/services/connect.d.ts +1721 -527
  39. package/lib/services/connect.d.ts.map +1 -1
  40. package/lib/services/connect.js +1034 -414
  41. package/lib/services/connect.js.map +1 -1
  42. package/lib/services/deployments.d.ts +338 -30
  43. package/lib/services/deployments.d.ts.map +1 -1
  44. package/lib/services/deployments.js +335 -11
  45. package/lib/services/deployments.js.map +1 -1
  46. package/lib/services/dns.d.ts +13 -13
  47. package/lib/services/dns.d.ts.map +1 -1
  48. package/lib/services/dns.js +13 -14
  49. package/lib/services/dns.js.map +1 -1
  50. package/lib/services/domains.d.ts +55 -27
  51. package/lib/services/domains.d.ts.map +1 -1
  52. package/lib/services/domains.js +38 -25
  53. package/lib/services/domains.js.map +1 -1
  54. package/lib/services/domains_registrar.d.ts.map +1 -1
  55. package/lib/services/domains_registrar.js +1 -1
  56. package/lib/services/domains_registrar.js.map +1 -1
  57. package/lib/services/drains.d.ts +8 -8
  58. package/lib/services/drains.d.ts.map +1 -1
  59. package/lib/services/drains.js +1 -1
  60. package/lib/services/drains.js.map +1 -1
  61. package/lib/services/edge_cache.js +1 -1
  62. package/lib/services/edge_cache.js.map +1 -1
  63. package/lib/services/environment.d.ts +39 -39
  64. package/lib/services/environment.d.ts.map +1 -1
  65. package/lib/services/environment.js +35 -37
  66. package/lib/services/environment.js.map +1 -1
  67. package/lib/services/feature_flags.d.ts +93 -309
  68. package/lib/services/feature_flags.d.ts.map +1 -1
  69. package/lib/services/feature_flags.js +93 -303
  70. package/lib/services/feature_flags.js.map +1 -1
  71. package/lib/services/global_config.d.ts +40 -40
  72. package/lib/services/global_config.d.ts.map +1 -1
  73. package/lib/services/global_config.js +16 -14
  74. package/lib/services/global_config.js.map +1 -1
  75. package/lib/services/index.d.ts +3 -0
  76. package/lib/services/index.d.ts.map +1 -1
  77. package/lib/services/index.js +3 -0
  78. package/lib/services/index.js.map +1 -1
  79. package/lib/services/integrations.d.ts +44 -17
  80. package/lib/services/integrations.d.ts.map +1 -1
  81. package/lib/services/integrations.js +32 -7
  82. package/lib/services/integrations.js.map +1 -1
  83. package/lib/services/kms.d.ts +1095 -0
  84. package/lib/services/kms.d.ts.map +1 -0
  85. package/lib/services/kms.js +982 -0
  86. package/lib/services/kms.js.map +1 -0
  87. package/lib/services/log_drains.d.ts +4 -4
  88. package/lib/services/log_drains.d.ts.map +1 -1
  89. package/lib/services/log_drains.js +1 -1
  90. package/lib/services/log_drains.js.map +1 -1
  91. package/lib/services/logs.js +1 -1
  92. package/lib/services/logs.js.map +1 -1
  93. package/lib/services/marketplace.d.ts +95 -33
  94. package/lib/services/marketplace.d.ts.map +1 -1
  95. package/lib/services/marketplace.js +123 -31
  96. package/lib/services/marketplace.js.map +1 -1
  97. package/lib/services/microfrontends.d.ts +290 -250
  98. package/lib/services/microfrontends.d.ts.map +1 -1
  99. package/lib/services/microfrontends.js +281 -244
  100. package/lib/services/microfrontends.js.map +1 -1
  101. package/lib/services/misc.d.ts +192 -0
  102. package/lib/services/misc.d.ts.map +1 -0
  103. package/lib/services/misc.js +125 -0
  104. package/lib/services/misc.js.map +1 -0
  105. package/lib/services/networking.d.ts +123 -2
  106. package/lib/services/networking.d.ts.map +1 -1
  107. package/lib/services/networking.js +132 -2
  108. package/lib/services/networking.js.map +1 -1
  109. package/lib/services/observability.js +1 -1
  110. package/lib/services/observability.js.map +1 -1
  111. package/lib/services/project_members.js +1 -1
  112. package/lib/services/project_members.js.map +1 -1
  113. package/lib/services/project_routes.d.ts.map +1 -1
  114. package/lib/services/project_routes.js +1 -1
  115. package/lib/services/project_routes.js.map +1 -1
  116. package/lib/services/projects.d.ts +356 -116
  117. package/lib/services/projects.d.ts.map +1 -1
  118. package/lib/services/projects.js +260 -64
  119. package/lib/services/projects.js.map +1 -1
  120. package/lib/services/rolling_release.d.ts +2 -2
  121. package/lib/services/rolling_release.d.ts.map +1 -1
  122. package/lib/services/rolling_release.js +1 -1
  123. package/lib/services/rolling_release.js.map +1 -1
  124. package/lib/services/sandboxes.d.ts +1007 -410
  125. package/lib/services/sandboxes.d.ts.map +1 -1
  126. package/lib/services/sandboxes.js +732 -293
  127. package/lib/services/sandboxes.js.map +1 -1
  128. package/lib/services/security.d.ts +590 -275
  129. package/lib/services/security.d.ts.map +1 -1
  130. package/lib/services/security.js +562 -208
  131. package/lib/services/security.js.map +1 -1
  132. package/lib/services/storage.d.ts +69 -69
  133. package/lib/services/storage.d.ts.map +1 -1
  134. package/lib/services/storage.js +59 -59
  135. package/lib/services/storage.js.map +1 -1
  136. package/lib/services/teams.d.ts +351 -328
  137. package/lib/services/teams.d.ts.map +1 -1
  138. package/lib/services/teams.js +299 -284
  139. package/lib/services/teams.js.map +1 -1
  140. package/lib/services/user.d.ts +4237 -3650
  141. package/lib/services/user.d.ts.map +1 -1
  142. package/lib/services/user.js +3426 -2935
  143. package/lib/services/user.js.map +1 -1
  144. package/lib/services/vcr.d.ts +80 -122
  145. package/lib/services/vcr.d.ts.map +1 -1
  146. package/lib/services/vcr.js +89 -144
  147. package/lib/services/vcr.js.map +1 -1
  148. package/lib/services/web_analytics.d.ts +42 -10
  149. package/lib/services/web_analytics.d.ts.map +1 -1
  150. package/lib/services/web_analytics.js +39 -9
  151. package/lib/services/web_analytics.js.map +1 -1
  152. package/lib/services/webhooks.d.ts +13 -1
  153. package/lib/services/webhooks.d.ts.map +1 -1
  154. package/lib/services/webhooks.js +11 -1
  155. package/lib/services/webhooks.js.map +1 -1
  156. package/package.json +6 -5
  157. package/src/services/access_groups.ts +5 -2
  158. package/src/services/ai_gateway.ts +1 -1
  159. package/src/services/aliases.ts +9 -8
  160. package/src/services/api_ai_gateway.ts +607 -0
  161. package/src/services/artifacts.ts +13 -13
  162. package/src/services/authentication.ts +1 -1
  163. package/src/services/billing.ts +358 -26
  164. package/src/services/bulk_redirects.ts +10 -10
  165. package/src/services/certs.ts +20 -26
  166. package/src/services/checks_v2.ts +11 -1
  167. package/src/services/connect.ts +3330 -1121
  168. package/src/services/deployments.ts +1513 -429
  169. package/src/services/dns.ts +26 -27
  170. package/src/services/domains.ts +119 -63
  171. package/src/services/domains_registrar.ts +37 -37
  172. package/src/services/drains.ts +35 -18
  173. package/src/services/edge_cache.ts +1 -1
  174. package/src/services/environment.ts +99 -95
  175. package/src/services/feature_flags.ts +332 -884
  176. package/src/services/global_config.ts +59 -57
  177. package/src/services/index.ts +3 -0
  178. package/src/services/integrations.ts +870 -668
  179. package/src/services/kms.ts +2631 -0
  180. package/src/services/log_drains.ts +73 -41
  181. package/src/services/logs.ts +1 -1
  182. package/src/services/marketplace.ts +324 -96
  183. package/src/services/microfrontends.ts +1582 -1306
  184. package/src/services/misc.ts +364 -0
  185. package/src/services/networking.ts +339 -4
  186. package/src/services/observability.ts +1 -1
  187. package/src/services/project_members.ts +1 -1
  188. package/src/services/project_routes.ts +25 -16
  189. package/src/services/projects.ts +1987 -691
  190. package/src/services/rolling_release.ts +100 -96
  191. package/src/services/sandboxes.ts +3013 -1268
  192. package/src/services/security.ts +3433 -1845
  193. package/src/services/storage.ts +145 -141
  194. package/src/services/teams.ts +1061 -986
  195. package/src/services/user.ts +8490 -6901
  196. package/src/services/vcr.ts +349 -443
  197. package/src/services/web_analytics.ts +83 -13
  198. package/src/services/webhooks.ts +32 -1
@@ -1,4 +1,4 @@
1
- // AUTO-GENERATED by scripts/generate.ts from .generated-specs (specs/openapi.json). Do not edit.
1
+ // AUTO-GENERATED by scripts/generate.ts from .generated-specs (specs/spec-mirror-vercel/specs/openapi.json). Do not edit.
2
2
  import * as S from "@distilled.cloud/core/schema";
3
3
  import * as API from "@distilled.cloud/core/api";
4
4
  import * as C from "@distilled.cloud/core/category";
@@ -224,79 +224,80 @@ export const CreateIntegrationStoreDirectRequest = /*@__PURE__*/ S.suspend(() =>
224
224
  }) as any as S.Schema<CreateIntegrationStoreDirectRequest>;
225
225
 
226
226
  export type CreateIntegrationStoreDirectResponseStoreProjectsMetadataItemFramework =
227
- | "actix-web"
228
- | "angular"
229
- | "ash"
230
- | "astro"
231
- | "axum"
232
- | "blitzjs"
233
- | "brunch"
234
- | "bun"
235
- | "container"
236
- | "create-react-app"
237
- | "django"
238
- | "docusaurus"
239
- | "docusaurus-2"
240
- | "dojo"
241
- | "eleventy"
242
- | "elysia"
243
- | "ember"
244
- | "eve"
245
- | "express"
246
- | "fastapi"
247
- | "fasthtml"
248
- | "fastify"
249
- | "flask"
250
- | "gatsby"
251
- | "go"
252
- | "gridsome"
253
- | "h3"
254
- | "hexo"
255
- | "hono"
256
- | "hugo"
257
- | "hydrogen"
258
- | "ionic-angular"
259
- | "ionic-react"
260
- | "jekyll"
261
- | "koa"
262
- | "mastra"
263
- | "middleman"
264
- | "nestjs"
265
- | "nextjs"
266
- | "nitro"
267
- | "node"
268
- | "nuxtjs"
269
- | "parcel"
270
- | "polymer"
271
- | "preact"
272
- | "python"
273
- | "react-router"
274
- | "redwoodjs"
275
- | "remix"
276
- | "ruby"
277
- | "rust"
278
- | "saber"
279
- | "sanity"
280
- | "sanity-v2"
281
- | "sapper"
282
- | "scully"
283
- | "services"
284
- | "solidstart"
285
- | "solidstart-1"
286
- | "stencil"
287
- | "storybook"
288
- | "svelte"
289
- | "sveltekit"
290
- | "sveltekit-1"
291
- | "tanstack-start"
292
- | "tanstack-start-lovable"
293
- | "umijs"
294
- | "vite"
295
- | "vitepress"
296
- | "vue"
297
- | "vuepress"
298
- | "xmcp"
299
- | "zola";
227
+ | "actix-web"
228
+ | "angular"
229
+ | "ash"
230
+ | "astro"
231
+ | "axum"
232
+ | "blitzjs"
233
+ | "brunch"
234
+ | "bun"
235
+ | "container"
236
+ | "create-react-app"
237
+ | "django"
238
+ | "docusaurus"
239
+ | "docusaurus-2"
240
+ | "dojo"
241
+ | "eleventy"
242
+ | "elysia"
243
+ | "ember"
244
+ | "eve"
245
+ | "express"
246
+ | "factory-eve"
247
+ | "fastapi"
248
+ | "fasthtml"
249
+ | "fastify"
250
+ | "flask"
251
+ | "gatsby"
252
+ | "go"
253
+ | "gridsome"
254
+ | "h3"
255
+ | "hexo"
256
+ | "hono"
257
+ | "hugo"
258
+ | "hydrogen"
259
+ | "ionic-angular"
260
+ | "ionic-react"
261
+ | "jekyll"
262
+ | "koa"
263
+ | "mastra"
264
+ | "middleman"
265
+ | "nestjs"
266
+ | "nextjs"
267
+ | "nitro"
268
+ | "node"
269
+ | "nuxtjs"
270
+ | "parcel"
271
+ | "polymer"
272
+ | "preact"
273
+ | "python"
274
+ | "react-router"
275
+ | "redwoodjs"
276
+ | "remix"
277
+ | "ruby"
278
+ | "rust"
279
+ | "saber"
280
+ | "sanity"
281
+ | "sanity-v2"
282
+ | "sapper"
283
+ | "scully"
284
+ | "services"
285
+ | "solidstart"
286
+ | "solidstart-1"
287
+ | "stencil"
288
+ | "storybook"
289
+ | "svelte"
290
+ | "sveltekit"
291
+ | "sveltekit-1"
292
+ | "tanstack-start"
293
+ | "tanstack-start-lovable"
294
+ | "umijs"
295
+ | "vite"
296
+ | "vitepress"
297
+ | "vue"
298
+ | "vuepress"
299
+ | "xmcp"
300
+ | "zola";
300
301
  export const CreateIntegrationStoreDirectResponseStoreProjectsMetadataItemFramework =
301
302
  /*@__PURE__*/ S.String;
302
303
 
@@ -315,7 +316,9 @@ export const CreateIntegrationStoreDirectResponseStoreProjectsMetadataItemEnviro
315
316
  ) as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProjectsMetadataItemEnvironmentVariablesList>;
316
317
 
317
318
  export type CreateIntegrationStoreDirectResponseStoreProjectsMetadataItemDeploymentsActionsItemEnvironmentsItem =
318
- "development" | "preview" | "production";
319
+ | "development"
320
+ | "preview"
321
+ | "production";
319
322
  export const CreateIntegrationStoreDirectResponseStoreProjectsMetadataItemDeploymentsActionsItemEnvironmentsItem =
320
323
  /*@__PURE__*/ S.String;
321
324
 
@@ -411,7 +414,9 @@ export const CreateIntegrationStoreDirectResponseStoreProjectsMetadataList =
411
414
  ) as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProjectsMetadataList>;
412
415
 
413
416
  export type CreateIntegrationStoreDirectResponseStoreProjectFilterGitProvidersCase0Item =
414
- "bitbucket" | "github" | "gitlab";
417
+ | "bitbucket"
418
+ | "github"
419
+ | "gitlab";
415
420
  export const CreateIntegrationStoreDirectResponseStoreProjectFilterGitProvidersCase0Item =
416
421
  /*@__PURE__*/ S.String;
417
422
 
@@ -428,8 +433,8 @@ export const CreateIntegrationStoreDirectResponseStoreProjectFilterGitProvidersC
428
433
  /*@__PURE__*/ S.String;
429
434
 
430
435
  export type CreateIntegrationStoreDirectResponseStoreProjectFilterGitProviders =
431
- | CreateIntegrationStoreDirectResponseStoreProjectFilterGitProvidersCase0List
432
- | CreateIntegrationStoreDirectResponseStoreProjectFilterGitProvidersCase1;
436
+ | CreateIntegrationStoreDirectResponseStoreProjectFilterGitProvidersCase0List
437
+ | CreateIntegrationStoreDirectResponseStoreProjectFilterGitProvidersCase1;
433
438
  export const CreateIntegrationStoreDirectResponseStoreProjectFilterGitProviders =
434
439
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProjectFilterGitProviders>;
435
440
 
@@ -503,11 +508,13 @@ export const CreateIntegrationStoreDirectResponseStoreOwnership =
503
508
 
504
509
  export interface CreateIntegrationStoreDirectResponseStoreCapabilitiesSecretRotationCase0 {
505
510
  maxDelayHours: number;
511
+ customRotationWarning?: string;
506
512
  }
507
513
  export const CreateIntegrationStoreDirectResponseStoreCapabilitiesSecretRotationCase0 =
508
514
  /*@__PURE__*/ S.suspend(() =>
509
515
  S.Struct({
510
516
  maxDelayHours: S.Number,
517
+ customRotationWarning: S.optional(S.String),
511
518
  }),
512
519
  ).annotate({
513
520
  identifier:
@@ -515,8 +522,8 @@ export const CreateIntegrationStoreDirectResponseStoreCapabilitiesSecretRotation
515
522
  }) as any as S.Schema<CreateIntegrationStoreDirectResponseStoreCapabilitiesSecretRotationCase0>;
516
523
 
517
524
  export type CreateIntegrationStoreDirectResponseStoreCapabilitiesSecretRotation =
518
- | CreateIntegrationStoreDirectResponseStoreCapabilitiesSecretRotationCase0
519
- | boolean;
525
+ | CreateIntegrationStoreDirectResponseStoreCapabilitiesSecretRotationCase0
526
+ | boolean;
520
527
  export const CreateIntegrationStoreDirectResponseStoreCapabilitiesSecretRotation =
521
528
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreCapabilitiesSecretRotation>;
522
529
 
@@ -605,8 +612,8 @@ export const CreateIntegrationStoreDirectResponseStoreProductCapabilitiesSecretR
605
612
  CreateIntegrationStoreDirectResponseStoreCapabilitiesSecretRotationCase0;
606
613
 
607
614
  export type CreateIntegrationStoreDirectResponseStoreProductCapabilitiesSecretRotation =
608
- | CreateIntegrationStoreDirectResponseStoreCapabilitiesSecretRotationCase0
609
- | boolean;
615
+ | CreateIntegrationStoreDirectResponseStoreCapabilitiesSecretRotationCase0
616
+ | boolean;
610
617
  export const CreateIntegrationStoreDirectResponseStoreProductCapabilitiesSecretRotation =
611
618
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductCapabilitiesSecretRotation>;
612
619
 
@@ -694,14 +701,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
694
701
  }) as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0>;
695
702
 
696
703
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase2 =
697
- "create" | "update";
704
+ | "create"
705
+ | "update";
698
706
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase2 =
699
707
  /*@__PURE__*/ S.String;
700
708
 
701
709
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnly =
702
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
703
- | boolean
704
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase2;
710
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
711
+ | boolean
712
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase2;
705
713
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnly =
706
714
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnly>;
707
715
 
@@ -711,14 +719,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
711
719
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
712
720
 
713
721
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiHiddenCase2 =
714
- "create" | "update";
722
+ | "create"
723
+ | "update";
715
724
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiHiddenCase2 =
716
725
  /*@__PURE__*/ S.String;
717
726
 
718
727
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiHidden =
719
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
720
- | boolean
721
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiHiddenCase2;
728
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
729
+ | boolean
730
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiHiddenCase2;
722
731
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiHidden =
723
732
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiHidden>;
724
733
 
@@ -728,14 +737,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
728
737
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
729
738
 
730
739
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiDisabledCase2 =
731
- "create" | "update";
740
+ | "create"
741
+ | "update";
732
742
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiDisabledCase2 =
733
743
  /*@__PURE__*/ S.String;
734
744
 
735
745
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiDisabled =
736
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
737
- | boolean
738
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiDisabledCase2;
746
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
747
+ | boolean
748
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiDisabledCase2;
739
749
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiDisabled =
740
750
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiDisabled>;
741
751
 
@@ -745,8 +755,8 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
745
755
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
746
756
 
747
757
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiDescription =
748
- | string
749
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
758
+ | string
759
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
750
760
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiDescription =
751
761
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiDescription>;
752
762
 
@@ -839,14 +849,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
839
849
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
840
850
 
841
851
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiReadOnlyCase2 =
842
- "create" | "update";
852
+ | "create"
853
+ | "update";
843
854
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiReadOnlyCase2 =
844
855
  /*@__PURE__*/ S.String;
845
856
 
846
857
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiReadOnly =
847
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
848
- | boolean
849
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiReadOnlyCase2;
858
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
859
+ | boolean
860
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiReadOnlyCase2;
850
861
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiReadOnly =
851
862
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiReadOnly>;
852
863
 
@@ -856,14 +867,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
856
867
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
857
868
 
858
869
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiHiddenCase2 =
859
- "create" | "update";
870
+ | "create"
871
+ | "update";
860
872
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiHiddenCase2 =
861
873
  /*@__PURE__*/ S.String;
862
874
 
863
875
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiHidden =
864
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
865
- | boolean
866
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiHiddenCase2;
876
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
877
+ | boolean
878
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiHiddenCase2;
867
879
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiHidden =
868
880
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiHidden>;
869
881
 
@@ -873,14 +885,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
873
885
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
874
886
 
875
887
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiDisabledCase2 =
876
- "create" | "update";
888
+ | "create"
889
+ | "update";
877
890
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiDisabledCase2 =
878
891
  /*@__PURE__*/ S.String;
879
892
 
880
893
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiDisabled =
881
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
882
- | boolean
883
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiDisabledCase2;
894
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
895
+ | boolean
896
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiDisabledCase2;
884
897
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiDisabled =
885
898
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiDisabled>;
886
899
 
@@ -890,8 +903,8 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
890
903
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
891
904
 
892
905
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiDescription =
893
- | string
894
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
906
+ | string
907
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
895
908
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiDescription =
896
909
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1UiDescription>;
897
910
 
@@ -982,14 +995,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
982
995
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
983
996
 
984
997
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiReadOnlyCase2 =
985
- "create" | "update";
998
+ | "create"
999
+ | "update";
986
1000
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiReadOnlyCase2 =
987
1001
  /*@__PURE__*/ S.String;
988
1002
 
989
1003
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiReadOnly =
990
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
991
- | boolean
992
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiReadOnlyCase2;
1004
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
1005
+ | boolean
1006
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiReadOnlyCase2;
993
1007
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiReadOnly =
994
1008
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiReadOnly>;
995
1009
 
@@ -999,14 +1013,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
999
1013
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
1000
1014
 
1001
1015
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiHiddenCase2 =
1002
- "create" | "update";
1016
+ | "create"
1017
+ | "update";
1003
1018
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiHiddenCase2 =
1004
1019
  /*@__PURE__*/ S.String;
1005
1020
 
1006
1021
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiHidden =
1007
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
1008
- | boolean
1009
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiHiddenCase2;
1022
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
1023
+ | boolean
1024
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiHiddenCase2;
1010
1025
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiHidden =
1011
1026
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiHidden>;
1012
1027
 
@@ -1016,14 +1031,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
1016
1031
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
1017
1032
 
1018
1033
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiDisabledCase2 =
1019
- "create" | "update";
1034
+ | "create"
1035
+ | "update";
1020
1036
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiDisabledCase2 =
1021
1037
  /*@__PURE__*/ S.String;
1022
1038
 
1023
1039
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiDisabled =
1024
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
1025
- | boolean
1026
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiDisabledCase2;
1040
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
1041
+ | boolean
1042
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiDisabledCase2;
1027
1043
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiDisabled =
1028
1044
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiDisabled>;
1029
1045
 
@@ -1033,8 +1049,8 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
1033
1049
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
1034
1050
 
1035
1051
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiDescription =
1036
- | string
1037
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
1052
+ | string
1053
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
1038
1054
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiDescription =
1039
1055
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2UiDescription>;
1040
1056
 
@@ -1159,14 +1175,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
1159
1175
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
1160
1176
 
1161
1177
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiReadOnlyCase2 =
1162
- "create" | "update";
1178
+ | "create"
1179
+ | "update";
1163
1180
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiReadOnlyCase2 =
1164
1181
  /*@__PURE__*/ S.String;
1165
1182
 
1166
1183
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiReadOnly =
1167
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
1168
- | boolean
1169
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiReadOnlyCase2;
1184
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
1185
+ | boolean
1186
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiReadOnlyCase2;
1170
1187
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiReadOnly =
1171
1188
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiReadOnly>;
1172
1189
 
@@ -1176,14 +1193,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
1176
1193
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
1177
1194
 
1178
1195
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiHiddenCase2 =
1179
- "create" | "update";
1196
+ | "create"
1197
+ | "update";
1180
1198
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiHiddenCase2 =
1181
1199
  /*@__PURE__*/ S.String;
1182
1200
 
1183
1201
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiHidden =
1184
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
1185
- | boolean
1186
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiHiddenCase2;
1202
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
1203
+ | boolean
1204
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiHiddenCase2;
1187
1205
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiHidden =
1188
1206
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiHidden>;
1189
1207
 
@@ -1193,14 +1211,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
1193
1211
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
1194
1212
 
1195
1213
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiDisabledCase2 =
1196
- "create" | "update";
1214
+ | "create"
1215
+ | "update";
1197
1216
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiDisabledCase2 =
1198
1217
  /*@__PURE__*/ S.String;
1199
1218
 
1200
1219
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiDisabled =
1201
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
1202
- | boolean
1203
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiDisabledCase2;
1220
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
1221
+ | boolean
1222
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiDisabledCase2;
1204
1223
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiDisabled =
1205
1224
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiDisabled>;
1206
1225
 
@@ -1210,8 +1229,8 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
1210
1229
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
1211
1230
 
1212
1231
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiDescription =
1213
- | string
1214
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
1232
+ | string
1233
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
1215
1234
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiDescription =
1216
1235
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3UiDescription>;
1217
1236
 
@@ -1306,14 +1325,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
1306
1325
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
1307
1326
 
1308
1327
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiOptionsItemDisabledCase2 =
1309
- "create" | "update";
1328
+ | "create"
1329
+ | "update";
1310
1330
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiOptionsItemDisabledCase2 =
1311
1331
  /*@__PURE__*/ S.String;
1312
1332
 
1313
1333
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiOptionsItemDisabled =
1314
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
1315
- | boolean
1316
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiOptionsItemDisabledCase2;
1334
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
1335
+ | boolean
1336
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiOptionsItemDisabledCase2;
1317
1337
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiOptionsItemDisabled =
1318
1338
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiOptionsItemDisabled>;
1319
1339
 
@@ -1323,14 +1343,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
1323
1343
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
1324
1344
 
1325
1345
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiOptionsItemHiddenCase2 =
1326
- "create" | "update";
1346
+ | "create"
1347
+ | "update";
1327
1348
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiOptionsItemHiddenCase2 =
1328
1349
  /*@__PURE__*/ S.String;
1329
1350
 
1330
1351
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiOptionsItemHidden =
1331
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
1332
- | boolean
1333
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiOptionsItemHiddenCase2;
1352
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
1353
+ | boolean
1354
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiOptionsItemHiddenCase2;
1334
1355
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiOptionsItemHidden =
1335
1356
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiOptionsItemHidden>;
1336
1357
 
@@ -1379,14 +1400,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
1379
1400
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
1380
1401
 
1381
1402
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiReadOnlyCase2 =
1382
- "create" | "update";
1403
+ | "create"
1404
+ | "update";
1383
1405
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiReadOnlyCase2 =
1384
1406
  /*@__PURE__*/ S.String;
1385
1407
 
1386
1408
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiReadOnly =
1387
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
1388
- | boolean
1389
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiReadOnlyCase2;
1409
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
1410
+ | boolean
1411
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiReadOnlyCase2;
1390
1412
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiReadOnly =
1391
1413
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiReadOnly>;
1392
1414
 
@@ -1396,14 +1418,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
1396
1418
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
1397
1419
 
1398
1420
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiHiddenCase2 =
1399
- "create" | "update";
1421
+ | "create"
1422
+ | "update";
1400
1423
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiHiddenCase2 =
1401
1424
  /*@__PURE__*/ S.String;
1402
1425
 
1403
1426
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiHidden =
1404
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
1405
- | boolean
1406
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiHiddenCase2;
1427
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
1428
+ | boolean
1429
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiHiddenCase2;
1407
1430
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiHidden =
1408
1431
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiHidden>;
1409
1432
 
@@ -1413,14 +1436,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
1413
1436
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
1414
1437
 
1415
1438
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiDisabledCase2 =
1416
- "create" | "update";
1439
+ | "create"
1440
+ | "update";
1417
1441
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiDisabledCase2 =
1418
1442
  /*@__PURE__*/ S.String;
1419
1443
 
1420
1444
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiDisabled =
1421
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
1422
- | boolean
1423
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiDisabledCase2;
1445
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
1446
+ | boolean
1447
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiDisabledCase2;
1424
1448
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiDisabled =
1425
1449
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiDisabled>;
1426
1450
 
@@ -1430,8 +1454,8 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
1430
1454
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
1431
1455
 
1432
1456
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiDescription =
1433
- | string
1434
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
1457
+ | string
1458
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
1435
1459
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiDescription =
1436
1460
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4UiDescription>;
1437
1461
 
@@ -1529,14 +1553,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
1529
1553
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
1530
1554
 
1531
1555
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiOptionsItemDisabledCase2 =
1532
- "create" | "update";
1556
+ | "create"
1557
+ | "update";
1533
1558
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiOptionsItemDisabledCase2 =
1534
1559
  /*@__PURE__*/ S.String;
1535
1560
 
1536
1561
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiOptionsItemDisabled =
1537
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
1538
- | boolean
1539
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiOptionsItemDisabledCase2;
1562
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
1563
+ | boolean
1564
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiOptionsItemDisabledCase2;
1540
1565
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiOptionsItemDisabled =
1541
1566
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiOptionsItemDisabled>;
1542
1567
 
@@ -1546,14 +1571,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
1546
1571
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
1547
1572
 
1548
1573
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiOptionsItemHiddenCase2 =
1549
- "create" | "update";
1574
+ | "create"
1575
+ | "update";
1550
1576
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiOptionsItemHiddenCase2 =
1551
1577
  /*@__PURE__*/ S.String;
1552
1578
 
1553
1579
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiOptionsItemHidden =
1554
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
1555
- | boolean
1556
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiOptionsItemHiddenCase2;
1580
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
1581
+ | boolean
1582
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiOptionsItemHiddenCase2;
1557
1583
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiOptionsItemHidden =
1558
1584
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiOptionsItemHidden>;
1559
1585
 
@@ -1602,14 +1628,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
1602
1628
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
1603
1629
 
1604
1630
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiReadOnlyCase2 =
1605
- "create" | "update";
1631
+ | "create"
1632
+ | "update";
1606
1633
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiReadOnlyCase2 =
1607
1634
  /*@__PURE__*/ S.String;
1608
1635
 
1609
1636
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiReadOnly =
1610
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
1611
- | boolean
1612
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiReadOnlyCase2;
1637
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
1638
+ | boolean
1639
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiReadOnlyCase2;
1613
1640
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiReadOnly =
1614
1641
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiReadOnly>;
1615
1642
 
@@ -1619,14 +1646,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
1619
1646
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
1620
1647
 
1621
1648
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiHiddenCase2 =
1622
- "create" | "update";
1649
+ | "create"
1650
+ | "update";
1623
1651
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiHiddenCase2 =
1624
1652
  /*@__PURE__*/ S.String;
1625
1653
 
1626
1654
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiHidden =
1627
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
1628
- | boolean
1629
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiHiddenCase2;
1655
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
1656
+ | boolean
1657
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiHiddenCase2;
1630
1658
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiHidden =
1631
1659
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiHidden>;
1632
1660
 
@@ -1636,14 +1664,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
1636
1664
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
1637
1665
 
1638
1666
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiDisabledCase2 =
1639
- "create" | "update";
1667
+ | "create"
1668
+ | "update";
1640
1669
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiDisabledCase2 =
1641
1670
  /*@__PURE__*/ S.String;
1642
1671
 
1643
1672
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiDisabled =
1644
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
1645
- | boolean
1646
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiDisabledCase2;
1673
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
1674
+ | boolean
1675
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiDisabledCase2;
1647
1676
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiDisabled =
1648
1677
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiDisabled>;
1649
1678
 
@@ -1653,8 +1682,8 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
1653
1682
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
1654
1683
 
1655
1684
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiDescription =
1656
- | string
1657
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
1685
+ | string
1686
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
1658
1687
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiDescription =
1659
1688
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5UiDescription>;
1660
1689
 
@@ -1791,14 +1820,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
1791
1820
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
1792
1821
 
1793
1822
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiOptionsItemDisabledCase2 =
1794
- "create" | "update";
1823
+ | "create"
1824
+ | "update";
1795
1825
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiOptionsItemDisabledCase2 =
1796
1826
  /*@__PURE__*/ S.String;
1797
1827
 
1798
1828
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiOptionsItemDisabled =
1799
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
1800
- | boolean
1801
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiOptionsItemDisabledCase2;
1829
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
1830
+ | boolean
1831
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiOptionsItemDisabledCase2;
1802
1832
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiOptionsItemDisabled =
1803
1833
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiOptionsItemDisabled>;
1804
1834
 
@@ -1808,14 +1838,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
1808
1838
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
1809
1839
 
1810
1840
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiOptionsItemHiddenCase2 =
1811
- "create" | "update";
1841
+ | "create"
1842
+ | "update";
1812
1843
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiOptionsItemHiddenCase2 =
1813
1844
  /*@__PURE__*/ S.String;
1814
1845
 
1815
1846
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiOptionsItemHidden =
1816
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
1817
- | boolean
1818
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiOptionsItemHiddenCase2;
1847
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
1848
+ | boolean
1849
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiOptionsItemHiddenCase2;
1819
1850
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiOptionsItemHidden =
1820
1851
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiOptionsItemHidden>;
1821
1852
 
@@ -1864,14 +1895,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
1864
1895
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
1865
1896
 
1866
1897
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiReadOnlyCase2 =
1867
- "create" | "update";
1898
+ | "create"
1899
+ | "update";
1868
1900
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiReadOnlyCase2 =
1869
1901
  /*@__PURE__*/ S.String;
1870
1902
 
1871
1903
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiReadOnly =
1872
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
1873
- | boolean
1874
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiReadOnlyCase2;
1904
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
1905
+ | boolean
1906
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiReadOnlyCase2;
1875
1907
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiReadOnly =
1876
1908
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiReadOnly>;
1877
1909
 
@@ -1881,14 +1913,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
1881
1913
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
1882
1914
 
1883
1915
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiHiddenCase2 =
1884
- "create" | "update";
1916
+ | "create"
1917
+ | "update";
1885
1918
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiHiddenCase2 =
1886
1919
  /*@__PURE__*/ S.String;
1887
1920
 
1888
1921
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiHidden =
1889
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
1890
- | boolean
1891
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiHiddenCase2;
1922
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
1923
+ | boolean
1924
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiHiddenCase2;
1892
1925
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiHidden =
1893
1926
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiHidden>;
1894
1927
 
@@ -1898,14 +1931,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
1898
1931
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
1899
1932
 
1900
1933
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiDisabledCase2 =
1901
- "create" | "update";
1934
+ | "create"
1935
+ | "update";
1902
1936
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiDisabledCase2 =
1903
1937
  /*@__PURE__*/ S.String;
1904
1938
 
1905
1939
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiDisabled =
1906
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
1907
- | boolean
1908
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiDisabledCase2;
1940
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
1941
+ | boolean
1942
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiDisabledCase2;
1909
1943
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiDisabled =
1910
1944
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiDisabled>;
1911
1945
 
@@ -1915,8 +1949,8 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
1915
1949
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
1916
1950
 
1917
1951
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiDescription =
1918
- | string
1919
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
1952
+ | string
1953
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
1920
1954
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiDescription =
1921
1955
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6UiDescription>;
1922
1956
 
@@ -2024,14 +2058,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
2024
2058
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
2025
2059
 
2026
2060
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase0DisabledCase2 =
2027
- "create" | "update";
2061
+ | "create"
2062
+ | "update";
2028
2063
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase0DisabledCase2 =
2029
2064
  /*@__PURE__*/ S.String;
2030
2065
 
2031
2066
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase0Disabled =
2032
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2033
- | boolean
2034
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase0DisabledCase2;
2067
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2068
+ | boolean
2069
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase0DisabledCase2;
2035
2070
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase0Disabled =
2036
2071
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase0Disabled>;
2037
2072
 
@@ -2041,14 +2076,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
2041
2076
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
2042
2077
 
2043
2078
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase0HiddenCase2 =
2044
- "create" | "update";
2079
+ | "create"
2080
+ | "update";
2045
2081
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase0HiddenCase2 =
2046
2082
  /*@__PURE__*/ S.String;
2047
2083
 
2048
2084
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase0Hidden =
2049
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2050
- | boolean
2051
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase0HiddenCase2;
2085
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2086
+ | boolean
2087
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase0HiddenCase2;
2052
2088
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase0Hidden =
2053
2089
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase0Hidden>;
2054
2090
 
@@ -2083,14 +2119,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
2083
2119
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
2084
2120
 
2085
2121
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase2DisabledCase2 =
2086
- "create" | "update";
2122
+ | "create"
2123
+ | "update";
2087
2124
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase2DisabledCase2 =
2088
2125
  /*@__PURE__*/ S.String;
2089
2126
 
2090
2127
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase2Disabled =
2091
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2092
- | boolean
2093
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase2DisabledCase2;
2128
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2129
+ | boolean
2130
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase2DisabledCase2;
2094
2131
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase2Disabled =
2095
2132
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase2Disabled>;
2096
2133
 
@@ -2100,14 +2137,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
2100
2137
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
2101
2138
 
2102
2139
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase2HiddenCase2 =
2103
- "create" | "update";
2140
+ | "create"
2141
+ | "update";
2104
2142
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase2HiddenCase2 =
2105
2143
  /*@__PURE__*/ S.String;
2106
2144
 
2107
2145
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase2Hidden =
2108
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2109
- | boolean
2110
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase2HiddenCase2;
2146
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2147
+ | boolean
2148
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase2HiddenCase2;
2111
2149
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase2Hidden =
2112
2150
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase2Hidden>;
2113
2151
 
@@ -2135,9 +2173,9 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
2135
2173
  }) as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase2>;
2136
2174
 
2137
2175
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItem =
2138
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase0
2139
- | string
2140
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase2;
2176
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase0
2177
+ | string
2178
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItemCase2;
2141
2179
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItem =
2142
2180
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiOptionsItem>;
2143
2181
 
@@ -2161,14 +2199,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
2161
2199
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
2162
2200
 
2163
2201
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiReadOnlyCase2 =
2164
- "create" | "update";
2202
+ | "create"
2203
+ | "update";
2165
2204
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiReadOnlyCase2 =
2166
2205
  /*@__PURE__*/ S.String;
2167
2206
 
2168
2207
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiReadOnly =
2169
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2170
- | boolean
2171
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiReadOnlyCase2;
2208
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2209
+ | boolean
2210
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiReadOnlyCase2;
2172
2211
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiReadOnly =
2173
2212
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiReadOnly>;
2174
2213
 
@@ -2178,14 +2217,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
2178
2217
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
2179
2218
 
2180
2219
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiHiddenCase2 =
2181
- "create" | "update";
2220
+ | "create"
2221
+ | "update";
2182
2222
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiHiddenCase2 =
2183
2223
  /*@__PURE__*/ S.String;
2184
2224
 
2185
2225
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiHidden =
2186
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2187
- | boolean
2188
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiHiddenCase2;
2226
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2227
+ | boolean
2228
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiHiddenCase2;
2189
2229
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiHidden =
2190
2230
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiHidden>;
2191
2231
 
@@ -2195,14 +2235,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
2195
2235
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
2196
2236
 
2197
2237
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiDisabledCase2 =
2198
- "create" | "update";
2238
+ | "create"
2239
+ | "update";
2199
2240
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiDisabledCase2 =
2200
2241
  /*@__PURE__*/ S.String;
2201
2242
 
2202
2243
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiDisabled =
2203
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2204
- | boolean
2205
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiDisabledCase2;
2244
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2245
+ | boolean
2246
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiDisabledCase2;
2206
2247
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiDisabled =
2207
2248
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiDisabled>;
2208
2249
 
@@ -2212,8 +2253,8 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
2212
2253
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
2213
2254
 
2214
2255
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiDescription =
2215
- | string
2216
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
2256
+ | string
2257
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
2217
2258
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiDescription =
2218
2259
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7UiDescription>;
2219
2260
 
@@ -2350,14 +2391,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
2350
2391
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
2351
2392
 
2352
2393
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase0DisabledCase2 =
2353
- "create" | "update";
2394
+ | "create"
2395
+ | "update";
2354
2396
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase0DisabledCase2 =
2355
2397
  /*@__PURE__*/ S.String;
2356
2398
 
2357
2399
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase0Disabled =
2358
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2359
- | boolean
2360
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase0DisabledCase2;
2400
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2401
+ | boolean
2402
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase0DisabledCase2;
2361
2403
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase0Disabled =
2362
2404
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase0Disabled>;
2363
2405
 
@@ -2367,14 +2409,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
2367
2409
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
2368
2410
 
2369
2411
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase0HiddenCase2 =
2370
- "create" | "update";
2412
+ | "create"
2413
+ | "update";
2371
2414
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase0HiddenCase2 =
2372
2415
  /*@__PURE__*/ S.String;
2373
2416
 
2374
2417
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase0Hidden =
2375
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2376
- | boolean
2377
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase0HiddenCase2;
2418
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2419
+ | boolean
2420
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase0HiddenCase2;
2378
2421
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase0Hidden =
2379
2422
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase0Hidden>;
2380
2423
 
@@ -2409,14 +2452,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
2409
2452
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
2410
2453
 
2411
2454
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase2DisabledCase2 =
2412
- "create" | "update";
2455
+ | "create"
2456
+ | "update";
2413
2457
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase2DisabledCase2 =
2414
2458
  /*@__PURE__*/ S.String;
2415
2459
 
2416
2460
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase2Disabled =
2417
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2418
- | boolean
2419
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase2DisabledCase2;
2461
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2462
+ | boolean
2463
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase2DisabledCase2;
2420
2464
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase2Disabled =
2421
2465
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase2Disabled>;
2422
2466
 
@@ -2426,14 +2470,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
2426
2470
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
2427
2471
 
2428
2472
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase2HiddenCase2 =
2429
- "create" | "update";
2473
+ | "create"
2474
+ | "update";
2430
2475
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase2HiddenCase2 =
2431
2476
  /*@__PURE__*/ S.String;
2432
2477
 
2433
2478
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase2Hidden =
2434
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2435
- | boolean
2436
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase2HiddenCase2;
2479
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2480
+ | boolean
2481
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase2HiddenCase2;
2437
2482
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase2Hidden =
2438
2483
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase2Hidden>;
2439
2484
 
@@ -2461,9 +2506,9 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
2461
2506
  }) as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase2>;
2462
2507
 
2463
2508
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItem =
2464
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase0
2465
- | string
2466
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase2;
2509
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase0
2510
+ | string
2511
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItemCase2;
2467
2512
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItem =
2468
2513
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiOptionsItem>;
2469
2514
 
@@ -2487,14 +2532,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
2487
2532
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
2488
2533
 
2489
2534
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiReadOnlyCase2 =
2490
- "create" | "update";
2535
+ | "create"
2536
+ | "update";
2491
2537
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiReadOnlyCase2 =
2492
2538
  /*@__PURE__*/ S.String;
2493
2539
 
2494
2540
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiReadOnly =
2495
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2496
- | boolean
2497
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiReadOnlyCase2;
2541
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2542
+ | boolean
2543
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiReadOnlyCase2;
2498
2544
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiReadOnly =
2499
2545
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiReadOnly>;
2500
2546
 
@@ -2504,14 +2550,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
2504
2550
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
2505
2551
 
2506
2552
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiHiddenCase2 =
2507
- "create" | "update";
2553
+ | "create"
2554
+ | "update";
2508
2555
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiHiddenCase2 =
2509
2556
  /*@__PURE__*/ S.String;
2510
2557
 
2511
2558
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiHidden =
2512
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2513
- | boolean
2514
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiHiddenCase2;
2559
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2560
+ | boolean
2561
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiHiddenCase2;
2515
2562
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiHidden =
2516
2563
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiHidden>;
2517
2564
 
@@ -2521,14 +2568,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
2521
2568
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
2522
2569
 
2523
2570
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiDisabledCase2 =
2524
- "create" | "update";
2571
+ | "create"
2572
+ | "update";
2525
2573
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiDisabledCase2 =
2526
2574
  /*@__PURE__*/ S.String;
2527
2575
 
2528
2576
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiDisabled =
2529
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2530
- | boolean
2531
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiDisabledCase2;
2577
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2578
+ | boolean
2579
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiDisabledCase2;
2532
2580
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiDisabled =
2533
2581
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiDisabled>;
2534
2582
 
@@ -2538,8 +2586,8 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
2538
2586
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
2539
2587
 
2540
2588
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiDescription =
2541
- | string
2542
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
2589
+ | string
2590
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
2543
2591
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiDescription =
2544
2592
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8UiDescription>;
2545
2593
 
@@ -2647,14 +2695,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
2647
2695
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
2648
2696
 
2649
2697
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase0DisabledCase2 =
2650
- "create" | "update";
2698
+ | "create"
2699
+ | "update";
2651
2700
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase0DisabledCase2 =
2652
2701
  /*@__PURE__*/ S.String;
2653
2702
 
2654
2703
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase0Disabled =
2655
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2656
- | boolean
2657
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase0DisabledCase2;
2704
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2705
+ | boolean
2706
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase0DisabledCase2;
2658
2707
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase0Disabled =
2659
2708
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase0Disabled>;
2660
2709
 
@@ -2664,14 +2713,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
2664
2713
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
2665
2714
 
2666
2715
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase0HiddenCase2 =
2667
- "create" | "update";
2716
+ | "create"
2717
+ | "update";
2668
2718
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase0HiddenCase2 =
2669
2719
  /*@__PURE__*/ S.String;
2670
2720
 
2671
2721
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase0Hidden =
2672
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2673
- | boolean
2674
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase0HiddenCase2;
2722
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2723
+ | boolean
2724
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase0HiddenCase2;
2675
2725
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase0Hidden =
2676
2726
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase0Hidden>;
2677
2727
 
@@ -2706,14 +2756,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
2706
2756
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
2707
2757
 
2708
2758
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase2DisabledCase2 =
2709
- "create" | "update";
2759
+ | "create"
2760
+ | "update";
2710
2761
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase2DisabledCase2 =
2711
2762
  /*@__PURE__*/ S.String;
2712
2763
 
2713
2764
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase2Disabled =
2714
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2715
- | boolean
2716
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase2DisabledCase2;
2765
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2766
+ | boolean
2767
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase2DisabledCase2;
2717
2768
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase2Disabled =
2718
2769
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase2Disabled>;
2719
2770
 
@@ -2723,14 +2774,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
2723
2774
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
2724
2775
 
2725
2776
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase2HiddenCase2 =
2726
- "create" | "update";
2777
+ | "create"
2778
+ | "update";
2727
2779
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase2HiddenCase2 =
2728
2780
  /*@__PURE__*/ S.String;
2729
2781
 
2730
2782
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase2Hidden =
2731
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2732
- | boolean
2733
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase2HiddenCase2;
2783
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2784
+ | boolean
2785
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase2HiddenCase2;
2734
2786
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase2Hidden =
2735
2787
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase2Hidden>;
2736
2788
 
@@ -2758,9 +2810,9 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
2758
2810
  }) as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase2>;
2759
2811
 
2760
2812
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItem =
2761
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase0
2762
- | string
2763
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase2;
2813
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase0
2814
+ | string
2815
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItemCase2;
2764
2816
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItem =
2765
2817
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiOptionsItem>;
2766
2818
 
@@ -2784,14 +2836,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
2784
2836
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
2785
2837
 
2786
2838
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiReadOnlyCase2 =
2787
- "create" | "update";
2839
+ | "create"
2840
+ | "update";
2788
2841
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiReadOnlyCase2 =
2789
2842
  /*@__PURE__*/ S.String;
2790
2843
 
2791
2844
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiReadOnly =
2792
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2793
- | boolean
2794
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiReadOnlyCase2;
2845
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2846
+ | boolean
2847
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiReadOnlyCase2;
2795
2848
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiReadOnly =
2796
2849
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiReadOnly>;
2797
2850
 
@@ -2801,14 +2854,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
2801
2854
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
2802
2855
 
2803
2856
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiHiddenCase2 =
2804
- "create" | "update";
2857
+ | "create"
2858
+ | "update";
2805
2859
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiHiddenCase2 =
2806
2860
  /*@__PURE__*/ S.String;
2807
2861
 
2808
2862
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiHidden =
2809
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2810
- | boolean
2811
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiHiddenCase2;
2863
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2864
+ | boolean
2865
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiHiddenCase2;
2812
2866
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiHidden =
2813
2867
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiHidden>;
2814
2868
 
@@ -2818,14 +2872,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
2818
2872
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
2819
2873
 
2820
2874
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiDisabledCase2 =
2821
- "create" | "update";
2875
+ | "create"
2876
+ | "update";
2822
2877
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiDisabledCase2 =
2823
2878
  /*@__PURE__*/ S.String;
2824
2879
 
2825
2880
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiDisabled =
2826
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2827
- | boolean
2828
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiDisabledCase2;
2881
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2882
+ | boolean
2883
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiDisabledCase2;
2829
2884
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiDisabled =
2830
2885
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiDisabled>;
2831
2886
 
@@ -2835,8 +2890,8 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
2835
2890
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
2836
2891
 
2837
2892
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiDescription =
2838
- | string
2839
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
2893
+ | string
2894
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
2840
2895
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiDescription =
2841
2896
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9UiDescription>;
2842
2897
 
@@ -2941,14 +2996,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
2941
2996
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
2942
2997
 
2943
2998
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiReadOnlyCase2 =
2944
- "create" | "update";
2999
+ | "create"
3000
+ | "update";
2945
3001
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiReadOnlyCase2 =
2946
3002
  /*@__PURE__*/ S.String;
2947
3003
 
2948
3004
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiReadOnly =
2949
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2950
- | boolean
2951
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiReadOnlyCase2;
3005
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
3006
+ | boolean
3007
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiReadOnlyCase2;
2952
3008
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiReadOnly =
2953
3009
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiReadOnly>;
2954
3010
 
@@ -2958,14 +3014,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
2958
3014
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
2959
3015
 
2960
3016
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiHiddenCase2 =
2961
- "create" | "update";
3017
+ | "create"
3018
+ | "update";
2962
3019
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiHiddenCase2 =
2963
3020
  /*@__PURE__*/ S.String;
2964
3021
 
2965
3022
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiHidden =
2966
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2967
- | boolean
2968
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiHiddenCase2;
3023
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
3024
+ | boolean
3025
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiHiddenCase2;
2969
3026
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiHidden =
2970
3027
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiHidden>;
2971
3028
 
@@ -2975,14 +3032,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
2975
3032
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
2976
3033
 
2977
3034
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiDisabledCase2 =
2978
- "create" | "update";
3035
+ | "create"
3036
+ | "update";
2979
3037
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiDisabledCase2 =
2980
3038
  /*@__PURE__*/ S.String;
2981
3039
 
2982
3040
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiDisabled =
2983
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
2984
- | boolean
2985
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiDisabledCase2;
3041
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
3042
+ | boolean
3043
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiDisabledCase2;
2986
3044
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiDisabled =
2987
3045
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiDisabled>;
2988
3046
 
@@ -2992,8 +3050,8 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
2992
3050
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
2993
3051
 
2994
3052
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiDescription =
2995
- | string
2996
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
3053
+ | string
3054
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
2997
3055
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiDescription =
2998
3056
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10UiDescription>;
2999
3057
 
@@ -3086,14 +3144,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
3086
3144
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
3087
3145
 
3088
3146
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiReadOnlyCase2 =
3089
- "create" | "update";
3147
+ | "create"
3148
+ | "update";
3090
3149
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiReadOnlyCase2 =
3091
3150
  /*@__PURE__*/ S.String;
3092
3151
 
3093
3152
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiReadOnly =
3094
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
3095
- | boolean
3096
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiReadOnlyCase2;
3153
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
3154
+ | boolean
3155
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiReadOnlyCase2;
3097
3156
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiReadOnly =
3098
3157
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiReadOnly>;
3099
3158
 
@@ -3103,14 +3162,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
3103
3162
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
3104
3163
 
3105
3164
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiHiddenCase2 =
3106
- "create" | "update";
3165
+ | "create"
3166
+ | "update";
3107
3167
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiHiddenCase2 =
3108
3168
  /*@__PURE__*/ S.String;
3109
3169
 
3110
3170
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiHidden =
3111
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
3112
- | boolean
3113
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiHiddenCase2;
3171
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
3172
+ | boolean
3173
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiHiddenCase2;
3114
3174
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiHidden =
3115
3175
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiHidden>;
3116
3176
 
@@ -3120,14 +3180,15 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
3120
3180
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
3121
3181
 
3122
3182
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiDisabledCase2 =
3123
- "create" | "update";
3183
+ | "create"
3184
+ | "update";
3124
3185
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiDisabledCase2 =
3125
3186
  /*@__PURE__*/ S.String;
3126
3187
 
3127
3188
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiDisabled =
3128
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
3129
- | boolean
3130
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiDisabledCase2;
3189
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
3190
+ | boolean
3191
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiDisabledCase2;
3131
3192
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiDisabled =
3132
3193
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiDisabled>;
3133
3194
 
@@ -3137,8 +3198,8 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
3137
3198
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
3138
3199
 
3139
3200
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiDescription =
3140
- | string
3141
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
3201
+ | string
3202
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
3142
3203
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiDescription =
3143
3204
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11UiDescription>;
3144
3205
 
@@ -3148,7 +3209,9 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
3148
3209
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
3149
3210
 
3150
3211
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11GitProvidersItem =
3151
- "bitbucket" | "github" | "gitlab";
3212
+ | "bitbucket"
3213
+ | "github"
3214
+ | "gitlab";
3152
3215
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11GitProvidersItem =
3153
3216
  /*@__PURE__*/ S.String;
3154
3217
 
@@ -3222,18 +3285,18 @@ export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPrope
3222
3285
  }) as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11>;
3223
3286
 
3224
3287
  export type CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValue =
3225
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0
3226
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1
3227
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2
3228
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3
3229
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4
3230
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5
3231
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6
3232
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7
3233
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8
3234
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9
3235
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10
3236
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11;
3288
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0
3289
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase1
3290
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase2
3291
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase3
3292
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase4
3293
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase5
3294
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase6
3295
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase7
3296
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase8
3297
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase9
3298
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase10
3299
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase11;
3237
3300
  export const CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValue =
3238
3301
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValue>;
3239
3302
 
@@ -3380,18 +3443,18 @@ export const CreateIntegrationStoreDirectResponseStoreProductTagsList =
3380
3443
  ) as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductTagsList>;
3381
3444
 
3382
3445
  export type CreateIntegrationStoreDirectResponseStoreProductProjectConnectionScopesItem =
3383
- | "read-write:deployment"
3384
- | "read-write:deployment-check"
3385
- | "read-write:domain"
3386
- | "read-write:drains"
3387
- | "read-write:global-project-env-vars"
3388
- | "read-write:integration-deployment-action"
3389
- | "read-write:log-drain"
3390
- | "read-write:project-env-vars"
3391
- | "read-write:project-protection-bypass"
3392
- | "read:deployment"
3393
- | "read:domain"
3394
- | "read:project";
3446
+ | "read-write:deployment"
3447
+ | "read-write:deployment-check"
3448
+ | "read-write:domain"
3449
+ | "read-write:drains"
3450
+ | "read-write:global-project-env-vars"
3451
+ | "read-write:integration-deployment-action"
3452
+ | "read-write:log-drain"
3453
+ | "read-write:project-env-vars"
3454
+ | "read-write:project-protection-bypass"
3455
+ | "read:deployment"
3456
+ | "read:domain"
3457
+ | "read:project";
3395
3458
  export const CreateIntegrationStoreDirectResponseStoreProductProjectConnectionScopesItem =
3396
3459
  /*@__PURE__*/ S.String;
3397
3460
 
@@ -3427,7 +3490,9 @@ export const CreateIntegrationStoreDirectResponseStoreProductRepl =
3427
3490
  }) as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductRepl>;
3428
3491
 
3429
3492
  export type CreateIntegrationStoreDirectResponseStoreProductGuidesItemStepsItemActionsItemType =
3430
- "add_drain" | "configure_project_connections" | "connect_to_project";
3493
+ | "add_drain"
3494
+ | "configure_project_connections"
3495
+ | "connect_to_project";
3431
3496
  export const CreateIntegrationStoreDirectResponseStoreProductGuidesItemStepsItemActionsItemType =
3432
3497
  /*@__PURE__*/ S.String;
3433
3498
 
@@ -3507,8 +3572,8 @@ export const CreateIntegrationStoreDirectResponseStoreProductIntegrationCapabili
3507
3572
  CreateIntegrationStoreDirectResponseStoreCapabilitiesSecretRotationCase0;
3508
3573
 
3509
3574
  export type CreateIntegrationStoreDirectResponseStoreProductIntegrationCapabilitiesSecretRotation =
3510
- | CreateIntegrationStoreDirectResponseStoreCapabilitiesSecretRotationCase0
3511
- | boolean;
3575
+ | CreateIntegrationStoreDirectResponseStoreCapabilitiesSecretRotationCase0
3576
+ | boolean;
3512
3577
  export const CreateIntegrationStoreDirectResponseStoreProductIntegrationCapabilitiesSecretRotation =
3513
3578
  /*@__PURE__*/ S.Unknown as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductIntegrationCapabilitiesSecretRotation>;
3514
3579
 
@@ -3597,18 +3662,18 @@ export const CreateIntegrationStoreDirectResponseStoreProductIntegration =
3597
3662
  }) as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProductIntegration>;
3598
3663
 
3599
3664
  export type CreateIntegrationStoreDirectResponseStoreProductSupportedProtocolsItem =
3600
- | "ai"
3601
- | "authentication"
3602
- | "checks"
3603
- | "experimentation"
3604
- | "logDrain"
3605
- | "messaging"
3606
- | "observability"
3607
- | "other"
3608
- | "storage"
3609
- | "traceDrain"
3610
- | "video"
3611
- | "workflow";
3665
+ | "ai"
3666
+ | "authentication"
3667
+ | "checks"
3668
+ | "experimentation"
3669
+ | "logDrain"
3670
+ | "messaging"
3671
+ | "observability"
3672
+ | "other"
3673
+ | "storage"
3674
+ | "traceDrain"
3675
+ | "video"
3676
+ | "workflow";
3612
3677
  export const CreateIntegrationStoreDirectResponseStoreProductSupportedProtocolsItem =
3613
3678
  /*@__PURE__*/ S.String;
3614
3679
 
@@ -3735,8 +3800,54 @@ export const CreateIntegrationStoreDirectResponseStoreProtocolSettingsExperiment
3735
3800
  "CreateIntegrationStoreDirectResponseStoreProtocolSettingsExperimentation",
3736
3801
  }) as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProtocolSettingsExperimentation>;
3737
3802
 
3803
+ export type CreateIntegrationStoreDirectResponseStoreProtocolSettingsAuthenticationAppUrlsItemTarget =
3804
+ | "development"
3805
+ | "preview"
3806
+ | "production";
3807
+ export const CreateIntegrationStoreDirectResponseStoreProtocolSettingsAuthenticationAppUrlsItemTarget =
3808
+ /*@__PURE__*/ S.String;
3809
+
3810
+ export interface CreateIntegrationStoreDirectResponseStoreProtocolSettingsAuthenticationAppUrlsItem {
3811
+ url: string;
3812
+ target: CreateIntegrationStoreDirectResponseStoreProtocolSettingsAuthenticationAppUrlsItemTarget;
3813
+ }
3814
+ export const CreateIntegrationStoreDirectResponseStoreProtocolSettingsAuthenticationAppUrlsItem =
3815
+ /*@__PURE__*/ S.suspend(() =>
3816
+ S.Struct({
3817
+ url: S.String,
3818
+ target:
3819
+ CreateIntegrationStoreDirectResponseStoreProtocolSettingsAuthenticationAppUrlsItemTarget,
3820
+ }),
3821
+ ).annotate({
3822
+ identifier:
3823
+ "CreateIntegrationStoreDirectResponseStoreProtocolSettingsAuthenticationAppUrlsItem",
3824
+ }) as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProtocolSettingsAuthenticationAppUrlsItem>;
3825
+
3826
+ export type CreateIntegrationStoreDirectResponseStoreProtocolSettingsAuthenticationAppUrlsList =
3827
+ Array<CreateIntegrationStoreDirectResponseStoreProtocolSettingsAuthenticationAppUrlsItem>;
3828
+ export const CreateIntegrationStoreDirectResponseStoreProtocolSettingsAuthenticationAppUrlsList =
3829
+ /*@__PURE__*/ S.Array(
3830
+ CreateIntegrationStoreDirectResponseStoreProtocolSettingsAuthenticationAppUrlsItem,
3831
+ ) as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProtocolSettingsAuthenticationAppUrlsList>;
3832
+
3833
+ export interface CreateIntegrationStoreDirectResponseStoreProtocolSettingsAuthentication {
3834
+ appUrls?: CreateIntegrationStoreDirectResponseStoreProtocolSettingsAuthenticationAppUrlsList;
3835
+ }
3836
+ export const CreateIntegrationStoreDirectResponseStoreProtocolSettingsAuthentication =
3837
+ /*@__PURE__*/ S.suspend(() =>
3838
+ S.Struct({
3839
+ appUrls: S.optional(
3840
+ CreateIntegrationStoreDirectResponseStoreProtocolSettingsAuthenticationAppUrlsList,
3841
+ ),
3842
+ }),
3843
+ ).annotate({
3844
+ identifier:
3845
+ "CreateIntegrationStoreDirectResponseStoreProtocolSettingsAuthentication",
3846
+ }) as any as S.Schema<CreateIntegrationStoreDirectResponseStoreProtocolSettingsAuthentication>;
3847
+
3738
3848
  export interface CreateIntegrationStoreDirectResponseStoreProtocolSettings {
3739
3849
  experimentation?: CreateIntegrationStoreDirectResponseStoreProtocolSettingsExperimentation;
3850
+ authentication?: CreateIntegrationStoreDirectResponseStoreProtocolSettingsAuthentication;
3740
3851
  }
3741
3852
  export const CreateIntegrationStoreDirectResponseStoreProtocolSettings =
3742
3853
  /*@__PURE__*/ S.suspend(() =>
@@ -3744,6 +3855,9 @@ export const CreateIntegrationStoreDirectResponseStoreProtocolSettings =
3744
3855
  experimentation: S.optional(
3745
3856
  CreateIntegrationStoreDirectResponseStoreProtocolSettingsExperimentation,
3746
3857
  ),
3858
+ authentication: S.optional(
3859
+ CreateIntegrationStoreDirectResponseStoreProtocolSettingsAuthentication,
3860
+ ),
3747
3861
  }),
3748
3862
  ).annotate({
3749
3863
  identifier: "CreateIntegrationStoreDirectResponseStoreProtocolSettings",
@@ -4268,12 +4382,14 @@ export const GetConfigurationResponseBodyCase0TransferRequestCase0MetadataMap =
4268
4382
  ) as any as S.Schema<GetConfigurationResponseBodyCase0TransferRequestCase0MetadataMap>;
4269
4383
 
4270
4384
  export type GetConfigurationResponseBodyCase0TransferRequestCase0BillingPlanType =
4271
- "prepayment" | "subscription";
4385
+ | "prepayment"
4386
+ | "subscription";
4272
4387
  export const GetConfigurationResponseBodyCase0TransferRequestCase0BillingPlanType =
4273
4388
  /*@__PURE__*/ S.String;
4274
4389
 
4275
4390
  export type GetConfigurationResponseBodyCase0TransferRequestCase0BillingPlanScope =
4276
- "installation" | "resource";
4391
+ | "installation"
4392
+ | "resource";
4277
4393
  export const GetConfigurationResponseBodyCase0TransferRequestCase0BillingPlanScope =
4278
4394
  /*@__PURE__*/ S.String;
4279
4395
 
@@ -4428,6 +4544,13 @@ export const GetConfigurationResponseBodyCase0Status = /*@__PURE__*/ S.String;
4428
4544
  export type GetConfigurationResponseBodyCase0Type = "integration-configuration";
4429
4545
  export const GetConfigurationResponseBodyCase0Type = /*@__PURE__*/ S.String;
4430
4546
 
4547
+ /** The resources that are allowed to be accessed by the configuration. */
4548
+ export type GetConfigurationResponseBodyCase0ScopesList = Array<string>;
4549
+ export const GetConfigurationResponseBodyCase0ScopesList =
4550
+ /*@__PURE__*/ S.Array(
4551
+ S.String,
4552
+ ) as any as S.Schema<GetConfigurationResponseBodyCase0ScopesList>;
4553
+
4431
4554
  /** Source defines where the configuration was installed from. It is used to analyze user engagement for integration installations in product metrics. */
4432
4555
  export type GetConfigurationResponseBodyCase0Source =
4433
4556
  | "backoffice"
@@ -4441,13 +4564,6 @@ export type GetConfigurationResponseBodyCase0Source =
4441
4564
  | "v0";
4442
4565
  export const GetConfigurationResponseBodyCase0Source = /*@__PURE__*/ S.String;
4443
4566
 
4444
- /** The resources that are allowed to be accessed by the configuration. */
4445
- export type GetConfigurationResponseBodyCase0ScopesList = Array<string>;
4446
- export const GetConfigurationResponseBodyCase0ScopesList =
4447
- /*@__PURE__*/ S.Array(
4448
- S.String,
4449
- ) as any as S.Schema<GetConfigurationResponseBodyCase0ScopesList>;
4450
-
4451
4567
  export type GetConfigurationResponseBodyCase0DisabledReason =
4452
4568
  | "account-plan-downgrade"
4453
4569
  | "disabled-by-admin"
@@ -4481,14 +4597,20 @@ export interface GetConfigurationResponseBodyCase0 {
4481
4597
  integrationId: string;
4482
4598
  /** The ID of the user that created the configuration. */
4483
4599
  userId: string;
4484
- /** The user or team ID that owns the configuration */
4485
- ownerId: string;
4486
4600
  /** A timestamp that tells you when the configuration was created */
4487
4601
  createdAt: number;
4488
- /** A timestamp that tells you when the configuration was updated. */
4489
- updatedAt: number;
4490
4602
  /** A timestamp that tells you when the configuration was deleted. */
4491
4603
  deletedAt?: number | null;
4604
+ /** The slug of the integration the configuration is created for. */
4605
+ slug: string;
4606
+ /** When the configuration was created for a team, this will show the ID of the team. */
4607
+ teamId?: string | null;
4608
+ /** A timestamp that tells you when the configuration was updated. */
4609
+ updatedAt: number;
4610
+ /** The resources that are allowed to be accessed by the configuration. */
4611
+ scopes: GetConfigurationResponseBodyCase0ScopesList;
4612
+ /** The user or team ID that owns the configuration */
4613
+ ownerId: string;
4492
4614
  canConfigureOpenTelemetry?: boolean;
4493
4615
  /** A timestamp that tells you when the configuration was installed successfully */
4494
4616
  completedAt?: number;
@@ -4496,12 +4618,6 @@ export interface GetConfigurationResponseBodyCase0 {
4496
4618
  externalId?: string;
4497
4619
  /** Source defines where the configuration was installed from. It is used to analyze user engagement for integration installations in product metrics. */
4498
4620
  source?: GetConfigurationResponseBodyCase0Source;
4499
- /** The slug of the integration the configuration is created for. */
4500
- slug: string;
4501
- /** When the configuration was created for a team, this will show the ID of the team. */
4502
- teamId?: string | null;
4503
- /** The resources that are allowed to be accessed by the configuration. */
4504
- scopes: GetConfigurationResponseBodyCase0ScopesList;
4505
4621
  /** A timestamp that tells you when the configuration was disabled. Note: Configurations can be disabled when the associated user loses access to a team. They do not function during this time until the configuration is 'transferred', meaning the associated user is changed to one with access to the team. */
4506
4622
  disabledAt?: number;
4507
4623
  /** A timestamp that tells you when the configuration deletion has been started for cases when the deletion needs to be settled/approved by partners, such as when marketplace invoices have been paid. */
@@ -4511,6 +4627,8 @@ export interface GetConfigurationResponseBodyCase0 {
4511
4627
  disabledReason?: GetConfigurationResponseBodyCase0DisabledReason;
4512
4628
  /** Defines the installation type. - 'external' integrations are installed via the existing integrations flow - 'marketplace' integrations are natively installed: - when accepting the TOS of a partner during the store creation process - if undefined, assume 'external' */
4513
4629
  installationType?: GetConfigurationResponseBodyCase0InstallationType;
4630
+ /** Historical parent installation from which acceptedPolicies were inherited. This is immutable provenance, not current authorization or relationship truth. */
4631
+ acceptedPoliciesInheritedFromInstallationId?: string;
4514
4632
  }
4515
4633
  export const GetConfigurationResponseBodyCase0 = /*@__PURE__*/ S.suspend(() =>
4516
4634
  S.Struct({
@@ -4523,17 +4641,17 @@ export const GetConfigurationResponseBodyCase0 = /*@__PURE__*/ S.suspend(() =>
4523
4641
  id: S.String,
4524
4642
  integrationId: S.String,
4525
4643
  userId: S.String,
4526
- ownerId: S.String,
4527
4644
  createdAt: S.Number,
4528
- updatedAt: S.Number,
4529
4645
  deletedAt: S.optional(S.NullOr(S.Number)),
4646
+ slug: S.String,
4647
+ teamId: S.optional(S.NullOr(S.String)),
4648
+ updatedAt: S.Number,
4649
+ scopes: GetConfigurationResponseBodyCase0ScopesList,
4650
+ ownerId: S.String,
4530
4651
  canConfigureOpenTelemetry: S.optional(S.Boolean),
4531
4652
  completedAt: S.optional(S.Number),
4532
4653
  externalId: S.optional(S.String),
4533
4654
  source: S.optional(GetConfigurationResponseBodyCase0Source),
4534
- slug: S.String,
4535
- teamId: S.optional(S.NullOr(S.String)),
4536
- scopes: GetConfigurationResponseBodyCase0ScopesList,
4537
4655
  disabledAt: S.optional(S.Number),
4538
4656
  deleteRequestedAt: S.optional(S.NullOr(S.Number)),
4539
4657
  customerDeleteRequestedAt: S.optional(S.NullOr(S.Number)),
@@ -4541,6 +4659,7 @@ export const GetConfigurationResponseBodyCase0 = /*@__PURE__*/ S.suspend(() =>
4541
4659
  installationType: S.optional(
4542
4660
  GetConfigurationResponseBodyCase0InstallationType,
4543
4661
  ),
4662
+ acceptedPoliciesInheritedFromInstallationId: S.optional(S.String),
4544
4663
  }),
4545
4664
  ).annotate({
4546
4665
  identifier: "GetConfigurationResponseBodyCase0",
@@ -4646,6 +4765,8 @@ export interface GetConfigurationResponseBodyCase1 {
4646
4765
  disabledReason?: GetConfigurationResponseBodyCase1DisabledReason;
4647
4766
  /** Defines the installation type. - 'external' integrations are installed via the existing integrations flow - 'marketplace' integrations are natively installed: - when accepting the TOS of a partner during the store creation process - if undefined, assume 'external' */
4648
4767
  installationType?: GetConfigurationResponseBodyCase1InstallationType;
4768
+ /** Historical parent installation from which acceptedPolicies were inherited. This is immutable provenance, not current authorization or relationship truth. */
4769
+ acceptedPoliciesInheritedFromInstallationId?: string;
4649
4770
  }
4650
4771
  export const GetConfigurationResponseBodyCase1 = /*@__PURE__*/ S.suspend(() =>
4651
4772
  S.Struct({
@@ -4672,6 +4793,7 @@ export const GetConfigurationResponseBodyCase1 = /*@__PURE__*/ S.suspend(() =>
4672
4793
  installationType: S.optional(
4673
4794
  GetConfigurationResponseBodyCase1InstallationType,
4674
4795
  ),
4796
+ acceptedPoliciesInheritedFromInstallationId: S.optional(S.String),
4675
4797
  }),
4676
4798
  ).annotate({
4677
4799
  identifier: "GetConfigurationResponseBodyCase1",
@@ -4777,6 +4899,8 @@ export interface GetConfigurationResponseBodyCase2 {
4777
4899
  disabledReason?: GetConfigurationResponseBodyCase2DisabledReason;
4778
4900
  /** Defines the installation type. - 'external' integrations are installed via the existing integrations flow - 'marketplace' integrations are natively installed: - when accepting the TOS of a partner during the store creation process - if undefined, assume 'external' */
4779
4901
  installationType?: GetConfigurationResponseBodyCase2InstallationType;
4902
+ /** Historical parent installation from which acceptedPolicies were inherited. This is immutable provenance, not current authorization or relationship truth. */
4903
+ acceptedPoliciesInheritedFromInstallationId?: string;
4780
4904
  }
4781
4905
  export const GetConfigurationResponseBodyCase2 = /*@__PURE__*/ S.suspend(() =>
4782
4906
  S.Struct({
@@ -4803,6 +4927,7 @@ export const GetConfigurationResponseBodyCase2 = /*@__PURE__*/ S.suspend(() =>
4803
4927
  installationType: S.optional(
4804
4928
  GetConfigurationResponseBodyCase2InstallationType,
4805
4929
  ),
4930
+ acceptedPoliciesInheritedFromInstallationId: S.optional(S.String),
4806
4931
  }),
4807
4932
  ).annotate({
4808
4933
  identifier: "GetConfigurationResponseBodyCase2",
@@ -4847,7 +4972,8 @@ export const GetConfigurationProductsRequest = /*@__PURE__*/ S.suspend(() =>
4847
4972
  }) as any as S.Schema<GetConfigurationProductsRequest>;
4848
4973
 
4849
4974
  export type GetConfigurationProductsResponseProductsItemProtocolsStorageStatus =
4850
- "disabled" | "enabled";
4975
+ | "disabled"
4976
+ | "enabled";
4851
4977
  export const GetConfigurationProductsResponseProductsItemProtocolsStorageStatus =
4852
4978
  /*@__PURE__*/ S.String;
4853
4979
 
@@ -4872,7 +4998,8 @@ export const GetConfigurationProductsResponseProductsItemProtocolsStorage =
4872
4998
  }) as any as S.Schema<GetConfigurationProductsResponseProductsItemProtocolsStorage>;
4873
4999
 
4874
5000
  export type GetConfigurationProductsResponseProductsItemProtocolsExperimentationStatus =
4875
- "disabled" | "enabled";
5001
+ | "disabled"
5002
+ | "enabled";
4876
5003
  export const GetConfigurationProductsResponseProductsItemProtocolsExperimentationStatus =
4877
5004
  /*@__PURE__*/ S.String;
4878
5005
 
@@ -4911,18 +5038,22 @@ export const GetConfigurationProductsResponseProductsItemProtocolsAi =
4911
5038
  }) as any as S.Schema<GetConfigurationProductsResponseProductsItemProtocolsAi>;
4912
5039
 
4913
5040
  export type GetConfigurationProductsResponseProductsItemProtocolsAuthenticationStatus =
4914
- "disabled" | "enabled";
5041
+ | "disabled"
5042
+ | "enabled";
4915
5043
  export const GetConfigurationProductsResponseProductsItemProtocolsAuthenticationStatus =
4916
5044
  /*@__PURE__*/ S.String;
4917
5045
 
4918
5046
  export interface GetConfigurationProductsResponseProductsItemProtocolsAuthentication {
4919
5047
  status: GetConfigurationProductsResponseProductsItemProtocolsAuthenticationStatus;
5048
+ /** The partner accepts Vercel-managed app URLs via `protocolSettings.authentication.appUrls` on provision-resource and update-resource, and reconciles them into its trusted-origin / redirect-URL allowlist. When absent, consumers surface the URL for a one-time manual registration instead. */
5049
+ appUrlRegistrationSupport?: boolean;
4920
5050
  }
4921
5051
  export const GetConfigurationProductsResponseProductsItemProtocolsAuthentication =
4922
5052
  /*@__PURE__*/ S.suspend(() =>
4923
5053
  S.Struct({
4924
5054
  status:
4925
5055
  GetConfigurationProductsResponseProductsItemProtocolsAuthenticationStatus,
5056
+ appUrlRegistrationSupport: S.optional(S.Boolean),
4926
5057
  }),
4927
5058
  ).annotate({
4928
5059
  identifier:
@@ -4930,7 +5061,8 @@ export const GetConfigurationProductsResponseProductsItemProtocolsAuthentication
4930
5061
  }) as any as S.Schema<GetConfigurationProductsResponseProductsItemProtocolsAuthentication>;
4931
5062
 
4932
5063
  export type GetConfigurationProductsResponseProductsItemProtocolsObservabilityStatus =
4933
- "disabled" | "enabled";
5064
+ | "disabled"
5065
+ | "enabled";
4934
5066
  export const GetConfigurationProductsResponseProductsItemProtocolsObservabilityStatus =
4935
5067
  /*@__PURE__*/ S.String;
4936
5068
 
@@ -4967,7 +5099,8 @@ export const GetConfigurationProductsResponseProductsItemProtocolsVideo =
4967
5099
  }) as any as S.Schema<GetConfigurationProductsResponseProductsItemProtocolsVideo>;
4968
5100
 
4969
5101
  export type GetConfigurationProductsResponseProductsItemProtocolsWorkflowStatus =
4970
- "disabled" | "enabled";
5102
+ | "disabled"
5103
+ | "enabled";
4971
5104
  export const GetConfigurationProductsResponseProductsItemProtocolsWorkflowStatus =
4972
5105
  /*@__PURE__*/ S.String;
4973
5106
 
@@ -5003,7 +5136,8 @@ export const GetConfigurationProductsResponseProductsItemProtocolsChecks =
5003
5136
  }) as any as S.Schema<GetConfigurationProductsResponseProductsItemProtocolsChecks>;
5004
5137
 
5005
5138
  export type GetConfigurationProductsResponseProductsItemProtocolsLogDrainStatus =
5006
- "disabled" | "enabled";
5139
+ | "disabled"
5140
+ | "enabled";
5007
5141
  export const GetConfigurationProductsResponseProductsItemProtocolsLogDrainStatus =
5008
5142
  /*@__PURE__*/ S.String;
5009
5143
 
@@ -5016,7 +5150,8 @@ export const GetConfigurationProductsResponseProductsItemProtocolsLogDrainHeader
5016
5150
  ) as any as S.Schema<GetConfigurationProductsResponseProductsItemProtocolsLogDrainHeadersMap>;
5017
5151
 
5018
5152
  export type GetConfigurationProductsResponseProductsItemProtocolsLogDrainFormat =
5019
- "json" | "ndjson";
5153
+ | "json"
5154
+ | "ndjson";
5020
5155
  export const GetConfigurationProductsResponseProductsItemProtocolsLogDrainFormat =
5021
5156
  /*@__PURE__*/ S.String;
5022
5157
 
@@ -5043,7 +5178,8 @@ export const GetConfigurationProductsResponseProductsItemProtocolsLogDrain =
5043
5178
  }) as any as S.Schema<GetConfigurationProductsResponseProductsItemProtocolsLogDrain>;
5044
5179
 
5045
5180
  export type GetConfigurationProductsResponseProductsItemProtocolsTraceDrainStatus =
5046
- "disabled" | "enabled";
5181
+ | "disabled"
5182
+ | "enabled";
5047
5183
  export const GetConfigurationProductsResponseProductsItemProtocolsTraceDrainStatus =
5048
5184
  /*@__PURE__*/ S.String;
5049
5185
 
@@ -5056,7 +5192,8 @@ export const GetConfigurationProductsResponseProductsItemProtocolsTraceDrainHead
5056
5192
  ) as any as S.Schema<GetConfigurationProductsResponseProductsItemProtocolsTraceDrainHeadersMap>;
5057
5193
 
5058
5194
  export type GetConfigurationProductsResponseProductsItemProtocolsTraceDrainFormat =
5059
- "json" | "proto";
5195
+ | "json"
5196
+ | "proto";
5060
5197
  export const GetConfigurationProductsResponseProductsItemProtocolsTraceDrainFormat =
5061
5198
  /*@__PURE__*/ S.String;
5062
5199
 
@@ -5084,7 +5221,8 @@ export const GetConfigurationProductsResponseProductsItemProtocolsTraceDrain =
5084
5221
  }) as any as S.Schema<GetConfigurationProductsResponseProductsItemProtocolsTraceDrain>;
5085
5222
 
5086
5223
  export type GetConfigurationProductsResponseProductsItemProtocolsMessagingStatus =
5087
- "disabled" | "enabled";
5224
+ | "disabled"
5225
+ | "enabled";
5088
5226
  export const GetConfigurationProductsResponseProductsItemProtocolsMessagingStatus =
5089
5227
  /*@__PURE__*/ S.String;
5090
5228
 
@@ -5220,14 +5358,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
5220
5358
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
5221
5359
 
5222
5360
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiReadOnlyCase2 =
5223
- "create" | "update";
5361
+ | "create"
5362
+ | "update";
5224
5363
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiReadOnlyCase2 =
5225
5364
  /*@__PURE__*/ S.String;
5226
5365
 
5227
5366
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiReadOnly =
5228
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
5229
- | boolean
5230
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiReadOnlyCase2;
5367
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
5368
+ | boolean
5369
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiReadOnlyCase2;
5231
5370
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiReadOnly =
5232
5371
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiReadOnly>;
5233
5372
 
@@ -5237,14 +5376,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
5237
5376
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
5238
5377
 
5239
5378
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiHiddenCase2 =
5240
- "create" | "update";
5379
+ | "create"
5380
+ | "update";
5241
5381
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiHiddenCase2 =
5242
5382
  /*@__PURE__*/ S.String;
5243
5383
 
5244
5384
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiHidden =
5245
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
5246
- | boolean
5247
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiHiddenCase2;
5385
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
5386
+ | boolean
5387
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiHiddenCase2;
5248
5388
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiHidden =
5249
5389
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiHidden>;
5250
5390
 
@@ -5254,14 +5394,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
5254
5394
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
5255
5395
 
5256
5396
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiDisabledCase2 =
5257
- "create" | "update";
5397
+ | "create"
5398
+ | "update";
5258
5399
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiDisabledCase2 =
5259
5400
  /*@__PURE__*/ S.String;
5260
5401
 
5261
5402
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiDisabled =
5262
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
5263
- | boolean
5264
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiDisabledCase2;
5403
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
5404
+ | boolean
5405
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiDisabledCase2;
5265
5406
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiDisabled =
5266
5407
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiDisabled>;
5267
5408
 
@@ -5271,8 +5412,8 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
5271
5412
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
5272
5413
 
5273
5414
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiDescription =
5274
- | string
5275
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
5415
+ | string
5416
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
5276
5417
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiDescription =
5277
5418
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0UiDescription>;
5278
5419
 
@@ -5365,14 +5506,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
5365
5506
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
5366
5507
 
5367
5508
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiReadOnlyCase2 =
5368
- "create" | "update";
5509
+ | "create"
5510
+ | "update";
5369
5511
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiReadOnlyCase2 =
5370
5512
  /*@__PURE__*/ S.String;
5371
5513
 
5372
5514
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiReadOnly =
5373
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
5374
- | boolean
5375
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiReadOnlyCase2;
5515
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
5516
+ | boolean
5517
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiReadOnlyCase2;
5376
5518
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiReadOnly =
5377
5519
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiReadOnly>;
5378
5520
 
@@ -5382,14 +5524,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
5382
5524
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
5383
5525
 
5384
5526
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiHiddenCase2 =
5385
- "create" | "update";
5527
+ | "create"
5528
+ | "update";
5386
5529
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiHiddenCase2 =
5387
5530
  /*@__PURE__*/ S.String;
5388
5531
 
5389
5532
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiHidden =
5390
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
5391
- | boolean
5392
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiHiddenCase2;
5533
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
5534
+ | boolean
5535
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiHiddenCase2;
5393
5536
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiHidden =
5394
5537
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiHidden>;
5395
5538
 
@@ -5399,14 +5542,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
5399
5542
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
5400
5543
 
5401
5544
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiDisabledCase2 =
5402
- "create" | "update";
5545
+ | "create"
5546
+ | "update";
5403
5547
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiDisabledCase2 =
5404
5548
  /*@__PURE__*/ S.String;
5405
5549
 
5406
5550
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiDisabled =
5407
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
5408
- | boolean
5409
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiDisabledCase2;
5551
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
5552
+ | boolean
5553
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiDisabledCase2;
5410
5554
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiDisabled =
5411
5555
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiDisabled>;
5412
5556
 
@@ -5416,8 +5560,8 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
5416
5560
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
5417
5561
 
5418
5562
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiDescription =
5419
- | string
5420
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
5563
+ | string
5564
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
5421
5565
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiDescription =
5422
5566
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1UiDescription>;
5423
5567
 
@@ -5508,14 +5652,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
5508
5652
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
5509
5653
 
5510
5654
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiReadOnlyCase2 =
5511
- "create" | "update";
5655
+ | "create"
5656
+ | "update";
5512
5657
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiReadOnlyCase2 =
5513
5658
  /*@__PURE__*/ S.String;
5514
5659
 
5515
5660
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiReadOnly =
5516
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
5517
- | boolean
5518
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiReadOnlyCase2;
5661
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
5662
+ | boolean
5663
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiReadOnlyCase2;
5519
5664
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiReadOnly =
5520
5665
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiReadOnly>;
5521
5666
 
@@ -5525,14 +5670,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
5525
5670
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
5526
5671
 
5527
5672
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiHiddenCase2 =
5528
- "create" | "update";
5673
+ | "create"
5674
+ | "update";
5529
5675
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiHiddenCase2 =
5530
5676
  /*@__PURE__*/ S.String;
5531
5677
 
5532
5678
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiHidden =
5533
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
5534
- | boolean
5535
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiHiddenCase2;
5679
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
5680
+ | boolean
5681
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiHiddenCase2;
5536
5682
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiHidden =
5537
5683
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiHidden>;
5538
5684
 
@@ -5542,14 +5688,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
5542
5688
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
5543
5689
 
5544
5690
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiDisabledCase2 =
5545
- "create" | "update";
5691
+ | "create"
5692
+ | "update";
5546
5693
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiDisabledCase2 =
5547
5694
  /*@__PURE__*/ S.String;
5548
5695
 
5549
5696
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiDisabled =
5550
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
5551
- | boolean
5552
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiDisabledCase2;
5697
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
5698
+ | boolean
5699
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiDisabledCase2;
5553
5700
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiDisabled =
5554
5701
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiDisabled>;
5555
5702
 
@@ -5559,8 +5706,8 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
5559
5706
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
5560
5707
 
5561
5708
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiDescription =
5562
- | string
5563
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
5709
+ | string
5710
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
5564
5711
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiDescription =
5565
5712
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2UiDescription>;
5566
5713
 
@@ -5685,14 +5832,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
5685
5832
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
5686
5833
 
5687
5834
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiReadOnlyCase2 =
5688
- "create" | "update";
5835
+ | "create"
5836
+ | "update";
5689
5837
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiReadOnlyCase2 =
5690
5838
  /*@__PURE__*/ S.String;
5691
5839
 
5692
5840
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiReadOnly =
5693
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
5694
- | boolean
5695
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiReadOnlyCase2;
5841
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
5842
+ | boolean
5843
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiReadOnlyCase2;
5696
5844
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiReadOnly =
5697
5845
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiReadOnly>;
5698
5846
 
@@ -5702,14 +5850,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
5702
5850
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
5703
5851
 
5704
5852
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiHiddenCase2 =
5705
- "create" | "update";
5853
+ | "create"
5854
+ | "update";
5706
5855
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiHiddenCase2 =
5707
5856
  /*@__PURE__*/ S.String;
5708
5857
 
5709
5858
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiHidden =
5710
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
5711
- | boolean
5712
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiHiddenCase2;
5859
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
5860
+ | boolean
5861
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiHiddenCase2;
5713
5862
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiHidden =
5714
5863
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiHidden>;
5715
5864
 
@@ -5719,14 +5868,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
5719
5868
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
5720
5869
 
5721
5870
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiDisabledCase2 =
5722
- "create" | "update";
5871
+ | "create"
5872
+ | "update";
5723
5873
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiDisabledCase2 =
5724
5874
  /*@__PURE__*/ S.String;
5725
5875
 
5726
5876
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiDisabled =
5727
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
5728
- | boolean
5729
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiDisabledCase2;
5877
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
5878
+ | boolean
5879
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiDisabledCase2;
5730
5880
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiDisabled =
5731
5881
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiDisabled>;
5732
5882
 
@@ -5736,8 +5886,8 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
5736
5886
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
5737
5887
 
5738
5888
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiDescription =
5739
- | string
5740
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
5889
+ | string
5890
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
5741
5891
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiDescription =
5742
5892
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3UiDescription>;
5743
5893
 
@@ -5832,14 +5982,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
5832
5982
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
5833
5983
 
5834
5984
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiOptionsItemDisabledCase2 =
5835
- "create" | "update";
5985
+ | "create"
5986
+ | "update";
5836
5987
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiOptionsItemDisabledCase2 =
5837
5988
  /*@__PURE__*/ S.String;
5838
5989
 
5839
5990
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiOptionsItemDisabled =
5840
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
5841
- | boolean
5842
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiOptionsItemDisabledCase2;
5991
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
5992
+ | boolean
5993
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiOptionsItemDisabledCase2;
5843
5994
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiOptionsItemDisabled =
5844
5995
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiOptionsItemDisabled>;
5845
5996
 
@@ -5849,14 +6000,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
5849
6000
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
5850
6001
 
5851
6002
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiOptionsItemHiddenCase2 =
5852
- "create" | "update";
6003
+ | "create"
6004
+ | "update";
5853
6005
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiOptionsItemHiddenCase2 =
5854
6006
  /*@__PURE__*/ S.String;
5855
6007
 
5856
6008
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiOptionsItemHidden =
5857
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
5858
- | boolean
5859
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiOptionsItemHiddenCase2;
6009
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
6010
+ | boolean
6011
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiOptionsItemHiddenCase2;
5860
6012
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiOptionsItemHidden =
5861
6013
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiOptionsItemHidden>;
5862
6014
 
@@ -5905,14 +6057,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
5905
6057
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
5906
6058
 
5907
6059
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiReadOnlyCase2 =
5908
- "create" | "update";
6060
+ | "create"
6061
+ | "update";
5909
6062
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiReadOnlyCase2 =
5910
6063
  /*@__PURE__*/ S.String;
5911
6064
 
5912
6065
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiReadOnly =
5913
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
5914
- | boolean
5915
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiReadOnlyCase2;
6066
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
6067
+ | boolean
6068
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiReadOnlyCase2;
5916
6069
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiReadOnly =
5917
6070
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiReadOnly>;
5918
6071
 
@@ -5922,14 +6075,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
5922
6075
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
5923
6076
 
5924
6077
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiHiddenCase2 =
5925
- "create" | "update";
6078
+ | "create"
6079
+ | "update";
5926
6080
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiHiddenCase2 =
5927
6081
  /*@__PURE__*/ S.String;
5928
6082
 
5929
6083
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiHidden =
5930
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
5931
- | boolean
5932
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiHiddenCase2;
6084
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
6085
+ | boolean
6086
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiHiddenCase2;
5933
6087
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiHidden =
5934
6088
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiHidden>;
5935
6089
 
@@ -5939,14 +6093,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
5939
6093
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
5940
6094
 
5941
6095
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiDisabledCase2 =
5942
- "create" | "update";
6096
+ | "create"
6097
+ | "update";
5943
6098
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiDisabledCase2 =
5944
6099
  /*@__PURE__*/ S.String;
5945
6100
 
5946
6101
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiDisabled =
5947
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
5948
- | boolean
5949
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiDisabledCase2;
6102
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
6103
+ | boolean
6104
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiDisabledCase2;
5950
6105
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiDisabled =
5951
6106
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiDisabled>;
5952
6107
 
@@ -5956,8 +6111,8 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
5956
6111
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
5957
6112
 
5958
6113
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiDescription =
5959
- | string
5960
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
6114
+ | string
6115
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
5961
6116
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiDescription =
5962
6117
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4UiDescription>;
5963
6118
 
@@ -6055,14 +6210,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
6055
6210
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
6056
6211
 
6057
6212
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiOptionsItemDisabledCase2 =
6058
- "create" | "update";
6213
+ | "create"
6214
+ | "update";
6059
6215
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiOptionsItemDisabledCase2 =
6060
6216
  /*@__PURE__*/ S.String;
6061
6217
 
6062
6218
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiOptionsItemDisabled =
6063
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
6064
- | boolean
6065
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiOptionsItemDisabledCase2;
6219
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
6220
+ | boolean
6221
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiOptionsItemDisabledCase2;
6066
6222
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiOptionsItemDisabled =
6067
6223
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiOptionsItemDisabled>;
6068
6224
 
@@ -6072,14 +6228,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
6072
6228
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
6073
6229
 
6074
6230
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiOptionsItemHiddenCase2 =
6075
- "create" | "update";
6231
+ | "create"
6232
+ | "update";
6076
6233
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiOptionsItemHiddenCase2 =
6077
6234
  /*@__PURE__*/ S.String;
6078
6235
 
6079
6236
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiOptionsItemHidden =
6080
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
6081
- | boolean
6082
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiOptionsItemHiddenCase2;
6237
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
6238
+ | boolean
6239
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiOptionsItemHiddenCase2;
6083
6240
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiOptionsItemHidden =
6084
6241
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiOptionsItemHidden>;
6085
6242
 
@@ -6128,14 +6285,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
6128
6285
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
6129
6286
 
6130
6287
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiReadOnlyCase2 =
6131
- "create" | "update";
6288
+ | "create"
6289
+ | "update";
6132
6290
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiReadOnlyCase2 =
6133
6291
  /*@__PURE__*/ S.String;
6134
6292
 
6135
6293
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiReadOnly =
6136
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
6137
- | boolean
6138
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiReadOnlyCase2;
6294
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
6295
+ | boolean
6296
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiReadOnlyCase2;
6139
6297
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiReadOnly =
6140
6298
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiReadOnly>;
6141
6299
 
@@ -6145,14 +6303,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
6145
6303
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
6146
6304
 
6147
6305
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiHiddenCase2 =
6148
- "create" | "update";
6306
+ | "create"
6307
+ | "update";
6149
6308
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiHiddenCase2 =
6150
6309
  /*@__PURE__*/ S.String;
6151
6310
 
6152
6311
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiHidden =
6153
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
6154
- | boolean
6155
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiHiddenCase2;
6312
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
6313
+ | boolean
6314
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiHiddenCase2;
6156
6315
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiHidden =
6157
6316
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiHidden>;
6158
6317
 
@@ -6162,14 +6321,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
6162
6321
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
6163
6322
 
6164
6323
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiDisabledCase2 =
6165
- "create" | "update";
6324
+ | "create"
6325
+ | "update";
6166
6326
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiDisabledCase2 =
6167
6327
  /*@__PURE__*/ S.String;
6168
6328
 
6169
6329
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiDisabled =
6170
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
6171
- | boolean
6172
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiDisabledCase2;
6330
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
6331
+ | boolean
6332
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiDisabledCase2;
6173
6333
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiDisabled =
6174
6334
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiDisabled>;
6175
6335
 
@@ -6179,8 +6339,8 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
6179
6339
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
6180
6340
 
6181
6341
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiDescription =
6182
- | string
6183
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
6342
+ | string
6343
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
6184
6344
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiDescription =
6185
6345
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5UiDescription>;
6186
6346
 
@@ -6317,14 +6477,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
6317
6477
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
6318
6478
 
6319
6479
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiOptionsItemDisabledCase2 =
6320
- "create" | "update";
6480
+ | "create"
6481
+ | "update";
6321
6482
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiOptionsItemDisabledCase2 =
6322
6483
  /*@__PURE__*/ S.String;
6323
6484
 
6324
6485
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiOptionsItemDisabled =
6325
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
6326
- | boolean
6327
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiOptionsItemDisabledCase2;
6486
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
6487
+ | boolean
6488
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiOptionsItemDisabledCase2;
6328
6489
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiOptionsItemDisabled =
6329
6490
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiOptionsItemDisabled>;
6330
6491
 
@@ -6334,14 +6495,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
6334
6495
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
6335
6496
 
6336
6497
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiOptionsItemHiddenCase2 =
6337
- "create" | "update";
6498
+ | "create"
6499
+ | "update";
6338
6500
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiOptionsItemHiddenCase2 =
6339
6501
  /*@__PURE__*/ S.String;
6340
6502
 
6341
6503
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiOptionsItemHidden =
6342
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
6343
- | boolean
6344
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiOptionsItemHiddenCase2;
6504
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
6505
+ | boolean
6506
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiOptionsItemHiddenCase2;
6345
6507
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiOptionsItemHidden =
6346
6508
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiOptionsItemHidden>;
6347
6509
 
@@ -6397,14 +6559,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
6397
6559
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
6398
6560
 
6399
6561
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiReadOnlyCase2 =
6400
- "create" | "update";
6562
+ | "create"
6563
+ | "update";
6401
6564
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiReadOnlyCase2 =
6402
6565
  /*@__PURE__*/ S.String;
6403
6566
 
6404
6567
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiReadOnly =
6405
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
6406
- | boolean
6407
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiReadOnlyCase2;
6568
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
6569
+ | boolean
6570
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiReadOnlyCase2;
6408
6571
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiReadOnly =
6409
6572
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiReadOnly>;
6410
6573
 
@@ -6414,14 +6577,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
6414
6577
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
6415
6578
 
6416
6579
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiHiddenCase2 =
6417
- "create" | "update";
6580
+ | "create"
6581
+ | "update";
6418
6582
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiHiddenCase2 =
6419
6583
  /*@__PURE__*/ S.String;
6420
6584
 
6421
6585
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiHidden =
6422
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
6423
- | boolean
6424
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiHiddenCase2;
6586
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
6587
+ | boolean
6588
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiHiddenCase2;
6425
6589
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiHidden =
6426
6590
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiHidden>;
6427
6591
 
@@ -6431,14 +6595,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
6431
6595
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
6432
6596
 
6433
6597
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiDisabledCase2 =
6434
- "create" | "update";
6598
+ | "create"
6599
+ | "update";
6435
6600
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiDisabledCase2 =
6436
6601
  /*@__PURE__*/ S.String;
6437
6602
 
6438
6603
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiDisabled =
6439
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
6440
- | boolean
6441
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiDisabledCase2;
6604
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
6605
+ | boolean
6606
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiDisabledCase2;
6442
6607
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiDisabled =
6443
6608
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiDisabled>;
6444
6609
 
@@ -6448,8 +6613,8 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
6448
6613
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
6449
6614
 
6450
6615
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiDescription =
6451
- | string
6452
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
6616
+ | string
6617
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
6453
6618
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiDescription =
6454
6619
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6UiDescription>;
6455
6620
 
@@ -6550,14 +6715,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
6550
6715
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
6551
6716
 
6552
6717
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase0DisabledCase2 =
6553
- "create" | "update";
6718
+ | "create"
6719
+ | "update";
6554
6720
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase0DisabledCase2 =
6555
6721
  /*@__PURE__*/ S.String;
6556
6722
 
6557
6723
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase0Disabled =
6558
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
6559
- | boolean
6560
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase0DisabledCase2;
6724
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
6725
+ | boolean
6726
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase0DisabledCase2;
6561
6727
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase0Disabled =
6562
6728
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase0Disabled>;
6563
6729
 
@@ -6567,14 +6733,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
6567
6733
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
6568
6734
 
6569
6735
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase0HiddenCase2 =
6570
- "create" | "update";
6736
+ | "create"
6737
+ | "update";
6571
6738
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase0HiddenCase2 =
6572
6739
  /*@__PURE__*/ S.String;
6573
6740
 
6574
6741
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase0Hidden =
6575
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
6576
- | boolean
6577
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase0HiddenCase2;
6742
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
6743
+ | boolean
6744
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase0HiddenCase2;
6578
6745
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase0Hidden =
6579
6746
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase0Hidden>;
6580
6747
 
@@ -6609,14 +6776,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
6609
6776
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
6610
6777
 
6611
6778
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase2DisabledCase2 =
6612
- "create" | "update";
6779
+ | "create"
6780
+ | "update";
6613
6781
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase2DisabledCase2 =
6614
6782
  /*@__PURE__*/ S.String;
6615
6783
 
6616
6784
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase2Disabled =
6617
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
6618
- | boolean
6619
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase2DisabledCase2;
6785
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
6786
+ | boolean
6787
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase2DisabledCase2;
6620
6788
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase2Disabled =
6621
6789
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase2Disabled>;
6622
6790
 
@@ -6626,14 +6794,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
6626
6794
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
6627
6795
 
6628
6796
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase2HiddenCase2 =
6629
- "create" | "update";
6797
+ | "create"
6798
+ | "update";
6630
6799
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase2HiddenCase2 =
6631
6800
  /*@__PURE__*/ S.String;
6632
6801
 
6633
6802
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase2Hidden =
6634
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
6635
- | boolean
6636
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase2HiddenCase2;
6803
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
6804
+ | boolean
6805
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase2HiddenCase2;
6637
6806
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase2Hidden =
6638
6807
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase2Hidden>;
6639
6808
 
@@ -6661,9 +6830,9 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
6661
6830
  }) as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase2>;
6662
6831
 
6663
6832
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItem =
6664
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase0
6665
- | string
6666
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase2;
6833
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase0
6834
+ | string
6835
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItemCase2;
6667
6836
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItem =
6668
6837
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiOptionsItem>;
6669
6838
 
@@ -6687,14 +6856,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
6687
6856
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
6688
6857
 
6689
6858
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiReadOnlyCase2 =
6690
- "create" | "update";
6859
+ | "create"
6860
+ | "update";
6691
6861
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiReadOnlyCase2 =
6692
6862
  /*@__PURE__*/ S.String;
6693
6863
 
6694
6864
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiReadOnly =
6695
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
6696
- | boolean
6697
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiReadOnlyCase2;
6865
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
6866
+ | boolean
6867
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiReadOnlyCase2;
6698
6868
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiReadOnly =
6699
6869
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiReadOnly>;
6700
6870
 
@@ -6704,14 +6874,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
6704
6874
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
6705
6875
 
6706
6876
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiHiddenCase2 =
6707
- "create" | "update";
6877
+ | "create"
6878
+ | "update";
6708
6879
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiHiddenCase2 =
6709
6880
  /*@__PURE__*/ S.String;
6710
6881
 
6711
6882
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiHidden =
6712
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
6713
- | boolean
6714
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiHiddenCase2;
6883
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
6884
+ | boolean
6885
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiHiddenCase2;
6715
6886
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiHidden =
6716
6887
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiHidden>;
6717
6888
 
@@ -6721,14 +6892,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
6721
6892
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
6722
6893
 
6723
6894
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiDisabledCase2 =
6724
- "create" | "update";
6895
+ | "create"
6896
+ | "update";
6725
6897
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiDisabledCase2 =
6726
6898
  /*@__PURE__*/ S.String;
6727
6899
 
6728
6900
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiDisabled =
6729
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
6730
- | boolean
6731
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiDisabledCase2;
6901
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
6902
+ | boolean
6903
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiDisabledCase2;
6732
6904
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiDisabled =
6733
6905
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiDisabled>;
6734
6906
 
@@ -6738,8 +6910,8 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
6738
6910
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
6739
6911
 
6740
6912
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiDescription =
6741
- | string
6742
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
6913
+ | string
6914
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
6743
6915
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiDescription =
6744
6916
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7UiDescription>;
6745
6917
 
@@ -6876,14 +7048,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
6876
7048
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
6877
7049
 
6878
7050
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase0DisabledCase2 =
6879
- "create" | "update";
7051
+ | "create"
7052
+ | "update";
6880
7053
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase0DisabledCase2 =
6881
7054
  /*@__PURE__*/ S.String;
6882
7055
 
6883
7056
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase0Disabled =
6884
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
6885
- | boolean
6886
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase0DisabledCase2;
7057
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
7058
+ | boolean
7059
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase0DisabledCase2;
6887
7060
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase0Disabled =
6888
7061
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase0Disabled>;
6889
7062
 
@@ -6893,14 +7066,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
6893
7066
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
6894
7067
 
6895
7068
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase0HiddenCase2 =
6896
- "create" | "update";
7069
+ | "create"
7070
+ | "update";
6897
7071
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase0HiddenCase2 =
6898
7072
  /*@__PURE__*/ S.String;
6899
7073
 
6900
7074
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase0Hidden =
6901
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
6902
- | boolean
6903
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase0HiddenCase2;
7075
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
7076
+ | boolean
7077
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase0HiddenCase2;
6904
7078
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase0Hidden =
6905
7079
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase0Hidden>;
6906
7080
 
@@ -6935,14 +7109,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
6935
7109
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
6936
7110
 
6937
7111
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase2DisabledCase2 =
6938
- "create" | "update";
7112
+ | "create"
7113
+ | "update";
6939
7114
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase2DisabledCase2 =
6940
7115
  /*@__PURE__*/ S.String;
6941
7116
 
6942
7117
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase2Disabled =
6943
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
6944
- | boolean
6945
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase2DisabledCase2;
7118
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
7119
+ | boolean
7120
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase2DisabledCase2;
6946
7121
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase2Disabled =
6947
7122
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase2Disabled>;
6948
7123
 
@@ -6952,14 +7127,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
6952
7127
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
6953
7128
 
6954
7129
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase2HiddenCase2 =
6955
- "create" | "update";
7130
+ | "create"
7131
+ | "update";
6956
7132
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase2HiddenCase2 =
6957
7133
  /*@__PURE__*/ S.String;
6958
7134
 
6959
7135
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase2Hidden =
6960
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
6961
- | boolean
6962
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase2HiddenCase2;
7136
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
7137
+ | boolean
7138
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase2HiddenCase2;
6963
7139
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase2Hidden =
6964
7140
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase2Hidden>;
6965
7141
 
@@ -6987,9 +7163,9 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
6987
7163
  }) as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase2>;
6988
7164
 
6989
7165
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItem =
6990
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase0
6991
- | string
6992
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase2;
7166
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase0
7167
+ | string
7168
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItemCase2;
6993
7169
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItem =
6994
7170
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiOptionsItem>;
6995
7171
 
@@ -7020,14 +7196,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
7020
7196
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
7021
7197
 
7022
7198
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiReadOnlyCase2 =
7023
- "create" | "update";
7199
+ | "create"
7200
+ | "update";
7024
7201
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiReadOnlyCase2 =
7025
7202
  /*@__PURE__*/ S.String;
7026
7203
 
7027
7204
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiReadOnly =
7028
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
7029
- | boolean
7030
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiReadOnlyCase2;
7205
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
7206
+ | boolean
7207
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiReadOnlyCase2;
7031
7208
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiReadOnly =
7032
7209
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiReadOnly>;
7033
7210
 
@@ -7037,14 +7214,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
7037
7214
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
7038
7215
 
7039
7216
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiHiddenCase2 =
7040
- "create" | "update";
7217
+ | "create"
7218
+ | "update";
7041
7219
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiHiddenCase2 =
7042
7220
  /*@__PURE__*/ S.String;
7043
7221
 
7044
7222
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiHidden =
7045
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
7046
- | boolean
7047
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiHiddenCase2;
7223
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
7224
+ | boolean
7225
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiHiddenCase2;
7048
7226
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiHidden =
7049
7227
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiHidden>;
7050
7228
 
@@ -7054,14 +7232,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
7054
7232
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
7055
7233
 
7056
7234
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiDisabledCase2 =
7057
- "create" | "update";
7235
+ | "create"
7236
+ | "update";
7058
7237
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiDisabledCase2 =
7059
7238
  /*@__PURE__*/ S.String;
7060
7239
 
7061
7240
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiDisabled =
7062
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
7063
- | boolean
7064
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiDisabledCase2;
7241
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
7242
+ | boolean
7243
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiDisabledCase2;
7065
7244
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiDisabled =
7066
7245
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiDisabled>;
7067
7246
 
@@ -7071,8 +7250,8 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
7071
7250
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
7072
7251
 
7073
7252
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiDescription =
7074
- | string
7075
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
7253
+ | string
7254
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
7076
7255
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiDescription =
7077
7256
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8UiDescription>;
7078
7257
 
@@ -7173,14 +7352,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
7173
7352
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
7174
7353
 
7175
7354
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase0DisabledCase2 =
7176
- "create" | "update";
7355
+ | "create"
7356
+ | "update";
7177
7357
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase0DisabledCase2 =
7178
7358
  /*@__PURE__*/ S.String;
7179
7359
 
7180
7360
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase0Disabled =
7181
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
7182
- | boolean
7183
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase0DisabledCase2;
7361
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
7362
+ | boolean
7363
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase0DisabledCase2;
7184
7364
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase0Disabled =
7185
7365
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase0Disabled>;
7186
7366
 
@@ -7190,14 +7370,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
7190
7370
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
7191
7371
 
7192
7372
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase0HiddenCase2 =
7193
- "create" | "update";
7373
+ | "create"
7374
+ | "update";
7194
7375
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase0HiddenCase2 =
7195
7376
  /*@__PURE__*/ S.String;
7196
7377
 
7197
7378
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase0Hidden =
7198
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
7199
- | boolean
7200
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase0HiddenCase2;
7379
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
7380
+ | boolean
7381
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase0HiddenCase2;
7201
7382
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase0Hidden =
7202
7383
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase0Hidden>;
7203
7384
 
@@ -7232,14 +7413,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
7232
7413
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
7233
7414
 
7234
7415
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase2DisabledCase2 =
7235
- "create" | "update";
7416
+ | "create"
7417
+ | "update";
7236
7418
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase2DisabledCase2 =
7237
7419
  /*@__PURE__*/ S.String;
7238
7420
 
7239
7421
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase2Disabled =
7240
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
7241
- | boolean
7242
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase2DisabledCase2;
7422
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
7423
+ | boolean
7424
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase2DisabledCase2;
7243
7425
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase2Disabled =
7244
7426
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase2Disabled>;
7245
7427
 
@@ -7249,14 +7431,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
7249
7431
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
7250
7432
 
7251
7433
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase2HiddenCase2 =
7252
- "create" | "update";
7434
+ | "create"
7435
+ | "update";
7253
7436
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase2HiddenCase2 =
7254
7437
  /*@__PURE__*/ S.String;
7255
7438
 
7256
7439
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase2Hidden =
7257
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
7258
- | boolean
7259
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase2HiddenCase2;
7440
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
7441
+ | boolean
7442
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase2HiddenCase2;
7260
7443
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase2Hidden =
7261
7444
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase2Hidden>;
7262
7445
 
@@ -7284,9 +7467,9 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
7284
7467
  }) as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase2>;
7285
7468
 
7286
7469
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItem =
7287
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase0
7288
- | string
7289
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase2;
7470
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase0
7471
+ | string
7472
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItemCase2;
7290
7473
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItem =
7291
7474
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiOptionsItem>;
7292
7475
 
@@ -7310,14 +7493,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
7310
7493
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
7311
7494
 
7312
7495
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiReadOnlyCase2 =
7313
- "create" | "update";
7496
+ | "create"
7497
+ | "update";
7314
7498
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiReadOnlyCase2 =
7315
7499
  /*@__PURE__*/ S.String;
7316
7500
 
7317
7501
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiReadOnly =
7318
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
7319
- | boolean
7320
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiReadOnlyCase2;
7502
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
7503
+ | boolean
7504
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiReadOnlyCase2;
7321
7505
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiReadOnly =
7322
7506
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiReadOnly>;
7323
7507
 
@@ -7327,14 +7511,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
7327
7511
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
7328
7512
 
7329
7513
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiHiddenCase2 =
7330
- "create" | "update";
7514
+ | "create"
7515
+ | "update";
7331
7516
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiHiddenCase2 =
7332
7517
  /*@__PURE__*/ S.String;
7333
7518
 
7334
7519
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiHidden =
7335
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
7336
- | boolean
7337
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiHiddenCase2;
7520
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
7521
+ | boolean
7522
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiHiddenCase2;
7338
7523
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiHidden =
7339
7524
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiHidden>;
7340
7525
 
@@ -7344,14 +7529,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
7344
7529
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
7345
7530
 
7346
7531
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiDisabledCase2 =
7347
- "create" | "update";
7532
+ | "create"
7533
+ | "update";
7348
7534
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiDisabledCase2 =
7349
7535
  /*@__PURE__*/ S.String;
7350
7536
 
7351
7537
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiDisabled =
7352
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
7353
- | boolean
7354
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiDisabledCase2;
7538
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
7539
+ | boolean
7540
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiDisabledCase2;
7355
7541
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiDisabled =
7356
7542
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiDisabled>;
7357
7543
 
@@ -7361,8 +7547,8 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
7361
7547
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
7362
7548
 
7363
7549
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiDescription =
7364
- | string
7365
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
7550
+ | string
7551
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
7366
7552
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiDescription =
7367
7553
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9UiDescription>;
7368
7554
 
@@ -7467,14 +7653,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
7467
7653
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
7468
7654
 
7469
7655
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiReadOnlyCase2 =
7470
- "create" | "update";
7656
+ | "create"
7657
+ | "update";
7471
7658
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiReadOnlyCase2 =
7472
7659
  /*@__PURE__*/ S.String;
7473
7660
 
7474
7661
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiReadOnly =
7475
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
7476
- | boolean
7477
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiReadOnlyCase2;
7662
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
7663
+ | boolean
7664
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiReadOnlyCase2;
7478
7665
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiReadOnly =
7479
7666
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiReadOnly>;
7480
7667
 
@@ -7484,14 +7671,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
7484
7671
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
7485
7672
 
7486
7673
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiHiddenCase2 =
7487
- "create" | "update";
7674
+ | "create"
7675
+ | "update";
7488
7676
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiHiddenCase2 =
7489
7677
  /*@__PURE__*/ S.String;
7490
7678
 
7491
7679
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiHidden =
7492
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
7493
- | boolean
7494
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiHiddenCase2;
7680
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
7681
+ | boolean
7682
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiHiddenCase2;
7495
7683
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiHidden =
7496
7684
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiHidden>;
7497
7685
 
@@ -7501,14 +7689,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
7501
7689
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
7502
7690
 
7503
7691
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiDisabledCase2 =
7504
- "create" | "update";
7692
+ | "create"
7693
+ | "update";
7505
7694
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiDisabledCase2 =
7506
7695
  /*@__PURE__*/ S.String;
7507
7696
 
7508
7697
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiDisabled =
7509
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
7510
- | boolean
7511
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiDisabledCase2;
7698
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
7699
+ | boolean
7700
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiDisabledCase2;
7512
7701
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiDisabled =
7513
7702
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiDisabled>;
7514
7703
 
@@ -7518,8 +7707,8 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
7518
7707
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
7519
7708
 
7520
7709
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiDescription =
7521
- | string
7522
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
7710
+ | string
7711
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
7523
7712
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiDescription =
7524
7713
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10UiDescription>;
7525
7714
 
@@ -7612,14 +7801,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
7612
7801
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
7613
7802
 
7614
7803
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiReadOnlyCase2 =
7615
- "create" | "update";
7804
+ | "create"
7805
+ | "update";
7616
7806
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiReadOnlyCase2 =
7617
7807
  /*@__PURE__*/ S.String;
7618
7808
 
7619
7809
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiReadOnly =
7620
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
7621
- | boolean
7622
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiReadOnlyCase2;
7810
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
7811
+ | boolean
7812
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiReadOnlyCase2;
7623
7813
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiReadOnly =
7624
7814
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiReadOnly>;
7625
7815
 
@@ -7629,14 +7819,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
7629
7819
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
7630
7820
 
7631
7821
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiHiddenCase2 =
7632
- "create" | "update";
7822
+ | "create"
7823
+ | "update";
7633
7824
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiHiddenCase2 =
7634
7825
  /*@__PURE__*/ S.String;
7635
7826
 
7636
7827
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiHidden =
7637
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
7638
- | boolean
7639
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiHiddenCase2;
7828
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
7829
+ | boolean
7830
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiHiddenCase2;
7640
7831
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiHidden =
7641
7832
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiHidden>;
7642
7833
 
@@ -7646,14 +7837,15 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
7646
7837
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
7647
7838
 
7648
7839
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiDisabledCase2 =
7649
- "create" | "update";
7840
+ | "create"
7841
+ | "update";
7650
7842
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiDisabledCase2 =
7651
7843
  /*@__PURE__*/ S.String;
7652
7844
 
7653
7845
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiDisabled =
7654
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
7655
- | boolean
7656
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiDisabledCase2;
7846
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0
7847
+ | boolean
7848
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiDisabledCase2;
7657
7849
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiDisabled =
7658
7850
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiDisabled>;
7659
7851
 
@@ -7663,8 +7855,8 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
7663
7855
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
7664
7856
 
7665
7857
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiDescription =
7666
- | string
7667
- | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
7858
+ | string
7859
+ | CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
7668
7860
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiDescription =
7669
7861
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11UiDescription>;
7670
7862
 
@@ -7674,7 +7866,9 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
7674
7866
  CreateIntegrationStoreDirectResponseStoreProductMetadataSchemaPropertiesValueCase0UiReadOnlyCase0;
7675
7867
 
7676
7868
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11GitProvidersItem =
7677
- "bitbucket" | "github" | "gitlab";
7869
+ | "bitbucket"
7870
+ | "github"
7871
+ | "gitlab";
7678
7872
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11GitProvidersItem =
7679
7873
  /*@__PURE__*/ S.String;
7680
7874
 
@@ -7748,18 +7942,18 @@ export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertie
7748
7942
  }) as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11>;
7749
7943
 
7750
7944
  export type GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValue =
7751
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0
7752
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1
7753
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2
7754
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3
7755
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4
7756
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5
7757
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6
7758
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7
7759
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8
7760
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9
7761
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10
7762
- | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11;
7945
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase0
7946
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase1
7947
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase2
7948
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase3
7949
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase4
7950
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase5
7951
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase6
7952
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase7
7953
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase8
7954
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase9
7955
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase10
7956
+ | GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValueCase11;
7763
7957
  export const GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValue =
7764
7958
  /*@__PURE__*/ S.Unknown as any as S.Schema<GetConfigurationProductsResponseProductsItemMetadataSchemaPropertiesValue>;
7765
7959
 
@@ -8032,6 +8226,8 @@ export interface GetConfigurationsResponseBodyCase0Item {
8032
8226
  disabledReason?: GetConfigurationsResponseBodyCase0ItemDisabledReason;
8033
8227
  /** Defines the installation type. - 'external' integrations are installed via the existing integrations flow - 'marketplace' integrations are natively installed: - when accepting the TOS of a partner during the store creation process - if undefined, assume 'external' */
8034
8228
  installationType?: GetConfigurationsResponseBodyCase0ItemInstallationType;
8229
+ /** Historical parent installation from which acceptedPolicies were inherited. This is immutable provenance, not current authorization or relationship truth. */
8230
+ acceptedPoliciesInheritedFromInstallationId?: string;
8035
8231
  }
8036
8232
  export const GetConfigurationsResponseBodyCase0Item = /*@__PURE__*/ S.suspend(
8037
8233
  () =>
@@ -8061,6 +8257,7 @@ export const GetConfigurationsResponseBodyCase0Item = /*@__PURE__*/ S.suspend(
8061
8257
  installationType: S.optional(
8062
8258
  GetConfigurationsResponseBodyCase0ItemInstallationType,
8063
8259
  ),
8260
+ acceptedPoliciesInheritedFromInstallationId: S.optional(S.String),
8064
8261
  }),
8065
8262
  ).annotate({
8066
8263
  identifier: "GetConfigurationsResponseBodyCase0Item",
@@ -8249,6 +8446,8 @@ export interface GetConfigurationsResponseBodyCase1Item {
8249
8446
  disabledReason?: GetConfigurationsResponseBodyCase1ItemDisabledReason;
8250
8447
  /** Defines the installation type. - 'external' integrations are installed via the existing integrations flow - 'marketplace' integrations are natively installed: - when accepting the TOS of a partner during the store creation process - if undefined, assume 'external' */
8251
8448
  installationType?: GetConfigurationsResponseBodyCase1ItemInstallationType;
8449
+ /** Historical parent installation from which acceptedPolicies were inherited. This is immutable provenance, not current authorization or relationship truth. */
8450
+ acceptedPoliciesInheritedFromInstallationId?: string;
8252
8451
  }
8253
8452
  export const GetConfigurationsResponseBodyCase1Item = /*@__PURE__*/ S.suspend(
8254
8453
  () =>
@@ -8279,6 +8478,7 @@ export const GetConfigurationsResponseBodyCase1Item = /*@__PURE__*/ S.suspend(
8279
8478
  installationType: S.optional(
8280
8479
  GetConfigurationsResponseBodyCase1ItemInstallationType,
8281
8480
  ),
8481
+ acceptedPoliciesInheritedFromInstallationId: S.optional(S.String),
8282
8482
  }),
8283
8483
  ).annotate({
8284
8484
  identifier: "GetConfigurationsResponseBodyCase1Item",
@@ -8481,7 +8681,7 @@ export type SearchRepoResponseBodyCase2ReposItemProvider = "cursor-origin";
8481
8681
  export const SearchRepoResponseBodyCase2ReposItemProvider =
8482
8682
  /*@__PURE__*/ S.String;
8483
8683
 
8484
- export type SearchRepoResponseBodyCase2ReposItemOwnerType = "team";
8684
+ export type SearchRepoResponseBodyCase2ReposItemOwnerType = "team" | "user";
8485
8685
  export const SearchRepoResponseBodyCase2ReposItemOwnerType =
8486
8686
  /*@__PURE__*/ S.String;
8487
8687
 
@@ -8552,6 +8752,7 @@ export const SearchRepoResponseBodyCase2 = /*@__PURE__*/ S.suspend(() =>
8552
8752
 
8553
8753
  export type SearchRepoResponseBodyCase3GitAccountProvider =
8554
8754
  | "bitbucket"
8755
+ | "cursor-origin"
8555
8756
  | "github"
8556
8757
  | "github-custom-host"
8557
8758
  | "github-limited"
@@ -8584,6 +8785,7 @@ export const SearchRepoResponseBodyCase3ReposItemId =
8584
8785
 
8585
8786
  export type SearchRepoResponseBodyCase3ReposItemProvider =
8586
8787
  | "bitbucket"
8788
+ | "cursor-origin"
8587
8789
  | "github"
8588
8790
  | "github-custom-host"
8589
8791
  | "github-limited"