@seamapi/types 1.411.0 → 1.411.1
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/connect.cjs +153 -752
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +144 -694
- package/lib/seam/connect/openapi.d.ts +144 -694
- package/lib/seam/connect/openapi.js +153 -752
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +164 -836
package/dist/connect.d.cts
CHANGED
|
@@ -21772,6 +21772,140 @@ declare const _default: {
|
|
|
21772
21772
|
type: string;
|
|
21773
21773
|
'x-route-path': string;
|
|
21774
21774
|
};
|
|
21775
|
+
access_grant: {
|
|
21776
|
+
properties: {
|
|
21777
|
+
access_grant_id: {
|
|
21778
|
+
description: string;
|
|
21779
|
+
format: string;
|
|
21780
|
+
type: string;
|
|
21781
|
+
};
|
|
21782
|
+
access_method_ids: {
|
|
21783
|
+
description: string;
|
|
21784
|
+
items: {
|
|
21785
|
+
format: string;
|
|
21786
|
+
type: string;
|
|
21787
|
+
};
|
|
21788
|
+
type: string;
|
|
21789
|
+
};
|
|
21790
|
+
created_at: {
|
|
21791
|
+
description: string;
|
|
21792
|
+
format: string;
|
|
21793
|
+
type: string;
|
|
21794
|
+
};
|
|
21795
|
+
display_name: {
|
|
21796
|
+
description: string;
|
|
21797
|
+
type: string;
|
|
21798
|
+
};
|
|
21799
|
+
location_ids: {
|
|
21800
|
+
deprecated: boolean;
|
|
21801
|
+
items: {
|
|
21802
|
+
format: string;
|
|
21803
|
+
type: string;
|
|
21804
|
+
};
|
|
21805
|
+
type: string;
|
|
21806
|
+
'x-deprecated': string;
|
|
21807
|
+
};
|
|
21808
|
+
requested_access_methods: {
|
|
21809
|
+
description: string;
|
|
21810
|
+
items: {
|
|
21811
|
+
properties: {
|
|
21812
|
+
created_access_method_ids: {
|
|
21813
|
+
description: string;
|
|
21814
|
+
items: {
|
|
21815
|
+
format: string;
|
|
21816
|
+
type: string;
|
|
21817
|
+
};
|
|
21818
|
+
type: string;
|
|
21819
|
+
};
|
|
21820
|
+
created_at: {
|
|
21821
|
+
description: string;
|
|
21822
|
+
format: string;
|
|
21823
|
+
type: string;
|
|
21824
|
+
};
|
|
21825
|
+
display_name: {
|
|
21826
|
+
description: string;
|
|
21827
|
+
type: string;
|
|
21828
|
+
};
|
|
21829
|
+
mode: {
|
|
21830
|
+
description: string;
|
|
21831
|
+
enum: string[];
|
|
21832
|
+
type: string;
|
|
21833
|
+
};
|
|
21834
|
+
};
|
|
21835
|
+
required: string[];
|
|
21836
|
+
type: string;
|
|
21837
|
+
};
|
|
21838
|
+
type: string;
|
|
21839
|
+
};
|
|
21840
|
+
space_ids: {
|
|
21841
|
+
description: string;
|
|
21842
|
+
items: {
|
|
21843
|
+
format: string;
|
|
21844
|
+
type: string;
|
|
21845
|
+
};
|
|
21846
|
+
type: string;
|
|
21847
|
+
};
|
|
21848
|
+
user_identity_id: {
|
|
21849
|
+
description: string;
|
|
21850
|
+
format: string;
|
|
21851
|
+
type: string;
|
|
21852
|
+
};
|
|
21853
|
+
workspace_id: {
|
|
21854
|
+
description: string;
|
|
21855
|
+
format: string;
|
|
21856
|
+
type: string;
|
|
21857
|
+
};
|
|
21858
|
+
};
|
|
21859
|
+
required: string[];
|
|
21860
|
+
type: string;
|
|
21861
|
+
'x-draft': string;
|
|
21862
|
+
'x-route-path': string;
|
|
21863
|
+
};
|
|
21864
|
+
access_method: {
|
|
21865
|
+
properties: {
|
|
21866
|
+
access_method_id: {
|
|
21867
|
+
description: string;
|
|
21868
|
+
format: string;
|
|
21869
|
+
type: string;
|
|
21870
|
+
};
|
|
21871
|
+
created_at: {
|
|
21872
|
+
description: string;
|
|
21873
|
+
format: string;
|
|
21874
|
+
type: string;
|
|
21875
|
+
};
|
|
21876
|
+
display_name: {
|
|
21877
|
+
description: string;
|
|
21878
|
+
type: string;
|
|
21879
|
+
};
|
|
21880
|
+
instant_key_url: {
|
|
21881
|
+
description: string;
|
|
21882
|
+
type: string;
|
|
21883
|
+
};
|
|
21884
|
+
is_card_encoding_required: {
|
|
21885
|
+
description: string;
|
|
21886
|
+
type: string;
|
|
21887
|
+
};
|
|
21888
|
+
issued_at: {
|
|
21889
|
+
description: string;
|
|
21890
|
+
format: string;
|
|
21891
|
+
type: string;
|
|
21892
|
+
};
|
|
21893
|
+
mode: {
|
|
21894
|
+
description: string;
|
|
21895
|
+
enum: string[];
|
|
21896
|
+
type: string;
|
|
21897
|
+
};
|
|
21898
|
+
workspace_id: {
|
|
21899
|
+
description: string;
|
|
21900
|
+
format: string;
|
|
21901
|
+
type: string;
|
|
21902
|
+
};
|
|
21903
|
+
};
|
|
21904
|
+
required: string[];
|
|
21905
|
+
type: string;
|
|
21906
|
+
'x-draft': string;
|
|
21907
|
+
'x-route-path': string;
|
|
21908
|
+
};
|
|
21775
21909
|
acs_access_group: {
|
|
21776
21910
|
description: string;
|
|
21777
21911
|
properties: {
|
|
@@ -35142,93 +35276,7 @@ declare const _default: {
|
|
|
35142
35276
|
schema: {
|
|
35143
35277
|
properties: {
|
|
35144
35278
|
access_grant: {
|
|
35145
|
-
|
|
35146
|
-
access_grant_id: {
|
|
35147
|
-
description: string;
|
|
35148
|
-
format: string;
|
|
35149
|
-
type: string;
|
|
35150
|
-
};
|
|
35151
|
-
access_method_ids: {
|
|
35152
|
-
description: string;
|
|
35153
|
-
items: {
|
|
35154
|
-
format: string;
|
|
35155
|
-
type: string;
|
|
35156
|
-
};
|
|
35157
|
-
type: string;
|
|
35158
|
-
};
|
|
35159
|
-
created_at: {
|
|
35160
|
-
description: string;
|
|
35161
|
-
format: string;
|
|
35162
|
-
type: string;
|
|
35163
|
-
};
|
|
35164
|
-
display_name: {
|
|
35165
|
-
description: string;
|
|
35166
|
-
type: string;
|
|
35167
|
-
};
|
|
35168
|
-
location_ids: {
|
|
35169
|
-
deprecated: boolean;
|
|
35170
|
-
items: {
|
|
35171
|
-
format: string;
|
|
35172
|
-
type: string;
|
|
35173
|
-
};
|
|
35174
|
-
type: string;
|
|
35175
|
-
'x-deprecated': string;
|
|
35176
|
-
};
|
|
35177
|
-
requested_access_methods: {
|
|
35178
|
-
description: string;
|
|
35179
|
-
items: {
|
|
35180
|
-
properties: {
|
|
35181
|
-
created_access_method_ids: {
|
|
35182
|
-
description: string;
|
|
35183
|
-
items: {
|
|
35184
|
-
format: string;
|
|
35185
|
-
type: string;
|
|
35186
|
-
};
|
|
35187
|
-
type: string;
|
|
35188
|
-
};
|
|
35189
|
-
created_at: {
|
|
35190
|
-
description: string;
|
|
35191
|
-
format: string;
|
|
35192
|
-
type: string;
|
|
35193
|
-
};
|
|
35194
|
-
display_name: {
|
|
35195
|
-
description: string;
|
|
35196
|
-
type: string;
|
|
35197
|
-
};
|
|
35198
|
-
mode: {
|
|
35199
|
-
description: string;
|
|
35200
|
-
enum: string[];
|
|
35201
|
-
type: string;
|
|
35202
|
-
};
|
|
35203
|
-
};
|
|
35204
|
-
required: string[];
|
|
35205
|
-
type: string;
|
|
35206
|
-
};
|
|
35207
|
-
type: string;
|
|
35208
|
-
};
|
|
35209
|
-
space_ids: {
|
|
35210
|
-
description: string;
|
|
35211
|
-
items: {
|
|
35212
|
-
format: string;
|
|
35213
|
-
type: string;
|
|
35214
|
-
};
|
|
35215
|
-
type: string;
|
|
35216
|
-
};
|
|
35217
|
-
user_identity_id: {
|
|
35218
|
-
description: string;
|
|
35219
|
-
format: string;
|
|
35220
|
-
type: string;
|
|
35221
|
-
};
|
|
35222
|
-
workspace_id: {
|
|
35223
|
-
description: string;
|
|
35224
|
-
format: string;
|
|
35225
|
-
type: string;
|
|
35226
|
-
};
|
|
35227
|
-
};
|
|
35228
|
-
required: string[];
|
|
35229
|
-
type: string;
|
|
35230
|
-
'x-draft': string;
|
|
35231
|
-
'x-route-path': string;
|
|
35279
|
+
$ref: string;
|
|
35232
35280
|
};
|
|
35233
35281
|
ok: {
|
|
35234
35282
|
type: string;
|
|
@@ -35382,93 +35430,7 @@ declare const _default: {
|
|
|
35382
35430
|
schema: {
|
|
35383
35431
|
properties: {
|
|
35384
35432
|
access_grant: {
|
|
35385
|
-
|
|
35386
|
-
access_grant_id: {
|
|
35387
|
-
description: string;
|
|
35388
|
-
format: string;
|
|
35389
|
-
type: string;
|
|
35390
|
-
};
|
|
35391
|
-
access_method_ids: {
|
|
35392
|
-
description: string;
|
|
35393
|
-
items: {
|
|
35394
|
-
format: string;
|
|
35395
|
-
type: string;
|
|
35396
|
-
};
|
|
35397
|
-
type: string;
|
|
35398
|
-
};
|
|
35399
|
-
created_at: {
|
|
35400
|
-
description: string;
|
|
35401
|
-
format: string;
|
|
35402
|
-
type: string;
|
|
35403
|
-
};
|
|
35404
|
-
display_name: {
|
|
35405
|
-
description: string;
|
|
35406
|
-
type: string;
|
|
35407
|
-
};
|
|
35408
|
-
location_ids: {
|
|
35409
|
-
deprecated: boolean;
|
|
35410
|
-
items: {
|
|
35411
|
-
format: string;
|
|
35412
|
-
type: string;
|
|
35413
|
-
};
|
|
35414
|
-
type: string;
|
|
35415
|
-
'x-deprecated': string;
|
|
35416
|
-
};
|
|
35417
|
-
requested_access_methods: {
|
|
35418
|
-
description: string;
|
|
35419
|
-
items: {
|
|
35420
|
-
properties: {
|
|
35421
|
-
created_access_method_ids: {
|
|
35422
|
-
description: string;
|
|
35423
|
-
items: {
|
|
35424
|
-
format: string;
|
|
35425
|
-
type: string;
|
|
35426
|
-
};
|
|
35427
|
-
type: string;
|
|
35428
|
-
};
|
|
35429
|
-
created_at: {
|
|
35430
|
-
description: string;
|
|
35431
|
-
format: string;
|
|
35432
|
-
type: string;
|
|
35433
|
-
};
|
|
35434
|
-
display_name: {
|
|
35435
|
-
description: string;
|
|
35436
|
-
type: string;
|
|
35437
|
-
};
|
|
35438
|
-
mode: {
|
|
35439
|
-
description: string;
|
|
35440
|
-
enum: string[];
|
|
35441
|
-
type: string;
|
|
35442
|
-
};
|
|
35443
|
-
};
|
|
35444
|
-
required: string[];
|
|
35445
|
-
type: string;
|
|
35446
|
-
};
|
|
35447
|
-
type: string;
|
|
35448
|
-
};
|
|
35449
|
-
space_ids: {
|
|
35450
|
-
description: string;
|
|
35451
|
-
items: {
|
|
35452
|
-
format: string;
|
|
35453
|
-
type: string;
|
|
35454
|
-
};
|
|
35455
|
-
type: string;
|
|
35456
|
-
};
|
|
35457
|
-
user_identity_id: {
|
|
35458
|
-
description: string;
|
|
35459
|
-
format: string;
|
|
35460
|
-
type: string;
|
|
35461
|
-
};
|
|
35462
|
-
workspace_id: {
|
|
35463
|
-
description: string;
|
|
35464
|
-
format: string;
|
|
35465
|
-
type: string;
|
|
35466
|
-
};
|
|
35467
|
-
};
|
|
35468
|
-
required: string[];
|
|
35469
|
-
type: string;
|
|
35470
|
-
'x-draft': string;
|
|
35471
|
-
'x-route-path': string;
|
|
35433
|
+
$ref: string;
|
|
35472
35434
|
};
|
|
35473
35435
|
ok: {
|
|
35474
35436
|
type: string;
|
|
@@ -35568,93 +35530,7 @@ declare const _default: {
|
|
|
35568
35530
|
properties: {
|
|
35569
35531
|
access_grants: {
|
|
35570
35532
|
items: {
|
|
35571
|
-
|
|
35572
|
-
access_grant_id: {
|
|
35573
|
-
description: string;
|
|
35574
|
-
format: string;
|
|
35575
|
-
type: string;
|
|
35576
|
-
};
|
|
35577
|
-
access_method_ids: {
|
|
35578
|
-
description: string;
|
|
35579
|
-
items: {
|
|
35580
|
-
format: string;
|
|
35581
|
-
type: string;
|
|
35582
|
-
};
|
|
35583
|
-
type: string;
|
|
35584
|
-
};
|
|
35585
|
-
created_at: {
|
|
35586
|
-
description: string;
|
|
35587
|
-
format: string;
|
|
35588
|
-
type: string;
|
|
35589
|
-
};
|
|
35590
|
-
display_name: {
|
|
35591
|
-
description: string;
|
|
35592
|
-
type: string;
|
|
35593
|
-
};
|
|
35594
|
-
location_ids: {
|
|
35595
|
-
deprecated: boolean;
|
|
35596
|
-
items: {
|
|
35597
|
-
format: string;
|
|
35598
|
-
type: string;
|
|
35599
|
-
};
|
|
35600
|
-
type: string;
|
|
35601
|
-
'x-deprecated': string;
|
|
35602
|
-
};
|
|
35603
|
-
requested_access_methods: {
|
|
35604
|
-
description: string;
|
|
35605
|
-
items: {
|
|
35606
|
-
properties: {
|
|
35607
|
-
created_access_method_ids: {
|
|
35608
|
-
description: string;
|
|
35609
|
-
items: {
|
|
35610
|
-
format: string;
|
|
35611
|
-
type: string;
|
|
35612
|
-
};
|
|
35613
|
-
type: string;
|
|
35614
|
-
};
|
|
35615
|
-
created_at: {
|
|
35616
|
-
description: string;
|
|
35617
|
-
format: string;
|
|
35618
|
-
type: string;
|
|
35619
|
-
};
|
|
35620
|
-
display_name: {
|
|
35621
|
-
description: string;
|
|
35622
|
-
type: string;
|
|
35623
|
-
};
|
|
35624
|
-
mode: {
|
|
35625
|
-
description: string;
|
|
35626
|
-
enum: string[];
|
|
35627
|
-
type: string;
|
|
35628
|
-
};
|
|
35629
|
-
};
|
|
35630
|
-
required: string[];
|
|
35631
|
-
type: string;
|
|
35632
|
-
};
|
|
35633
|
-
type: string;
|
|
35634
|
-
};
|
|
35635
|
-
space_ids: {
|
|
35636
|
-
description: string;
|
|
35637
|
-
items: {
|
|
35638
|
-
format: string;
|
|
35639
|
-
type: string;
|
|
35640
|
-
};
|
|
35641
|
-
type: string;
|
|
35642
|
-
};
|
|
35643
|
-
user_identity_id: {
|
|
35644
|
-
description: string;
|
|
35645
|
-
format: string;
|
|
35646
|
-
type: string;
|
|
35647
|
-
};
|
|
35648
|
-
workspace_id: {
|
|
35649
|
-
description: string;
|
|
35650
|
-
format: string;
|
|
35651
|
-
type: string;
|
|
35652
|
-
};
|
|
35653
|
-
};
|
|
35654
|
-
required: string[];
|
|
35655
|
-
type: string;
|
|
35656
|
-
'x-draft': string;
|
|
35657
|
-
'x-route-path': string;
|
|
35533
|
+
$ref: string;
|
|
35658
35534
|
};
|
|
35659
35535
|
type: string;
|
|
35660
35536
|
};
|
|
@@ -35802,49 +35678,7 @@ declare const _default: {
|
|
|
35802
35678
|
schema: {
|
|
35803
35679
|
properties: {
|
|
35804
35680
|
access_method: {
|
|
35805
|
-
|
|
35806
|
-
access_method_id: {
|
|
35807
|
-
description: string;
|
|
35808
|
-
format: string;
|
|
35809
|
-
type: string;
|
|
35810
|
-
};
|
|
35811
|
-
created_at: {
|
|
35812
|
-
description: string;
|
|
35813
|
-
format: string;
|
|
35814
|
-
type: string;
|
|
35815
|
-
};
|
|
35816
|
-
display_name: {
|
|
35817
|
-
description: string;
|
|
35818
|
-
type: string;
|
|
35819
|
-
};
|
|
35820
|
-
instant_key_url: {
|
|
35821
|
-
description: string;
|
|
35822
|
-
type: string;
|
|
35823
|
-
};
|
|
35824
|
-
is_card_encoding_required: {
|
|
35825
|
-
description: string;
|
|
35826
|
-
type: string;
|
|
35827
|
-
};
|
|
35828
|
-
issued_at: {
|
|
35829
|
-
description: string;
|
|
35830
|
-
format: string;
|
|
35831
|
-
type: string;
|
|
35832
|
-
};
|
|
35833
|
-
mode: {
|
|
35834
|
-
description: string;
|
|
35835
|
-
enum: string[];
|
|
35836
|
-
type: string;
|
|
35837
|
-
};
|
|
35838
|
-
workspace_id: {
|
|
35839
|
-
description: string;
|
|
35840
|
-
format: string;
|
|
35841
|
-
type: string;
|
|
35842
|
-
};
|
|
35843
|
-
};
|
|
35844
|
-
required: string[];
|
|
35845
|
-
type: string;
|
|
35846
|
-
'x-draft': string;
|
|
35847
|
-
'x-route-path': string;
|
|
35681
|
+
$ref: string;
|
|
35848
35682
|
};
|
|
35849
35683
|
ok: {
|
|
35850
35684
|
type: string;
|
|
@@ -35916,49 +35750,7 @@ declare const _default: {
|
|
|
35916
35750
|
properties: {
|
|
35917
35751
|
access_methods: {
|
|
35918
35752
|
items: {
|
|
35919
|
-
|
|
35920
|
-
access_method_id: {
|
|
35921
|
-
description: string;
|
|
35922
|
-
format: string;
|
|
35923
|
-
type: string;
|
|
35924
|
-
};
|
|
35925
|
-
created_at: {
|
|
35926
|
-
description: string;
|
|
35927
|
-
format: string;
|
|
35928
|
-
type: string;
|
|
35929
|
-
};
|
|
35930
|
-
display_name: {
|
|
35931
|
-
description: string;
|
|
35932
|
-
type: string;
|
|
35933
|
-
};
|
|
35934
|
-
instant_key_url: {
|
|
35935
|
-
description: string;
|
|
35936
|
-
type: string;
|
|
35937
|
-
};
|
|
35938
|
-
is_card_encoding_required: {
|
|
35939
|
-
description: string;
|
|
35940
|
-
type: string;
|
|
35941
|
-
};
|
|
35942
|
-
issued_at: {
|
|
35943
|
-
description: string;
|
|
35944
|
-
format: string;
|
|
35945
|
-
type: string;
|
|
35946
|
-
};
|
|
35947
|
-
mode: {
|
|
35948
|
-
description: string;
|
|
35949
|
-
enum: string[];
|
|
35950
|
-
type: string;
|
|
35951
|
-
};
|
|
35952
|
-
workspace_id: {
|
|
35953
|
-
description: string;
|
|
35954
|
-
format: string;
|
|
35955
|
-
type: string;
|
|
35956
|
-
};
|
|
35957
|
-
};
|
|
35958
|
-
required: string[];
|
|
35959
|
-
type: string;
|
|
35960
|
-
'x-draft': string;
|
|
35961
|
-
'x-route-path': string;
|
|
35753
|
+
$ref: string;
|
|
35962
35754
|
};
|
|
35963
35755
|
type: string;
|
|
35964
35756
|
};
|
|
@@ -52048,93 +51840,7 @@ declare const _default: {
|
|
|
52048
51840
|
schema: {
|
|
52049
51841
|
properties: {
|
|
52050
51842
|
access_grant: {
|
|
52051
|
-
|
|
52052
|
-
access_grant_id: {
|
|
52053
|
-
description: string;
|
|
52054
|
-
format: string;
|
|
52055
|
-
type: string;
|
|
52056
|
-
};
|
|
52057
|
-
access_method_ids: {
|
|
52058
|
-
description: string;
|
|
52059
|
-
items: {
|
|
52060
|
-
format: string;
|
|
52061
|
-
type: string;
|
|
52062
|
-
};
|
|
52063
|
-
type: string;
|
|
52064
|
-
};
|
|
52065
|
-
created_at: {
|
|
52066
|
-
description: string;
|
|
52067
|
-
format: string;
|
|
52068
|
-
type: string;
|
|
52069
|
-
};
|
|
52070
|
-
display_name: {
|
|
52071
|
-
description: string;
|
|
52072
|
-
type: string;
|
|
52073
|
-
};
|
|
52074
|
-
location_ids: {
|
|
52075
|
-
deprecated: boolean;
|
|
52076
|
-
items: {
|
|
52077
|
-
format: string;
|
|
52078
|
-
type: string;
|
|
52079
|
-
};
|
|
52080
|
-
type: string;
|
|
52081
|
-
'x-deprecated': string;
|
|
52082
|
-
};
|
|
52083
|
-
requested_access_methods: {
|
|
52084
|
-
description: string;
|
|
52085
|
-
items: {
|
|
52086
|
-
properties: {
|
|
52087
|
-
created_access_method_ids: {
|
|
52088
|
-
description: string;
|
|
52089
|
-
items: {
|
|
52090
|
-
format: string;
|
|
52091
|
-
type: string;
|
|
52092
|
-
};
|
|
52093
|
-
type: string;
|
|
52094
|
-
};
|
|
52095
|
-
created_at: {
|
|
52096
|
-
description: string;
|
|
52097
|
-
format: string;
|
|
52098
|
-
type: string;
|
|
52099
|
-
};
|
|
52100
|
-
display_name: {
|
|
52101
|
-
description: string;
|
|
52102
|
-
type: string;
|
|
52103
|
-
};
|
|
52104
|
-
mode: {
|
|
52105
|
-
description: string;
|
|
52106
|
-
enum: string[];
|
|
52107
|
-
type: string;
|
|
52108
|
-
};
|
|
52109
|
-
};
|
|
52110
|
-
required: string[];
|
|
52111
|
-
type: string;
|
|
52112
|
-
};
|
|
52113
|
-
type: string;
|
|
52114
|
-
};
|
|
52115
|
-
space_ids: {
|
|
52116
|
-
description: string;
|
|
52117
|
-
items: {
|
|
52118
|
-
format: string;
|
|
52119
|
-
type: string;
|
|
52120
|
-
};
|
|
52121
|
-
type: string;
|
|
52122
|
-
};
|
|
52123
|
-
user_identity_id: {
|
|
52124
|
-
description: string;
|
|
52125
|
-
format: string;
|
|
52126
|
-
type: string;
|
|
52127
|
-
};
|
|
52128
|
-
workspace_id: {
|
|
52129
|
-
description: string;
|
|
52130
|
-
format: string;
|
|
52131
|
-
type: string;
|
|
52132
|
-
};
|
|
52133
|
-
};
|
|
52134
|
-
required: string[];
|
|
52135
|
-
type: string;
|
|
52136
|
-
'x-draft': string;
|
|
52137
|
-
'x-route-path': string;
|
|
51843
|
+
$ref: string;
|
|
52138
51844
|
};
|
|
52139
51845
|
ok: {
|
|
52140
51846
|
type: string;
|
|
@@ -52288,93 +51994,7 @@ declare const _default: {
|
|
|
52288
51994
|
schema: {
|
|
52289
51995
|
properties: {
|
|
52290
51996
|
access_grant: {
|
|
52291
|
-
|
|
52292
|
-
access_grant_id: {
|
|
52293
|
-
description: string;
|
|
52294
|
-
format: string;
|
|
52295
|
-
type: string;
|
|
52296
|
-
};
|
|
52297
|
-
access_method_ids: {
|
|
52298
|
-
description: string;
|
|
52299
|
-
items: {
|
|
52300
|
-
format: string;
|
|
52301
|
-
type: string;
|
|
52302
|
-
};
|
|
52303
|
-
type: string;
|
|
52304
|
-
};
|
|
52305
|
-
created_at: {
|
|
52306
|
-
description: string;
|
|
52307
|
-
format: string;
|
|
52308
|
-
type: string;
|
|
52309
|
-
};
|
|
52310
|
-
display_name: {
|
|
52311
|
-
description: string;
|
|
52312
|
-
type: string;
|
|
52313
|
-
};
|
|
52314
|
-
location_ids: {
|
|
52315
|
-
deprecated: boolean;
|
|
52316
|
-
items: {
|
|
52317
|
-
format: string;
|
|
52318
|
-
type: string;
|
|
52319
|
-
};
|
|
52320
|
-
type: string;
|
|
52321
|
-
'x-deprecated': string;
|
|
52322
|
-
};
|
|
52323
|
-
requested_access_methods: {
|
|
52324
|
-
description: string;
|
|
52325
|
-
items: {
|
|
52326
|
-
properties: {
|
|
52327
|
-
created_access_method_ids: {
|
|
52328
|
-
description: string;
|
|
52329
|
-
items: {
|
|
52330
|
-
format: string;
|
|
52331
|
-
type: string;
|
|
52332
|
-
};
|
|
52333
|
-
type: string;
|
|
52334
|
-
};
|
|
52335
|
-
created_at: {
|
|
52336
|
-
description: string;
|
|
52337
|
-
format: string;
|
|
52338
|
-
type: string;
|
|
52339
|
-
};
|
|
52340
|
-
display_name: {
|
|
52341
|
-
description: string;
|
|
52342
|
-
type: string;
|
|
52343
|
-
};
|
|
52344
|
-
mode: {
|
|
52345
|
-
description: string;
|
|
52346
|
-
enum: string[];
|
|
52347
|
-
type: string;
|
|
52348
|
-
};
|
|
52349
|
-
};
|
|
52350
|
-
required: string[];
|
|
52351
|
-
type: string;
|
|
52352
|
-
};
|
|
52353
|
-
type: string;
|
|
52354
|
-
};
|
|
52355
|
-
space_ids: {
|
|
52356
|
-
description: string;
|
|
52357
|
-
items: {
|
|
52358
|
-
format: string;
|
|
52359
|
-
type: string;
|
|
52360
|
-
};
|
|
52361
|
-
type: string;
|
|
52362
|
-
};
|
|
52363
|
-
user_identity_id: {
|
|
52364
|
-
description: string;
|
|
52365
|
-
format: string;
|
|
52366
|
-
type: string;
|
|
52367
|
-
};
|
|
52368
|
-
workspace_id: {
|
|
52369
|
-
description: string;
|
|
52370
|
-
format: string;
|
|
52371
|
-
type: string;
|
|
52372
|
-
};
|
|
52373
|
-
};
|
|
52374
|
-
required: string[];
|
|
52375
|
-
type: string;
|
|
52376
|
-
'x-draft': string;
|
|
52377
|
-
'x-route-path': string;
|
|
51997
|
+
$ref: string;
|
|
52378
51998
|
};
|
|
52379
51999
|
ok: {
|
|
52380
52000
|
type: string;
|
|
@@ -52474,93 +52094,7 @@ declare const _default: {
|
|
|
52474
52094
|
properties: {
|
|
52475
52095
|
access_grants: {
|
|
52476
52096
|
items: {
|
|
52477
|
-
|
|
52478
|
-
access_grant_id: {
|
|
52479
|
-
description: string;
|
|
52480
|
-
format: string;
|
|
52481
|
-
type: string;
|
|
52482
|
-
};
|
|
52483
|
-
access_method_ids: {
|
|
52484
|
-
description: string;
|
|
52485
|
-
items: {
|
|
52486
|
-
format: string;
|
|
52487
|
-
type: string;
|
|
52488
|
-
};
|
|
52489
|
-
type: string;
|
|
52490
|
-
};
|
|
52491
|
-
created_at: {
|
|
52492
|
-
description: string;
|
|
52493
|
-
format: string;
|
|
52494
|
-
type: string;
|
|
52495
|
-
};
|
|
52496
|
-
display_name: {
|
|
52497
|
-
description: string;
|
|
52498
|
-
type: string;
|
|
52499
|
-
};
|
|
52500
|
-
location_ids: {
|
|
52501
|
-
deprecated: boolean;
|
|
52502
|
-
items: {
|
|
52503
|
-
format: string;
|
|
52504
|
-
type: string;
|
|
52505
|
-
};
|
|
52506
|
-
type: string;
|
|
52507
|
-
'x-deprecated': string;
|
|
52508
|
-
};
|
|
52509
|
-
requested_access_methods: {
|
|
52510
|
-
description: string;
|
|
52511
|
-
items: {
|
|
52512
|
-
properties: {
|
|
52513
|
-
created_access_method_ids: {
|
|
52514
|
-
description: string;
|
|
52515
|
-
items: {
|
|
52516
|
-
format: string;
|
|
52517
|
-
type: string;
|
|
52518
|
-
};
|
|
52519
|
-
type: string;
|
|
52520
|
-
};
|
|
52521
|
-
created_at: {
|
|
52522
|
-
description: string;
|
|
52523
|
-
format: string;
|
|
52524
|
-
type: string;
|
|
52525
|
-
};
|
|
52526
|
-
display_name: {
|
|
52527
|
-
description: string;
|
|
52528
|
-
type: string;
|
|
52529
|
-
};
|
|
52530
|
-
mode: {
|
|
52531
|
-
description: string;
|
|
52532
|
-
enum: string[];
|
|
52533
|
-
type: string;
|
|
52534
|
-
};
|
|
52535
|
-
};
|
|
52536
|
-
required: string[];
|
|
52537
|
-
type: string;
|
|
52538
|
-
};
|
|
52539
|
-
type: string;
|
|
52540
|
-
};
|
|
52541
|
-
space_ids: {
|
|
52542
|
-
description: string;
|
|
52543
|
-
items: {
|
|
52544
|
-
format: string;
|
|
52545
|
-
type: string;
|
|
52546
|
-
};
|
|
52547
|
-
type: string;
|
|
52548
|
-
};
|
|
52549
|
-
user_identity_id: {
|
|
52550
|
-
description: string;
|
|
52551
|
-
format: string;
|
|
52552
|
-
type: string;
|
|
52553
|
-
};
|
|
52554
|
-
workspace_id: {
|
|
52555
|
-
description: string;
|
|
52556
|
-
format: string;
|
|
52557
|
-
type: string;
|
|
52558
|
-
};
|
|
52559
|
-
};
|
|
52560
|
-
required: string[];
|
|
52561
|
-
type: string;
|
|
52562
|
-
'x-draft': string;
|
|
52563
|
-
'x-route-path': string;
|
|
52097
|
+
$ref: string;
|
|
52564
52098
|
};
|
|
52565
52099
|
type: string;
|
|
52566
52100
|
};
|
|
@@ -52708,49 +52242,7 @@ declare const _default: {
|
|
|
52708
52242
|
schema: {
|
|
52709
52243
|
properties: {
|
|
52710
52244
|
access_method: {
|
|
52711
|
-
|
|
52712
|
-
access_method_id: {
|
|
52713
|
-
description: string;
|
|
52714
|
-
format: string;
|
|
52715
|
-
type: string;
|
|
52716
|
-
};
|
|
52717
|
-
created_at: {
|
|
52718
|
-
description: string;
|
|
52719
|
-
format: string;
|
|
52720
|
-
type: string;
|
|
52721
|
-
};
|
|
52722
|
-
display_name: {
|
|
52723
|
-
description: string;
|
|
52724
|
-
type: string;
|
|
52725
|
-
};
|
|
52726
|
-
instant_key_url: {
|
|
52727
|
-
description: string;
|
|
52728
|
-
type: string;
|
|
52729
|
-
};
|
|
52730
|
-
is_card_encoding_required: {
|
|
52731
|
-
description: string;
|
|
52732
|
-
type: string;
|
|
52733
|
-
};
|
|
52734
|
-
issued_at: {
|
|
52735
|
-
description: string;
|
|
52736
|
-
format: string;
|
|
52737
|
-
type: string;
|
|
52738
|
-
};
|
|
52739
|
-
mode: {
|
|
52740
|
-
description: string;
|
|
52741
|
-
enum: string[];
|
|
52742
|
-
type: string;
|
|
52743
|
-
};
|
|
52744
|
-
workspace_id: {
|
|
52745
|
-
description: string;
|
|
52746
|
-
format: string;
|
|
52747
|
-
type: string;
|
|
52748
|
-
};
|
|
52749
|
-
};
|
|
52750
|
-
required: string[];
|
|
52751
|
-
type: string;
|
|
52752
|
-
'x-draft': string;
|
|
52753
|
-
'x-route-path': string;
|
|
52245
|
+
$ref: string;
|
|
52754
52246
|
};
|
|
52755
52247
|
ok: {
|
|
52756
52248
|
type: string;
|
|
@@ -52822,49 +52314,7 @@ declare const _default: {
|
|
|
52822
52314
|
properties: {
|
|
52823
52315
|
access_methods: {
|
|
52824
52316
|
items: {
|
|
52825
|
-
|
|
52826
|
-
access_method_id: {
|
|
52827
|
-
description: string;
|
|
52828
|
-
format: string;
|
|
52829
|
-
type: string;
|
|
52830
|
-
};
|
|
52831
|
-
created_at: {
|
|
52832
|
-
description: string;
|
|
52833
|
-
format: string;
|
|
52834
|
-
type: string;
|
|
52835
|
-
};
|
|
52836
|
-
display_name: {
|
|
52837
|
-
description: string;
|
|
52838
|
-
type: string;
|
|
52839
|
-
};
|
|
52840
|
-
instant_key_url: {
|
|
52841
|
-
description: string;
|
|
52842
|
-
type: string;
|
|
52843
|
-
};
|
|
52844
|
-
is_card_encoding_required: {
|
|
52845
|
-
description: string;
|
|
52846
|
-
type: string;
|
|
52847
|
-
};
|
|
52848
|
-
issued_at: {
|
|
52849
|
-
description: string;
|
|
52850
|
-
format: string;
|
|
52851
|
-
type: string;
|
|
52852
|
-
};
|
|
52853
|
-
mode: {
|
|
52854
|
-
description: string;
|
|
52855
|
-
enum: string[];
|
|
52856
|
-
type: string;
|
|
52857
|
-
};
|
|
52858
|
-
workspace_id: {
|
|
52859
|
-
description: string;
|
|
52860
|
-
format: string;
|
|
52861
|
-
type: string;
|
|
52862
|
-
};
|
|
52863
|
-
};
|
|
52864
|
-
required: string[];
|
|
52865
|
-
type: string;
|
|
52866
|
-
'x-draft': string;
|
|
52867
|
-
'x-route-path': string;
|
|
52317
|
+
$ref: string;
|
|
52868
52318
|
};
|
|
52869
52319
|
type: string;
|
|
52870
52320
|
};
|