@seamapi/types 1.245.1 → 1.247.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 +448 -103
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +313 -2
- package/lib/seam/connect/models/acs/acs-user.js +72 -20
- package/lib/seam/connect/models/acs/acs-user.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +147 -2
- package/lib/seam/connect/openapi.js +387 -68
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +166 -0
- package/package.json +2 -2
- package/src/lib/seam/connect/models/acs/acs-user.ts +90 -20
- package/src/lib/seam/connect/openapi.ts +450 -68
- package/src/lib/seam/connect/route-types.ts +166 -0
|
@@ -679,6 +679,7 @@ declare const _default: {
|
|
|
679
679
|
acs_user: {
|
|
680
680
|
properties: {
|
|
681
681
|
access_schedule: {
|
|
682
|
+
description: string;
|
|
682
683
|
properties: {
|
|
683
684
|
ends_at: {
|
|
684
685
|
format: string;
|
|
@@ -693,18 +694,22 @@ declare const _default: {
|
|
|
693
694
|
type: string;
|
|
694
695
|
};
|
|
695
696
|
acs_system_id: {
|
|
697
|
+
description: string;
|
|
696
698
|
format: string;
|
|
697
699
|
type: string;
|
|
698
700
|
};
|
|
699
701
|
acs_user_id: {
|
|
702
|
+
description: string;
|
|
700
703
|
format: string;
|
|
701
704
|
type: string;
|
|
702
705
|
};
|
|
703
706
|
created_at: {
|
|
707
|
+
description: string;
|
|
704
708
|
format: string;
|
|
705
709
|
type: string;
|
|
706
710
|
};
|
|
707
711
|
display_name: {
|
|
712
|
+
description: string;
|
|
708
713
|
type: string;
|
|
709
714
|
};
|
|
710
715
|
email: {
|
|
@@ -714,10 +719,12 @@ declare const _default: {
|
|
|
714
719
|
'x-deprecated': string;
|
|
715
720
|
};
|
|
716
721
|
email_address: {
|
|
722
|
+
description: string;
|
|
717
723
|
format: string;
|
|
718
724
|
type: string;
|
|
719
725
|
};
|
|
720
726
|
errors: {
|
|
727
|
+
description: string;
|
|
721
728
|
items: {
|
|
722
729
|
description: string;
|
|
723
730
|
oneOf: {
|
|
@@ -744,13 +751,16 @@ declare const _default: {
|
|
|
744
751
|
type: string;
|
|
745
752
|
};
|
|
746
753
|
external_type: {
|
|
754
|
+
description: string;
|
|
747
755
|
enum: string[];
|
|
748
756
|
type: string;
|
|
749
757
|
};
|
|
750
758
|
external_type_display_name: {
|
|
759
|
+
description: string;
|
|
751
760
|
type: string;
|
|
752
761
|
};
|
|
753
762
|
full_name: {
|
|
763
|
+
description: string;
|
|
754
764
|
type: string;
|
|
755
765
|
};
|
|
756
766
|
hid_acs_system_id: {
|
|
@@ -759,37 +769,46 @@ declare const _default: {
|
|
|
759
769
|
};
|
|
760
770
|
is_latest_desired_state_synced_with_provider: {
|
|
761
771
|
type: string;
|
|
772
|
+
'x-undocumented': string;
|
|
762
773
|
};
|
|
763
774
|
is_managed: {
|
|
764
775
|
enum: boolean[];
|
|
765
776
|
type: string;
|
|
766
777
|
};
|
|
767
778
|
is_suspended: {
|
|
779
|
+
description: string;
|
|
768
780
|
type: string;
|
|
769
781
|
};
|
|
770
782
|
latest_desired_state_synced_with_provider_at: {
|
|
771
783
|
format: string;
|
|
772
784
|
type: string;
|
|
785
|
+
'x-undocumented': string;
|
|
773
786
|
};
|
|
774
787
|
phone_number: {
|
|
788
|
+
description: string;
|
|
775
789
|
type: string;
|
|
776
790
|
};
|
|
777
791
|
user_identity_email_address: {
|
|
792
|
+
description: string;
|
|
778
793
|
nullable: boolean;
|
|
779
794
|
type: string;
|
|
780
795
|
};
|
|
781
796
|
user_identity_full_name: {
|
|
797
|
+
description: string;
|
|
782
798
|
nullable: boolean;
|
|
783
799
|
type: string;
|
|
784
800
|
};
|
|
785
801
|
user_identity_id: {
|
|
802
|
+
description: string;
|
|
786
803
|
type: string;
|
|
787
804
|
};
|
|
788
805
|
user_identity_phone_number: {
|
|
806
|
+
description: string;
|
|
789
807
|
nullable: boolean;
|
|
790
808
|
type: string;
|
|
791
809
|
};
|
|
792
810
|
warnings: {
|
|
811
|
+
description: string;
|
|
793
812
|
items: {
|
|
794
813
|
description: string;
|
|
795
814
|
oneOf: {
|
|
@@ -814,6 +833,7 @@ declare const _default: {
|
|
|
814
833
|
type: string;
|
|
815
834
|
};
|
|
816
835
|
workspace_id: {
|
|
836
|
+
description: string;
|
|
817
837
|
format: string;
|
|
818
838
|
type: string;
|
|
819
839
|
};
|
|
@@ -8270,6 +8290,7 @@ declare const _default: {
|
|
|
8270
8290
|
};
|
|
8271
8291
|
'/acs/users/add_to_access_group': {
|
|
8272
8292
|
post: {
|
|
8293
|
+
description: string;
|
|
8273
8294
|
operationId: string;
|
|
8274
8295
|
requestBody: {
|
|
8275
8296
|
content: {
|
|
@@ -8277,10 +8298,12 @@ declare const _default: {
|
|
|
8277
8298
|
schema: {
|
|
8278
8299
|
properties: {
|
|
8279
8300
|
acs_access_group_id: {
|
|
8301
|
+
description: string;
|
|
8280
8302
|
format: string;
|
|
8281
8303
|
type: string;
|
|
8282
8304
|
};
|
|
8283
8305
|
acs_user_id: {
|
|
8306
|
+
description: string;
|
|
8284
8307
|
format: string;
|
|
8285
8308
|
type: string;
|
|
8286
8309
|
};
|
|
@@ -8332,8 +8355,10 @@ declare const _default: {
|
|
|
8332
8355
|
tags: string[];
|
|
8333
8356
|
'x-fern-sdk-group-name': string[];
|
|
8334
8357
|
'x-fern-sdk-method-name': string;
|
|
8358
|
+
'x-title': string;
|
|
8335
8359
|
};
|
|
8336
8360
|
put: {
|
|
8361
|
+
description: string;
|
|
8337
8362
|
operationId: string;
|
|
8338
8363
|
requestBody: {
|
|
8339
8364
|
content: {
|
|
@@ -8341,10 +8366,12 @@ declare const _default: {
|
|
|
8341
8366
|
schema: {
|
|
8342
8367
|
properties: {
|
|
8343
8368
|
acs_access_group_id: {
|
|
8369
|
+
description: string;
|
|
8344
8370
|
format: string;
|
|
8345
8371
|
type: string;
|
|
8346
8372
|
};
|
|
8347
8373
|
acs_user_id: {
|
|
8374
|
+
description: string;
|
|
8348
8375
|
format: string;
|
|
8349
8376
|
type: string;
|
|
8350
8377
|
};
|
|
@@ -8395,10 +8422,12 @@ declare const _default: {
|
|
|
8395
8422
|
summary: string;
|
|
8396
8423
|
tags: string[];
|
|
8397
8424
|
'x-fern-ignore': boolean;
|
|
8425
|
+
'x-title': string;
|
|
8398
8426
|
};
|
|
8399
8427
|
};
|
|
8400
8428
|
'/acs/users/create': {
|
|
8401
8429
|
post: {
|
|
8430
|
+
description: string;
|
|
8402
8431
|
operationId: string;
|
|
8403
8432
|
requestBody: {
|
|
8404
8433
|
content: {
|
|
@@ -8406,6 +8435,7 @@ declare const _default: {
|
|
|
8406
8435
|
schema: {
|
|
8407
8436
|
properties: {
|
|
8408
8437
|
access_schedule: {
|
|
8438
|
+
description: string;
|
|
8409
8439
|
properties: {
|
|
8410
8440
|
ends_at: {
|
|
8411
8441
|
format: string;
|
|
@@ -8421,6 +8451,7 @@ declare const _default: {
|
|
|
8421
8451
|
};
|
|
8422
8452
|
acs_access_group_ids: {
|
|
8423
8453
|
default: never[];
|
|
8454
|
+
description: string;
|
|
8424
8455
|
items: {
|
|
8425
8456
|
format: string;
|
|
8426
8457
|
type: string;
|
|
@@ -8428,6 +8459,7 @@ declare const _default: {
|
|
|
8428
8459
|
type: string;
|
|
8429
8460
|
};
|
|
8430
8461
|
acs_system_id: {
|
|
8462
|
+
description: string;
|
|
8431
8463
|
format: string;
|
|
8432
8464
|
type: string;
|
|
8433
8465
|
};
|
|
@@ -8438,16 +8470,20 @@ declare const _default: {
|
|
|
8438
8470
|
'x-deprecated': string;
|
|
8439
8471
|
};
|
|
8440
8472
|
email_address: {
|
|
8473
|
+
description: string;
|
|
8441
8474
|
format: string;
|
|
8442
8475
|
type: string;
|
|
8443
8476
|
};
|
|
8444
8477
|
full_name: {
|
|
8478
|
+
description: string;
|
|
8445
8479
|
type: string;
|
|
8446
8480
|
};
|
|
8447
8481
|
phone_number: {
|
|
8482
|
+
description: string;
|
|
8448
8483
|
type: string;
|
|
8449
8484
|
};
|
|
8450
8485
|
user_identity_id: {
|
|
8486
|
+
description: string;
|
|
8451
8487
|
format: string;
|
|
8452
8488
|
type: string;
|
|
8453
8489
|
};
|
|
@@ -8503,10 +8539,13 @@ declare const _default: {
|
|
|
8503
8539
|
'x-fern-sdk-group-name': string[];
|
|
8504
8540
|
'x-fern-sdk-method-name': string;
|
|
8505
8541
|
'x-fern-sdk-return-value': string;
|
|
8542
|
+
'x-response-key': string;
|
|
8543
|
+
'x-title': string;
|
|
8506
8544
|
};
|
|
8507
8545
|
};
|
|
8508
8546
|
'/acs/users/delete': {
|
|
8509
8547
|
post: {
|
|
8548
|
+
description: string;
|
|
8510
8549
|
operationId: string;
|
|
8511
8550
|
requestBody: {
|
|
8512
8551
|
content: {
|
|
@@ -8514,6 +8553,7 @@ declare const _default: {
|
|
|
8514
8553
|
schema: {
|
|
8515
8554
|
properties: {
|
|
8516
8555
|
acs_user_id: {
|
|
8556
|
+
description: string;
|
|
8517
8557
|
format: string;
|
|
8518
8558
|
type: string;
|
|
8519
8559
|
};
|
|
@@ -8565,10 +8605,12 @@ declare const _default: {
|
|
|
8565
8605
|
tags: string[];
|
|
8566
8606
|
'x-fern-sdk-group-name': string[];
|
|
8567
8607
|
'x-fern-sdk-method-name': string;
|
|
8608
|
+
'x-title': string;
|
|
8568
8609
|
};
|
|
8569
8610
|
};
|
|
8570
8611
|
'/acs/users/get': {
|
|
8571
8612
|
post: {
|
|
8613
|
+
description: string;
|
|
8572
8614
|
operationId: string;
|
|
8573
8615
|
requestBody: {
|
|
8574
8616
|
content: {
|
|
@@ -8576,6 +8618,7 @@ declare const _default: {
|
|
|
8576
8618
|
schema: {
|
|
8577
8619
|
properties: {
|
|
8578
8620
|
acs_user_id: {
|
|
8621
|
+
description: string;
|
|
8579
8622
|
format: string;
|
|
8580
8623
|
type: string;
|
|
8581
8624
|
};
|
|
@@ -8631,10 +8674,13 @@ declare const _default: {
|
|
|
8631
8674
|
'x-fern-sdk-group-name': string[];
|
|
8632
8675
|
'x-fern-sdk-method-name': string;
|
|
8633
8676
|
'x-fern-sdk-return-value': string;
|
|
8677
|
+
'x-response-key': string;
|
|
8678
|
+
'x-title': string;
|
|
8634
8679
|
};
|
|
8635
8680
|
};
|
|
8636
8681
|
'/acs/users/list': {
|
|
8637
8682
|
post: {
|
|
8683
|
+
description: string;
|
|
8638
8684
|
operationId: string;
|
|
8639
8685
|
requestBody: {
|
|
8640
8686
|
content: {
|
|
@@ -8642,6 +8688,7 @@ declare const _default: {
|
|
|
8642
8688
|
schema: {
|
|
8643
8689
|
properties: {
|
|
8644
8690
|
acs_system_id: {
|
|
8691
|
+
description: string;
|
|
8645
8692
|
format: string;
|
|
8646
8693
|
type: string;
|
|
8647
8694
|
};
|
|
@@ -8655,13 +8702,16 @@ declare const _default: {
|
|
|
8655
8702
|
type: string;
|
|
8656
8703
|
};
|
|
8657
8704
|
user_identity_email_address: {
|
|
8705
|
+
description: string;
|
|
8658
8706
|
type: string;
|
|
8659
8707
|
};
|
|
8660
8708
|
user_identity_id: {
|
|
8709
|
+
description: string;
|
|
8661
8710
|
format: string;
|
|
8662
8711
|
type: string;
|
|
8663
8712
|
};
|
|
8664
8713
|
user_identity_phone_number: {
|
|
8714
|
+
description: string;
|
|
8665
8715
|
type: string;
|
|
8666
8716
|
};
|
|
8667
8717
|
};
|
|
@@ -8726,10 +8776,13 @@ declare const _default: {
|
|
|
8726
8776
|
'x-fern-sdk-group-name': string[];
|
|
8727
8777
|
'x-fern-sdk-method-name': string;
|
|
8728
8778
|
'x-fern-sdk-return-value': string;
|
|
8779
|
+
'x-response-key': string;
|
|
8780
|
+
'x-title': string;
|
|
8729
8781
|
};
|
|
8730
8782
|
};
|
|
8731
8783
|
'/acs/users/list_accessible_entrances': {
|
|
8732
8784
|
post: {
|
|
8785
|
+
description: string;
|
|
8733
8786
|
operationId: string;
|
|
8734
8787
|
requestBody: {
|
|
8735
8788
|
content: {
|
|
@@ -8737,6 +8790,7 @@ declare const _default: {
|
|
|
8737
8790
|
schema: {
|
|
8738
8791
|
properties: {
|
|
8739
8792
|
acs_user_id: {
|
|
8793
|
+
description: string;
|
|
8740
8794
|
format: string;
|
|
8741
8795
|
type: string;
|
|
8742
8796
|
};
|
|
@@ -8803,10 +8857,13 @@ declare const _default: {
|
|
|
8803
8857
|
'x-fern-sdk-group-name': string[];
|
|
8804
8858
|
'x-fern-sdk-method-name': string;
|
|
8805
8859
|
'x-fern-sdk-return-value': string;
|
|
8860
|
+
'x-response-key': string;
|
|
8861
|
+
'x-title': string;
|
|
8806
8862
|
};
|
|
8807
8863
|
};
|
|
8808
8864
|
'/acs/users/remove_from_access_group': {
|
|
8809
8865
|
post: {
|
|
8866
|
+
description: string;
|
|
8810
8867
|
operationId: string;
|
|
8811
8868
|
requestBody: {
|
|
8812
8869
|
content: {
|
|
@@ -8814,10 +8871,12 @@ declare const _default: {
|
|
|
8814
8871
|
schema: {
|
|
8815
8872
|
properties: {
|
|
8816
8873
|
acs_access_group_id: {
|
|
8874
|
+
description: string;
|
|
8817
8875
|
format: string;
|
|
8818
8876
|
type: string;
|
|
8819
8877
|
};
|
|
8820
8878
|
acs_user_id: {
|
|
8879
|
+
description: string;
|
|
8821
8880
|
format: string;
|
|
8822
8881
|
type: string;
|
|
8823
8882
|
};
|
|
@@ -8869,10 +8928,12 @@ declare const _default: {
|
|
|
8869
8928
|
tags: string[];
|
|
8870
8929
|
'x-fern-sdk-group-name': string[];
|
|
8871
8930
|
'x-fern-sdk-method-name': string;
|
|
8931
|
+
'x-title': string;
|
|
8872
8932
|
};
|
|
8873
8933
|
};
|
|
8874
8934
|
'/acs/users/revoke_access_to_all_entrances': {
|
|
8875
8935
|
post: {
|
|
8936
|
+
description: string;
|
|
8876
8937
|
operationId: string;
|
|
8877
8938
|
requestBody: {
|
|
8878
8939
|
content: {
|
|
@@ -8880,6 +8941,7 @@ declare const _default: {
|
|
|
8880
8941
|
schema: {
|
|
8881
8942
|
properties: {
|
|
8882
8943
|
acs_user_id: {
|
|
8944
|
+
description: string;
|
|
8883
8945
|
format: string;
|
|
8884
8946
|
type: string;
|
|
8885
8947
|
};
|
|
@@ -8931,10 +8993,12 @@ declare const _default: {
|
|
|
8931
8993
|
tags: string[];
|
|
8932
8994
|
'x-fern-sdk-group-name': string[];
|
|
8933
8995
|
'x-fern-sdk-method-name': string;
|
|
8996
|
+
'x-title': string;
|
|
8934
8997
|
};
|
|
8935
8998
|
};
|
|
8936
8999
|
'/acs/users/suspend': {
|
|
8937
9000
|
post: {
|
|
9001
|
+
description: string;
|
|
8938
9002
|
operationId: string;
|
|
8939
9003
|
requestBody: {
|
|
8940
9004
|
content: {
|
|
@@ -8942,6 +9006,7 @@ declare const _default: {
|
|
|
8942
9006
|
schema: {
|
|
8943
9007
|
properties: {
|
|
8944
9008
|
acs_user_id: {
|
|
9009
|
+
description: string;
|
|
8945
9010
|
format: string;
|
|
8946
9011
|
type: string;
|
|
8947
9012
|
};
|
|
@@ -8993,6 +9058,7 @@ declare const _default: {
|
|
|
8993
9058
|
tags: string[];
|
|
8994
9059
|
'x-fern-sdk-group-name': string[];
|
|
8995
9060
|
'x-fern-sdk-method-name': string;
|
|
9061
|
+
'x-title': string;
|
|
8996
9062
|
};
|
|
8997
9063
|
};
|
|
8998
9064
|
'/acs/users/unmanaged/get': {
|
|
@@ -9023,21 +9089,37 @@ declare const _default: {
|
|
|
9023
9089
|
acs_user: {
|
|
9024
9090
|
properties: {
|
|
9025
9091
|
access_schedule: {
|
|
9026
|
-
|
|
9092
|
+
description: string;
|
|
9093
|
+
properties: {
|
|
9094
|
+
ends_at: {
|
|
9095
|
+
format: string;
|
|
9096
|
+
type: string;
|
|
9097
|
+
};
|
|
9098
|
+
starts_at: {
|
|
9099
|
+
format: string;
|
|
9100
|
+
type: string;
|
|
9101
|
+
};
|
|
9102
|
+
};
|
|
9103
|
+
required: string[];
|
|
9104
|
+
type: string;
|
|
9027
9105
|
};
|
|
9028
9106
|
acs_system_id: {
|
|
9107
|
+
description: string;
|
|
9029
9108
|
format: string;
|
|
9030
9109
|
type: string;
|
|
9031
9110
|
};
|
|
9032
9111
|
acs_user_id: {
|
|
9112
|
+
description: string;
|
|
9033
9113
|
format: string;
|
|
9034
9114
|
type: string;
|
|
9035
9115
|
};
|
|
9036
9116
|
created_at: {
|
|
9117
|
+
description: string;
|
|
9037
9118
|
format: string;
|
|
9038
9119
|
type: string;
|
|
9039
9120
|
};
|
|
9040
9121
|
display_name: {
|
|
9122
|
+
description: string;
|
|
9041
9123
|
type: string;
|
|
9042
9124
|
};
|
|
9043
9125
|
email: {
|
|
@@ -9047,10 +9129,12 @@ declare const _default: {
|
|
|
9047
9129
|
'x-deprecated': string;
|
|
9048
9130
|
};
|
|
9049
9131
|
email_address: {
|
|
9132
|
+
description: string;
|
|
9050
9133
|
format: string;
|
|
9051
9134
|
type: string;
|
|
9052
9135
|
};
|
|
9053
9136
|
errors: {
|
|
9137
|
+
description: string;
|
|
9054
9138
|
items: {
|
|
9055
9139
|
description: string;
|
|
9056
9140
|
oneOf: {
|
|
@@ -9077,13 +9161,16 @@ declare const _default: {
|
|
|
9077
9161
|
type: string;
|
|
9078
9162
|
};
|
|
9079
9163
|
external_type: {
|
|
9164
|
+
description: string;
|
|
9080
9165
|
enum: string[];
|
|
9081
9166
|
type: string;
|
|
9082
9167
|
};
|
|
9083
9168
|
external_type_display_name: {
|
|
9169
|
+
description: string;
|
|
9084
9170
|
type: string;
|
|
9085
9171
|
};
|
|
9086
9172
|
full_name: {
|
|
9173
|
+
description: string;
|
|
9087
9174
|
type: string;
|
|
9088
9175
|
};
|
|
9089
9176
|
hid_acs_system_id: {
|
|
@@ -9092,37 +9179,46 @@ declare const _default: {
|
|
|
9092
9179
|
};
|
|
9093
9180
|
is_latest_desired_state_synced_with_provider: {
|
|
9094
9181
|
type: string;
|
|
9182
|
+
'x-undocumented': string;
|
|
9095
9183
|
};
|
|
9096
9184
|
is_managed: {
|
|
9097
9185
|
enum: boolean[];
|
|
9098
9186
|
type: string;
|
|
9099
9187
|
};
|
|
9100
9188
|
is_suspended: {
|
|
9189
|
+
description: string;
|
|
9101
9190
|
type: string;
|
|
9102
9191
|
};
|
|
9103
9192
|
latest_desired_state_synced_with_provider_at: {
|
|
9104
9193
|
format: string;
|
|
9105
9194
|
type: string;
|
|
9195
|
+
'x-undocumented': string;
|
|
9106
9196
|
};
|
|
9107
9197
|
phone_number: {
|
|
9198
|
+
description: string;
|
|
9108
9199
|
type: string;
|
|
9109
9200
|
};
|
|
9110
9201
|
user_identity_email_address: {
|
|
9202
|
+
description: string;
|
|
9111
9203
|
nullable: boolean;
|
|
9112
9204
|
type: string;
|
|
9113
9205
|
};
|
|
9114
9206
|
user_identity_full_name: {
|
|
9207
|
+
description: string;
|
|
9115
9208
|
nullable: boolean;
|
|
9116
9209
|
type: string;
|
|
9117
9210
|
};
|
|
9118
9211
|
user_identity_id: {
|
|
9212
|
+
description: string;
|
|
9119
9213
|
type: string;
|
|
9120
9214
|
};
|
|
9121
9215
|
user_identity_phone_number: {
|
|
9216
|
+
description: string;
|
|
9122
9217
|
nullable: boolean;
|
|
9123
9218
|
type: string;
|
|
9124
9219
|
};
|
|
9125
9220
|
warnings: {
|
|
9221
|
+
description: string;
|
|
9126
9222
|
items: {
|
|
9127
9223
|
description: string;
|
|
9128
9224
|
oneOf: {
|
|
@@ -9147,6 +9243,7 @@ declare const _default: {
|
|
|
9147
9243
|
type: string;
|
|
9148
9244
|
};
|
|
9149
9245
|
workspace_id: {
|
|
9246
|
+
description: string;
|
|
9150
9247
|
format: string;
|
|
9151
9248
|
type: string;
|
|
9152
9249
|
};
|
|
@@ -9236,21 +9333,37 @@ declare const _default: {
|
|
|
9236
9333
|
items: {
|
|
9237
9334
|
properties: {
|
|
9238
9335
|
access_schedule: {
|
|
9239
|
-
|
|
9336
|
+
description: string;
|
|
9337
|
+
properties: {
|
|
9338
|
+
ends_at: {
|
|
9339
|
+
format: string;
|
|
9340
|
+
type: string;
|
|
9341
|
+
};
|
|
9342
|
+
starts_at: {
|
|
9343
|
+
format: string;
|
|
9344
|
+
type: string;
|
|
9345
|
+
};
|
|
9346
|
+
};
|
|
9347
|
+
required: string[];
|
|
9348
|
+
type: string;
|
|
9240
9349
|
};
|
|
9241
9350
|
acs_system_id: {
|
|
9351
|
+
description: string;
|
|
9242
9352
|
format: string;
|
|
9243
9353
|
type: string;
|
|
9244
9354
|
};
|
|
9245
9355
|
acs_user_id: {
|
|
9356
|
+
description: string;
|
|
9246
9357
|
format: string;
|
|
9247
9358
|
type: string;
|
|
9248
9359
|
};
|
|
9249
9360
|
created_at: {
|
|
9361
|
+
description: string;
|
|
9250
9362
|
format: string;
|
|
9251
9363
|
type: string;
|
|
9252
9364
|
};
|
|
9253
9365
|
display_name: {
|
|
9366
|
+
description: string;
|
|
9254
9367
|
type: string;
|
|
9255
9368
|
};
|
|
9256
9369
|
email: {
|
|
@@ -9260,10 +9373,12 @@ declare const _default: {
|
|
|
9260
9373
|
'x-deprecated': string;
|
|
9261
9374
|
};
|
|
9262
9375
|
email_address: {
|
|
9376
|
+
description: string;
|
|
9263
9377
|
format: string;
|
|
9264
9378
|
type: string;
|
|
9265
9379
|
};
|
|
9266
9380
|
errors: {
|
|
9381
|
+
description: string;
|
|
9267
9382
|
items: {
|
|
9268
9383
|
description: string;
|
|
9269
9384
|
oneOf: {
|
|
@@ -9290,13 +9405,16 @@ declare const _default: {
|
|
|
9290
9405
|
type: string;
|
|
9291
9406
|
};
|
|
9292
9407
|
external_type: {
|
|
9408
|
+
description: string;
|
|
9293
9409
|
enum: string[];
|
|
9294
9410
|
type: string;
|
|
9295
9411
|
};
|
|
9296
9412
|
external_type_display_name: {
|
|
9413
|
+
description: string;
|
|
9297
9414
|
type: string;
|
|
9298
9415
|
};
|
|
9299
9416
|
full_name: {
|
|
9417
|
+
description: string;
|
|
9300
9418
|
type: string;
|
|
9301
9419
|
};
|
|
9302
9420
|
hid_acs_system_id: {
|
|
@@ -9305,37 +9423,46 @@ declare const _default: {
|
|
|
9305
9423
|
};
|
|
9306
9424
|
is_latest_desired_state_synced_with_provider: {
|
|
9307
9425
|
type: string;
|
|
9426
|
+
'x-undocumented': string;
|
|
9308
9427
|
};
|
|
9309
9428
|
is_managed: {
|
|
9310
9429
|
enum: boolean[];
|
|
9311
9430
|
type: string;
|
|
9312
9431
|
};
|
|
9313
9432
|
is_suspended: {
|
|
9433
|
+
description: string;
|
|
9314
9434
|
type: string;
|
|
9315
9435
|
};
|
|
9316
9436
|
latest_desired_state_synced_with_provider_at: {
|
|
9317
9437
|
format: string;
|
|
9318
9438
|
type: string;
|
|
9439
|
+
'x-undocumented': string;
|
|
9319
9440
|
};
|
|
9320
9441
|
phone_number: {
|
|
9442
|
+
description: string;
|
|
9321
9443
|
type: string;
|
|
9322
9444
|
};
|
|
9323
9445
|
user_identity_email_address: {
|
|
9446
|
+
description: string;
|
|
9324
9447
|
nullable: boolean;
|
|
9325
9448
|
type: string;
|
|
9326
9449
|
};
|
|
9327
9450
|
user_identity_full_name: {
|
|
9451
|
+
description: string;
|
|
9328
9452
|
nullable: boolean;
|
|
9329
9453
|
type: string;
|
|
9330
9454
|
};
|
|
9331
9455
|
user_identity_id: {
|
|
9456
|
+
description: string;
|
|
9332
9457
|
type: string;
|
|
9333
9458
|
};
|
|
9334
9459
|
user_identity_phone_number: {
|
|
9460
|
+
description: string;
|
|
9335
9461
|
nullable: boolean;
|
|
9336
9462
|
type: string;
|
|
9337
9463
|
};
|
|
9338
9464
|
warnings: {
|
|
9465
|
+
description: string;
|
|
9339
9466
|
items: {
|
|
9340
9467
|
description: string;
|
|
9341
9468
|
oneOf: {
|
|
@@ -9360,6 +9487,7 @@ declare const _default: {
|
|
|
9360
9487
|
type: string;
|
|
9361
9488
|
};
|
|
9362
9489
|
workspace_id: {
|
|
9490
|
+
description: string;
|
|
9363
9491
|
format: string;
|
|
9364
9492
|
type: string;
|
|
9365
9493
|
};
|
|
@@ -9410,6 +9538,7 @@ declare const _default: {
|
|
|
9410
9538
|
};
|
|
9411
9539
|
'/acs/users/unsuspend': {
|
|
9412
9540
|
post: {
|
|
9541
|
+
description: string;
|
|
9413
9542
|
operationId: string;
|
|
9414
9543
|
requestBody: {
|
|
9415
9544
|
content: {
|
|
@@ -9417,6 +9546,7 @@ declare const _default: {
|
|
|
9417
9546
|
schema: {
|
|
9418
9547
|
properties: {
|
|
9419
9548
|
acs_user_id: {
|
|
9549
|
+
description: string;
|
|
9420
9550
|
format: string;
|
|
9421
9551
|
type: string;
|
|
9422
9552
|
};
|
|
@@ -9468,10 +9598,12 @@ declare const _default: {
|
|
|
9468
9598
|
tags: string[];
|
|
9469
9599
|
'x-fern-sdk-group-name': string[];
|
|
9470
9600
|
'x-fern-sdk-method-name': string;
|
|
9601
|
+
'x-title': string;
|
|
9471
9602
|
};
|
|
9472
9603
|
};
|
|
9473
9604
|
'/acs/users/update': {
|
|
9474
9605
|
patch: {
|
|
9606
|
+
description: string;
|
|
9475
9607
|
operationId: string;
|
|
9476
9608
|
requestBody: {
|
|
9477
9609
|
content: {
|
|
@@ -9479,6 +9611,7 @@ declare const _default: {
|
|
|
9479
9611
|
schema: {
|
|
9480
9612
|
properties: {
|
|
9481
9613
|
access_schedule: {
|
|
9614
|
+
description: string;
|
|
9482
9615
|
nullable: boolean;
|
|
9483
9616
|
properties: {
|
|
9484
9617
|
ends_at: {
|
|
@@ -9494,6 +9627,7 @@ declare const _default: {
|
|
|
9494
9627
|
type: string;
|
|
9495
9628
|
};
|
|
9496
9629
|
acs_user_id: {
|
|
9630
|
+
description: string;
|
|
9497
9631
|
format: string;
|
|
9498
9632
|
type: string;
|
|
9499
9633
|
};
|
|
@@ -9504,10 +9638,12 @@ declare const _default: {
|
|
|
9504
9638
|
'x-deprecated': string;
|
|
9505
9639
|
};
|
|
9506
9640
|
email_address: {
|
|
9641
|
+
description: string;
|
|
9507
9642
|
format: string;
|
|
9508
9643
|
type: string;
|
|
9509
9644
|
};
|
|
9510
9645
|
full_name: {
|
|
9646
|
+
description: string;
|
|
9511
9647
|
type: string;
|
|
9512
9648
|
};
|
|
9513
9649
|
hid_acs_system_id: {
|
|
@@ -9515,6 +9651,7 @@ declare const _default: {
|
|
|
9515
9651
|
type: string;
|
|
9516
9652
|
};
|
|
9517
9653
|
phone_number: {
|
|
9654
|
+
description: string;
|
|
9518
9655
|
type: string;
|
|
9519
9656
|
};
|
|
9520
9657
|
};
|
|
@@ -9564,8 +9701,10 @@ declare const _default: {
|
|
|
9564
9701
|
summary: string;
|
|
9565
9702
|
tags: string[];
|
|
9566
9703
|
'x-fern-ignore': boolean;
|
|
9704
|
+
'x-title': string;
|
|
9567
9705
|
};
|
|
9568
9706
|
post: {
|
|
9707
|
+
description: string;
|
|
9569
9708
|
operationId: string;
|
|
9570
9709
|
requestBody: {
|
|
9571
9710
|
content: {
|
|
@@ -9573,6 +9712,7 @@ declare const _default: {
|
|
|
9573
9712
|
schema: {
|
|
9574
9713
|
properties: {
|
|
9575
9714
|
access_schedule: {
|
|
9715
|
+
description: string;
|
|
9576
9716
|
nullable: boolean;
|
|
9577
9717
|
properties: {
|
|
9578
9718
|
ends_at: {
|
|
@@ -9588,6 +9728,7 @@ declare const _default: {
|
|
|
9588
9728
|
type: string;
|
|
9589
9729
|
};
|
|
9590
9730
|
acs_user_id: {
|
|
9731
|
+
description: string;
|
|
9591
9732
|
format: string;
|
|
9592
9733
|
type: string;
|
|
9593
9734
|
};
|
|
@@ -9598,10 +9739,12 @@ declare const _default: {
|
|
|
9598
9739
|
'x-deprecated': string;
|
|
9599
9740
|
};
|
|
9600
9741
|
email_address: {
|
|
9742
|
+
description: string;
|
|
9601
9743
|
format: string;
|
|
9602
9744
|
type: string;
|
|
9603
9745
|
};
|
|
9604
9746
|
full_name: {
|
|
9747
|
+
description: string;
|
|
9605
9748
|
type: string;
|
|
9606
9749
|
};
|
|
9607
9750
|
hid_acs_system_id: {
|
|
@@ -9609,6 +9752,7 @@ declare const _default: {
|
|
|
9609
9752
|
type: string;
|
|
9610
9753
|
};
|
|
9611
9754
|
phone_number: {
|
|
9755
|
+
description: string;
|
|
9612
9756
|
type: string;
|
|
9613
9757
|
};
|
|
9614
9758
|
};
|
|
@@ -9659,6 +9803,7 @@ declare const _default: {
|
|
|
9659
9803
|
tags: string[];
|
|
9660
9804
|
'x-fern-sdk-group-name': string[];
|
|
9661
9805
|
'x-fern-sdk-method-name': string;
|
|
9806
|
+
'x-title': string;
|
|
9662
9807
|
};
|
|
9663
9808
|
};
|
|
9664
9809
|
'/action_attempts/get': {
|