@meshery/schemas 0.8.57 → 0.8.58
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 +343 -9
- package/dist/index.d.ts +343 -9
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
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$8: {
|
|
6431
6431
|
openapi: string;
|
|
6432
6432
|
info: {
|
|
6433
6433
|
title: string;
|
|
@@ -29142,7 +29142,7 @@ declare const schema$7: {
|
|
|
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$7: {
|
|
29146
29146
|
openapi: string;
|
|
29147
29147
|
info: {
|
|
29148
29148
|
title: string;
|
|
@@ -29203,7 +29203,7 @@ declare const schema$6: {
|
|
|
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$6: {
|
|
29207
29207
|
openapi: string;
|
|
29208
29208
|
info: {
|
|
29209
29209
|
title: string;
|
|
@@ -29236,7 +29236,7 @@ declare const schema$5: {
|
|
|
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$5: {
|
|
29240
29240
|
openapi: string;
|
|
29241
29241
|
info: {
|
|
29242
29242
|
title: string;
|
|
@@ -30745,7 +30745,7 @@ declare const schema$4: {
|
|
|
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$4: {
|
|
30749
30749
|
openapi: string;
|
|
30750
30750
|
info: {
|
|
30751
30751
|
title: string;
|
|
@@ -31892,7 +31892,7 @@ declare const schema$3: {
|
|
|
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$3: {
|
|
31896
31896
|
openapi: string;
|
|
31897
31897
|
info: {
|
|
31898
31898
|
title: string;
|
|
@@ -32782,7 +32782,7 @@ declare const schema$2: {
|
|
|
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$2: {
|
|
32786
32786
|
openapi: string;
|
|
32787
32787
|
info: {
|
|
32788
32788
|
title: string;
|
|
@@ -33740,7 +33740,7 @@ declare const schema$1: {
|
|
|
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$1: {
|
|
33744
33744
|
openapi: string;
|
|
33745
33745
|
info: {
|
|
33746
33746
|
title: string;
|
|
@@ -37663,6 +37663,340 @@ declare const schema: {
|
|
|
37663
37663
|
$schema: string;
|
|
37664
37664
|
};
|
|
37665
37665
|
|
|
37666
|
+
/**
|
|
37667
|
+
* This file was automatically generated from OpenAPI schema.
|
|
37668
|
+
* Do not manually modify this file.
|
|
37669
|
+
*/
|
|
37670
|
+
declare const schema: {
|
|
37671
|
+
openapi: string;
|
|
37672
|
+
info: {
|
|
37673
|
+
title: string;
|
|
37674
|
+
description: string;
|
|
37675
|
+
version: string;
|
|
37676
|
+
};
|
|
37677
|
+
tags: {
|
|
37678
|
+
name: string;
|
|
37679
|
+
description: string;
|
|
37680
|
+
}[];
|
|
37681
|
+
paths: {
|
|
37682
|
+
"/api/organizations/invitations": {
|
|
37683
|
+
get: {
|
|
37684
|
+
"x-internal": string[];
|
|
37685
|
+
operationId: string;
|
|
37686
|
+
tags: string[];
|
|
37687
|
+
summary: string;
|
|
37688
|
+
responses: {
|
|
37689
|
+
"200": {
|
|
37690
|
+
content: {
|
|
37691
|
+
"application/json": {
|
|
37692
|
+
schema: {
|
|
37693
|
+
type: string;
|
|
37694
|
+
required: string[];
|
|
37695
|
+
properties: {
|
|
37696
|
+
data: {
|
|
37697
|
+
type: string;
|
|
37698
|
+
items: {
|
|
37699
|
+
"x-go-type": string;
|
|
37700
|
+
type: string;
|
|
37701
|
+
required: string[];
|
|
37702
|
+
properties: {
|
|
37703
|
+
id: {
|
|
37704
|
+
ref: string;
|
|
37705
|
+
"x-go-name": string;
|
|
37706
|
+
description: string;
|
|
37707
|
+
};
|
|
37708
|
+
is_default: {
|
|
37709
|
+
type: string;
|
|
37710
|
+
description: string;
|
|
37711
|
+
};
|
|
37712
|
+
email: {
|
|
37713
|
+
type: string;
|
|
37714
|
+
format: string;
|
|
37715
|
+
description: string;
|
|
37716
|
+
};
|
|
37717
|
+
orgId: {
|
|
37718
|
+
type: string;
|
|
37719
|
+
description: string;
|
|
37720
|
+
};
|
|
37721
|
+
expiresAt: {
|
|
37722
|
+
type: string;
|
|
37723
|
+
format: string;
|
|
37724
|
+
description: string;
|
|
37725
|
+
};
|
|
37726
|
+
quota: {
|
|
37727
|
+
type: string;
|
|
37728
|
+
description: string;
|
|
37729
|
+
};
|
|
37730
|
+
usedQuota: {
|
|
37731
|
+
type: string;
|
|
37732
|
+
description: string;
|
|
37733
|
+
};
|
|
37734
|
+
roles: {
|
|
37735
|
+
type: string;
|
|
37736
|
+
items: {
|
|
37737
|
+
type: string;
|
|
37738
|
+
description: string;
|
|
37739
|
+
};
|
|
37740
|
+
};
|
|
37741
|
+
teams: {
|
|
37742
|
+
type: string;
|
|
37743
|
+
items: {
|
|
37744
|
+
type: string;
|
|
37745
|
+
description: string;
|
|
37746
|
+
};
|
|
37747
|
+
};
|
|
37748
|
+
status: {
|
|
37749
|
+
type: string;
|
|
37750
|
+
"x-go-type": string;
|
|
37751
|
+
enum: string[];
|
|
37752
|
+
description: string;
|
|
37753
|
+
};
|
|
37754
|
+
createdAt: {
|
|
37755
|
+
type: string;
|
|
37756
|
+
format: string;
|
|
37757
|
+
description: string;
|
|
37758
|
+
};
|
|
37759
|
+
updatedAt: {
|
|
37760
|
+
type: string;
|
|
37761
|
+
format: string;
|
|
37762
|
+
description: string;
|
|
37763
|
+
};
|
|
37764
|
+
deletedAt: {
|
|
37765
|
+
type: string;
|
|
37766
|
+
format: string;
|
|
37767
|
+
"x-go-type": string;
|
|
37768
|
+
description: string;
|
|
37769
|
+
};
|
|
37770
|
+
};
|
|
37771
|
+
};
|
|
37772
|
+
description: string;
|
|
37773
|
+
};
|
|
37774
|
+
totalCount: {
|
|
37775
|
+
type: string;
|
|
37776
|
+
description: string;
|
|
37777
|
+
};
|
|
37778
|
+
};
|
|
37779
|
+
};
|
|
37780
|
+
};
|
|
37781
|
+
};
|
|
37782
|
+
};
|
|
37783
|
+
"400": {
|
|
37784
|
+
description: string;
|
|
37785
|
+
};
|
|
37786
|
+
"401": {
|
|
37787
|
+
description: string;
|
|
37788
|
+
};
|
|
37789
|
+
"500": {
|
|
37790
|
+
description: string;
|
|
37791
|
+
};
|
|
37792
|
+
};
|
|
37793
|
+
};
|
|
37794
|
+
};
|
|
37795
|
+
};
|
|
37796
|
+
components: {
|
|
37797
|
+
parameters: {
|
|
37798
|
+
organization_id: {
|
|
37799
|
+
name: string;
|
|
37800
|
+
in: string;
|
|
37801
|
+
required: boolean;
|
|
37802
|
+
description: string;
|
|
37803
|
+
schema: {
|
|
37804
|
+
type: string;
|
|
37805
|
+
};
|
|
37806
|
+
};
|
|
37807
|
+
};
|
|
37808
|
+
responses: {
|
|
37809
|
+
"400": {
|
|
37810
|
+
description: string;
|
|
37811
|
+
};
|
|
37812
|
+
"401": {
|
|
37813
|
+
description: string;
|
|
37814
|
+
};
|
|
37815
|
+
"500": {
|
|
37816
|
+
description: string;
|
|
37817
|
+
};
|
|
37818
|
+
};
|
|
37819
|
+
schemas: {
|
|
37820
|
+
uuid: {
|
|
37821
|
+
type: string;
|
|
37822
|
+
format: string;
|
|
37823
|
+
description: string;
|
|
37824
|
+
"x-go-type": string;
|
|
37825
|
+
"x-go-type-import": {
|
|
37826
|
+
path: string;
|
|
37827
|
+
};
|
|
37828
|
+
};
|
|
37829
|
+
InvitationsPage: {
|
|
37830
|
+
type: string;
|
|
37831
|
+
required: string[];
|
|
37832
|
+
properties: {
|
|
37833
|
+
data: {
|
|
37834
|
+
type: string;
|
|
37835
|
+
items: {
|
|
37836
|
+
"x-go-type": string;
|
|
37837
|
+
type: string;
|
|
37838
|
+
required: string[];
|
|
37839
|
+
properties: {
|
|
37840
|
+
id: {
|
|
37841
|
+
ref: string;
|
|
37842
|
+
"x-go-name": string;
|
|
37843
|
+
description: string;
|
|
37844
|
+
};
|
|
37845
|
+
is_default: {
|
|
37846
|
+
type: string;
|
|
37847
|
+
description: string;
|
|
37848
|
+
};
|
|
37849
|
+
email: {
|
|
37850
|
+
type: string;
|
|
37851
|
+
format: string;
|
|
37852
|
+
description: string;
|
|
37853
|
+
};
|
|
37854
|
+
orgId: {
|
|
37855
|
+
type: string;
|
|
37856
|
+
description: string;
|
|
37857
|
+
};
|
|
37858
|
+
expiresAt: {
|
|
37859
|
+
type: string;
|
|
37860
|
+
format: string;
|
|
37861
|
+
description: string;
|
|
37862
|
+
};
|
|
37863
|
+
quota: {
|
|
37864
|
+
type: string;
|
|
37865
|
+
description: string;
|
|
37866
|
+
};
|
|
37867
|
+
usedQuota: {
|
|
37868
|
+
type: string;
|
|
37869
|
+
description: string;
|
|
37870
|
+
};
|
|
37871
|
+
roles: {
|
|
37872
|
+
type: string;
|
|
37873
|
+
items: {
|
|
37874
|
+
type: string;
|
|
37875
|
+
description: string;
|
|
37876
|
+
};
|
|
37877
|
+
};
|
|
37878
|
+
teams: {
|
|
37879
|
+
type: string;
|
|
37880
|
+
items: {
|
|
37881
|
+
type: string;
|
|
37882
|
+
description: string;
|
|
37883
|
+
};
|
|
37884
|
+
};
|
|
37885
|
+
status: {
|
|
37886
|
+
type: string;
|
|
37887
|
+
"x-go-type": string;
|
|
37888
|
+
enum: string[];
|
|
37889
|
+
description: string;
|
|
37890
|
+
};
|
|
37891
|
+
createdAt: {
|
|
37892
|
+
type: string;
|
|
37893
|
+
format: string;
|
|
37894
|
+
description: string;
|
|
37895
|
+
};
|
|
37896
|
+
updatedAt: {
|
|
37897
|
+
type: string;
|
|
37898
|
+
format: string;
|
|
37899
|
+
description: string;
|
|
37900
|
+
};
|
|
37901
|
+
deletedAt: {
|
|
37902
|
+
type: string;
|
|
37903
|
+
format: string;
|
|
37904
|
+
"x-go-type": string;
|
|
37905
|
+
description: string;
|
|
37906
|
+
};
|
|
37907
|
+
};
|
|
37908
|
+
};
|
|
37909
|
+
description: string;
|
|
37910
|
+
};
|
|
37911
|
+
totalCount: {
|
|
37912
|
+
type: string;
|
|
37913
|
+
description: string;
|
|
37914
|
+
};
|
|
37915
|
+
};
|
|
37916
|
+
};
|
|
37917
|
+
InvitationStatus: {
|
|
37918
|
+
type: string;
|
|
37919
|
+
enum: string[];
|
|
37920
|
+
description: string;
|
|
37921
|
+
};
|
|
37922
|
+
Invitation: {
|
|
37923
|
+
type: string;
|
|
37924
|
+
required: string[];
|
|
37925
|
+
properties: {
|
|
37926
|
+
id: {
|
|
37927
|
+
ref: string;
|
|
37928
|
+
"x-go-name": string;
|
|
37929
|
+
description: string;
|
|
37930
|
+
};
|
|
37931
|
+
is_default: {
|
|
37932
|
+
type: string;
|
|
37933
|
+
description: string;
|
|
37934
|
+
};
|
|
37935
|
+
email: {
|
|
37936
|
+
type: string;
|
|
37937
|
+
format: string;
|
|
37938
|
+
description: string;
|
|
37939
|
+
};
|
|
37940
|
+
orgId: {
|
|
37941
|
+
type: string;
|
|
37942
|
+
description: string;
|
|
37943
|
+
};
|
|
37944
|
+
expiresAt: {
|
|
37945
|
+
type: string;
|
|
37946
|
+
format: string;
|
|
37947
|
+
description: string;
|
|
37948
|
+
};
|
|
37949
|
+
quota: {
|
|
37950
|
+
type: string;
|
|
37951
|
+
description: string;
|
|
37952
|
+
};
|
|
37953
|
+
usedQuota: {
|
|
37954
|
+
type: string;
|
|
37955
|
+
description: string;
|
|
37956
|
+
};
|
|
37957
|
+
roles: {
|
|
37958
|
+
type: string;
|
|
37959
|
+
items: {
|
|
37960
|
+
type: string;
|
|
37961
|
+
description: string;
|
|
37962
|
+
};
|
|
37963
|
+
};
|
|
37964
|
+
teams: {
|
|
37965
|
+
type: string;
|
|
37966
|
+
items: {
|
|
37967
|
+
type: string;
|
|
37968
|
+
description: string;
|
|
37969
|
+
};
|
|
37970
|
+
};
|
|
37971
|
+
status: {
|
|
37972
|
+
type: string;
|
|
37973
|
+
"x-go-type": string;
|
|
37974
|
+
enum: string[];
|
|
37975
|
+
description: string;
|
|
37976
|
+
};
|
|
37977
|
+
createdAt: {
|
|
37978
|
+
type: string;
|
|
37979
|
+
format: string;
|
|
37980
|
+
description: string;
|
|
37981
|
+
};
|
|
37982
|
+
updatedAt: {
|
|
37983
|
+
type: string;
|
|
37984
|
+
format: string;
|
|
37985
|
+
description: string;
|
|
37986
|
+
};
|
|
37987
|
+
deletedAt: {
|
|
37988
|
+
type: string;
|
|
37989
|
+
format: string;
|
|
37990
|
+
"x-go-type": string;
|
|
37991
|
+
description: string;
|
|
37992
|
+
};
|
|
37993
|
+
};
|
|
37994
|
+
};
|
|
37995
|
+
};
|
|
37996
|
+
};
|
|
37997
|
+
$schema: string;
|
|
37998
|
+
};
|
|
37999
|
+
|
|
37666
38000
|
/**
|
|
37667
38001
|
* This file was auto-generated by openapi-typescript.
|
|
37668
38002
|
* Do not make direct changes to the file.
|
|
@@ -40573,4 +40907,4 @@ declare namespace api {
|
|
|
40573
40907
|
type Paths = paths;
|
|
40574
40908
|
}
|
|
40575
40909
|
|
|
40576
|
-
export { schema$
|
|
40910
|
+
export { schema$7 as CategoryDefinitionV1Beta1OpenApiSchema, schema$5 as ComponentDefinitionV1Beta1OpenApiSchema, schema$8 as DesignDefinitionV1Beta1OpenApiSchema, schema$3 as EnvironmentDefinitionV1Beta1OpenApiSchema, schema as InvitationSchema, schema$4 as ModelDefinitionV1Beta1OpenApiSchema, schema$1 as RelationshipDefinitionV1Alpha3OpenApiSchema, schema$6 as SubCategoryDefinitionV1Beta1OpenApiSchema, schema$2 as WorkspaceDefinitionV1Beta1OpenApiSchema, api, core_d as core, v1alpha1, v1alpha2, v1alpha3, v1beta1 };
|
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$8: {
|
|
6431
6431
|
openapi: string;
|
|
6432
6432
|
info: {
|
|
6433
6433
|
title: string;
|
|
@@ -29142,7 +29142,7 @@ declare const schema$7: {
|
|
|
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$7: {
|
|
29146
29146
|
openapi: string;
|
|
29147
29147
|
info: {
|
|
29148
29148
|
title: string;
|
|
@@ -29203,7 +29203,7 @@ declare const schema$6: {
|
|
|
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$6: {
|
|
29207
29207
|
openapi: string;
|
|
29208
29208
|
info: {
|
|
29209
29209
|
title: string;
|
|
@@ -29236,7 +29236,7 @@ declare const schema$5: {
|
|
|
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$5: {
|
|
29240
29240
|
openapi: string;
|
|
29241
29241
|
info: {
|
|
29242
29242
|
title: string;
|
|
@@ -30745,7 +30745,7 @@ declare const schema$4: {
|
|
|
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$4: {
|
|
30749
30749
|
openapi: string;
|
|
30750
30750
|
info: {
|
|
30751
30751
|
title: string;
|
|
@@ -31892,7 +31892,7 @@ declare const schema$3: {
|
|
|
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$3: {
|
|
31896
31896
|
openapi: string;
|
|
31897
31897
|
info: {
|
|
31898
31898
|
title: string;
|
|
@@ -32782,7 +32782,7 @@ declare const schema$2: {
|
|
|
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$2: {
|
|
32786
32786
|
openapi: string;
|
|
32787
32787
|
info: {
|
|
32788
32788
|
title: string;
|
|
@@ -33740,7 +33740,7 @@ declare const schema$1: {
|
|
|
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$1: {
|
|
33744
33744
|
openapi: string;
|
|
33745
33745
|
info: {
|
|
33746
33746
|
title: string;
|
|
@@ -37663,6 +37663,340 @@ declare const schema: {
|
|
|
37663
37663
|
$schema: string;
|
|
37664
37664
|
};
|
|
37665
37665
|
|
|
37666
|
+
/**
|
|
37667
|
+
* This file was automatically generated from OpenAPI schema.
|
|
37668
|
+
* Do not manually modify this file.
|
|
37669
|
+
*/
|
|
37670
|
+
declare const schema: {
|
|
37671
|
+
openapi: string;
|
|
37672
|
+
info: {
|
|
37673
|
+
title: string;
|
|
37674
|
+
description: string;
|
|
37675
|
+
version: string;
|
|
37676
|
+
};
|
|
37677
|
+
tags: {
|
|
37678
|
+
name: string;
|
|
37679
|
+
description: string;
|
|
37680
|
+
}[];
|
|
37681
|
+
paths: {
|
|
37682
|
+
"/api/organizations/invitations": {
|
|
37683
|
+
get: {
|
|
37684
|
+
"x-internal": string[];
|
|
37685
|
+
operationId: string;
|
|
37686
|
+
tags: string[];
|
|
37687
|
+
summary: string;
|
|
37688
|
+
responses: {
|
|
37689
|
+
"200": {
|
|
37690
|
+
content: {
|
|
37691
|
+
"application/json": {
|
|
37692
|
+
schema: {
|
|
37693
|
+
type: string;
|
|
37694
|
+
required: string[];
|
|
37695
|
+
properties: {
|
|
37696
|
+
data: {
|
|
37697
|
+
type: string;
|
|
37698
|
+
items: {
|
|
37699
|
+
"x-go-type": string;
|
|
37700
|
+
type: string;
|
|
37701
|
+
required: string[];
|
|
37702
|
+
properties: {
|
|
37703
|
+
id: {
|
|
37704
|
+
ref: string;
|
|
37705
|
+
"x-go-name": string;
|
|
37706
|
+
description: string;
|
|
37707
|
+
};
|
|
37708
|
+
is_default: {
|
|
37709
|
+
type: string;
|
|
37710
|
+
description: string;
|
|
37711
|
+
};
|
|
37712
|
+
email: {
|
|
37713
|
+
type: string;
|
|
37714
|
+
format: string;
|
|
37715
|
+
description: string;
|
|
37716
|
+
};
|
|
37717
|
+
orgId: {
|
|
37718
|
+
type: string;
|
|
37719
|
+
description: string;
|
|
37720
|
+
};
|
|
37721
|
+
expiresAt: {
|
|
37722
|
+
type: string;
|
|
37723
|
+
format: string;
|
|
37724
|
+
description: string;
|
|
37725
|
+
};
|
|
37726
|
+
quota: {
|
|
37727
|
+
type: string;
|
|
37728
|
+
description: string;
|
|
37729
|
+
};
|
|
37730
|
+
usedQuota: {
|
|
37731
|
+
type: string;
|
|
37732
|
+
description: string;
|
|
37733
|
+
};
|
|
37734
|
+
roles: {
|
|
37735
|
+
type: string;
|
|
37736
|
+
items: {
|
|
37737
|
+
type: string;
|
|
37738
|
+
description: string;
|
|
37739
|
+
};
|
|
37740
|
+
};
|
|
37741
|
+
teams: {
|
|
37742
|
+
type: string;
|
|
37743
|
+
items: {
|
|
37744
|
+
type: string;
|
|
37745
|
+
description: string;
|
|
37746
|
+
};
|
|
37747
|
+
};
|
|
37748
|
+
status: {
|
|
37749
|
+
type: string;
|
|
37750
|
+
"x-go-type": string;
|
|
37751
|
+
enum: string[];
|
|
37752
|
+
description: string;
|
|
37753
|
+
};
|
|
37754
|
+
createdAt: {
|
|
37755
|
+
type: string;
|
|
37756
|
+
format: string;
|
|
37757
|
+
description: string;
|
|
37758
|
+
};
|
|
37759
|
+
updatedAt: {
|
|
37760
|
+
type: string;
|
|
37761
|
+
format: string;
|
|
37762
|
+
description: string;
|
|
37763
|
+
};
|
|
37764
|
+
deletedAt: {
|
|
37765
|
+
type: string;
|
|
37766
|
+
format: string;
|
|
37767
|
+
"x-go-type": string;
|
|
37768
|
+
description: string;
|
|
37769
|
+
};
|
|
37770
|
+
};
|
|
37771
|
+
};
|
|
37772
|
+
description: string;
|
|
37773
|
+
};
|
|
37774
|
+
totalCount: {
|
|
37775
|
+
type: string;
|
|
37776
|
+
description: string;
|
|
37777
|
+
};
|
|
37778
|
+
};
|
|
37779
|
+
};
|
|
37780
|
+
};
|
|
37781
|
+
};
|
|
37782
|
+
};
|
|
37783
|
+
"400": {
|
|
37784
|
+
description: string;
|
|
37785
|
+
};
|
|
37786
|
+
"401": {
|
|
37787
|
+
description: string;
|
|
37788
|
+
};
|
|
37789
|
+
"500": {
|
|
37790
|
+
description: string;
|
|
37791
|
+
};
|
|
37792
|
+
};
|
|
37793
|
+
};
|
|
37794
|
+
};
|
|
37795
|
+
};
|
|
37796
|
+
components: {
|
|
37797
|
+
parameters: {
|
|
37798
|
+
organization_id: {
|
|
37799
|
+
name: string;
|
|
37800
|
+
in: string;
|
|
37801
|
+
required: boolean;
|
|
37802
|
+
description: string;
|
|
37803
|
+
schema: {
|
|
37804
|
+
type: string;
|
|
37805
|
+
};
|
|
37806
|
+
};
|
|
37807
|
+
};
|
|
37808
|
+
responses: {
|
|
37809
|
+
"400": {
|
|
37810
|
+
description: string;
|
|
37811
|
+
};
|
|
37812
|
+
"401": {
|
|
37813
|
+
description: string;
|
|
37814
|
+
};
|
|
37815
|
+
"500": {
|
|
37816
|
+
description: string;
|
|
37817
|
+
};
|
|
37818
|
+
};
|
|
37819
|
+
schemas: {
|
|
37820
|
+
uuid: {
|
|
37821
|
+
type: string;
|
|
37822
|
+
format: string;
|
|
37823
|
+
description: string;
|
|
37824
|
+
"x-go-type": string;
|
|
37825
|
+
"x-go-type-import": {
|
|
37826
|
+
path: string;
|
|
37827
|
+
};
|
|
37828
|
+
};
|
|
37829
|
+
InvitationsPage: {
|
|
37830
|
+
type: string;
|
|
37831
|
+
required: string[];
|
|
37832
|
+
properties: {
|
|
37833
|
+
data: {
|
|
37834
|
+
type: string;
|
|
37835
|
+
items: {
|
|
37836
|
+
"x-go-type": string;
|
|
37837
|
+
type: string;
|
|
37838
|
+
required: string[];
|
|
37839
|
+
properties: {
|
|
37840
|
+
id: {
|
|
37841
|
+
ref: string;
|
|
37842
|
+
"x-go-name": string;
|
|
37843
|
+
description: string;
|
|
37844
|
+
};
|
|
37845
|
+
is_default: {
|
|
37846
|
+
type: string;
|
|
37847
|
+
description: string;
|
|
37848
|
+
};
|
|
37849
|
+
email: {
|
|
37850
|
+
type: string;
|
|
37851
|
+
format: string;
|
|
37852
|
+
description: string;
|
|
37853
|
+
};
|
|
37854
|
+
orgId: {
|
|
37855
|
+
type: string;
|
|
37856
|
+
description: string;
|
|
37857
|
+
};
|
|
37858
|
+
expiresAt: {
|
|
37859
|
+
type: string;
|
|
37860
|
+
format: string;
|
|
37861
|
+
description: string;
|
|
37862
|
+
};
|
|
37863
|
+
quota: {
|
|
37864
|
+
type: string;
|
|
37865
|
+
description: string;
|
|
37866
|
+
};
|
|
37867
|
+
usedQuota: {
|
|
37868
|
+
type: string;
|
|
37869
|
+
description: string;
|
|
37870
|
+
};
|
|
37871
|
+
roles: {
|
|
37872
|
+
type: string;
|
|
37873
|
+
items: {
|
|
37874
|
+
type: string;
|
|
37875
|
+
description: string;
|
|
37876
|
+
};
|
|
37877
|
+
};
|
|
37878
|
+
teams: {
|
|
37879
|
+
type: string;
|
|
37880
|
+
items: {
|
|
37881
|
+
type: string;
|
|
37882
|
+
description: string;
|
|
37883
|
+
};
|
|
37884
|
+
};
|
|
37885
|
+
status: {
|
|
37886
|
+
type: string;
|
|
37887
|
+
"x-go-type": string;
|
|
37888
|
+
enum: string[];
|
|
37889
|
+
description: string;
|
|
37890
|
+
};
|
|
37891
|
+
createdAt: {
|
|
37892
|
+
type: string;
|
|
37893
|
+
format: string;
|
|
37894
|
+
description: string;
|
|
37895
|
+
};
|
|
37896
|
+
updatedAt: {
|
|
37897
|
+
type: string;
|
|
37898
|
+
format: string;
|
|
37899
|
+
description: string;
|
|
37900
|
+
};
|
|
37901
|
+
deletedAt: {
|
|
37902
|
+
type: string;
|
|
37903
|
+
format: string;
|
|
37904
|
+
"x-go-type": string;
|
|
37905
|
+
description: string;
|
|
37906
|
+
};
|
|
37907
|
+
};
|
|
37908
|
+
};
|
|
37909
|
+
description: string;
|
|
37910
|
+
};
|
|
37911
|
+
totalCount: {
|
|
37912
|
+
type: string;
|
|
37913
|
+
description: string;
|
|
37914
|
+
};
|
|
37915
|
+
};
|
|
37916
|
+
};
|
|
37917
|
+
InvitationStatus: {
|
|
37918
|
+
type: string;
|
|
37919
|
+
enum: string[];
|
|
37920
|
+
description: string;
|
|
37921
|
+
};
|
|
37922
|
+
Invitation: {
|
|
37923
|
+
type: string;
|
|
37924
|
+
required: string[];
|
|
37925
|
+
properties: {
|
|
37926
|
+
id: {
|
|
37927
|
+
ref: string;
|
|
37928
|
+
"x-go-name": string;
|
|
37929
|
+
description: string;
|
|
37930
|
+
};
|
|
37931
|
+
is_default: {
|
|
37932
|
+
type: string;
|
|
37933
|
+
description: string;
|
|
37934
|
+
};
|
|
37935
|
+
email: {
|
|
37936
|
+
type: string;
|
|
37937
|
+
format: string;
|
|
37938
|
+
description: string;
|
|
37939
|
+
};
|
|
37940
|
+
orgId: {
|
|
37941
|
+
type: string;
|
|
37942
|
+
description: string;
|
|
37943
|
+
};
|
|
37944
|
+
expiresAt: {
|
|
37945
|
+
type: string;
|
|
37946
|
+
format: string;
|
|
37947
|
+
description: string;
|
|
37948
|
+
};
|
|
37949
|
+
quota: {
|
|
37950
|
+
type: string;
|
|
37951
|
+
description: string;
|
|
37952
|
+
};
|
|
37953
|
+
usedQuota: {
|
|
37954
|
+
type: string;
|
|
37955
|
+
description: string;
|
|
37956
|
+
};
|
|
37957
|
+
roles: {
|
|
37958
|
+
type: string;
|
|
37959
|
+
items: {
|
|
37960
|
+
type: string;
|
|
37961
|
+
description: string;
|
|
37962
|
+
};
|
|
37963
|
+
};
|
|
37964
|
+
teams: {
|
|
37965
|
+
type: string;
|
|
37966
|
+
items: {
|
|
37967
|
+
type: string;
|
|
37968
|
+
description: string;
|
|
37969
|
+
};
|
|
37970
|
+
};
|
|
37971
|
+
status: {
|
|
37972
|
+
type: string;
|
|
37973
|
+
"x-go-type": string;
|
|
37974
|
+
enum: string[];
|
|
37975
|
+
description: string;
|
|
37976
|
+
};
|
|
37977
|
+
createdAt: {
|
|
37978
|
+
type: string;
|
|
37979
|
+
format: string;
|
|
37980
|
+
description: string;
|
|
37981
|
+
};
|
|
37982
|
+
updatedAt: {
|
|
37983
|
+
type: string;
|
|
37984
|
+
format: string;
|
|
37985
|
+
description: string;
|
|
37986
|
+
};
|
|
37987
|
+
deletedAt: {
|
|
37988
|
+
type: string;
|
|
37989
|
+
format: string;
|
|
37990
|
+
"x-go-type": string;
|
|
37991
|
+
description: string;
|
|
37992
|
+
};
|
|
37993
|
+
};
|
|
37994
|
+
};
|
|
37995
|
+
};
|
|
37996
|
+
};
|
|
37997
|
+
$schema: string;
|
|
37998
|
+
};
|
|
37999
|
+
|
|
37666
38000
|
/**
|
|
37667
38001
|
* This file was auto-generated by openapi-typescript.
|
|
37668
38002
|
* Do not make direct changes to the file.
|
|
@@ -40573,4 +40907,4 @@ declare namespace api {
|
|
|
40573
40907
|
type Paths = paths;
|
|
40574
40908
|
}
|
|
40575
40909
|
|
|
40576
|
-
export { schema$
|
|
40910
|
+
export { schema$7 as CategoryDefinitionV1Beta1OpenApiSchema, schema$5 as ComponentDefinitionV1Beta1OpenApiSchema, schema$8 as DesignDefinitionV1Beta1OpenApiSchema, schema$3 as EnvironmentDefinitionV1Beta1OpenApiSchema, schema as InvitationSchema, schema$4 as ModelDefinitionV1Beta1OpenApiSchema, schema$1 as RelationshipDefinitionV1Alpha3OpenApiSchema, schema$6 as SubCategoryDefinitionV1Beta1OpenApiSchema, schema$2 as WorkspaceDefinitionV1Beta1OpenApiSchema, api, core_d as core, v1alpha1, v1alpha2, v1alpha3, v1beta1 };
|
package/dist/index.js
CHANGED
|
@@ -362,5 +362,5 @@ copy: Copies a value from one location to another.
|
|
|
362
362
|
move: Moves a value from one location to another.
|
|
363
363
|
test: Tests that a value at the target location is equal to a specified value.`,$comment:`Array Indexing: When working with arrays, be aware that Kubernetes uses zero-based indexing in JSON patch paths.
|
|
364
364
|
Merge Patch vs. JSON Patch: Merge patches are less flexible than JSON patches and do not support all the same operations.
|
|
365
|
-
Strategic Merge Patch: For some Kubernetes resources, you can also use the strategic type for a strategic merge patch, which understands the structure of Kubernetes objects and can handle complex operations.`,type:"string",enum:["merge","strategic","add","remove","copy","move","test"],default:"copy"}}},{oneOf:[{properties:{mutatorRef:{type:"array",items:{type:"array",items:{type:"string"},description:"The sequence of mutatorRef and mutatedRef must match. eg: mutatorRef: [[config, url], [config, name]], mutatedRef: [[configPatch, value], [name]]. The value [config, url] will be patched at [configPatch, value]. Similarly [config,name] will be patched at [name]."},description:"JSON ref to value from where patch should be applied."}}},{properties:{mutatedRef:{type:"array",items:{type:"array",items:{type:"string"},description:"JSONPath (https://en.wikipedia.org/wiki/JSONPath) to property to be patched."}}}}]}],"x-oapi-codegen-extra-tags":{yaml:"patch",json:"patch"}}},description:"Optional fields that are a part of the `from` selector. Absence of a field has an implied * meaning."}}}}}}}}}}},$schema:"http://json-schema.org/draft-04/schema#"},h=y;
|
|
366
|
-
exports.CategoryDefinitionV1Beta1OpenApiSchema=a;exports.ComponentDefinitionV1Beta1OpenApiSchema=s;exports.DesignDefinitionV1Beta1OpenApiSchema=t;exports.EnvironmentDefinitionV1Beta1OpenApiSchema=l;exports.ModelDefinitionV1Beta1OpenApiSchema=d;exports.RelationshipDefinitionV1Alpha3OpenApiSchema=h;exports.SubCategoryDefinitionV1Beta1OpenApiSchema=n;exports.WorkspaceDefinitionV1Beta1OpenApiSchema=g;
|
|
365
|
+
Strategic Merge Patch: For some Kubernetes resources, you can also use the strategic type for a strategic merge patch, which understands the structure of Kubernetes objects and can handle complex operations.`,type:"string",enum:["merge","strategic","add","remove","copy","move","test"],default:"copy"}}},{oneOf:[{properties:{mutatorRef:{type:"array",items:{type:"array",items:{type:"string"},description:"The sequence of mutatorRef and mutatedRef must match. eg: mutatorRef: [[config, url], [config, name]], mutatedRef: [[configPatch, value], [name]]. The value [config, url] will be patched at [configPatch, value]. Similarly [config,name] will be patched at [name]."},description:"JSON ref to value from where patch should be applied."}}},{properties:{mutatedRef:{type:"array",items:{type:"array",items:{type:"string"},description:"JSONPath (https://en.wikipedia.org/wiki/JSONPath) to property to be patched."}}}}]}],"x-oapi-codegen-extra-tags":{yaml:"patch",json:"patch"}}},description:"Optional fields that are a part of the `from` selector. Absence of a field has an implied * meaning."}}}}}}}}}}},$schema:"http://json-schema.org/draft-04/schema#"},h=y;var u={openapi:"3.0.0",info:{title:"invitation",description:"OpenAPI schema for managing invitations",version:"v1beta1"},tags:[{name:"Invitation",description:"Operations related to invitation"}],paths:{"/api/organizations/invitations":{get:{"x-internal":["cloud"],operationId:"getInvitations",tags:["Invitation"],summary:"Get all invitations for the organization",responses:{200:{content:{"application/json":{schema:{type:"object",required:["items","totalCount"],properties:{data:{type:"array",items:{"x-go-type":"Invitation",type:"object",required:["id","default","email","orgId","expiresAt","quota","usedQuota","status","roles","teams","createdAt","updatedAt","deletedAt"],properties:{id:{ref:"#/components/schemas/uuid","x-go-name":"ID",description:"Unique identifier for the invitation , is also used as the invitation code"},is_default:{type:"boolean",description:"Indicates whether the invitation is a default invitation, which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation"},email:{type:"string",format:"email",description:"Exact email address or the email address pattern for which the invitation is valid , null or empty string means the invitation is valid for all email addresses"},orgId:{type:"string",description:"ID of the organization to which the user is invited"},expiresAt:{type:"string",format:"date-time",description:"Timestamp when the invitation expires, if applicable , null or empty string means the invitation does not expire"},quota:{type:"integer",description:"Quota for the invitation, which can be used to limit the number of users that can accept the invitation, null or empty string means the invitation does not have a quota"},usedQuota:{type:"integer",description:"Number of times the invitation has been used, null or empty string means the invitation has not been used yet"},roles:{type:"array",items:{type:"string",description:"Roles that the user will have when accepting the invitation, null or empty string means the invitation does not specify any roles"}},teams:{type:"array",items:{type:"string",description:"Teams that the user will be added to when accepting the invitation, null or empty string means the invitation does not specify any teams"}},status:{type:"string","x-go-type":"InvitationStatus",enum:["enabled","disabled"],description:"Status of the invitation, where enabled means the invitation is active and can be used, disabled means the invitation is no longer valid and is temporarily inactive, disabled invitations can be re-enabled later."},createdAt:{type:"string",format:"date-time",description:"Timestamp when the invitation was created"},updatedAt:{type:"string",format:"date-time",description:"Timestamp when the invitation was last updated"},deletedAt:{type:"string",format:"date-time","x-go-type":"core.NullTime",description:"Timestamp when the invitation was deleted, if applicable"}}},description:"List of invitations"},totalCount:{type:"integer",description:"Total number of invitations available"}}}}}},400:{description:"Bad Request"},401:{description:"Unauthorized"},500:{description:"Internal Server Error"}}}}},components:{parameters:{organization_id:{name:"organizationId",in:"path",required:true,description:"The ID of the organization",schema:{type:"string"}}},responses:{400:{description:"Bad Request"},401:{description:"Unauthorized"},500:{description:"Internal Server Error"}},schemas:{uuid:{type:"string",format:"uuid",description:"A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"}},InvitationsPage:{type:"object",required:["items","totalCount"],properties:{data:{type:"array",items:{"x-go-type":"Invitation",type:"object",required:["id","default","email","orgId","expiresAt","quota","usedQuota","status","roles","teams","createdAt","updatedAt","deletedAt"],properties:{id:{ref:"#/components/schemas/uuid","x-go-name":"ID",description:"Unique identifier for the invitation , is also used as the invitation code"},is_default:{type:"boolean",description:"Indicates whether the invitation is a default invitation, which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation"},email:{type:"string",format:"email",description:"Exact email address or the email address pattern for which the invitation is valid , null or empty string means the invitation is valid for all email addresses"},orgId:{type:"string",description:"ID of the organization to which the user is invited"},expiresAt:{type:"string",format:"date-time",description:"Timestamp when the invitation expires, if applicable , null or empty string means the invitation does not expire"},quota:{type:"integer",description:"Quota for the invitation, which can be used to limit the number of users that can accept the invitation, null or empty string means the invitation does not have a quota"},usedQuota:{type:"integer",description:"Number of times the invitation has been used, null or empty string means the invitation has not been used yet"},roles:{type:"array",items:{type:"string",description:"Roles that the user will have when accepting the invitation, null or empty string means the invitation does not specify any roles"}},teams:{type:"array",items:{type:"string",description:"Teams that the user will be added to when accepting the invitation, null or empty string means the invitation does not specify any teams"}},status:{type:"string","x-go-type":"InvitationStatus",enum:["enabled","disabled"],description:"Status of the invitation, where enabled means the invitation is active and can be used, disabled means the invitation is no longer valid and is temporarily inactive, disabled invitations can be re-enabled later."},createdAt:{type:"string",format:"date-time",description:"Timestamp when the invitation was created"},updatedAt:{type:"string",format:"date-time",description:"Timestamp when the invitation was last updated"},deletedAt:{type:"string",format:"date-time","x-go-type":"core.NullTime",description:"Timestamp when the invitation was deleted, if applicable"}}},description:"List of invitations"},totalCount:{type:"integer",description:"Total number of invitations available"}}},InvitationStatus:{type:"string",enum:["enabled","disabled"],description:"Status of the invitation, where enabled means the invitation is active and can be used, disabled means the invitation is no longer valid and is temporarily inactive, disabled invitations can be re-enabled later."},Invitation:{type:"object",required:["id","default","email","orgId","expiresAt","quota","usedQuota","status","roles","teams","createdAt","updatedAt","deletedAt"],properties:{id:{ref:"#/components/schemas/uuid","x-go-name":"ID",description:"Unique identifier for the invitation , is also used as the invitation code"},is_default:{type:"boolean",description:"Indicates whether the invitation is a default invitation, which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation"},email:{type:"string",format:"email",description:"Exact email address or the email address pattern for which the invitation is valid , null or empty string means the invitation is valid for all email addresses"},orgId:{type:"string",description:"ID of the organization to which the user is invited"},expiresAt:{type:"string",format:"date-time",description:"Timestamp when the invitation expires, if applicable , null or empty string means the invitation does not expire"},quota:{type:"integer",description:"Quota for the invitation, which can be used to limit the number of users that can accept the invitation, null or empty string means the invitation does not have a quota"},usedQuota:{type:"integer",description:"Number of times the invitation has been used, null or empty string means the invitation has not been used yet"},roles:{type:"array",items:{type:"string",description:"Roles that the user will have when accepting the invitation, null or empty string means the invitation does not specify any roles"}},teams:{type:"array",items:{type:"string",description:"Teams that the user will be added to when accepting the invitation, null or empty string means the invitation does not specify any teams"}},status:{type:"string","x-go-type":"InvitationStatus",enum:["enabled","disabled"],description:"Status of the invitation, where enabled means the invitation is active and can be used, disabled means the invitation is no longer valid and is temporarily inactive, disabled invitations can be re-enabled later."},createdAt:{type:"string",format:"date-time",description:"Timestamp when the invitation was created"},updatedAt:{type:"string",format:"date-time",description:"Timestamp when the invitation was last updated"},deletedAt:{type:"string",format:"date-time","x-go-type":"core.NullTime",description:"Timestamp when the invitation was deleted, if applicable"}}}}},$schema:"http://json-schema.org/draft-04/schema#"},f=u;
|
|
366
|
+
exports.CategoryDefinitionV1Beta1OpenApiSchema=a;exports.ComponentDefinitionV1Beta1OpenApiSchema=s;exports.DesignDefinitionV1Beta1OpenApiSchema=t;exports.EnvironmentDefinitionV1Beta1OpenApiSchema=l;exports.InvitationSchema=f;exports.ModelDefinitionV1Beta1OpenApiSchema=d;exports.RelationshipDefinitionV1Alpha3OpenApiSchema=h;exports.SubCategoryDefinitionV1Beta1OpenApiSchema=n;exports.WorkspaceDefinitionV1Beta1OpenApiSchema=g;
|
package/dist/index.mjs
CHANGED
|
@@ -362,5 +362,5 @@ copy: Copies a value from one location to another.
|
|
|
362
362
|
move: Moves a value from one location to another.
|
|
363
363
|
test: Tests that a value at the target location is equal to a specified value.`,$comment:`Array Indexing: When working with arrays, be aware that Kubernetes uses zero-based indexing in JSON patch paths.
|
|
364
364
|
Merge Patch vs. JSON Patch: Merge patches are less flexible than JSON patches and do not support all the same operations.
|
|
365
|
-
Strategic Merge Patch: For some Kubernetes resources, you can also use the strategic type for a strategic merge patch, which understands the structure of Kubernetes objects and can handle complex operations.`,type:"string",enum:["merge","strategic","add","remove","copy","move","test"],default:"copy"}}},{oneOf:[{properties:{mutatorRef:{type:"array",items:{type:"array",items:{type:"string"},description:"The sequence of mutatorRef and mutatedRef must match. eg: mutatorRef: [[config, url], [config, name]], mutatedRef: [[configPatch, value], [name]]. The value [config, url] will be patched at [configPatch, value]. Similarly [config,name] will be patched at [name]."},description:"JSON ref to value from where patch should be applied."}}},{properties:{mutatedRef:{type:"array",items:{type:"array",items:{type:"string"},description:"JSONPath (https://en.wikipedia.org/wiki/JSONPath) to property to be patched."}}}}]}],"x-oapi-codegen-extra-tags":{yaml:"patch",json:"patch"}}},description:"Optional fields that are a part of the `from` selector. Absence of a field has an implied * meaning."}}}}}}}}}}},$schema:"http://json-schema.org/draft-04/schema#"},h=y;
|
|
366
|
-
export{a as CategoryDefinitionV1Beta1OpenApiSchema,s as ComponentDefinitionV1Beta1OpenApiSchema,t as DesignDefinitionV1Beta1OpenApiSchema,l as EnvironmentDefinitionV1Beta1OpenApiSchema,d as ModelDefinitionV1Beta1OpenApiSchema,h as RelationshipDefinitionV1Alpha3OpenApiSchema,n as SubCategoryDefinitionV1Beta1OpenApiSchema,g as WorkspaceDefinitionV1Beta1OpenApiSchema};
|
|
365
|
+
Strategic Merge Patch: For some Kubernetes resources, you can also use the strategic type for a strategic merge patch, which understands the structure of Kubernetes objects and can handle complex operations.`,type:"string",enum:["merge","strategic","add","remove","copy","move","test"],default:"copy"}}},{oneOf:[{properties:{mutatorRef:{type:"array",items:{type:"array",items:{type:"string"},description:"The sequence of mutatorRef and mutatedRef must match. eg: mutatorRef: [[config, url], [config, name]], mutatedRef: [[configPatch, value], [name]]. The value [config, url] will be patched at [configPatch, value]. Similarly [config,name] will be patched at [name]."},description:"JSON ref to value from where patch should be applied."}}},{properties:{mutatedRef:{type:"array",items:{type:"array",items:{type:"string"},description:"JSONPath (https://en.wikipedia.org/wiki/JSONPath) to property to be patched."}}}}]}],"x-oapi-codegen-extra-tags":{yaml:"patch",json:"patch"}}},description:"Optional fields that are a part of the `from` selector. Absence of a field has an implied * meaning."}}}}}}}}}}},$schema:"http://json-schema.org/draft-04/schema#"},h=y;var u={openapi:"3.0.0",info:{title:"invitation",description:"OpenAPI schema for managing invitations",version:"v1beta1"},tags:[{name:"Invitation",description:"Operations related to invitation"}],paths:{"/api/organizations/invitations":{get:{"x-internal":["cloud"],operationId:"getInvitations",tags:["Invitation"],summary:"Get all invitations for the organization",responses:{200:{content:{"application/json":{schema:{type:"object",required:["items","totalCount"],properties:{data:{type:"array",items:{"x-go-type":"Invitation",type:"object",required:["id","default","email","orgId","expiresAt","quota","usedQuota","status","roles","teams","createdAt","updatedAt","deletedAt"],properties:{id:{ref:"#/components/schemas/uuid","x-go-name":"ID",description:"Unique identifier for the invitation , is also used as the invitation code"},is_default:{type:"boolean",description:"Indicates whether the invitation is a default invitation, which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation"},email:{type:"string",format:"email",description:"Exact email address or the email address pattern for which the invitation is valid , null or empty string means the invitation is valid for all email addresses"},orgId:{type:"string",description:"ID of the organization to which the user is invited"},expiresAt:{type:"string",format:"date-time",description:"Timestamp when the invitation expires, if applicable , null or empty string means the invitation does not expire"},quota:{type:"integer",description:"Quota for the invitation, which can be used to limit the number of users that can accept the invitation, null or empty string means the invitation does not have a quota"},usedQuota:{type:"integer",description:"Number of times the invitation has been used, null or empty string means the invitation has not been used yet"},roles:{type:"array",items:{type:"string",description:"Roles that the user will have when accepting the invitation, null or empty string means the invitation does not specify any roles"}},teams:{type:"array",items:{type:"string",description:"Teams that the user will be added to when accepting the invitation, null or empty string means the invitation does not specify any teams"}},status:{type:"string","x-go-type":"InvitationStatus",enum:["enabled","disabled"],description:"Status of the invitation, where enabled means the invitation is active and can be used, disabled means the invitation is no longer valid and is temporarily inactive, disabled invitations can be re-enabled later."},createdAt:{type:"string",format:"date-time",description:"Timestamp when the invitation was created"},updatedAt:{type:"string",format:"date-time",description:"Timestamp when the invitation was last updated"},deletedAt:{type:"string",format:"date-time","x-go-type":"core.NullTime",description:"Timestamp when the invitation was deleted, if applicable"}}},description:"List of invitations"},totalCount:{type:"integer",description:"Total number of invitations available"}}}}}},400:{description:"Bad Request"},401:{description:"Unauthorized"},500:{description:"Internal Server Error"}}}}},components:{parameters:{organization_id:{name:"organizationId",in:"path",required:true,description:"The ID of the organization",schema:{type:"string"}}},responses:{400:{description:"Bad Request"},401:{description:"Unauthorized"},500:{description:"Internal Server Error"}},schemas:{uuid:{type:"string",format:"uuid",description:"A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas.","x-go-type":"uuid.UUID","x-go-type-import":{path:"github.com/gofrs/uuid"}},InvitationsPage:{type:"object",required:["items","totalCount"],properties:{data:{type:"array",items:{"x-go-type":"Invitation",type:"object",required:["id","default","email","orgId","expiresAt","quota","usedQuota","status","roles","teams","createdAt","updatedAt","deletedAt"],properties:{id:{ref:"#/components/schemas/uuid","x-go-name":"ID",description:"Unique identifier for the invitation , is also used as the invitation code"},is_default:{type:"boolean",description:"Indicates whether the invitation is a default invitation, which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation"},email:{type:"string",format:"email",description:"Exact email address or the email address pattern for which the invitation is valid , null or empty string means the invitation is valid for all email addresses"},orgId:{type:"string",description:"ID of the organization to which the user is invited"},expiresAt:{type:"string",format:"date-time",description:"Timestamp when the invitation expires, if applicable , null or empty string means the invitation does not expire"},quota:{type:"integer",description:"Quota for the invitation, which can be used to limit the number of users that can accept the invitation, null or empty string means the invitation does not have a quota"},usedQuota:{type:"integer",description:"Number of times the invitation has been used, null or empty string means the invitation has not been used yet"},roles:{type:"array",items:{type:"string",description:"Roles that the user will have when accepting the invitation, null or empty string means the invitation does not specify any roles"}},teams:{type:"array",items:{type:"string",description:"Teams that the user will be added to when accepting the invitation, null or empty string means the invitation does not specify any teams"}},status:{type:"string","x-go-type":"InvitationStatus",enum:["enabled","disabled"],description:"Status of the invitation, where enabled means the invitation is active and can be used, disabled means the invitation is no longer valid and is temporarily inactive, disabled invitations can be re-enabled later."},createdAt:{type:"string",format:"date-time",description:"Timestamp when the invitation was created"},updatedAt:{type:"string",format:"date-time",description:"Timestamp when the invitation was last updated"},deletedAt:{type:"string",format:"date-time","x-go-type":"core.NullTime",description:"Timestamp when the invitation was deleted, if applicable"}}},description:"List of invitations"},totalCount:{type:"integer",description:"Total number of invitations available"}}},InvitationStatus:{type:"string",enum:["enabled","disabled"],description:"Status of the invitation, where enabled means the invitation is active and can be used, disabled means the invitation is no longer valid and is temporarily inactive, disabled invitations can be re-enabled later."},Invitation:{type:"object",required:["id","default","email","orgId","expiresAt","quota","usedQuota","status","roles","teams","createdAt","updatedAt","deletedAt"],properties:{id:{ref:"#/components/schemas/uuid","x-go-name":"ID",description:"Unique identifier for the invitation , is also used as the invitation code"},is_default:{type:"boolean",description:"Indicates whether the invitation is a default invitation, which can be used to assign users when signing up from fqdn or custom domain, a organization can only have one default invitation"},email:{type:"string",format:"email",description:"Exact email address or the email address pattern for which the invitation is valid , null or empty string means the invitation is valid for all email addresses"},orgId:{type:"string",description:"ID of the organization to which the user is invited"},expiresAt:{type:"string",format:"date-time",description:"Timestamp when the invitation expires, if applicable , null or empty string means the invitation does not expire"},quota:{type:"integer",description:"Quota for the invitation, which can be used to limit the number of users that can accept the invitation, null or empty string means the invitation does not have a quota"},usedQuota:{type:"integer",description:"Number of times the invitation has been used, null or empty string means the invitation has not been used yet"},roles:{type:"array",items:{type:"string",description:"Roles that the user will have when accepting the invitation, null or empty string means the invitation does not specify any roles"}},teams:{type:"array",items:{type:"string",description:"Teams that the user will be added to when accepting the invitation, null or empty string means the invitation does not specify any teams"}},status:{type:"string","x-go-type":"InvitationStatus",enum:["enabled","disabled"],description:"Status of the invitation, where enabled means the invitation is active and can be used, disabled means the invitation is no longer valid and is temporarily inactive, disabled invitations can be re-enabled later."},createdAt:{type:"string",format:"date-time",description:"Timestamp when the invitation was created"},updatedAt:{type:"string",format:"date-time",description:"Timestamp when the invitation was last updated"},deletedAt:{type:"string",format:"date-time","x-go-type":"core.NullTime",description:"Timestamp when the invitation was deleted, if applicable"}}}}},$schema:"http://json-schema.org/draft-04/schema#"},f=u;
|
|
366
|
+
export{a as CategoryDefinitionV1Beta1OpenApiSchema,s as ComponentDefinitionV1Beta1OpenApiSchema,t as DesignDefinitionV1Beta1OpenApiSchema,l as EnvironmentDefinitionV1Beta1OpenApiSchema,f as InvitationSchema,d as ModelDefinitionV1Beta1OpenApiSchema,h as RelationshipDefinitionV1Alpha3OpenApiSchema,n as SubCategoryDefinitionV1Beta1OpenApiSchema,g as WorkspaceDefinitionV1Beta1OpenApiSchema};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meshery/schemas",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.58",
|
|
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",
|