@meshery/schemas 1.3.6 → 1.3.7

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.
@@ -261,6 +261,23 @@ export interface components {
261
261
  DashboardPrefs: {
262
262
  [key: string]: unknown;
263
263
  };
264
+ /** @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. */
265
+ Links: {
266
+ /**
267
+ * Format: uri
268
+ * @description URL of the organization's Terms of Service page.
269
+ */
270
+ termsOfService?: string;
271
+ /**
272
+ * Format: uri
273
+ * @description URL of the organization's Privacy Policy page.
274
+ */
275
+ privacy?: string;
276
+ /** @description Open-ended set of named support contacts/links rendered on the auth and error pages, keyed by display name with a value that is a URL, a mailto:/tel: link, or free text. For example a "slack" entry pointing at https://slack.meshery.io, a "discussion forum" entry, or a "support desk" entry holding a phone number. */
277
+ support?: {
278
+ [key: string]: string;
279
+ };
280
+ };
264
281
  /** @description Organization-level user experience preferences. */
265
282
  Preferences: {
266
283
  /** @description UI theme configured for an organization. */
@@ -310,6 +327,28 @@ export interface components {
310
327
  dashboard: {
311
328
  [key: string]: unknown;
312
329
  };
330
+ /** @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
+ links?: {
332
+ /**
333
+ * Format: uri
334
+ * @description URL of the organization's Terms of Service page.
335
+ */
336
+ termsOfService?: string;
337
+ /**
338
+ * Format: uri
339
+ * @description URL of the organization's Privacy Policy page.
340
+ */
341
+ privacy?: string;
342
+ /** @description Open-ended set of named support contacts/links rendered on the auth and error pages, keyed by display name with a value that is a URL, a mailto:/tel: link, or free text. For example a "slack" entry pointing at https://slack.meshery.io, a "discussion forum" entry, or a "support desk" entry holding a phone number. */
343
+ support?: {
344
+ [key: string]: string;
345
+ };
346
+ };
347
+ /**
348
+ * @description Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it.
349
+ * @default true
350
+ */
351
+ showAuthCarousel: boolean;
313
352
  };
314
353
  /** @description Free-form metadata associated with an organization, including preferences. */
315
354
  OrgMetadata: {
@@ -362,6 +401,28 @@ export interface components {
362
401
  dashboard: {
363
402
  [key: string]: unknown;
364
403
  };
404
+ /** @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
+ links?: {
406
+ /**
407
+ * Format: uri
408
+ * @description URL of the organization's Terms of Service page.
409
+ */
410
+ termsOfService?: string;
411
+ /**
412
+ * Format: uri
413
+ * @description URL of the organization's Privacy Policy page.
414
+ */
415
+ privacy?: string;
416
+ /** @description Open-ended set of named support contacts/links rendered on the auth and error pages, keyed by display name with a value that is a URL, a mailto:/tel: link, or free text. For example a "slack" entry pointing at https://slack.meshery.io, a "discussion forum" entry, or a "support desk" entry holding a phone number. */
417
+ support?: {
418
+ [key: string]: string;
419
+ };
420
+ };
421
+ /**
422
+ * @description Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it.
423
+ * @default true
424
+ */
425
+ showAuthCarousel: boolean;
365
426
  };
366
427
  };
367
428
  /** @description An organization in Meshery Cloud. Organizations are the top-level tenancy boundary and own teams, workspaces, environments, designs, and other resources. Learn more at https://docs.meshery.io/concepts/logical/organizations */
@@ -472,6 +533,28 @@ export interface components {
472
533
  dashboard: {
473
534
  [key: string]: unknown;
474
535
  };
536
+ /** @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
+ links?: {
538
+ /**
539
+ * Format: uri
540
+ * @description URL of the organization's Terms of Service page.
541
+ */
542
+ termsOfService?: string;
543
+ /**
544
+ * Format: uri
545
+ * @description URL of the organization's Privacy Policy page.
546
+ */
547
+ privacy?: string;
548
+ /** @description Open-ended set of named support contacts/links rendered on the auth and error pages, keyed by display name with a value that is a URL, a mailto:/tel: link, or free text. For example a "slack" entry pointing at https://slack.meshery.io, a "discussion forum" entry, or a "support desk" entry holding a phone number. */
549
+ support?: {
550
+ [key: string]: string;
551
+ };
552
+ };
553
+ /**
554
+ * @description Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it.
555
+ * @default true
556
+ */
557
+ showAuthCarousel: boolean;
475
558
  };
476
559
  };
477
560
  /**
@@ -566,6 +649,28 @@ export interface components {
566
649
  dashboard: {
567
650
  [key: string]: unknown;
568
651
  };
652
+ /** @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
+ links?: {
654
+ /**
655
+ * Format: uri
656
+ * @description URL of the organization's Terms of Service page.
657
+ */
658
+ termsOfService?: string;
659
+ /**
660
+ * Format: uri
661
+ * @description URL of the organization's Privacy Policy page.
662
+ */
663
+ privacy?: string;
664
+ /** @description Open-ended set of named support contacts/links rendered on the auth and error pages, keyed by display name with a value that is a URL, a mailto:/tel: link, or free text. For example a "slack" entry pointing at https://slack.meshery.io, a "discussion forum" entry, or a "support desk" entry holding a phone number. */
665
+ support?: {
666
+ [key: string]: string;
667
+ };
668
+ };
669
+ /**
670
+ * @description Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it.
671
+ * @default true
672
+ */
673
+ showAuthCarousel: boolean;
569
674
  };
570
675
  };
571
676
  /**
@@ -661,6 +766,28 @@ export interface components {
661
766
  dashboard: {
662
767
  [key: string]: unknown;
663
768
  };
769
+ /** @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
+ links?: {
771
+ /**
772
+ * Format: uri
773
+ * @description URL of the organization's Terms of Service page.
774
+ */
775
+ termsOfService?: string;
776
+ /**
777
+ * Format: uri
778
+ * @description URL of the organization's Privacy Policy page.
779
+ */
780
+ privacy?: string;
781
+ /** @description Open-ended set of named support contacts/links rendered on the auth and error pages, keyed by display name with a value that is a URL, a mailto:/tel: link, or free text. For example a "slack" entry pointing at https://slack.meshery.io, a "discussion forum" entry, or a "support desk" entry holding a phone number. */
782
+ support?: {
783
+ [key: string]: string;
784
+ };
785
+ };
786
+ /**
787
+ * @description Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it.
788
+ * @default true
789
+ */
790
+ showAuthCarousel: boolean;
664
791
  };
665
792
  };
666
793
  /**
@@ -741,6 +868,28 @@ export interface components {
741
868
  dashboard: {
742
869
  [key: string]: unknown;
743
870
  };
871
+ /** @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
+ links?: {
873
+ /**
874
+ * Format: uri
875
+ * @description URL of the organization's Terms of Service page.
876
+ */
877
+ termsOfService?: string;
878
+ /**
879
+ * Format: uri
880
+ * @description URL of the organization's Privacy Policy page.
881
+ */
882
+ privacy?: string;
883
+ /** @description Open-ended set of named support contacts/links rendered on the auth and error pages, keyed by display name with a value that is a URL, a mailto:/tel: link, or free text. For example a "slack" entry pointing at https://slack.meshery.io, a "discussion forum" entry, or a "support desk" entry holding a phone number. */
884
+ support?: {
885
+ [key: string]: string;
886
+ };
887
+ };
888
+ /**
889
+ * @description Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it.
890
+ * @default true
891
+ */
892
+ showAuthCarousel: boolean;
744
893
  };
745
894
  };
746
895
  /** @description Team listing record used in team listings associated with an organization. */
@@ -1014,6 +1163,28 @@ export interface components {
1014
1163
  dashboard: {
1015
1164
  [key: string]: unknown;
1016
1165
  };
1166
+ /** @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
+ links?: {
1168
+ /**
1169
+ * Format: uri
1170
+ * @description URL of the organization's Terms of Service page.
1171
+ */
1172
+ termsOfService?: string;
1173
+ /**
1174
+ * Format: uri
1175
+ * @description URL of the organization's Privacy Policy page.
1176
+ */
1177
+ privacy?: string;
1178
+ /** @description Open-ended set of named support contacts/links rendered on the auth and error pages, keyed by display name with a value that is a URL, a mailto:/tel: link, or free text. For example a "slack" entry pointing at https://slack.meshery.io, a "discussion forum" entry, or a "support desk" entry holding a phone number. */
1179
+ support?: {
1180
+ [key: string]: string;
1181
+ };
1182
+ };
1183
+ /**
1184
+ * @description Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it.
1185
+ * @default true
1186
+ */
1187
+ showAuthCarousel?: boolean;
1017
1188
  };
1018
1189
  };
1019
1190
  };
@@ -1125,6 +1296,28 @@ export interface operations {
1125
1296
  dashboard: {
1126
1297
  [key: string]: unknown;
1127
1298
  };
1299
+ /** @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
+ links?: {
1301
+ /**
1302
+ * Format: uri
1303
+ * @description URL of the organization's Terms of Service page.
1304
+ */
1305
+ termsOfService?: string;
1306
+ /**
1307
+ * Format: uri
1308
+ * @description URL of the organization's Privacy Policy page.
1309
+ */
1310
+ privacy?: string;
1311
+ /** @description Open-ended set of named support contacts/links rendered on the auth and error pages, keyed by display name with a value that is a URL, a mailto:/tel: link, or free text. For example a "slack" entry pointing at https://slack.meshery.io, a "discussion forum" entry, or a "support desk" entry holding a phone number. */
1312
+ support?: {
1313
+ [key: string]: string;
1314
+ };
1315
+ };
1316
+ /**
1317
+ * @description Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it.
1318
+ * @default true
1319
+ */
1320
+ showAuthCarousel: boolean;
1128
1321
  };
1129
1322
  };
1130
1323
  /**
@@ -1243,6 +1436,28 @@ export interface operations {
1243
1436
  dashboard: {
1244
1437
  [key: string]: unknown;
1245
1438
  };
1439
+ /** @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
+ links?: {
1441
+ /**
1442
+ * Format: uri
1443
+ * @description URL of the organization's Terms of Service page.
1444
+ */
1445
+ termsOfService?: string;
1446
+ /**
1447
+ * Format: uri
1448
+ * @description URL of the organization's Privacy Policy page.
1449
+ */
1450
+ privacy?: string;
1451
+ /** @description Open-ended set of named support contacts/links rendered on the auth and error pages, keyed by display name with a value that is a URL, a mailto:/tel: link, or free text. For example a "slack" entry pointing at https://slack.meshery.io, a "discussion forum" entry, or a "support desk" entry holding a phone number. */
1452
+ support?: {
1453
+ [key: string]: string;
1454
+ };
1455
+ };
1456
+ /**
1457
+ * @description Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it.
1458
+ * @default true
1459
+ */
1460
+ showAuthCarousel?: boolean;
1246
1461
  };
1247
1462
  };
1248
1463
  };
@@ -1329,6 +1544,28 @@ export interface operations {
1329
1544
  dashboard: {
1330
1545
  [key: string]: unknown;
1331
1546
  };
1547
+ /** @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
+ links?: {
1549
+ /**
1550
+ * Format: uri
1551
+ * @description URL of the organization's Terms of Service page.
1552
+ */
1553
+ termsOfService?: string;
1554
+ /**
1555
+ * Format: uri
1556
+ * @description URL of the organization's Privacy Policy page.
1557
+ */
1558
+ privacy?: string;
1559
+ /** @description Open-ended set of named support contacts/links rendered on the auth and error pages, keyed by display name with a value that is a URL, a mailto:/tel: link, or free text. For example a "slack" entry pointing at https://slack.meshery.io, a "discussion forum" entry, or a "support desk" entry holding a phone number. */
1560
+ support?: {
1561
+ [key: string]: string;
1562
+ };
1563
+ };
1564
+ /**
1565
+ * @description Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it.
1566
+ * @default true
1567
+ */
1568
+ showAuthCarousel: boolean;
1332
1569
  };
1333
1570
  };
1334
1571
  /**
@@ -1556,6 +1793,28 @@ export interface operations {
1556
1793
  dashboard: {
1557
1794
  [key: string]: unknown;
1558
1795
  };
1796
+ /** @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
+ links?: {
1798
+ /**
1799
+ * Format: uri
1800
+ * @description URL of the organization's Terms of Service page.
1801
+ */
1802
+ termsOfService?: string;
1803
+ /**
1804
+ * Format: uri
1805
+ * @description URL of the organization's Privacy Policy page.
1806
+ */
1807
+ privacy?: string;
1808
+ /** @description Open-ended set of named support contacts/links rendered on the auth and error pages, keyed by display name with a value that is a URL, a mailto:/tel: link, or free text. For example a "slack" entry pointing at https://slack.meshery.io, a "discussion forum" entry, or a "support desk" entry holding a phone number. */
1809
+ support?: {
1810
+ [key: string]: string;
1811
+ };
1812
+ };
1813
+ /**
1814
+ * @description Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it.
1815
+ * @default true
1816
+ */
1817
+ showAuthCarousel: boolean;
1559
1818
  };
1560
1819
  };
1561
1820
  /**
@@ -1679,6 +1938,28 @@ export interface operations {
1679
1938
  dashboard: {
1680
1939
  [key: string]: unknown;
1681
1940
  };
1941
+ /** @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
+ links?: {
1943
+ /**
1944
+ * Format: uri
1945
+ * @description URL of the organization's Terms of Service page.
1946
+ */
1947
+ termsOfService?: string;
1948
+ /**
1949
+ * Format: uri
1950
+ * @description URL of the organization's Privacy Policy page.
1951
+ */
1952
+ privacy?: string;
1953
+ /** @description Open-ended set of named support contacts/links rendered on the auth and error pages, keyed by display name with a value that is a URL, a mailto:/tel: link, or free text. For example a "slack" entry pointing at https://slack.meshery.io, a "discussion forum" entry, or a "support desk" entry holding a phone number. */
1954
+ support?: {
1955
+ [key: string]: string;
1956
+ };
1957
+ };
1958
+ /**
1959
+ * @description Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it.
1960
+ * @default true
1961
+ */
1962
+ showAuthCarousel?: boolean;
1682
1963
  };
1683
1964
  };
1684
1965
  };
@@ -1765,6 +2046,28 @@ export interface operations {
1765
2046
  dashboard: {
1766
2047
  [key: string]: unknown;
1767
2048
  };
2049
+ /** @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
+ links?: {
2051
+ /**
2052
+ * Format: uri
2053
+ * @description URL of the organization's Terms of Service page.
2054
+ */
2055
+ termsOfService?: string;
2056
+ /**
2057
+ * Format: uri
2058
+ * @description URL of the organization's Privacy Policy page.
2059
+ */
2060
+ privacy?: string;
2061
+ /** @description Open-ended set of named support contacts/links rendered on the auth and error pages, keyed by display name with a value that is a URL, a mailto:/tel: link, or free text. For example a "slack" entry pointing at https://slack.meshery.io, a "discussion forum" entry, or a "support desk" entry holding a phone number. */
2062
+ support?: {
2063
+ [key: string]: string;
2064
+ };
2065
+ };
2066
+ /**
2067
+ * @description Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it.
2068
+ * @default true
2069
+ */
2070
+ showAuthCarousel: boolean;
1768
2071
  };
1769
2072
  };
1770
2073
  /**
@@ -1949,6 +2252,28 @@ export interface operations {
1949
2252
  dashboard: {
1950
2253
  [key: string]: unknown;
1951
2254
  };
2255
+ /** @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
+ links?: {
2257
+ /**
2258
+ * Format: uri
2259
+ * @description URL of the organization's Terms of Service page.
2260
+ */
2261
+ termsOfService?: string;
2262
+ /**
2263
+ * Format: uri
2264
+ * @description URL of the organization's Privacy Policy page.
2265
+ */
2266
+ privacy?: string;
2267
+ /** @description Open-ended set of named support contacts/links rendered on the auth and error pages, keyed by display name with a value that is a URL, a mailto:/tel: link, or free text. For example a "slack" entry pointing at https://slack.meshery.io, a "discussion forum" entry, or a "support desk" entry holding a phone number. */
2268
+ support?: {
2269
+ [key: string]: string;
2270
+ };
2271
+ };
2272
+ /**
2273
+ * @description Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it.
2274
+ * @default true
2275
+ */
2276
+ showAuthCarousel: boolean;
1952
2277
  };
1953
2278
  };
1954
2279
  };