@seamapi/types 1.58.1 → 1.59.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +73 -5
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +139 -5
- package/lib/seam/connect/openapi.d.ts +64 -0
- package/lib/seam/connect/openapi.js +73 -5
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +75 -5
- package/lib/seam/connect/unstable/models/acs/credential.d.ts +4 -0
- package/lib/seam/connect/unstable/models/acs/credential.js +6 -0
- package/lib/seam/connect/unstable/models/acs/credential.js.map +1 -1
- package/lib/seam/connect/unstable/models/acs/system.d.ts +7 -7
- package/lib/seam/connect/unstable/models/acs/system.js +2 -2
- package/lib/seam/connect/unstable/models/acs/system.js.map +1 -1
- package/lib/seam/connect/unstable/models/devices/device-metadata.d.ts +45 -0
- package/lib/seam/connect/unstable/models/devices/device-metadata.js +11 -0
- package/lib/seam/connect/unstable/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/unstable/models/devices/managed-device.d.ts +73 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +73 -5
- package/src/lib/seam/connect/route-types.ts +97 -9
- package/src/lib/seam/connect/unstable/models/acs/credential.ts +7 -0
- package/src/lib/seam/connect/unstable/models/acs/system.ts +2 -2
- package/src/lib/seam/connect/unstable/models/devices/device-metadata.ts +13 -0
package/dist/connect.d.cts
CHANGED
|
@@ -967,6 +967,30 @@ declare const _default: {
|
|
|
967
967
|
door_name: {
|
|
968
968
|
type: string;
|
|
969
969
|
};
|
|
970
|
+
iana_timezone: {
|
|
971
|
+
type: string;
|
|
972
|
+
};
|
|
973
|
+
predefined_time_slots: {
|
|
974
|
+
items: {
|
|
975
|
+
properties: {
|
|
976
|
+
check_in_time: {
|
|
977
|
+
type: string;
|
|
978
|
+
};
|
|
979
|
+
check_out_time: {
|
|
980
|
+
type: string;
|
|
981
|
+
};
|
|
982
|
+
name: {
|
|
983
|
+
type: string;
|
|
984
|
+
};
|
|
985
|
+
prefix: {
|
|
986
|
+
type: string;
|
|
987
|
+
};
|
|
988
|
+
};
|
|
989
|
+
required: string[];
|
|
990
|
+
type: string;
|
|
991
|
+
};
|
|
992
|
+
type: string;
|
|
993
|
+
};
|
|
970
994
|
site_id: {
|
|
971
995
|
type: string;
|
|
972
996
|
};
|
|
@@ -4809,6 +4833,10 @@ declare const _default: {
|
|
|
4809
4833
|
properties: {
|
|
4810
4834
|
acs_credential: {
|
|
4811
4835
|
properties: {
|
|
4836
|
+
access_method: {
|
|
4837
|
+
enum: string[];
|
|
4838
|
+
type: string;
|
|
4839
|
+
};
|
|
4812
4840
|
acs_credential_id: {
|
|
4813
4841
|
format: string;
|
|
4814
4842
|
type: string;
|
|
@@ -4920,6 +4948,10 @@ declare const _default: {
|
|
|
4920
4948
|
properties: {
|
|
4921
4949
|
acs_credential: {
|
|
4922
4950
|
properties: {
|
|
4951
|
+
access_method: {
|
|
4952
|
+
enum: string[];
|
|
4953
|
+
type: string;
|
|
4954
|
+
};
|
|
4923
4955
|
acs_credential_id: {
|
|
4924
4956
|
format: string;
|
|
4925
4957
|
type: string;
|
|
@@ -5011,6 +5043,10 @@ declare const _default: {
|
|
|
5011
5043
|
'application/json': {
|
|
5012
5044
|
schema: {
|
|
5013
5045
|
properties: {
|
|
5046
|
+
access_method: {
|
|
5047
|
+
enum: string[];
|
|
5048
|
+
type: string;
|
|
5049
|
+
};
|
|
5014
5050
|
acs_user_id: {
|
|
5015
5051
|
format: string;
|
|
5016
5052
|
type: string;
|
|
@@ -5034,6 +5070,10 @@ declare const _default: {
|
|
|
5034
5070
|
properties: {
|
|
5035
5071
|
acs_credential: {
|
|
5036
5072
|
properties: {
|
|
5073
|
+
access_method: {
|
|
5074
|
+
enum: string[];
|
|
5075
|
+
type: string;
|
|
5076
|
+
};
|
|
5037
5077
|
acs_credential_id: {
|
|
5038
5078
|
format: string;
|
|
5039
5079
|
type: string;
|
|
@@ -5209,6 +5249,10 @@ declare const _default: {
|
|
|
5209
5249
|
properties: {
|
|
5210
5250
|
acs_credential: {
|
|
5211
5251
|
properties: {
|
|
5252
|
+
access_method: {
|
|
5253
|
+
enum: string[];
|
|
5254
|
+
type: string;
|
|
5255
|
+
};
|
|
5212
5256
|
acs_credential_id: {
|
|
5213
5257
|
format: string;
|
|
5214
5258
|
type: string;
|
|
@@ -5346,6 +5390,10 @@ declare const _default: {
|
|
|
5346
5390
|
acs_credentials: {
|
|
5347
5391
|
items: {
|
|
5348
5392
|
properties: {
|
|
5393
|
+
access_method: {
|
|
5394
|
+
enum: string[];
|
|
5395
|
+
type: string;
|
|
5396
|
+
};
|
|
5349
5397
|
acs_credential_id: {
|
|
5350
5398
|
format: string;
|
|
5351
5399
|
type: string;
|
|
@@ -5467,6 +5515,10 @@ declare const _default: {
|
|
|
5467
5515
|
properties: {
|
|
5468
5516
|
acs_credential: {
|
|
5469
5517
|
properties: {
|
|
5518
|
+
access_method: {
|
|
5519
|
+
enum: string[];
|
|
5520
|
+
type: string;
|
|
5521
|
+
};
|
|
5470
5522
|
acs_credential_id: {
|
|
5471
5523
|
format: string;
|
|
5472
5524
|
type: string;
|
|
@@ -5578,6 +5630,10 @@ declare const _default: {
|
|
|
5578
5630
|
properties: {
|
|
5579
5631
|
acs_credential: {
|
|
5580
5632
|
properties: {
|
|
5633
|
+
access_method: {
|
|
5634
|
+
enum: string[];
|
|
5635
|
+
type: string;
|
|
5636
|
+
};
|
|
5581
5637
|
acs_credential_id: {
|
|
5582
5638
|
format: string;
|
|
5583
5639
|
type: string;
|
|
@@ -5691,6 +5747,10 @@ declare const _default: {
|
|
|
5691
5747
|
properties: {
|
|
5692
5748
|
acs_credential: {
|
|
5693
5749
|
properties: {
|
|
5750
|
+
access_method: {
|
|
5751
|
+
enum: string[];
|
|
5752
|
+
type: string;
|
|
5753
|
+
};
|
|
5694
5754
|
acs_credential_id: {
|
|
5695
5755
|
format: string;
|
|
5696
5756
|
type: string;
|
|
@@ -5801,6 +5861,10 @@ declare const _default: {
|
|
|
5801
5861
|
properties: {
|
|
5802
5862
|
acs_credential: {
|
|
5803
5863
|
properties: {
|
|
5864
|
+
access_method: {
|
|
5865
|
+
enum: string[];
|
|
5866
|
+
type: string;
|
|
5867
|
+
};
|
|
5804
5868
|
acs_credential_id: {
|
|
5805
5869
|
format: string;
|
|
5806
5870
|
type: string;
|
|
@@ -14548,6 +14612,7 @@ interface Routes {
|
|
|
14548
14612
|
acs_system_id: string;
|
|
14549
14613
|
display_name: string;
|
|
14550
14614
|
code?: (string | undefined) | null;
|
|
14615
|
+
access_method: 'code' | 'card' | 'mobile_key';
|
|
14551
14616
|
external_type: 'pti_card' | 'brivo_credential' | 'hid_credential';
|
|
14552
14617
|
external_type_display_name: string;
|
|
14553
14618
|
created_at: string;
|
|
@@ -14562,7 +14627,8 @@ interface Routes {
|
|
|
14562
14627
|
jsonBody: {};
|
|
14563
14628
|
commonParams: {
|
|
14564
14629
|
acs_user_id: string;
|
|
14565
|
-
|
|
14630
|
+
access_method: 'code' | 'card' | 'mobile_key';
|
|
14631
|
+
code?: string | undefined;
|
|
14566
14632
|
};
|
|
14567
14633
|
formData: {};
|
|
14568
14634
|
jsonResponse: {
|
|
@@ -14573,6 +14639,7 @@ interface Routes {
|
|
|
14573
14639
|
acs_system_id: string;
|
|
14574
14640
|
display_name: string;
|
|
14575
14641
|
code?: (string | undefined) | null;
|
|
14642
|
+
access_method: 'code' | 'card' | 'mobile_key';
|
|
14576
14643
|
external_type: 'pti_card' | 'brivo_credential' | 'hid_credential';
|
|
14577
14644
|
external_type_display_name: string;
|
|
14578
14645
|
created_at: string;
|
|
@@ -14608,6 +14675,7 @@ interface Routes {
|
|
|
14608
14675
|
acs_system_id: string;
|
|
14609
14676
|
display_name: string;
|
|
14610
14677
|
code?: (string | undefined) | null;
|
|
14678
|
+
access_method: 'code' | 'card' | 'mobile_key';
|
|
14611
14679
|
external_type: 'pti_card' | 'brivo_credential' | 'hid_credential';
|
|
14612
14680
|
external_type_display_name: string;
|
|
14613
14681
|
created_at: string;
|
|
@@ -14637,6 +14705,7 @@ interface Routes {
|
|
|
14637
14705
|
acs_system_id: string;
|
|
14638
14706
|
display_name: string;
|
|
14639
14707
|
code?: (string | undefined) | null;
|
|
14708
|
+
access_method: 'code' | 'card' | 'mobile_key';
|
|
14640
14709
|
external_type: 'pti_card' | 'brivo_credential' | 'hid_credential';
|
|
14641
14710
|
external_type_display_name: string;
|
|
14642
14711
|
created_at: string;
|
|
@@ -14662,6 +14731,7 @@ interface Routes {
|
|
|
14662
14731
|
acs_system_id: string;
|
|
14663
14732
|
display_name: string;
|
|
14664
14733
|
code?: (string | undefined) | null;
|
|
14734
|
+
access_method: 'code' | 'card' | 'mobile_key';
|
|
14665
14735
|
external_type: 'pti_card' | 'brivo_credential' | 'hid_credential';
|
|
14666
14736
|
external_type_display_name: string;
|
|
14667
14737
|
created_at: string;
|
|
@@ -14687,6 +14757,7 @@ interface Routes {
|
|
|
14687
14757
|
acs_system_id: string;
|
|
14688
14758
|
display_name: string;
|
|
14689
14759
|
code?: (string | undefined) | null;
|
|
14760
|
+
access_method: 'code' | 'card' | 'mobile_key';
|
|
14690
14761
|
external_type: 'pti_card' | 'brivo_credential' | 'hid_credential';
|
|
14691
14762
|
external_type_display_name: string;
|
|
14692
14763
|
created_at: string;
|
|
@@ -14742,10 +14813,10 @@ interface Routes {
|
|
|
14742
14813
|
jsonResponse: {
|
|
14743
14814
|
acs_system: {
|
|
14744
14815
|
acs_system_id: string;
|
|
14745
|
-
external_type: 'pti_site' | 'alta_org' | 'salto_site' | '
|
|
14816
|
+
external_type: 'pti_site' | 'alta_org' | 'salto_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service_user';
|
|
14746
14817
|
external_type_display_name: string;
|
|
14747
14818
|
/** deprecated: use external_type */
|
|
14748
|
-
system_type: 'pti_site' | 'alta_org' | 'salto_site' | '
|
|
14819
|
+
system_type: 'pti_site' | 'alta_org' | 'salto_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service_user';
|
|
14749
14820
|
/** deprecated: use external_type_display_name */
|
|
14750
14821
|
system_type_display_name: string;
|
|
14751
14822
|
name: string;
|
|
@@ -14767,10 +14838,10 @@ interface Routes {
|
|
|
14767
14838
|
jsonResponse: {
|
|
14768
14839
|
acs_systems: Array<{
|
|
14769
14840
|
acs_system_id: string;
|
|
14770
|
-
external_type: 'pti_site' | 'alta_org' | 'salto_site' | '
|
|
14841
|
+
external_type: 'pti_site' | 'alta_org' | 'salto_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service_user';
|
|
14771
14842
|
external_type_display_name: string;
|
|
14772
14843
|
/** deprecated: use external_type */
|
|
14773
|
-
system_type: 'pti_site' | 'alta_org' | 'salto_site' | '
|
|
14844
|
+
system_type: 'pti_site' | 'alta_org' | 'salto_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service_user';
|
|
14774
14845
|
/** deprecated: use external_type_display_name */
|
|
14775
14846
|
system_type_display_name: string;
|
|
14776
14847
|
name: string;
|
|
@@ -15572,6 +15643,13 @@ interface Routes {
|
|
|
15572
15643
|
device_id?: number | undefined;
|
|
15573
15644
|
site_id: number;
|
|
15574
15645
|
site_name: string;
|
|
15646
|
+
iana_timezone?: string | undefined;
|
|
15647
|
+
predefined_time_slots?: Array<{
|
|
15648
|
+
name: string;
|
|
15649
|
+
prefix: number;
|
|
15650
|
+
check_in_time: string;
|
|
15651
|
+
check_out_time: string;
|
|
15652
|
+
}> | undefined;
|
|
15575
15653
|
} | undefined;
|
|
15576
15654
|
wyze_metadata?: {
|
|
15577
15655
|
device_id: string;
|
|
@@ -16018,6 +16096,13 @@ interface Routes {
|
|
|
16018
16096
|
device_id?: number | undefined;
|
|
16019
16097
|
site_id: number;
|
|
16020
16098
|
site_name: string;
|
|
16099
|
+
iana_timezone?: string | undefined;
|
|
16100
|
+
predefined_time_slots?: Array<{
|
|
16101
|
+
name: string;
|
|
16102
|
+
prefix: number;
|
|
16103
|
+
check_in_time: string;
|
|
16104
|
+
check_out_time: string;
|
|
16105
|
+
}> | undefined;
|
|
16021
16106
|
} | undefined;
|
|
16022
16107
|
wyze_metadata?: {
|
|
16023
16108
|
device_id: string;
|
|
@@ -16743,6 +16828,13 @@ interface Routes {
|
|
|
16743
16828
|
device_id?: number | undefined;
|
|
16744
16829
|
site_id: number;
|
|
16745
16830
|
site_name: string;
|
|
16831
|
+
iana_timezone?: string | undefined;
|
|
16832
|
+
predefined_time_slots?: Array<{
|
|
16833
|
+
name: string;
|
|
16834
|
+
prefix: number;
|
|
16835
|
+
check_in_time: string;
|
|
16836
|
+
check_out_time: string;
|
|
16837
|
+
}> | undefined;
|
|
16746
16838
|
} | undefined;
|
|
16747
16839
|
wyze_metadata?: {
|
|
16748
16840
|
device_id: string;
|
|
@@ -17167,6 +17259,13 @@ interface Routes {
|
|
|
17167
17259
|
device_id?: number | undefined;
|
|
17168
17260
|
site_id: number;
|
|
17169
17261
|
site_name: string;
|
|
17262
|
+
iana_timezone?: string | undefined;
|
|
17263
|
+
predefined_time_slots?: Array<{
|
|
17264
|
+
name: string;
|
|
17265
|
+
prefix: number;
|
|
17266
|
+
check_in_time: string;
|
|
17267
|
+
check_out_time: string;
|
|
17268
|
+
}> | undefined;
|
|
17170
17269
|
} | undefined;
|
|
17171
17270
|
wyze_metadata?: {
|
|
17172
17271
|
device_id: string;
|
|
@@ -17613,6 +17712,13 @@ interface Routes {
|
|
|
17613
17712
|
device_id?: number | undefined;
|
|
17614
17713
|
site_id: number;
|
|
17615
17714
|
site_name: string;
|
|
17715
|
+
iana_timezone?: string | undefined;
|
|
17716
|
+
predefined_time_slots?: Array<{
|
|
17717
|
+
name: string;
|
|
17718
|
+
prefix: number;
|
|
17719
|
+
check_in_time: string;
|
|
17720
|
+
check_out_time: string;
|
|
17721
|
+
}> | undefined;
|
|
17616
17722
|
} | undefined;
|
|
17617
17723
|
wyze_metadata?: {
|
|
17618
17724
|
device_id: string;
|
|
@@ -18037,6 +18143,13 @@ interface Routes {
|
|
|
18037
18143
|
device_id?: number | undefined;
|
|
18038
18144
|
site_id: number;
|
|
18039
18145
|
site_name: string;
|
|
18146
|
+
iana_timezone?: string | undefined;
|
|
18147
|
+
predefined_time_slots?: Array<{
|
|
18148
|
+
name: string;
|
|
18149
|
+
prefix: number;
|
|
18150
|
+
check_in_time: string;
|
|
18151
|
+
check_out_time: string;
|
|
18152
|
+
}> | undefined;
|
|
18040
18153
|
} | undefined;
|
|
18041
18154
|
wyze_metadata?: {
|
|
18042
18155
|
device_id: string;
|
|
@@ -18891,6 +19004,13 @@ interface Routes {
|
|
|
18891
19004
|
device_id?: number | undefined;
|
|
18892
19005
|
site_id: number;
|
|
18893
19006
|
site_name: string;
|
|
19007
|
+
iana_timezone?: string | undefined;
|
|
19008
|
+
predefined_time_slots?: Array<{
|
|
19009
|
+
name: string;
|
|
19010
|
+
prefix: number;
|
|
19011
|
+
check_in_time: string;
|
|
19012
|
+
check_out_time: string;
|
|
19013
|
+
}> | undefined;
|
|
18894
19014
|
} | undefined;
|
|
18895
19015
|
wyze_metadata?: {
|
|
18896
19016
|
device_id: string;
|
|
@@ -19367,6 +19487,13 @@ interface Routes {
|
|
|
19367
19487
|
device_id?: number | undefined;
|
|
19368
19488
|
site_id: number;
|
|
19369
19489
|
site_name: string;
|
|
19490
|
+
iana_timezone?: string | undefined;
|
|
19491
|
+
predefined_time_slots?: Array<{
|
|
19492
|
+
name: string;
|
|
19493
|
+
prefix: number;
|
|
19494
|
+
check_in_time: string;
|
|
19495
|
+
check_out_time: string;
|
|
19496
|
+
}> | undefined;
|
|
19370
19497
|
} | undefined;
|
|
19371
19498
|
wyze_metadata?: {
|
|
19372
19499
|
device_id: string;
|
|
@@ -19940,6 +20067,13 @@ interface Routes {
|
|
|
19940
20067
|
device_id?: number | undefined;
|
|
19941
20068
|
site_id: number;
|
|
19942
20069
|
site_name: string;
|
|
20070
|
+
iana_timezone?: string | undefined;
|
|
20071
|
+
predefined_time_slots?: Array<{
|
|
20072
|
+
name: string;
|
|
20073
|
+
prefix: number;
|
|
20074
|
+
check_in_time: string;
|
|
20075
|
+
check_out_time: string;
|
|
20076
|
+
}> | undefined;
|
|
19943
20077
|
} | undefined;
|
|
19944
20078
|
wyze_metadata?: {
|
|
19945
20079
|
device_id: string;
|
|
@@ -890,6 +890,30 @@ declare const _default: {
|
|
|
890
890
|
door_name: {
|
|
891
891
|
type: string;
|
|
892
892
|
};
|
|
893
|
+
iana_timezone: {
|
|
894
|
+
type: string;
|
|
895
|
+
};
|
|
896
|
+
predefined_time_slots: {
|
|
897
|
+
items: {
|
|
898
|
+
properties: {
|
|
899
|
+
check_in_time: {
|
|
900
|
+
type: string;
|
|
901
|
+
};
|
|
902
|
+
check_out_time: {
|
|
903
|
+
type: string;
|
|
904
|
+
};
|
|
905
|
+
name: {
|
|
906
|
+
type: string;
|
|
907
|
+
};
|
|
908
|
+
prefix: {
|
|
909
|
+
type: string;
|
|
910
|
+
};
|
|
911
|
+
};
|
|
912
|
+
required: string[];
|
|
913
|
+
type: string;
|
|
914
|
+
};
|
|
915
|
+
type: string;
|
|
916
|
+
};
|
|
893
917
|
site_id: {
|
|
894
918
|
type: string;
|
|
895
919
|
};
|
|
@@ -4732,6 +4756,10 @@ declare const _default: {
|
|
|
4732
4756
|
properties: {
|
|
4733
4757
|
acs_credential: {
|
|
4734
4758
|
properties: {
|
|
4759
|
+
access_method: {
|
|
4760
|
+
enum: string[];
|
|
4761
|
+
type: string;
|
|
4762
|
+
};
|
|
4735
4763
|
acs_credential_id: {
|
|
4736
4764
|
format: string;
|
|
4737
4765
|
type: string;
|
|
@@ -4843,6 +4871,10 @@ declare const _default: {
|
|
|
4843
4871
|
properties: {
|
|
4844
4872
|
acs_credential: {
|
|
4845
4873
|
properties: {
|
|
4874
|
+
access_method: {
|
|
4875
|
+
enum: string[];
|
|
4876
|
+
type: string;
|
|
4877
|
+
};
|
|
4846
4878
|
acs_credential_id: {
|
|
4847
4879
|
format: string;
|
|
4848
4880
|
type: string;
|
|
@@ -4934,6 +4966,10 @@ declare const _default: {
|
|
|
4934
4966
|
'application/json': {
|
|
4935
4967
|
schema: {
|
|
4936
4968
|
properties: {
|
|
4969
|
+
access_method: {
|
|
4970
|
+
enum: string[];
|
|
4971
|
+
type: string;
|
|
4972
|
+
};
|
|
4937
4973
|
acs_user_id: {
|
|
4938
4974
|
format: string;
|
|
4939
4975
|
type: string;
|
|
@@ -4957,6 +4993,10 @@ declare const _default: {
|
|
|
4957
4993
|
properties: {
|
|
4958
4994
|
acs_credential: {
|
|
4959
4995
|
properties: {
|
|
4996
|
+
access_method: {
|
|
4997
|
+
enum: string[];
|
|
4998
|
+
type: string;
|
|
4999
|
+
};
|
|
4960
5000
|
acs_credential_id: {
|
|
4961
5001
|
format: string;
|
|
4962
5002
|
type: string;
|
|
@@ -5132,6 +5172,10 @@ declare const _default: {
|
|
|
5132
5172
|
properties: {
|
|
5133
5173
|
acs_credential: {
|
|
5134
5174
|
properties: {
|
|
5175
|
+
access_method: {
|
|
5176
|
+
enum: string[];
|
|
5177
|
+
type: string;
|
|
5178
|
+
};
|
|
5135
5179
|
acs_credential_id: {
|
|
5136
5180
|
format: string;
|
|
5137
5181
|
type: string;
|
|
@@ -5269,6 +5313,10 @@ declare const _default: {
|
|
|
5269
5313
|
acs_credentials: {
|
|
5270
5314
|
items: {
|
|
5271
5315
|
properties: {
|
|
5316
|
+
access_method: {
|
|
5317
|
+
enum: string[];
|
|
5318
|
+
type: string;
|
|
5319
|
+
};
|
|
5272
5320
|
acs_credential_id: {
|
|
5273
5321
|
format: string;
|
|
5274
5322
|
type: string;
|
|
@@ -5390,6 +5438,10 @@ declare const _default: {
|
|
|
5390
5438
|
properties: {
|
|
5391
5439
|
acs_credential: {
|
|
5392
5440
|
properties: {
|
|
5441
|
+
access_method: {
|
|
5442
|
+
enum: string[];
|
|
5443
|
+
type: string;
|
|
5444
|
+
};
|
|
5393
5445
|
acs_credential_id: {
|
|
5394
5446
|
format: string;
|
|
5395
5447
|
type: string;
|
|
@@ -5501,6 +5553,10 @@ declare const _default: {
|
|
|
5501
5553
|
properties: {
|
|
5502
5554
|
acs_credential: {
|
|
5503
5555
|
properties: {
|
|
5556
|
+
access_method: {
|
|
5557
|
+
enum: string[];
|
|
5558
|
+
type: string;
|
|
5559
|
+
};
|
|
5504
5560
|
acs_credential_id: {
|
|
5505
5561
|
format: string;
|
|
5506
5562
|
type: string;
|
|
@@ -5614,6 +5670,10 @@ declare const _default: {
|
|
|
5614
5670
|
properties: {
|
|
5615
5671
|
acs_credential: {
|
|
5616
5672
|
properties: {
|
|
5673
|
+
access_method: {
|
|
5674
|
+
enum: string[];
|
|
5675
|
+
type: string;
|
|
5676
|
+
};
|
|
5617
5677
|
acs_credential_id: {
|
|
5618
5678
|
format: string;
|
|
5619
5679
|
type: string;
|
|
@@ -5724,6 +5784,10 @@ declare const _default: {
|
|
|
5724
5784
|
properties: {
|
|
5725
5785
|
acs_credential: {
|
|
5726
5786
|
properties: {
|
|
5787
|
+
access_method: {
|
|
5788
|
+
enum: string[];
|
|
5789
|
+
type: string;
|
|
5790
|
+
};
|
|
5727
5791
|
acs_credential_id: {
|
|
5728
5792
|
format: string;
|
|
5729
5793
|
type: string;
|