@meshery/schemas 1.3.5 → 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.
package/dist/index.d.mts CHANGED
@@ -30801,6 +30801,23 @@ interface components$5 {
30801
30801
  DashboardPrefs: {
30802
30802
  [key: string]: unknown;
30803
30803
  };
30804
+ /** @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. */
30805
+ Links: {
30806
+ /**
30807
+ * Format: uri
30808
+ * @description URL of the organization's Terms of Service page.
30809
+ */
30810
+ termsOfService?: string;
30811
+ /**
30812
+ * Format: uri
30813
+ * @description URL of the organization's Privacy Policy page.
30814
+ */
30815
+ privacy?: string;
30816
+ /** @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. */
30817
+ support?: {
30818
+ [key: string]: string;
30819
+ };
30820
+ };
30804
30821
  /** @description Organization-level user experience preferences. */
30805
30822
  Preferences: {
30806
30823
  /** @description UI theme configured for an organization. */
@@ -30850,6 +30867,28 @@ interface components$5 {
30850
30867
  dashboard: {
30851
30868
  [key: string]: unknown;
30852
30869
  };
30870
+ /** @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. */
30871
+ links?: {
30872
+ /**
30873
+ * Format: uri
30874
+ * @description URL of the organization's Terms of Service page.
30875
+ */
30876
+ termsOfService?: string;
30877
+ /**
30878
+ * Format: uri
30879
+ * @description URL of the organization's Privacy Policy page.
30880
+ */
30881
+ privacy?: string;
30882
+ /** @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. */
30883
+ support?: {
30884
+ [key: string]: string;
30885
+ };
30886
+ };
30887
+ /**
30888
+ * @description Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it.
30889
+ * @default true
30890
+ */
30891
+ showAuthCarousel: boolean;
30853
30892
  };
30854
30893
  /** @description Free-form metadata associated with an organization, including preferences. */
30855
30894
  OrgMetadata: {
@@ -30902,6 +30941,28 @@ interface components$5 {
30902
30941
  dashboard: {
30903
30942
  [key: string]: unknown;
30904
30943
  };
30944
+ /** @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. */
30945
+ links?: {
30946
+ /**
30947
+ * Format: uri
30948
+ * @description URL of the organization's Terms of Service page.
30949
+ */
30950
+ termsOfService?: string;
30951
+ /**
30952
+ * Format: uri
30953
+ * @description URL of the organization's Privacy Policy page.
30954
+ */
30955
+ privacy?: string;
30956
+ /** @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. */
30957
+ support?: {
30958
+ [key: string]: string;
30959
+ };
30960
+ };
30961
+ /**
30962
+ * @description Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it.
30963
+ * @default true
30964
+ */
30965
+ showAuthCarousel: boolean;
30905
30966
  };
30906
30967
  };
30907
30968
  /** @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 */
@@ -31012,6 +31073,28 @@ interface components$5 {
31012
31073
  dashboard: {
31013
31074
  [key: string]: unknown;
31014
31075
  };
31076
+ /** @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. */
31077
+ links?: {
31078
+ /**
31079
+ * Format: uri
31080
+ * @description URL of the organization's Terms of Service page.
31081
+ */
31082
+ termsOfService?: string;
31083
+ /**
31084
+ * Format: uri
31085
+ * @description URL of the organization's Privacy Policy page.
31086
+ */
31087
+ privacy?: string;
31088
+ /** @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. */
31089
+ support?: {
31090
+ [key: string]: string;
31091
+ };
31092
+ };
31093
+ /**
31094
+ * @description Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it.
31095
+ * @default true
31096
+ */
31097
+ showAuthCarousel: boolean;
31015
31098
  };
31016
31099
  };
31017
31100
  /**
@@ -31106,6 +31189,28 @@ interface components$5 {
31106
31189
  dashboard: {
31107
31190
  [key: string]: unknown;
31108
31191
  };
31192
+ /** @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. */
31193
+ links?: {
31194
+ /**
31195
+ * Format: uri
31196
+ * @description URL of the organization's Terms of Service page.
31197
+ */
31198
+ termsOfService?: string;
31199
+ /**
31200
+ * Format: uri
31201
+ * @description URL of the organization's Privacy Policy page.
31202
+ */
31203
+ privacy?: string;
31204
+ /** @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. */
31205
+ support?: {
31206
+ [key: string]: string;
31207
+ };
31208
+ };
31209
+ /**
31210
+ * @description Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it.
31211
+ * @default true
31212
+ */
31213
+ showAuthCarousel: boolean;
31109
31214
  };
31110
31215
  };
31111
31216
  /**
@@ -31201,6 +31306,28 @@ interface components$5 {
31201
31306
  dashboard: {
31202
31307
  [key: string]: unknown;
31203
31308
  };
31309
+ /** @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. */
31310
+ links?: {
31311
+ /**
31312
+ * Format: uri
31313
+ * @description URL of the organization's Terms of Service page.
31314
+ */
31315
+ termsOfService?: string;
31316
+ /**
31317
+ * Format: uri
31318
+ * @description URL of the organization's Privacy Policy page.
31319
+ */
31320
+ privacy?: string;
31321
+ /** @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. */
31322
+ support?: {
31323
+ [key: string]: string;
31324
+ };
31325
+ };
31326
+ /**
31327
+ * @description Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it.
31328
+ * @default true
31329
+ */
31330
+ showAuthCarousel: boolean;
31204
31331
  };
31205
31332
  };
31206
31333
  /**
@@ -31281,6 +31408,28 @@ interface components$5 {
31281
31408
  dashboard: {
31282
31409
  [key: string]: unknown;
31283
31410
  };
31411
+ /** @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. */
31412
+ links?: {
31413
+ /**
31414
+ * Format: uri
31415
+ * @description URL of the organization's Terms of Service page.
31416
+ */
31417
+ termsOfService?: string;
31418
+ /**
31419
+ * Format: uri
31420
+ * @description URL of the organization's Privacy Policy page.
31421
+ */
31422
+ privacy?: string;
31423
+ /** @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. */
31424
+ support?: {
31425
+ [key: string]: string;
31426
+ };
31427
+ };
31428
+ /**
31429
+ * @description Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it.
31430
+ * @default true
31431
+ */
31432
+ showAuthCarousel: boolean;
31284
31433
  };
31285
31434
  };
31286
31435
  /** @description Team listing record used in team listings associated with an organization. */
@@ -31554,6 +31703,28 @@ interface components$5 {
31554
31703
  dashboard: {
31555
31704
  [key: string]: unknown;
31556
31705
  };
31706
+ /** @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. */
31707
+ links?: {
31708
+ /**
31709
+ * Format: uri
31710
+ * @description URL of the organization's Terms of Service page.
31711
+ */
31712
+ termsOfService?: string;
31713
+ /**
31714
+ * Format: uri
31715
+ * @description URL of the organization's Privacy Policy page.
31716
+ */
31717
+ privacy?: string;
31718
+ /** @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. */
31719
+ support?: {
31720
+ [key: string]: string;
31721
+ };
31722
+ };
31723
+ /**
31724
+ * @description Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it.
31725
+ * @default true
31726
+ */
31727
+ showAuthCarousel?: boolean;
31557
31728
  };
31558
31729
  };
31559
31730
  };
package/dist/index.d.ts CHANGED
@@ -30801,6 +30801,23 @@ interface components$5 {
30801
30801
  DashboardPrefs: {
30802
30802
  [key: string]: unknown;
30803
30803
  };
30804
+ /** @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. */
30805
+ Links: {
30806
+ /**
30807
+ * Format: uri
30808
+ * @description URL of the organization's Terms of Service page.
30809
+ */
30810
+ termsOfService?: string;
30811
+ /**
30812
+ * Format: uri
30813
+ * @description URL of the organization's Privacy Policy page.
30814
+ */
30815
+ privacy?: string;
30816
+ /** @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. */
30817
+ support?: {
30818
+ [key: string]: string;
30819
+ };
30820
+ };
30804
30821
  /** @description Organization-level user experience preferences. */
30805
30822
  Preferences: {
30806
30823
  /** @description UI theme configured for an organization. */
@@ -30850,6 +30867,28 @@ interface components$5 {
30850
30867
  dashboard: {
30851
30868
  [key: string]: unknown;
30852
30869
  };
30870
+ /** @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. */
30871
+ links?: {
30872
+ /**
30873
+ * Format: uri
30874
+ * @description URL of the organization's Terms of Service page.
30875
+ */
30876
+ termsOfService?: string;
30877
+ /**
30878
+ * Format: uri
30879
+ * @description URL of the organization's Privacy Policy page.
30880
+ */
30881
+ privacy?: string;
30882
+ /** @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. */
30883
+ support?: {
30884
+ [key: string]: string;
30885
+ };
30886
+ };
30887
+ /**
30888
+ * @description Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it.
30889
+ * @default true
30890
+ */
30891
+ showAuthCarousel: boolean;
30853
30892
  };
30854
30893
  /** @description Free-form metadata associated with an organization, including preferences. */
30855
30894
  OrgMetadata: {
@@ -30902,6 +30941,28 @@ interface components$5 {
30902
30941
  dashboard: {
30903
30942
  [key: string]: unknown;
30904
30943
  };
30944
+ /** @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. */
30945
+ links?: {
30946
+ /**
30947
+ * Format: uri
30948
+ * @description URL of the organization's Terms of Service page.
30949
+ */
30950
+ termsOfService?: string;
30951
+ /**
30952
+ * Format: uri
30953
+ * @description URL of the organization's Privacy Policy page.
30954
+ */
30955
+ privacy?: string;
30956
+ /** @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. */
30957
+ support?: {
30958
+ [key: string]: string;
30959
+ };
30960
+ };
30961
+ /**
30962
+ * @description Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it.
30963
+ * @default true
30964
+ */
30965
+ showAuthCarousel: boolean;
30905
30966
  };
30906
30967
  };
30907
30968
  /** @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 */
@@ -31012,6 +31073,28 @@ interface components$5 {
31012
31073
  dashboard: {
31013
31074
  [key: string]: unknown;
31014
31075
  };
31076
+ /** @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. */
31077
+ links?: {
31078
+ /**
31079
+ * Format: uri
31080
+ * @description URL of the organization's Terms of Service page.
31081
+ */
31082
+ termsOfService?: string;
31083
+ /**
31084
+ * Format: uri
31085
+ * @description URL of the organization's Privacy Policy page.
31086
+ */
31087
+ privacy?: string;
31088
+ /** @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. */
31089
+ support?: {
31090
+ [key: string]: string;
31091
+ };
31092
+ };
31093
+ /**
31094
+ * @description Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it.
31095
+ * @default true
31096
+ */
31097
+ showAuthCarousel: boolean;
31015
31098
  };
31016
31099
  };
31017
31100
  /**
@@ -31106,6 +31189,28 @@ interface components$5 {
31106
31189
  dashboard: {
31107
31190
  [key: string]: unknown;
31108
31191
  };
31192
+ /** @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. */
31193
+ links?: {
31194
+ /**
31195
+ * Format: uri
31196
+ * @description URL of the organization's Terms of Service page.
31197
+ */
31198
+ termsOfService?: string;
31199
+ /**
31200
+ * Format: uri
31201
+ * @description URL of the organization's Privacy Policy page.
31202
+ */
31203
+ privacy?: string;
31204
+ /** @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. */
31205
+ support?: {
31206
+ [key: string]: string;
31207
+ };
31208
+ };
31209
+ /**
31210
+ * @description Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it.
31211
+ * @default true
31212
+ */
31213
+ showAuthCarousel: boolean;
31109
31214
  };
31110
31215
  };
31111
31216
  /**
@@ -31201,6 +31306,28 @@ interface components$5 {
31201
31306
  dashboard: {
31202
31307
  [key: string]: unknown;
31203
31308
  };
31309
+ /** @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. */
31310
+ links?: {
31311
+ /**
31312
+ * Format: uri
31313
+ * @description URL of the organization's Terms of Service page.
31314
+ */
31315
+ termsOfService?: string;
31316
+ /**
31317
+ * Format: uri
31318
+ * @description URL of the organization's Privacy Policy page.
31319
+ */
31320
+ privacy?: string;
31321
+ /** @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. */
31322
+ support?: {
31323
+ [key: string]: string;
31324
+ };
31325
+ };
31326
+ /**
31327
+ * @description Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it.
31328
+ * @default true
31329
+ */
31330
+ showAuthCarousel: boolean;
31204
31331
  };
31205
31332
  };
31206
31333
  /**
@@ -31281,6 +31408,28 @@ interface components$5 {
31281
31408
  dashboard: {
31282
31409
  [key: string]: unknown;
31283
31410
  };
31411
+ /** @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. */
31412
+ links?: {
31413
+ /**
31414
+ * Format: uri
31415
+ * @description URL of the organization's Terms of Service page.
31416
+ */
31417
+ termsOfService?: string;
31418
+ /**
31419
+ * Format: uri
31420
+ * @description URL of the organization's Privacy Policy page.
31421
+ */
31422
+ privacy?: string;
31423
+ /** @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. */
31424
+ support?: {
31425
+ [key: string]: string;
31426
+ };
31427
+ };
31428
+ /**
31429
+ * @description Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it.
31430
+ * @default true
31431
+ */
31432
+ showAuthCarousel: boolean;
31284
31433
  };
31285
31434
  };
31286
31435
  /** @description Team listing record used in team listings associated with an organization. */
@@ -31554,6 +31703,28 @@ interface components$5 {
31554
31703
  dashboard: {
31555
31704
  [key: string]: unknown;
31556
31705
  };
31706
+ /** @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. */
31707
+ links?: {
31708
+ /**
31709
+ * Format: uri
31710
+ * @description URL of the organization's Terms of Service page.
31711
+ */
31712
+ termsOfService?: string;
31713
+ /**
31714
+ * Format: uri
31715
+ * @description URL of the organization's Privacy Policy page.
31716
+ */
31717
+ privacy?: string;
31718
+ /** @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. */
31719
+ support?: {
31720
+ [key: string]: string;
31721
+ };
31722
+ };
31723
+ /**
31724
+ * @description Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it.
31725
+ * @default true
31726
+ */
31727
+ showAuthCarousel?: boolean;
31557
31728
  };
31558
31729
  };
31559
31730
  };
@@ -2115,6 +2115,19 @@ type GetOrgsApiResponse = {
2115
2115
  dashboard: {
2116
2116
  [key: string]: any;
2117
2117
  };
2118
+ /** 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. */
2119
+ links?: {
2120
+ /** URL of the organization's Terms of Service page. */
2121
+ termsOfService?: string;
2122
+ /** URL of the organization's Privacy Policy page. */
2123
+ privacy?: string;
2124
+ /** 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. */
2125
+ support?: {
2126
+ [key: string]: string;
2127
+ };
2128
+ };
2129
+ /** Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it. */
2130
+ showAuthCarousel?: boolean;
2118
2131
  };
2119
2132
  };
2120
2133
  /** Timestamp when the organization was created. */
@@ -2206,6 +2219,19 @@ type CreateOrgApiResponse = {
2206
2219
  dashboard: {
2207
2220
  [key: string]: any;
2208
2221
  };
2222
+ /** 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. */
2223
+ links?: {
2224
+ /** URL of the organization's Terms of Service page. */
2225
+ termsOfService?: string;
2226
+ /** URL of the organization's Privacy Policy page. */
2227
+ privacy?: string;
2228
+ /** 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. */
2229
+ support?: {
2230
+ [key: string]: string;
2231
+ };
2232
+ };
2233
+ /** Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it. */
2234
+ showAuthCarousel?: boolean;
2209
2235
  };
2210
2236
  };
2211
2237
  /** Timestamp when the organization was created. */
@@ -2275,6 +2301,19 @@ type CreateOrgApiArg = {
2275
2301
  dashboard: {
2276
2302
  [key: string]: any;
2277
2303
  };
2304
+ /** 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. */
2305
+ links?: {
2306
+ /** URL of the organization's Terms of Service page. */
2307
+ termsOfService?: string;
2308
+ /** URL of the organization's Privacy Policy page. */
2309
+ privacy?: string;
2310
+ /** 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. */
2311
+ support?: {
2312
+ [key: string]: string;
2313
+ };
2314
+ };
2315
+ /** Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it. */
2316
+ showAuthCarousel?: boolean;
2278
2317
  };
2279
2318
  };
2280
2319
  };
@@ -2375,6 +2414,19 @@ type GetOrgApiResponse = {
2375
2414
  dashboard: {
2376
2415
  [key: string]: any;
2377
2416
  };
2417
+ /** 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. */
2418
+ links?: {
2419
+ /** URL of the organization's Terms of Service page. */
2420
+ termsOfService?: string;
2421
+ /** URL of the organization's Privacy Policy page. */
2422
+ privacy?: string;
2423
+ /** 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. */
2424
+ support?: {
2425
+ [key: string]: string;
2426
+ };
2427
+ };
2428
+ /** Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it. */
2429
+ showAuthCarousel?: boolean;
2378
2430
  };
2379
2431
  };
2380
2432
  /** Timestamp when the organization was created. */
@@ -2463,6 +2515,19 @@ type UpdateOrgApiResponse = {
2463
2515
  dashboard: {
2464
2516
  [key: string]: any;
2465
2517
  };
2518
+ /** 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. */
2519
+ links?: {
2520
+ /** URL of the organization's Terms of Service page. */
2521
+ termsOfService?: string;
2522
+ /** URL of the organization's Privacy Policy page. */
2523
+ privacy?: string;
2524
+ /** 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. */
2525
+ support?: {
2526
+ [key: string]: string;
2527
+ };
2528
+ };
2529
+ /** Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it. */
2530
+ showAuthCarousel?: boolean;
2466
2531
  };
2467
2532
  };
2468
2533
  /** Timestamp when the organization was created. */
@@ -2534,6 +2599,19 @@ type UpdateOrgApiArg = {
2534
2599
  dashboard: {
2535
2600
  [key: string]: any;
2536
2601
  };
2602
+ /** 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. */
2603
+ links?: {
2604
+ /** URL of the organization's Terms of Service page. */
2605
+ termsOfService?: string;
2606
+ /** URL of the organization's Privacy Policy page. */
2607
+ privacy?: string;
2608
+ /** 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. */
2609
+ support?: {
2610
+ [key: string]: string;
2611
+ };
2612
+ };
2613
+ /** Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it. */
2614
+ showAuthCarousel?: boolean;
2537
2615
  };
2538
2616
  };
2539
2617
  };
@@ -2584,6 +2662,19 @@ type GetOrgPreferencesApiResponse = {
2584
2662
  dashboard: {
2585
2663
  [key: string]: any;
2586
2664
  };
2665
+ /** 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. */
2666
+ links?: {
2667
+ /** URL of the organization's Terms of Service page. */
2668
+ termsOfService?: string;
2669
+ /** URL of the organization's Privacy Policy page. */
2670
+ privacy?: string;
2671
+ /** 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. */
2672
+ support?: {
2673
+ [key: string]: string;
2674
+ };
2675
+ };
2676
+ /** Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it. */
2677
+ showAuthCarousel?: boolean;
2587
2678
  };
2588
2679
  };
2589
2680
  type GetOrgPreferencesApiArg = {