@meshery/schemas 0.8.66 → 0.8.67
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 +26 -16
- package/dist/cloudApi.d.ts +26 -16
- package/dist/index.d.mts +108 -9
- package/dist/index.d.ts +108 -9
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/mesheryApi.d.mts +82 -82
- package/dist/mesheryApi.d.ts +82 -82
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -37744,7 +37744,9 @@ declare const schema: {
|
|
|
37744
37744
|
emails: {
|
|
37745
37745
|
type: string;
|
|
37746
37746
|
"x-go-type": string;
|
|
37747
|
-
"x-go-import":
|
|
37747
|
+
"x-go-type-import": {
|
|
37748
|
+
path: string;
|
|
37749
|
+
};
|
|
37748
37750
|
items: {
|
|
37749
37751
|
type: string;
|
|
37750
37752
|
format: string;
|
|
@@ -37776,6 +37778,9 @@ declare const schema: {
|
|
|
37776
37778
|
accepted_by: {
|
|
37777
37779
|
type: string;
|
|
37778
37780
|
"x-go-type": string;
|
|
37781
|
+
"x-go-type-import": {
|
|
37782
|
+
path: string;
|
|
37783
|
+
};
|
|
37779
37784
|
items: {
|
|
37780
37785
|
type: string;
|
|
37781
37786
|
};
|
|
@@ -37788,6 +37793,9 @@ declare const schema: {
|
|
|
37788
37793
|
roles: {
|
|
37789
37794
|
type: string;
|
|
37790
37795
|
"x-go-type": string;
|
|
37796
|
+
"x-go-type-import": {
|
|
37797
|
+
path: string;
|
|
37798
|
+
};
|
|
37791
37799
|
items: {
|
|
37792
37800
|
type: string;
|
|
37793
37801
|
description: string;
|
|
@@ -37796,6 +37804,9 @@ declare const schema: {
|
|
|
37796
37804
|
teams: {
|
|
37797
37805
|
type: string;
|
|
37798
37806
|
"x-go-type": string;
|
|
37807
|
+
"x-go-type-import": {
|
|
37808
|
+
path: string;
|
|
37809
|
+
};
|
|
37799
37810
|
items: {
|
|
37800
37811
|
type: string;
|
|
37801
37812
|
description: string;
|
|
@@ -37943,7 +37954,9 @@ declare const schema: {
|
|
|
37943
37954
|
emails: {
|
|
37944
37955
|
type: string;
|
|
37945
37956
|
"x-go-type": string;
|
|
37946
|
-
"x-go-import":
|
|
37957
|
+
"x-go-type-import": {
|
|
37958
|
+
path: string;
|
|
37959
|
+
};
|
|
37947
37960
|
items: {
|
|
37948
37961
|
type: string;
|
|
37949
37962
|
format: string;
|
|
@@ -37975,6 +37988,9 @@ declare const schema: {
|
|
|
37975
37988
|
accepted_by: {
|
|
37976
37989
|
type: string;
|
|
37977
37990
|
"x-go-type": string;
|
|
37991
|
+
"x-go-type-import": {
|
|
37992
|
+
path: string;
|
|
37993
|
+
};
|
|
37978
37994
|
items: {
|
|
37979
37995
|
type: string;
|
|
37980
37996
|
};
|
|
@@ -37987,6 +38003,9 @@ declare const schema: {
|
|
|
37987
38003
|
roles: {
|
|
37988
38004
|
type: string;
|
|
37989
38005
|
"x-go-type": string;
|
|
38006
|
+
"x-go-type-import": {
|
|
38007
|
+
path: string;
|
|
38008
|
+
};
|
|
37990
38009
|
items: {
|
|
37991
38010
|
type: string;
|
|
37992
38011
|
description: string;
|
|
@@ -37995,6 +38014,9 @@ declare const schema: {
|
|
|
37995
38014
|
teams: {
|
|
37996
38015
|
type: string;
|
|
37997
38016
|
"x-go-type": string;
|
|
38017
|
+
"x-go-type-import": {
|
|
38018
|
+
path: string;
|
|
38019
|
+
};
|
|
37998
38020
|
items: {
|
|
37999
38021
|
type: string;
|
|
38000
38022
|
description: string;
|
|
@@ -38090,7 +38112,9 @@ declare const schema: {
|
|
|
38090
38112
|
emails: {
|
|
38091
38113
|
type: string;
|
|
38092
38114
|
"x-go-type": string;
|
|
38093
|
-
"x-go-import":
|
|
38115
|
+
"x-go-type-import": {
|
|
38116
|
+
path: string;
|
|
38117
|
+
};
|
|
38094
38118
|
items: {
|
|
38095
38119
|
type: string;
|
|
38096
38120
|
format: string;
|
|
@@ -38122,6 +38146,9 @@ declare const schema: {
|
|
|
38122
38146
|
accepted_by: {
|
|
38123
38147
|
type: string;
|
|
38124
38148
|
"x-go-type": string;
|
|
38149
|
+
"x-go-type-import": {
|
|
38150
|
+
path: string;
|
|
38151
|
+
};
|
|
38125
38152
|
items: {
|
|
38126
38153
|
type: string;
|
|
38127
38154
|
};
|
|
@@ -38134,6 +38161,9 @@ declare const schema: {
|
|
|
38134
38161
|
roles: {
|
|
38135
38162
|
type: string;
|
|
38136
38163
|
"x-go-type": string;
|
|
38164
|
+
"x-go-type-import": {
|
|
38165
|
+
path: string;
|
|
38166
|
+
};
|
|
38137
38167
|
items: {
|
|
38138
38168
|
type: string;
|
|
38139
38169
|
description: string;
|
|
@@ -38142,6 +38172,9 @@ declare const schema: {
|
|
|
38142
38172
|
teams: {
|
|
38143
38173
|
type: string;
|
|
38144
38174
|
"x-go-type": string;
|
|
38175
|
+
"x-go-type-import": {
|
|
38176
|
+
path: string;
|
|
38177
|
+
};
|
|
38145
38178
|
items: {
|
|
38146
38179
|
type: string;
|
|
38147
38180
|
description: string;
|
|
@@ -38260,7 +38293,9 @@ declare const schema: {
|
|
|
38260
38293
|
emails: {
|
|
38261
38294
|
type: string;
|
|
38262
38295
|
"x-go-type": string;
|
|
38263
|
-
"x-go-import":
|
|
38296
|
+
"x-go-type-import": {
|
|
38297
|
+
path: string;
|
|
38298
|
+
};
|
|
38264
38299
|
items: {
|
|
38265
38300
|
type: string;
|
|
38266
38301
|
format: string;
|
|
@@ -38292,6 +38327,9 @@ declare const schema: {
|
|
|
38292
38327
|
accepted_by: {
|
|
38293
38328
|
type: string;
|
|
38294
38329
|
"x-go-type": string;
|
|
38330
|
+
"x-go-type-import": {
|
|
38331
|
+
path: string;
|
|
38332
|
+
};
|
|
38295
38333
|
items: {
|
|
38296
38334
|
type: string;
|
|
38297
38335
|
};
|
|
@@ -38304,6 +38342,9 @@ declare const schema: {
|
|
|
38304
38342
|
roles: {
|
|
38305
38343
|
type: string;
|
|
38306
38344
|
"x-go-type": string;
|
|
38345
|
+
"x-go-type-import": {
|
|
38346
|
+
path: string;
|
|
38347
|
+
};
|
|
38307
38348
|
items: {
|
|
38308
38349
|
type: string;
|
|
38309
38350
|
description: string;
|
|
@@ -38312,6 +38353,9 @@ declare const schema: {
|
|
|
38312
38353
|
teams: {
|
|
38313
38354
|
type: string;
|
|
38314
38355
|
"x-go-type": string;
|
|
38356
|
+
"x-go-type-import": {
|
|
38357
|
+
path: string;
|
|
38358
|
+
};
|
|
38315
38359
|
items: {
|
|
38316
38360
|
type: string;
|
|
38317
38361
|
description: string;
|
|
@@ -38436,7 +38480,9 @@ declare const schema: {
|
|
|
38436
38480
|
emails: {
|
|
38437
38481
|
type: string;
|
|
38438
38482
|
"x-go-type": string;
|
|
38439
|
-
"x-go-import":
|
|
38483
|
+
"x-go-type-import": {
|
|
38484
|
+
path: string;
|
|
38485
|
+
};
|
|
38440
38486
|
items: {
|
|
38441
38487
|
type: string;
|
|
38442
38488
|
format: string;
|
|
@@ -38468,6 +38514,9 @@ declare const schema: {
|
|
|
38468
38514
|
accepted_by: {
|
|
38469
38515
|
type: string;
|
|
38470
38516
|
"x-go-type": string;
|
|
38517
|
+
"x-go-type-import": {
|
|
38518
|
+
path: string;
|
|
38519
|
+
};
|
|
38471
38520
|
items: {
|
|
38472
38521
|
type: string;
|
|
38473
38522
|
};
|
|
@@ -38480,6 +38529,9 @@ declare const schema: {
|
|
|
38480
38529
|
roles: {
|
|
38481
38530
|
type: string;
|
|
38482
38531
|
"x-go-type": string;
|
|
38532
|
+
"x-go-type-import": {
|
|
38533
|
+
path: string;
|
|
38534
|
+
};
|
|
38483
38535
|
items: {
|
|
38484
38536
|
type: string;
|
|
38485
38537
|
description: string;
|
|
@@ -38488,6 +38540,9 @@ declare const schema: {
|
|
|
38488
38540
|
teams: {
|
|
38489
38541
|
type: string;
|
|
38490
38542
|
"x-go-type": string;
|
|
38543
|
+
"x-go-type-import": {
|
|
38544
|
+
path: string;
|
|
38545
|
+
};
|
|
38491
38546
|
items: {
|
|
38492
38547
|
type: string;
|
|
38493
38548
|
description: string;
|
|
@@ -38583,7 +38638,9 @@ declare const schema: {
|
|
|
38583
38638
|
emails: {
|
|
38584
38639
|
type: string;
|
|
38585
38640
|
"x-go-type": string;
|
|
38586
|
-
"x-go-import":
|
|
38641
|
+
"x-go-type-import": {
|
|
38642
|
+
path: string;
|
|
38643
|
+
};
|
|
38587
38644
|
items: {
|
|
38588
38645
|
type: string;
|
|
38589
38646
|
format: string;
|
|
@@ -38615,6 +38672,9 @@ declare const schema: {
|
|
|
38615
38672
|
accepted_by: {
|
|
38616
38673
|
type: string;
|
|
38617
38674
|
"x-go-type": string;
|
|
38675
|
+
"x-go-type-import": {
|
|
38676
|
+
path: string;
|
|
38677
|
+
};
|
|
38618
38678
|
items: {
|
|
38619
38679
|
type: string;
|
|
38620
38680
|
};
|
|
@@ -38627,6 +38687,9 @@ declare const schema: {
|
|
|
38627
38687
|
roles: {
|
|
38628
38688
|
type: string;
|
|
38629
38689
|
"x-go-type": string;
|
|
38690
|
+
"x-go-type-import": {
|
|
38691
|
+
path: string;
|
|
38692
|
+
};
|
|
38630
38693
|
items: {
|
|
38631
38694
|
type: string;
|
|
38632
38695
|
description: string;
|
|
@@ -38635,6 +38698,9 @@ declare const schema: {
|
|
|
38635
38698
|
teams: {
|
|
38636
38699
|
type: string;
|
|
38637
38700
|
"x-go-type": string;
|
|
38701
|
+
"x-go-type-import": {
|
|
38702
|
+
path: string;
|
|
38703
|
+
};
|
|
38638
38704
|
items: {
|
|
38639
38705
|
type: string;
|
|
38640
38706
|
description: string;
|
|
@@ -38756,7 +38822,9 @@ declare const schema: {
|
|
|
38756
38822
|
emails: {
|
|
38757
38823
|
type: string;
|
|
38758
38824
|
"x-go-type": string;
|
|
38759
|
-
"x-go-import":
|
|
38825
|
+
"x-go-type-import": {
|
|
38826
|
+
path: string;
|
|
38827
|
+
};
|
|
38760
38828
|
items: {
|
|
38761
38829
|
type: string;
|
|
38762
38830
|
format: string;
|
|
@@ -38788,6 +38856,9 @@ declare const schema: {
|
|
|
38788
38856
|
accepted_by: {
|
|
38789
38857
|
type: string;
|
|
38790
38858
|
"x-go-type": string;
|
|
38859
|
+
"x-go-type-import": {
|
|
38860
|
+
path: string;
|
|
38861
|
+
};
|
|
38791
38862
|
items: {
|
|
38792
38863
|
type: string;
|
|
38793
38864
|
};
|
|
@@ -38800,6 +38871,9 @@ declare const schema: {
|
|
|
38800
38871
|
roles: {
|
|
38801
38872
|
type: string;
|
|
38802
38873
|
"x-go-type": string;
|
|
38874
|
+
"x-go-type-import": {
|
|
38875
|
+
path: string;
|
|
38876
|
+
};
|
|
38803
38877
|
items: {
|
|
38804
38878
|
type: string;
|
|
38805
38879
|
description: string;
|
|
@@ -38808,6 +38882,9 @@ declare const schema: {
|
|
|
38808
38882
|
teams: {
|
|
38809
38883
|
type: string;
|
|
38810
38884
|
"x-go-type": string;
|
|
38885
|
+
"x-go-type-import": {
|
|
38886
|
+
path: string;
|
|
38887
|
+
};
|
|
38811
38888
|
items: {
|
|
38812
38889
|
type: string;
|
|
38813
38890
|
description: string;
|
|
@@ -38959,7 +39036,9 @@ declare const schema: {
|
|
|
38959
39036
|
emails: {
|
|
38960
39037
|
type: string;
|
|
38961
39038
|
"x-go-type": string;
|
|
38962
|
-
"x-go-import":
|
|
39039
|
+
"x-go-type-import": {
|
|
39040
|
+
path: string;
|
|
39041
|
+
};
|
|
38963
39042
|
items: {
|
|
38964
39043
|
type: string;
|
|
38965
39044
|
format: string;
|
|
@@ -38991,6 +39070,9 @@ declare const schema: {
|
|
|
38991
39070
|
accepted_by: {
|
|
38992
39071
|
type: string;
|
|
38993
39072
|
"x-go-type": string;
|
|
39073
|
+
"x-go-type-import": {
|
|
39074
|
+
path: string;
|
|
39075
|
+
};
|
|
38994
39076
|
items: {
|
|
38995
39077
|
type: string;
|
|
38996
39078
|
};
|
|
@@ -39003,6 +39085,9 @@ declare const schema: {
|
|
|
39003
39085
|
roles: {
|
|
39004
39086
|
type: string;
|
|
39005
39087
|
"x-go-type": string;
|
|
39088
|
+
"x-go-type-import": {
|
|
39089
|
+
path: string;
|
|
39090
|
+
};
|
|
39006
39091
|
items: {
|
|
39007
39092
|
type: string;
|
|
39008
39093
|
description: string;
|
|
@@ -39011,6 +39096,9 @@ declare const schema: {
|
|
|
39011
39096
|
teams: {
|
|
39012
39097
|
type: string;
|
|
39013
39098
|
"x-go-type": string;
|
|
39099
|
+
"x-go-type-import": {
|
|
39100
|
+
path: string;
|
|
39101
|
+
};
|
|
39014
39102
|
items: {
|
|
39015
39103
|
type: string;
|
|
39016
39104
|
description: string;
|
|
@@ -39118,7 +39206,9 @@ declare const schema: {
|
|
|
39118
39206
|
emails: {
|
|
39119
39207
|
type: string;
|
|
39120
39208
|
"x-go-type": string;
|
|
39121
|
-
"x-go-import":
|
|
39209
|
+
"x-go-type-import": {
|
|
39210
|
+
path: string;
|
|
39211
|
+
};
|
|
39122
39212
|
items: {
|
|
39123
39213
|
type: string;
|
|
39124
39214
|
format: string;
|
|
@@ -39150,6 +39240,9 @@ declare const schema: {
|
|
|
39150
39240
|
accepted_by: {
|
|
39151
39241
|
type: string;
|
|
39152
39242
|
"x-go-type": string;
|
|
39243
|
+
"x-go-type-import": {
|
|
39244
|
+
path: string;
|
|
39245
|
+
};
|
|
39153
39246
|
items: {
|
|
39154
39247
|
type: string;
|
|
39155
39248
|
};
|
|
@@ -39162,6 +39255,9 @@ declare const schema: {
|
|
|
39162
39255
|
roles: {
|
|
39163
39256
|
type: string;
|
|
39164
39257
|
"x-go-type": string;
|
|
39258
|
+
"x-go-type-import": {
|
|
39259
|
+
path: string;
|
|
39260
|
+
};
|
|
39165
39261
|
items: {
|
|
39166
39262
|
type: string;
|
|
39167
39263
|
description: string;
|
|
@@ -39170,6 +39266,9 @@ declare const schema: {
|
|
|
39170
39266
|
teams: {
|
|
39171
39267
|
type: string;
|
|
39172
39268
|
"x-go-type": string;
|
|
39269
|
+
"x-go-type-import": {
|
|
39270
|
+
path: string;
|
|
39271
|
+
};
|
|
39173
39272
|
items: {
|
|
39174
39273
|
type: string;
|
|
39175
39274
|
description: string;
|