@meshery/schemas 0.8.66 → 0.8.68
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 +262 -23
- package/dist/cloudApi.d.ts +262 -23
- package/dist/cloudApi.js +1 -1
- package/dist/cloudApi.mjs +1 -1
- package/dist/index.d.mts +491 -28
- package/dist/index.d.ts +491 -28
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/dist/mesheryApi.d.mts +82 -82
- package/dist/mesheryApi.d.ts +82 -82
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -6427,7 +6427,7 @@ interface HttpsSchemasMesheryIoComponentJson {
|
|
|
6427
6427
|
* This file was automatically generated from OpenAPI schema.
|
|
6428
6428
|
* Do not manually modify this file.
|
|
6429
6429
|
*/
|
|
6430
|
-
declare const schema$
|
|
6430
|
+
declare const schema$9: {
|
|
6431
6431
|
openapi: string;
|
|
6432
6432
|
info: {
|
|
6433
6433
|
title: string;
|
|
@@ -29142,7 +29142,7 @@ declare const schema$8: {
|
|
|
29142
29142
|
* This file was automatically generated from OpenAPI schema.
|
|
29143
29143
|
* Do not manually modify this file.
|
|
29144
29144
|
*/
|
|
29145
|
-
declare const schema$
|
|
29145
|
+
declare const schema$8: {
|
|
29146
29146
|
openapi: string;
|
|
29147
29147
|
info: {
|
|
29148
29148
|
title: string;
|
|
@@ -29203,7 +29203,7 @@ declare const schema$7: {
|
|
|
29203
29203
|
* This file was automatically generated from OpenAPI schema.
|
|
29204
29204
|
* Do not manually modify this file.
|
|
29205
29205
|
*/
|
|
29206
|
-
declare const schema$
|
|
29206
|
+
declare const schema$7: {
|
|
29207
29207
|
openapi: string;
|
|
29208
29208
|
info: {
|
|
29209
29209
|
title: string;
|
|
@@ -29236,7 +29236,7 @@ declare const schema$6: {
|
|
|
29236
29236
|
* This file was automatically generated from OpenAPI schema.
|
|
29237
29237
|
* Do not manually modify this file.
|
|
29238
29238
|
*/
|
|
29239
|
-
declare const schema$
|
|
29239
|
+
declare const schema$6: {
|
|
29240
29240
|
openapi: string;
|
|
29241
29241
|
info: {
|
|
29242
29242
|
title: string;
|
|
@@ -30745,7 +30745,7 @@ declare const schema$5: {
|
|
|
30745
30745
|
* This file was automatically generated from OpenAPI schema.
|
|
30746
30746
|
* Do not manually modify this file.
|
|
30747
30747
|
*/
|
|
30748
|
-
declare const schema$
|
|
30748
|
+
declare const schema$5: {
|
|
30749
30749
|
openapi: string;
|
|
30750
30750
|
info: {
|
|
30751
30751
|
title: string;
|
|
@@ -31892,7 +31892,7 @@ declare const schema$4: {
|
|
|
31892
31892
|
* This file was automatically generated from OpenAPI schema.
|
|
31893
31893
|
* Do not manually modify this file.
|
|
31894
31894
|
*/
|
|
31895
|
-
declare const schema$
|
|
31895
|
+
declare const schema$4: {
|
|
31896
31896
|
openapi: string;
|
|
31897
31897
|
info: {
|
|
31898
31898
|
title: string;
|
|
@@ -32782,7 +32782,7 @@ declare const schema$3: {
|
|
|
32782
32782
|
* This file was automatically generated from OpenAPI schema.
|
|
32783
32783
|
* Do not manually modify this file.
|
|
32784
32784
|
*/
|
|
32785
|
-
declare const schema$
|
|
32785
|
+
declare const schema$3: {
|
|
32786
32786
|
openapi: string;
|
|
32787
32787
|
info: {
|
|
32788
32788
|
title: string;
|
|
@@ -33740,7 +33740,7 @@ declare const schema$2: {
|
|
|
33740
33740
|
* This file was automatically generated from OpenAPI schema.
|
|
33741
33741
|
* Do not manually modify this file.
|
|
33742
33742
|
*/
|
|
33743
|
-
declare const schema$
|
|
33743
|
+
declare const schema$2: {
|
|
33744
33744
|
openapi: string;
|
|
33745
33745
|
info: {
|
|
33746
33746
|
title: string;
|
|
@@ -37667,7 +37667,7 @@ declare const schema$1: {
|
|
|
37667
37667
|
* This file was automatically generated from OpenAPI schema.
|
|
37668
37668
|
* Do not manually modify this file.
|
|
37669
37669
|
*/
|
|
37670
|
-
declare const schema: {
|
|
37670
|
+
declare const schema$1: {
|
|
37671
37671
|
openapi: string;
|
|
37672
37672
|
info: {
|
|
37673
37673
|
title: string;
|
|
@@ -37744,10 +37744,12 @@ 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
|
+
pattern: string;
|
|
37751
37753
|
"x-go-type": string;
|
|
37752
37754
|
description: string;
|
|
37753
37755
|
};
|
|
@@ -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,10 +37954,12 @@ 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
|
+
pattern: string;
|
|
37950
37963
|
"x-go-type": string;
|
|
37951
37964
|
description: string;
|
|
37952
37965
|
};
|
|
@@ -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,10 +38112,12 @@ 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
|
+
pattern: string;
|
|
38097
38121
|
"x-go-type": string;
|
|
38098
38122
|
description: string;
|
|
38099
38123
|
};
|
|
@@ -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,10 +38293,12 @@ 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
|
+
pattern: string;
|
|
38267
38302
|
"x-go-type": string;
|
|
38268
38303
|
description: string;
|
|
38269
38304
|
};
|
|
@@ -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,10 +38480,12 @@ 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
|
+
pattern: string;
|
|
38443
38489
|
"x-go-type": string;
|
|
38444
38490
|
description: string;
|
|
38445
38491
|
};
|
|
@@ -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,10 +38638,12 @@ 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
|
+
pattern: string;
|
|
38590
38647
|
"x-go-type": string;
|
|
38591
38648
|
description: string;
|
|
38592
38649
|
};
|
|
@@ -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,10 +38822,12 @@ 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
|
+
pattern: string;
|
|
38763
38831
|
"x-go-type": string;
|
|
38764
38832
|
description: string;
|
|
38765
38833
|
};
|
|
@@ -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,10 +39036,12 @@ 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
|
+
pattern: string;
|
|
38966
39045
|
"x-go-type": string;
|
|
38967
39046
|
description: string;
|
|
38968
39047
|
};
|
|
@@ -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,10 +39206,12 @@ 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
|
+
pattern: string;
|
|
39125
39215
|
"x-go-type": string;
|
|
39126
39216
|
description: string;
|
|
39127
39217
|
};
|
|
@@ -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;
|
|
@@ -39216,6 +39315,370 @@ declare const schema: {
|
|
|
39216
39315
|
$schema: string;
|
|
39217
39316
|
};
|
|
39218
39317
|
|
|
39318
|
+
/**
|
|
39319
|
+
* This file was automatically generated from OpenAPI schema.
|
|
39320
|
+
* Do not manually modify this file.
|
|
39321
|
+
*/
|
|
39322
|
+
declare const schema: {
|
|
39323
|
+
openapi: string;
|
|
39324
|
+
info: {
|
|
39325
|
+
title: string;
|
|
39326
|
+
description: string;
|
|
39327
|
+
version: string;
|
|
39328
|
+
};
|
|
39329
|
+
tags: {
|
|
39330
|
+
name: string;
|
|
39331
|
+
}[];
|
|
39332
|
+
paths: {
|
|
39333
|
+
"/api/organizations/badges": {
|
|
39334
|
+
post: {
|
|
39335
|
+
"x-internal": string[];
|
|
39336
|
+
operationId: string;
|
|
39337
|
+
tags: string[];
|
|
39338
|
+
summary: string;
|
|
39339
|
+
requestBody: {
|
|
39340
|
+
content: {
|
|
39341
|
+
"application/json": {
|
|
39342
|
+
schema: {
|
|
39343
|
+
type: string;
|
|
39344
|
+
required: string[];
|
|
39345
|
+
properties: {
|
|
39346
|
+
id: {
|
|
39347
|
+
"x-go-name": string;
|
|
39348
|
+
"x-oapi-codegen-extra-tags": {
|
|
39349
|
+
db: string;
|
|
39350
|
+
json: string;
|
|
39351
|
+
};
|
|
39352
|
+
type: string;
|
|
39353
|
+
format: string;
|
|
39354
|
+
description: string;
|
|
39355
|
+
"x-go-type": string;
|
|
39356
|
+
"x-go-type-import": {
|
|
39357
|
+
path: string;
|
|
39358
|
+
};
|
|
39359
|
+
};
|
|
39360
|
+
org_id: {
|
|
39361
|
+
description: string;
|
|
39362
|
+
"x-oapi-codegen-extra-tags": {
|
|
39363
|
+
db: string;
|
|
39364
|
+
json: string;
|
|
39365
|
+
};
|
|
39366
|
+
type: string;
|
|
39367
|
+
format: string;
|
|
39368
|
+
"x-go-type": string;
|
|
39369
|
+
"x-go-type-import": {
|
|
39370
|
+
path: string;
|
|
39371
|
+
};
|
|
39372
|
+
};
|
|
39373
|
+
label: {
|
|
39374
|
+
type: string;
|
|
39375
|
+
description: string;
|
|
39376
|
+
example: string;
|
|
39377
|
+
"x-oapi-codegen-extra-tags": {
|
|
39378
|
+
db: string;
|
|
39379
|
+
json: string;
|
|
39380
|
+
};
|
|
39381
|
+
};
|
|
39382
|
+
name: {
|
|
39383
|
+
type: string;
|
|
39384
|
+
description: string;
|
|
39385
|
+
example: string;
|
|
39386
|
+
"x-oapi-codegen-extra-tags": {
|
|
39387
|
+
db: string;
|
|
39388
|
+
json: string;
|
|
39389
|
+
};
|
|
39390
|
+
};
|
|
39391
|
+
description: {
|
|
39392
|
+
type: string;
|
|
39393
|
+
description: string;
|
|
39394
|
+
example: string;
|
|
39395
|
+
"x-oapi-codegen-extra-tags": {
|
|
39396
|
+
db: string;
|
|
39397
|
+
json: string;
|
|
39398
|
+
};
|
|
39399
|
+
};
|
|
39400
|
+
image_url: {
|
|
39401
|
+
type: string;
|
|
39402
|
+
format: string;
|
|
39403
|
+
description: string;
|
|
39404
|
+
example: string;
|
|
39405
|
+
"x-oapi-codegen-extra-tags": {
|
|
39406
|
+
db: string;
|
|
39407
|
+
json: string;
|
|
39408
|
+
};
|
|
39409
|
+
};
|
|
39410
|
+
created_at: {
|
|
39411
|
+
description: string;
|
|
39412
|
+
"x-go-type": string;
|
|
39413
|
+
type: string;
|
|
39414
|
+
format: string;
|
|
39415
|
+
"x-go-name": string;
|
|
39416
|
+
"x-oapi-codegen-extra-tags": {
|
|
39417
|
+
db: string;
|
|
39418
|
+
yaml: string;
|
|
39419
|
+
};
|
|
39420
|
+
"x-go-type-skip-optional-pointer": boolean;
|
|
39421
|
+
};
|
|
39422
|
+
updated_at: {
|
|
39423
|
+
description: string;
|
|
39424
|
+
"x-go-type": string;
|
|
39425
|
+
type: string;
|
|
39426
|
+
format: string;
|
|
39427
|
+
"x-go-name": string;
|
|
39428
|
+
"x-oapi-codegen-extra-tags": {
|
|
39429
|
+
db: string;
|
|
39430
|
+
yaml: string;
|
|
39431
|
+
};
|
|
39432
|
+
"x-go-type-skip-optional-pointer": boolean;
|
|
39433
|
+
};
|
|
39434
|
+
deleted_at: {
|
|
39435
|
+
description: string;
|
|
39436
|
+
"x-go-type": string;
|
|
39437
|
+
type: string;
|
|
39438
|
+
format: string;
|
|
39439
|
+
"x-go-name": string;
|
|
39440
|
+
"x-oapi-codegen-extra-tags": {
|
|
39441
|
+
db: string;
|
|
39442
|
+
yaml: string;
|
|
39443
|
+
};
|
|
39444
|
+
"x-go-type-skip-optional-pointer": boolean;
|
|
39445
|
+
};
|
|
39446
|
+
};
|
|
39447
|
+
};
|
|
39448
|
+
};
|
|
39449
|
+
};
|
|
39450
|
+
required: boolean;
|
|
39451
|
+
};
|
|
39452
|
+
responses: {
|
|
39453
|
+
"201": {
|
|
39454
|
+
content: {
|
|
39455
|
+
"application/json": {
|
|
39456
|
+
schema: {
|
|
39457
|
+
type: string;
|
|
39458
|
+
required: string[];
|
|
39459
|
+
properties: {
|
|
39460
|
+
id: {
|
|
39461
|
+
"x-go-name": string;
|
|
39462
|
+
"x-oapi-codegen-extra-tags": {
|
|
39463
|
+
db: string;
|
|
39464
|
+
json: string;
|
|
39465
|
+
};
|
|
39466
|
+
type: string;
|
|
39467
|
+
format: string;
|
|
39468
|
+
description: string;
|
|
39469
|
+
"x-go-type": string;
|
|
39470
|
+
"x-go-type-import": {
|
|
39471
|
+
path: string;
|
|
39472
|
+
};
|
|
39473
|
+
};
|
|
39474
|
+
org_id: {
|
|
39475
|
+
description: string;
|
|
39476
|
+
"x-oapi-codegen-extra-tags": {
|
|
39477
|
+
db: string;
|
|
39478
|
+
json: string;
|
|
39479
|
+
};
|
|
39480
|
+
type: string;
|
|
39481
|
+
format: string;
|
|
39482
|
+
"x-go-type": string;
|
|
39483
|
+
"x-go-type-import": {
|
|
39484
|
+
path: string;
|
|
39485
|
+
};
|
|
39486
|
+
};
|
|
39487
|
+
label: {
|
|
39488
|
+
type: string;
|
|
39489
|
+
description: string;
|
|
39490
|
+
example: string;
|
|
39491
|
+
"x-oapi-codegen-extra-tags": {
|
|
39492
|
+
db: string;
|
|
39493
|
+
json: string;
|
|
39494
|
+
};
|
|
39495
|
+
};
|
|
39496
|
+
name: {
|
|
39497
|
+
type: string;
|
|
39498
|
+
description: string;
|
|
39499
|
+
example: string;
|
|
39500
|
+
"x-oapi-codegen-extra-tags": {
|
|
39501
|
+
db: string;
|
|
39502
|
+
json: string;
|
|
39503
|
+
};
|
|
39504
|
+
};
|
|
39505
|
+
description: {
|
|
39506
|
+
type: string;
|
|
39507
|
+
description: string;
|
|
39508
|
+
example: string;
|
|
39509
|
+
"x-oapi-codegen-extra-tags": {
|
|
39510
|
+
db: string;
|
|
39511
|
+
json: string;
|
|
39512
|
+
};
|
|
39513
|
+
};
|
|
39514
|
+
image_url: {
|
|
39515
|
+
type: string;
|
|
39516
|
+
format: string;
|
|
39517
|
+
description: string;
|
|
39518
|
+
example: string;
|
|
39519
|
+
"x-oapi-codegen-extra-tags": {
|
|
39520
|
+
db: string;
|
|
39521
|
+
json: string;
|
|
39522
|
+
};
|
|
39523
|
+
};
|
|
39524
|
+
created_at: {
|
|
39525
|
+
description: string;
|
|
39526
|
+
"x-go-type": string;
|
|
39527
|
+
type: string;
|
|
39528
|
+
format: string;
|
|
39529
|
+
"x-go-name": string;
|
|
39530
|
+
"x-oapi-codegen-extra-tags": {
|
|
39531
|
+
db: string;
|
|
39532
|
+
yaml: string;
|
|
39533
|
+
};
|
|
39534
|
+
"x-go-type-skip-optional-pointer": boolean;
|
|
39535
|
+
};
|
|
39536
|
+
updated_at: {
|
|
39537
|
+
description: string;
|
|
39538
|
+
"x-go-type": string;
|
|
39539
|
+
type: string;
|
|
39540
|
+
format: string;
|
|
39541
|
+
"x-go-name": string;
|
|
39542
|
+
"x-oapi-codegen-extra-tags": {
|
|
39543
|
+
db: string;
|
|
39544
|
+
yaml: string;
|
|
39545
|
+
};
|
|
39546
|
+
"x-go-type-skip-optional-pointer": boolean;
|
|
39547
|
+
};
|
|
39548
|
+
deleted_at: {
|
|
39549
|
+
description: string;
|
|
39550
|
+
"x-go-type": string;
|
|
39551
|
+
type: string;
|
|
39552
|
+
format: string;
|
|
39553
|
+
"x-go-name": string;
|
|
39554
|
+
"x-oapi-codegen-extra-tags": {
|
|
39555
|
+
db: string;
|
|
39556
|
+
yaml: string;
|
|
39557
|
+
};
|
|
39558
|
+
"x-go-type-skip-optional-pointer": boolean;
|
|
39559
|
+
};
|
|
39560
|
+
};
|
|
39561
|
+
};
|
|
39562
|
+
};
|
|
39563
|
+
};
|
|
39564
|
+
};
|
|
39565
|
+
};
|
|
39566
|
+
};
|
|
39567
|
+
};
|
|
39568
|
+
};
|
|
39569
|
+
components: {
|
|
39570
|
+
schemas: {
|
|
39571
|
+
Badge: {
|
|
39572
|
+
type: string;
|
|
39573
|
+
required: string[];
|
|
39574
|
+
properties: {
|
|
39575
|
+
id: {
|
|
39576
|
+
"x-go-name": string;
|
|
39577
|
+
"x-oapi-codegen-extra-tags": {
|
|
39578
|
+
db: string;
|
|
39579
|
+
json: string;
|
|
39580
|
+
};
|
|
39581
|
+
type: string;
|
|
39582
|
+
format: string;
|
|
39583
|
+
description: string;
|
|
39584
|
+
"x-go-type": string;
|
|
39585
|
+
"x-go-type-import": {
|
|
39586
|
+
path: string;
|
|
39587
|
+
};
|
|
39588
|
+
};
|
|
39589
|
+
org_id: {
|
|
39590
|
+
description: string;
|
|
39591
|
+
"x-oapi-codegen-extra-tags": {
|
|
39592
|
+
db: string;
|
|
39593
|
+
json: string;
|
|
39594
|
+
};
|
|
39595
|
+
type: string;
|
|
39596
|
+
format: string;
|
|
39597
|
+
"x-go-type": string;
|
|
39598
|
+
"x-go-type-import": {
|
|
39599
|
+
path: string;
|
|
39600
|
+
};
|
|
39601
|
+
};
|
|
39602
|
+
label: {
|
|
39603
|
+
type: string;
|
|
39604
|
+
description: string;
|
|
39605
|
+
example: string;
|
|
39606
|
+
"x-oapi-codegen-extra-tags": {
|
|
39607
|
+
db: string;
|
|
39608
|
+
json: string;
|
|
39609
|
+
};
|
|
39610
|
+
};
|
|
39611
|
+
name: {
|
|
39612
|
+
type: string;
|
|
39613
|
+
description: string;
|
|
39614
|
+
example: string;
|
|
39615
|
+
"x-oapi-codegen-extra-tags": {
|
|
39616
|
+
db: string;
|
|
39617
|
+
json: string;
|
|
39618
|
+
};
|
|
39619
|
+
};
|
|
39620
|
+
description: {
|
|
39621
|
+
type: string;
|
|
39622
|
+
description: string;
|
|
39623
|
+
example: string;
|
|
39624
|
+
"x-oapi-codegen-extra-tags": {
|
|
39625
|
+
db: string;
|
|
39626
|
+
json: string;
|
|
39627
|
+
};
|
|
39628
|
+
};
|
|
39629
|
+
image_url: {
|
|
39630
|
+
type: string;
|
|
39631
|
+
format: string;
|
|
39632
|
+
description: string;
|
|
39633
|
+
example: string;
|
|
39634
|
+
"x-oapi-codegen-extra-tags": {
|
|
39635
|
+
db: string;
|
|
39636
|
+
json: string;
|
|
39637
|
+
};
|
|
39638
|
+
};
|
|
39639
|
+
created_at: {
|
|
39640
|
+
description: string;
|
|
39641
|
+
"x-go-type": string;
|
|
39642
|
+
type: string;
|
|
39643
|
+
format: string;
|
|
39644
|
+
"x-go-name": string;
|
|
39645
|
+
"x-oapi-codegen-extra-tags": {
|
|
39646
|
+
db: string;
|
|
39647
|
+
yaml: string;
|
|
39648
|
+
};
|
|
39649
|
+
"x-go-type-skip-optional-pointer": boolean;
|
|
39650
|
+
};
|
|
39651
|
+
updated_at: {
|
|
39652
|
+
description: string;
|
|
39653
|
+
"x-go-type": string;
|
|
39654
|
+
type: string;
|
|
39655
|
+
format: string;
|
|
39656
|
+
"x-go-name": string;
|
|
39657
|
+
"x-oapi-codegen-extra-tags": {
|
|
39658
|
+
db: string;
|
|
39659
|
+
yaml: string;
|
|
39660
|
+
};
|
|
39661
|
+
"x-go-type-skip-optional-pointer": boolean;
|
|
39662
|
+
};
|
|
39663
|
+
deleted_at: {
|
|
39664
|
+
description: string;
|
|
39665
|
+
"x-go-type": string;
|
|
39666
|
+
type: string;
|
|
39667
|
+
format: string;
|
|
39668
|
+
"x-go-name": string;
|
|
39669
|
+
"x-oapi-codegen-extra-tags": {
|
|
39670
|
+
db: string;
|
|
39671
|
+
yaml: string;
|
|
39672
|
+
};
|
|
39673
|
+
"x-go-type-skip-optional-pointer": boolean;
|
|
39674
|
+
};
|
|
39675
|
+
};
|
|
39676
|
+
};
|
|
39677
|
+
};
|
|
39678
|
+
};
|
|
39679
|
+
$schema: string;
|
|
39680
|
+
};
|
|
39681
|
+
|
|
39219
39682
|
/**
|
|
39220
39683
|
* This file was auto-generated by openapi-typescript.
|
|
39221
39684
|
* Do not make direct changes to the file.
|
|
@@ -42126,4 +42589,4 @@ declare namespace api {
|
|
|
42126
42589
|
type Paths = paths;
|
|
42127
42590
|
}
|
|
42128
42591
|
|
|
42129
|
-
export { schema$
|
|
42592
|
+
export { schema as BadgeSchema, schema$8 as CategoryDefinitionV1Beta1OpenApiSchema, schema$6 as ComponentDefinitionV1Beta1OpenApiSchema, schema$9 as DesignDefinitionV1Beta1OpenApiSchema, schema$4 as EnvironmentDefinitionV1Beta1OpenApiSchema, schema$1 as InvitationSchema, schema$5 as ModelDefinitionV1Beta1OpenApiSchema, schema$2 as RelationshipDefinitionV1Alpha3OpenApiSchema, schema$7 as SubCategoryDefinitionV1Beta1OpenApiSchema, schema$3 as WorkspaceDefinitionV1Beta1OpenApiSchema, api, core_d as core, v1alpha1, v1alpha2, v1alpha3, v1beta1 };
|