@meshery/schemas 0.8.60 → 0.8.62

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.ts CHANGED
@@ -37679,6 +37679,522 @@ declare const schema: {
37679
37679
  description: string;
37680
37680
  }[];
37681
37681
  paths: {
37682
+ "/api/organizations/invitations/{invitationId}": {
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
+ owner_id: {
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
+ is_default: {
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
+ org_id: {
37755
+ type: string;
37756
+ description: string;
37757
+ "x-oapi-codegen-extra-tags": {
37758
+ db: string;
37759
+ json: string;
37760
+ };
37761
+ };
37762
+ expires_at: {
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
+ accepted_by: {
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
+ created_at: {
37810
+ type: string;
37811
+ format: string;
37812
+ description: string;
37813
+ "x-oapi-codegen-extra-tags": {
37814
+ db: string;
37815
+ json: string;
37816
+ };
37817
+ };
37818
+ updated_at: {
37819
+ type: string;
37820
+ format: string;
37821
+ description: string;
37822
+ "x-oapi-codegen-extra-tags": {
37823
+ db: string;
37824
+ json: string;
37825
+ };
37826
+ };
37827
+ deleted_at: {
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
+ delete: {
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
+ responses: {
37868
+ "204": {
37869
+ description: string;
37870
+ };
37871
+ "400": {
37872
+ description: string;
37873
+ };
37874
+ "401": {
37875
+ description: string;
37876
+ };
37877
+ "500": {
37878
+ description: string;
37879
+ };
37880
+ };
37881
+ };
37882
+ put: {
37883
+ "x-internal": string[];
37884
+ operationId: string;
37885
+ tags: string[];
37886
+ summary: string;
37887
+ parameters: {
37888
+ name: string;
37889
+ in: string;
37890
+ required: boolean;
37891
+ description: string;
37892
+ schema: {
37893
+ type: string;
37894
+ };
37895
+ }[];
37896
+ requestBody: {
37897
+ content: {
37898
+ "application/json": {
37899
+ schema: {
37900
+ type: string;
37901
+ required: string[];
37902
+ properties: {
37903
+ id: {
37904
+ "x-go-name": string;
37905
+ description: string;
37906
+ type: string;
37907
+ format: string;
37908
+ "x-go-type": string;
37909
+ "x-go-type-import": {
37910
+ path: string;
37911
+ };
37912
+ };
37913
+ owner_id: {
37914
+ description: string;
37915
+ "x-oapi-codegen-extra-tags": {
37916
+ db: string;
37917
+ json: string;
37918
+ };
37919
+ type: string;
37920
+ format: string;
37921
+ "x-go-type": string;
37922
+ "x-go-type-import": {
37923
+ path: string;
37924
+ };
37925
+ };
37926
+ is_default: {
37927
+ type: string;
37928
+ description: string;
37929
+ "x-oapi-codegen-extra-tags": {
37930
+ db: string;
37931
+ json: string;
37932
+ };
37933
+ };
37934
+ name: {
37935
+ type: string;
37936
+ description: string;
37937
+ };
37938
+ description: {
37939
+ type: string;
37940
+ description: string;
37941
+ };
37942
+ emails: {
37943
+ type: string;
37944
+ "x-go-type": string;
37945
+ items: {
37946
+ type: string;
37947
+ format: string;
37948
+ "x-go-type": string;
37949
+ description: string;
37950
+ };
37951
+ };
37952
+ org_id: {
37953
+ type: string;
37954
+ description: string;
37955
+ "x-oapi-codegen-extra-tags": {
37956
+ db: string;
37957
+ json: string;
37958
+ };
37959
+ };
37960
+ expires_at: {
37961
+ type: string;
37962
+ format: string;
37963
+ description: string;
37964
+ "x-oapi-codegen-extra-tags": {
37965
+ db: string;
37966
+ json: string;
37967
+ };
37968
+ };
37969
+ quota: {
37970
+ type: string;
37971
+ description: string;
37972
+ };
37973
+ accepted_by: {
37974
+ type: string;
37975
+ "x-go-type": string;
37976
+ items: {
37977
+ type: string;
37978
+ };
37979
+ description: string;
37980
+ "x-oapi-codegen-extra-tags": {
37981
+ db: string;
37982
+ json: string;
37983
+ };
37984
+ };
37985
+ roles: {
37986
+ type: string;
37987
+ "x-go-type": string;
37988
+ items: {
37989
+ type: string;
37990
+ description: string;
37991
+ };
37992
+ };
37993
+ teams: {
37994
+ type: string;
37995
+ "x-go-type": string;
37996
+ items: {
37997
+ type: string;
37998
+ description: string;
37999
+ };
38000
+ };
38001
+ status: {
38002
+ type: string;
38003
+ "x-go-type": string;
38004
+ enum: string[];
38005
+ description: string;
38006
+ };
38007
+ created_at: {
38008
+ type: string;
38009
+ format: string;
38010
+ description: string;
38011
+ "x-oapi-codegen-extra-tags": {
38012
+ db: string;
38013
+ json: string;
38014
+ };
38015
+ };
38016
+ updated_at: {
38017
+ type: string;
38018
+ format: string;
38019
+ description: string;
38020
+ "x-oapi-codegen-extra-tags": {
38021
+ db: string;
38022
+ json: string;
38023
+ };
38024
+ };
38025
+ deleted_at: {
38026
+ type: string;
38027
+ format: string;
38028
+ "x-go-type": string;
38029
+ description: string;
38030
+ "x-oapi-codegen-extra-tags": {
38031
+ db: string;
38032
+ json: string;
38033
+ };
38034
+ };
38035
+ };
38036
+ };
38037
+ };
38038
+ };
38039
+ required: boolean;
38040
+ };
38041
+ responses: {
38042
+ "200": {
38043
+ content: {
38044
+ "application/json": {
38045
+ schema: {
38046
+ type: string;
38047
+ required: string[];
38048
+ properties: {
38049
+ id: {
38050
+ "x-go-name": string;
38051
+ description: string;
38052
+ type: string;
38053
+ format: string;
38054
+ "x-go-type": string;
38055
+ "x-go-type-import": {
38056
+ path: string;
38057
+ };
38058
+ };
38059
+ owner_id: {
38060
+ description: string;
38061
+ "x-oapi-codegen-extra-tags": {
38062
+ db: string;
38063
+ json: string;
38064
+ };
38065
+ type: string;
38066
+ format: string;
38067
+ "x-go-type": string;
38068
+ "x-go-type-import": {
38069
+ path: string;
38070
+ };
38071
+ };
38072
+ is_default: {
38073
+ type: string;
38074
+ description: string;
38075
+ "x-oapi-codegen-extra-tags": {
38076
+ db: string;
38077
+ json: string;
38078
+ };
38079
+ };
38080
+ name: {
38081
+ type: string;
38082
+ description: string;
38083
+ };
38084
+ description: {
38085
+ type: string;
38086
+ description: string;
38087
+ };
38088
+ emails: {
38089
+ type: string;
38090
+ "x-go-type": string;
38091
+ items: {
38092
+ type: string;
38093
+ format: string;
38094
+ "x-go-type": string;
38095
+ description: string;
38096
+ };
38097
+ };
38098
+ org_id: {
38099
+ type: string;
38100
+ description: string;
38101
+ "x-oapi-codegen-extra-tags": {
38102
+ db: string;
38103
+ json: string;
38104
+ };
38105
+ };
38106
+ expires_at: {
38107
+ type: string;
38108
+ format: string;
38109
+ description: string;
38110
+ "x-oapi-codegen-extra-tags": {
38111
+ db: string;
38112
+ json: string;
38113
+ };
38114
+ };
38115
+ quota: {
38116
+ type: string;
38117
+ description: string;
38118
+ };
38119
+ accepted_by: {
38120
+ type: string;
38121
+ "x-go-type": string;
38122
+ items: {
38123
+ type: string;
38124
+ };
38125
+ description: string;
38126
+ "x-oapi-codegen-extra-tags": {
38127
+ db: string;
38128
+ json: string;
38129
+ };
38130
+ };
38131
+ roles: {
38132
+ type: string;
38133
+ "x-go-type": string;
38134
+ items: {
38135
+ type: string;
38136
+ description: string;
38137
+ };
38138
+ };
38139
+ teams: {
38140
+ type: string;
38141
+ "x-go-type": string;
38142
+ items: {
38143
+ type: string;
38144
+ description: string;
38145
+ };
38146
+ };
38147
+ status: {
38148
+ type: string;
38149
+ "x-go-type": string;
38150
+ enum: string[];
38151
+ description: string;
38152
+ };
38153
+ created_at: {
38154
+ type: string;
38155
+ format: string;
38156
+ description: string;
38157
+ "x-oapi-codegen-extra-tags": {
38158
+ db: string;
38159
+ json: string;
38160
+ };
38161
+ };
38162
+ updated_at: {
38163
+ type: string;
38164
+ format: string;
38165
+ description: string;
38166
+ "x-oapi-codegen-extra-tags": {
38167
+ db: string;
38168
+ json: string;
38169
+ };
38170
+ };
38171
+ deleted_at: {
38172
+ type: string;
38173
+ format: string;
38174
+ "x-go-type": string;
38175
+ description: string;
38176
+ "x-oapi-codegen-extra-tags": {
38177
+ db: string;
38178
+ json: string;
38179
+ };
38180
+ };
38181
+ };
38182
+ };
38183
+ };
38184
+ };
38185
+ };
38186
+ "400": {
38187
+ description: string;
38188
+ };
38189
+ "401": {
38190
+ description: string;
38191
+ };
38192
+ "500": {
38193
+ description: string;
38194
+ };
38195
+ };
38196
+ };
38197
+ };
37682
38198
  "/api/organizations/invitations": {
37683
38199
  get: {
37684
38200
  "x-internal": string[];
@@ -37693,19 +38209,36 @@ declare const schema: {
37693
38209
  type: string;
37694
38210
  required: string[];
37695
38211
  properties: {
37696
- Data: {
38212
+ data: {
37697
38213
  type: string;
37698
38214
  items: {
37699
- "x-go-type": string;
37700
38215
  type: string;
37701
38216
  required: string[];
37702
38217
  properties: {
37703
38218
  id: {
37704
- ref: string;
37705
38219
  "x-go-name": string;
37706
38220
  description: string;
38221
+ type: string;
38222
+ format: string;
38223
+ "x-go-type": string;
38224
+ "x-go-type-import": {
38225
+ path: string;
38226
+ };
38227
+ };
38228
+ owner_id: {
38229
+ description: string;
38230
+ "x-oapi-codegen-extra-tags": {
38231
+ db: string;
38232
+ json: string;
38233
+ };
38234
+ type: string;
38235
+ format: string;
38236
+ "x-go-type": string;
38237
+ "x-go-type-import": {
38238
+ path: string;
38239
+ };
37707
38240
  };
37708
- isDefault: {
38241
+ is_default: {
37709
38242
  type: string;
37710
38243
  description: string;
37711
38244
  "x-oapi-codegen-extra-tags": {
@@ -37723,13 +38256,15 @@ declare const schema: {
37723
38256
  };
37724
38257
  emails: {
37725
38258
  type: string;
38259
+ "x-go-type": string;
37726
38260
  items: {
37727
38261
  type: string;
37728
38262
  format: string;
38263
+ "x-go-type": string;
37729
38264
  description: string;
37730
38265
  };
37731
38266
  };
37732
- orgId: {
38267
+ org_id: {
37733
38268
  type: string;
37734
38269
  description: string;
37735
38270
  "x-oapi-codegen-extra-tags": {
@@ -37737,7 +38272,7 @@ declare const schema: {
37737
38272
  json: string;
37738
38273
  };
37739
38274
  };
37740
- expiresAt: {
38275
+ expires_at: {
37741
38276
  type: string;
37742
38277
  format: string;
37743
38278
  description: string;
@@ -37750,8 +38285,9 @@ declare const schema: {
37750
38285
  type: string;
37751
38286
  description: string;
37752
38287
  };
37753
- acceptedBy: {
38288
+ accepted_by: {
37754
38289
  type: string;
38290
+ "x-go-type": string;
37755
38291
  items: {
37756
38292
  type: string;
37757
38293
  };
@@ -37763,6 +38299,7 @@ declare const schema: {
37763
38299
  };
37764
38300
  roles: {
37765
38301
  type: string;
38302
+ "x-go-type": string;
37766
38303
  items: {
37767
38304
  type: string;
37768
38305
  description: string;
@@ -37770,6 +38307,7 @@ declare const schema: {
37770
38307
  };
37771
38308
  teams: {
37772
38309
  type: string;
38310
+ "x-go-type": string;
37773
38311
  items: {
37774
38312
  type: string;
37775
38313
  description: string;
@@ -37781,7 +38319,7 @@ declare const schema: {
37781
38319
  enum: string[];
37782
38320
  description: string;
37783
38321
  };
37784
- createdAt: {
38322
+ created_at: {
37785
38323
  type: string;
37786
38324
  format: string;
37787
38325
  description: string;
@@ -37790,7 +38328,7 @@ declare const schema: {
37790
38328
  json: string;
37791
38329
  };
37792
38330
  };
37793
- updatedAt: {
38331
+ updated_at: {
37794
38332
  type: string;
37795
38333
  format: string;
37796
38334
  description: string;
@@ -37799,7 +38337,7 @@ declare const schema: {
37799
38337
  json: string;
37800
38338
  };
37801
38339
  };
37802
- deletedAt: {
38340
+ deleted_at: {
37803
38341
  type: string;
37804
38342
  format: string;
37805
38343
  "x-go-type": string;
@@ -37810,16 +38348,323 @@ declare const schema: {
37810
38348
  };
37811
38349
  };
37812
38350
  };
38351
+ "x-go-type": string;
38352
+ };
38353
+ description: string;
38354
+ "x-oapi-codegen-extra-tags": {
38355
+ json: string;
38356
+ };
38357
+ };
38358
+ total: {
38359
+ type: string;
38360
+ description: string;
38361
+ "x-oapi-codegen-extra-tags": {
38362
+ json: string;
38363
+ };
38364
+ };
38365
+ };
38366
+ };
38367
+ };
38368
+ };
38369
+ };
38370
+ "400": {
38371
+ description: string;
38372
+ };
38373
+ "401": {
38374
+ description: string;
38375
+ };
38376
+ "500": {
38377
+ description: string;
38378
+ };
38379
+ };
38380
+ };
38381
+ post: {
38382
+ "x-internal": string[];
38383
+ operationId: string;
38384
+ tags: string[];
38385
+ summary: string;
38386
+ requestBody: {
38387
+ content: {
38388
+ "application/json": {
38389
+ schema: {
38390
+ type: string;
38391
+ required: string[];
38392
+ properties: {
38393
+ id: {
38394
+ "x-go-name": string;
38395
+ description: string;
38396
+ type: string;
38397
+ format: string;
38398
+ "x-go-type": string;
38399
+ "x-go-type-import": {
38400
+ path: string;
38401
+ };
38402
+ };
38403
+ owner_id: {
38404
+ description: string;
38405
+ "x-oapi-codegen-extra-tags": {
38406
+ db: string;
38407
+ json: string;
38408
+ };
38409
+ type: string;
38410
+ format: string;
38411
+ "x-go-type": string;
38412
+ "x-go-type-import": {
38413
+ path: string;
38414
+ };
38415
+ };
38416
+ is_default: {
38417
+ type: string;
38418
+ description: string;
38419
+ "x-oapi-codegen-extra-tags": {
38420
+ db: string;
38421
+ json: string;
38422
+ };
38423
+ };
38424
+ name: {
38425
+ type: string;
38426
+ description: string;
38427
+ };
38428
+ description: {
38429
+ type: string;
38430
+ description: string;
38431
+ };
38432
+ emails: {
38433
+ type: string;
38434
+ "x-go-type": string;
38435
+ items: {
38436
+ type: string;
38437
+ format: string;
38438
+ "x-go-type": string;
38439
+ description: string;
38440
+ };
38441
+ };
38442
+ org_id: {
38443
+ type: string;
38444
+ description: string;
38445
+ "x-oapi-codegen-extra-tags": {
38446
+ db: string;
38447
+ json: string;
38448
+ };
38449
+ };
38450
+ expires_at: {
38451
+ type: string;
38452
+ format: string;
38453
+ description: string;
38454
+ "x-oapi-codegen-extra-tags": {
38455
+ db: string;
38456
+ json: string;
38457
+ };
38458
+ };
38459
+ quota: {
38460
+ type: string;
38461
+ description: string;
38462
+ };
38463
+ accepted_by: {
38464
+ type: string;
38465
+ "x-go-type": string;
38466
+ items: {
38467
+ type: string;
38468
+ };
38469
+ description: string;
38470
+ "x-oapi-codegen-extra-tags": {
38471
+ db: string;
38472
+ json: string;
38473
+ };
38474
+ };
38475
+ roles: {
38476
+ type: string;
38477
+ "x-go-type": string;
38478
+ items: {
38479
+ type: string;
38480
+ description: string;
38481
+ };
38482
+ };
38483
+ teams: {
38484
+ type: string;
38485
+ "x-go-type": string;
38486
+ items: {
38487
+ type: string;
38488
+ description: string;
38489
+ };
38490
+ };
38491
+ status: {
38492
+ type: string;
38493
+ "x-go-type": string;
38494
+ enum: string[];
38495
+ description: string;
38496
+ };
38497
+ created_at: {
38498
+ type: string;
38499
+ format: string;
38500
+ description: string;
38501
+ "x-oapi-codegen-extra-tags": {
38502
+ db: string;
38503
+ json: string;
38504
+ };
38505
+ };
38506
+ updated_at: {
38507
+ type: string;
38508
+ format: string;
38509
+ description: string;
38510
+ "x-oapi-codegen-extra-tags": {
38511
+ db: string;
38512
+ json: string;
38513
+ };
38514
+ };
38515
+ deleted_at: {
38516
+ type: string;
38517
+ format: string;
38518
+ "x-go-type": string;
38519
+ description: string;
38520
+ "x-oapi-codegen-extra-tags": {
38521
+ db: string;
38522
+ json: string;
38523
+ };
38524
+ };
38525
+ };
38526
+ };
38527
+ };
38528
+ };
38529
+ required: boolean;
38530
+ };
38531
+ responses: {
38532
+ "201": {
38533
+ content: {
38534
+ "application/json": {
38535
+ schema: {
38536
+ type: string;
38537
+ required: string[];
38538
+ properties: {
38539
+ id: {
38540
+ "x-go-name": string;
38541
+ description: string;
38542
+ type: string;
38543
+ format: string;
38544
+ "x-go-type": string;
38545
+ "x-go-type-import": {
38546
+ path: string;
38547
+ };
38548
+ };
38549
+ owner_id: {
38550
+ description: string;
38551
+ "x-oapi-codegen-extra-tags": {
38552
+ db: string;
38553
+ json: string;
38554
+ };
38555
+ type: string;
38556
+ format: string;
38557
+ "x-go-type": string;
38558
+ "x-go-type-import": {
38559
+ path: string;
38560
+ };
38561
+ };
38562
+ is_default: {
38563
+ type: string;
38564
+ description: string;
38565
+ "x-oapi-codegen-extra-tags": {
38566
+ db: string;
38567
+ json: string;
38568
+ };
38569
+ };
38570
+ name: {
38571
+ type: string;
38572
+ description: string;
38573
+ };
38574
+ description: {
38575
+ type: string;
38576
+ description: string;
38577
+ };
38578
+ emails: {
38579
+ type: string;
38580
+ "x-go-type": string;
38581
+ items: {
38582
+ type: string;
38583
+ format: string;
38584
+ "x-go-type": string;
38585
+ description: string;
38586
+ };
38587
+ };
38588
+ org_id: {
38589
+ type: string;
38590
+ description: string;
38591
+ "x-oapi-codegen-extra-tags": {
38592
+ db: string;
38593
+ json: string;
38594
+ };
38595
+ };
38596
+ expires_at: {
38597
+ type: string;
38598
+ format: string;
38599
+ description: string;
38600
+ "x-oapi-codegen-extra-tags": {
38601
+ db: string;
38602
+ json: string;
38603
+ };
38604
+ };
38605
+ quota: {
38606
+ type: string;
38607
+ description: string;
38608
+ };
38609
+ accepted_by: {
38610
+ type: string;
38611
+ "x-go-type": string;
38612
+ items: {
38613
+ type: string;
38614
+ };
38615
+ description: string;
38616
+ "x-oapi-codegen-extra-tags": {
38617
+ db: string;
38618
+ json: string;
38619
+ };
38620
+ };
38621
+ roles: {
38622
+ type: string;
38623
+ "x-go-type": string;
38624
+ items: {
38625
+ type: string;
38626
+ description: string;
38627
+ };
38628
+ };
38629
+ teams: {
38630
+ type: string;
38631
+ "x-go-type": string;
38632
+ items: {
38633
+ type: string;
38634
+ description: string;
38635
+ };
38636
+ };
38637
+ status: {
38638
+ type: string;
38639
+ "x-go-type": string;
38640
+ enum: string[];
38641
+ description: string;
38642
+ };
38643
+ created_at: {
38644
+ type: string;
38645
+ format: string;
38646
+ description: string;
38647
+ "x-oapi-codegen-extra-tags": {
38648
+ db: string;
38649
+ json: string;
37813
38650
  };
38651
+ };
38652
+ updated_at: {
38653
+ type: string;
38654
+ format: string;
37814
38655
  description: string;
37815
38656
  "x-oapi-codegen-extra-tags": {
38657
+ db: string;
37816
38658
  json: string;
37817
38659
  };
37818
38660
  };
37819
- TotalCount: {
38661
+ deleted_at: {
37820
38662
  type: string;
38663
+ format: string;
38664
+ "x-go-type": string;
37821
38665
  description: string;
37822
38666
  "x-oapi-codegen-extra-tags": {
38667
+ db: string;
37823
38668
  json: string;
37824
38669
  };
37825
38670
  };
@@ -37839,135 +38684,24 @@ declare const schema: {
37839
38684
  };
37840
38685
  };
37841
38686
  };
38687
+ };
38688
+ "/api/organizations/invitations/{invitationId}/accept": {
37842
38689
  post: {
37843
38690
  "x-internal": string[];
37844
38691
  operationId: string;
37845
38692
  tags: string[];
37846
38693
  summary: string;
37847
- requestBody: {
37848
- content: {
37849
- "application/json": {
37850
- schema: {
37851
- type: string;
37852
- required: string[];
37853
- properties: {
37854
- id: {
37855
- ref: string;
37856
- "x-go-name": string;
37857
- description: string;
37858
- };
37859
- isDefault: {
37860
- type: string;
37861
- description: string;
37862
- "x-oapi-codegen-extra-tags": {
37863
- db: string;
37864
- json: string;
37865
- };
37866
- };
37867
- name: {
37868
- type: string;
37869
- description: string;
37870
- };
37871
- description: {
37872
- type: string;
37873
- description: string;
37874
- };
37875
- emails: {
37876
- type: string;
37877
- items: {
37878
- type: string;
37879
- format: string;
37880
- description: string;
37881
- };
37882
- };
37883
- orgId: {
37884
- type: string;
37885
- description: string;
37886
- "x-oapi-codegen-extra-tags": {
37887
- db: string;
37888
- json: string;
37889
- };
37890
- };
37891
- expiresAt: {
37892
- type: string;
37893
- format: string;
37894
- description: string;
37895
- "x-oapi-codegen-extra-tags": {
37896
- db: string;
37897
- json: string;
37898
- };
37899
- };
37900
- quota: {
37901
- type: string;
37902
- description: string;
37903
- };
37904
- acceptedBy: {
37905
- type: string;
37906
- items: {
37907
- type: string;
37908
- };
37909
- description: string;
37910
- "x-oapi-codegen-extra-tags": {
37911
- db: string;
37912
- json: string;
37913
- };
37914
- };
37915
- roles: {
37916
- type: string;
37917
- items: {
37918
- type: string;
37919
- description: string;
37920
- };
37921
- };
37922
- teams: {
37923
- type: string;
37924
- items: {
37925
- type: string;
37926
- description: string;
37927
- };
37928
- };
37929
- status: {
37930
- type: string;
37931
- "x-go-type": string;
37932
- enum: string[];
37933
- description: string;
37934
- };
37935
- createdAt: {
37936
- type: string;
37937
- format: string;
37938
- description: string;
37939
- "x-oapi-codegen-extra-tags": {
37940
- db: string;
37941
- json: string;
37942
- };
37943
- };
37944
- updatedAt: {
37945
- type: string;
37946
- format: string;
37947
- description: string;
37948
- "x-oapi-codegen-extra-tags": {
37949
- db: string;
37950
- json: string;
37951
- };
37952
- };
37953
- deletedAt: {
37954
- type: string;
37955
- format: string;
37956
- "x-go-type": string;
37957
- description: string;
37958
- "x-oapi-codegen-extra-tags": {
37959
- db: string;
37960
- json: string;
37961
- };
37962
- };
37963
- };
37964
- };
37965
- };
37966
- };
38694
+ parameters: {
38695
+ name: string;
38696
+ in: string;
37967
38697
  required: boolean;
37968
- };
38698
+ description: string;
38699
+ schema: {
38700
+ type: string;
38701
+ };
38702
+ }[];
37969
38703
  responses: {
37970
- "201": {
38704
+ "200": {
37971
38705
  content: {
37972
38706
  "application/json": {
37973
38707
  schema: {
@@ -37975,11 +38709,29 @@ declare const schema: {
37975
38709
  required: string[];
37976
38710
  properties: {
37977
38711
  id: {
37978
- ref: string;
37979
38712
  "x-go-name": string;
37980
38713
  description: string;
38714
+ type: string;
38715
+ format: string;
38716
+ "x-go-type": string;
38717
+ "x-go-type-import": {
38718
+ path: string;
38719
+ };
38720
+ };
38721
+ owner_id: {
38722
+ description: string;
38723
+ "x-oapi-codegen-extra-tags": {
38724
+ db: string;
38725
+ json: string;
38726
+ };
38727
+ type: string;
38728
+ format: string;
38729
+ "x-go-type": string;
38730
+ "x-go-type-import": {
38731
+ path: string;
38732
+ };
37981
38733
  };
37982
- isDefault: {
38734
+ is_default: {
37983
38735
  type: string;
37984
38736
  description: string;
37985
38737
  "x-oapi-codegen-extra-tags": {
@@ -37997,13 +38749,15 @@ declare const schema: {
37997
38749
  };
37998
38750
  emails: {
37999
38751
  type: string;
38752
+ "x-go-type": string;
38000
38753
  items: {
38001
38754
  type: string;
38002
38755
  format: string;
38756
+ "x-go-type": string;
38003
38757
  description: string;
38004
38758
  };
38005
38759
  };
38006
- orgId: {
38760
+ org_id: {
38007
38761
  type: string;
38008
38762
  description: string;
38009
38763
  "x-oapi-codegen-extra-tags": {
@@ -38011,7 +38765,7 @@ declare const schema: {
38011
38765
  json: string;
38012
38766
  };
38013
38767
  };
38014
- expiresAt: {
38768
+ expires_at: {
38015
38769
  type: string;
38016
38770
  format: string;
38017
38771
  description: string;
@@ -38024,8 +38778,9 @@ declare const schema: {
38024
38778
  type: string;
38025
38779
  description: string;
38026
38780
  };
38027
- acceptedBy: {
38781
+ accepted_by: {
38028
38782
  type: string;
38783
+ "x-go-type": string;
38029
38784
  items: {
38030
38785
  type: string;
38031
38786
  };
@@ -38037,6 +38792,7 @@ declare const schema: {
38037
38792
  };
38038
38793
  roles: {
38039
38794
  type: string;
38795
+ "x-go-type": string;
38040
38796
  items: {
38041
38797
  type: string;
38042
38798
  description: string;
@@ -38044,6 +38800,7 @@ declare const schema: {
38044
38800
  };
38045
38801
  teams: {
38046
38802
  type: string;
38803
+ "x-go-type": string;
38047
38804
  items: {
38048
38805
  type: string;
38049
38806
  description: string;
@@ -38055,7 +38812,7 @@ declare const schema: {
38055
38812
  enum: string[];
38056
38813
  description: string;
38057
38814
  };
38058
- createdAt: {
38815
+ created_at: {
38059
38816
  type: string;
38060
38817
  format: string;
38061
38818
  description: string;
@@ -38064,7 +38821,7 @@ declare const schema: {
38064
38821
  json: string;
38065
38822
  };
38066
38823
  };
38067
- updatedAt: {
38824
+ updated_at: {
38068
38825
  type: string;
38069
38826
  format: string;
38070
38827
  description: string;
@@ -38073,7 +38830,7 @@ declare const schema: {
38073
38830
  json: string;
38074
38831
  };
38075
38832
  };
38076
- deletedAt: {
38833
+ deleted_at: {
38077
38834
  type: string;
38078
38835
  format: string;
38079
38836
  "x-go-type": string;
@@ -38112,6 +38869,15 @@ declare const schema: {
38112
38869
  type: string;
38113
38870
  };
38114
38871
  };
38872
+ invitation_id: {
38873
+ name: string;
38874
+ in: string;
38875
+ required: boolean;
38876
+ description: string;
38877
+ schema: {
38878
+ type: string;
38879
+ };
38880
+ };
38115
38881
  };
38116
38882
  responses: {
38117
38883
  "400": {
@@ -38138,19 +38904,36 @@ declare const schema: {
38138
38904
  type: string;
38139
38905
  required: string[];
38140
38906
  properties: {
38141
- Data: {
38907
+ data: {
38142
38908
  type: string;
38143
38909
  items: {
38144
- "x-go-type": string;
38145
38910
  type: string;
38146
38911
  required: string[];
38147
38912
  properties: {
38148
38913
  id: {
38149
- ref: string;
38150
38914
  "x-go-name": string;
38151
38915
  description: string;
38916
+ type: string;
38917
+ format: string;
38918
+ "x-go-type": string;
38919
+ "x-go-type-import": {
38920
+ path: string;
38921
+ };
38922
+ };
38923
+ owner_id: {
38924
+ description: string;
38925
+ "x-oapi-codegen-extra-tags": {
38926
+ db: string;
38927
+ json: string;
38928
+ };
38929
+ type: string;
38930
+ format: string;
38931
+ "x-go-type": string;
38932
+ "x-go-type-import": {
38933
+ path: string;
38934
+ };
38152
38935
  };
38153
- isDefault: {
38936
+ is_default: {
38154
38937
  type: string;
38155
38938
  description: string;
38156
38939
  "x-oapi-codegen-extra-tags": {
@@ -38168,13 +38951,15 @@ declare const schema: {
38168
38951
  };
38169
38952
  emails: {
38170
38953
  type: string;
38954
+ "x-go-type": string;
38171
38955
  items: {
38172
38956
  type: string;
38173
38957
  format: string;
38958
+ "x-go-type": string;
38174
38959
  description: string;
38175
38960
  };
38176
38961
  };
38177
- orgId: {
38962
+ org_id: {
38178
38963
  type: string;
38179
38964
  description: string;
38180
38965
  "x-oapi-codegen-extra-tags": {
@@ -38182,7 +38967,7 @@ declare const schema: {
38182
38967
  json: string;
38183
38968
  };
38184
38969
  };
38185
- expiresAt: {
38970
+ expires_at: {
38186
38971
  type: string;
38187
38972
  format: string;
38188
38973
  description: string;
@@ -38195,8 +38980,9 @@ declare const schema: {
38195
38980
  type: string;
38196
38981
  description: string;
38197
38982
  };
38198
- acceptedBy: {
38983
+ accepted_by: {
38199
38984
  type: string;
38985
+ "x-go-type": string;
38200
38986
  items: {
38201
38987
  type: string;
38202
38988
  };
@@ -38208,6 +38994,7 @@ declare const schema: {
38208
38994
  };
38209
38995
  roles: {
38210
38996
  type: string;
38997
+ "x-go-type": string;
38211
38998
  items: {
38212
38999
  type: string;
38213
39000
  description: string;
@@ -38215,6 +39002,7 @@ declare const schema: {
38215
39002
  };
38216
39003
  teams: {
38217
39004
  type: string;
39005
+ "x-go-type": string;
38218
39006
  items: {
38219
39007
  type: string;
38220
39008
  description: string;
@@ -38226,7 +39014,7 @@ declare const schema: {
38226
39014
  enum: string[];
38227
39015
  description: string;
38228
39016
  };
38229
- createdAt: {
39017
+ created_at: {
38230
39018
  type: string;
38231
39019
  format: string;
38232
39020
  description: string;
@@ -38235,7 +39023,7 @@ declare const schema: {
38235
39023
  json: string;
38236
39024
  };
38237
39025
  };
38238
- updatedAt: {
39026
+ updated_at: {
38239
39027
  type: string;
38240
39028
  format: string;
38241
39029
  description: string;
@@ -38244,7 +39032,7 @@ declare const schema: {
38244
39032
  json: string;
38245
39033
  };
38246
39034
  };
38247
- deletedAt: {
39035
+ deleted_at: {
38248
39036
  type: string;
38249
39037
  format: string;
38250
39038
  "x-go-type": string;
@@ -38255,13 +39043,14 @@ declare const schema: {
38255
39043
  };
38256
39044
  };
38257
39045
  };
39046
+ "x-go-type": string;
38258
39047
  };
38259
39048
  description: string;
38260
39049
  "x-oapi-codegen-extra-tags": {
38261
39050
  json: string;
38262
39051
  };
38263
39052
  };
38264
- TotalCount: {
39053
+ total: {
38265
39054
  type: string;
38266
39055
  description: string;
38267
39056
  "x-oapi-codegen-extra-tags": {
@@ -38280,11 +39069,29 @@ declare const schema: {
38280
39069
  required: string[];
38281
39070
  properties: {
38282
39071
  id: {
38283
- ref: string;
38284
39072
  "x-go-name": string;
38285
39073
  description: string;
39074
+ type: string;
39075
+ format: string;
39076
+ "x-go-type": string;
39077
+ "x-go-type-import": {
39078
+ path: string;
39079
+ };
39080
+ };
39081
+ owner_id: {
39082
+ description: string;
39083
+ "x-oapi-codegen-extra-tags": {
39084
+ db: string;
39085
+ json: string;
39086
+ };
39087
+ type: string;
39088
+ format: string;
39089
+ "x-go-type": string;
39090
+ "x-go-type-import": {
39091
+ path: string;
39092
+ };
38286
39093
  };
38287
- isDefault: {
39094
+ is_default: {
38288
39095
  type: string;
38289
39096
  description: string;
38290
39097
  "x-oapi-codegen-extra-tags": {
@@ -38302,13 +39109,15 @@ declare const schema: {
38302
39109
  };
38303
39110
  emails: {
38304
39111
  type: string;
39112
+ "x-go-type": string;
38305
39113
  items: {
38306
39114
  type: string;
38307
39115
  format: string;
39116
+ "x-go-type": string;
38308
39117
  description: string;
38309
39118
  };
38310
39119
  };
38311
- orgId: {
39120
+ org_id: {
38312
39121
  type: string;
38313
39122
  description: string;
38314
39123
  "x-oapi-codegen-extra-tags": {
@@ -38316,7 +39125,7 @@ declare const schema: {
38316
39125
  json: string;
38317
39126
  };
38318
39127
  };
38319
- expiresAt: {
39128
+ expires_at: {
38320
39129
  type: string;
38321
39130
  format: string;
38322
39131
  description: string;
@@ -38329,8 +39138,9 @@ declare const schema: {
38329
39138
  type: string;
38330
39139
  description: string;
38331
39140
  };
38332
- acceptedBy: {
39141
+ accepted_by: {
38333
39142
  type: string;
39143
+ "x-go-type": string;
38334
39144
  items: {
38335
39145
  type: string;
38336
39146
  };
@@ -38342,6 +39152,7 @@ declare const schema: {
38342
39152
  };
38343
39153
  roles: {
38344
39154
  type: string;
39155
+ "x-go-type": string;
38345
39156
  items: {
38346
39157
  type: string;
38347
39158
  description: string;
@@ -38349,6 +39160,7 @@ declare const schema: {
38349
39160
  };
38350
39161
  teams: {
38351
39162
  type: string;
39163
+ "x-go-type": string;
38352
39164
  items: {
38353
39165
  type: string;
38354
39166
  description: string;
@@ -38360,7 +39172,7 @@ declare const schema: {
38360
39172
  enum: string[];
38361
39173
  description: string;
38362
39174
  };
38363
- createdAt: {
39175
+ created_at: {
38364
39176
  type: string;
38365
39177
  format: string;
38366
39178
  description: string;
@@ -38369,7 +39181,7 @@ declare const schema: {
38369
39181
  json: string;
38370
39182
  };
38371
39183
  };
38372
- updatedAt: {
39184
+ updated_at: {
38373
39185
  type: string;
38374
39186
  format: string;
38375
39187
  description: string;
@@ -38378,7 +39190,7 @@ declare const schema: {
38378
39190
  json: string;
38379
39191
  };
38380
39192
  };
38381
- deletedAt: {
39193
+ deleted_at: {
38382
39194
  type: string;
38383
39195
  format: string;
38384
39196
  "x-go-type": string;