@seamapi/types 1.245.0 → 1.246.0
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 +151 -33
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +73 -0
- package/lib/seam/connect/openapi.d.ts +54 -0
- package/lib/seam/connect/openapi.js +136 -18
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +19 -0
- package/package.json +2 -2
- package/src/lib/seam/connect/openapi.ts +159 -18
- package/src/lib/seam/connect/route-types.ts +19 -0
|
@@ -8270,6 +8270,7 @@ declare const _default: {
|
|
|
8270
8270
|
};
|
|
8271
8271
|
'/acs/users/add_to_access_group': {
|
|
8272
8272
|
post: {
|
|
8273
|
+
description: string;
|
|
8273
8274
|
operationId: string;
|
|
8274
8275
|
requestBody: {
|
|
8275
8276
|
content: {
|
|
@@ -8277,10 +8278,12 @@ declare const _default: {
|
|
|
8277
8278
|
schema: {
|
|
8278
8279
|
properties: {
|
|
8279
8280
|
acs_access_group_id: {
|
|
8281
|
+
description: string;
|
|
8280
8282
|
format: string;
|
|
8281
8283
|
type: string;
|
|
8282
8284
|
};
|
|
8283
8285
|
acs_user_id: {
|
|
8286
|
+
description: string;
|
|
8284
8287
|
format: string;
|
|
8285
8288
|
type: string;
|
|
8286
8289
|
};
|
|
@@ -8332,8 +8335,10 @@ declare const _default: {
|
|
|
8332
8335
|
tags: string[];
|
|
8333
8336
|
'x-fern-sdk-group-name': string[];
|
|
8334
8337
|
'x-fern-sdk-method-name': string;
|
|
8338
|
+
'x-title': string;
|
|
8335
8339
|
};
|
|
8336
8340
|
put: {
|
|
8341
|
+
description: string;
|
|
8337
8342
|
operationId: string;
|
|
8338
8343
|
requestBody: {
|
|
8339
8344
|
content: {
|
|
@@ -8341,10 +8346,12 @@ declare const _default: {
|
|
|
8341
8346
|
schema: {
|
|
8342
8347
|
properties: {
|
|
8343
8348
|
acs_access_group_id: {
|
|
8349
|
+
description: string;
|
|
8344
8350
|
format: string;
|
|
8345
8351
|
type: string;
|
|
8346
8352
|
};
|
|
8347
8353
|
acs_user_id: {
|
|
8354
|
+
description: string;
|
|
8348
8355
|
format: string;
|
|
8349
8356
|
type: string;
|
|
8350
8357
|
};
|
|
@@ -8395,10 +8402,12 @@ declare const _default: {
|
|
|
8395
8402
|
summary: string;
|
|
8396
8403
|
tags: string[];
|
|
8397
8404
|
'x-fern-ignore': boolean;
|
|
8405
|
+
'x-title': string;
|
|
8398
8406
|
};
|
|
8399
8407
|
};
|
|
8400
8408
|
'/acs/users/create': {
|
|
8401
8409
|
post: {
|
|
8410
|
+
description: string;
|
|
8402
8411
|
operationId: string;
|
|
8403
8412
|
requestBody: {
|
|
8404
8413
|
content: {
|
|
@@ -8406,6 +8415,7 @@ declare const _default: {
|
|
|
8406
8415
|
schema: {
|
|
8407
8416
|
properties: {
|
|
8408
8417
|
access_schedule: {
|
|
8418
|
+
description: string;
|
|
8409
8419
|
properties: {
|
|
8410
8420
|
ends_at: {
|
|
8411
8421
|
format: string;
|
|
@@ -8421,6 +8431,7 @@ declare const _default: {
|
|
|
8421
8431
|
};
|
|
8422
8432
|
acs_access_group_ids: {
|
|
8423
8433
|
default: never[];
|
|
8434
|
+
description: string;
|
|
8424
8435
|
items: {
|
|
8425
8436
|
format: string;
|
|
8426
8437
|
type: string;
|
|
@@ -8428,6 +8439,7 @@ declare const _default: {
|
|
|
8428
8439
|
type: string;
|
|
8429
8440
|
};
|
|
8430
8441
|
acs_system_id: {
|
|
8442
|
+
description: string;
|
|
8431
8443
|
format: string;
|
|
8432
8444
|
type: string;
|
|
8433
8445
|
};
|
|
@@ -8448,6 +8460,7 @@ declare const _default: {
|
|
|
8448
8460
|
type: string;
|
|
8449
8461
|
};
|
|
8450
8462
|
user_identity_id: {
|
|
8463
|
+
description: string;
|
|
8451
8464
|
format: string;
|
|
8452
8465
|
type: string;
|
|
8453
8466
|
};
|
|
@@ -8503,10 +8516,13 @@ declare const _default: {
|
|
|
8503
8516
|
'x-fern-sdk-group-name': string[];
|
|
8504
8517
|
'x-fern-sdk-method-name': string;
|
|
8505
8518
|
'x-fern-sdk-return-value': string;
|
|
8519
|
+
'x-response-key': string;
|
|
8520
|
+
'x-title': string;
|
|
8506
8521
|
};
|
|
8507
8522
|
};
|
|
8508
8523
|
'/acs/users/delete': {
|
|
8509
8524
|
post: {
|
|
8525
|
+
description: string;
|
|
8510
8526
|
operationId: string;
|
|
8511
8527
|
requestBody: {
|
|
8512
8528
|
content: {
|
|
@@ -8514,6 +8530,7 @@ declare const _default: {
|
|
|
8514
8530
|
schema: {
|
|
8515
8531
|
properties: {
|
|
8516
8532
|
acs_user_id: {
|
|
8533
|
+
description: string;
|
|
8517
8534
|
format: string;
|
|
8518
8535
|
type: string;
|
|
8519
8536
|
};
|
|
@@ -8565,10 +8582,12 @@ declare const _default: {
|
|
|
8565
8582
|
tags: string[];
|
|
8566
8583
|
'x-fern-sdk-group-name': string[];
|
|
8567
8584
|
'x-fern-sdk-method-name': string;
|
|
8585
|
+
'x-title': string;
|
|
8568
8586
|
};
|
|
8569
8587
|
};
|
|
8570
8588
|
'/acs/users/get': {
|
|
8571
8589
|
post: {
|
|
8590
|
+
description: string;
|
|
8572
8591
|
operationId: string;
|
|
8573
8592
|
requestBody: {
|
|
8574
8593
|
content: {
|
|
@@ -8576,6 +8595,7 @@ declare const _default: {
|
|
|
8576
8595
|
schema: {
|
|
8577
8596
|
properties: {
|
|
8578
8597
|
acs_user_id: {
|
|
8598
|
+
description: string;
|
|
8579
8599
|
format: string;
|
|
8580
8600
|
type: string;
|
|
8581
8601
|
};
|
|
@@ -8631,10 +8651,13 @@ declare const _default: {
|
|
|
8631
8651
|
'x-fern-sdk-group-name': string[];
|
|
8632
8652
|
'x-fern-sdk-method-name': string;
|
|
8633
8653
|
'x-fern-sdk-return-value': string;
|
|
8654
|
+
'x-response-key': string;
|
|
8655
|
+
'x-title': string;
|
|
8634
8656
|
};
|
|
8635
8657
|
};
|
|
8636
8658
|
'/acs/users/list': {
|
|
8637
8659
|
post: {
|
|
8660
|
+
description: string;
|
|
8638
8661
|
operationId: string;
|
|
8639
8662
|
requestBody: {
|
|
8640
8663
|
content: {
|
|
@@ -8642,6 +8665,7 @@ declare const _default: {
|
|
|
8642
8665
|
schema: {
|
|
8643
8666
|
properties: {
|
|
8644
8667
|
acs_system_id: {
|
|
8668
|
+
description: string;
|
|
8645
8669
|
format: string;
|
|
8646
8670
|
type: string;
|
|
8647
8671
|
};
|
|
@@ -8655,13 +8679,16 @@ declare const _default: {
|
|
|
8655
8679
|
type: string;
|
|
8656
8680
|
};
|
|
8657
8681
|
user_identity_email_address: {
|
|
8682
|
+
description: string;
|
|
8658
8683
|
type: string;
|
|
8659
8684
|
};
|
|
8660
8685
|
user_identity_id: {
|
|
8686
|
+
description: string;
|
|
8661
8687
|
format: string;
|
|
8662
8688
|
type: string;
|
|
8663
8689
|
};
|
|
8664
8690
|
user_identity_phone_number: {
|
|
8691
|
+
description: string;
|
|
8665
8692
|
type: string;
|
|
8666
8693
|
};
|
|
8667
8694
|
};
|
|
@@ -8726,10 +8753,13 @@ declare const _default: {
|
|
|
8726
8753
|
'x-fern-sdk-group-name': string[];
|
|
8727
8754
|
'x-fern-sdk-method-name': string;
|
|
8728
8755
|
'x-fern-sdk-return-value': string;
|
|
8756
|
+
'x-response-key': string;
|
|
8757
|
+
'x-title': string;
|
|
8729
8758
|
};
|
|
8730
8759
|
};
|
|
8731
8760
|
'/acs/users/list_accessible_entrances': {
|
|
8732
8761
|
post: {
|
|
8762
|
+
description: string;
|
|
8733
8763
|
operationId: string;
|
|
8734
8764
|
requestBody: {
|
|
8735
8765
|
content: {
|
|
@@ -8737,6 +8767,7 @@ declare const _default: {
|
|
|
8737
8767
|
schema: {
|
|
8738
8768
|
properties: {
|
|
8739
8769
|
acs_user_id: {
|
|
8770
|
+
description: string;
|
|
8740
8771
|
format: string;
|
|
8741
8772
|
type: string;
|
|
8742
8773
|
};
|
|
@@ -8803,10 +8834,13 @@ declare const _default: {
|
|
|
8803
8834
|
'x-fern-sdk-group-name': string[];
|
|
8804
8835
|
'x-fern-sdk-method-name': string;
|
|
8805
8836
|
'x-fern-sdk-return-value': string;
|
|
8837
|
+
'x-response-key': string;
|
|
8838
|
+
'x-title': string;
|
|
8806
8839
|
};
|
|
8807
8840
|
};
|
|
8808
8841
|
'/acs/users/remove_from_access_group': {
|
|
8809
8842
|
post: {
|
|
8843
|
+
description: string;
|
|
8810
8844
|
operationId: string;
|
|
8811
8845
|
requestBody: {
|
|
8812
8846
|
content: {
|
|
@@ -8814,10 +8848,12 @@ declare const _default: {
|
|
|
8814
8848
|
schema: {
|
|
8815
8849
|
properties: {
|
|
8816
8850
|
acs_access_group_id: {
|
|
8851
|
+
description: string;
|
|
8817
8852
|
format: string;
|
|
8818
8853
|
type: string;
|
|
8819
8854
|
};
|
|
8820
8855
|
acs_user_id: {
|
|
8856
|
+
description: string;
|
|
8821
8857
|
format: string;
|
|
8822
8858
|
type: string;
|
|
8823
8859
|
};
|
|
@@ -8869,10 +8905,12 @@ declare const _default: {
|
|
|
8869
8905
|
tags: string[];
|
|
8870
8906
|
'x-fern-sdk-group-name': string[];
|
|
8871
8907
|
'x-fern-sdk-method-name': string;
|
|
8908
|
+
'x-title': string;
|
|
8872
8909
|
};
|
|
8873
8910
|
};
|
|
8874
8911
|
'/acs/users/revoke_access_to_all_entrances': {
|
|
8875
8912
|
post: {
|
|
8913
|
+
description: string;
|
|
8876
8914
|
operationId: string;
|
|
8877
8915
|
requestBody: {
|
|
8878
8916
|
content: {
|
|
@@ -8880,6 +8918,7 @@ declare const _default: {
|
|
|
8880
8918
|
schema: {
|
|
8881
8919
|
properties: {
|
|
8882
8920
|
acs_user_id: {
|
|
8921
|
+
description: string;
|
|
8883
8922
|
format: string;
|
|
8884
8923
|
type: string;
|
|
8885
8924
|
};
|
|
@@ -8931,10 +8970,12 @@ declare const _default: {
|
|
|
8931
8970
|
tags: string[];
|
|
8932
8971
|
'x-fern-sdk-group-name': string[];
|
|
8933
8972
|
'x-fern-sdk-method-name': string;
|
|
8973
|
+
'x-title': string;
|
|
8934
8974
|
};
|
|
8935
8975
|
};
|
|
8936
8976
|
'/acs/users/suspend': {
|
|
8937
8977
|
post: {
|
|
8978
|
+
description: string;
|
|
8938
8979
|
operationId: string;
|
|
8939
8980
|
requestBody: {
|
|
8940
8981
|
content: {
|
|
@@ -8942,6 +8983,7 @@ declare const _default: {
|
|
|
8942
8983
|
schema: {
|
|
8943
8984
|
properties: {
|
|
8944
8985
|
acs_user_id: {
|
|
8986
|
+
description: string;
|
|
8945
8987
|
format: string;
|
|
8946
8988
|
type: string;
|
|
8947
8989
|
};
|
|
@@ -8993,6 +9035,7 @@ declare const _default: {
|
|
|
8993
9035
|
tags: string[];
|
|
8994
9036
|
'x-fern-sdk-group-name': string[];
|
|
8995
9037
|
'x-fern-sdk-method-name': string;
|
|
9038
|
+
'x-title': string;
|
|
8996
9039
|
};
|
|
8997
9040
|
};
|
|
8998
9041
|
'/acs/users/unmanaged/get': {
|
|
@@ -9190,6 +9233,7 @@ declare const _default: {
|
|
|
9190
9233
|
'x-fern-sdk-group-name': string[];
|
|
9191
9234
|
'x-fern-sdk-method-name': string;
|
|
9192
9235
|
'x-fern-sdk-return-value': string;
|
|
9236
|
+
'x-undocumented': string;
|
|
9193
9237
|
};
|
|
9194
9238
|
};
|
|
9195
9239
|
'/acs/users/unmanaged/list': {
|
|
@@ -9404,10 +9448,12 @@ declare const _default: {
|
|
|
9404
9448
|
'x-fern-sdk-group-name': string[];
|
|
9405
9449
|
'x-fern-sdk-method-name': string;
|
|
9406
9450
|
'x-fern-sdk-return-value': string;
|
|
9451
|
+
'x-undocumented': string;
|
|
9407
9452
|
};
|
|
9408
9453
|
};
|
|
9409
9454
|
'/acs/users/unsuspend': {
|
|
9410
9455
|
post: {
|
|
9456
|
+
description: string;
|
|
9411
9457
|
operationId: string;
|
|
9412
9458
|
requestBody: {
|
|
9413
9459
|
content: {
|
|
@@ -9415,6 +9461,7 @@ declare const _default: {
|
|
|
9415
9461
|
schema: {
|
|
9416
9462
|
properties: {
|
|
9417
9463
|
acs_user_id: {
|
|
9464
|
+
description: string;
|
|
9418
9465
|
format: string;
|
|
9419
9466
|
type: string;
|
|
9420
9467
|
};
|
|
@@ -9466,10 +9513,12 @@ declare const _default: {
|
|
|
9466
9513
|
tags: string[];
|
|
9467
9514
|
'x-fern-sdk-group-name': string[];
|
|
9468
9515
|
'x-fern-sdk-method-name': string;
|
|
9516
|
+
'x-title': string;
|
|
9469
9517
|
};
|
|
9470
9518
|
};
|
|
9471
9519
|
'/acs/users/update': {
|
|
9472
9520
|
patch: {
|
|
9521
|
+
description: string;
|
|
9473
9522
|
operationId: string;
|
|
9474
9523
|
requestBody: {
|
|
9475
9524
|
content: {
|
|
@@ -9477,6 +9526,7 @@ declare const _default: {
|
|
|
9477
9526
|
schema: {
|
|
9478
9527
|
properties: {
|
|
9479
9528
|
access_schedule: {
|
|
9529
|
+
description: string;
|
|
9480
9530
|
nullable: boolean;
|
|
9481
9531
|
properties: {
|
|
9482
9532
|
ends_at: {
|
|
@@ -9562,8 +9612,10 @@ declare const _default: {
|
|
|
9562
9612
|
summary: string;
|
|
9563
9613
|
tags: string[];
|
|
9564
9614
|
'x-fern-ignore': boolean;
|
|
9615
|
+
'x-title': string;
|
|
9565
9616
|
};
|
|
9566
9617
|
post: {
|
|
9618
|
+
description: string;
|
|
9567
9619
|
operationId: string;
|
|
9568
9620
|
requestBody: {
|
|
9569
9621
|
content: {
|
|
@@ -9571,6 +9623,7 @@ declare const _default: {
|
|
|
9571
9623
|
schema: {
|
|
9572
9624
|
properties: {
|
|
9573
9625
|
access_schedule: {
|
|
9626
|
+
description: string;
|
|
9574
9627
|
nullable: boolean;
|
|
9575
9628
|
properties: {
|
|
9576
9629
|
ends_at: {
|
|
@@ -9657,6 +9710,7 @@ declare const _default: {
|
|
|
9657
9710
|
tags: string[];
|
|
9658
9711
|
'x-fern-sdk-group-name': string[];
|
|
9659
9712
|
'x-fern-sdk-method-name': string;
|
|
9713
|
+
'x-title': string;
|
|
9660
9714
|
};
|
|
9661
9715
|
};
|
|
9662
9716
|
'/action_attempts/get': {
|