@seamapi/types 1.338.0 → 1.339.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 +3236 -4019
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +869 -1279
- package/lib/seam/connect/models/acs/acs-access-group.js +5 -1
- package/lib/seam/connect/models/acs/acs-access-group.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential.js +14 -8
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-encoder.js +5 -1
- package/lib/seam/connect/models/acs/acs-encoder.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-user.js +12 -9
- package/lib/seam/connect/models/acs/acs-user.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +869 -1280
- package/lib/seam/connect/openapi.js +3092 -3896
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-access-group.ts +5 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +20 -14
- package/src/lib/seam/connect/models/acs/acs-encoder.ts +5 -1
- package/src/lib/seam/connect/models/acs/acs-user.ts +15 -14
- package/src/lib/seam/connect/openapi.ts +4720 -5634
- package/src/lib/seam/connect/route-types.ts +1 -0
package/dist/connect.d.cts
CHANGED
|
@@ -17072,6 +17072,7 @@ declare const _default: {
|
|
|
17072
17072
|
};
|
|
17073
17073
|
required: string[];
|
|
17074
17074
|
type: string;
|
|
17075
|
+
'x-route-path': string;
|
|
17075
17076
|
};
|
|
17076
17077
|
acs_credential_pool: {
|
|
17077
17078
|
properties: {
|
|
@@ -17134,6 +17135,62 @@ declare const _default: {
|
|
|
17134
17135
|
type: string;
|
|
17135
17136
|
'x-route-path': string;
|
|
17136
17137
|
};
|
|
17138
|
+
acs_encoder: {
|
|
17139
|
+
properties: {
|
|
17140
|
+
acs_encoder_id: {
|
|
17141
|
+
description: string;
|
|
17142
|
+
format: string;
|
|
17143
|
+
type: string;
|
|
17144
|
+
};
|
|
17145
|
+
acs_system_id: {
|
|
17146
|
+
description: string;
|
|
17147
|
+
format: string;
|
|
17148
|
+
type: string;
|
|
17149
|
+
};
|
|
17150
|
+
created_at: {
|
|
17151
|
+
description: string;
|
|
17152
|
+
format: string;
|
|
17153
|
+
type: string;
|
|
17154
|
+
};
|
|
17155
|
+
display_name: {
|
|
17156
|
+
description: string;
|
|
17157
|
+
type: string;
|
|
17158
|
+
};
|
|
17159
|
+
errors: {
|
|
17160
|
+
description: string;
|
|
17161
|
+
items: {
|
|
17162
|
+
description: string;
|
|
17163
|
+
properties: {
|
|
17164
|
+
created_at: {
|
|
17165
|
+
description: string;
|
|
17166
|
+
format: string;
|
|
17167
|
+
type: string;
|
|
17168
|
+
};
|
|
17169
|
+
error_code: {
|
|
17170
|
+
description: string;
|
|
17171
|
+
enum: string[];
|
|
17172
|
+
type: string;
|
|
17173
|
+
};
|
|
17174
|
+
message: {
|
|
17175
|
+
description: string;
|
|
17176
|
+
type: string;
|
|
17177
|
+
};
|
|
17178
|
+
};
|
|
17179
|
+
required: string[];
|
|
17180
|
+
type: string;
|
|
17181
|
+
};
|
|
17182
|
+
type: string;
|
|
17183
|
+
};
|
|
17184
|
+
workspace_id: {
|
|
17185
|
+
description: string;
|
|
17186
|
+
format: string;
|
|
17187
|
+
type: string;
|
|
17188
|
+
};
|
|
17189
|
+
};
|
|
17190
|
+
required: string[];
|
|
17191
|
+
type: string;
|
|
17192
|
+
'x-route-path': string;
|
|
17193
|
+
};
|
|
17137
17194
|
acs_entrance: {
|
|
17138
17195
|
description: string;
|
|
17139
17196
|
properties: {
|
|
@@ -17728,6 +17785,7 @@ declare const _default: {
|
|
|
17728
17785
|
required?: never;
|
|
17729
17786
|
description?: never;
|
|
17730
17787
|
oneOf?: never;
|
|
17788
|
+
'x-route-path'?: never;
|
|
17731
17789
|
};
|
|
17732
17790
|
status: {
|
|
17733
17791
|
enum: string[];
|
|
@@ -17769,6 +17827,7 @@ declare const _default: {
|
|
|
17769
17827
|
required?: never;
|
|
17770
17828
|
description?: never;
|
|
17771
17829
|
oneOf?: never;
|
|
17830
|
+
'x-route-path'?: never;
|
|
17772
17831
|
};
|
|
17773
17832
|
status: {
|
|
17774
17833
|
enum: string[];
|
|
@@ -17811,6 +17870,7 @@ declare const _default: {
|
|
|
17811
17870
|
required?: never;
|
|
17812
17871
|
description?: never;
|
|
17813
17872
|
oneOf?: never;
|
|
17873
|
+
'x-route-path'?: never;
|
|
17814
17874
|
};
|
|
17815
17875
|
status: {
|
|
17816
17876
|
enum: string[];
|
|
@@ -18154,7 +18214,9 @@ declare const _default: {
|
|
|
18154
18214
|
};
|
|
18155
18215
|
required: string[];
|
|
18156
18216
|
type: string;
|
|
18217
|
+
'x-route-path': string;
|
|
18157
18218
|
}[];
|
|
18219
|
+
'x-route-path': string;
|
|
18158
18220
|
};
|
|
18159
18221
|
warnings: {
|
|
18160
18222
|
items: {
|
|
@@ -18180,6 +18242,7 @@ declare const _default: {
|
|
|
18180
18242
|
nullable?: never;
|
|
18181
18243
|
description?: never;
|
|
18182
18244
|
oneOf?: never;
|
|
18245
|
+
'x-route-path'?: never;
|
|
18183
18246
|
};
|
|
18184
18247
|
status: {
|
|
18185
18248
|
enum: string[];
|
|
@@ -18227,6 +18290,7 @@ declare const _default: {
|
|
|
18227
18290
|
required?: never;
|
|
18228
18291
|
description?: never;
|
|
18229
18292
|
oneOf?: never;
|
|
18293
|
+
'x-route-path'?: never;
|
|
18230
18294
|
};
|
|
18231
18295
|
status: {
|
|
18232
18296
|
enum: string[];
|
|
@@ -18479,7 +18543,9 @@ declare const _default: {
|
|
|
18479
18543
|
};
|
|
18480
18544
|
required: string[];
|
|
18481
18545
|
type: string;
|
|
18546
|
+
'x-route-path': string;
|
|
18482
18547
|
}[];
|
|
18548
|
+
'x-route-path': string;
|
|
18483
18549
|
nullable?: never;
|
|
18484
18550
|
properties?: never;
|
|
18485
18551
|
type?: never;
|
|
@@ -18518,6 +18584,7 @@ declare const _default: {
|
|
|
18518
18584
|
required?: never;
|
|
18519
18585
|
description?: never;
|
|
18520
18586
|
oneOf?: never;
|
|
18587
|
+
'x-route-path'?: never;
|
|
18521
18588
|
};
|
|
18522
18589
|
status: {
|
|
18523
18590
|
enum: string[];
|
|
@@ -18559,6 +18626,7 @@ declare const _default: {
|
|
|
18559
18626
|
required?: never;
|
|
18560
18627
|
description?: never;
|
|
18561
18628
|
oneOf?: never;
|
|
18629
|
+
'x-route-path'?: never;
|
|
18562
18630
|
};
|
|
18563
18631
|
status: {
|
|
18564
18632
|
enum: string[];
|
|
@@ -18601,6 +18669,7 @@ declare const _default: {
|
|
|
18601
18669
|
required?: never;
|
|
18602
18670
|
description?: never;
|
|
18603
18671
|
oneOf?: never;
|
|
18672
|
+
'x-route-path'?: never;
|
|
18604
18673
|
};
|
|
18605
18674
|
status: {
|
|
18606
18675
|
enum: string[];
|
|
@@ -18642,6 +18711,7 @@ declare const _default: {
|
|
|
18642
18711
|
required?: never;
|
|
18643
18712
|
description?: never;
|
|
18644
18713
|
oneOf?: never;
|
|
18714
|
+
'x-route-path'?: never;
|
|
18645
18715
|
};
|
|
18646
18716
|
status: {
|
|
18647
18717
|
enum: string[];
|
|
@@ -18683,6 +18753,7 @@ declare const _default: {
|
|
|
18683
18753
|
required?: never;
|
|
18684
18754
|
description?: never;
|
|
18685
18755
|
oneOf?: never;
|
|
18756
|
+
'x-route-path'?: never;
|
|
18686
18757
|
};
|
|
18687
18758
|
status: {
|
|
18688
18759
|
enum: string[];
|
|
@@ -23667,184 +23738,663 @@ declare const _default: {
|
|
|
23667
23738
|
type: string;
|
|
23668
23739
|
'x-route-path': string;
|
|
23669
23740
|
};
|
|
23670
|
-
|
|
23741
|
+
unmanaged_acs_access_group: {
|
|
23671
23742
|
properties: {
|
|
23672
|
-
|
|
23673
|
-
|
|
23674
|
-
|
|
23675
|
-
can_hvac_heat: {
|
|
23743
|
+
access_group_type: {
|
|
23744
|
+
deprecated: boolean;
|
|
23745
|
+
enum: string[];
|
|
23676
23746
|
type: string;
|
|
23747
|
+
'x-deprecated': string;
|
|
23677
23748
|
};
|
|
23678
|
-
|
|
23749
|
+
access_group_type_display_name: {
|
|
23750
|
+
deprecated: boolean;
|
|
23679
23751
|
type: string;
|
|
23752
|
+
'x-deprecated': string;
|
|
23680
23753
|
};
|
|
23681
|
-
|
|
23754
|
+
acs_access_group_id: {
|
|
23755
|
+
description: string;
|
|
23756
|
+
format: string;
|
|
23682
23757
|
type: string;
|
|
23683
23758
|
};
|
|
23684
|
-
|
|
23759
|
+
acs_system_id: {
|
|
23760
|
+
description: string;
|
|
23761
|
+
format: string;
|
|
23685
23762
|
type: string;
|
|
23686
23763
|
};
|
|
23687
|
-
|
|
23764
|
+
created_at: {
|
|
23765
|
+
description: string;
|
|
23766
|
+
format: string;
|
|
23688
23767
|
type: string;
|
|
23689
23768
|
};
|
|
23690
|
-
|
|
23769
|
+
display_name: {
|
|
23691
23770
|
type: string;
|
|
23692
23771
|
};
|
|
23693
|
-
|
|
23772
|
+
external_type: {
|
|
23773
|
+
description: string;
|
|
23774
|
+
enum: string[];
|
|
23694
23775
|
type: string;
|
|
23695
23776
|
};
|
|
23696
|
-
|
|
23777
|
+
external_type_display_name: {
|
|
23778
|
+
description: string;
|
|
23697
23779
|
type: string;
|
|
23698
23780
|
};
|
|
23699
|
-
|
|
23781
|
+
is_managed: {
|
|
23782
|
+
enum: boolean[];
|
|
23700
23783
|
type: string;
|
|
23701
23784
|
};
|
|
23702
|
-
|
|
23785
|
+
name: {
|
|
23786
|
+
description: string;
|
|
23703
23787
|
type: string;
|
|
23704
23788
|
};
|
|
23705
|
-
|
|
23789
|
+
warnings: {
|
|
23706
23790
|
description: string;
|
|
23707
23791
|
items: {
|
|
23708
|
-
|
|
23792
|
+
description: string;
|
|
23793
|
+
properties: {
|
|
23794
|
+
created_at: {
|
|
23795
|
+
description: string;
|
|
23796
|
+
format: string;
|
|
23797
|
+
type: string;
|
|
23798
|
+
};
|
|
23799
|
+
message: {
|
|
23800
|
+
description: string;
|
|
23801
|
+
type: string;
|
|
23802
|
+
};
|
|
23803
|
+
warning_code: {
|
|
23804
|
+
description: string;
|
|
23805
|
+
enum: string[];
|
|
23806
|
+
type: string;
|
|
23807
|
+
};
|
|
23808
|
+
};
|
|
23809
|
+
required: string[];
|
|
23709
23810
|
type: string;
|
|
23710
23811
|
};
|
|
23711
23812
|
type: string;
|
|
23712
23813
|
};
|
|
23713
|
-
|
|
23814
|
+
workspace_id: {
|
|
23714
23815
|
description: string;
|
|
23715
23816
|
format: string;
|
|
23716
23817
|
type: string;
|
|
23717
23818
|
};
|
|
23718
|
-
|
|
23819
|
+
};
|
|
23820
|
+
required: string[];
|
|
23821
|
+
type: string;
|
|
23822
|
+
'x-route-path': string;
|
|
23823
|
+
};
|
|
23824
|
+
unmanaged_acs_credential: {
|
|
23825
|
+
description: string;
|
|
23826
|
+
properties: {
|
|
23827
|
+
access_method: {
|
|
23719
23828
|
description: string;
|
|
23720
|
-
|
|
23829
|
+
enum: string[];
|
|
23721
23830
|
type: string;
|
|
23722
23831
|
};
|
|
23723
|
-
|
|
23832
|
+
acs_credential_id: {
|
|
23724
23833
|
description: string;
|
|
23725
23834
|
format: string;
|
|
23726
23835
|
type: string;
|
|
23727
23836
|
};
|
|
23728
|
-
|
|
23729
|
-
|
|
23730
|
-
|
|
23731
|
-
enum: string[];
|
|
23732
|
-
type: string;
|
|
23733
|
-
}[];
|
|
23837
|
+
acs_credential_pool_id: {
|
|
23838
|
+
format: string;
|
|
23839
|
+
type: string;
|
|
23734
23840
|
};
|
|
23735
|
-
|
|
23841
|
+
acs_system_id: {
|
|
23736
23842
|
description: string;
|
|
23737
|
-
|
|
23738
|
-
oneOf: ({
|
|
23739
|
-
description: string;
|
|
23740
|
-
oneOf: {
|
|
23741
|
-
description: string;
|
|
23742
|
-
properties: {
|
|
23743
|
-
error_code: {
|
|
23744
|
-
description: string;
|
|
23745
|
-
enum: string[];
|
|
23746
|
-
type: string;
|
|
23747
|
-
};
|
|
23748
|
-
is_device_error: {
|
|
23749
|
-
enum: boolean[];
|
|
23750
|
-
type: string;
|
|
23751
|
-
};
|
|
23752
|
-
message: {
|
|
23753
|
-
type: string;
|
|
23754
|
-
};
|
|
23755
|
-
};
|
|
23756
|
-
required: string[];
|
|
23757
|
-
type: string;
|
|
23758
|
-
}[];
|
|
23759
|
-
} | {
|
|
23760
|
-
oneOf: {
|
|
23761
|
-
description: string;
|
|
23762
|
-
properties: {
|
|
23763
|
-
error_code: {
|
|
23764
|
-
description: string;
|
|
23765
|
-
enum: string[];
|
|
23766
|
-
type: string;
|
|
23767
|
-
};
|
|
23768
|
-
is_connected_account_error: {
|
|
23769
|
-
enum: boolean[];
|
|
23770
|
-
type: string;
|
|
23771
|
-
};
|
|
23772
|
-
message: {
|
|
23773
|
-
type: string;
|
|
23774
|
-
};
|
|
23775
|
-
};
|
|
23776
|
-
required: string[];
|
|
23777
|
-
type: string;
|
|
23778
|
-
}[];
|
|
23779
|
-
description?: never;
|
|
23780
|
-
})[];
|
|
23781
|
-
};
|
|
23843
|
+
format: string;
|
|
23782
23844
|
type: string;
|
|
23783
23845
|
};
|
|
23784
|
-
|
|
23785
|
-
|
|
23846
|
+
acs_user_id: {
|
|
23847
|
+
description: string;
|
|
23848
|
+
format: string;
|
|
23786
23849
|
type: string;
|
|
23787
23850
|
};
|
|
23788
|
-
|
|
23851
|
+
assa_abloy_vostio_metadata: {
|
|
23789
23852
|
description: string;
|
|
23790
|
-
nullable: boolean;
|
|
23791
23853
|
properties: {
|
|
23792
|
-
|
|
23793
|
-
|
|
23854
|
+
door_names: {
|
|
23855
|
+
items: {
|
|
23856
|
+
type: string;
|
|
23857
|
+
};
|
|
23794
23858
|
type: string;
|
|
23795
23859
|
};
|
|
23796
|
-
|
|
23797
|
-
description: string;
|
|
23860
|
+
endpoint_id: {
|
|
23798
23861
|
type: string;
|
|
23799
23862
|
};
|
|
23800
|
-
|
|
23801
|
-
type: string;
|
|
23802
|
-
};
|
|
23803
|
-
properties: {
|
|
23804
|
-
properties: {
|
|
23805
|
-
accessory_keypad: {
|
|
23806
|
-
description: string;
|
|
23807
|
-
properties: {
|
|
23808
|
-
battery: {
|
|
23809
|
-
description: string;
|
|
23810
|
-
properties: {
|
|
23811
|
-
level: {
|
|
23812
|
-
format: string;
|
|
23813
|
-
maximum: number;
|
|
23814
|
-
minimum: number;
|
|
23815
|
-
type: string;
|
|
23816
|
-
};
|
|
23817
|
-
};
|
|
23818
|
-
required: string[];
|
|
23819
|
-
type: string;
|
|
23820
|
-
};
|
|
23821
|
-
is_connected: {
|
|
23822
|
-
description: string;
|
|
23823
|
-
type: string;
|
|
23824
|
-
};
|
|
23825
|
-
};
|
|
23826
|
-
required: string[];
|
|
23863
|
+
key_id: {
|
|
23827
23864
|
type: string;
|
|
23828
23865
|
};
|
|
23829
|
-
|
|
23830
|
-
|
|
23831
|
-
|
|
23832
|
-
|
|
23833
|
-
|
|
23834
|
-
|
|
23835
|
-
minimum: number;
|
|
23836
|
-
type: string;
|
|
23837
|
-
};
|
|
23838
|
-
status: {
|
|
23839
|
-
enum: string[];
|
|
23840
|
-
type: string;
|
|
23841
|
-
};
|
|
23866
|
+
key_issuing_request_id: {
|
|
23867
|
+
type: string;
|
|
23868
|
+
};
|
|
23869
|
+
override_guest_acs_entrance_ids: {
|
|
23870
|
+
items: {
|
|
23871
|
+
type: string;
|
|
23842
23872
|
};
|
|
23843
|
-
required: string[];
|
|
23844
23873
|
type: string;
|
|
23845
23874
|
};
|
|
23846
|
-
|
|
23847
|
-
|
|
23875
|
+
};
|
|
23876
|
+
type: string;
|
|
23877
|
+
};
|
|
23878
|
+
card_number: {
|
|
23879
|
+
nullable: boolean;
|
|
23880
|
+
type: string;
|
|
23881
|
+
};
|
|
23882
|
+
code: {
|
|
23883
|
+
description: string;
|
|
23884
|
+
nullable: boolean;
|
|
23885
|
+
type: string;
|
|
23886
|
+
};
|
|
23887
|
+
created_at: {
|
|
23888
|
+
description: string;
|
|
23889
|
+
format: string;
|
|
23890
|
+
type: string;
|
|
23891
|
+
};
|
|
23892
|
+
display_name: {
|
|
23893
|
+
description: string;
|
|
23894
|
+
minLength: number;
|
|
23895
|
+
type: string;
|
|
23896
|
+
};
|
|
23897
|
+
ends_at: {
|
|
23898
|
+
description: string;
|
|
23899
|
+
type: string;
|
|
23900
|
+
};
|
|
23901
|
+
errors: {
|
|
23902
|
+
description: string;
|
|
23903
|
+
items: {
|
|
23904
|
+
properties: {
|
|
23905
|
+
error_code: {
|
|
23906
|
+
type: string;
|
|
23907
|
+
};
|
|
23908
|
+
message: {
|
|
23909
|
+
type: string;
|
|
23910
|
+
};
|
|
23911
|
+
};
|
|
23912
|
+
required: string[];
|
|
23913
|
+
type: string;
|
|
23914
|
+
};
|
|
23915
|
+
type: string;
|
|
23916
|
+
};
|
|
23917
|
+
external_type: {
|
|
23918
|
+
description: string;
|
|
23919
|
+
enum: string[];
|
|
23920
|
+
type: string;
|
|
23921
|
+
};
|
|
23922
|
+
external_type_display_name: {
|
|
23923
|
+
description: string;
|
|
23924
|
+
type: string;
|
|
23925
|
+
};
|
|
23926
|
+
is_issued: {
|
|
23927
|
+
type: string;
|
|
23928
|
+
};
|
|
23929
|
+
is_latest_desired_state_synced_with_provider: {
|
|
23930
|
+
description: string;
|
|
23931
|
+
nullable: boolean;
|
|
23932
|
+
type: string;
|
|
23933
|
+
};
|
|
23934
|
+
is_managed: {
|
|
23935
|
+
enum: boolean[];
|
|
23936
|
+
type: string;
|
|
23937
|
+
};
|
|
23938
|
+
is_multi_phone_sync_credential: {
|
|
23939
|
+
description: string;
|
|
23940
|
+
type: string;
|
|
23941
|
+
};
|
|
23942
|
+
is_one_time_use: {
|
|
23943
|
+
description: string;
|
|
23944
|
+
type: string;
|
|
23945
|
+
};
|
|
23946
|
+
issued_at: {
|
|
23947
|
+
format: string;
|
|
23948
|
+
nullable: boolean;
|
|
23949
|
+
type: string;
|
|
23950
|
+
};
|
|
23951
|
+
latest_desired_state_synced_with_provider_at: {
|
|
23952
|
+
description: string;
|
|
23953
|
+
format: string;
|
|
23954
|
+
nullable: boolean;
|
|
23955
|
+
type: string;
|
|
23956
|
+
};
|
|
23957
|
+
parent_acs_credential_id: {
|
|
23958
|
+
description: string;
|
|
23959
|
+
format: string;
|
|
23960
|
+
type: string;
|
|
23961
|
+
};
|
|
23962
|
+
starts_at: {
|
|
23963
|
+
description: string;
|
|
23964
|
+
type: string;
|
|
23965
|
+
};
|
|
23966
|
+
visionline_metadata: {
|
|
23967
|
+
description: string;
|
|
23968
|
+
properties: {
|
|
23969
|
+
auto_join: {
|
|
23970
|
+
type: string;
|
|
23971
|
+
};
|
|
23972
|
+
card_function_type: {
|
|
23973
|
+
enum: string[];
|
|
23974
|
+
type: string;
|
|
23975
|
+
};
|
|
23976
|
+
card_id: {
|
|
23977
|
+
type: string;
|
|
23978
|
+
};
|
|
23979
|
+
common_acs_entrance_ids: {
|
|
23980
|
+
items: {
|
|
23981
|
+
format: string;
|
|
23982
|
+
type: string;
|
|
23983
|
+
};
|
|
23984
|
+
type: string;
|
|
23985
|
+
};
|
|
23986
|
+
credential_id: {
|
|
23987
|
+
type: string;
|
|
23988
|
+
};
|
|
23989
|
+
guest_acs_entrance_ids: {
|
|
23990
|
+
items: {
|
|
23991
|
+
format: string;
|
|
23992
|
+
type: string;
|
|
23993
|
+
};
|
|
23994
|
+
type: string;
|
|
23995
|
+
};
|
|
23996
|
+
is_valid: {
|
|
23997
|
+
type: string;
|
|
23998
|
+
};
|
|
23999
|
+
joiner_acs_credential_ids: {
|
|
24000
|
+
items: {
|
|
24001
|
+
format: string;
|
|
24002
|
+
type: string;
|
|
24003
|
+
};
|
|
24004
|
+
type: string;
|
|
24005
|
+
};
|
|
24006
|
+
};
|
|
24007
|
+
required: string[];
|
|
24008
|
+
type: string;
|
|
24009
|
+
};
|
|
24010
|
+
warnings: {
|
|
24011
|
+
description: string;
|
|
24012
|
+
items: {
|
|
24013
|
+
description: string;
|
|
24014
|
+
oneOf: {
|
|
24015
|
+
description: string;
|
|
24016
|
+
properties: {
|
|
24017
|
+
created_at: {
|
|
24018
|
+
description: string;
|
|
24019
|
+
format: string;
|
|
24020
|
+
type: string;
|
|
24021
|
+
};
|
|
24022
|
+
message: {
|
|
24023
|
+
description: string;
|
|
24024
|
+
type: string;
|
|
24025
|
+
};
|
|
24026
|
+
warning_code: {
|
|
24027
|
+
description: string;
|
|
24028
|
+
enum: string[];
|
|
24029
|
+
type: string;
|
|
24030
|
+
};
|
|
24031
|
+
};
|
|
24032
|
+
required: string[];
|
|
24033
|
+
type: string;
|
|
24034
|
+
}[];
|
|
24035
|
+
};
|
|
24036
|
+
type: string;
|
|
24037
|
+
};
|
|
24038
|
+
workspace_id: {
|
|
24039
|
+
description: string;
|
|
24040
|
+
format: string;
|
|
24041
|
+
type: string;
|
|
24042
|
+
};
|
|
24043
|
+
};
|
|
24044
|
+
required: string[];
|
|
24045
|
+
type: string;
|
|
24046
|
+
'x-route-path': string;
|
|
24047
|
+
};
|
|
24048
|
+
unmanaged_acs_user: {
|
|
24049
|
+
description: string;
|
|
24050
|
+
properties: {
|
|
24051
|
+
access_schedule: {
|
|
24052
|
+
description: string;
|
|
24053
|
+
properties: {
|
|
24054
|
+
ends_at: {
|
|
24055
|
+
description: string;
|
|
24056
|
+
format: string;
|
|
24057
|
+
nullable: boolean;
|
|
24058
|
+
type: string;
|
|
24059
|
+
};
|
|
24060
|
+
starts_at: {
|
|
24061
|
+
description: string;
|
|
24062
|
+
format: string;
|
|
24063
|
+
type: string;
|
|
24064
|
+
};
|
|
24065
|
+
};
|
|
24066
|
+
required: string[];
|
|
24067
|
+
type: string;
|
|
24068
|
+
};
|
|
24069
|
+
acs_system_id: {
|
|
24070
|
+
description: string;
|
|
24071
|
+
format: string;
|
|
24072
|
+
type: string;
|
|
24073
|
+
};
|
|
24074
|
+
acs_user_id: {
|
|
24075
|
+
description: string;
|
|
24076
|
+
format: string;
|
|
24077
|
+
type: string;
|
|
24078
|
+
};
|
|
24079
|
+
created_at: {
|
|
24080
|
+
description: string;
|
|
24081
|
+
format: string;
|
|
24082
|
+
type: string;
|
|
24083
|
+
};
|
|
24084
|
+
display_name: {
|
|
24085
|
+
description: string;
|
|
24086
|
+
type: string;
|
|
24087
|
+
};
|
|
24088
|
+
email: {
|
|
24089
|
+
deprecated: boolean;
|
|
24090
|
+
format: string;
|
|
24091
|
+
type: string;
|
|
24092
|
+
'x-deprecated': string;
|
|
24093
|
+
};
|
|
24094
|
+
email_address: {
|
|
24095
|
+
description: string;
|
|
24096
|
+
format: string;
|
|
24097
|
+
type: string;
|
|
24098
|
+
};
|
|
24099
|
+
errors: {
|
|
24100
|
+
description: string;
|
|
24101
|
+
items: {
|
|
24102
|
+
description: string;
|
|
24103
|
+
oneOf: {
|
|
24104
|
+
description: string;
|
|
24105
|
+
properties: {
|
|
24106
|
+
created_at: {
|
|
24107
|
+
description: string;
|
|
24108
|
+
format: string;
|
|
24109
|
+
type: string;
|
|
24110
|
+
};
|
|
24111
|
+
error_code: {
|
|
24112
|
+
enum: string[];
|
|
24113
|
+
type: string;
|
|
24114
|
+
};
|
|
24115
|
+
message: {
|
|
24116
|
+
description: string;
|
|
24117
|
+
type: string;
|
|
24118
|
+
};
|
|
24119
|
+
};
|
|
24120
|
+
required: string[];
|
|
24121
|
+
type: string;
|
|
24122
|
+
}[];
|
|
24123
|
+
};
|
|
24124
|
+
type: string;
|
|
24125
|
+
};
|
|
24126
|
+
external_type: {
|
|
24127
|
+
description: string;
|
|
24128
|
+
enum: string[];
|
|
24129
|
+
type: string;
|
|
24130
|
+
};
|
|
24131
|
+
external_type_display_name: {
|
|
24132
|
+
description: string;
|
|
24133
|
+
type: string;
|
|
24134
|
+
};
|
|
24135
|
+
full_name: {
|
|
24136
|
+
description: string;
|
|
24137
|
+
type: string;
|
|
24138
|
+
};
|
|
24139
|
+
hid_acs_system_id: {
|
|
24140
|
+
format: string;
|
|
24141
|
+
type: string;
|
|
24142
|
+
};
|
|
24143
|
+
is_latest_desired_state_synced_with_provider: {
|
|
24144
|
+
nullable: boolean;
|
|
24145
|
+
type: string;
|
|
24146
|
+
'x-undocumented': string;
|
|
24147
|
+
};
|
|
24148
|
+
is_managed: {
|
|
24149
|
+
enum: boolean[];
|
|
24150
|
+
type: string;
|
|
24151
|
+
};
|
|
24152
|
+
is_suspended: {
|
|
24153
|
+
description: string;
|
|
24154
|
+
type: string;
|
|
24155
|
+
};
|
|
24156
|
+
latest_desired_state_synced_with_provider_at: {
|
|
24157
|
+
format: string;
|
|
24158
|
+
nullable: boolean;
|
|
24159
|
+
type: string;
|
|
24160
|
+
'x-undocumented': string;
|
|
24161
|
+
};
|
|
24162
|
+
phone_number: {
|
|
24163
|
+
description: string;
|
|
24164
|
+
type: string;
|
|
24165
|
+
};
|
|
24166
|
+
user_identity_email_address: {
|
|
24167
|
+
description: string;
|
|
24168
|
+
nullable: boolean;
|
|
24169
|
+
type: string;
|
|
24170
|
+
};
|
|
24171
|
+
user_identity_full_name: {
|
|
24172
|
+
description: string;
|
|
24173
|
+
nullable: boolean;
|
|
24174
|
+
type: string;
|
|
24175
|
+
};
|
|
24176
|
+
user_identity_id: {
|
|
24177
|
+
description: string;
|
|
24178
|
+
type: string;
|
|
24179
|
+
};
|
|
24180
|
+
user_identity_phone_number: {
|
|
24181
|
+
description: string;
|
|
24182
|
+
nullable: boolean;
|
|
24183
|
+
type: string;
|
|
24184
|
+
};
|
|
24185
|
+
warnings: {
|
|
24186
|
+
description: string;
|
|
24187
|
+
items: {
|
|
24188
|
+
description: string;
|
|
24189
|
+
oneOf: {
|
|
24190
|
+
description: string;
|
|
24191
|
+
properties: {
|
|
24192
|
+
created_at: {
|
|
24193
|
+
format: string;
|
|
24194
|
+
type: string;
|
|
24195
|
+
};
|
|
24196
|
+
message: {
|
|
24197
|
+
type: string;
|
|
24198
|
+
};
|
|
24199
|
+
warning_code: {
|
|
24200
|
+
enum: string[];
|
|
24201
|
+
type: string;
|
|
24202
|
+
};
|
|
24203
|
+
};
|
|
24204
|
+
required: string[];
|
|
24205
|
+
type: string;
|
|
24206
|
+
}[];
|
|
24207
|
+
};
|
|
24208
|
+
type: string;
|
|
24209
|
+
};
|
|
24210
|
+
workspace_id: {
|
|
24211
|
+
description: string;
|
|
24212
|
+
format: string;
|
|
24213
|
+
type: string;
|
|
24214
|
+
};
|
|
24215
|
+
};
|
|
24216
|
+
required: string[];
|
|
24217
|
+
type: string;
|
|
24218
|
+
'x-route-path': string;
|
|
24219
|
+
};
|
|
24220
|
+
unmanaged_device: {
|
|
24221
|
+
properties: {
|
|
24222
|
+
can_hvac_cool: {
|
|
24223
|
+
type: string;
|
|
24224
|
+
};
|
|
24225
|
+
can_hvac_heat: {
|
|
24226
|
+
type: string;
|
|
24227
|
+
};
|
|
24228
|
+
can_hvac_heat_cool: {
|
|
24229
|
+
type: string;
|
|
24230
|
+
};
|
|
24231
|
+
can_program_offline_access_codes: {
|
|
24232
|
+
type: string;
|
|
24233
|
+
};
|
|
24234
|
+
can_program_online_access_codes: {
|
|
24235
|
+
type: string;
|
|
24236
|
+
};
|
|
24237
|
+
can_remotely_lock: {
|
|
24238
|
+
type: string;
|
|
24239
|
+
};
|
|
24240
|
+
can_remotely_unlock: {
|
|
24241
|
+
type: string;
|
|
24242
|
+
};
|
|
24243
|
+
can_simulate_connection: {
|
|
24244
|
+
type: string;
|
|
24245
|
+
};
|
|
24246
|
+
can_simulate_disconnection: {
|
|
24247
|
+
type: string;
|
|
24248
|
+
};
|
|
24249
|
+
can_simulate_removal: {
|
|
24250
|
+
type: string;
|
|
24251
|
+
};
|
|
24252
|
+
can_turn_off_hvac: {
|
|
24253
|
+
type: string;
|
|
24254
|
+
};
|
|
24255
|
+
capabilities_supported: {
|
|
24256
|
+
description: string;
|
|
24257
|
+
items: {
|
|
24258
|
+
enum: string[];
|
|
24259
|
+
type: string;
|
|
24260
|
+
};
|
|
24261
|
+
type: string;
|
|
24262
|
+
};
|
|
24263
|
+
connected_account_id: {
|
|
24264
|
+
description: string;
|
|
24265
|
+
format: string;
|
|
24266
|
+
type: string;
|
|
24267
|
+
};
|
|
24268
|
+
created_at: {
|
|
24269
|
+
description: string;
|
|
24270
|
+
format: string;
|
|
24271
|
+
type: string;
|
|
24272
|
+
};
|
|
24273
|
+
device_id: {
|
|
24274
|
+
description: string;
|
|
24275
|
+
format: string;
|
|
24276
|
+
type: string;
|
|
24277
|
+
};
|
|
24278
|
+
device_type: {
|
|
24279
|
+
description: string;
|
|
24280
|
+
oneOf: {
|
|
24281
|
+
enum: string[];
|
|
24282
|
+
type: string;
|
|
24283
|
+
}[];
|
|
24284
|
+
};
|
|
24285
|
+
errors: {
|
|
24286
|
+
description: string;
|
|
24287
|
+
items: {
|
|
24288
|
+
oneOf: ({
|
|
24289
|
+
description: string;
|
|
24290
|
+
oneOf: {
|
|
24291
|
+
description: string;
|
|
24292
|
+
properties: {
|
|
24293
|
+
error_code: {
|
|
24294
|
+
description: string;
|
|
24295
|
+
enum: string[];
|
|
24296
|
+
type: string;
|
|
24297
|
+
};
|
|
24298
|
+
is_device_error: {
|
|
24299
|
+
enum: boolean[];
|
|
24300
|
+
type: string;
|
|
24301
|
+
};
|
|
24302
|
+
message: {
|
|
24303
|
+
type: string;
|
|
24304
|
+
};
|
|
24305
|
+
};
|
|
24306
|
+
required: string[];
|
|
24307
|
+
type: string;
|
|
24308
|
+
}[];
|
|
24309
|
+
} | {
|
|
24310
|
+
oneOf: {
|
|
24311
|
+
description: string;
|
|
24312
|
+
properties: {
|
|
24313
|
+
error_code: {
|
|
24314
|
+
description: string;
|
|
24315
|
+
enum: string[];
|
|
24316
|
+
type: string;
|
|
24317
|
+
};
|
|
24318
|
+
is_connected_account_error: {
|
|
24319
|
+
enum: boolean[];
|
|
24320
|
+
type: string;
|
|
24321
|
+
};
|
|
24322
|
+
message: {
|
|
24323
|
+
type: string;
|
|
24324
|
+
};
|
|
24325
|
+
};
|
|
24326
|
+
required: string[];
|
|
24327
|
+
type: string;
|
|
24328
|
+
}[];
|
|
24329
|
+
description?: never;
|
|
24330
|
+
})[];
|
|
24331
|
+
};
|
|
24332
|
+
type: string;
|
|
24333
|
+
};
|
|
24334
|
+
is_managed: {
|
|
24335
|
+
enum: boolean[];
|
|
24336
|
+
type: string;
|
|
24337
|
+
};
|
|
24338
|
+
location: {
|
|
24339
|
+
description: string;
|
|
24340
|
+
nullable: boolean;
|
|
24341
|
+
properties: {
|
|
24342
|
+
location_name: {
|
|
24343
|
+
description: string;
|
|
24344
|
+
type: string;
|
|
24345
|
+
};
|
|
24346
|
+
timezone: {
|
|
24347
|
+
description: string;
|
|
24348
|
+
type: string;
|
|
24349
|
+
};
|
|
24350
|
+
};
|
|
24351
|
+
type: string;
|
|
24352
|
+
};
|
|
24353
|
+
properties: {
|
|
24354
|
+
properties: {
|
|
24355
|
+
accessory_keypad: {
|
|
24356
|
+
description: string;
|
|
24357
|
+
properties: {
|
|
24358
|
+
battery: {
|
|
24359
|
+
description: string;
|
|
24360
|
+
properties: {
|
|
24361
|
+
level: {
|
|
24362
|
+
format: string;
|
|
24363
|
+
maximum: number;
|
|
24364
|
+
minimum: number;
|
|
24365
|
+
type: string;
|
|
24366
|
+
};
|
|
24367
|
+
};
|
|
24368
|
+
required: string[];
|
|
24369
|
+
type: string;
|
|
24370
|
+
};
|
|
24371
|
+
is_connected: {
|
|
24372
|
+
description: string;
|
|
24373
|
+
type: string;
|
|
24374
|
+
};
|
|
24375
|
+
};
|
|
24376
|
+
required: string[];
|
|
24377
|
+
type: string;
|
|
24378
|
+
};
|
|
24379
|
+
battery: {
|
|
24380
|
+
description: string;
|
|
24381
|
+
properties: {
|
|
24382
|
+
level: {
|
|
24383
|
+
format: string;
|
|
24384
|
+
maximum: number;
|
|
24385
|
+
minimum: number;
|
|
24386
|
+
type: string;
|
|
24387
|
+
};
|
|
24388
|
+
status: {
|
|
24389
|
+
enum: string[];
|
|
24390
|
+
type: string;
|
|
24391
|
+
};
|
|
24392
|
+
};
|
|
24393
|
+
required: string[];
|
|
24394
|
+
type: string;
|
|
24395
|
+
};
|
|
24396
|
+
battery_level: {
|
|
24397
|
+
description: string;
|
|
23848
24398
|
format: string;
|
|
23849
24399
|
maximum: number;
|
|
23850
24400
|
minimum: number;
|
|
@@ -24241,6 +24791,7 @@ declare const _default: {
|
|
|
24241
24791
|
})[];
|
|
24242
24792
|
summary: string;
|
|
24243
24793
|
tags: string[];
|
|
24794
|
+
'x-action-attempt-type': string;
|
|
24244
24795
|
'x-fern-sdk-group-name': string[];
|
|
24245
24796
|
'x-fern-sdk-method-name': string;
|
|
24246
24797
|
'x-fern-sdk-return-value': string;
|
|
@@ -24590,6 +25141,7 @@ declare const _default: {
|
|
|
24590
25141
|
})[];
|
|
24591
25142
|
summary: string;
|
|
24592
25143
|
tags: string[];
|
|
25144
|
+
'x-action-attempt-type': string;
|
|
24593
25145
|
'x-fern-sdk-group-name': string[];
|
|
24594
25146
|
'x-fern-sdk-method-name': string;
|
|
24595
25147
|
'x-response-key': null;
|
|
@@ -25080,6 +25632,7 @@ declare const _default: {
|
|
|
25080
25632
|
})[];
|
|
25081
25633
|
summary: string;
|
|
25082
25634
|
tags: string[];
|
|
25635
|
+
'x-action-attempt-type': string;
|
|
25083
25636
|
'x-fern-ignore': boolean;
|
|
25084
25637
|
'x-response-key': null;
|
|
25085
25638
|
};
|
|
@@ -25161,6 +25714,7 @@ declare const _default: {
|
|
|
25161
25714
|
})[];
|
|
25162
25715
|
summary: string;
|
|
25163
25716
|
tags: string[];
|
|
25717
|
+
'x-action-attempt-type': string;
|
|
25164
25718
|
'x-fern-sdk-group-name': string[];
|
|
25165
25719
|
'x-fern-sdk-method-name': string;
|
|
25166
25720
|
'x-response-key': null;
|
|
@@ -25239,6 +25793,7 @@ declare const _default: {
|
|
|
25239
25793
|
})[];
|
|
25240
25794
|
summary: string;
|
|
25241
25795
|
tags: string[];
|
|
25796
|
+
'x-action-attempt-type': string;
|
|
25242
25797
|
'x-fern-sdk-group-name': string[];
|
|
25243
25798
|
'x-fern-sdk-method-name': string;
|
|
25244
25799
|
'x-response-key': null;
|
|
@@ -25702,6 +26257,7 @@ declare const _default: {
|
|
|
25702
26257
|
})[];
|
|
25703
26258
|
summary: string;
|
|
25704
26259
|
tags: string[];
|
|
26260
|
+
'x-action-attempt-type': string;
|
|
25705
26261
|
'x-fern-ignore': boolean;
|
|
25706
26262
|
'x-response-key': null;
|
|
25707
26263
|
};
|
|
@@ -25837,6 +26393,7 @@ declare const _default: {
|
|
|
25837
26393
|
})[];
|
|
25838
26394
|
summary: string;
|
|
25839
26395
|
tags: string[];
|
|
26396
|
+
'x-action-attempt-type': string;
|
|
25840
26397
|
'x-fern-sdk-group-name': string[];
|
|
25841
26398
|
'x-fern-sdk-method-name': string;
|
|
25842
26399
|
'x-response-key': null;
|
|
@@ -25973,6 +26530,7 @@ declare const _default: {
|
|
|
25973
26530
|
})[];
|
|
25974
26531
|
summary: string;
|
|
25975
26532
|
tags: string[];
|
|
26533
|
+
'x-action-attempt-type': string;
|
|
25976
26534
|
'x-fern-ignore': boolean;
|
|
25977
26535
|
'x-response-key': null;
|
|
25978
26536
|
};
|
|
@@ -26663,86 +27221,7 @@ declare const _default: {
|
|
|
26663
27221
|
schema: {
|
|
26664
27222
|
properties: {
|
|
26665
27223
|
acs_access_group: {
|
|
26666
|
-
|
|
26667
|
-
access_group_type: {
|
|
26668
|
-
deprecated: boolean;
|
|
26669
|
-
enum: string[];
|
|
26670
|
-
type: string;
|
|
26671
|
-
'x-deprecated': string;
|
|
26672
|
-
};
|
|
26673
|
-
access_group_type_display_name: {
|
|
26674
|
-
deprecated: boolean;
|
|
26675
|
-
type: string;
|
|
26676
|
-
'x-deprecated': string;
|
|
26677
|
-
};
|
|
26678
|
-
acs_access_group_id: {
|
|
26679
|
-
description: string;
|
|
26680
|
-
format: string;
|
|
26681
|
-
type: string;
|
|
26682
|
-
};
|
|
26683
|
-
acs_system_id: {
|
|
26684
|
-
description: string;
|
|
26685
|
-
format: string;
|
|
26686
|
-
type: string;
|
|
26687
|
-
};
|
|
26688
|
-
created_at: {
|
|
26689
|
-
description: string;
|
|
26690
|
-
format: string;
|
|
26691
|
-
type: string;
|
|
26692
|
-
};
|
|
26693
|
-
display_name: {
|
|
26694
|
-
type: string;
|
|
26695
|
-
};
|
|
26696
|
-
external_type: {
|
|
26697
|
-
description: string;
|
|
26698
|
-
enum: string[];
|
|
26699
|
-
type: string;
|
|
26700
|
-
};
|
|
26701
|
-
external_type_display_name: {
|
|
26702
|
-
description: string;
|
|
26703
|
-
type: string;
|
|
26704
|
-
};
|
|
26705
|
-
is_managed: {
|
|
26706
|
-
enum: boolean[];
|
|
26707
|
-
type: string;
|
|
26708
|
-
};
|
|
26709
|
-
name: {
|
|
26710
|
-
description: string;
|
|
26711
|
-
type: string;
|
|
26712
|
-
};
|
|
26713
|
-
warnings: {
|
|
26714
|
-
description: string;
|
|
26715
|
-
items: {
|
|
26716
|
-
description: string;
|
|
26717
|
-
properties: {
|
|
26718
|
-
created_at: {
|
|
26719
|
-
description: string;
|
|
26720
|
-
format: string;
|
|
26721
|
-
type: string;
|
|
26722
|
-
};
|
|
26723
|
-
message: {
|
|
26724
|
-
description: string;
|
|
26725
|
-
type: string;
|
|
26726
|
-
};
|
|
26727
|
-
warning_code: {
|
|
26728
|
-
description: string;
|
|
26729
|
-
enum: string[];
|
|
26730
|
-
type: string;
|
|
26731
|
-
};
|
|
26732
|
-
};
|
|
26733
|
-
required: string[];
|
|
26734
|
-
type: string;
|
|
26735
|
-
};
|
|
26736
|
-
type: string;
|
|
26737
|
-
};
|
|
26738
|
-
workspace_id: {
|
|
26739
|
-
description: string;
|
|
26740
|
-
format: string;
|
|
26741
|
-
type: string;
|
|
26742
|
-
};
|
|
26743
|
-
};
|
|
26744
|
-
required: string[];
|
|
26745
|
-
type: string;
|
|
27224
|
+
$ref: string;
|
|
26746
27225
|
};
|
|
26747
27226
|
ok: {
|
|
26748
27227
|
type: string;
|
|
@@ -26817,86 +27296,7 @@ declare const _default: {
|
|
|
26817
27296
|
properties: {
|
|
26818
27297
|
acs_access_groups: {
|
|
26819
27298
|
items: {
|
|
26820
|
-
|
|
26821
|
-
access_group_type: {
|
|
26822
|
-
deprecated: boolean;
|
|
26823
|
-
enum: string[];
|
|
26824
|
-
type: string;
|
|
26825
|
-
'x-deprecated': string;
|
|
26826
|
-
};
|
|
26827
|
-
access_group_type_display_name: {
|
|
26828
|
-
deprecated: boolean;
|
|
26829
|
-
type: string;
|
|
26830
|
-
'x-deprecated': string;
|
|
26831
|
-
};
|
|
26832
|
-
acs_access_group_id: {
|
|
26833
|
-
description: string;
|
|
26834
|
-
format: string;
|
|
26835
|
-
type: string;
|
|
26836
|
-
};
|
|
26837
|
-
acs_system_id: {
|
|
26838
|
-
description: string;
|
|
26839
|
-
format: string;
|
|
26840
|
-
type: string;
|
|
26841
|
-
};
|
|
26842
|
-
created_at: {
|
|
26843
|
-
description: string;
|
|
26844
|
-
format: string;
|
|
26845
|
-
type: string;
|
|
26846
|
-
};
|
|
26847
|
-
display_name: {
|
|
26848
|
-
type: string;
|
|
26849
|
-
};
|
|
26850
|
-
external_type: {
|
|
26851
|
-
description: string;
|
|
26852
|
-
enum: string[];
|
|
26853
|
-
type: string;
|
|
26854
|
-
};
|
|
26855
|
-
external_type_display_name: {
|
|
26856
|
-
description: string;
|
|
26857
|
-
type: string;
|
|
26858
|
-
};
|
|
26859
|
-
is_managed: {
|
|
26860
|
-
enum: boolean[];
|
|
26861
|
-
type: string;
|
|
26862
|
-
};
|
|
26863
|
-
name: {
|
|
26864
|
-
description: string;
|
|
26865
|
-
type: string;
|
|
26866
|
-
};
|
|
26867
|
-
warnings: {
|
|
26868
|
-
description: string;
|
|
26869
|
-
items: {
|
|
26870
|
-
description: string;
|
|
26871
|
-
properties: {
|
|
26872
|
-
created_at: {
|
|
26873
|
-
description: string;
|
|
26874
|
-
format: string;
|
|
26875
|
-
type: string;
|
|
26876
|
-
};
|
|
26877
|
-
message: {
|
|
26878
|
-
description: string;
|
|
26879
|
-
type: string;
|
|
26880
|
-
};
|
|
26881
|
-
warning_code: {
|
|
26882
|
-
description: string;
|
|
26883
|
-
enum: string[];
|
|
26884
|
-
type: string;
|
|
26885
|
-
};
|
|
26886
|
-
};
|
|
26887
|
-
required: string[];
|
|
26888
|
-
type: string;
|
|
26889
|
-
};
|
|
26890
|
-
type: string;
|
|
26891
|
-
};
|
|
26892
|
-
workspace_id: {
|
|
26893
|
-
description: string;
|
|
26894
|
-
format: string;
|
|
26895
|
-
type: string;
|
|
26896
|
-
};
|
|
26897
|
-
};
|
|
26898
|
-
required: string[];
|
|
26899
|
-
type: string;
|
|
27299
|
+
$ref: string;
|
|
26900
27300
|
};
|
|
26901
27301
|
type: string;
|
|
26902
27302
|
};
|
|
@@ -27722,99 +28122,18 @@ declare const _default: {
|
|
|
27722
28122
|
};
|
|
27723
28123
|
is_multi_phone_sync_credential: {
|
|
27724
28124
|
description: string;
|
|
27725
|
-
type: string;
|
|
27726
|
-
};
|
|
27727
|
-
limit: {
|
|
27728
|
-
default: number;
|
|
27729
|
-
description: string;
|
|
27730
|
-
format: string;
|
|
27731
|
-
type: string;
|
|
27732
|
-
};
|
|
27733
|
-
};
|
|
27734
|
-
type: string;
|
|
27735
|
-
oneOf?: never;
|
|
27736
|
-
})[];
|
|
27737
|
-
};
|
|
27738
|
-
};
|
|
27739
|
-
};
|
|
27740
|
-
};
|
|
27741
|
-
responses: {
|
|
27742
|
-
200: {
|
|
27743
|
-
content: {
|
|
27744
|
-
'application/json': {
|
|
27745
|
-
schema: {
|
|
27746
|
-
properties: {
|
|
27747
|
-
acs_credentials: {
|
|
27748
|
-
items: {
|
|
27749
|
-
$ref: string;
|
|
27750
|
-
};
|
|
27751
|
-
type: string;
|
|
27752
|
-
};
|
|
27753
|
-
ok: {
|
|
27754
|
-
type: string;
|
|
27755
|
-
};
|
|
27756
|
-
};
|
|
27757
|
-
required: string[];
|
|
27758
|
-
type: string;
|
|
27759
|
-
};
|
|
27760
|
-
};
|
|
27761
|
-
};
|
|
27762
|
-
description: string;
|
|
27763
|
-
};
|
|
27764
|
-
400: {
|
|
27765
|
-
description: string;
|
|
27766
|
-
};
|
|
27767
|
-
401: {
|
|
27768
|
-
description: string;
|
|
27769
|
-
};
|
|
27770
|
-
};
|
|
27771
|
-
security: ({
|
|
27772
|
-
api_key: never[];
|
|
27773
|
-
client_session?: never;
|
|
27774
|
-
pat_with_workspace?: never;
|
|
27775
|
-
console_session_with_workspace?: never;
|
|
27776
|
-
} | {
|
|
27777
|
-
client_session: never[];
|
|
27778
|
-
api_key?: never;
|
|
27779
|
-
pat_with_workspace?: never;
|
|
27780
|
-
console_session_with_workspace?: never;
|
|
27781
|
-
} | {
|
|
27782
|
-
pat_with_workspace: never[];
|
|
27783
|
-
api_key?: never;
|
|
27784
|
-
client_session?: never;
|
|
27785
|
-
console_session_with_workspace?: never;
|
|
27786
|
-
} | {
|
|
27787
|
-
console_session_with_workspace: never[];
|
|
27788
|
-
api_key?: never;
|
|
27789
|
-
client_session?: never;
|
|
27790
|
-
pat_with_workspace?: never;
|
|
27791
|
-
})[];
|
|
27792
|
-
summary: string;
|
|
27793
|
-
tags: string[];
|
|
27794
|
-
'x-fern-sdk-group-name': string[];
|
|
27795
|
-
'x-fern-sdk-method-name': string;
|
|
27796
|
-
'x-fern-sdk-return-value': string;
|
|
27797
|
-
'x-response-key': string;
|
|
27798
|
-
'x-title': string;
|
|
27799
|
-
};
|
|
27800
|
-
};
|
|
27801
|
-
'/acs/credentials/list_accessible_entrances': {
|
|
27802
|
-
post: {
|
|
27803
|
-
description: string;
|
|
27804
|
-
operationId: string;
|
|
27805
|
-
requestBody: {
|
|
27806
|
-
content: {
|
|
27807
|
-
'application/json': {
|
|
27808
|
-
schema: {
|
|
27809
|
-
properties: {
|
|
27810
|
-
acs_credential_id: {
|
|
27811
|
-
description: string;
|
|
27812
|
-
format: string;
|
|
27813
|
-
type: string;
|
|
28125
|
+
type: string;
|
|
28126
|
+
};
|
|
28127
|
+
limit: {
|
|
28128
|
+
default: number;
|
|
28129
|
+
description: string;
|
|
28130
|
+
format: string;
|
|
28131
|
+
type: string;
|
|
28132
|
+
};
|
|
27814
28133
|
};
|
|
27815
|
-
|
|
27816
|
-
|
|
27817
|
-
|
|
28134
|
+
type: string;
|
|
28135
|
+
oneOf?: never;
|
|
28136
|
+
})[];
|
|
27818
28137
|
};
|
|
27819
28138
|
};
|
|
27820
28139
|
};
|
|
@@ -27825,7 +28144,7 @@ declare const _default: {
|
|
|
27825
28144
|
'application/json': {
|
|
27826
28145
|
schema: {
|
|
27827
28146
|
properties: {
|
|
27828
|
-
|
|
28147
|
+
acs_credentials: {
|
|
27829
28148
|
items: {
|
|
27830
28149
|
$ref: string;
|
|
27831
28150
|
};
|
|
@@ -27851,15 +28170,23 @@ declare const _default: {
|
|
|
27851
28170
|
};
|
|
27852
28171
|
security: ({
|
|
27853
28172
|
api_key: never[];
|
|
28173
|
+
client_session?: never;
|
|
28174
|
+
pat_with_workspace?: never;
|
|
28175
|
+
console_session_with_workspace?: never;
|
|
28176
|
+
} | {
|
|
28177
|
+
client_session: never[];
|
|
28178
|
+
api_key?: never;
|
|
27854
28179
|
pat_with_workspace?: never;
|
|
27855
28180
|
console_session_with_workspace?: never;
|
|
27856
28181
|
} | {
|
|
27857
28182
|
pat_with_workspace: never[];
|
|
27858
28183
|
api_key?: never;
|
|
28184
|
+
client_session?: never;
|
|
27859
28185
|
console_session_with_workspace?: never;
|
|
27860
28186
|
} | {
|
|
27861
28187
|
console_session_with_workspace: never[];
|
|
27862
28188
|
api_key?: never;
|
|
28189
|
+
client_session?: never;
|
|
27863
28190
|
pat_with_workspace?: never;
|
|
27864
28191
|
})[];
|
|
27865
28192
|
summary: string;
|
|
@@ -27871,8 +28198,8 @@ declare const _default: {
|
|
|
27871
28198
|
'x-title': string;
|
|
27872
28199
|
};
|
|
27873
28200
|
};
|
|
27874
|
-
'/acs/credentials/
|
|
27875
|
-
|
|
28201
|
+
'/acs/credentials/list_accessible_entrances': {
|
|
28202
|
+
post: {
|
|
27876
28203
|
description: string;
|
|
27877
28204
|
operationId: string;
|
|
27878
28205
|
requestBody: {
|
|
@@ -27885,11 +28212,6 @@ declare const _default: {
|
|
|
27885
28212
|
format: string;
|
|
27886
28213
|
type: string;
|
|
27887
28214
|
};
|
|
27888
|
-
acs_user_id: {
|
|
27889
|
-
description: string;
|
|
27890
|
-
format: string;
|
|
27891
|
-
type: string;
|
|
27892
|
-
};
|
|
27893
28215
|
};
|
|
27894
28216
|
required: string[];
|
|
27895
28217
|
type: string;
|
|
@@ -27903,8 +28225,11 @@ declare const _default: {
|
|
|
27903
28225
|
'application/json': {
|
|
27904
28226
|
schema: {
|
|
27905
28227
|
properties: {
|
|
27906
|
-
|
|
27907
|
-
|
|
28228
|
+
acs_entrances: {
|
|
28229
|
+
items: {
|
|
28230
|
+
$ref: string;
|
|
28231
|
+
};
|
|
28232
|
+
type: string;
|
|
27908
28233
|
};
|
|
27909
28234
|
ok: {
|
|
27910
28235
|
type: string;
|
|
@@ -27925,25 +28250,29 @@ declare const _default: {
|
|
|
27925
28250
|
};
|
|
27926
28251
|
};
|
|
27927
28252
|
security: ({
|
|
27928
|
-
|
|
28253
|
+
api_key: never[];
|
|
28254
|
+
pat_with_workspace?: never;
|
|
27929
28255
|
console_session_with_workspace?: never;
|
|
28256
|
+
} | {
|
|
28257
|
+
pat_with_workspace: never[];
|
|
27930
28258
|
api_key?: never;
|
|
28259
|
+
console_session_with_workspace?: never;
|
|
27931
28260
|
} | {
|
|
27932
28261
|
console_session_with_workspace: never[];
|
|
27933
|
-
pat_with_workspace?: never;
|
|
27934
28262
|
api_key?: never;
|
|
27935
|
-
} | {
|
|
27936
|
-
api_key: never[];
|
|
27937
28263
|
pat_with_workspace?: never;
|
|
27938
|
-
console_session_with_workspace?: never;
|
|
27939
28264
|
})[];
|
|
27940
28265
|
summary: string;
|
|
27941
28266
|
tags: string[];
|
|
27942
|
-
'x-fern-
|
|
27943
|
-
'x-
|
|
28267
|
+
'x-fern-sdk-group-name': string[];
|
|
28268
|
+
'x-fern-sdk-method-name': string;
|
|
28269
|
+
'x-fern-sdk-return-value': string;
|
|
28270
|
+
'x-response-key': string;
|
|
27944
28271
|
'x-title': string;
|
|
27945
28272
|
};
|
|
27946
|
-
|
|
28273
|
+
};
|
|
28274
|
+
'/acs/credentials/unassign': {
|
|
28275
|
+
patch: {
|
|
27947
28276
|
description: string;
|
|
27948
28277
|
operationId: string;
|
|
27949
28278
|
requestBody: {
|
|
@@ -28004,268 +28333,119 @@ declare const _default: {
|
|
|
28004
28333
|
pat_with_workspace?: never;
|
|
28005
28334
|
api_key?: never;
|
|
28006
28335
|
} | {
|
|
28007
|
-
api_key: never[];
|
|
28008
|
-
pat_with_workspace?: never;
|
|
28009
|
-
console_session_with_workspace?: never;
|
|
28010
|
-
})[];
|
|
28011
|
-
summary: string;
|
|
28012
|
-
tags: string[];
|
|
28013
|
-
'x-fern-
|
|
28014
|
-
'x-
|
|
28015
|
-
'x-
|
|
28016
|
-
|
|
28017
|
-
|
|
28018
|
-
|
|
28019
|
-
|
|
28020
|
-
|
|
28021
|
-
|
|
28022
|
-
|
|
28023
|
-
|
|
28024
|
-
|
|
28025
|
-
|
|
28026
|
-
|
|
28027
|
-
|
|
28028
|
-
|
|
28029
|
-
|
|
28030
|
-
|
|
28031
|
-
|
|
28032
|
-
|
|
28033
|
-
|
|
28034
|
-
|
|
28035
|
-
|
|
28036
|
-
|
|
28037
|
-
|
|
28038
|
-
|
|
28039
|
-
|
|
28040
|
-
|
|
28041
|
-
|
|
28042
|
-
|
|
28043
|
-
|
|
28044
|
-
|
|
28045
|
-
|
|
28046
|
-
|
|
28047
|
-
|
|
28048
|
-
|
|
28049
|
-
|
|
28050
|
-
|
|
28051
|
-
|
|
28052
|
-
type: string;
|
|
28053
|
-
};
|
|
28054
|
-
acs_credential_id: {
|
|
28055
|
-
description: string;
|
|
28056
|
-
format: string;
|
|
28057
|
-
type: string;
|
|
28058
|
-
};
|
|
28059
|
-
acs_credential_pool_id: {
|
|
28060
|
-
format: string;
|
|
28061
|
-
type: string;
|
|
28062
|
-
};
|
|
28063
|
-
acs_system_id: {
|
|
28064
|
-
description: string;
|
|
28065
|
-
format: string;
|
|
28066
|
-
type: string;
|
|
28067
|
-
};
|
|
28068
|
-
acs_user_id: {
|
|
28069
|
-
description: string;
|
|
28070
|
-
format: string;
|
|
28071
|
-
type: string;
|
|
28072
|
-
};
|
|
28073
|
-
assa_abloy_vostio_metadata: {
|
|
28074
|
-
description: string;
|
|
28075
|
-
properties: {
|
|
28076
|
-
door_names: {
|
|
28077
|
-
items: {
|
|
28078
|
-
type: string;
|
|
28079
|
-
};
|
|
28080
|
-
type: string;
|
|
28081
|
-
};
|
|
28082
|
-
endpoint_id: {
|
|
28083
|
-
type: string;
|
|
28084
|
-
};
|
|
28085
|
-
key_id: {
|
|
28086
|
-
type: string;
|
|
28087
|
-
};
|
|
28088
|
-
key_issuing_request_id: {
|
|
28089
|
-
type: string;
|
|
28090
|
-
};
|
|
28091
|
-
override_guest_acs_entrance_ids: {
|
|
28092
|
-
items: {
|
|
28093
|
-
type: string;
|
|
28094
|
-
};
|
|
28095
|
-
type: string;
|
|
28096
|
-
};
|
|
28097
|
-
};
|
|
28098
|
-
type: string;
|
|
28099
|
-
};
|
|
28100
|
-
card_number: {
|
|
28101
|
-
nullable: boolean;
|
|
28102
|
-
type: string;
|
|
28103
|
-
};
|
|
28104
|
-
code: {
|
|
28105
|
-
description: string;
|
|
28106
|
-
nullable: boolean;
|
|
28107
|
-
type: string;
|
|
28108
|
-
};
|
|
28109
|
-
created_at: {
|
|
28110
|
-
description: string;
|
|
28111
|
-
format: string;
|
|
28112
|
-
type: string;
|
|
28113
|
-
};
|
|
28114
|
-
display_name: {
|
|
28115
|
-
description: string;
|
|
28116
|
-
minLength: number;
|
|
28117
|
-
type: string;
|
|
28118
|
-
};
|
|
28119
|
-
ends_at: {
|
|
28120
|
-
description: string;
|
|
28121
|
-
type: string;
|
|
28122
|
-
};
|
|
28123
|
-
errors: {
|
|
28124
|
-
description: string;
|
|
28125
|
-
items: {
|
|
28126
|
-
properties: {
|
|
28127
|
-
error_code: {
|
|
28128
|
-
type: string;
|
|
28129
|
-
};
|
|
28130
|
-
message: {
|
|
28131
|
-
type: string;
|
|
28132
|
-
};
|
|
28133
|
-
};
|
|
28134
|
-
required: string[];
|
|
28135
|
-
type: string;
|
|
28136
|
-
};
|
|
28137
|
-
type: string;
|
|
28138
|
-
};
|
|
28139
|
-
external_type: {
|
|
28140
|
-
description: string;
|
|
28141
|
-
enum: string[];
|
|
28142
|
-
type: string;
|
|
28143
|
-
};
|
|
28144
|
-
external_type_display_name: {
|
|
28145
|
-
description: string;
|
|
28146
|
-
type: string;
|
|
28147
|
-
};
|
|
28148
|
-
is_issued: {
|
|
28149
|
-
type: string;
|
|
28150
|
-
};
|
|
28151
|
-
is_latest_desired_state_synced_with_provider: {
|
|
28152
|
-
description: string;
|
|
28153
|
-
nullable: boolean;
|
|
28154
|
-
type: string;
|
|
28155
|
-
};
|
|
28156
|
-
is_managed: {
|
|
28157
|
-
enum: boolean[];
|
|
28158
|
-
type: string;
|
|
28159
|
-
};
|
|
28160
|
-
is_multi_phone_sync_credential: {
|
|
28161
|
-
description: string;
|
|
28162
|
-
type: string;
|
|
28163
|
-
};
|
|
28164
|
-
is_one_time_use: {
|
|
28165
|
-
description: string;
|
|
28166
|
-
type: string;
|
|
28167
|
-
};
|
|
28168
|
-
issued_at: {
|
|
28169
|
-
format: string;
|
|
28170
|
-
nullable: boolean;
|
|
28171
|
-
type: string;
|
|
28172
|
-
};
|
|
28173
|
-
latest_desired_state_synced_with_provider_at: {
|
|
28174
|
-
description: string;
|
|
28175
|
-
format: string;
|
|
28176
|
-
nullable: boolean;
|
|
28177
|
-
type: string;
|
|
28178
|
-
};
|
|
28179
|
-
parent_acs_credential_id: {
|
|
28180
|
-
description: string;
|
|
28181
|
-
format: string;
|
|
28182
|
-
type: string;
|
|
28183
|
-
};
|
|
28184
|
-
starts_at: {
|
|
28185
|
-
description: string;
|
|
28186
|
-
type: string;
|
|
28187
|
-
};
|
|
28188
|
-
visionline_metadata: {
|
|
28189
|
-
description: string;
|
|
28190
|
-
properties: {
|
|
28191
|
-
auto_join: {
|
|
28192
|
-
type: string;
|
|
28193
|
-
};
|
|
28194
|
-
card_function_type: {
|
|
28195
|
-
enum: string[];
|
|
28196
|
-
type: string;
|
|
28197
|
-
};
|
|
28198
|
-
card_id: {
|
|
28199
|
-
type: string;
|
|
28200
|
-
};
|
|
28201
|
-
common_acs_entrance_ids: {
|
|
28202
|
-
items: {
|
|
28203
|
-
format: string;
|
|
28204
|
-
type: string;
|
|
28205
|
-
};
|
|
28206
|
-
type: string;
|
|
28207
|
-
};
|
|
28208
|
-
credential_id: {
|
|
28209
|
-
type: string;
|
|
28210
|
-
};
|
|
28211
|
-
guest_acs_entrance_ids: {
|
|
28212
|
-
items: {
|
|
28213
|
-
format: string;
|
|
28214
|
-
type: string;
|
|
28215
|
-
};
|
|
28216
|
-
type: string;
|
|
28217
|
-
};
|
|
28218
|
-
is_valid: {
|
|
28219
|
-
type: string;
|
|
28220
|
-
};
|
|
28221
|
-
joiner_acs_credential_ids: {
|
|
28222
|
-
items: {
|
|
28223
|
-
format: string;
|
|
28224
|
-
type: string;
|
|
28225
|
-
};
|
|
28226
|
-
type: string;
|
|
28227
|
-
};
|
|
28228
|
-
};
|
|
28229
|
-
required: string[];
|
|
28230
|
-
type: string;
|
|
28231
|
-
};
|
|
28232
|
-
warnings: {
|
|
28233
|
-
description: string;
|
|
28234
|
-
items: {
|
|
28235
|
-
description: string;
|
|
28236
|
-
oneOf: {
|
|
28237
|
-
description: string;
|
|
28238
|
-
properties: {
|
|
28239
|
-
created_at: {
|
|
28240
|
-
description: string;
|
|
28241
|
-
format: string;
|
|
28242
|
-
type: string;
|
|
28243
|
-
};
|
|
28244
|
-
message: {
|
|
28245
|
-
description: string;
|
|
28246
|
-
type: string;
|
|
28247
|
-
};
|
|
28248
|
-
warning_code: {
|
|
28249
|
-
description: string;
|
|
28250
|
-
enum: string[];
|
|
28251
|
-
type: string;
|
|
28252
|
-
};
|
|
28253
|
-
};
|
|
28254
|
-
required: string[];
|
|
28255
|
-
type: string;
|
|
28256
|
-
}[];
|
|
28257
|
-
};
|
|
28258
|
-
type: string;
|
|
28259
|
-
};
|
|
28260
|
-
workspace_id: {
|
|
28261
|
-
description: string;
|
|
28262
|
-
format: string;
|
|
28263
|
-
type: string;
|
|
28264
|
-
};
|
|
28265
|
-
};
|
|
28266
|
-
required: string[];
|
|
28336
|
+
api_key: never[];
|
|
28337
|
+
pat_with_workspace?: never;
|
|
28338
|
+
console_session_with_workspace?: never;
|
|
28339
|
+
})[];
|
|
28340
|
+
summary: string;
|
|
28341
|
+
tags: string[];
|
|
28342
|
+
'x-fern-ignore': boolean;
|
|
28343
|
+
'x-response-key': null;
|
|
28344
|
+
'x-title': string;
|
|
28345
|
+
};
|
|
28346
|
+
post: {
|
|
28347
|
+
description: string;
|
|
28348
|
+
operationId: string;
|
|
28349
|
+
requestBody: {
|
|
28350
|
+
content: {
|
|
28351
|
+
'application/json': {
|
|
28352
|
+
schema: {
|
|
28353
|
+
properties: {
|
|
28354
|
+
acs_credential_id: {
|
|
28355
|
+
description: string;
|
|
28356
|
+
format: string;
|
|
28357
|
+
type: string;
|
|
28358
|
+
};
|
|
28359
|
+
acs_user_id: {
|
|
28360
|
+
description: string;
|
|
28361
|
+
format: string;
|
|
28362
|
+
type: string;
|
|
28363
|
+
};
|
|
28364
|
+
};
|
|
28365
|
+
required: string[];
|
|
28366
|
+
type: string;
|
|
28367
|
+
};
|
|
28368
|
+
};
|
|
28369
|
+
};
|
|
28370
|
+
};
|
|
28371
|
+
responses: {
|
|
28372
|
+
200: {
|
|
28373
|
+
content: {
|
|
28374
|
+
'application/json': {
|
|
28375
|
+
schema: {
|
|
28376
|
+
properties: {
|
|
28377
|
+
acs_credential: {
|
|
28378
|
+
$ref: string;
|
|
28379
|
+
};
|
|
28380
|
+
ok: {
|
|
28267
28381
|
type: string;
|
|
28268
28382
|
};
|
|
28383
|
+
};
|
|
28384
|
+
required: string[];
|
|
28385
|
+
type: string;
|
|
28386
|
+
};
|
|
28387
|
+
};
|
|
28388
|
+
};
|
|
28389
|
+
description: string;
|
|
28390
|
+
};
|
|
28391
|
+
400: {
|
|
28392
|
+
description: string;
|
|
28393
|
+
};
|
|
28394
|
+
401: {
|
|
28395
|
+
description: string;
|
|
28396
|
+
};
|
|
28397
|
+
};
|
|
28398
|
+
security: ({
|
|
28399
|
+
pat_with_workspace: never[];
|
|
28400
|
+
console_session_with_workspace?: never;
|
|
28401
|
+
api_key?: never;
|
|
28402
|
+
} | {
|
|
28403
|
+
console_session_with_workspace: never[];
|
|
28404
|
+
pat_with_workspace?: never;
|
|
28405
|
+
api_key?: never;
|
|
28406
|
+
} | {
|
|
28407
|
+
api_key: never[];
|
|
28408
|
+
pat_with_workspace?: never;
|
|
28409
|
+
console_session_with_workspace?: never;
|
|
28410
|
+
})[];
|
|
28411
|
+
summary: string;
|
|
28412
|
+
tags: string[];
|
|
28413
|
+
'x-fern-sdk-group-name': string[];
|
|
28414
|
+
'x-fern-sdk-method-name': string;
|
|
28415
|
+
'x-response-key': null;
|
|
28416
|
+
'x-title': string;
|
|
28417
|
+
};
|
|
28418
|
+
};
|
|
28419
|
+
'/acs/credentials/unmanaged/get': {
|
|
28420
|
+
post: {
|
|
28421
|
+
description: string;
|
|
28422
|
+
operationId: string;
|
|
28423
|
+
requestBody: {
|
|
28424
|
+
content: {
|
|
28425
|
+
'application/json': {
|
|
28426
|
+
schema: {
|
|
28427
|
+
properties: {
|
|
28428
|
+
acs_credential_id: {
|
|
28429
|
+
description: string;
|
|
28430
|
+
format: string;
|
|
28431
|
+
type: string;
|
|
28432
|
+
};
|
|
28433
|
+
};
|
|
28434
|
+
required: string[];
|
|
28435
|
+
type: string;
|
|
28436
|
+
};
|
|
28437
|
+
};
|
|
28438
|
+
};
|
|
28439
|
+
};
|
|
28440
|
+
responses: {
|
|
28441
|
+
200: {
|
|
28442
|
+
content: {
|
|
28443
|
+
'application/json': {
|
|
28444
|
+
schema: {
|
|
28445
|
+
properties: {
|
|
28446
|
+
acs_credential: {
|
|
28447
|
+
$ref: string;
|
|
28448
|
+
};
|
|
28269
28449
|
ok: {
|
|
28270
28450
|
type: string;
|
|
28271
28451
|
};
|
|
@@ -28366,241 +28546,21 @@ declare const _default: {
|
|
|
28366
28546
|
acs_system_id?: never;
|
|
28367
28547
|
};
|
|
28368
28548
|
required: string[];
|
|
28369
|
-
type: string;
|
|
28370
|
-
})[];
|
|
28371
|
-
};
|
|
28372
|
-
};
|
|
28373
|
-
};
|
|
28374
|
-
};
|
|
28375
|
-
responses: {
|
|
28376
|
-
200: {
|
|
28377
|
-
content: {
|
|
28378
|
-
'application/json': {
|
|
28379
|
-
schema: {
|
|
28380
|
-
properties: {
|
|
28381
|
-
acs_credentials: {
|
|
28382
|
-
items: {
|
|
28383
|
-
|
|
28384
|
-
properties: {
|
|
28385
|
-
access_method: {
|
|
28386
|
-
description: string;
|
|
28387
|
-
enum: string[];
|
|
28388
|
-
type: string;
|
|
28389
|
-
};
|
|
28390
|
-
acs_credential_id: {
|
|
28391
|
-
description: string;
|
|
28392
|
-
format: string;
|
|
28393
|
-
type: string;
|
|
28394
|
-
};
|
|
28395
|
-
acs_credential_pool_id: {
|
|
28396
|
-
format: string;
|
|
28397
|
-
type: string;
|
|
28398
|
-
};
|
|
28399
|
-
acs_system_id: {
|
|
28400
|
-
description: string;
|
|
28401
|
-
format: string;
|
|
28402
|
-
type: string;
|
|
28403
|
-
};
|
|
28404
|
-
acs_user_id: {
|
|
28405
|
-
description: string;
|
|
28406
|
-
format: string;
|
|
28407
|
-
type: string;
|
|
28408
|
-
};
|
|
28409
|
-
assa_abloy_vostio_metadata: {
|
|
28410
|
-
description: string;
|
|
28411
|
-
properties: {
|
|
28412
|
-
door_names: {
|
|
28413
|
-
items: {
|
|
28414
|
-
type: string;
|
|
28415
|
-
};
|
|
28416
|
-
type: string;
|
|
28417
|
-
};
|
|
28418
|
-
endpoint_id: {
|
|
28419
|
-
type: string;
|
|
28420
|
-
};
|
|
28421
|
-
key_id: {
|
|
28422
|
-
type: string;
|
|
28423
|
-
};
|
|
28424
|
-
key_issuing_request_id: {
|
|
28425
|
-
type: string;
|
|
28426
|
-
};
|
|
28427
|
-
override_guest_acs_entrance_ids: {
|
|
28428
|
-
items: {
|
|
28429
|
-
type: string;
|
|
28430
|
-
};
|
|
28431
|
-
type: string;
|
|
28432
|
-
};
|
|
28433
|
-
};
|
|
28434
|
-
type: string;
|
|
28435
|
-
};
|
|
28436
|
-
card_number: {
|
|
28437
|
-
nullable: boolean;
|
|
28438
|
-
type: string;
|
|
28439
|
-
};
|
|
28440
|
-
code: {
|
|
28441
|
-
description: string;
|
|
28442
|
-
nullable: boolean;
|
|
28443
|
-
type: string;
|
|
28444
|
-
};
|
|
28445
|
-
created_at: {
|
|
28446
|
-
description: string;
|
|
28447
|
-
format: string;
|
|
28448
|
-
type: string;
|
|
28449
|
-
};
|
|
28450
|
-
display_name: {
|
|
28451
|
-
description: string;
|
|
28452
|
-
minLength: number;
|
|
28453
|
-
type: string;
|
|
28454
|
-
};
|
|
28455
|
-
ends_at: {
|
|
28456
|
-
description: string;
|
|
28457
|
-
type: string;
|
|
28458
|
-
};
|
|
28459
|
-
errors: {
|
|
28460
|
-
description: string;
|
|
28461
|
-
items: {
|
|
28462
|
-
properties: {
|
|
28463
|
-
error_code: {
|
|
28464
|
-
type: string;
|
|
28465
|
-
};
|
|
28466
|
-
message: {
|
|
28467
|
-
type: string;
|
|
28468
|
-
};
|
|
28469
|
-
};
|
|
28470
|
-
required: string[];
|
|
28471
|
-
type: string;
|
|
28472
|
-
};
|
|
28473
|
-
type: string;
|
|
28474
|
-
};
|
|
28475
|
-
external_type: {
|
|
28476
|
-
description: string;
|
|
28477
|
-
enum: string[];
|
|
28478
|
-
type: string;
|
|
28479
|
-
};
|
|
28480
|
-
external_type_display_name: {
|
|
28481
|
-
description: string;
|
|
28482
|
-
type: string;
|
|
28483
|
-
};
|
|
28484
|
-
is_issued: {
|
|
28485
|
-
type: string;
|
|
28486
|
-
};
|
|
28487
|
-
is_latest_desired_state_synced_with_provider: {
|
|
28488
|
-
description: string;
|
|
28489
|
-
nullable: boolean;
|
|
28490
|
-
type: string;
|
|
28491
|
-
};
|
|
28492
|
-
is_managed: {
|
|
28493
|
-
enum: boolean[];
|
|
28494
|
-
type: string;
|
|
28495
|
-
};
|
|
28496
|
-
is_multi_phone_sync_credential: {
|
|
28497
|
-
description: string;
|
|
28498
|
-
type: string;
|
|
28499
|
-
};
|
|
28500
|
-
is_one_time_use: {
|
|
28501
|
-
description: string;
|
|
28502
|
-
type: string;
|
|
28503
|
-
};
|
|
28504
|
-
issued_at: {
|
|
28505
|
-
format: string;
|
|
28506
|
-
nullable: boolean;
|
|
28507
|
-
type: string;
|
|
28508
|
-
};
|
|
28509
|
-
latest_desired_state_synced_with_provider_at: {
|
|
28510
|
-
description: string;
|
|
28511
|
-
format: string;
|
|
28512
|
-
nullable: boolean;
|
|
28513
|
-
type: string;
|
|
28514
|
-
};
|
|
28515
|
-
parent_acs_credential_id: {
|
|
28516
|
-
description: string;
|
|
28517
|
-
format: string;
|
|
28518
|
-
type: string;
|
|
28519
|
-
};
|
|
28520
|
-
starts_at: {
|
|
28521
|
-
description: string;
|
|
28522
|
-
type: string;
|
|
28523
|
-
};
|
|
28524
|
-
visionline_metadata: {
|
|
28525
|
-
description: string;
|
|
28526
|
-
properties: {
|
|
28527
|
-
auto_join: {
|
|
28528
|
-
type: string;
|
|
28529
|
-
};
|
|
28530
|
-
card_function_type: {
|
|
28531
|
-
enum: string[];
|
|
28532
|
-
type: string;
|
|
28533
|
-
};
|
|
28534
|
-
card_id: {
|
|
28535
|
-
type: string;
|
|
28536
|
-
};
|
|
28537
|
-
common_acs_entrance_ids: {
|
|
28538
|
-
items: {
|
|
28539
|
-
format: string;
|
|
28540
|
-
type: string;
|
|
28541
|
-
};
|
|
28542
|
-
type: string;
|
|
28543
|
-
};
|
|
28544
|
-
credential_id: {
|
|
28545
|
-
type: string;
|
|
28546
|
-
};
|
|
28547
|
-
guest_acs_entrance_ids: {
|
|
28548
|
-
items: {
|
|
28549
|
-
format: string;
|
|
28550
|
-
type: string;
|
|
28551
|
-
};
|
|
28552
|
-
type: string;
|
|
28553
|
-
};
|
|
28554
|
-
is_valid: {
|
|
28555
|
-
type: string;
|
|
28556
|
-
};
|
|
28557
|
-
joiner_acs_credential_ids: {
|
|
28558
|
-
items: {
|
|
28559
|
-
format: string;
|
|
28560
|
-
type: string;
|
|
28561
|
-
};
|
|
28562
|
-
type: string;
|
|
28563
|
-
};
|
|
28564
|
-
};
|
|
28565
|
-
required: string[];
|
|
28566
|
-
type: string;
|
|
28567
|
-
};
|
|
28568
|
-
warnings: {
|
|
28569
|
-
description: string;
|
|
28570
|
-
items: {
|
|
28571
|
-
description: string;
|
|
28572
|
-
oneOf: {
|
|
28573
|
-
description: string;
|
|
28574
|
-
properties: {
|
|
28575
|
-
created_at: {
|
|
28576
|
-
description: string;
|
|
28577
|
-
format: string;
|
|
28578
|
-
type: string;
|
|
28579
|
-
};
|
|
28580
|
-
message: {
|
|
28581
|
-
description: string;
|
|
28582
|
-
type: string;
|
|
28583
|
-
};
|
|
28584
|
-
warning_code: {
|
|
28585
|
-
description: string;
|
|
28586
|
-
enum: string[];
|
|
28587
|
-
type: string;
|
|
28588
|
-
};
|
|
28589
|
-
};
|
|
28590
|
-
required: string[];
|
|
28591
|
-
type: string;
|
|
28592
|
-
}[];
|
|
28593
|
-
};
|
|
28594
|
-
type: string;
|
|
28595
|
-
};
|
|
28596
|
-
workspace_id: {
|
|
28597
|
-
description: string;
|
|
28598
|
-
format: string;
|
|
28599
|
-
type: string;
|
|
28600
|
-
};
|
|
28601
|
-
};
|
|
28602
|
-
required: string[];
|
|
28603
|
-
type: string;
|
|
28549
|
+
type: string;
|
|
28550
|
+
})[];
|
|
28551
|
+
};
|
|
28552
|
+
};
|
|
28553
|
+
};
|
|
28554
|
+
};
|
|
28555
|
+
responses: {
|
|
28556
|
+
200: {
|
|
28557
|
+
content: {
|
|
28558
|
+
'application/json': {
|
|
28559
|
+
schema: {
|
|
28560
|
+
properties: {
|
|
28561
|
+
acs_credentials: {
|
|
28562
|
+
items: {
|
|
28563
|
+
$ref: string;
|
|
28604
28564
|
};
|
|
28605
28565
|
type: string;
|
|
28606
28566
|
};
|
|
@@ -28866,6 +28826,7 @@ declare const _default: {
|
|
|
28866
28826
|
})[];
|
|
28867
28827
|
summary: string;
|
|
28868
28828
|
tags: string[];
|
|
28829
|
+
'x-action-attempt-type': string;
|
|
28869
28830
|
'x-fern-sdk-group-name': string[];
|
|
28870
28831
|
'x-fern-sdk-method-name': string;
|
|
28871
28832
|
'x-fern-sdk-return-value': string;
|
|
@@ -28954,59 +28915,7 @@ declare const _default: {
|
|
|
28954
28915
|
properties: {
|
|
28955
28916
|
acs_encoders: {
|
|
28956
28917
|
items: {
|
|
28957
|
-
|
|
28958
|
-
acs_encoder_id: {
|
|
28959
|
-
description: string;
|
|
28960
|
-
format: string;
|
|
28961
|
-
type: string;
|
|
28962
|
-
};
|
|
28963
|
-
acs_system_id: {
|
|
28964
|
-
description: string;
|
|
28965
|
-
format: string;
|
|
28966
|
-
type: string;
|
|
28967
|
-
};
|
|
28968
|
-
created_at: {
|
|
28969
|
-
description: string;
|
|
28970
|
-
format: string;
|
|
28971
|
-
type: string;
|
|
28972
|
-
};
|
|
28973
|
-
display_name: {
|
|
28974
|
-
description: string;
|
|
28975
|
-
type: string;
|
|
28976
|
-
};
|
|
28977
|
-
errors: {
|
|
28978
|
-
description: string;
|
|
28979
|
-
items: {
|
|
28980
|
-
description: string;
|
|
28981
|
-
properties: {
|
|
28982
|
-
created_at: {
|
|
28983
|
-
description: string;
|
|
28984
|
-
format: string;
|
|
28985
|
-
type: string;
|
|
28986
|
-
};
|
|
28987
|
-
error_code: {
|
|
28988
|
-
description: string;
|
|
28989
|
-
enum: string[];
|
|
28990
|
-
type: string;
|
|
28991
|
-
};
|
|
28992
|
-
message: {
|
|
28993
|
-
description: string;
|
|
28994
|
-
type: string;
|
|
28995
|
-
};
|
|
28996
|
-
};
|
|
28997
|
-
required: string[];
|
|
28998
|
-
type: string;
|
|
28999
|
-
};
|
|
29000
|
-
type: string;
|
|
29001
|
-
};
|
|
29002
|
-
workspace_id: {
|
|
29003
|
-
description: string;
|
|
29004
|
-
format: string;
|
|
29005
|
-
type: string;
|
|
29006
|
-
};
|
|
29007
|
-
};
|
|
29008
|
-
required: string[];
|
|
29009
|
-
type: string;
|
|
28918
|
+
$ref: string;
|
|
29010
28919
|
};
|
|
29011
28920
|
type: string;
|
|
29012
28921
|
};
|
|
@@ -29113,6 +29022,7 @@ declare const _default: {
|
|
|
29113
29022
|
})[];
|
|
29114
29023
|
summary: string;
|
|
29115
29024
|
tags: string[];
|
|
29025
|
+
'x-action-attempt-type': string;
|
|
29116
29026
|
'x-fern-sdk-group-name': string[];
|
|
29117
29027
|
'x-fern-sdk-method-name': string;
|
|
29118
29028
|
'x-fern-sdk-return-value': string;
|
|
@@ -30827,175 +30737,7 @@ declare const _default: {
|
|
|
30827
30737
|
schema: {
|
|
30828
30738
|
properties: {
|
|
30829
30739
|
acs_user: {
|
|
30830
|
-
|
|
30831
|
-
properties: {
|
|
30832
|
-
access_schedule: {
|
|
30833
|
-
description: string;
|
|
30834
|
-
properties: {
|
|
30835
|
-
ends_at: {
|
|
30836
|
-
description: string;
|
|
30837
|
-
format: string;
|
|
30838
|
-
nullable: boolean;
|
|
30839
|
-
type: string;
|
|
30840
|
-
};
|
|
30841
|
-
starts_at: {
|
|
30842
|
-
description: string;
|
|
30843
|
-
format: string;
|
|
30844
|
-
type: string;
|
|
30845
|
-
};
|
|
30846
|
-
};
|
|
30847
|
-
required: string[];
|
|
30848
|
-
type: string;
|
|
30849
|
-
};
|
|
30850
|
-
acs_system_id: {
|
|
30851
|
-
description: string;
|
|
30852
|
-
format: string;
|
|
30853
|
-
type: string;
|
|
30854
|
-
};
|
|
30855
|
-
acs_user_id: {
|
|
30856
|
-
description: string;
|
|
30857
|
-
format: string;
|
|
30858
|
-
type: string;
|
|
30859
|
-
};
|
|
30860
|
-
created_at: {
|
|
30861
|
-
description: string;
|
|
30862
|
-
format: string;
|
|
30863
|
-
type: string;
|
|
30864
|
-
};
|
|
30865
|
-
display_name: {
|
|
30866
|
-
description: string;
|
|
30867
|
-
type: string;
|
|
30868
|
-
};
|
|
30869
|
-
email: {
|
|
30870
|
-
deprecated: boolean;
|
|
30871
|
-
format: string;
|
|
30872
|
-
type: string;
|
|
30873
|
-
'x-deprecated': string;
|
|
30874
|
-
};
|
|
30875
|
-
email_address: {
|
|
30876
|
-
description: string;
|
|
30877
|
-
format: string;
|
|
30878
|
-
type: string;
|
|
30879
|
-
};
|
|
30880
|
-
errors: {
|
|
30881
|
-
description: string;
|
|
30882
|
-
items: {
|
|
30883
|
-
description: string;
|
|
30884
|
-
oneOf: {
|
|
30885
|
-
description: string;
|
|
30886
|
-
properties: {
|
|
30887
|
-
created_at: {
|
|
30888
|
-
description: string;
|
|
30889
|
-
format: string;
|
|
30890
|
-
type: string;
|
|
30891
|
-
};
|
|
30892
|
-
error_code: {
|
|
30893
|
-
enum: string[];
|
|
30894
|
-
type: string;
|
|
30895
|
-
};
|
|
30896
|
-
message: {
|
|
30897
|
-
description: string;
|
|
30898
|
-
type: string;
|
|
30899
|
-
};
|
|
30900
|
-
};
|
|
30901
|
-
required: string[];
|
|
30902
|
-
type: string;
|
|
30903
|
-
}[];
|
|
30904
|
-
};
|
|
30905
|
-
type: string;
|
|
30906
|
-
};
|
|
30907
|
-
external_type: {
|
|
30908
|
-
description: string;
|
|
30909
|
-
enum: string[];
|
|
30910
|
-
type: string;
|
|
30911
|
-
};
|
|
30912
|
-
external_type_display_name: {
|
|
30913
|
-
description: string;
|
|
30914
|
-
type: string;
|
|
30915
|
-
};
|
|
30916
|
-
full_name: {
|
|
30917
|
-
description: string;
|
|
30918
|
-
type: string;
|
|
30919
|
-
};
|
|
30920
|
-
hid_acs_system_id: {
|
|
30921
|
-
format: string;
|
|
30922
|
-
type: string;
|
|
30923
|
-
};
|
|
30924
|
-
is_latest_desired_state_synced_with_provider: {
|
|
30925
|
-
nullable: boolean;
|
|
30926
|
-
type: string;
|
|
30927
|
-
'x-undocumented': string;
|
|
30928
|
-
};
|
|
30929
|
-
is_managed: {
|
|
30930
|
-
enum: boolean[];
|
|
30931
|
-
type: string;
|
|
30932
|
-
};
|
|
30933
|
-
is_suspended: {
|
|
30934
|
-
description: string;
|
|
30935
|
-
type: string;
|
|
30936
|
-
};
|
|
30937
|
-
latest_desired_state_synced_with_provider_at: {
|
|
30938
|
-
format: string;
|
|
30939
|
-
nullable: boolean;
|
|
30940
|
-
type: string;
|
|
30941
|
-
'x-undocumented': string;
|
|
30942
|
-
};
|
|
30943
|
-
phone_number: {
|
|
30944
|
-
description: string;
|
|
30945
|
-
type: string;
|
|
30946
|
-
};
|
|
30947
|
-
user_identity_email_address: {
|
|
30948
|
-
description: string;
|
|
30949
|
-
nullable: boolean;
|
|
30950
|
-
type: string;
|
|
30951
|
-
};
|
|
30952
|
-
user_identity_full_name: {
|
|
30953
|
-
description: string;
|
|
30954
|
-
nullable: boolean;
|
|
30955
|
-
type: string;
|
|
30956
|
-
};
|
|
30957
|
-
user_identity_id: {
|
|
30958
|
-
description: string;
|
|
30959
|
-
type: string;
|
|
30960
|
-
};
|
|
30961
|
-
user_identity_phone_number: {
|
|
30962
|
-
description: string;
|
|
30963
|
-
nullable: boolean;
|
|
30964
|
-
type: string;
|
|
30965
|
-
};
|
|
30966
|
-
warnings: {
|
|
30967
|
-
description: string;
|
|
30968
|
-
items: {
|
|
30969
|
-
description: string;
|
|
30970
|
-
oneOf: {
|
|
30971
|
-
description: string;
|
|
30972
|
-
properties: {
|
|
30973
|
-
created_at: {
|
|
30974
|
-
format: string;
|
|
30975
|
-
type: string;
|
|
30976
|
-
};
|
|
30977
|
-
message: {
|
|
30978
|
-
type: string;
|
|
30979
|
-
};
|
|
30980
|
-
warning_code: {
|
|
30981
|
-
enum: string[];
|
|
30982
|
-
type: string;
|
|
30983
|
-
};
|
|
30984
|
-
};
|
|
30985
|
-
required: string[];
|
|
30986
|
-
type: string;
|
|
30987
|
-
}[];
|
|
30988
|
-
};
|
|
30989
|
-
type: string;
|
|
30990
|
-
};
|
|
30991
|
-
workspace_id: {
|
|
30992
|
-
description: string;
|
|
30993
|
-
format: string;
|
|
30994
|
-
type: string;
|
|
30995
|
-
};
|
|
30996
|
-
};
|
|
30997
|
-
required: string[];
|
|
30998
|
-
type: string;
|
|
30740
|
+
$ref: string;
|
|
30999
30741
|
};
|
|
31000
30742
|
ok: {
|
|
31001
30743
|
type: string;
|
|
@@ -31078,175 +30820,7 @@ declare const _default: {
|
|
|
31078
30820
|
properties: {
|
|
31079
30821
|
acs_users: {
|
|
31080
30822
|
items: {
|
|
31081
|
-
|
|
31082
|
-
properties: {
|
|
31083
|
-
access_schedule: {
|
|
31084
|
-
description: string;
|
|
31085
|
-
properties: {
|
|
31086
|
-
ends_at: {
|
|
31087
|
-
description: string;
|
|
31088
|
-
format: string;
|
|
31089
|
-
nullable: boolean;
|
|
31090
|
-
type: string;
|
|
31091
|
-
};
|
|
31092
|
-
starts_at: {
|
|
31093
|
-
description: string;
|
|
31094
|
-
format: string;
|
|
31095
|
-
type: string;
|
|
31096
|
-
};
|
|
31097
|
-
};
|
|
31098
|
-
required: string[];
|
|
31099
|
-
type: string;
|
|
31100
|
-
};
|
|
31101
|
-
acs_system_id: {
|
|
31102
|
-
description: string;
|
|
31103
|
-
format: string;
|
|
31104
|
-
type: string;
|
|
31105
|
-
};
|
|
31106
|
-
acs_user_id: {
|
|
31107
|
-
description: string;
|
|
31108
|
-
format: string;
|
|
31109
|
-
type: string;
|
|
31110
|
-
};
|
|
31111
|
-
created_at: {
|
|
31112
|
-
description: string;
|
|
31113
|
-
format: string;
|
|
31114
|
-
type: string;
|
|
31115
|
-
};
|
|
31116
|
-
display_name: {
|
|
31117
|
-
description: string;
|
|
31118
|
-
type: string;
|
|
31119
|
-
};
|
|
31120
|
-
email: {
|
|
31121
|
-
deprecated: boolean;
|
|
31122
|
-
format: string;
|
|
31123
|
-
type: string;
|
|
31124
|
-
'x-deprecated': string;
|
|
31125
|
-
};
|
|
31126
|
-
email_address: {
|
|
31127
|
-
description: string;
|
|
31128
|
-
format: string;
|
|
31129
|
-
type: string;
|
|
31130
|
-
};
|
|
31131
|
-
errors: {
|
|
31132
|
-
description: string;
|
|
31133
|
-
items: {
|
|
31134
|
-
description: string;
|
|
31135
|
-
oneOf: {
|
|
31136
|
-
description: string;
|
|
31137
|
-
properties: {
|
|
31138
|
-
created_at: {
|
|
31139
|
-
description: string;
|
|
31140
|
-
format: string;
|
|
31141
|
-
type: string;
|
|
31142
|
-
};
|
|
31143
|
-
error_code: {
|
|
31144
|
-
enum: string[];
|
|
31145
|
-
type: string;
|
|
31146
|
-
};
|
|
31147
|
-
message: {
|
|
31148
|
-
description: string;
|
|
31149
|
-
type: string;
|
|
31150
|
-
};
|
|
31151
|
-
};
|
|
31152
|
-
required: string[];
|
|
31153
|
-
type: string;
|
|
31154
|
-
}[];
|
|
31155
|
-
};
|
|
31156
|
-
type: string;
|
|
31157
|
-
};
|
|
31158
|
-
external_type: {
|
|
31159
|
-
description: string;
|
|
31160
|
-
enum: string[];
|
|
31161
|
-
type: string;
|
|
31162
|
-
};
|
|
31163
|
-
external_type_display_name: {
|
|
31164
|
-
description: string;
|
|
31165
|
-
type: string;
|
|
31166
|
-
};
|
|
31167
|
-
full_name: {
|
|
31168
|
-
description: string;
|
|
31169
|
-
type: string;
|
|
31170
|
-
};
|
|
31171
|
-
hid_acs_system_id: {
|
|
31172
|
-
format: string;
|
|
31173
|
-
type: string;
|
|
31174
|
-
};
|
|
31175
|
-
is_latest_desired_state_synced_with_provider: {
|
|
31176
|
-
nullable: boolean;
|
|
31177
|
-
type: string;
|
|
31178
|
-
'x-undocumented': string;
|
|
31179
|
-
};
|
|
31180
|
-
is_managed: {
|
|
31181
|
-
enum: boolean[];
|
|
31182
|
-
type: string;
|
|
31183
|
-
};
|
|
31184
|
-
is_suspended: {
|
|
31185
|
-
description: string;
|
|
31186
|
-
type: string;
|
|
31187
|
-
};
|
|
31188
|
-
latest_desired_state_synced_with_provider_at: {
|
|
31189
|
-
format: string;
|
|
31190
|
-
nullable: boolean;
|
|
31191
|
-
type: string;
|
|
31192
|
-
'x-undocumented': string;
|
|
31193
|
-
};
|
|
31194
|
-
phone_number: {
|
|
31195
|
-
description: string;
|
|
31196
|
-
type: string;
|
|
31197
|
-
};
|
|
31198
|
-
user_identity_email_address: {
|
|
31199
|
-
description: string;
|
|
31200
|
-
nullable: boolean;
|
|
31201
|
-
type: string;
|
|
31202
|
-
};
|
|
31203
|
-
user_identity_full_name: {
|
|
31204
|
-
description: string;
|
|
31205
|
-
nullable: boolean;
|
|
31206
|
-
type: string;
|
|
31207
|
-
};
|
|
31208
|
-
user_identity_id: {
|
|
31209
|
-
description: string;
|
|
31210
|
-
type: string;
|
|
31211
|
-
};
|
|
31212
|
-
user_identity_phone_number: {
|
|
31213
|
-
description: string;
|
|
31214
|
-
nullable: boolean;
|
|
31215
|
-
type: string;
|
|
31216
|
-
};
|
|
31217
|
-
warnings: {
|
|
31218
|
-
description: string;
|
|
31219
|
-
items: {
|
|
31220
|
-
description: string;
|
|
31221
|
-
oneOf: {
|
|
31222
|
-
description: string;
|
|
31223
|
-
properties: {
|
|
31224
|
-
created_at: {
|
|
31225
|
-
format: string;
|
|
31226
|
-
type: string;
|
|
31227
|
-
};
|
|
31228
|
-
message: {
|
|
31229
|
-
type: string;
|
|
31230
|
-
};
|
|
31231
|
-
warning_code: {
|
|
31232
|
-
enum: string[];
|
|
31233
|
-
type: string;
|
|
31234
|
-
};
|
|
31235
|
-
};
|
|
31236
|
-
required: string[];
|
|
31237
|
-
type: string;
|
|
31238
|
-
}[];
|
|
31239
|
-
};
|
|
31240
|
-
type: string;
|
|
31241
|
-
};
|
|
31242
|
-
workspace_id: {
|
|
31243
|
-
description: string;
|
|
31244
|
-
format: string;
|
|
31245
|
-
type: string;
|
|
31246
|
-
};
|
|
31247
|
-
};
|
|
31248
|
-
required: string[];
|
|
31249
|
-
type: string;
|
|
30823
|
+
$ref: string;
|
|
31250
30824
|
};
|
|
31251
30825
|
type: string;
|
|
31252
30826
|
};
|
|
@@ -34771,6 +34345,7 @@ declare const _default: {
|
|
|
34771
34345
|
})[];
|
|
34772
34346
|
summary: string;
|
|
34773
34347
|
tags: string[];
|
|
34348
|
+
'x-action-attempt-type': string;
|
|
34774
34349
|
'x-fern-sdk-group-name': string[];
|
|
34775
34350
|
'x-fern-sdk-method-name': string;
|
|
34776
34351
|
'x-fern-sdk-return-value': string;
|
|
@@ -34850,6 +34425,7 @@ declare const _default: {
|
|
|
34850
34425
|
})[];
|
|
34851
34426
|
summary: string;
|
|
34852
34427
|
tags: string[];
|
|
34428
|
+
'x-action-attempt-type': string;
|
|
34853
34429
|
'x-fern-sdk-group-name': string[];
|
|
34854
34430
|
'x-fern-sdk-method-name': string;
|
|
34855
34431
|
'x-fern-sdk-return-value': string;
|
|
@@ -35239,6 +34815,7 @@ declare const _default: {
|
|
|
35239
34815
|
})[];
|
|
35240
34816
|
summary: string;
|
|
35241
34817
|
tags: string[];
|
|
34818
|
+
'x-action-attempt-type': string;
|
|
35242
34819
|
'x-fern-sdk-group-name': string[];
|
|
35243
34820
|
'x-fern-sdk-method-name': string;
|
|
35244
34821
|
'x-fern-sdk-return-value': string;
|
|
@@ -35314,6 +34891,7 @@ declare const _default: {
|
|
|
35314
34891
|
})[];
|
|
35315
34892
|
summary: string;
|
|
35316
34893
|
tags: string[];
|
|
34894
|
+
'x-action-attempt-type': string;
|
|
35317
34895
|
'x-fern-sdk-group-name': string[];
|
|
35318
34896
|
'x-fern-sdk-method-name': string;
|
|
35319
34897
|
'x-response-key': null;
|
|
@@ -35553,6 +35131,7 @@ declare const _default: {
|
|
|
35553
35131
|
})[];
|
|
35554
35132
|
summary: string;
|
|
35555
35133
|
tags: string[];
|
|
35134
|
+
'x-action-attempt-type': string;
|
|
35556
35135
|
'x-fern-ignore': boolean;
|
|
35557
35136
|
'x-response-key': null;
|
|
35558
35137
|
};
|
|
@@ -35641,6 +35220,7 @@ declare const _default: {
|
|
|
35641
35220
|
})[];
|
|
35642
35221
|
summary: string;
|
|
35643
35222
|
tags: string[];
|
|
35223
|
+
'x-action-attempt-type': string;
|
|
35644
35224
|
'x-fern-sdk-group-name': string[];
|
|
35645
35225
|
'x-fern-sdk-method-name': string;
|
|
35646
35226
|
'x-response-key': null;
|
|
@@ -35730,6 +35310,7 @@ declare const _default: {
|
|
|
35730
35310
|
})[];
|
|
35731
35311
|
summary: string;
|
|
35732
35312
|
tags: string[];
|
|
35313
|
+
'x-action-attempt-type': string;
|
|
35733
35314
|
'x-fern-ignore': boolean;
|
|
35734
35315
|
'x-response-key': null;
|
|
35735
35316
|
};
|
|
@@ -36131,6 +35712,7 @@ declare const _default: {
|
|
|
36131
35712
|
})[];
|
|
36132
35713
|
summary: string;
|
|
36133
35714
|
tags: string[];
|
|
35715
|
+
'x-action-attempt-type': string;
|
|
36134
35716
|
'x-fern-sdk-group-name': string[];
|
|
36135
35717
|
'x-fern-sdk-method-name': string;
|
|
36136
35718
|
'x-fern-sdk-return-value': string;
|
|
@@ -36224,6 +35806,7 @@ declare const _default: {
|
|
|
36224
35806
|
})[];
|
|
36225
35807
|
summary: string;
|
|
36226
35808
|
tags: string[];
|
|
35809
|
+
'x-action-attempt-type': string;
|
|
36227
35810
|
'x-fern-sdk-group-name': string[];
|
|
36228
35811
|
'x-fern-sdk-method-name': string;
|
|
36229
35812
|
'x-fern-sdk-return-value': string;
|
|
@@ -36583,6 +36166,7 @@ declare const _default: {
|
|
|
36583
36166
|
})[];
|
|
36584
36167
|
summary: string;
|
|
36585
36168
|
tags: string[];
|
|
36169
|
+
'x-action-attempt-type': string;
|
|
36586
36170
|
'x-fern-sdk-group-name': string[];
|
|
36587
36171
|
'x-fern-sdk-method-name': string;
|
|
36588
36172
|
'x-fern-sdk-return-value': string;
|
|
@@ -36686,6 +36270,7 @@ declare const _default: {
|
|
|
36686
36270
|
})[];
|
|
36687
36271
|
summary: string;
|
|
36688
36272
|
tags: string[];
|
|
36273
|
+
'x-action-attempt-type': string;
|
|
36689
36274
|
'x-fern-sdk-group-name': string[];
|
|
36690
36275
|
'x-fern-sdk-method-name': string;
|
|
36691
36276
|
'x-fern-sdk-return-value': string;
|
|
@@ -36938,6 +36523,7 @@ declare const _default: {
|
|
|
36938
36523
|
})[];
|
|
36939
36524
|
summary: string;
|
|
36940
36525
|
tags: string[];
|
|
36526
|
+
'x-action-attempt-type': string;
|
|
36941
36527
|
'x-fern-sdk-group-name': string[];
|
|
36942
36528
|
'x-fern-sdk-method-name': string;
|
|
36943
36529
|
'x-fern-sdk-return-value': string;
|
|
@@ -37637,6 +37223,7 @@ declare const _default: {
|
|
|
37637
37223
|
})[];
|
|
37638
37224
|
summary: string;
|
|
37639
37225
|
tags: string[];
|
|
37226
|
+
'x-action-attempt-type': string;
|
|
37640
37227
|
'x-fern-sdk-group-name': string[];
|
|
37641
37228
|
'x-fern-sdk-method-name': string;
|
|
37642
37229
|
'x-fern-sdk-return-value': string;
|
|
@@ -37814,6 +37401,7 @@ declare const _default: {
|
|
|
37814
37401
|
})[];
|
|
37815
37402
|
summary: string;
|
|
37816
37403
|
tags: string[];
|
|
37404
|
+
'x-action-attempt-type': string;
|
|
37817
37405
|
'x-fern-sdk-group-name': string[];
|
|
37818
37406
|
'x-fern-sdk-method-name': string;
|
|
37819
37407
|
'x-fern-sdk-return-value': string;
|
|
@@ -40559,6 +40147,7 @@ declare const _default: {
|
|
|
40559
40147
|
})[];
|
|
40560
40148
|
summary: string;
|
|
40561
40149
|
tags: string[];
|
|
40150
|
+
'x-action-attempt-type': string;
|
|
40562
40151
|
'x-fern-sdk-group-name': string[];
|
|
40563
40152
|
'x-fern-sdk-method-name': string;
|
|
40564
40153
|
'x-fern-sdk-return-value': string;
|
|
@@ -46805,6 +46394,7 @@ interface Routes {
|
|
|
46805
46394
|
};
|
|
46806
46395
|
formData: {};
|
|
46807
46396
|
jsonResponse: {
|
|
46397
|
+
/** */
|
|
46808
46398
|
acs_access_group: {
|
|
46809
46399
|
/** ID of the access group. */
|
|
46810
46400
|
acs_access_group_id: string;
|