@meshery/schemas 0.8.59 → 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/index.d.mts 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[];
@@ -37693,46 +38180,97 @@ declare const schema: {
37693
38180
  type: string;
37694
38181
  required: string[];
37695
38182
  properties: {
37696
- data: {
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
+ };
38211
+ };
38212
+ isDefault: {
38213
+ type: string;
38214
+ description: string;
38215
+ "x-oapi-codegen-extra-tags": {
38216
+ db: string;
38217
+ json: string;
38218
+ };
37707
38219
  };
37708
- is_default: {
38220
+ name: {
37709
38221
  type: string;
37710
38222
  description: string;
37711
38223
  };
37712
- email: {
38224
+ description: {
37713
38225
  type: string;
37714
- format: string;
37715
38226
  description: string;
37716
38227
  };
38228
+ emails: {
38229
+ type: string;
38230
+ "x-go-type": string;
38231
+ items: {
38232
+ type: string;
38233
+ format: string;
38234
+ "x-go-type": string;
38235
+ description: string;
38236
+ };
38237
+ };
37717
38238
  orgId: {
37718
38239
  type: string;
37719
38240
  description: string;
38241
+ "x-oapi-codegen-extra-tags": {
38242
+ db: string;
38243
+ json: string;
38244
+ };
37720
38245
  };
37721
38246
  expiresAt: {
37722
38247
  type: string;
37723
38248
  format: string;
37724
38249
  description: string;
38250
+ "x-oapi-codegen-extra-tags": {
38251
+ db: string;
38252
+ json: string;
38253
+ };
37725
38254
  };
37726
38255
  quota: {
37727
38256
  type: string;
37728
38257
  description: string;
37729
38258
  };
37730
- usedQuota: {
38259
+ acceptedBy: {
37731
38260
  type: string;
38261
+ "x-go-type": string;
38262
+ items: {
38263
+ type: string;
38264
+ };
37732
38265
  description: string;
38266
+ "x-oapi-codegen-extra-tags": {
38267
+ db: string;
38268
+ json: string;
38269
+ };
37733
38270
  };
37734
38271
  roles: {
37735
38272
  type: string;
38273
+ "x-go-type": string;
37736
38274
  items: {
37737
38275
  type: string;
37738
38276
  description: string;
@@ -37740,6 +38278,7 @@ declare const schema: {
37740
38278
  };
37741
38279
  teams: {
37742
38280
  type: string;
38281
+ "x-go-type": string;
37743
38282
  items: {
37744
38283
  type: string;
37745
38284
  description: string;
@@ -37755,25 +38294,44 @@ declare const schema: {
37755
38294
  type: string;
37756
38295
  format: string;
37757
38296
  description: string;
38297
+ "x-oapi-codegen-extra-tags": {
38298
+ db: string;
38299
+ json: string;
38300
+ };
37758
38301
  };
37759
38302
  updatedAt: {
37760
38303
  type: string;
37761
38304
  format: string;
37762
38305
  description: string;
38306
+ "x-oapi-codegen-extra-tags": {
38307
+ db: string;
38308
+ json: string;
38309
+ };
37763
38310
  };
37764
38311
  deletedAt: {
37765
38312
  type: string;
37766
38313
  format: string;
37767
38314
  "x-go-type": string;
37768
38315
  description: string;
38316
+ "x-oapi-codegen-extra-tags": {
38317
+ db: string;
38318
+ json: string;
38319
+ };
37769
38320
  };
37770
38321
  };
38322
+ "x-go-type": string;
37771
38323
  };
37772
38324
  description: string;
38325
+ "x-oapi-codegen-extra-tags": {
38326
+ json: string;
38327
+ };
37773
38328
  };
37774
- totalCount: {
38329
+ Total: {
37775
38330
  type: string;
37776
38331
  description: string;
38332
+ "x-oapi-codegen-extra-tags": {
38333
+ json: string;
38334
+ };
37777
38335
  };
37778
38336
  };
37779
38337
  };
@@ -37804,38 +38362,90 @@ declare const schema: {
37804
38362
  required: string[];
37805
38363
  properties: {
37806
38364
  id: {
37807
- ref: string;
37808
38365
  "x-go-name": string;
37809
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
+ };
38386
+ };
38387
+ isDefault: {
38388
+ type: string;
38389
+ description: string;
38390
+ "x-oapi-codegen-extra-tags": {
38391
+ db: string;
38392
+ json: string;
38393
+ };
37810
38394
  };
37811
- is_default: {
38395
+ name: {
37812
38396
  type: string;
37813
38397
  description: string;
37814
38398
  };
37815
- email: {
38399
+ description: {
37816
38400
  type: string;
37817
- format: string;
37818
38401
  description: string;
37819
38402
  };
38403
+ emails: {
38404
+ type: string;
38405
+ "x-go-type": string;
38406
+ items: {
38407
+ type: string;
38408
+ format: string;
38409
+ "x-go-type": string;
38410
+ description: string;
38411
+ };
38412
+ };
37820
38413
  orgId: {
37821
38414
  type: string;
37822
38415
  description: string;
38416
+ "x-oapi-codegen-extra-tags": {
38417
+ db: string;
38418
+ json: string;
38419
+ };
37823
38420
  };
37824
38421
  expiresAt: {
37825
38422
  type: string;
37826
38423
  format: string;
37827
38424
  description: string;
38425
+ "x-oapi-codegen-extra-tags": {
38426
+ db: string;
38427
+ json: string;
38428
+ };
37828
38429
  };
37829
38430
  quota: {
37830
38431
  type: string;
37831
38432
  description: string;
37832
38433
  };
37833
- usedQuota: {
38434
+ acceptedBy: {
37834
38435
  type: string;
38436
+ "x-go-type": string;
38437
+ items: {
38438
+ type: string;
38439
+ };
37835
38440
  description: string;
38441
+ "x-oapi-codegen-extra-tags": {
38442
+ db: string;
38443
+ json: string;
38444
+ };
37836
38445
  };
37837
38446
  roles: {
37838
38447
  type: string;
38448
+ "x-go-type": string;
37839
38449
  items: {
37840
38450
  type: string;
37841
38451
  description: string;
@@ -37843,6 +38453,7 @@ declare const schema: {
37843
38453
  };
37844
38454
  teams: {
37845
38455
  type: string;
38456
+ "x-go-type": string;
37846
38457
  items: {
37847
38458
  type: string;
37848
38459
  description: string;
@@ -37858,17 +38469,29 @@ declare const schema: {
37858
38469
  type: string;
37859
38470
  format: string;
37860
38471
  description: string;
38472
+ "x-oapi-codegen-extra-tags": {
38473
+ db: string;
38474
+ json: string;
38475
+ };
37861
38476
  };
37862
38477
  updatedAt: {
37863
38478
  type: string;
37864
38479
  format: string;
37865
38480
  description: string;
38481
+ "x-oapi-codegen-extra-tags": {
38482
+ db: string;
38483
+ json: string;
38484
+ };
37866
38485
  };
37867
38486
  deletedAt: {
37868
38487
  type: string;
37869
38488
  format: string;
37870
38489
  "x-go-type": string;
37871
38490
  description: string;
38491
+ "x-oapi-codegen-extra-tags": {
38492
+ db: string;
38493
+ json: string;
38494
+ };
37872
38495
  };
37873
38496
  };
37874
38497
  };
@@ -37885,38 +38508,90 @@ declare const schema: {
37885
38508
  required: string[];
37886
38509
  properties: {
37887
38510
  id: {
37888
- ref: string;
37889
38511
  "x-go-name": string;
37890
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
+ };
38532
+ };
38533
+ isDefault: {
38534
+ type: string;
38535
+ description: string;
38536
+ "x-oapi-codegen-extra-tags": {
38537
+ db: string;
38538
+ json: string;
38539
+ };
37891
38540
  };
37892
- is_default: {
38541
+ name: {
37893
38542
  type: string;
37894
38543
  description: string;
37895
38544
  };
37896
- email: {
38545
+ description: {
37897
38546
  type: string;
37898
- format: string;
37899
38547
  description: string;
37900
38548
  };
38549
+ emails: {
38550
+ type: string;
38551
+ "x-go-type": string;
38552
+ items: {
38553
+ type: string;
38554
+ format: string;
38555
+ "x-go-type": string;
38556
+ description: string;
38557
+ };
38558
+ };
37901
38559
  orgId: {
37902
38560
  type: string;
37903
38561
  description: string;
38562
+ "x-oapi-codegen-extra-tags": {
38563
+ db: string;
38564
+ json: string;
38565
+ };
37904
38566
  };
37905
38567
  expiresAt: {
37906
38568
  type: string;
37907
38569
  format: string;
37908
38570
  description: string;
38571
+ "x-oapi-codegen-extra-tags": {
38572
+ db: string;
38573
+ json: string;
38574
+ };
37909
38575
  };
37910
38576
  quota: {
37911
38577
  type: string;
37912
38578
  description: string;
37913
38579
  };
37914
- usedQuota: {
38580
+ acceptedBy: {
37915
38581
  type: string;
38582
+ "x-go-type": string;
38583
+ items: {
38584
+ type: string;
38585
+ };
37916
38586
  description: string;
38587
+ "x-oapi-codegen-extra-tags": {
38588
+ db: string;
38589
+ json: string;
38590
+ };
37917
38591
  };
37918
38592
  roles: {
37919
38593
  type: string;
38594
+ "x-go-type": string;
37920
38595
  items: {
37921
38596
  type: string;
37922
38597
  description: string;
@@ -37924,6 +38599,7 @@ declare const schema: {
37924
38599
  };
37925
38600
  teams: {
37926
38601
  type: string;
38602
+ "x-go-type": string;
37927
38603
  items: {
37928
38604
  type: string;
37929
38605
  description: string;
@@ -37939,17 +38615,29 @@ declare const schema: {
37939
38615
  type: string;
37940
38616
  format: string;
37941
38617
  description: string;
38618
+ "x-oapi-codegen-extra-tags": {
38619
+ db: string;
38620
+ json: string;
38621
+ };
37942
38622
  };
37943
38623
  updatedAt: {
37944
38624
  type: string;
37945
38625
  format: string;
37946
38626
  description: string;
38627
+ "x-oapi-codegen-extra-tags": {
38628
+ db: string;
38629
+ json: string;
38630
+ };
37947
38631
  };
37948
38632
  deletedAt: {
37949
38633
  type: string;
37950
38634
  format: string;
37951
38635
  "x-go-type": string;
37952
38636
  description: string;
38637
+ "x-oapi-codegen-extra-tags": {
38638
+ db: string;
38639
+ json: string;
38640
+ };
37953
38641
  };
37954
38642
  };
37955
38643
  };
@@ -38006,46 +38694,97 @@ declare const schema: {
38006
38694
  type: string;
38007
38695
  required: string[];
38008
38696
  properties: {
38009
- data: {
38697
+ Data: {
38010
38698
  type: string;
38011
38699
  items: {
38012
- "x-go-type": string;
38013
38700
  type: string;
38014
38701
  required: string[];
38015
38702
  properties: {
38016
38703
  id: {
38017
- ref: string;
38018
38704
  "x-go-name": string;
38019
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
+ };
38725
+ };
38726
+ isDefault: {
38727
+ type: string;
38728
+ description: string;
38729
+ "x-oapi-codegen-extra-tags": {
38730
+ db: string;
38731
+ json: string;
38732
+ };
38020
38733
  };
38021
- is_default: {
38734
+ name: {
38022
38735
  type: string;
38023
38736
  description: string;
38024
38737
  };
38025
- email: {
38738
+ description: {
38026
38739
  type: string;
38027
- format: string;
38028
38740
  description: string;
38029
38741
  };
38742
+ emails: {
38743
+ type: string;
38744
+ "x-go-type": string;
38745
+ items: {
38746
+ type: string;
38747
+ format: string;
38748
+ "x-go-type": string;
38749
+ description: string;
38750
+ };
38751
+ };
38030
38752
  orgId: {
38031
38753
  type: string;
38032
38754
  description: string;
38755
+ "x-oapi-codegen-extra-tags": {
38756
+ db: string;
38757
+ json: string;
38758
+ };
38033
38759
  };
38034
38760
  expiresAt: {
38035
38761
  type: string;
38036
38762
  format: string;
38037
38763
  description: string;
38764
+ "x-oapi-codegen-extra-tags": {
38765
+ db: string;
38766
+ json: string;
38767
+ };
38038
38768
  };
38039
38769
  quota: {
38040
38770
  type: string;
38041
38771
  description: string;
38042
38772
  };
38043
- usedQuota: {
38773
+ acceptedBy: {
38044
38774
  type: string;
38775
+ "x-go-type": string;
38776
+ items: {
38777
+ type: string;
38778
+ };
38045
38779
  description: string;
38780
+ "x-oapi-codegen-extra-tags": {
38781
+ db: string;
38782
+ json: string;
38783
+ };
38046
38784
  };
38047
38785
  roles: {
38048
38786
  type: string;
38787
+ "x-go-type": string;
38049
38788
  items: {
38050
38789
  type: string;
38051
38790
  description: string;
@@ -38053,6 +38792,7 @@ declare const schema: {
38053
38792
  };
38054
38793
  teams: {
38055
38794
  type: string;
38795
+ "x-go-type": string;
38056
38796
  items: {
38057
38797
  type: string;
38058
38798
  description: string;
@@ -38068,25 +38808,44 @@ declare const schema: {
38068
38808
  type: string;
38069
38809
  format: string;
38070
38810
  description: string;
38811
+ "x-oapi-codegen-extra-tags": {
38812
+ db: string;
38813
+ json: string;
38814
+ };
38071
38815
  };
38072
38816
  updatedAt: {
38073
38817
  type: string;
38074
38818
  format: string;
38075
38819
  description: string;
38820
+ "x-oapi-codegen-extra-tags": {
38821
+ db: string;
38822
+ json: string;
38823
+ };
38076
38824
  };
38077
38825
  deletedAt: {
38078
38826
  type: string;
38079
38827
  format: string;
38080
38828
  "x-go-type": string;
38081
38829
  description: string;
38830
+ "x-oapi-codegen-extra-tags": {
38831
+ db: string;
38832
+ json: string;
38833
+ };
38082
38834
  };
38083
38835
  };
38836
+ "x-go-type": string;
38084
38837
  };
38085
38838
  description: string;
38839
+ "x-oapi-codegen-extra-tags": {
38840
+ json: string;
38841
+ };
38086
38842
  };
38087
- totalCount: {
38843
+ Total: {
38088
38844
  type: string;
38089
38845
  description: string;
38846
+ "x-oapi-codegen-extra-tags": {
38847
+ json: string;
38848
+ };
38090
38849
  };
38091
38850
  };
38092
38851
  };
@@ -38100,38 +38859,90 @@ declare const schema: {
38100
38859
  required: string[];
38101
38860
  properties: {
38102
38861
  id: {
38103
- ref: string;
38104
38862
  "x-go-name": string;
38105
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
+ };
38883
+ };
38884
+ isDefault: {
38885
+ type: string;
38886
+ description: string;
38887
+ "x-oapi-codegen-extra-tags": {
38888
+ db: string;
38889
+ json: string;
38890
+ };
38106
38891
  };
38107
- is_default: {
38892
+ name: {
38108
38893
  type: string;
38109
38894
  description: string;
38110
38895
  };
38111
- email: {
38896
+ description: {
38112
38897
  type: string;
38113
- format: string;
38114
38898
  description: string;
38115
38899
  };
38900
+ emails: {
38901
+ type: string;
38902
+ "x-go-type": string;
38903
+ items: {
38904
+ type: string;
38905
+ format: string;
38906
+ "x-go-type": string;
38907
+ description: string;
38908
+ };
38909
+ };
38116
38910
  orgId: {
38117
38911
  type: string;
38118
38912
  description: string;
38913
+ "x-oapi-codegen-extra-tags": {
38914
+ db: string;
38915
+ json: string;
38916
+ };
38119
38917
  };
38120
38918
  expiresAt: {
38121
38919
  type: string;
38122
38920
  format: string;
38123
38921
  description: string;
38922
+ "x-oapi-codegen-extra-tags": {
38923
+ db: string;
38924
+ json: string;
38925
+ };
38124
38926
  };
38125
38927
  quota: {
38126
38928
  type: string;
38127
38929
  description: string;
38128
38930
  };
38129
- usedQuota: {
38931
+ acceptedBy: {
38130
38932
  type: string;
38933
+ "x-go-type": string;
38934
+ items: {
38935
+ type: string;
38936
+ };
38131
38937
  description: string;
38938
+ "x-oapi-codegen-extra-tags": {
38939
+ db: string;
38940
+ json: string;
38941
+ };
38132
38942
  };
38133
38943
  roles: {
38134
38944
  type: string;
38945
+ "x-go-type": string;
38135
38946
  items: {
38136
38947
  type: string;
38137
38948
  description: string;
@@ -38139,6 +38950,7 @@ declare const schema: {
38139
38950
  };
38140
38951
  teams: {
38141
38952
  type: string;
38953
+ "x-go-type": string;
38142
38954
  items: {
38143
38955
  type: string;
38144
38956
  description: string;
@@ -38154,17 +38966,29 @@ declare const schema: {
38154
38966
  type: string;
38155
38967
  format: string;
38156
38968
  description: string;
38969
+ "x-oapi-codegen-extra-tags": {
38970
+ db: string;
38971
+ json: string;
38972
+ };
38157
38973
  };
38158
38974
  updatedAt: {
38159
38975
  type: string;
38160
38976
  format: string;
38161
38977
  description: string;
38978
+ "x-oapi-codegen-extra-tags": {
38979
+ db: string;
38980
+ json: string;
38981
+ };
38162
38982
  };
38163
38983
  deletedAt: {
38164
38984
  type: string;
38165
38985
  format: string;
38166
38986
  "x-go-type": string;
38167
38987
  description: string;
38988
+ "x-oapi-codegen-extra-tags": {
38989
+ db: string;
38990
+ json: string;
38991
+ };
38168
38992
  };
38169
38993
  };
38170
38994
  };