@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/cloudApi.d.mts +29 -15
- package/dist/cloudApi.d.ts +29 -15
- package/dist/constructs/v1beta1/organization_smtp/OrganizationSmtp.d.ts +18 -18
- package/dist/constructs/v1beta1/organization_smtp/OrganizationSmtpSchema.js +2 -2
- package/dist/constructs/v1beta1/organization_smtp/OrganizationSmtpSchema.mjs +2 -2
- 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
|
@@ -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
|
/**
|