@meshery/schemas 1.3.22 → 1.3.24

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 (96) hide show
  1. package/dist/cloudApi.d.mts +5467 -3043
  2. package/dist/cloudApi.d.ts +5467 -3043
  3. package/dist/cloudApi.js +1 -1
  4. package/dist/cloudApi.mjs +1 -1
  5. package/dist/constructs/v1beta1/academy/AcademySchema.js +1 -1
  6. package/dist/constructs/v1beta1/academy/AcademySchema.mjs +1 -1
  7. package/dist/constructs/v1beta1/component/ComponentSchema.js +1 -1
  8. package/dist/constructs/v1beta1/component/ComponentSchema.mjs +1 -1
  9. package/dist/constructs/v1beta1/connection/ConnectionSchema.js +1 -1
  10. package/dist/constructs/v1beta1/connection/ConnectionSchema.mjs +1 -1
  11. package/dist/constructs/v1beta1/credential/CredentialSchema.js +8 -8
  12. package/dist/constructs/v1beta1/credential/CredentialSchema.mjs +8 -8
  13. package/dist/constructs/v1beta1/evaluation/EvaluationSchema.js +4 -4
  14. package/dist/constructs/v1beta1/evaluation/EvaluationSchema.mjs +4 -4
  15. package/dist/constructs/v1beta1/model/Model.d.ts +586 -2
  16. package/dist/constructs/v1beta1/model/ModelSchema.js +10 -2
  17. package/dist/constructs/v1beta1/model/ModelSchema.mjs +10 -2
  18. package/dist/constructs/v1beta1/pattern/PatternSchema.js +11 -11
  19. package/dist/constructs/v1beta1/pattern/PatternSchema.mjs +11 -11
  20. package/dist/constructs/v1beta1/schedule/ScheduleSchema.js +6 -6
  21. package/dist/constructs/v1beta1/schedule/ScheduleSchema.mjs +6 -6
  22. package/dist/constructs/v1beta1/system/System.d.ts +112 -0
  23. package/dist/constructs/v1beta1/system/SystemSchema.js +1 -1
  24. package/dist/constructs/v1beta1/system/SystemSchema.mjs +1 -1
  25. package/dist/constructs/v1beta1/team/TeamSchema.js +1 -1
  26. package/dist/constructs/v1beta1/team/TeamSchema.mjs +1 -1
  27. package/dist/constructs/v1beta1/token/TokenSchema.js +1 -1
  28. package/dist/constructs/v1beta1/token/TokenSchema.mjs +1 -1
  29. package/dist/constructs/v1beta1/view/ViewSchema.js +4 -4
  30. package/dist/constructs/v1beta1/view/ViewSchema.mjs +4 -4
  31. package/dist/constructs/v1beta1/workspace/WorkspaceSchema.js +4 -4
  32. package/dist/constructs/v1beta1/workspace/WorkspaceSchema.mjs +4 -4
  33. package/dist/constructs/v1beta2/academy/AcademySchema.js +1 -1
  34. package/dist/constructs/v1beta2/academy/AcademySchema.mjs +1 -1
  35. package/dist/constructs/v1beta2/component/ComponentSchema.js +1 -1
  36. package/dist/constructs/v1beta2/component/ComponentSchema.mjs +1 -1
  37. package/dist/constructs/v1beta2/connection/ConnectionSchema.js +1 -1
  38. package/dist/constructs/v1beta2/connection/ConnectionSchema.mjs +1 -1
  39. package/dist/constructs/v1beta2/credential/CredentialSchema.js +6 -6
  40. package/dist/constructs/v1beta2/credential/CredentialSchema.mjs +6 -6
  41. package/dist/constructs/v1beta2/design/DesignSchema.js +11 -11
  42. package/dist/constructs/v1beta2/design/DesignSchema.mjs +11 -11
  43. package/dist/constructs/v1beta2/model/Model.d.ts +587 -3
  44. package/dist/constructs/v1beta2/model/ModelSchema.js +10 -2
  45. package/dist/constructs/v1beta2/model/ModelSchema.mjs +10 -2
  46. package/dist/constructs/v1beta2/organization/Organization.d.ts +434 -0
  47. package/dist/constructs/v1beta2/organization/OrganizationSchema.js +1 -1
  48. package/dist/constructs/v1beta2/organization/OrganizationSchema.mjs +1 -1
  49. package/dist/constructs/v1beta2/schedule/ScheduleSchema.js +5 -5
  50. package/dist/constructs/v1beta2/schedule/ScheduleSchema.mjs +5 -5
  51. package/dist/constructs/v1beta2/team/TeamSchema.js +1 -1
  52. package/dist/constructs/v1beta2/team/TeamSchema.mjs +1 -1
  53. package/dist/constructs/v1beta2/token/TokenSchema.js +1 -1
  54. package/dist/constructs/v1beta2/token/TokenSchema.mjs +1 -1
  55. package/dist/constructs/v1beta2/user/User.d.ts +919 -51
  56. package/dist/constructs/v1beta2/user/UserSchema.js +1 -1
  57. package/dist/constructs/v1beta2/user/UserSchema.mjs +1 -1
  58. package/dist/constructs/v1beta2/view/ViewSchema.js +4 -4
  59. package/dist/constructs/v1beta2/view/ViewSchema.mjs +4 -4
  60. package/dist/constructs/v1beta3/component/ComponentSchema.js +1 -1
  61. package/dist/constructs/v1beta3/component/ComponentSchema.mjs +1 -1
  62. package/dist/constructs/v1beta3/connection/Connection.d.ts +173 -1
  63. package/dist/constructs/v1beta3/connection/ConnectionSchema.js +1 -1
  64. package/dist/constructs/v1beta3/connection/ConnectionSchema.mjs +1 -1
  65. package/dist/constructs/v1beta3/design/Design.d.ts +3279 -1916
  66. package/dist/constructs/v1beta3/design/DesignSchema.js +56 -12
  67. package/dist/constructs/v1beta3/design/DesignSchema.mjs +56 -12
  68. package/dist/constructs/v1beta3/environment/Environment.d.ts +42 -0
  69. package/dist/constructs/v1beta3/environment/EnvironmentSchema.js +1 -1
  70. package/dist/constructs/v1beta3/environment/EnvironmentSchema.mjs +1 -1
  71. package/dist/constructs/v1beta3/invitation/Invitation.d.ts +188 -1
  72. package/dist/constructs/v1beta3/invitation/InvitationSchema.js +1 -1
  73. package/dist/constructs/v1beta3/invitation/InvitationSchema.mjs +1 -1
  74. package/dist/constructs/v1beta3/pattern_resource/PatternResource.d.ts +701 -0
  75. package/dist/constructs/v1beta3/pattern_resource/PatternResource.js +1 -0
  76. package/dist/constructs/v1beta3/pattern_resource/PatternResource.mjs +0 -0
  77. package/dist/constructs/v1beta3/pattern_resource/PatternResourceSchema.d.ts +2 -0
  78. package/dist/constructs/v1beta3/pattern_resource/PatternResourceSchema.js +78 -0
  79. package/dist/constructs/v1beta3/pattern_resource/PatternResourceSchema.mjs +78 -0
  80. package/dist/constructs/v1beta3/user/User.d.ts +527 -0
  81. package/dist/constructs/v1beta3/user/User.js +1 -0
  82. package/dist/constructs/v1beta3/user/User.mjs +0 -0
  83. package/dist/constructs/v1beta3/user/UserSchema.d.ts +2 -0
  84. package/dist/constructs/v1beta3/user/UserSchema.js +2 -0
  85. package/dist/constructs/v1beta3/user/UserSchema.mjs +2 -0
  86. package/dist/constructs/v1beta3/workspace/WorkspaceSchema.js +4 -4
  87. package/dist/constructs/v1beta3/workspace/WorkspaceSchema.mjs +4 -4
  88. package/dist/index.d.mts +573 -1
  89. package/dist/index.d.ts +573 -1
  90. package/dist/index.js +41 -33
  91. package/dist/index.mjs +41 -33
  92. package/dist/mesheryApi.d.mts +423 -44
  93. package/dist/mesheryApi.d.ts +423 -44
  94. package/dist/mesheryApi.js +1 -1
  95. package/dist/mesheryApi.mjs +1 -1
  96. package/package.json +1 -1
@@ -278,6 +278,47 @@ export interface components {
278
278
  [key: string]: string;
279
279
  };
280
280
  };
281
+ /** @description A single slide in the auth-page feature carousel. */
282
+ CarouselSlide: {
283
+ /**
284
+ * Format: uri
285
+ * @description URL of the slide image asset.
286
+ */
287
+ imageUrl: string;
288
+ /** @description Slide title. */
289
+ title: string;
290
+ /** @description Slide description text. */
291
+ description: string;
292
+ };
293
+ /** @description A single question/answer pair for the auth-page FAQ section. */
294
+ FAQ: {
295
+ /** @description The question text. */
296
+ question: string;
297
+ /** @description The answer text. */
298
+ answer: string;
299
+ };
300
+ /** @description Optional per-organization branding overrides for the auth pages: carousel slides and FAQ entries. Stored as JSON inside organization.metadata.preferences, so no dedicated column backs it. Empty or omitted fields fall back to the platform defaults. */
301
+ AuthBranding: {
302
+ /** @description Ordered slides rendered in the auth-page feature carousel. */
303
+ carousel?: {
304
+ /**
305
+ * Format: uri
306
+ * @description URL of the slide image asset.
307
+ */
308
+ imageUrl: string;
309
+ /** @description Slide title. */
310
+ title: string;
311
+ /** @description Slide description text. */
312
+ description: string;
313
+ }[];
314
+ /** @description FAQ entries rendered on the auth pages. */
315
+ faqs?: {
316
+ /** @description The question text. */
317
+ question: string;
318
+ /** @description The answer text. */
319
+ answer: string;
320
+ }[];
321
+ };
281
322
  /** @description Organization-level user experience preferences. */
282
323
  Preferences: {
283
324
  /** @description UI theme configured for an organization. */
@@ -327,6 +368,28 @@ export interface components {
327
368
  dashboard: {
328
369
  [key: string]: unknown;
329
370
  };
371
+ /** @description Optional per-organization branding overrides for the auth pages: carousel slides and FAQ entries. Stored as JSON inside organization.metadata.preferences, so no dedicated column backs it. Empty or omitted fields fall back to the platform defaults. */
372
+ authBranding?: {
373
+ /** @description Ordered slides rendered in the auth-page feature carousel. */
374
+ carousel?: {
375
+ /**
376
+ * Format: uri
377
+ * @description URL of the slide image asset.
378
+ */
379
+ imageUrl: string;
380
+ /** @description Slide title. */
381
+ title: string;
382
+ /** @description Slide description text. */
383
+ description: string;
384
+ }[];
385
+ /** @description FAQ entries rendered on the auth pages. */
386
+ faqs?: {
387
+ /** @description The question text. */
388
+ question: string;
389
+ /** @description The answer text. */
390
+ answer: string;
391
+ }[];
392
+ };
330
393
  /** @description Per-organization overrides for the legal and support links shown on the auth pages and the error page. termsOfService and privacy are the named legal links; support is an open-ended set of named support contacts/links. Empty or omitted fields fall back to the platform defaults. */
331
394
  links?: {
332
395
  /**
@@ -401,6 +464,28 @@ export interface components {
401
464
  dashboard: {
402
465
  [key: string]: unknown;
403
466
  };
467
+ /** @description Optional per-organization branding overrides for the auth pages: carousel slides and FAQ entries. Stored as JSON inside organization.metadata.preferences, so no dedicated column backs it. Empty or omitted fields fall back to the platform defaults. */
468
+ authBranding?: {
469
+ /** @description Ordered slides rendered in the auth-page feature carousel. */
470
+ carousel?: {
471
+ /**
472
+ * Format: uri
473
+ * @description URL of the slide image asset.
474
+ */
475
+ imageUrl: string;
476
+ /** @description Slide title. */
477
+ title: string;
478
+ /** @description Slide description text. */
479
+ description: string;
480
+ }[];
481
+ /** @description FAQ entries rendered on the auth pages. */
482
+ faqs?: {
483
+ /** @description The question text. */
484
+ question: string;
485
+ /** @description The answer text. */
486
+ answer: string;
487
+ }[];
488
+ };
404
489
  /** @description Per-organization overrides for the legal and support links shown on the auth pages and the error page. termsOfService and privacy are the named legal links; support is an open-ended set of named support contacts/links. Empty or omitted fields fall back to the platform defaults. */
405
490
  links?: {
406
491
  /**
@@ -533,6 +618,28 @@ export interface components {
533
618
  dashboard: {
534
619
  [key: string]: unknown;
535
620
  };
621
+ /** @description Optional per-organization branding overrides for the auth pages: carousel slides and FAQ entries. Stored as JSON inside organization.metadata.preferences, so no dedicated column backs it. Empty or omitted fields fall back to the platform defaults. */
622
+ authBranding?: {
623
+ /** @description Ordered slides rendered in the auth-page feature carousel. */
624
+ carousel?: {
625
+ /**
626
+ * Format: uri
627
+ * @description URL of the slide image asset.
628
+ */
629
+ imageUrl: string;
630
+ /** @description Slide title. */
631
+ title: string;
632
+ /** @description Slide description text. */
633
+ description: string;
634
+ }[];
635
+ /** @description FAQ entries rendered on the auth pages. */
636
+ faqs?: {
637
+ /** @description The question text. */
638
+ question: string;
639
+ /** @description The answer text. */
640
+ answer: string;
641
+ }[];
642
+ };
536
643
  /** @description Per-organization overrides for the legal and support links shown on the auth pages and the error page. termsOfService and privacy are the named legal links; support is an open-ended set of named support contacts/links. Empty or omitted fields fall back to the platform defaults. */
537
644
  links?: {
538
645
  /**
@@ -649,6 +756,28 @@ export interface components {
649
756
  dashboard: {
650
757
  [key: string]: unknown;
651
758
  };
759
+ /** @description Optional per-organization branding overrides for the auth pages: carousel slides and FAQ entries. Stored as JSON inside organization.metadata.preferences, so no dedicated column backs it. Empty or omitted fields fall back to the platform defaults. */
760
+ authBranding?: {
761
+ /** @description Ordered slides rendered in the auth-page feature carousel. */
762
+ carousel?: {
763
+ /**
764
+ * Format: uri
765
+ * @description URL of the slide image asset.
766
+ */
767
+ imageUrl: string;
768
+ /** @description Slide title. */
769
+ title: string;
770
+ /** @description Slide description text. */
771
+ description: string;
772
+ }[];
773
+ /** @description FAQ entries rendered on the auth pages. */
774
+ faqs?: {
775
+ /** @description The question text. */
776
+ question: string;
777
+ /** @description The answer text. */
778
+ answer: string;
779
+ }[];
780
+ };
652
781
  /** @description Per-organization overrides for the legal and support links shown on the auth pages and the error page. termsOfService and privacy are the named legal links; support is an open-ended set of named support contacts/links. Empty or omitted fields fall back to the platform defaults. */
653
782
  links?: {
654
783
  /**
@@ -766,6 +895,28 @@ export interface components {
766
895
  dashboard: {
767
896
  [key: string]: unknown;
768
897
  };
898
+ /** @description Optional per-organization branding overrides for the auth pages: carousel slides and FAQ entries. Stored as JSON inside organization.metadata.preferences, so no dedicated column backs it. Empty or omitted fields fall back to the platform defaults. */
899
+ authBranding?: {
900
+ /** @description Ordered slides rendered in the auth-page feature carousel. */
901
+ carousel?: {
902
+ /**
903
+ * Format: uri
904
+ * @description URL of the slide image asset.
905
+ */
906
+ imageUrl: string;
907
+ /** @description Slide title. */
908
+ title: string;
909
+ /** @description Slide description text. */
910
+ description: string;
911
+ }[];
912
+ /** @description FAQ entries rendered on the auth pages. */
913
+ faqs?: {
914
+ /** @description The question text. */
915
+ question: string;
916
+ /** @description The answer text. */
917
+ answer: string;
918
+ }[];
919
+ };
769
920
  /** @description Per-organization overrides for the legal and support links shown on the auth pages and the error page. termsOfService and privacy are the named legal links; support is an open-ended set of named support contacts/links. Empty or omitted fields fall back to the platform defaults. */
770
921
  links?: {
771
922
  /**
@@ -868,6 +1019,28 @@ export interface components {
868
1019
  dashboard: {
869
1020
  [key: string]: unknown;
870
1021
  };
1022
+ /** @description Optional per-organization branding overrides for the auth pages: carousel slides and FAQ entries. Stored as JSON inside organization.metadata.preferences, so no dedicated column backs it. Empty or omitted fields fall back to the platform defaults. */
1023
+ authBranding?: {
1024
+ /** @description Ordered slides rendered in the auth-page feature carousel. */
1025
+ carousel?: {
1026
+ /**
1027
+ * Format: uri
1028
+ * @description URL of the slide image asset.
1029
+ */
1030
+ imageUrl: string;
1031
+ /** @description Slide title. */
1032
+ title: string;
1033
+ /** @description Slide description text. */
1034
+ description: string;
1035
+ }[];
1036
+ /** @description FAQ entries rendered on the auth pages. */
1037
+ faqs?: {
1038
+ /** @description The question text. */
1039
+ question: string;
1040
+ /** @description The answer text. */
1041
+ answer: string;
1042
+ }[];
1043
+ };
871
1044
  /** @description Per-organization overrides for the legal and support links shown on the auth pages and the error page. termsOfService and privacy are the named legal links; support is an open-ended set of named support contacts/links. Empty or omitted fields fall back to the platform defaults. */
872
1045
  links?: {
873
1046
  /**
@@ -1042,6 +1215,91 @@ export interface components {
1042
1215
  deletedAt?: string;
1043
1216
  }[];
1044
1217
  };
1218
+ /** @description Junction record linking a user to an organization, optionally carrying the role the user holds in that organization. Backed by the users_organizations_mappings table, whose user foreign-key column is named owner. */
1219
+ UsersOrganizationsMapping: {
1220
+ /**
1221
+ * Format: uuid
1222
+ * @description Mapping record ID.
1223
+ */
1224
+ id?: string;
1225
+ /**
1226
+ * Format: uuid
1227
+ * @description User ID for this mapping. Stored in the owner column.
1228
+ */
1229
+ userId?: string;
1230
+ /**
1231
+ * Format: uuid
1232
+ * @description Organization ID for this mapping.
1233
+ */
1234
+ organizationId?: string;
1235
+ /**
1236
+ * Format: uuid
1237
+ * @description Role the user holds within the organization; omitted when no explicit role is assigned.
1238
+ */
1239
+ roleId?: string;
1240
+ /**
1241
+ * Format: date-time
1242
+ * @description Timestamp when the mapping was created.
1243
+ */
1244
+ createdAt?: string;
1245
+ /**
1246
+ * Format: date-time
1247
+ * @description Timestamp when the mapping was last updated.
1248
+ */
1249
+ updatedAt?: string;
1250
+ /**
1251
+ * Format: date-time
1252
+ * @description Timestamp when the mapping was soft-deleted.
1253
+ */
1254
+ deletedAt?: string;
1255
+ };
1256
+ /** @description Paginated list of user-organization mappings. */
1257
+ UsersOrganizationsMappingPage: {
1258
+ /** @description Zero-based page index returned in this response. */
1259
+ page?: number;
1260
+ /** @description Maximum number of items returned on each page. */
1261
+ pageSize?: number;
1262
+ /** @description Total number of items across all pages. */
1263
+ totalCount?: number;
1264
+ /** @description User-organization mapping entries. */
1265
+ data?: {
1266
+ /**
1267
+ * Format: uuid
1268
+ * @description Mapping record ID.
1269
+ */
1270
+ id?: string;
1271
+ /**
1272
+ * Format: uuid
1273
+ * @description User ID for this mapping. Stored in the owner column.
1274
+ */
1275
+ userId?: string;
1276
+ /**
1277
+ * Format: uuid
1278
+ * @description Organization ID for this mapping.
1279
+ */
1280
+ organizationId?: string;
1281
+ /**
1282
+ * Format: uuid
1283
+ * @description Role the user holds within the organization; omitted when no explicit role is assigned.
1284
+ */
1285
+ roleId?: string;
1286
+ /**
1287
+ * Format: date-time
1288
+ * @description Timestamp when the mapping was created.
1289
+ */
1290
+ createdAt?: string;
1291
+ /**
1292
+ * Format: date-time
1293
+ * @description Timestamp when the mapping was last updated.
1294
+ */
1295
+ updatedAt?: string;
1296
+ /**
1297
+ * Format: date-time
1298
+ * @description Timestamp when the mapping was soft-deleted.
1299
+ */
1300
+ deletedAt?: string;
1301
+ }[];
1302
+ };
1045
1303
  };
1046
1304
  responses: {
1047
1305
  /** @description Invalid request body or request param */
@@ -1163,6 +1421,28 @@ export interface components {
1163
1421
  dashboard: {
1164
1422
  [key: string]: unknown;
1165
1423
  };
1424
+ /** @description Optional per-organization branding overrides for the auth pages: carousel slides and FAQ entries. Stored as JSON inside organization.metadata.preferences, so no dedicated column backs it. Empty or omitted fields fall back to the platform defaults. */
1425
+ authBranding?: {
1426
+ /** @description Ordered slides rendered in the auth-page feature carousel. */
1427
+ carousel?: {
1428
+ /**
1429
+ * Format: uri
1430
+ * @description URL of the slide image asset.
1431
+ */
1432
+ imageUrl: string;
1433
+ /** @description Slide title. */
1434
+ title: string;
1435
+ /** @description Slide description text. */
1436
+ description: string;
1437
+ }[];
1438
+ /** @description FAQ entries rendered on the auth pages. */
1439
+ faqs?: {
1440
+ /** @description The question text. */
1441
+ question: string;
1442
+ /** @description The answer text. */
1443
+ answer: string;
1444
+ }[];
1445
+ };
1166
1446
  /** @description Per-organization overrides for the legal and support links shown on the auth pages and the error page. termsOfService and privacy are the named legal links; support is an open-ended set of named support contacts/links. Empty or omitted fields fall back to the platform defaults. */
1167
1447
  links?: {
1168
1448
  /**
@@ -1296,6 +1576,28 @@ export interface operations {
1296
1576
  dashboard: {
1297
1577
  [key: string]: unknown;
1298
1578
  };
1579
+ /** @description Optional per-organization branding overrides for the auth pages: carousel slides and FAQ entries. Stored as JSON inside organization.metadata.preferences, so no dedicated column backs it. Empty or omitted fields fall back to the platform defaults. */
1580
+ authBranding?: {
1581
+ /** @description Ordered slides rendered in the auth-page feature carousel. */
1582
+ carousel?: {
1583
+ /**
1584
+ * Format: uri
1585
+ * @description URL of the slide image asset.
1586
+ */
1587
+ imageUrl: string;
1588
+ /** @description Slide title. */
1589
+ title: string;
1590
+ /** @description Slide description text. */
1591
+ description: string;
1592
+ }[];
1593
+ /** @description FAQ entries rendered on the auth pages. */
1594
+ faqs?: {
1595
+ /** @description The question text. */
1596
+ question: string;
1597
+ /** @description The answer text. */
1598
+ answer: string;
1599
+ }[];
1600
+ };
1299
1601
  /** @description Per-organization overrides for the legal and support links shown on the auth pages and the error page. termsOfService and privacy are the named legal links; support is an open-ended set of named support contacts/links. Empty or omitted fields fall back to the platform defaults. */
1300
1602
  links?: {
1301
1603
  /**
@@ -1436,6 +1738,28 @@ export interface operations {
1436
1738
  dashboard: {
1437
1739
  [key: string]: unknown;
1438
1740
  };
1741
+ /** @description Optional per-organization branding overrides for the auth pages: carousel slides and FAQ entries. Stored as JSON inside organization.metadata.preferences, so no dedicated column backs it. Empty or omitted fields fall back to the platform defaults. */
1742
+ authBranding?: {
1743
+ /** @description Ordered slides rendered in the auth-page feature carousel. */
1744
+ carousel?: {
1745
+ /**
1746
+ * Format: uri
1747
+ * @description URL of the slide image asset.
1748
+ */
1749
+ imageUrl: string;
1750
+ /** @description Slide title. */
1751
+ title: string;
1752
+ /** @description Slide description text. */
1753
+ description: string;
1754
+ }[];
1755
+ /** @description FAQ entries rendered on the auth pages. */
1756
+ faqs?: {
1757
+ /** @description The question text. */
1758
+ question: string;
1759
+ /** @description The answer text. */
1760
+ answer: string;
1761
+ }[];
1762
+ };
1439
1763
  /** @description Per-organization overrides for the legal and support links shown on the auth pages and the error page. termsOfService and privacy are the named legal links; support is an open-ended set of named support contacts/links. Empty or omitted fields fall back to the platform defaults. */
1440
1764
  links?: {
1441
1765
  /**
@@ -1544,6 +1868,28 @@ export interface operations {
1544
1868
  dashboard: {
1545
1869
  [key: string]: unknown;
1546
1870
  };
1871
+ /** @description Optional per-organization branding overrides for the auth pages: carousel slides and FAQ entries. Stored as JSON inside organization.metadata.preferences, so no dedicated column backs it. Empty or omitted fields fall back to the platform defaults. */
1872
+ authBranding?: {
1873
+ /** @description Ordered slides rendered in the auth-page feature carousel. */
1874
+ carousel?: {
1875
+ /**
1876
+ * Format: uri
1877
+ * @description URL of the slide image asset.
1878
+ */
1879
+ imageUrl: string;
1880
+ /** @description Slide title. */
1881
+ title: string;
1882
+ /** @description Slide description text. */
1883
+ description: string;
1884
+ }[];
1885
+ /** @description FAQ entries rendered on the auth pages. */
1886
+ faqs?: {
1887
+ /** @description The question text. */
1888
+ question: string;
1889
+ /** @description The answer text. */
1890
+ answer: string;
1891
+ }[];
1892
+ };
1547
1893
  /** @description Per-organization overrides for the legal and support links shown on the auth pages and the error page. termsOfService and privacy are the named legal links; support is an open-ended set of named support contacts/links. Empty or omitted fields fall back to the platform defaults. */
1548
1894
  links?: {
1549
1895
  /**
@@ -1793,6 +2139,28 @@ export interface operations {
1793
2139
  dashboard: {
1794
2140
  [key: string]: unknown;
1795
2141
  };
2142
+ /** @description Optional per-organization branding overrides for the auth pages: carousel slides and FAQ entries. Stored as JSON inside organization.metadata.preferences, so no dedicated column backs it. Empty or omitted fields fall back to the platform defaults. */
2143
+ authBranding?: {
2144
+ /** @description Ordered slides rendered in the auth-page feature carousel. */
2145
+ carousel?: {
2146
+ /**
2147
+ * Format: uri
2148
+ * @description URL of the slide image asset.
2149
+ */
2150
+ imageUrl: string;
2151
+ /** @description Slide title. */
2152
+ title: string;
2153
+ /** @description Slide description text. */
2154
+ description: string;
2155
+ }[];
2156
+ /** @description FAQ entries rendered on the auth pages. */
2157
+ faqs?: {
2158
+ /** @description The question text. */
2159
+ question: string;
2160
+ /** @description The answer text. */
2161
+ answer: string;
2162
+ }[];
2163
+ };
1796
2164
  /** @description Per-organization overrides for the legal and support links shown on the auth pages and the error page. termsOfService and privacy are the named legal links; support is an open-ended set of named support contacts/links. Empty or omitted fields fall back to the platform defaults. */
1797
2165
  links?: {
1798
2166
  /**
@@ -1938,6 +2306,28 @@ export interface operations {
1938
2306
  dashboard: {
1939
2307
  [key: string]: unknown;
1940
2308
  };
2309
+ /** @description Optional per-organization branding overrides for the auth pages: carousel slides and FAQ entries. Stored as JSON inside organization.metadata.preferences, so no dedicated column backs it. Empty or omitted fields fall back to the platform defaults. */
2310
+ authBranding?: {
2311
+ /** @description Ordered slides rendered in the auth-page feature carousel. */
2312
+ carousel?: {
2313
+ /**
2314
+ * Format: uri
2315
+ * @description URL of the slide image asset.
2316
+ */
2317
+ imageUrl: string;
2318
+ /** @description Slide title. */
2319
+ title: string;
2320
+ /** @description Slide description text. */
2321
+ description: string;
2322
+ }[];
2323
+ /** @description FAQ entries rendered on the auth pages. */
2324
+ faqs?: {
2325
+ /** @description The question text. */
2326
+ question: string;
2327
+ /** @description The answer text. */
2328
+ answer: string;
2329
+ }[];
2330
+ };
1941
2331
  /** @description Per-organization overrides for the legal and support links shown on the auth pages and the error page. termsOfService and privacy are the named legal links; support is an open-ended set of named support contacts/links. Empty or omitted fields fall back to the platform defaults. */
1942
2332
  links?: {
1943
2333
  /**
@@ -2046,6 +2436,28 @@ export interface operations {
2046
2436
  dashboard: {
2047
2437
  [key: string]: unknown;
2048
2438
  };
2439
+ /** @description Optional per-organization branding overrides for the auth pages: carousel slides and FAQ entries. Stored as JSON inside organization.metadata.preferences, so no dedicated column backs it. Empty or omitted fields fall back to the platform defaults. */
2440
+ authBranding?: {
2441
+ /** @description Ordered slides rendered in the auth-page feature carousel. */
2442
+ carousel?: {
2443
+ /**
2444
+ * Format: uri
2445
+ * @description URL of the slide image asset.
2446
+ */
2447
+ imageUrl: string;
2448
+ /** @description Slide title. */
2449
+ title: string;
2450
+ /** @description Slide description text. */
2451
+ description: string;
2452
+ }[];
2453
+ /** @description FAQ entries rendered on the auth pages. */
2454
+ faqs?: {
2455
+ /** @description The question text. */
2456
+ question: string;
2457
+ /** @description The answer text. */
2458
+ answer: string;
2459
+ }[];
2460
+ };
2049
2461
  /** @description Per-organization overrides for the legal and support links shown on the auth pages and the error page. termsOfService and privacy are the named legal links; support is an open-ended set of named support contacts/links. Empty or omitted fields fall back to the platform defaults. */
2050
2462
  links?: {
2051
2463
  /**
@@ -2252,6 +2664,28 @@ export interface operations {
2252
2664
  dashboard: {
2253
2665
  [key: string]: unknown;
2254
2666
  };
2667
+ /** @description Optional per-organization branding overrides for the auth pages: carousel slides and FAQ entries. Stored as JSON inside organization.metadata.preferences, so no dedicated column backs it. Empty or omitted fields fall back to the platform defaults. */
2668
+ authBranding?: {
2669
+ /** @description Ordered slides rendered in the auth-page feature carousel. */
2670
+ carousel?: {
2671
+ /**
2672
+ * Format: uri
2673
+ * @description URL of the slide image asset.
2674
+ */
2675
+ imageUrl: string;
2676
+ /** @description Slide title. */
2677
+ title: string;
2678
+ /** @description Slide description text. */
2679
+ description: string;
2680
+ }[];
2681
+ /** @description FAQ entries rendered on the auth pages. */
2682
+ faqs?: {
2683
+ /** @description The question text. */
2684
+ question: string;
2685
+ /** @description The answer text. */
2686
+ answer: string;
2687
+ }[];
2688
+ };
2255
2689
  /** @description Per-organization overrides for the legal and support links shown on the auth pages and the error page. termsOfService and privacy are the named legal links; support is an open-ended set of named support contacts/links. Empty or omitted fields fall back to the platform defaults. */
2256
2690
  links?: {
2257
2691
  /**