@meshery/schemas 1.3.53 → 1.3.54
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/cloudApi.d.mts +14 -0
- package/dist/cloudApi.d.ts +14 -0
- package/dist/constructs/v1beta2/organization/Organization.d.ts +80 -0
- package/dist/constructs/v1beta2/organization/OrganizationSchema.js +1 -1
- package/dist/constructs/v1beta2/organization/OrganizationSchema.mjs +1 -1
- package/dist/index.d.mts +45 -0
- package/dist/index.d.ts +45 -0
- package/dist/mesheryApi.d.mts +14 -0
- package/dist/mesheryApi.d.ts +14 -0
- package/package.json +1 -1
package/dist/cloudApi.d.mts
CHANGED
|
@@ -1613,6 +1613,8 @@ type GetOrgsApiResponse = {
|
|
|
1613
1613
|
linkedin?: string;
|
|
1614
1614
|
/** URL of the organization's X (formerly Twitter) profile. */
|
|
1615
1615
|
x?: string;
|
|
1616
|
+
/** URL of the organization's YouTube channel. */
|
|
1617
|
+
youtube?: string;
|
|
1616
1618
|
};
|
|
1617
1619
|
};
|
|
1618
1620
|
/** Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it. */
|
|
@@ -1745,6 +1747,8 @@ type CreateOrgApiResponse = {
|
|
|
1745
1747
|
linkedin?: string;
|
|
1746
1748
|
/** URL of the organization's X (formerly Twitter) profile. */
|
|
1747
1749
|
x?: string;
|
|
1750
|
+
/** URL of the organization's YouTube channel. */
|
|
1751
|
+
youtube?: string;
|
|
1748
1752
|
};
|
|
1749
1753
|
};
|
|
1750
1754
|
/** Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it. */
|
|
@@ -1853,6 +1857,8 @@ type CreateOrgApiArg = {
|
|
|
1853
1857
|
linkedin?: string;
|
|
1854
1858
|
/** URL of the organization's X (formerly Twitter) profile. */
|
|
1855
1859
|
x?: string;
|
|
1860
|
+
/** URL of the organization's YouTube channel. */
|
|
1861
|
+
youtube?: string;
|
|
1856
1862
|
};
|
|
1857
1863
|
};
|
|
1858
1864
|
/** Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it. */
|
|
@@ -1994,6 +2000,8 @@ type GetOrgApiResponse = {
|
|
|
1994
2000
|
linkedin?: string;
|
|
1995
2001
|
/** URL of the organization's X (formerly Twitter) profile. */
|
|
1996
2002
|
x?: string;
|
|
2003
|
+
/** URL of the organization's YouTube channel. */
|
|
2004
|
+
youtube?: string;
|
|
1997
2005
|
};
|
|
1998
2006
|
};
|
|
1999
2007
|
/** Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it. */
|
|
@@ -2123,6 +2131,8 @@ type UpdateOrgApiResponse = {
|
|
|
2123
2131
|
linkedin?: string;
|
|
2124
2132
|
/** URL of the organization's X (formerly Twitter) profile. */
|
|
2125
2133
|
x?: string;
|
|
2134
|
+
/** URL of the organization's YouTube channel. */
|
|
2135
|
+
youtube?: string;
|
|
2126
2136
|
};
|
|
2127
2137
|
};
|
|
2128
2138
|
/** Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it. */
|
|
@@ -2233,6 +2243,8 @@ type UpdateOrgApiArg = {
|
|
|
2233
2243
|
linkedin?: string;
|
|
2234
2244
|
/** URL of the organization's X (formerly Twitter) profile. */
|
|
2235
2245
|
x?: string;
|
|
2246
|
+
/** URL of the organization's YouTube channel. */
|
|
2247
|
+
youtube?: string;
|
|
2236
2248
|
};
|
|
2237
2249
|
};
|
|
2238
2250
|
/** Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it. */
|
|
@@ -2322,6 +2334,8 @@ type GetOrgPreferencesApiResponse = {
|
|
|
2322
2334
|
linkedin?: string;
|
|
2323
2335
|
/** URL of the organization's X (formerly Twitter) profile. */
|
|
2324
2336
|
x?: string;
|
|
2337
|
+
/** URL of the organization's YouTube channel. */
|
|
2338
|
+
youtube?: string;
|
|
2325
2339
|
};
|
|
2326
2340
|
};
|
|
2327
2341
|
/** Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it. */
|
package/dist/cloudApi.d.ts
CHANGED
|
@@ -1613,6 +1613,8 @@ type GetOrgsApiResponse = {
|
|
|
1613
1613
|
linkedin?: string;
|
|
1614
1614
|
/** URL of the organization's X (formerly Twitter) profile. */
|
|
1615
1615
|
x?: string;
|
|
1616
|
+
/** URL of the organization's YouTube channel. */
|
|
1617
|
+
youtube?: string;
|
|
1616
1618
|
};
|
|
1617
1619
|
};
|
|
1618
1620
|
/** Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it. */
|
|
@@ -1745,6 +1747,8 @@ type CreateOrgApiResponse = {
|
|
|
1745
1747
|
linkedin?: string;
|
|
1746
1748
|
/** URL of the organization's X (formerly Twitter) profile. */
|
|
1747
1749
|
x?: string;
|
|
1750
|
+
/** URL of the organization's YouTube channel. */
|
|
1751
|
+
youtube?: string;
|
|
1748
1752
|
};
|
|
1749
1753
|
};
|
|
1750
1754
|
/** Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it. */
|
|
@@ -1853,6 +1857,8 @@ type CreateOrgApiArg = {
|
|
|
1853
1857
|
linkedin?: string;
|
|
1854
1858
|
/** URL of the organization's X (formerly Twitter) profile. */
|
|
1855
1859
|
x?: string;
|
|
1860
|
+
/** URL of the organization's YouTube channel. */
|
|
1861
|
+
youtube?: string;
|
|
1856
1862
|
};
|
|
1857
1863
|
};
|
|
1858
1864
|
/** Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it. */
|
|
@@ -1994,6 +2000,8 @@ type GetOrgApiResponse = {
|
|
|
1994
2000
|
linkedin?: string;
|
|
1995
2001
|
/** URL of the organization's X (formerly Twitter) profile. */
|
|
1996
2002
|
x?: string;
|
|
2003
|
+
/** URL of the organization's YouTube channel. */
|
|
2004
|
+
youtube?: string;
|
|
1997
2005
|
};
|
|
1998
2006
|
};
|
|
1999
2007
|
/** Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it. */
|
|
@@ -2123,6 +2131,8 @@ type UpdateOrgApiResponse = {
|
|
|
2123
2131
|
linkedin?: string;
|
|
2124
2132
|
/** URL of the organization's X (formerly Twitter) profile. */
|
|
2125
2133
|
x?: string;
|
|
2134
|
+
/** URL of the organization's YouTube channel. */
|
|
2135
|
+
youtube?: string;
|
|
2126
2136
|
};
|
|
2127
2137
|
};
|
|
2128
2138
|
/** Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it. */
|
|
@@ -2233,6 +2243,8 @@ type UpdateOrgApiArg = {
|
|
|
2233
2243
|
linkedin?: string;
|
|
2234
2244
|
/** URL of the organization's X (formerly Twitter) profile. */
|
|
2235
2245
|
x?: string;
|
|
2246
|
+
/** URL of the organization's YouTube channel. */
|
|
2247
|
+
youtube?: string;
|
|
2236
2248
|
};
|
|
2237
2249
|
};
|
|
2238
2250
|
/** Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it. */
|
|
@@ -2322,6 +2334,8 @@ type GetOrgPreferencesApiResponse = {
|
|
|
2322
2334
|
linkedin?: string;
|
|
2323
2335
|
/** URL of the organization's X (formerly Twitter) profile. */
|
|
2324
2336
|
x?: string;
|
|
2337
|
+
/** URL of the organization's YouTube channel. */
|
|
2338
|
+
youtube?: string;
|
|
2325
2339
|
};
|
|
2326
2340
|
};
|
|
2327
2341
|
/** Whether the feature carousel renders on the organization's auth pages. Unset is treated as true (shown); set false to hide it. */
|
|
@@ -289,6 +289,11 @@ export interface components {
|
|
|
289
289
|
* @description URL of the organization's X (formerly Twitter) profile.
|
|
290
290
|
*/
|
|
291
291
|
x?: string;
|
|
292
|
+
/**
|
|
293
|
+
* Format: uri
|
|
294
|
+
* @description URL of the organization's YouTube channel.
|
|
295
|
+
*/
|
|
296
|
+
youtube?: string;
|
|
292
297
|
};
|
|
293
298
|
};
|
|
294
299
|
/** @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. */
|
|
@@ -303,6 +308,11 @@ export interface components {
|
|
|
303
308
|
* @description URL of the organization's X (formerly Twitter) profile.
|
|
304
309
|
*/
|
|
305
310
|
x?: string;
|
|
311
|
+
/**
|
|
312
|
+
* Format: uri
|
|
313
|
+
* @description URL of the organization's YouTube channel.
|
|
314
|
+
*/
|
|
315
|
+
youtube?: string;
|
|
306
316
|
};
|
|
307
317
|
/** @description A single slide in the auth-page feature carousel. */
|
|
308
318
|
CarouselSlide: {
|
|
@@ -444,6 +454,11 @@ export interface components {
|
|
|
444
454
|
* @description URL of the organization's X (formerly Twitter) profile.
|
|
445
455
|
*/
|
|
446
456
|
x?: string;
|
|
457
|
+
/**
|
|
458
|
+
* Format: uri
|
|
459
|
+
* @description URL of the organization's YouTube channel.
|
|
460
|
+
*/
|
|
461
|
+
youtube?: string;
|
|
447
462
|
};
|
|
448
463
|
};
|
|
449
464
|
/**
|
|
@@ -553,6 +568,11 @@ export interface components {
|
|
|
553
568
|
* @description URL of the organization's X (formerly Twitter) profile.
|
|
554
569
|
*/
|
|
555
570
|
x?: string;
|
|
571
|
+
/**
|
|
572
|
+
* Format: uri
|
|
573
|
+
* @description URL of the organization's YouTube channel.
|
|
574
|
+
*/
|
|
575
|
+
youtube?: string;
|
|
556
576
|
};
|
|
557
577
|
};
|
|
558
578
|
/**
|
|
@@ -722,6 +742,11 @@ export interface components {
|
|
|
722
742
|
* @description URL of the organization's X (formerly Twitter) profile.
|
|
723
743
|
*/
|
|
724
744
|
x?: string;
|
|
745
|
+
/**
|
|
746
|
+
* Format: uri
|
|
747
|
+
* @description URL of the organization's YouTube channel.
|
|
748
|
+
*/
|
|
749
|
+
youtube?: string;
|
|
725
750
|
};
|
|
726
751
|
};
|
|
727
752
|
/**
|
|
@@ -875,6 +900,11 @@ export interface components {
|
|
|
875
900
|
* @description URL of the organization's X (formerly Twitter) profile.
|
|
876
901
|
*/
|
|
877
902
|
x?: string;
|
|
903
|
+
/**
|
|
904
|
+
* Format: uri
|
|
905
|
+
* @description URL of the organization's YouTube channel.
|
|
906
|
+
*/
|
|
907
|
+
youtube?: string;
|
|
878
908
|
};
|
|
879
909
|
};
|
|
880
910
|
/**
|
|
@@ -1029,6 +1059,11 @@ export interface components {
|
|
|
1029
1059
|
* @description URL of the organization's X (formerly Twitter) profile.
|
|
1030
1060
|
*/
|
|
1031
1061
|
x?: string;
|
|
1062
|
+
/**
|
|
1063
|
+
* Format: uri
|
|
1064
|
+
* @description URL of the organization's YouTube channel.
|
|
1065
|
+
*/
|
|
1066
|
+
youtube?: string;
|
|
1032
1067
|
};
|
|
1033
1068
|
};
|
|
1034
1069
|
/**
|
|
@@ -1166,6 +1201,11 @@ export interface components {
|
|
|
1166
1201
|
* @description URL of the organization's X (formerly Twitter) profile.
|
|
1167
1202
|
*/
|
|
1168
1203
|
x?: string;
|
|
1204
|
+
/**
|
|
1205
|
+
* Format: uri
|
|
1206
|
+
* @description URL of the organization's YouTube channel.
|
|
1207
|
+
*/
|
|
1208
|
+
youtube?: string;
|
|
1169
1209
|
};
|
|
1170
1210
|
};
|
|
1171
1211
|
/**
|
|
@@ -1590,6 +1630,11 @@ export interface components {
|
|
|
1590
1630
|
* @description URL of the organization's X (formerly Twitter) profile.
|
|
1591
1631
|
*/
|
|
1592
1632
|
x?: string;
|
|
1633
|
+
/**
|
|
1634
|
+
* Format: uri
|
|
1635
|
+
* @description URL of the organization's YouTube channel.
|
|
1636
|
+
*/
|
|
1637
|
+
youtube?: string;
|
|
1593
1638
|
};
|
|
1594
1639
|
};
|
|
1595
1640
|
/**
|
|
@@ -1760,6 +1805,11 @@ export interface operations {
|
|
|
1760
1805
|
* @description URL of the organization's X (formerly Twitter) profile.
|
|
1761
1806
|
*/
|
|
1762
1807
|
x?: string;
|
|
1808
|
+
/**
|
|
1809
|
+
* Format: uri
|
|
1810
|
+
* @description URL of the organization's YouTube channel.
|
|
1811
|
+
*/
|
|
1812
|
+
youtube?: string;
|
|
1763
1813
|
};
|
|
1764
1814
|
};
|
|
1765
1815
|
/**
|
|
@@ -1935,6 +1985,11 @@ export interface operations {
|
|
|
1935
1985
|
* @description URL of the organization's X (formerly Twitter) profile.
|
|
1936
1986
|
*/
|
|
1937
1987
|
x?: string;
|
|
1988
|
+
/**
|
|
1989
|
+
* Format: uri
|
|
1990
|
+
* @description URL of the organization's YouTube channel.
|
|
1991
|
+
*/
|
|
1992
|
+
youtube?: string;
|
|
1938
1993
|
};
|
|
1939
1994
|
};
|
|
1940
1995
|
/**
|
|
@@ -2080,6 +2135,11 @@ export interface operations {
|
|
|
2080
2135
|
* @description URL of the organization's X (formerly Twitter) profile.
|
|
2081
2136
|
*/
|
|
2082
2137
|
x?: string;
|
|
2138
|
+
/**
|
|
2139
|
+
* Format: uri
|
|
2140
|
+
* @description URL of the organization's YouTube channel.
|
|
2141
|
+
*/
|
|
2142
|
+
youtube?: string;
|
|
2083
2143
|
};
|
|
2084
2144
|
};
|
|
2085
2145
|
/**
|
|
@@ -2375,6 +2435,11 @@ export interface operations {
|
|
|
2375
2435
|
* @description URL of the organization's X (formerly Twitter) profile.
|
|
2376
2436
|
*/
|
|
2377
2437
|
x?: string;
|
|
2438
|
+
/**
|
|
2439
|
+
* Format: uri
|
|
2440
|
+
* @description URL of the organization's YouTube channel.
|
|
2441
|
+
*/
|
|
2442
|
+
youtube?: string;
|
|
2378
2443
|
};
|
|
2379
2444
|
};
|
|
2380
2445
|
/**
|
|
@@ -2564,6 +2629,11 @@ export interface operations {
|
|
|
2564
2629
|
* @description URL of the organization's X (formerly Twitter) profile.
|
|
2565
2630
|
*/
|
|
2566
2631
|
x?: string;
|
|
2632
|
+
/**
|
|
2633
|
+
* Format: uri
|
|
2634
|
+
* @description URL of the organization's YouTube channel.
|
|
2635
|
+
*/
|
|
2636
|
+
youtube?: string;
|
|
2567
2637
|
};
|
|
2568
2638
|
};
|
|
2569
2639
|
/**
|
|
@@ -2709,6 +2779,11 @@ export interface operations {
|
|
|
2709
2779
|
* @description URL of the organization's X (formerly Twitter) profile.
|
|
2710
2780
|
*/
|
|
2711
2781
|
x?: string;
|
|
2782
|
+
/**
|
|
2783
|
+
* Format: uri
|
|
2784
|
+
* @description URL of the organization's YouTube channel.
|
|
2785
|
+
*/
|
|
2786
|
+
youtube?: string;
|
|
2712
2787
|
};
|
|
2713
2788
|
};
|
|
2714
2789
|
/**
|
|
@@ -2968,6 +3043,11 @@ export interface operations {
|
|
|
2968
3043
|
* @description URL of the organization's X (formerly Twitter) profile.
|
|
2969
3044
|
*/
|
|
2970
3045
|
x?: string;
|
|
3046
|
+
/**
|
|
3047
|
+
* Format: uri
|
|
3048
|
+
* @description URL of the organization's YouTube channel.
|
|
3049
|
+
*/
|
|
3050
|
+
youtube?: string;
|
|
2971
3051
|
};
|
|
2972
3052
|
};
|
|
2973
3053
|
/**
|