@meshery/schemas 1.3.53 → 1.3.55

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
@@ -31938,6 +31938,11 @@ interface components$6 {
31938
31938
  * @description URL of the organization's X (formerly Twitter) profile.
31939
31939
  */
31940
31940
  x?: string;
31941
+ /**
31942
+ * Format: uri
31943
+ * @description URL of the organization's YouTube channel.
31944
+ */
31945
+ youtube?: string;
31941
31946
  };
31942
31947
  };
31943
31948
  /** @description The organization's social brand profiles. Deliberately a sibling of support rather than an entry in it: support renders as support contacts on the auth and error pages, where a brand profile does not belong. Each platform is a named, individually validated URL so consumers can render the matching platform icon. Empty or omitted fields fall back to the platform defaults. */
@@ -31952,6 +31957,11 @@ interface components$6 {
31952
31957
  * @description URL of the organization's X (formerly Twitter) profile.
31953
31958
  */
31954
31959
  x?: string;
31960
+ /**
31961
+ * Format: uri
31962
+ * @description URL of the organization's YouTube channel.
31963
+ */
31964
+ youtube?: string;
31955
31965
  };
31956
31966
  /** @description A single slide in the auth-page feature carousel. */
31957
31967
  CarouselSlide: {
@@ -32093,6 +32103,11 @@ interface components$6 {
32093
32103
  * @description URL of the organization's X (formerly Twitter) profile.
32094
32104
  */
32095
32105
  x?: string;
32106
+ /**
32107
+ * Format: uri
32108
+ * @description URL of the organization's YouTube channel.
32109
+ */
32110
+ youtube?: string;
32096
32111
  };
32097
32112
  };
32098
32113
  /**
@@ -32202,6 +32217,11 @@ interface components$6 {
32202
32217
  * @description URL of the organization's X (formerly Twitter) profile.
32203
32218
  */
32204
32219
  x?: string;
32220
+ /**
32221
+ * Format: uri
32222
+ * @description URL of the organization's YouTube channel.
32223
+ */
32224
+ youtube?: string;
32205
32225
  };
32206
32226
  };
32207
32227
  /**
@@ -32371,6 +32391,11 @@ interface components$6 {
32371
32391
  * @description URL of the organization's X (formerly Twitter) profile.
32372
32392
  */
32373
32393
  x?: string;
32394
+ /**
32395
+ * Format: uri
32396
+ * @description URL of the organization's YouTube channel.
32397
+ */
32398
+ youtube?: string;
32374
32399
  };
32375
32400
  };
32376
32401
  /**
@@ -32524,6 +32549,11 @@ interface components$6 {
32524
32549
  * @description URL of the organization's X (formerly Twitter) profile.
32525
32550
  */
32526
32551
  x?: string;
32552
+ /**
32553
+ * Format: uri
32554
+ * @description URL of the organization's YouTube channel.
32555
+ */
32556
+ youtube?: string;
32527
32557
  };
32528
32558
  };
32529
32559
  /**
@@ -32678,6 +32708,11 @@ interface components$6 {
32678
32708
  * @description URL of the organization's X (formerly Twitter) profile.
32679
32709
  */
32680
32710
  x?: string;
32711
+ /**
32712
+ * Format: uri
32713
+ * @description URL of the organization's YouTube channel.
32714
+ */
32715
+ youtube?: string;
32681
32716
  };
32682
32717
  };
32683
32718
  /**
@@ -32815,6 +32850,11 @@ interface components$6 {
32815
32850
  * @description URL of the organization's X (formerly Twitter) profile.
32816
32851
  */
32817
32852
  x?: string;
32853
+ /**
32854
+ * Format: uri
32855
+ * @description URL of the organization's YouTube channel.
32856
+ */
32857
+ youtube?: string;
32818
32858
  };
32819
32859
  };
32820
32860
  /**
@@ -33239,6 +33279,11 @@ interface components$6 {
33239
33279
  * @description URL of the organization's X (formerly Twitter) profile.
33240
33280
  */
33241
33281
  x?: string;
33282
+ /**
33283
+ * Format: uri
33284
+ * @description URL of the organization's YouTube channel.
33285
+ */
33286
+ youtube?: string;
33242
33287
  };
33243
33288
  };
33244
33289
  /**
package/dist/index.d.ts CHANGED
@@ -31938,6 +31938,11 @@ interface components$6 {
31938
31938
  * @description URL of the organization's X (formerly Twitter) profile.
31939
31939
  */
31940
31940
  x?: string;
31941
+ /**
31942
+ * Format: uri
31943
+ * @description URL of the organization's YouTube channel.
31944
+ */
31945
+ youtube?: string;
31941
31946
  };
31942
31947
  };
31943
31948
  /** @description The organization's social brand profiles. Deliberately a sibling of support rather than an entry in it: support renders as support contacts on the auth and error pages, where a brand profile does not belong. Each platform is a named, individually validated URL so consumers can render the matching platform icon. Empty or omitted fields fall back to the platform defaults. */
@@ -31952,6 +31957,11 @@ interface components$6 {
31952
31957
  * @description URL of the organization's X (formerly Twitter) profile.
31953
31958
  */
31954
31959
  x?: string;
31960
+ /**
31961
+ * Format: uri
31962
+ * @description URL of the organization's YouTube channel.
31963
+ */
31964
+ youtube?: string;
31955
31965
  };
31956
31966
  /** @description A single slide in the auth-page feature carousel. */
31957
31967
  CarouselSlide: {
@@ -32093,6 +32103,11 @@ interface components$6 {
32093
32103
  * @description URL of the organization's X (formerly Twitter) profile.
32094
32104
  */
32095
32105
  x?: string;
32106
+ /**
32107
+ * Format: uri
32108
+ * @description URL of the organization's YouTube channel.
32109
+ */
32110
+ youtube?: string;
32096
32111
  };
32097
32112
  };
32098
32113
  /**
@@ -32202,6 +32217,11 @@ interface components$6 {
32202
32217
  * @description URL of the organization's X (formerly Twitter) profile.
32203
32218
  */
32204
32219
  x?: string;
32220
+ /**
32221
+ * Format: uri
32222
+ * @description URL of the organization's YouTube channel.
32223
+ */
32224
+ youtube?: string;
32205
32225
  };
32206
32226
  };
32207
32227
  /**
@@ -32371,6 +32391,11 @@ interface components$6 {
32371
32391
  * @description URL of the organization's X (formerly Twitter) profile.
32372
32392
  */
32373
32393
  x?: string;
32394
+ /**
32395
+ * Format: uri
32396
+ * @description URL of the organization's YouTube channel.
32397
+ */
32398
+ youtube?: string;
32374
32399
  };
32375
32400
  };
32376
32401
  /**
@@ -32524,6 +32549,11 @@ interface components$6 {
32524
32549
  * @description URL of the organization's X (formerly Twitter) profile.
32525
32550
  */
32526
32551
  x?: string;
32552
+ /**
32553
+ * Format: uri
32554
+ * @description URL of the organization's YouTube channel.
32555
+ */
32556
+ youtube?: string;
32527
32557
  };
32528
32558
  };
32529
32559
  /**
@@ -32678,6 +32708,11 @@ interface components$6 {
32678
32708
  * @description URL of the organization's X (formerly Twitter) profile.
32679
32709
  */
32680
32710
  x?: string;
32711
+ /**
32712
+ * Format: uri
32713
+ * @description URL of the organization's YouTube channel.
32714
+ */
32715
+ youtube?: string;
32681
32716
  };
32682
32717
  };
32683
32718
  /**
@@ -32815,6 +32850,11 @@ interface components$6 {
32815
32850
  * @description URL of the organization's X (formerly Twitter) profile.
32816
32851
  */
32817
32852
  x?: string;
32853
+ /**
32854
+ * Format: uri
32855
+ * @description URL of the organization's YouTube channel.
32856
+ */
32857
+ youtube?: string;
32818
32858
  };
32819
32859
  };
32820
32860
  /**
@@ -33239,6 +33279,11 @@ interface components$6 {
33239
33279
  * @description URL of the organization's X (formerly Twitter) profile.
33240
33280
  */
33241
33281
  x?: string;
33282
+ /**
33283
+ * Format: uri
33284
+ * @description URL of the organization's YouTube channel.
33285
+ */
33286
+ youtube?: string;
33242
33287
  };
33243
33288
  };
33244
33289
  /**
@@ -8652,6 +8652,8 @@ type GetOrgsApiResponse = {
8652
8652
  linkedin?: string;
8653
8653
  /** URL of the organization's X (formerly Twitter) profile. */
8654
8654
  x?: string;
8655
+ /** URL of the organization's YouTube channel. */
8656
+ youtube?: string;
8655
8657
  };
8656
8658
  };
8657
8659
  /** Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it. */
@@ -8784,6 +8786,8 @@ type CreateOrgApiResponse = {
8784
8786
  linkedin?: string;
8785
8787
  /** URL of the organization's X (formerly Twitter) profile. */
8786
8788
  x?: string;
8789
+ /** URL of the organization's YouTube channel. */
8790
+ youtube?: string;
8787
8791
  };
8788
8792
  };
8789
8793
  /** Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it. */
@@ -8892,6 +8896,8 @@ type CreateOrgApiArg = {
8892
8896
  linkedin?: string;
8893
8897
  /** URL of the organization's X (formerly Twitter) profile. */
8894
8898
  x?: string;
8899
+ /** URL of the organization's YouTube channel. */
8900
+ youtube?: string;
8895
8901
  };
8896
8902
  };
8897
8903
  /** Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it. */
@@ -9033,6 +9039,8 @@ type GetOrgApiResponse = {
9033
9039
  linkedin?: string;
9034
9040
  /** URL of the organization's X (formerly Twitter) profile. */
9035
9041
  x?: string;
9042
+ /** URL of the organization's YouTube channel. */
9043
+ youtube?: string;
9036
9044
  };
9037
9045
  };
9038
9046
  /** Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it. */
@@ -9162,6 +9170,8 @@ type UpdateOrgApiResponse = {
9162
9170
  linkedin?: string;
9163
9171
  /** URL of the organization's X (formerly Twitter) profile. */
9164
9172
  x?: string;
9173
+ /** URL of the organization's YouTube channel. */
9174
+ youtube?: string;
9165
9175
  };
9166
9176
  };
9167
9177
  /** Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it. */
@@ -9272,6 +9282,8 @@ type UpdateOrgApiArg = {
9272
9282
  linkedin?: string;
9273
9283
  /** URL of the organization's X (formerly Twitter) profile. */
9274
9284
  x?: string;
9285
+ /** URL of the organization's YouTube channel. */
9286
+ youtube?: string;
9275
9287
  };
9276
9288
  };
9277
9289
  /** Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it. */
@@ -9361,6 +9373,8 @@ type GetOrgPreferencesApiResponse = {
9361
9373
  linkedin?: string;
9362
9374
  /** URL of the organization's X (formerly Twitter) profile. */
9363
9375
  x?: string;
9376
+ /** URL of the organization's YouTube channel. */
9377
+ youtube?: string;
9364
9378
  };
9365
9379
  };
9366
9380
  /** Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it. */
@@ -8652,6 +8652,8 @@ type GetOrgsApiResponse = {
8652
8652
  linkedin?: string;
8653
8653
  /** URL of the organization's X (formerly Twitter) profile. */
8654
8654
  x?: string;
8655
+ /** URL of the organization's YouTube channel. */
8656
+ youtube?: string;
8655
8657
  };
8656
8658
  };
8657
8659
  /** Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it. */
@@ -8784,6 +8786,8 @@ type CreateOrgApiResponse = {
8784
8786
  linkedin?: string;
8785
8787
  /** URL of the organization's X (formerly Twitter) profile. */
8786
8788
  x?: string;
8789
+ /** URL of the organization's YouTube channel. */
8790
+ youtube?: string;
8787
8791
  };
8788
8792
  };
8789
8793
  /** Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it. */
@@ -8892,6 +8896,8 @@ type CreateOrgApiArg = {
8892
8896
  linkedin?: string;
8893
8897
  /** URL of the organization's X (formerly Twitter) profile. */
8894
8898
  x?: string;
8899
+ /** URL of the organization's YouTube channel. */
8900
+ youtube?: string;
8895
8901
  };
8896
8902
  };
8897
8903
  /** Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it. */
@@ -9033,6 +9039,8 @@ type GetOrgApiResponse = {
9033
9039
  linkedin?: string;
9034
9040
  /** URL of the organization's X (formerly Twitter) profile. */
9035
9041
  x?: string;
9042
+ /** URL of the organization's YouTube channel. */
9043
+ youtube?: string;
9036
9044
  };
9037
9045
  };
9038
9046
  /** Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it. */
@@ -9162,6 +9170,8 @@ type UpdateOrgApiResponse = {
9162
9170
  linkedin?: string;
9163
9171
  /** URL of the organization's X (formerly Twitter) profile. */
9164
9172
  x?: string;
9173
+ /** URL of the organization's YouTube channel. */
9174
+ youtube?: string;
9165
9175
  };
9166
9176
  };
9167
9177
  /** Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it. */
@@ -9272,6 +9282,8 @@ type UpdateOrgApiArg = {
9272
9282
  linkedin?: string;
9273
9283
  /** URL of the organization's X (formerly Twitter) profile. */
9274
9284
  x?: string;
9285
+ /** URL of the organization's YouTube channel. */
9286
+ youtube?: string;
9275
9287
  };
9276
9288
  };
9277
9289
  /** Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it. */
@@ -9361,6 +9373,8 @@ type GetOrgPreferencesApiResponse = {
9361
9373
  linkedin?: string;
9362
9374
  /** URL of the organization's X (formerly Twitter) profile. */
9363
9375
  x?: string;
9376
+ /** URL of the organization's YouTube channel. */
9377
+ youtube?: string;
9364
9378
  };
9365
9379
  };
9366
9380
  /** Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meshery/schemas",
3
- "version": "1.3.53",
3
+ "version": "1.3.55",
4
4
  "description": "<p style=\"text-align:center;\" align=\"center\"><a href=\"https://meshery.io\"><picture> <source media=\"(prefers-color-scheme: dark)\" srcset=\"https://raw.githubusercontent.com/meshery/meshery/master/.github/assets/images/readme/meshery-logo-light-text-side.svg\"> <source media=\"(prefers-color-scheme: light)\" srcset=\"https://raw.githubusercontent.com/meshery/meshery/master/.github/assets/images/readme/meshery-logo-dark-text-side.svg\"> <img src=\"https://raw.githubusercontent.com/meshery/meshery/master/.github/assets/images/readme/meshery-logo-dark-text-side.svg\" alt=\"Meshery Logo\" width=\"70%\" /></picture></a><br /><br /></p> <p align=\"center\"> <a href=\"https://hub.docker.com/r/meshery/meshery\" alt=\"Docker pulls\"> <img src=\"https://img.shields.io/docker/pulls/meshery/meshery.svg\" /></a> <a href=\"https://github.com/issues?q=is%3Aopen+is%3Aissue+archived%3Afalse+org%meshery+org%3Ameshery+org%3Aservice-mesh-performance+org%3Aservice-mesh-patterns+org%3A+label%3A%22help+wanted%22+\" alt=\"GitHub issues by-label\"> <img src=\"https://img.shields.io/github/issues/meshery/meshery/help%20wanted.svg?color=informational\" /></a> <a href=\"https://github.com/meshery/meshery/blob/master/LICENSE\" alt=\"LICENSE\"> <img src=\"https://img.shields.io/github/license/meshery/meshery?color=brightgreen\" /></a> <a href=\"https://artifacthub.io/packages/helm/meshery/meshery\" alt=\"Artifact Hub Meshery\"> <img src=\"https://img.shields.io/endpoint?color=brightgreen&label=Helm%20Chart&style=plastic&url=https%3A%2F%2Fartifacthub.io%2Fbadge%2Frepository%2Fartifact-hub\" /></a> <a href=\"https://goreportcard.com/report/github.com/meshery/meshery\" alt=\"Go Report Card\"> <img src=\"https://goreportcard.com/badge/github.com/meshery/meshery\" /></a> <a href=\"https://github.com/meshery/meshery/actions\" alt=\"Build Status\"> <img src=\"https://img.shields.io/github/actions/workflow/status/meshery/meshery/release-drafter.yml\" /></a> <a href=\"https://bestpractices.coreinfrastructure.org/projects/3564\" alt=\"CLI Best Practices\"> <img src=\"https://bestpractices.coreinfrastructure.org/projects/3564/badge\" /></a> <a href=\"http://discuss.meshery.io\" alt=\"Discuss Users\"> <img src=\"https://img.shields.io/discourse/users?label=discuss&logo=discourse&server=https%3A%2F%2Fdiscuss.meshery.io\" /></a> <a href=\"https://slack.meshery.io\" alt=\"Join Slack\"> <img src=\"https://img.shields.io/badge/Slack-@meshery.svg?logo=slack\" /></a> <a href=\"https://twitter.com/intent/follow?screen_name=mesheryio\" alt=\"Twitter Follow\"> <img src=\"https://img.shields.io/twitter/follow/mesheryio.svg?label=Follow+Meshery&style=social\" /></a> <a href=\"https://github.com/meshery/meshery/releases\" alt=\"Meshery Downloads\"> <img src=\"https://img.shields.io/github/downloads/meshery/meshery/total\" /></a> <!-- <a href=\"https://app.fossa.com/projects/git%2Bgithub.com%2Fmeshery%2Fmeshery?ref=badge_shield\" alt=\"License Scan Report\"> <img src=\"https://app.fossa.com/api/projects/git%2Bgithub.com%2Fmeshery%2Fmeshery.svg?type=shield\"/></a> --> </p>",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",