@meshery/schemas 0.8.60 → 0.8.61
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 +455 -35
- package/dist/cloudApi.d.ts +455 -35
- package/dist/cloudApi.js +1 -1
- package/dist/cloudApi.mjs +1 -1
- package/dist/index.d.mts +611 -9
- package/dist/index.d.ts +611 -9
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -37679,6 +37679,493 @@ declare const schema: {
|
|
|
37679
37679
|
description: string;
|
|
37680
37680
|
}[];
|
|
37681
37681
|
paths: {
|
|
37682
|
+
"/api/organizations/invitations/{id}": {
|
|
37683
|
+
get: {
|
|
37684
|
+
"x-internal": string[];
|
|
37685
|
+
operationId: string;
|
|
37686
|
+
tags: string[];
|
|
37687
|
+
summary: string;
|
|
37688
|
+
parameters: {
|
|
37689
|
+
name: string;
|
|
37690
|
+
in: string;
|
|
37691
|
+
required: boolean;
|
|
37692
|
+
description: string;
|
|
37693
|
+
schema: {
|
|
37694
|
+
type: string;
|
|
37695
|
+
};
|
|
37696
|
+
}[];
|
|
37697
|
+
responses: {
|
|
37698
|
+
"200": {
|
|
37699
|
+
content: {
|
|
37700
|
+
"application/json": {
|
|
37701
|
+
schema: {
|
|
37702
|
+
type: string;
|
|
37703
|
+
required: string[];
|
|
37704
|
+
properties: {
|
|
37705
|
+
id: {
|
|
37706
|
+
"x-go-name": string;
|
|
37707
|
+
description: string;
|
|
37708
|
+
type: string;
|
|
37709
|
+
format: string;
|
|
37710
|
+
"x-go-type": string;
|
|
37711
|
+
"x-go-type-import": {
|
|
37712
|
+
path: string;
|
|
37713
|
+
};
|
|
37714
|
+
};
|
|
37715
|
+
ownerId: {
|
|
37716
|
+
description: string;
|
|
37717
|
+
"x-oapi-codegen-extra-tags": {
|
|
37718
|
+
db: string;
|
|
37719
|
+
json: string;
|
|
37720
|
+
};
|
|
37721
|
+
type: string;
|
|
37722
|
+
format: string;
|
|
37723
|
+
"x-go-type": string;
|
|
37724
|
+
"x-go-type-import": {
|
|
37725
|
+
path: string;
|
|
37726
|
+
};
|
|
37727
|
+
};
|
|
37728
|
+
isDefault: {
|
|
37729
|
+
type: string;
|
|
37730
|
+
description: string;
|
|
37731
|
+
"x-oapi-codegen-extra-tags": {
|
|
37732
|
+
db: string;
|
|
37733
|
+
json: string;
|
|
37734
|
+
};
|
|
37735
|
+
};
|
|
37736
|
+
name: {
|
|
37737
|
+
type: string;
|
|
37738
|
+
description: string;
|
|
37739
|
+
};
|
|
37740
|
+
description: {
|
|
37741
|
+
type: string;
|
|
37742
|
+
description: string;
|
|
37743
|
+
};
|
|
37744
|
+
emails: {
|
|
37745
|
+
type: string;
|
|
37746
|
+
"x-go-type": string;
|
|
37747
|
+
items: {
|
|
37748
|
+
type: string;
|
|
37749
|
+
format: string;
|
|
37750
|
+
"x-go-type": string;
|
|
37751
|
+
description: string;
|
|
37752
|
+
};
|
|
37753
|
+
};
|
|
37754
|
+
orgId: {
|
|
37755
|
+
type: string;
|
|
37756
|
+
description: string;
|
|
37757
|
+
"x-oapi-codegen-extra-tags": {
|
|
37758
|
+
db: string;
|
|
37759
|
+
json: string;
|
|
37760
|
+
};
|
|
37761
|
+
};
|
|
37762
|
+
expiresAt: {
|
|
37763
|
+
type: string;
|
|
37764
|
+
format: string;
|
|
37765
|
+
description: string;
|
|
37766
|
+
"x-oapi-codegen-extra-tags": {
|
|
37767
|
+
db: string;
|
|
37768
|
+
json: string;
|
|
37769
|
+
};
|
|
37770
|
+
};
|
|
37771
|
+
quota: {
|
|
37772
|
+
type: string;
|
|
37773
|
+
description: string;
|
|
37774
|
+
};
|
|
37775
|
+
acceptedBy: {
|
|
37776
|
+
type: string;
|
|
37777
|
+
"x-go-type": string;
|
|
37778
|
+
items: {
|
|
37779
|
+
type: string;
|
|
37780
|
+
};
|
|
37781
|
+
description: string;
|
|
37782
|
+
"x-oapi-codegen-extra-tags": {
|
|
37783
|
+
db: string;
|
|
37784
|
+
json: string;
|
|
37785
|
+
};
|
|
37786
|
+
};
|
|
37787
|
+
roles: {
|
|
37788
|
+
type: string;
|
|
37789
|
+
"x-go-type": string;
|
|
37790
|
+
items: {
|
|
37791
|
+
type: string;
|
|
37792
|
+
description: string;
|
|
37793
|
+
};
|
|
37794
|
+
};
|
|
37795
|
+
teams: {
|
|
37796
|
+
type: string;
|
|
37797
|
+
"x-go-type": string;
|
|
37798
|
+
items: {
|
|
37799
|
+
type: string;
|
|
37800
|
+
description: string;
|
|
37801
|
+
};
|
|
37802
|
+
};
|
|
37803
|
+
status: {
|
|
37804
|
+
type: string;
|
|
37805
|
+
"x-go-type": string;
|
|
37806
|
+
enum: string[];
|
|
37807
|
+
description: string;
|
|
37808
|
+
};
|
|
37809
|
+
createdAt: {
|
|
37810
|
+
type: string;
|
|
37811
|
+
format: string;
|
|
37812
|
+
description: string;
|
|
37813
|
+
"x-oapi-codegen-extra-tags": {
|
|
37814
|
+
db: string;
|
|
37815
|
+
json: string;
|
|
37816
|
+
};
|
|
37817
|
+
};
|
|
37818
|
+
updatedAt: {
|
|
37819
|
+
type: string;
|
|
37820
|
+
format: string;
|
|
37821
|
+
description: string;
|
|
37822
|
+
"x-oapi-codegen-extra-tags": {
|
|
37823
|
+
db: string;
|
|
37824
|
+
json: string;
|
|
37825
|
+
};
|
|
37826
|
+
};
|
|
37827
|
+
deletedAt: {
|
|
37828
|
+
type: string;
|
|
37829
|
+
format: string;
|
|
37830
|
+
"x-go-type": string;
|
|
37831
|
+
description: string;
|
|
37832
|
+
"x-oapi-codegen-extra-tags": {
|
|
37833
|
+
db: string;
|
|
37834
|
+
json: string;
|
|
37835
|
+
};
|
|
37836
|
+
};
|
|
37837
|
+
};
|
|
37838
|
+
};
|
|
37839
|
+
};
|
|
37840
|
+
};
|
|
37841
|
+
};
|
|
37842
|
+
"400": {
|
|
37843
|
+
description: string;
|
|
37844
|
+
};
|
|
37845
|
+
"401": {
|
|
37846
|
+
description: string;
|
|
37847
|
+
};
|
|
37848
|
+
"500": {
|
|
37849
|
+
description: string;
|
|
37850
|
+
};
|
|
37851
|
+
};
|
|
37852
|
+
};
|
|
37853
|
+
put: {
|
|
37854
|
+
"x-internal": string[];
|
|
37855
|
+
operationId: string;
|
|
37856
|
+
tags: string[];
|
|
37857
|
+
summary: string;
|
|
37858
|
+
parameters: {
|
|
37859
|
+
name: string;
|
|
37860
|
+
in: string;
|
|
37861
|
+
required: boolean;
|
|
37862
|
+
description: string;
|
|
37863
|
+
schema: {
|
|
37864
|
+
type: string;
|
|
37865
|
+
};
|
|
37866
|
+
}[];
|
|
37867
|
+
requestBody: {
|
|
37868
|
+
content: {
|
|
37869
|
+
"application/json": {
|
|
37870
|
+
schema: {
|
|
37871
|
+
type: string;
|
|
37872
|
+
required: string[];
|
|
37873
|
+
properties: {
|
|
37874
|
+
id: {
|
|
37875
|
+
"x-go-name": string;
|
|
37876
|
+
description: string;
|
|
37877
|
+
type: string;
|
|
37878
|
+
format: string;
|
|
37879
|
+
"x-go-type": string;
|
|
37880
|
+
"x-go-type-import": {
|
|
37881
|
+
path: string;
|
|
37882
|
+
};
|
|
37883
|
+
};
|
|
37884
|
+
ownerId: {
|
|
37885
|
+
description: string;
|
|
37886
|
+
"x-oapi-codegen-extra-tags": {
|
|
37887
|
+
db: string;
|
|
37888
|
+
json: string;
|
|
37889
|
+
};
|
|
37890
|
+
type: string;
|
|
37891
|
+
format: string;
|
|
37892
|
+
"x-go-type": string;
|
|
37893
|
+
"x-go-type-import": {
|
|
37894
|
+
path: string;
|
|
37895
|
+
};
|
|
37896
|
+
};
|
|
37897
|
+
isDefault: {
|
|
37898
|
+
type: string;
|
|
37899
|
+
description: string;
|
|
37900
|
+
"x-oapi-codegen-extra-tags": {
|
|
37901
|
+
db: string;
|
|
37902
|
+
json: string;
|
|
37903
|
+
};
|
|
37904
|
+
};
|
|
37905
|
+
name: {
|
|
37906
|
+
type: string;
|
|
37907
|
+
description: string;
|
|
37908
|
+
};
|
|
37909
|
+
description: {
|
|
37910
|
+
type: string;
|
|
37911
|
+
description: string;
|
|
37912
|
+
};
|
|
37913
|
+
emails: {
|
|
37914
|
+
type: string;
|
|
37915
|
+
"x-go-type": string;
|
|
37916
|
+
items: {
|
|
37917
|
+
type: string;
|
|
37918
|
+
format: string;
|
|
37919
|
+
"x-go-type": string;
|
|
37920
|
+
description: string;
|
|
37921
|
+
};
|
|
37922
|
+
};
|
|
37923
|
+
orgId: {
|
|
37924
|
+
type: string;
|
|
37925
|
+
description: string;
|
|
37926
|
+
"x-oapi-codegen-extra-tags": {
|
|
37927
|
+
db: string;
|
|
37928
|
+
json: string;
|
|
37929
|
+
};
|
|
37930
|
+
};
|
|
37931
|
+
expiresAt: {
|
|
37932
|
+
type: string;
|
|
37933
|
+
format: string;
|
|
37934
|
+
description: string;
|
|
37935
|
+
"x-oapi-codegen-extra-tags": {
|
|
37936
|
+
db: string;
|
|
37937
|
+
json: string;
|
|
37938
|
+
};
|
|
37939
|
+
};
|
|
37940
|
+
quota: {
|
|
37941
|
+
type: string;
|
|
37942
|
+
description: string;
|
|
37943
|
+
};
|
|
37944
|
+
acceptedBy: {
|
|
37945
|
+
type: string;
|
|
37946
|
+
"x-go-type": string;
|
|
37947
|
+
items: {
|
|
37948
|
+
type: string;
|
|
37949
|
+
};
|
|
37950
|
+
description: string;
|
|
37951
|
+
"x-oapi-codegen-extra-tags": {
|
|
37952
|
+
db: string;
|
|
37953
|
+
json: string;
|
|
37954
|
+
};
|
|
37955
|
+
};
|
|
37956
|
+
roles: {
|
|
37957
|
+
type: string;
|
|
37958
|
+
"x-go-type": string;
|
|
37959
|
+
items: {
|
|
37960
|
+
type: string;
|
|
37961
|
+
description: string;
|
|
37962
|
+
};
|
|
37963
|
+
};
|
|
37964
|
+
teams: {
|
|
37965
|
+
type: string;
|
|
37966
|
+
"x-go-type": string;
|
|
37967
|
+
items: {
|
|
37968
|
+
type: string;
|
|
37969
|
+
description: string;
|
|
37970
|
+
};
|
|
37971
|
+
};
|
|
37972
|
+
status: {
|
|
37973
|
+
type: string;
|
|
37974
|
+
"x-go-type": string;
|
|
37975
|
+
enum: string[];
|
|
37976
|
+
description: string;
|
|
37977
|
+
};
|
|
37978
|
+
createdAt: {
|
|
37979
|
+
type: string;
|
|
37980
|
+
format: string;
|
|
37981
|
+
description: string;
|
|
37982
|
+
"x-oapi-codegen-extra-tags": {
|
|
37983
|
+
db: string;
|
|
37984
|
+
json: string;
|
|
37985
|
+
};
|
|
37986
|
+
};
|
|
37987
|
+
updatedAt: {
|
|
37988
|
+
type: string;
|
|
37989
|
+
format: string;
|
|
37990
|
+
description: string;
|
|
37991
|
+
"x-oapi-codegen-extra-tags": {
|
|
37992
|
+
db: string;
|
|
37993
|
+
json: string;
|
|
37994
|
+
};
|
|
37995
|
+
};
|
|
37996
|
+
deletedAt: {
|
|
37997
|
+
type: string;
|
|
37998
|
+
format: string;
|
|
37999
|
+
"x-go-type": string;
|
|
38000
|
+
description: string;
|
|
38001
|
+
"x-oapi-codegen-extra-tags": {
|
|
38002
|
+
db: string;
|
|
38003
|
+
json: string;
|
|
38004
|
+
};
|
|
38005
|
+
};
|
|
38006
|
+
};
|
|
38007
|
+
};
|
|
38008
|
+
};
|
|
38009
|
+
};
|
|
38010
|
+
required: boolean;
|
|
38011
|
+
};
|
|
38012
|
+
responses: {
|
|
38013
|
+
"200": {
|
|
38014
|
+
content: {
|
|
38015
|
+
"application/json": {
|
|
38016
|
+
schema: {
|
|
38017
|
+
type: string;
|
|
38018
|
+
required: string[];
|
|
38019
|
+
properties: {
|
|
38020
|
+
id: {
|
|
38021
|
+
"x-go-name": string;
|
|
38022
|
+
description: string;
|
|
38023
|
+
type: string;
|
|
38024
|
+
format: string;
|
|
38025
|
+
"x-go-type": string;
|
|
38026
|
+
"x-go-type-import": {
|
|
38027
|
+
path: string;
|
|
38028
|
+
};
|
|
38029
|
+
};
|
|
38030
|
+
ownerId: {
|
|
38031
|
+
description: string;
|
|
38032
|
+
"x-oapi-codegen-extra-tags": {
|
|
38033
|
+
db: string;
|
|
38034
|
+
json: string;
|
|
38035
|
+
};
|
|
38036
|
+
type: string;
|
|
38037
|
+
format: string;
|
|
38038
|
+
"x-go-type": string;
|
|
38039
|
+
"x-go-type-import": {
|
|
38040
|
+
path: string;
|
|
38041
|
+
};
|
|
38042
|
+
};
|
|
38043
|
+
isDefault: {
|
|
38044
|
+
type: string;
|
|
38045
|
+
description: string;
|
|
38046
|
+
"x-oapi-codegen-extra-tags": {
|
|
38047
|
+
db: string;
|
|
38048
|
+
json: string;
|
|
38049
|
+
};
|
|
38050
|
+
};
|
|
38051
|
+
name: {
|
|
38052
|
+
type: string;
|
|
38053
|
+
description: string;
|
|
38054
|
+
};
|
|
38055
|
+
description: {
|
|
38056
|
+
type: string;
|
|
38057
|
+
description: string;
|
|
38058
|
+
};
|
|
38059
|
+
emails: {
|
|
38060
|
+
type: string;
|
|
38061
|
+
"x-go-type": string;
|
|
38062
|
+
items: {
|
|
38063
|
+
type: string;
|
|
38064
|
+
format: string;
|
|
38065
|
+
"x-go-type": string;
|
|
38066
|
+
description: string;
|
|
38067
|
+
};
|
|
38068
|
+
};
|
|
38069
|
+
orgId: {
|
|
38070
|
+
type: string;
|
|
38071
|
+
description: string;
|
|
38072
|
+
"x-oapi-codegen-extra-tags": {
|
|
38073
|
+
db: string;
|
|
38074
|
+
json: string;
|
|
38075
|
+
};
|
|
38076
|
+
};
|
|
38077
|
+
expiresAt: {
|
|
38078
|
+
type: string;
|
|
38079
|
+
format: string;
|
|
38080
|
+
description: string;
|
|
38081
|
+
"x-oapi-codegen-extra-tags": {
|
|
38082
|
+
db: string;
|
|
38083
|
+
json: string;
|
|
38084
|
+
};
|
|
38085
|
+
};
|
|
38086
|
+
quota: {
|
|
38087
|
+
type: string;
|
|
38088
|
+
description: string;
|
|
38089
|
+
};
|
|
38090
|
+
acceptedBy: {
|
|
38091
|
+
type: string;
|
|
38092
|
+
"x-go-type": string;
|
|
38093
|
+
items: {
|
|
38094
|
+
type: string;
|
|
38095
|
+
};
|
|
38096
|
+
description: string;
|
|
38097
|
+
"x-oapi-codegen-extra-tags": {
|
|
38098
|
+
db: string;
|
|
38099
|
+
json: string;
|
|
38100
|
+
};
|
|
38101
|
+
};
|
|
38102
|
+
roles: {
|
|
38103
|
+
type: string;
|
|
38104
|
+
"x-go-type": string;
|
|
38105
|
+
items: {
|
|
38106
|
+
type: string;
|
|
38107
|
+
description: string;
|
|
38108
|
+
};
|
|
38109
|
+
};
|
|
38110
|
+
teams: {
|
|
38111
|
+
type: string;
|
|
38112
|
+
"x-go-type": string;
|
|
38113
|
+
items: {
|
|
38114
|
+
type: string;
|
|
38115
|
+
description: string;
|
|
38116
|
+
};
|
|
38117
|
+
};
|
|
38118
|
+
status: {
|
|
38119
|
+
type: string;
|
|
38120
|
+
"x-go-type": string;
|
|
38121
|
+
enum: string[];
|
|
38122
|
+
description: string;
|
|
38123
|
+
};
|
|
38124
|
+
createdAt: {
|
|
38125
|
+
type: string;
|
|
38126
|
+
format: string;
|
|
38127
|
+
description: string;
|
|
38128
|
+
"x-oapi-codegen-extra-tags": {
|
|
38129
|
+
db: string;
|
|
38130
|
+
json: string;
|
|
38131
|
+
};
|
|
38132
|
+
};
|
|
38133
|
+
updatedAt: {
|
|
38134
|
+
type: string;
|
|
38135
|
+
format: string;
|
|
38136
|
+
description: string;
|
|
38137
|
+
"x-oapi-codegen-extra-tags": {
|
|
38138
|
+
db: string;
|
|
38139
|
+
json: string;
|
|
38140
|
+
};
|
|
38141
|
+
};
|
|
38142
|
+
deletedAt: {
|
|
38143
|
+
type: string;
|
|
38144
|
+
format: string;
|
|
38145
|
+
"x-go-type": string;
|
|
38146
|
+
description: string;
|
|
38147
|
+
"x-oapi-codegen-extra-tags": {
|
|
38148
|
+
db: string;
|
|
38149
|
+
json: string;
|
|
38150
|
+
};
|
|
38151
|
+
};
|
|
38152
|
+
};
|
|
38153
|
+
};
|
|
38154
|
+
};
|
|
38155
|
+
};
|
|
38156
|
+
};
|
|
38157
|
+
"400": {
|
|
38158
|
+
description: string;
|
|
38159
|
+
};
|
|
38160
|
+
"401": {
|
|
38161
|
+
description: string;
|
|
38162
|
+
};
|
|
38163
|
+
"500": {
|
|
38164
|
+
description: string;
|
|
38165
|
+
};
|
|
38166
|
+
};
|
|
38167
|
+
};
|
|
38168
|
+
};
|
|
37682
38169
|
"/api/organizations/invitations": {
|
|
37683
38170
|
get: {
|
|
37684
38171
|
"x-internal": string[];
|
|
@@ -37696,14 +38183,31 @@ declare const schema: {
|
|
|
37696
38183
|
Data: {
|
|
37697
38184
|
type: string;
|
|
37698
38185
|
items: {
|
|
37699
|
-
"x-go-type": string;
|
|
37700
38186
|
type: string;
|
|
37701
38187
|
required: string[];
|
|
37702
38188
|
properties: {
|
|
37703
38189
|
id: {
|
|
37704
|
-
ref: string;
|
|
37705
38190
|
"x-go-name": string;
|
|
37706
38191
|
description: string;
|
|
38192
|
+
type: string;
|
|
38193
|
+
format: string;
|
|
38194
|
+
"x-go-type": string;
|
|
38195
|
+
"x-go-type-import": {
|
|
38196
|
+
path: string;
|
|
38197
|
+
};
|
|
38198
|
+
};
|
|
38199
|
+
ownerId: {
|
|
38200
|
+
description: string;
|
|
38201
|
+
"x-oapi-codegen-extra-tags": {
|
|
38202
|
+
db: string;
|
|
38203
|
+
json: string;
|
|
38204
|
+
};
|
|
38205
|
+
type: string;
|
|
38206
|
+
format: string;
|
|
38207
|
+
"x-go-type": string;
|
|
38208
|
+
"x-go-type-import": {
|
|
38209
|
+
path: string;
|
|
38210
|
+
};
|
|
37707
38211
|
};
|
|
37708
38212
|
isDefault: {
|
|
37709
38213
|
type: string;
|
|
@@ -37723,9 +38227,11 @@ declare const schema: {
|
|
|
37723
38227
|
};
|
|
37724
38228
|
emails: {
|
|
37725
38229
|
type: string;
|
|
38230
|
+
"x-go-type": string;
|
|
37726
38231
|
items: {
|
|
37727
38232
|
type: string;
|
|
37728
38233
|
format: string;
|
|
38234
|
+
"x-go-type": string;
|
|
37729
38235
|
description: string;
|
|
37730
38236
|
};
|
|
37731
38237
|
};
|
|
@@ -37752,6 +38258,7 @@ declare const schema: {
|
|
|
37752
38258
|
};
|
|
37753
38259
|
acceptedBy: {
|
|
37754
38260
|
type: string;
|
|
38261
|
+
"x-go-type": string;
|
|
37755
38262
|
items: {
|
|
37756
38263
|
type: string;
|
|
37757
38264
|
};
|
|
@@ -37763,6 +38270,7 @@ declare const schema: {
|
|
|
37763
38270
|
};
|
|
37764
38271
|
roles: {
|
|
37765
38272
|
type: string;
|
|
38273
|
+
"x-go-type": string;
|
|
37766
38274
|
items: {
|
|
37767
38275
|
type: string;
|
|
37768
38276
|
description: string;
|
|
@@ -37770,6 +38278,7 @@ declare const schema: {
|
|
|
37770
38278
|
};
|
|
37771
38279
|
teams: {
|
|
37772
38280
|
type: string;
|
|
38281
|
+
"x-go-type": string;
|
|
37773
38282
|
items: {
|
|
37774
38283
|
type: string;
|
|
37775
38284
|
description: string;
|
|
@@ -37810,13 +38319,14 @@ declare const schema: {
|
|
|
37810
38319
|
};
|
|
37811
38320
|
};
|
|
37812
38321
|
};
|
|
38322
|
+
"x-go-type": string;
|
|
37813
38323
|
};
|
|
37814
38324
|
description: string;
|
|
37815
38325
|
"x-oapi-codegen-extra-tags": {
|
|
37816
38326
|
json: string;
|
|
37817
38327
|
};
|
|
37818
38328
|
};
|
|
37819
|
-
|
|
38329
|
+
Total: {
|
|
37820
38330
|
type: string;
|
|
37821
38331
|
description: string;
|
|
37822
38332
|
"x-oapi-codegen-extra-tags": {
|
|
@@ -37852,9 +38362,27 @@ declare const schema: {
|
|
|
37852
38362
|
required: string[];
|
|
37853
38363
|
properties: {
|
|
37854
38364
|
id: {
|
|
37855
|
-
ref: string;
|
|
37856
38365
|
"x-go-name": string;
|
|
37857
38366
|
description: string;
|
|
38367
|
+
type: string;
|
|
38368
|
+
format: string;
|
|
38369
|
+
"x-go-type": string;
|
|
38370
|
+
"x-go-type-import": {
|
|
38371
|
+
path: string;
|
|
38372
|
+
};
|
|
38373
|
+
};
|
|
38374
|
+
ownerId: {
|
|
38375
|
+
description: string;
|
|
38376
|
+
"x-oapi-codegen-extra-tags": {
|
|
38377
|
+
db: string;
|
|
38378
|
+
json: string;
|
|
38379
|
+
};
|
|
38380
|
+
type: string;
|
|
38381
|
+
format: string;
|
|
38382
|
+
"x-go-type": string;
|
|
38383
|
+
"x-go-type-import": {
|
|
38384
|
+
path: string;
|
|
38385
|
+
};
|
|
37858
38386
|
};
|
|
37859
38387
|
isDefault: {
|
|
37860
38388
|
type: string;
|
|
@@ -37874,9 +38402,11 @@ declare const schema: {
|
|
|
37874
38402
|
};
|
|
37875
38403
|
emails: {
|
|
37876
38404
|
type: string;
|
|
38405
|
+
"x-go-type": string;
|
|
37877
38406
|
items: {
|
|
37878
38407
|
type: string;
|
|
37879
38408
|
format: string;
|
|
38409
|
+
"x-go-type": string;
|
|
37880
38410
|
description: string;
|
|
37881
38411
|
};
|
|
37882
38412
|
};
|
|
@@ -37903,6 +38433,7 @@ declare const schema: {
|
|
|
37903
38433
|
};
|
|
37904
38434
|
acceptedBy: {
|
|
37905
38435
|
type: string;
|
|
38436
|
+
"x-go-type": string;
|
|
37906
38437
|
items: {
|
|
37907
38438
|
type: string;
|
|
37908
38439
|
};
|
|
@@ -37914,6 +38445,7 @@ declare const schema: {
|
|
|
37914
38445
|
};
|
|
37915
38446
|
roles: {
|
|
37916
38447
|
type: string;
|
|
38448
|
+
"x-go-type": string;
|
|
37917
38449
|
items: {
|
|
37918
38450
|
type: string;
|
|
37919
38451
|
description: string;
|
|
@@ -37921,6 +38453,7 @@ declare const schema: {
|
|
|
37921
38453
|
};
|
|
37922
38454
|
teams: {
|
|
37923
38455
|
type: string;
|
|
38456
|
+
"x-go-type": string;
|
|
37924
38457
|
items: {
|
|
37925
38458
|
type: string;
|
|
37926
38459
|
description: string;
|
|
@@ -37975,9 +38508,27 @@ declare const schema: {
|
|
|
37975
38508
|
required: string[];
|
|
37976
38509
|
properties: {
|
|
37977
38510
|
id: {
|
|
37978
|
-
ref: string;
|
|
37979
38511
|
"x-go-name": string;
|
|
37980
38512
|
description: string;
|
|
38513
|
+
type: string;
|
|
38514
|
+
format: string;
|
|
38515
|
+
"x-go-type": string;
|
|
38516
|
+
"x-go-type-import": {
|
|
38517
|
+
path: string;
|
|
38518
|
+
};
|
|
38519
|
+
};
|
|
38520
|
+
ownerId: {
|
|
38521
|
+
description: string;
|
|
38522
|
+
"x-oapi-codegen-extra-tags": {
|
|
38523
|
+
db: string;
|
|
38524
|
+
json: string;
|
|
38525
|
+
};
|
|
38526
|
+
type: string;
|
|
38527
|
+
format: string;
|
|
38528
|
+
"x-go-type": string;
|
|
38529
|
+
"x-go-type-import": {
|
|
38530
|
+
path: string;
|
|
38531
|
+
};
|
|
37981
38532
|
};
|
|
37982
38533
|
isDefault: {
|
|
37983
38534
|
type: string;
|
|
@@ -37997,9 +38548,11 @@ declare const schema: {
|
|
|
37997
38548
|
};
|
|
37998
38549
|
emails: {
|
|
37999
38550
|
type: string;
|
|
38551
|
+
"x-go-type": string;
|
|
38000
38552
|
items: {
|
|
38001
38553
|
type: string;
|
|
38002
38554
|
format: string;
|
|
38555
|
+
"x-go-type": string;
|
|
38003
38556
|
description: string;
|
|
38004
38557
|
};
|
|
38005
38558
|
};
|
|
@@ -38026,6 +38579,7 @@ declare const schema: {
|
|
|
38026
38579
|
};
|
|
38027
38580
|
acceptedBy: {
|
|
38028
38581
|
type: string;
|
|
38582
|
+
"x-go-type": string;
|
|
38029
38583
|
items: {
|
|
38030
38584
|
type: string;
|
|
38031
38585
|
};
|
|
@@ -38037,6 +38591,7 @@ declare const schema: {
|
|
|
38037
38591
|
};
|
|
38038
38592
|
roles: {
|
|
38039
38593
|
type: string;
|
|
38594
|
+
"x-go-type": string;
|
|
38040
38595
|
items: {
|
|
38041
38596
|
type: string;
|
|
38042
38597
|
description: string;
|
|
@@ -38044,6 +38599,7 @@ declare const schema: {
|
|
|
38044
38599
|
};
|
|
38045
38600
|
teams: {
|
|
38046
38601
|
type: string;
|
|
38602
|
+
"x-go-type": string;
|
|
38047
38603
|
items: {
|
|
38048
38604
|
type: string;
|
|
38049
38605
|
description: string;
|
|
@@ -38141,14 +38697,31 @@ declare const schema: {
|
|
|
38141
38697
|
Data: {
|
|
38142
38698
|
type: string;
|
|
38143
38699
|
items: {
|
|
38144
|
-
"x-go-type": string;
|
|
38145
38700
|
type: string;
|
|
38146
38701
|
required: string[];
|
|
38147
38702
|
properties: {
|
|
38148
38703
|
id: {
|
|
38149
|
-
ref: string;
|
|
38150
38704
|
"x-go-name": string;
|
|
38151
38705
|
description: string;
|
|
38706
|
+
type: string;
|
|
38707
|
+
format: string;
|
|
38708
|
+
"x-go-type": string;
|
|
38709
|
+
"x-go-type-import": {
|
|
38710
|
+
path: string;
|
|
38711
|
+
};
|
|
38712
|
+
};
|
|
38713
|
+
ownerId: {
|
|
38714
|
+
description: string;
|
|
38715
|
+
"x-oapi-codegen-extra-tags": {
|
|
38716
|
+
db: string;
|
|
38717
|
+
json: string;
|
|
38718
|
+
};
|
|
38719
|
+
type: string;
|
|
38720
|
+
format: string;
|
|
38721
|
+
"x-go-type": string;
|
|
38722
|
+
"x-go-type-import": {
|
|
38723
|
+
path: string;
|
|
38724
|
+
};
|
|
38152
38725
|
};
|
|
38153
38726
|
isDefault: {
|
|
38154
38727
|
type: string;
|
|
@@ -38168,9 +38741,11 @@ declare const schema: {
|
|
|
38168
38741
|
};
|
|
38169
38742
|
emails: {
|
|
38170
38743
|
type: string;
|
|
38744
|
+
"x-go-type": string;
|
|
38171
38745
|
items: {
|
|
38172
38746
|
type: string;
|
|
38173
38747
|
format: string;
|
|
38748
|
+
"x-go-type": string;
|
|
38174
38749
|
description: string;
|
|
38175
38750
|
};
|
|
38176
38751
|
};
|
|
@@ -38197,6 +38772,7 @@ declare const schema: {
|
|
|
38197
38772
|
};
|
|
38198
38773
|
acceptedBy: {
|
|
38199
38774
|
type: string;
|
|
38775
|
+
"x-go-type": string;
|
|
38200
38776
|
items: {
|
|
38201
38777
|
type: string;
|
|
38202
38778
|
};
|
|
@@ -38208,6 +38784,7 @@ declare const schema: {
|
|
|
38208
38784
|
};
|
|
38209
38785
|
roles: {
|
|
38210
38786
|
type: string;
|
|
38787
|
+
"x-go-type": string;
|
|
38211
38788
|
items: {
|
|
38212
38789
|
type: string;
|
|
38213
38790
|
description: string;
|
|
@@ -38215,6 +38792,7 @@ declare const schema: {
|
|
|
38215
38792
|
};
|
|
38216
38793
|
teams: {
|
|
38217
38794
|
type: string;
|
|
38795
|
+
"x-go-type": string;
|
|
38218
38796
|
items: {
|
|
38219
38797
|
type: string;
|
|
38220
38798
|
description: string;
|
|
@@ -38255,13 +38833,14 @@ declare const schema: {
|
|
|
38255
38833
|
};
|
|
38256
38834
|
};
|
|
38257
38835
|
};
|
|
38836
|
+
"x-go-type": string;
|
|
38258
38837
|
};
|
|
38259
38838
|
description: string;
|
|
38260
38839
|
"x-oapi-codegen-extra-tags": {
|
|
38261
38840
|
json: string;
|
|
38262
38841
|
};
|
|
38263
38842
|
};
|
|
38264
|
-
|
|
38843
|
+
Total: {
|
|
38265
38844
|
type: string;
|
|
38266
38845
|
description: string;
|
|
38267
38846
|
"x-oapi-codegen-extra-tags": {
|
|
@@ -38280,9 +38859,27 @@ declare const schema: {
|
|
|
38280
38859
|
required: string[];
|
|
38281
38860
|
properties: {
|
|
38282
38861
|
id: {
|
|
38283
|
-
ref: string;
|
|
38284
38862
|
"x-go-name": string;
|
|
38285
38863
|
description: string;
|
|
38864
|
+
type: string;
|
|
38865
|
+
format: string;
|
|
38866
|
+
"x-go-type": string;
|
|
38867
|
+
"x-go-type-import": {
|
|
38868
|
+
path: string;
|
|
38869
|
+
};
|
|
38870
|
+
};
|
|
38871
|
+
ownerId: {
|
|
38872
|
+
description: string;
|
|
38873
|
+
"x-oapi-codegen-extra-tags": {
|
|
38874
|
+
db: string;
|
|
38875
|
+
json: string;
|
|
38876
|
+
};
|
|
38877
|
+
type: string;
|
|
38878
|
+
format: string;
|
|
38879
|
+
"x-go-type": string;
|
|
38880
|
+
"x-go-type-import": {
|
|
38881
|
+
path: string;
|
|
38882
|
+
};
|
|
38286
38883
|
};
|
|
38287
38884
|
isDefault: {
|
|
38288
38885
|
type: string;
|
|
@@ -38302,9 +38899,11 @@ declare const schema: {
|
|
|
38302
38899
|
};
|
|
38303
38900
|
emails: {
|
|
38304
38901
|
type: string;
|
|
38902
|
+
"x-go-type": string;
|
|
38305
38903
|
items: {
|
|
38306
38904
|
type: string;
|
|
38307
38905
|
format: string;
|
|
38906
|
+
"x-go-type": string;
|
|
38308
38907
|
description: string;
|
|
38309
38908
|
};
|
|
38310
38909
|
};
|
|
@@ -38331,6 +38930,7 @@ declare const schema: {
|
|
|
38331
38930
|
};
|
|
38332
38931
|
acceptedBy: {
|
|
38333
38932
|
type: string;
|
|
38933
|
+
"x-go-type": string;
|
|
38334
38934
|
items: {
|
|
38335
38935
|
type: string;
|
|
38336
38936
|
};
|
|
@@ -38342,6 +38942,7 @@ declare const schema: {
|
|
|
38342
38942
|
};
|
|
38343
38943
|
roles: {
|
|
38344
38944
|
type: string;
|
|
38945
|
+
"x-go-type": string;
|
|
38345
38946
|
items: {
|
|
38346
38947
|
type: string;
|
|
38347
38948
|
description: string;
|
|
@@ -38349,6 +38950,7 @@ declare const schema: {
|
|
|
38349
38950
|
};
|
|
38350
38951
|
teams: {
|
|
38351
38952
|
type: string;
|
|
38953
|
+
"x-go-type": string;
|
|
38352
38954
|
items: {
|
|
38353
38955
|
type: string;
|
|
38354
38956
|
description: string;
|