@meshery/schemas 0.8.61 → 0.8.63

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,7 +37679,7 @@ declare const schema: {
37679
37679
  description: string;
37680
37680
  }[];
37681
37681
  paths: {
37682
- "/api/organizations/invitations/{id}": {
37682
+ "/api/organizations/invitations/{invitationId}": {
37683
37683
  get: {
37684
37684
  "x-internal": string[];
37685
37685
  operationId: string;
@@ -37712,7 +37712,7 @@ declare const schema: {
37712
37712
  path: string;
37713
37713
  };
37714
37714
  };
37715
- ownerId: {
37715
+ owner_id: {
37716
37716
  description: string;
37717
37717
  "x-oapi-codegen-extra-tags": {
37718
37718
  db: string;
@@ -37725,7 +37725,7 @@ declare const schema: {
37725
37725
  path: string;
37726
37726
  };
37727
37727
  };
37728
- isDefault: {
37728
+ is_default: {
37729
37729
  type: string;
37730
37730
  description: string;
37731
37731
  "x-oapi-codegen-extra-tags": {
@@ -37751,7 +37751,7 @@ declare const schema: {
37751
37751
  description: string;
37752
37752
  };
37753
37753
  };
37754
- orgId: {
37754
+ org_id: {
37755
37755
  type: string;
37756
37756
  description: string;
37757
37757
  "x-oapi-codegen-extra-tags": {
@@ -37759,7 +37759,7 @@ declare const schema: {
37759
37759
  json: string;
37760
37760
  };
37761
37761
  };
37762
- expiresAt: {
37762
+ expires_at: {
37763
37763
  type: string;
37764
37764
  format: string;
37765
37765
  description: string;
@@ -37772,7 +37772,7 @@ declare const schema: {
37772
37772
  type: string;
37773
37773
  description: string;
37774
37774
  };
37775
- acceptedBy: {
37775
+ accepted_by: {
37776
37776
  type: string;
37777
37777
  "x-go-type": string;
37778
37778
  items: {
@@ -37806,7 +37806,7 @@ declare const schema: {
37806
37806
  enum: string[];
37807
37807
  description: string;
37808
37808
  };
37809
- createdAt: {
37809
+ created_at: {
37810
37810
  type: string;
37811
37811
  format: string;
37812
37812
  description: string;
@@ -37815,7 +37815,7 @@ declare const schema: {
37815
37815
  json: string;
37816
37816
  };
37817
37817
  };
37818
- updatedAt: {
37818
+ updated_at: {
37819
37819
  type: string;
37820
37820
  format: string;
37821
37821
  description: string;
@@ -37824,7 +37824,7 @@ declare const schema: {
37824
37824
  json: string;
37825
37825
  };
37826
37826
  };
37827
- deletedAt: {
37827
+ deleted_at: {
37828
37828
  type: string;
37829
37829
  format: string;
37830
37830
  "x-go-type": string;
@@ -37850,6 +37850,35 @@ declare const schema: {
37850
37850
  };
37851
37851
  };
37852
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
+ };
37853
37882
  put: {
37854
37883
  "x-internal": string[];
37855
37884
  operationId: string;
@@ -37881,7 +37910,7 @@ declare const schema: {
37881
37910
  path: string;
37882
37911
  };
37883
37912
  };
37884
- ownerId: {
37913
+ owner_id: {
37885
37914
  description: string;
37886
37915
  "x-oapi-codegen-extra-tags": {
37887
37916
  db: string;
@@ -37894,7 +37923,7 @@ declare const schema: {
37894
37923
  path: string;
37895
37924
  };
37896
37925
  };
37897
- isDefault: {
37926
+ is_default: {
37898
37927
  type: string;
37899
37928
  description: string;
37900
37929
  "x-oapi-codegen-extra-tags": {
@@ -37920,7 +37949,7 @@ declare const schema: {
37920
37949
  description: string;
37921
37950
  };
37922
37951
  };
37923
- orgId: {
37952
+ org_id: {
37924
37953
  type: string;
37925
37954
  description: string;
37926
37955
  "x-oapi-codegen-extra-tags": {
@@ -37928,7 +37957,7 @@ declare const schema: {
37928
37957
  json: string;
37929
37958
  };
37930
37959
  };
37931
- expiresAt: {
37960
+ expires_at: {
37932
37961
  type: string;
37933
37962
  format: string;
37934
37963
  description: string;
@@ -37941,7 +37970,7 @@ declare const schema: {
37941
37970
  type: string;
37942
37971
  description: string;
37943
37972
  };
37944
- acceptedBy: {
37973
+ accepted_by: {
37945
37974
  type: string;
37946
37975
  "x-go-type": string;
37947
37976
  items: {
@@ -37975,7 +38004,7 @@ declare const schema: {
37975
38004
  enum: string[];
37976
38005
  description: string;
37977
38006
  };
37978
- createdAt: {
38007
+ created_at: {
37979
38008
  type: string;
37980
38009
  format: string;
37981
38010
  description: string;
@@ -37984,7 +38013,7 @@ declare const schema: {
37984
38013
  json: string;
37985
38014
  };
37986
38015
  };
37987
- updatedAt: {
38016
+ updated_at: {
37988
38017
  type: string;
37989
38018
  format: string;
37990
38019
  description: string;
@@ -37993,7 +38022,7 @@ declare const schema: {
37993
38022
  json: string;
37994
38023
  };
37995
38024
  };
37996
- deletedAt: {
38025
+ deleted_at: {
37997
38026
  type: string;
37998
38027
  format: string;
37999
38028
  "x-go-type": string;
@@ -38027,7 +38056,7 @@ declare const schema: {
38027
38056
  path: string;
38028
38057
  };
38029
38058
  };
38030
- ownerId: {
38059
+ owner_id: {
38031
38060
  description: string;
38032
38061
  "x-oapi-codegen-extra-tags": {
38033
38062
  db: string;
@@ -38040,7 +38069,7 @@ declare const schema: {
38040
38069
  path: string;
38041
38070
  };
38042
38071
  };
38043
- isDefault: {
38072
+ is_default: {
38044
38073
  type: string;
38045
38074
  description: string;
38046
38075
  "x-oapi-codegen-extra-tags": {
@@ -38066,7 +38095,7 @@ declare const schema: {
38066
38095
  description: string;
38067
38096
  };
38068
38097
  };
38069
- orgId: {
38098
+ org_id: {
38070
38099
  type: string;
38071
38100
  description: string;
38072
38101
  "x-oapi-codegen-extra-tags": {
@@ -38074,7 +38103,7 @@ declare const schema: {
38074
38103
  json: string;
38075
38104
  };
38076
38105
  };
38077
- expiresAt: {
38106
+ expires_at: {
38078
38107
  type: string;
38079
38108
  format: string;
38080
38109
  description: string;
@@ -38087,7 +38116,7 @@ declare const schema: {
38087
38116
  type: string;
38088
38117
  description: string;
38089
38118
  };
38090
- acceptedBy: {
38119
+ accepted_by: {
38091
38120
  type: string;
38092
38121
  "x-go-type": string;
38093
38122
  items: {
@@ -38121,7 +38150,7 @@ declare const schema: {
38121
38150
  enum: string[];
38122
38151
  description: string;
38123
38152
  };
38124
- createdAt: {
38153
+ created_at: {
38125
38154
  type: string;
38126
38155
  format: string;
38127
38156
  description: string;
@@ -38130,7 +38159,7 @@ declare const schema: {
38130
38159
  json: string;
38131
38160
  };
38132
38161
  };
38133
- updatedAt: {
38162
+ updated_at: {
38134
38163
  type: string;
38135
38164
  format: string;
38136
38165
  description: string;
@@ -38139,7 +38168,7 @@ declare const schema: {
38139
38168
  json: string;
38140
38169
  };
38141
38170
  };
38142
- deletedAt: {
38171
+ deleted_at: {
38143
38172
  type: string;
38144
38173
  format: string;
38145
38174
  "x-go-type": string;
@@ -38180,7 +38209,7 @@ declare const schema: {
38180
38209
  type: string;
38181
38210
  required: string[];
38182
38211
  properties: {
38183
- Data: {
38212
+ data: {
38184
38213
  type: string;
38185
38214
  items: {
38186
38215
  type: string;
@@ -38196,7 +38225,7 @@ declare const schema: {
38196
38225
  path: string;
38197
38226
  };
38198
38227
  };
38199
- ownerId: {
38228
+ owner_id: {
38200
38229
  description: string;
38201
38230
  "x-oapi-codegen-extra-tags": {
38202
38231
  db: string;
@@ -38209,7 +38238,7 @@ declare const schema: {
38209
38238
  path: string;
38210
38239
  };
38211
38240
  };
38212
- isDefault: {
38241
+ is_default: {
38213
38242
  type: string;
38214
38243
  description: string;
38215
38244
  "x-oapi-codegen-extra-tags": {
@@ -38235,7 +38264,7 @@ declare const schema: {
38235
38264
  description: string;
38236
38265
  };
38237
38266
  };
38238
- orgId: {
38267
+ org_id: {
38239
38268
  type: string;
38240
38269
  description: string;
38241
38270
  "x-oapi-codegen-extra-tags": {
@@ -38243,7 +38272,7 @@ declare const schema: {
38243
38272
  json: string;
38244
38273
  };
38245
38274
  };
38246
- expiresAt: {
38275
+ expires_at: {
38247
38276
  type: string;
38248
38277
  format: string;
38249
38278
  description: string;
@@ -38256,7 +38285,7 @@ declare const schema: {
38256
38285
  type: string;
38257
38286
  description: string;
38258
38287
  };
38259
- acceptedBy: {
38288
+ accepted_by: {
38260
38289
  type: string;
38261
38290
  "x-go-type": string;
38262
38291
  items: {
@@ -38290,7 +38319,7 @@ declare const schema: {
38290
38319
  enum: string[];
38291
38320
  description: string;
38292
38321
  };
38293
- createdAt: {
38322
+ created_at: {
38294
38323
  type: string;
38295
38324
  format: string;
38296
38325
  description: string;
@@ -38299,7 +38328,7 @@ declare const schema: {
38299
38328
  json: string;
38300
38329
  };
38301
38330
  };
38302
- updatedAt: {
38331
+ updated_at: {
38303
38332
  type: string;
38304
38333
  format: string;
38305
38334
  description: string;
@@ -38308,7 +38337,7 @@ declare const schema: {
38308
38337
  json: string;
38309
38338
  };
38310
38339
  };
38311
- deletedAt: {
38340
+ deleted_at: {
38312
38341
  type: string;
38313
38342
  format: string;
38314
38343
  "x-go-type": string;
@@ -38326,7 +38355,7 @@ declare const schema: {
38326
38355
  json: string;
38327
38356
  };
38328
38357
  };
38329
- Total: {
38358
+ total: {
38330
38359
  type: string;
38331
38360
  description: string;
38332
38361
  "x-oapi-codegen-extra-tags": {
@@ -38371,7 +38400,7 @@ declare const schema: {
38371
38400
  path: string;
38372
38401
  };
38373
38402
  };
38374
- ownerId: {
38403
+ owner_id: {
38375
38404
  description: string;
38376
38405
  "x-oapi-codegen-extra-tags": {
38377
38406
  db: string;
@@ -38384,7 +38413,7 @@ declare const schema: {
38384
38413
  path: string;
38385
38414
  };
38386
38415
  };
38387
- isDefault: {
38416
+ is_default: {
38388
38417
  type: string;
38389
38418
  description: string;
38390
38419
  "x-oapi-codegen-extra-tags": {
@@ -38410,7 +38439,7 @@ declare const schema: {
38410
38439
  description: string;
38411
38440
  };
38412
38441
  };
38413
- orgId: {
38442
+ org_id: {
38414
38443
  type: string;
38415
38444
  description: string;
38416
38445
  "x-oapi-codegen-extra-tags": {
@@ -38418,7 +38447,7 @@ declare const schema: {
38418
38447
  json: string;
38419
38448
  };
38420
38449
  };
38421
- expiresAt: {
38450
+ expires_at: {
38422
38451
  type: string;
38423
38452
  format: string;
38424
38453
  description: string;
@@ -38431,7 +38460,7 @@ declare const schema: {
38431
38460
  type: string;
38432
38461
  description: string;
38433
38462
  };
38434
- acceptedBy: {
38463
+ accepted_by: {
38435
38464
  type: string;
38436
38465
  "x-go-type": string;
38437
38466
  items: {
@@ -38465,7 +38494,7 @@ declare const schema: {
38465
38494
  enum: string[];
38466
38495
  description: string;
38467
38496
  };
38468
- createdAt: {
38497
+ created_at: {
38469
38498
  type: string;
38470
38499
  format: string;
38471
38500
  description: string;
@@ -38474,7 +38503,7 @@ declare const schema: {
38474
38503
  json: string;
38475
38504
  };
38476
38505
  };
38477
- updatedAt: {
38506
+ updated_at: {
38478
38507
  type: string;
38479
38508
  format: string;
38480
38509
  description: string;
@@ -38483,7 +38512,7 @@ declare const schema: {
38483
38512
  json: string;
38484
38513
  };
38485
38514
  };
38486
- deletedAt: {
38515
+ deleted_at: {
38487
38516
  type: string;
38488
38517
  format: string;
38489
38518
  "x-go-type": string;
@@ -38517,7 +38546,179 @@ declare const schema: {
38517
38546
  path: string;
38518
38547
  };
38519
38548
  };
38520
- ownerId: {
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;
38650
+ };
38651
+ };
38652
+ updated_at: {
38653
+ type: string;
38654
+ format: string;
38655
+ description: string;
38656
+ "x-oapi-codegen-extra-tags": {
38657
+ db: string;
38658
+ json: string;
38659
+ };
38660
+ };
38661
+ deleted_at: {
38662
+ type: string;
38663
+ format: string;
38664
+ "x-go-type": string;
38665
+ description: string;
38666
+ "x-oapi-codegen-extra-tags": {
38667
+ db: string;
38668
+ json: string;
38669
+ };
38670
+ };
38671
+ };
38672
+ };
38673
+ };
38674
+ };
38675
+ };
38676
+ "400": {
38677
+ description: string;
38678
+ };
38679
+ "401": {
38680
+ description: string;
38681
+ };
38682
+ "500": {
38683
+ description: string;
38684
+ };
38685
+ };
38686
+ };
38687
+ };
38688
+ "/api/organizations/invitations/{invitationId}/accept": {
38689
+ post: {
38690
+ "x-internal": string[];
38691
+ operationId: string;
38692
+ tags: string[];
38693
+ summary: string;
38694
+ parameters: {
38695
+ name: string;
38696
+ in: string;
38697
+ required: boolean;
38698
+ description: string;
38699
+ schema: {
38700
+ type: string;
38701
+ };
38702
+ }[];
38703
+ responses: {
38704
+ "200": {
38705
+ content: {
38706
+ "application/json": {
38707
+ schema: {
38708
+ type: string;
38709
+ required: string[];
38710
+ properties: {
38711
+ id: {
38712
+ "x-go-name": string;
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: {
38521
38722
  description: string;
38522
38723
  "x-oapi-codegen-extra-tags": {
38523
38724
  db: string;
@@ -38530,7 +38731,7 @@ declare const schema: {
38530
38731
  path: string;
38531
38732
  };
38532
38733
  };
38533
- isDefault: {
38734
+ is_default: {
38534
38735
  type: string;
38535
38736
  description: string;
38536
38737
  "x-oapi-codegen-extra-tags": {
@@ -38556,7 +38757,7 @@ declare const schema: {
38556
38757
  description: string;
38557
38758
  };
38558
38759
  };
38559
- orgId: {
38760
+ org_id: {
38560
38761
  type: string;
38561
38762
  description: string;
38562
38763
  "x-oapi-codegen-extra-tags": {
@@ -38564,7 +38765,7 @@ declare const schema: {
38564
38765
  json: string;
38565
38766
  };
38566
38767
  };
38567
- expiresAt: {
38768
+ expires_at: {
38568
38769
  type: string;
38569
38770
  format: string;
38570
38771
  description: string;
@@ -38577,7 +38778,7 @@ declare const schema: {
38577
38778
  type: string;
38578
38779
  description: string;
38579
38780
  };
38580
- acceptedBy: {
38781
+ accepted_by: {
38581
38782
  type: string;
38582
38783
  "x-go-type": string;
38583
38784
  items: {
@@ -38611,7 +38812,7 @@ declare const schema: {
38611
38812
  enum: string[];
38612
38813
  description: string;
38613
38814
  };
38614
- createdAt: {
38815
+ created_at: {
38615
38816
  type: string;
38616
38817
  format: string;
38617
38818
  description: string;
@@ -38620,7 +38821,7 @@ declare const schema: {
38620
38821
  json: string;
38621
38822
  };
38622
38823
  };
38623
- updatedAt: {
38824
+ updated_at: {
38624
38825
  type: string;
38625
38826
  format: string;
38626
38827
  description: string;
@@ -38629,7 +38830,7 @@ declare const schema: {
38629
38830
  json: string;
38630
38831
  };
38631
38832
  };
38632
- deletedAt: {
38833
+ deleted_at: {
38633
38834
  type: string;
38634
38835
  format: string;
38635
38836
  "x-go-type": string;
@@ -38668,6 +38869,15 @@ declare const schema: {
38668
38869
  type: string;
38669
38870
  };
38670
38871
  };
38872
+ invitation_id: {
38873
+ name: string;
38874
+ in: string;
38875
+ required: boolean;
38876
+ description: string;
38877
+ schema: {
38878
+ type: string;
38879
+ };
38880
+ };
38671
38881
  };
38672
38882
  responses: {
38673
38883
  "400": {
@@ -38694,7 +38904,7 @@ declare const schema: {
38694
38904
  type: string;
38695
38905
  required: string[];
38696
38906
  properties: {
38697
- Data: {
38907
+ data: {
38698
38908
  type: string;
38699
38909
  items: {
38700
38910
  type: string;
@@ -38710,7 +38920,7 @@ declare const schema: {
38710
38920
  path: string;
38711
38921
  };
38712
38922
  };
38713
- ownerId: {
38923
+ owner_id: {
38714
38924
  description: string;
38715
38925
  "x-oapi-codegen-extra-tags": {
38716
38926
  db: string;
@@ -38723,7 +38933,7 @@ declare const schema: {
38723
38933
  path: string;
38724
38934
  };
38725
38935
  };
38726
- isDefault: {
38936
+ is_default: {
38727
38937
  type: string;
38728
38938
  description: string;
38729
38939
  "x-oapi-codegen-extra-tags": {
@@ -38749,7 +38959,7 @@ declare const schema: {
38749
38959
  description: string;
38750
38960
  };
38751
38961
  };
38752
- orgId: {
38962
+ org_id: {
38753
38963
  type: string;
38754
38964
  description: string;
38755
38965
  "x-oapi-codegen-extra-tags": {
@@ -38757,7 +38967,7 @@ declare const schema: {
38757
38967
  json: string;
38758
38968
  };
38759
38969
  };
38760
- expiresAt: {
38970
+ expires_at: {
38761
38971
  type: string;
38762
38972
  format: string;
38763
38973
  description: string;
@@ -38770,7 +38980,7 @@ declare const schema: {
38770
38980
  type: string;
38771
38981
  description: string;
38772
38982
  };
38773
- acceptedBy: {
38983
+ accepted_by: {
38774
38984
  type: string;
38775
38985
  "x-go-type": string;
38776
38986
  items: {
@@ -38804,7 +39014,7 @@ declare const schema: {
38804
39014
  enum: string[];
38805
39015
  description: string;
38806
39016
  };
38807
- createdAt: {
39017
+ created_at: {
38808
39018
  type: string;
38809
39019
  format: string;
38810
39020
  description: string;
@@ -38813,7 +39023,7 @@ declare const schema: {
38813
39023
  json: string;
38814
39024
  };
38815
39025
  };
38816
- updatedAt: {
39026
+ updated_at: {
38817
39027
  type: string;
38818
39028
  format: string;
38819
39029
  description: string;
@@ -38822,7 +39032,7 @@ declare const schema: {
38822
39032
  json: string;
38823
39033
  };
38824
39034
  };
38825
- deletedAt: {
39035
+ deleted_at: {
38826
39036
  type: string;
38827
39037
  format: string;
38828
39038
  "x-go-type": string;
@@ -38840,7 +39050,7 @@ declare const schema: {
38840
39050
  json: string;
38841
39051
  };
38842
39052
  };
38843
- Total: {
39053
+ total: {
38844
39054
  type: string;
38845
39055
  description: string;
38846
39056
  "x-oapi-codegen-extra-tags": {
@@ -38868,7 +39078,7 @@ declare const schema: {
38868
39078
  path: string;
38869
39079
  };
38870
39080
  };
38871
- ownerId: {
39081
+ owner_id: {
38872
39082
  description: string;
38873
39083
  "x-oapi-codegen-extra-tags": {
38874
39084
  db: string;
@@ -38881,7 +39091,7 @@ declare const schema: {
38881
39091
  path: string;
38882
39092
  };
38883
39093
  };
38884
- isDefault: {
39094
+ is_default: {
38885
39095
  type: string;
38886
39096
  description: string;
38887
39097
  "x-oapi-codegen-extra-tags": {
@@ -38907,7 +39117,7 @@ declare const schema: {
38907
39117
  description: string;
38908
39118
  };
38909
39119
  };
38910
- orgId: {
39120
+ org_id: {
38911
39121
  type: string;
38912
39122
  description: string;
38913
39123
  "x-oapi-codegen-extra-tags": {
@@ -38915,7 +39125,7 @@ declare const schema: {
38915
39125
  json: string;
38916
39126
  };
38917
39127
  };
38918
- expiresAt: {
39128
+ expires_at: {
38919
39129
  type: string;
38920
39130
  format: string;
38921
39131
  description: string;
@@ -38928,7 +39138,7 @@ declare const schema: {
38928
39138
  type: string;
38929
39139
  description: string;
38930
39140
  };
38931
- acceptedBy: {
39141
+ accepted_by: {
38932
39142
  type: string;
38933
39143
  "x-go-type": string;
38934
39144
  items: {
@@ -38962,7 +39172,7 @@ declare const schema: {
38962
39172
  enum: string[];
38963
39173
  description: string;
38964
39174
  };
38965
- createdAt: {
39175
+ created_at: {
38966
39176
  type: string;
38967
39177
  format: string;
38968
39178
  description: string;
@@ -38971,7 +39181,7 @@ declare const schema: {
38971
39181
  json: string;
38972
39182
  };
38973
39183
  };
38974
- updatedAt: {
39184
+ updated_at: {
38975
39185
  type: string;
38976
39186
  format: string;
38977
39187
  description: string;
@@ -38980,7 +39190,7 @@ declare const schema: {
38980
39190
  json: string;
38981
39191
  };
38982
39192
  };
38983
- deletedAt: {
39193
+ deleted_at: {
38984
39194
  type: string;
38985
39195
  format: string;
38986
39196
  "x-go-type": string;