@seamapi/types 1.555.0 → 1.556.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 +5 -91
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +8 -294
- package/dist/index.cjs +5 -91
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +4 -110
- package/lib/seam/connect/models/events/access-methods.d.ts +4 -71
- package/lib/seam/connect/models/events/access-methods.js +2 -22
- package/lib/seam/connect/models/events/access-methods.js.map +1 -1
- package/lib/seam/connect/models/events/seam-event.d.ts +3 -36
- package/lib/seam/connect/openapi.d.ts +0 -110
- package/lib/seam/connect/openapi.js +1 -69
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +4 -94
- package/package.json +1 -1
- package/src/lib/seam/connect/models/events/access-methods.ts +2 -29
- package/src/lib/seam/connect/openapi.ts +1 -74
- package/src/lib/seam/connect/route-types.ts +0 -99
package/dist/connect.d.cts
CHANGED
|
@@ -25666,14 +25666,13 @@ declare const batch: z.ZodObject<{
|
|
|
25666
25666
|
workspace_id: z.ZodString;
|
|
25667
25667
|
created_at: z.ZodString;
|
|
25668
25668
|
occurred_at: z.ZodString;
|
|
25669
|
-
} & {
|
|
25670
25669
|
access_method_id: z.ZodString;
|
|
25671
25670
|
access_grant_ids: z.ZodArray<z.ZodString, "many">;
|
|
25672
25671
|
access_grant_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
25673
|
-
} & {
|
|
25674
|
-
event_type: z.ZodLiteral<"access_method.reissued">;
|
|
25675
25672
|
code: z.ZodOptional<z.ZodString>;
|
|
25676
25673
|
is_backup_code: z.ZodOptional<z.ZodBoolean>;
|
|
25674
|
+
} & {
|
|
25675
|
+
event_type: z.ZodLiteral<"access_method.reissued">;
|
|
25677
25676
|
}, "strip", z.ZodTypeAny, {
|
|
25678
25677
|
workspace_id: string;
|
|
25679
25678
|
created_at: string;
|
|
@@ -25701,38 +25700,6 @@ declare const batch: z.ZodObject<{
|
|
|
25701
25700
|
workspace_id: z.ZodString;
|
|
25702
25701
|
created_at: z.ZodString;
|
|
25703
25702
|
occurred_at: z.ZodString;
|
|
25704
|
-
} & {
|
|
25705
|
-
access_method_id: z.ZodString;
|
|
25706
|
-
access_grant_ids: z.ZodArray<z.ZodString, "many">;
|
|
25707
|
-
access_grant_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
25708
|
-
} & {
|
|
25709
|
-
event_type: z.ZodLiteral<"access_method.code_changed">;
|
|
25710
|
-
code: z.ZodString;
|
|
25711
|
-
}, "strip", z.ZodTypeAny, {
|
|
25712
|
-
code: string;
|
|
25713
|
-
workspace_id: string;
|
|
25714
|
-
created_at: string;
|
|
25715
|
-
access_method_id: string;
|
|
25716
|
-
event_id: string;
|
|
25717
|
-
occurred_at: string;
|
|
25718
|
-
event_type: "access_method.code_changed";
|
|
25719
|
-
access_grant_ids: string[];
|
|
25720
|
-
access_grant_keys?: string[] | undefined;
|
|
25721
|
-
}, {
|
|
25722
|
-
code: string;
|
|
25723
|
-
workspace_id: string;
|
|
25724
|
-
created_at: string;
|
|
25725
|
-
access_method_id: string;
|
|
25726
|
-
event_id: string;
|
|
25727
|
-
occurred_at: string;
|
|
25728
|
-
event_type: "access_method.code_changed";
|
|
25729
|
-
access_grant_ids: string[];
|
|
25730
|
-
access_grant_keys?: string[] | undefined;
|
|
25731
|
-
}>, z.ZodObject<{
|
|
25732
|
-
event_id: z.ZodString;
|
|
25733
|
-
workspace_id: z.ZodString;
|
|
25734
|
-
created_at: z.ZodString;
|
|
25735
|
-
occurred_at: z.ZodString;
|
|
25736
25703
|
} & {
|
|
25737
25704
|
connected_account_id: z.ZodOptional<z.ZodString>;
|
|
25738
25705
|
acs_system_id: z.ZodString;
|
|
@@ -33650,16 +33617,6 @@ declare const batch: z.ZodObject<{
|
|
|
33650
33617
|
code?: string | undefined;
|
|
33651
33618
|
access_grant_keys?: string[] | undefined;
|
|
33652
33619
|
is_backup_code?: boolean | undefined;
|
|
33653
|
-
} | {
|
|
33654
|
-
code: string;
|
|
33655
|
-
workspace_id: string;
|
|
33656
|
-
created_at: string;
|
|
33657
|
-
access_method_id: string;
|
|
33658
|
-
event_id: string;
|
|
33659
|
-
occurred_at: string;
|
|
33660
|
-
event_type: "access_method.code_changed";
|
|
33661
|
-
access_grant_ids: string[];
|
|
33662
|
-
access_grant_keys?: string[] | undefined;
|
|
33663
33620
|
} | {
|
|
33664
33621
|
workspace_id: string;
|
|
33665
33622
|
created_at: string;
|
|
@@ -37563,16 +37520,6 @@ declare const batch: z.ZodObject<{
|
|
|
37563
37520
|
code?: string | undefined;
|
|
37564
37521
|
access_grant_keys?: string[] | undefined;
|
|
37565
37522
|
is_backup_code?: boolean | undefined;
|
|
37566
|
-
} | {
|
|
37567
|
-
code: string;
|
|
37568
|
-
workspace_id: string;
|
|
37569
|
-
created_at: string;
|
|
37570
|
-
access_method_id: string;
|
|
37571
|
-
event_id: string;
|
|
37572
|
-
occurred_at: string;
|
|
37573
|
-
event_type: "access_method.code_changed";
|
|
37574
|
-
access_grant_ids: string[];
|
|
37575
|
-
access_grant_keys?: string[] | undefined;
|
|
37576
37523
|
} | {
|
|
37577
37524
|
workspace_id: string;
|
|
37578
37525
|
created_at: string;
|
|
@@ -48825,14 +48772,13 @@ declare const seam_event: z.ZodDiscriminatedUnion<"event_type", [z.ZodObject<{
|
|
|
48825
48772
|
workspace_id: z.ZodString;
|
|
48826
48773
|
created_at: z.ZodString;
|
|
48827
48774
|
occurred_at: z.ZodString;
|
|
48828
|
-
} & {
|
|
48829
48775
|
access_method_id: z.ZodString;
|
|
48830
48776
|
access_grant_ids: z.ZodArray<z.ZodString, "many">;
|
|
48831
48777
|
access_grant_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
48832
|
-
} & {
|
|
48833
|
-
event_type: z.ZodLiteral<"access_method.reissued">;
|
|
48834
48778
|
code: z.ZodOptional<z.ZodString>;
|
|
48835
48779
|
is_backup_code: z.ZodOptional<z.ZodBoolean>;
|
|
48780
|
+
} & {
|
|
48781
|
+
event_type: z.ZodLiteral<"access_method.reissued">;
|
|
48836
48782
|
}, "strip", z.ZodTypeAny, {
|
|
48837
48783
|
workspace_id: string;
|
|
48838
48784
|
created_at: string;
|
|
@@ -48860,38 +48806,6 @@ declare const seam_event: z.ZodDiscriminatedUnion<"event_type", [z.ZodObject<{
|
|
|
48860
48806
|
workspace_id: z.ZodString;
|
|
48861
48807
|
created_at: z.ZodString;
|
|
48862
48808
|
occurred_at: z.ZodString;
|
|
48863
|
-
} & {
|
|
48864
|
-
access_method_id: z.ZodString;
|
|
48865
|
-
access_grant_ids: z.ZodArray<z.ZodString, "many">;
|
|
48866
|
-
access_grant_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
48867
|
-
} & {
|
|
48868
|
-
event_type: z.ZodLiteral<"access_method.code_changed">;
|
|
48869
|
-
code: z.ZodString;
|
|
48870
|
-
}, "strip", z.ZodTypeAny, {
|
|
48871
|
-
code: string;
|
|
48872
|
-
workspace_id: string;
|
|
48873
|
-
created_at: string;
|
|
48874
|
-
access_method_id: string;
|
|
48875
|
-
event_id: string;
|
|
48876
|
-
occurred_at: string;
|
|
48877
|
-
event_type: "access_method.code_changed";
|
|
48878
|
-
access_grant_ids: string[];
|
|
48879
|
-
access_grant_keys?: string[] | undefined;
|
|
48880
|
-
}, {
|
|
48881
|
-
code: string;
|
|
48882
|
-
workspace_id: string;
|
|
48883
|
-
created_at: string;
|
|
48884
|
-
access_method_id: string;
|
|
48885
|
-
event_id: string;
|
|
48886
|
-
occurred_at: string;
|
|
48887
|
-
event_type: "access_method.code_changed";
|
|
48888
|
-
access_grant_ids: string[];
|
|
48889
|
-
access_grant_keys?: string[] | undefined;
|
|
48890
|
-
}>, z.ZodObject<{
|
|
48891
|
-
event_id: z.ZodString;
|
|
48892
|
-
workspace_id: z.ZodString;
|
|
48893
|
-
created_at: z.ZodString;
|
|
48894
|
-
occurred_at: z.ZodString;
|
|
48895
48809
|
} & {
|
|
48896
48810
|
connected_account_id: z.ZodOptional<z.ZodString>;
|
|
48897
48811
|
acs_system_id: z.ZodString;
|
|
@@ -59597,116 +59511,6 @@ declare const _default: {
|
|
|
59597
59511
|
'x-route-path': string;
|
|
59598
59512
|
deprecated?: never;
|
|
59599
59513
|
'x-deprecated'?: never;
|
|
59600
|
-
} | {
|
|
59601
|
-
description: string;
|
|
59602
|
-
properties: {
|
|
59603
|
-
access_grant_ids: {
|
|
59604
|
-
description: string;
|
|
59605
|
-
items: {
|
|
59606
|
-
format: string;
|
|
59607
|
-
type: string;
|
|
59608
|
-
};
|
|
59609
|
-
type: string;
|
|
59610
|
-
};
|
|
59611
|
-
access_grant_keys: {
|
|
59612
|
-
description: string;
|
|
59613
|
-
items: {
|
|
59614
|
-
type: string;
|
|
59615
|
-
};
|
|
59616
|
-
type: string;
|
|
59617
|
-
};
|
|
59618
|
-
access_method_id: {
|
|
59619
|
-
description: string;
|
|
59620
|
-
format: string;
|
|
59621
|
-
type: string;
|
|
59622
|
-
};
|
|
59623
|
-
code: {
|
|
59624
|
-
description: string;
|
|
59625
|
-
type: string;
|
|
59626
|
-
nullable?: never;
|
|
59627
|
-
};
|
|
59628
|
-
created_at: {
|
|
59629
|
-
description: string;
|
|
59630
|
-
format: string;
|
|
59631
|
-
type: string;
|
|
59632
|
-
};
|
|
59633
|
-
event_id: {
|
|
59634
|
-
description: string;
|
|
59635
|
-
format: string;
|
|
59636
|
-
type: string;
|
|
59637
|
-
};
|
|
59638
|
-
event_type: {
|
|
59639
|
-
enum: string[];
|
|
59640
|
-
type: string;
|
|
59641
|
-
};
|
|
59642
|
-
occurred_at: {
|
|
59643
|
-
description: string;
|
|
59644
|
-
format: string;
|
|
59645
|
-
type: string;
|
|
59646
|
-
};
|
|
59647
|
-
workspace_id: {
|
|
59648
|
-
description: string;
|
|
59649
|
-
format: string;
|
|
59650
|
-
type: string;
|
|
59651
|
-
};
|
|
59652
|
-
access_code_id?: never;
|
|
59653
|
-
connected_account_custom_metadata?: never;
|
|
59654
|
-
connected_account_id?: never;
|
|
59655
|
-
device_custom_metadata?: never;
|
|
59656
|
-
device_id?: never;
|
|
59657
|
-
backup_access_code_id?: never;
|
|
59658
|
-
access_grant_id?: never;
|
|
59659
|
-
acs_entrance_id?: never;
|
|
59660
|
-
access_grant_key?: never;
|
|
59661
|
-
ends_at?: never;
|
|
59662
|
-
starts_at?: never;
|
|
59663
|
-
is_backup_code?: never;
|
|
59664
|
-
acs_system_id?: never;
|
|
59665
|
-
acs_credential_id?: never;
|
|
59666
|
-
acs_user_id?: never;
|
|
59667
|
-
acs_encoder_id?: never;
|
|
59668
|
-
acs_access_group_id?: never;
|
|
59669
|
-
client_session_id?: never;
|
|
59670
|
-
connect_webview_id?: never;
|
|
59671
|
-
customer_key?: never;
|
|
59672
|
-
action_attempt_id?: never;
|
|
59673
|
-
action_type?: never;
|
|
59674
|
-
status?: never;
|
|
59675
|
-
error_code?: never;
|
|
59676
|
-
battery_level?: never;
|
|
59677
|
-
battery_status?: never;
|
|
59678
|
-
minut_metadata?: never;
|
|
59679
|
-
noise_level_decibels?: never;
|
|
59680
|
-
noise_level_nrs?: never;
|
|
59681
|
-
noise_threshold_id?: never;
|
|
59682
|
-
noise_threshold_name?: never;
|
|
59683
|
-
noiseaware_metadata?: never;
|
|
59684
|
-
method?: never;
|
|
59685
|
-
climate_preset_key?: never;
|
|
59686
|
-
is_fallback_climate_preset?: never;
|
|
59687
|
-
thermostat_schedule_id?: never;
|
|
59688
|
-
cooling_set_point_celsius?: never;
|
|
59689
|
-
cooling_set_point_fahrenheit?: never;
|
|
59690
|
-
fan_mode_setting?: never;
|
|
59691
|
-
heating_set_point_celsius?: never;
|
|
59692
|
-
heating_set_point_fahrenheit?: never;
|
|
59693
|
-
hvac_mode_setting?: never;
|
|
59694
|
-
lower_limit_celsius?: never;
|
|
59695
|
-
lower_limit_fahrenheit?: never;
|
|
59696
|
-
temperature_celsius?: never;
|
|
59697
|
-
temperature_fahrenheit?: never;
|
|
59698
|
-
upper_limit_celsius?: never;
|
|
59699
|
-
upper_limit_fahrenheit?: never;
|
|
59700
|
-
desired_temperature_celsius?: never;
|
|
59701
|
-
desired_temperature_fahrenheit?: never;
|
|
59702
|
-
device_name?: never;
|
|
59703
|
-
enrollment_automation_id?: never;
|
|
59704
|
-
};
|
|
59705
|
-
required: string[];
|
|
59706
|
-
type: string;
|
|
59707
|
-
'x-route-path': string;
|
|
59708
|
-
deprecated?: never;
|
|
59709
|
-
'x-deprecated'?: never;
|
|
59710
59514
|
} | {
|
|
59711
59515
|
description: string;
|
|
59712
59516
|
properties: {
|
|
@@ -121753,24 +121557,6 @@ type Routes = {
|
|
|
121753
121557
|
code?: string | undefined;
|
|
121754
121558
|
/** Indicates whether the code is a backup code (only present when mode is 'code' and a backup code was used). */
|
|
121755
121559
|
is_backup_code?: boolean | undefined;
|
|
121756
|
-
} | {
|
|
121757
|
-
/** ID of the event. */
|
|
121758
|
-
event_id: string;
|
|
121759
|
-
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) associated with the event. */
|
|
121760
|
-
workspace_id: string;
|
|
121761
|
-
/** Date and time at which the event was created. */
|
|
121762
|
-
created_at: string;
|
|
121763
|
-
/** Date and time at which the event occurred. */
|
|
121764
|
-
occurred_at: string;
|
|
121765
|
-
/** ID of the affected access method. */
|
|
121766
|
-
access_method_id: string;
|
|
121767
|
-
/** IDs of the access grants associated with this access method. */
|
|
121768
|
-
access_grant_ids: string[];
|
|
121769
|
-
/** Keys of the access grants associated with this access method (if present). */
|
|
121770
|
-
access_grant_keys?: string[] | undefined;
|
|
121771
|
-
event_type: 'access_method.code_changed';
|
|
121772
|
-
/** The new PIN code for code access methods (only present when mode is 'code'). */
|
|
121773
|
-
code: string;
|
|
121774
121560
|
} | {
|
|
121775
121561
|
/** ID of the event. */
|
|
121776
121562
|
event_id: string;
|
|
@@ -139758,24 +139544,6 @@ type Routes = {
|
|
|
139758
139544
|
code?: string | undefined;
|
|
139759
139545
|
/** Indicates whether the code is a backup code (only present when mode is 'code' and a backup code was used). */
|
|
139760
139546
|
is_backup_code?: boolean | undefined;
|
|
139761
|
-
} | {
|
|
139762
|
-
/** ID of the event. */
|
|
139763
|
-
event_id: string;
|
|
139764
|
-
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) associated with the event. */
|
|
139765
|
-
workspace_id: string;
|
|
139766
|
-
/** Date and time at which the event was created. */
|
|
139767
|
-
created_at: string;
|
|
139768
|
-
/** Date and time at which the event occurred. */
|
|
139769
|
-
occurred_at: string;
|
|
139770
|
-
/** ID of the affected access method. */
|
|
139771
|
-
access_method_id: string;
|
|
139772
|
-
/** IDs of the access grants associated with this access method. */
|
|
139773
|
-
access_grant_ids: string[];
|
|
139774
|
-
/** Keys of the access grants associated with this access method (if present). */
|
|
139775
|
-
access_grant_keys?: string[] | undefined;
|
|
139776
|
-
event_type: 'access_method.code_changed';
|
|
139777
|
-
/** The new PIN code for code access methods (only present when mode is 'code'). */
|
|
139778
|
-
code: string;
|
|
139779
139547
|
} | {
|
|
139780
139548
|
/** ID of the event. */
|
|
139781
139549
|
event_id: string;
|
|
@@ -141101,9 +140869,9 @@ type Routes = {
|
|
|
141101
140869
|
/** IDs of the access codes for which you want to list events. */
|
|
141102
140870
|
access_code_ids?: string[] | undefined;
|
|
141103
140871
|
/** Type of the events that you want to list. */
|
|
141104
|
-
event_type?: ('access_code.created' | 'access_code.changed' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.removed_from_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_set_on_device' | 'access_code.deleted' | 'access_code.delay_in_removing_from_device' | 'access_code.failed_to_remove_from_device' | 'access_code.modified_external_to_seam' | 'access_code.deleted_external_to_seam' | 'access_code.backup_access_code_pulled' | 'access_code.unmanaged.converted_to_managed' | 'access_code.unmanaged.failed_to_convert_to_managed' | 'access_code.unmanaged.created' | 'access_code.unmanaged.removed' | 'access_grant.created' | 'access_grant.deleted' | 'access_grant.access_granted_to_all_doors' | 'access_grant.access_granted_to_door' | 'access_grant.access_to_door_lost' | 'access_grant.access_times_changed' | 'access_method.issued' | 'access_method.revoked' | 'access_method.card_encoding_required' | 'access_method.deleted' | 'access_method.reissued' | '
|
|
140872
|
+
event_type?: ('access_code.created' | 'access_code.changed' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.removed_from_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_set_on_device' | 'access_code.deleted' | 'access_code.delay_in_removing_from_device' | 'access_code.failed_to_remove_from_device' | 'access_code.modified_external_to_seam' | 'access_code.deleted_external_to_seam' | 'access_code.backup_access_code_pulled' | 'access_code.unmanaged.converted_to_managed' | 'access_code.unmanaged.failed_to_convert_to_managed' | 'access_code.unmanaged.created' | 'access_code.unmanaged.removed' | 'access_grant.created' | 'access_grant.deleted' | 'access_grant.access_granted_to_all_doors' | 'access_grant.access_granted_to_door' | 'access_grant.access_to_door_lost' | 'access_grant.access_times_changed' | 'access_method.issued' | 'access_method.revoked' | 'access_method.card_encoding_required' | 'access_method.deleted' | 'access_method.reissued' | 'acs_system.connected' | 'acs_system.added' | 'acs_system.disconnected' | 'acs_credential.deleted' | 'acs_credential.issued' | 'acs_credential.reissued' | 'acs_credential.invalidated' | 'acs_user.created' | 'acs_user.deleted' | 'acs_encoder.added' | 'acs_encoder.removed' | 'acs_access_group.deleted' | 'acs_entrance.added' | 'acs_entrance.removed' | 'client_session.deleted' | 'connected_account.connected' | 'connected_account.created' | 'connected_account.successful_login' | 'connected_account.disconnected' | 'connected_account.completed_first_sync' | 'connected_account.deleted' | 'connected_account.completed_first_sync_after_reconnection' | 'action_attempt.lock_door.succeeded' | 'action_attempt.lock_door.failed' | 'action_attempt.unlock_door.succeeded' | 'action_attempt.unlock_door.failed' | 'connect_webview.login_succeeded' | 'connect_webview.login_failed' | 'device.connected' | 'device.added' | 'device.converted_to_unmanaged' | 'device.unmanaged.converted_to_managed' | 'device.unmanaged.connected' | 'device.disconnected' | 'device.unmanaged.disconnected' | 'device.tampered' | 'device.low_battery' | 'device.battery_status_changed' | 'device.removed' | 'device.deleted' | 'device.third_party_integration_detected' | 'device.third_party_integration_no_longer_detected' | 'device.salto.privacy_mode_activated' | 'device.salto.privacy_mode_deactivated' | 'device.connection_became_flaky' | 'device.connection_stabilized' | 'device.error.subscription_required' | 'device.error.subscription_required.resolved' | 'device.accessory_keypad_connected' | 'device.accessory_keypad_disconnected' | 'noise_sensor.noise_threshold_triggered' | 'lock.locked' | 'lock.unlocked' | 'lock.access_denied' | 'thermostat.climate_preset_activated' | 'thermostat.manually_adjusted' | 'thermostat.temperature_threshold_exceeded' | 'thermostat.temperature_threshold_no_longer_exceeded' | 'thermostat.temperature_reached_set_point' | 'thermostat.temperature_changed' | 'device.name_changed' | 'enrollment_automation.deleted' | 'phone.deactivated') | undefined;
|
|
141105
140873
|
/** Types of the events that you want to list. */
|
|
141106
|
-
event_types?: ('access_code.created' | 'access_code.changed' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.removed_from_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_set_on_device' | 'access_code.deleted' | 'access_code.delay_in_removing_from_device' | 'access_code.failed_to_remove_from_device' | 'access_code.modified_external_to_seam' | 'access_code.deleted_external_to_seam' | 'access_code.backup_access_code_pulled' | 'access_code.unmanaged.converted_to_managed' | 'access_code.unmanaged.failed_to_convert_to_managed' | 'access_code.unmanaged.created' | 'access_code.unmanaged.removed' | 'access_grant.created' | 'access_grant.deleted' | 'access_grant.access_granted_to_all_doors' | 'access_grant.access_granted_to_door' | 'access_grant.access_to_door_lost' | 'access_grant.access_times_changed' | 'access_method.issued' | 'access_method.revoked' | 'access_method.card_encoding_required' | 'access_method.deleted' | 'access_method.reissued' | '
|
|
140874
|
+
event_types?: ('access_code.created' | 'access_code.changed' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.removed_from_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_set_on_device' | 'access_code.deleted' | 'access_code.delay_in_removing_from_device' | 'access_code.failed_to_remove_from_device' | 'access_code.modified_external_to_seam' | 'access_code.deleted_external_to_seam' | 'access_code.backup_access_code_pulled' | 'access_code.unmanaged.converted_to_managed' | 'access_code.unmanaged.failed_to_convert_to_managed' | 'access_code.unmanaged.created' | 'access_code.unmanaged.removed' | 'access_grant.created' | 'access_grant.deleted' | 'access_grant.access_granted_to_all_doors' | 'access_grant.access_granted_to_door' | 'access_grant.access_to_door_lost' | 'access_grant.access_times_changed' | 'access_method.issued' | 'access_method.revoked' | 'access_method.card_encoding_required' | 'access_method.deleted' | 'access_method.reissued' | 'acs_system.connected' | 'acs_system.added' | 'acs_system.disconnected' | 'acs_credential.deleted' | 'acs_credential.issued' | 'acs_credential.reissued' | 'acs_credential.invalidated' | 'acs_user.created' | 'acs_user.deleted' | 'acs_encoder.added' | 'acs_encoder.removed' | 'acs_access_group.deleted' | 'acs_entrance.added' | 'acs_entrance.removed' | 'client_session.deleted' | 'connected_account.connected' | 'connected_account.created' | 'connected_account.successful_login' | 'connected_account.disconnected' | 'connected_account.completed_first_sync' | 'connected_account.deleted' | 'connected_account.completed_first_sync_after_reconnection' | 'action_attempt.lock_door.succeeded' | 'action_attempt.lock_door.failed' | 'action_attempt.unlock_door.succeeded' | 'action_attempt.unlock_door.failed' | 'connect_webview.login_succeeded' | 'connect_webview.login_failed' | 'device.connected' | 'device.added' | 'device.converted_to_unmanaged' | 'device.unmanaged.converted_to_managed' | 'device.unmanaged.connected' | 'device.disconnected' | 'device.unmanaged.disconnected' | 'device.tampered' | 'device.low_battery' | 'device.battery_status_changed' | 'device.removed' | 'device.deleted' | 'device.third_party_integration_detected' | 'device.third_party_integration_no_longer_detected' | 'device.salto.privacy_mode_activated' | 'device.salto.privacy_mode_deactivated' | 'device.connection_became_flaky' | 'device.connection_stabilized' | 'device.error.subscription_required' | 'device.error.subscription_required.resolved' | 'device.accessory_keypad_connected' | 'device.accessory_keypad_disconnected' | 'noise_sensor.noise_threshold_triggered' | 'lock.locked' | 'lock.unlocked' | 'lock.access_denied' | 'thermostat.climate_preset_activated' | 'thermostat.manually_adjusted' | 'thermostat.temperature_threshold_exceeded' | 'thermostat.temperature_threshold_no_longer_exceeded' | 'thermostat.temperature_reached_set_point' | 'thermostat.temperature_changed' | 'device.name_changed' | 'enrollment_automation.deleted' | 'phone.deactivated')[] | undefined;
|
|
141107
140875
|
/** ID of the connected account for which you want to list events. */
|
|
141108
140876
|
connected_account_id?: string | undefined;
|
|
141109
140877
|
/** ID of the Connect Webview for which you want to list events. */
|
|
@@ -141700,24 +141468,6 @@ type Routes = {
|
|
|
141700
141468
|
code?: string | undefined;
|
|
141701
141469
|
/** Indicates whether the code is a backup code (only present when mode is 'code' and a backup code was used). */
|
|
141702
141470
|
is_backup_code?: boolean | undefined;
|
|
141703
|
-
} | {
|
|
141704
|
-
/** ID of the event. */
|
|
141705
|
-
event_id: string;
|
|
141706
|
-
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) associated with the event. */
|
|
141707
|
-
workspace_id: string;
|
|
141708
|
-
/** Date and time at which the event was created. */
|
|
141709
|
-
created_at: string;
|
|
141710
|
-
/** Date and time at which the event occurred. */
|
|
141711
|
-
occurred_at: string;
|
|
141712
|
-
/** ID of the affected access method. */
|
|
141713
|
-
access_method_id: string;
|
|
141714
|
-
/** IDs of the access grants associated with this access method. */
|
|
141715
|
-
access_grant_ids: string[];
|
|
141716
|
-
/** Keys of the access grants associated with this access method (if present). */
|
|
141717
|
-
access_grant_keys?: string[] | undefined;
|
|
141718
|
-
event_type: 'access_method.code_changed';
|
|
141719
|
-
/** The new PIN code for code access methods (only present when mode is 'code'). */
|
|
141720
|
-
code: string;
|
|
141721
141471
|
} | {
|
|
141722
141472
|
/** ID of the event. */
|
|
141723
141473
|
event_id: string;
|
|
@@ -160212,9 +159962,9 @@ type Routes = {
|
|
|
160212
159962
|
/** Lower and upper timestamps to define an exclusive interval containing the events that you want to list. You must include `since` or `between`. */
|
|
160213
159963
|
between?: (string | Date)[] | undefined;
|
|
160214
159964
|
/** Type of the events that you want to list. */
|
|
160215
|
-
event_type?: ('access_code.created' | 'access_code.changed' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.removed_from_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_set_on_device' | 'access_code.deleted' | 'access_code.delay_in_removing_from_device' | 'access_code.failed_to_remove_from_device' | 'access_code.modified_external_to_seam' | 'access_code.deleted_external_to_seam' | 'access_code.backup_access_code_pulled' | 'access_code.unmanaged.converted_to_managed' | 'access_code.unmanaged.failed_to_convert_to_managed' | 'access_code.unmanaged.created' | 'access_code.unmanaged.removed' | 'access_grant.created' | 'access_grant.deleted' | 'access_grant.access_granted_to_all_doors' | 'access_grant.access_granted_to_door' | 'access_grant.access_to_door_lost' | 'access_grant.access_times_changed' | 'access_method.issued' | 'access_method.revoked' | 'access_method.card_encoding_required' | 'access_method.deleted' | 'access_method.reissued' | '
|
|
159965
|
+
event_type?: ('access_code.created' | 'access_code.changed' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.removed_from_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_set_on_device' | 'access_code.deleted' | 'access_code.delay_in_removing_from_device' | 'access_code.failed_to_remove_from_device' | 'access_code.modified_external_to_seam' | 'access_code.deleted_external_to_seam' | 'access_code.backup_access_code_pulled' | 'access_code.unmanaged.converted_to_managed' | 'access_code.unmanaged.failed_to_convert_to_managed' | 'access_code.unmanaged.created' | 'access_code.unmanaged.removed' | 'access_grant.created' | 'access_grant.deleted' | 'access_grant.access_granted_to_all_doors' | 'access_grant.access_granted_to_door' | 'access_grant.access_to_door_lost' | 'access_grant.access_times_changed' | 'access_method.issued' | 'access_method.revoked' | 'access_method.card_encoding_required' | 'access_method.deleted' | 'access_method.reissued' | 'acs_system.connected' | 'acs_system.added' | 'acs_system.disconnected' | 'acs_credential.deleted' | 'acs_credential.issued' | 'acs_credential.reissued' | 'acs_credential.invalidated' | 'acs_user.created' | 'acs_user.deleted' | 'acs_encoder.added' | 'acs_encoder.removed' | 'acs_access_group.deleted' | 'acs_entrance.added' | 'acs_entrance.removed' | 'client_session.deleted' | 'connected_account.connected' | 'connected_account.created' | 'connected_account.successful_login' | 'connected_account.disconnected' | 'connected_account.completed_first_sync' | 'connected_account.deleted' | 'connected_account.completed_first_sync_after_reconnection' | 'action_attempt.lock_door.succeeded' | 'action_attempt.lock_door.failed' | 'action_attempt.unlock_door.succeeded' | 'action_attempt.unlock_door.failed' | 'connect_webview.login_succeeded' | 'connect_webview.login_failed' | 'device.connected' | 'device.added' | 'device.converted_to_unmanaged' | 'device.unmanaged.converted_to_managed' | 'device.unmanaged.connected' | 'device.disconnected' | 'device.unmanaged.disconnected' | 'device.tampered' | 'device.low_battery' | 'device.battery_status_changed' | 'device.removed' | 'device.deleted' | 'device.third_party_integration_detected' | 'device.third_party_integration_no_longer_detected' | 'device.salto.privacy_mode_activated' | 'device.salto.privacy_mode_deactivated' | 'device.connection_became_flaky' | 'device.connection_stabilized' | 'device.error.subscription_required' | 'device.error.subscription_required.resolved' | 'device.accessory_keypad_connected' | 'device.accessory_keypad_disconnected' | 'noise_sensor.noise_threshold_triggered' | 'lock.locked' | 'lock.unlocked' | 'lock.access_denied' | 'thermostat.climate_preset_activated' | 'thermostat.manually_adjusted' | 'thermostat.temperature_threshold_exceeded' | 'thermostat.temperature_threshold_no_longer_exceeded' | 'thermostat.temperature_reached_set_point' | 'thermostat.temperature_changed' | 'device.name_changed' | 'enrollment_automation.deleted' | 'phone.deactivated') | undefined;
|
|
160216
159966
|
/** Types of the events that you want to list. */
|
|
160217
|
-
event_types?: ('access_code.created' | 'access_code.changed' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.removed_from_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_set_on_device' | 'access_code.deleted' | 'access_code.delay_in_removing_from_device' | 'access_code.failed_to_remove_from_device' | 'access_code.modified_external_to_seam' | 'access_code.deleted_external_to_seam' | 'access_code.backup_access_code_pulled' | 'access_code.unmanaged.converted_to_managed' | 'access_code.unmanaged.failed_to_convert_to_managed' | 'access_code.unmanaged.created' | 'access_code.unmanaged.removed' | 'access_grant.created' | 'access_grant.deleted' | 'access_grant.access_granted_to_all_doors' | 'access_grant.access_granted_to_door' | 'access_grant.access_to_door_lost' | 'access_grant.access_times_changed' | 'access_method.issued' | 'access_method.revoked' | 'access_method.card_encoding_required' | 'access_method.deleted' | 'access_method.reissued' | '
|
|
159967
|
+
event_types?: ('access_code.created' | 'access_code.changed' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.removed_from_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_set_on_device' | 'access_code.deleted' | 'access_code.delay_in_removing_from_device' | 'access_code.failed_to_remove_from_device' | 'access_code.modified_external_to_seam' | 'access_code.deleted_external_to_seam' | 'access_code.backup_access_code_pulled' | 'access_code.unmanaged.converted_to_managed' | 'access_code.unmanaged.failed_to_convert_to_managed' | 'access_code.unmanaged.created' | 'access_code.unmanaged.removed' | 'access_grant.created' | 'access_grant.deleted' | 'access_grant.access_granted_to_all_doors' | 'access_grant.access_granted_to_door' | 'access_grant.access_to_door_lost' | 'access_grant.access_times_changed' | 'access_method.issued' | 'access_method.revoked' | 'access_method.card_encoding_required' | 'access_method.deleted' | 'access_method.reissued' | 'acs_system.connected' | 'acs_system.added' | 'acs_system.disconnected' | 'acs_credential.deleted' | 'acs_credential.issued' | 'acs_credential.reissued' | 'acs_credential.invalidated' | 'acs_user.created' | 'acs_user.deleted' | 'acs_encoder.added' | 'acs_encoder.removed' | 'acs_access_group.deleted' | 'acs_entrance.added' | 'acs_entrance.removed' | 'client_session.deleted' | 'connected_account.connected' | 'connected_account.created' | 'connected_account.successful_login' | 'connected_account.disconnected' | 'connected_account.completed_first_sync' | 'connected_account.deleted' | 'connected_account.completed_first_sync_after_reconnection' | 'action_attempt.lock_door.succeeded' | 'action_attempt.lock_door.failed' | 'action_attempt.unlock_door.succeeded' | 'action_attempt.unlock_door.failed' | 'connect_webview.login_succeeded' | 'connect_webview.login_failed' | 'device.connected' | 'device.added' | 'device.converted_to_unmanaged' | 'device.unmanaged.converted_to_managed' | 'device.unmanaged.connected' | 'device.disconnected' | 'device.unmanaged.disconnected' | 'device.tampered' | 'device.low_battery' | 'device.battery_status_changed' | 'device.removed' | 'device.deleted' | 'device.third_party_integration_detected' | 'device.third_party_integration_no_longer_detected' | 'device.salto.privacy_mode_activated' | 'device.salto.privacy_mode_deactivated' | 'device.connection_became_flaky' | 'device.connection_stabilized' | 'device.error.subscription_required' | 'device.error.subscription_required.resolved' | 'device.accessory_keypad_connected' | 'device.accessory_keypad_disconnected' | 'noise_sensor.noise_threshold_triggered' | 'lock.locked' | 'lock.unlocked' | 'lock.access_denied' | 'thermostat.climate_preset_activated' | 'thermostat.manually_adjusted' | 'thermostat.temperature_threshold_exceeded' | 'thermostat.temperature_threshold_no_longer_exceeded' | 'thermostat.temperature_reached_set_point' | 'thermostat.temperature_changed' | 'device.name_changed' | 'enrollment_automation.deleted' | 'phone.deactivated')[] | undefined;
|
|
160218
159968
|
/** Numerical limit on the number of events to return. */
|
|
160219
159969
|
limit?: number;
|
|
160220
159970
|
};
|
|
@@ -160805,24 +160555,6 @@ type Routes = {
|
|
|
160805
160555
|
code?: string | undefined;
|
|
160806
160556
|
/** Indicates whether the code is a backup code (only present when mode is 'code' and a backup code was used). */
|
|
160807
160557
|
is_backup_code?: boolean | undefined;
|
|
160808
|
-
} | {
|
|
160809
|
-
/** ID of the event. */
|
|
160810
|
-
event_id: string;
|
|
160811
|
-
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) associated with the event. */
|
|
160812
|
-
workspace_id: string;
|
|
160813
|
-
/** Date and time at which the event was created. */
|
|
160814
|
-
created_at: string;
|
|
160815
|
-
/** Date and time at which the event occurred. */
|
|
160816
|
-
occurred_at: string;
|
|
160817
|
-
/** ID of the affected access method. */
|
|
160818
|
-
access_method_id: string;
|
|
160819
|
-
/** IDs of the access grants associated with this access method. */
|
|
160820
|
-
access_grant_ids: string[];
|
|
160821
|
-
/** Keys of the access grants associated with this access method (if present). */
|
|
160822
|
-
access_grant_keys?: string[] | undefined;
|
|
160823
|
-
event_type: 'access_method.code_changed';
|
|
160824
|
-
/** The new PIN code for code access methods (only present when mode is 'code'). */
|
|
160825
|
-
code: string;
|
|
160826
160558
|
} | {
|
|
160827
160559
|
/** ID of the event. */
|
|
160828
160560
|
event_id: string;
|
|
@@ -188496,24 +188228,6 @@ type Routes = {
|
|
|
188496
188228
|
code?: string | undefined;
|
|
188497
188229
|
/** Indicates whether the code is a backup code (only present when mode is 'code' and a backup code was used). */
|
|
188498
188230
|
is_backup_code?: boolean | undefined;
|
|
188499
|
-
} | {
|
|
188500
|
-
/** ID of the event. */
|
|
188501
|
-
event_id: string;
|
|
188502
|
-
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) associated with the event. */
|
|
188503
|
-
workspace_id: string;
|
|
188504
|
-
/** Date and time at which the event was created. */
|
|
188505
|
-
created_at: string;
|
|
188506
|
-
/** Date and time at which the event occurred. */
|
|
188507
|
-
occurred_at: string;
|
|
188508
|
-
/** ID of the affected access method. */
|
|
188509
|
-
access_method_id: string;
|
|
188510
|
-
/** IDs of the access grants associated with this access method. */
|
|
188511
|
-
access_grant_ids: string[];
|
|
188512
|
-
/** Keys of the access grants associated with this access method (if present). */
|
|
188513
|
-
access_grant_keys?: string[] | undefined;
|
|
188514
|
-
event_type: 'access_method.code_changed';
|
|
188515
|
-
/** The new PIN code for code access methods (only present when mode is 'code'). */
|
|
188516
|
-
code: string;
|
|
188517
188231
|
} | {
|
|
188518
188232
|
/** ID of the event. */
|
|
188519
188233
|
event_id: string;
|
package/dist/index.cjs
CHANGED
|
@@ -4421,38 +4421,20 @@ var access_method_deleted_event = access_method_event.extend({
|
|
|
4421
4421
|
---
|
|
4422
4422
|
An access method was deleted.
|
|
4423
4423
|
`);
|
|
4424
|
-
var access_method_reissued_event =
|
|
4425
|
-
event_type: zod.z.literal("access_method.reissued")
|
|
4426
|
-
code: zod.z.string().optional().describe(
|
|
4427
|
-
"The actual PIN code for code access methods (only present when mode is 'code')."
|
|
4428
|
-
),
|
|
4429
|
-
is_backup_code: zod.z.boolean().optional().describe(
|
|
4430
|
-
"Indicates whether the code is a backup code (only present when mode is 'code' and a backup code was used)."
|
|
4431
|
-
)
|
|
4432
|
-
}).describe(`
|
|
4433
|
-
---
|
|
4434
|
-
route_path: /access_methods
|
|
4435
|
-
---
|
|
4436
|
-
An access method was reissued due to an Access Grant update.
|
|
4437
|
-
`);
|
|
4438
|
-
var access_method_code_changed_event = access_method_event.extend({
|
|
4439
|
-
event_type: zod.z.literal("access_method.code_changed"),
|
|
4440
|
-
code: zod.z.string().describe(
|
|
4441
|
-
"The new PIN code for code access methods (only present when mode is 'code')."
|
|
4442
|
-
)
|
|
4424
|
+
var access_method_reissued_event = access_method_issued_event.extend({
|
|
4425
|
+
event_type: zod.z.literal("access_method.reissued")
|
|
4443
4426
|
}).describe(`
|
|
4444
4427
|
---
|
|
4445
4428
|
route_path: /access_methods
|
|
4446
4429
|
---
|
|
4447
|
-
An access method
|
|
4430
|
+
An access method was reissued.
|
|
4448
4431
|
`);
|
|
4449
4432
|
var access_method_events = [
|
|
4450
4433
|
access_method_issued_event,
|
|
4451
4434
|
access_method_revoked_event,
|
|
4452
4435
|
access_method_card_encoding_required_event,
|
|
4453
4436
|
access_method_deleted_event,
|
|
4454
|
-
access_method_reissued_event
|
|
4455
|
-
access_method_code_changed_event
|
|
4437
|
+
access_method_reissued_event
|
|
4456
4438
|
];
|
|
4457
4439
|
var common_acs_event = common_event.extend({
|
|
4458
4440
|
connected_account_id: zod.z.string().uuid().optional().describe("ID of the connected account."),
|
|
@@ -19144,7 +19126,7 @@ var openapi_default = {
|
|
|
19144
19126
|
"x-route-path": "/access_methods"
|
|
19145
19127
|
},
|
|
19146
19128
|
{
|
|
19147
|
-
description: "An access method was reissued
|
|
19129
|
+
description: "An access method was reissued.",
|
|
19148
19130
|
properties: {
|
|
19149
19131
|
access_grant_ids: {
|
|
19150
19132
|
description: "IDs of the access grants associated with this access method.",
|
|
@@ -19203,66 +19185,6 @@ var openapi_default = {
|
|
|
19203
19185
|
type: "object",
|
|
19204
19186
|
"x-route-path": "/access_methods"
|
|
19205
19187
|
},
|
|
19206
|
-
{
|
|
19207
|
-
description: "An access method's PIN code was changed.",
|
|
19208
|
-
properties: {
|
|
19209
|
-
access_grant_ids: {
|
|
19210
|
-
description: "IDs of the access grants associated with this access method.",
|
|
19211
|
-
items: { format: "uuid", type: "string" },
|
|
19212
|
-
type: "array"
|
|
19213
|
-
},
|
|
19214
|
-
access_grant_keys: {
|
|
19215
|
-
description: "Keys of the access grants associated with this access method (if present).",
|
|
19216
|
-
items: { type: "string" },
|
|
19217
|
-
type: "array"
|
|
19218
|
-
},
|
|
19219
|
-
access_method_id: {
|
|
19220
|
-
description: "ID of the affected access method.",
|
|
19221
|
-
format: "uuid",
|
|
19222
|
-
type: "string"
|
|
19223
|
-
},
|
|
19224
|
-
code: {
|
|
19225
|
-
description: "The new PIN code for code access methods (only present when mode is 'code').",
|
|
19226
|
-
type: "string"
|
|
19227
|
-
},
|
|
19228
|
-
created_at: {
|
|
19229
|
-
description: "Date and time at which the event was created.",
|
|
19230
|
-
format: "date-time",
|
|
19231
|
-
type: "string"
|
|
19232
|
-
},
|
|
19233
|
-
event_id: {
|
|
19234
|
-
description: "ID of the event.",
|
|
19235
|
-
format: "uuid",
|
|
19236
|
-
type: "string"
|
|
19237
|
-
},
|
|
19238
|
-
event_type: {
|
|
19239
|
-
enum: ["access_method.code_changed"],
|
|
19240
|
-
type: "string"
|
|
19241
|
-
},
|
|
19242
|
-
occurred_at: {
|
|
19243
|
-
description: "Date and time at which the event occurred.",
|
|
19244
|
-
format: "date-time",
|
|
19245
|
-
type: "string"
|
|
19246
|
-
},
|
|
19247
|
-
workspace_id: {
|
|
19248
|
-
description: "ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) associated with the event.",
|
|
19249
|
-
format: "uuid",
|
|
19250
|
-
type: "string"
|
|
19251
|
-
}
|
|
19252
|
-
},
|
|
19253
|
-
required: [
|
|
19254
|
-
"event_id",
|
|
19255
|
-
"workspace_id",
|
|
19256
|
-
"created_at",
|
|
19257
|
-
"occurred_at",
|
|
19258
|
-
"access_method_id",
|
|
19259
|
-
"access_grant_ids",
|
|
19260
|
-
"event_type",
|
|
19261
|
-
"code"
|
|
19262
|
-
],
|
|
19263
|
-
type: "object",
|
|
19264
|
-
"x-route-path": "/access_methods"
|
|
19265
|
-
},
|
|
19266
19188
|
{
|
|
19267
19189
|
description: "An [access system](https://docs.seam.co/latest/capability-guides/access-systems) was connected.",
|
|
19268
19190
|
properties: {
|
|
@@ -45570,7 +45492,6 @@ var openapi_default = {
|
|
|
45570
45492
|
"access_method.card_encoding_required",
|
|
45571
45493
|
"access_method.deleted",
|
|
45572
45494
|
"access_method.reissued",
|
|
45573
|
-
"access_method.code_changed",
|
|
45574
45495
|
"acs_system.connected",
|
|
45575
45496
|
"acs_system.added",
|
|
45576
45497
|
"acs_system.disconnected",
|
|
@@ -45673,7 +45594,6 @@ var openapi_default = {
|
|
|
45673
45594
|
"access_method.card_encoding_required",
|
|
45674
45595
|
"access_method.deleted",
|
|
45675
45596
|
"access_method.reissued",
|
|
45676
|
-
"access_method.code_changed",
|
|
45677
45597
|
"acs_system.connected",
|
|
45678
45598
|
"acs_system.added",
|
|
45679
45599
|
"acs_system.disconnected",
|
|
@@ -45918,7 +45838,6 @@ var openapi_default = {
|
|
|
45918
45838
|
"access_method.card_encoding_required",
|
|
45919
45839
|
"access_method.deleted",
|
|
45920
45840
|
"access_method.reissued",
|
|
45921
|
-
"access_method.code_changed",
|
|
45922
45841
|
"acs_system.connected",
|
|
45923
45842
|
"acs_system.added",
|
|
45924
45843
|
"acs_system.disconnected",
|
|
@@ -46017,7 +45936,6 @@ var openapi_default = {
|
|
|
46017
45936
|
"access_method.card_encoding_required",
|
|
46018
45937
|
"access_method.deleted",
|
|
46019
45938
|
"access_method.reissued",
|
|
46020
|
-
"access_method.code_changed",
|
|
46021
45939
|
"acs_system.connected",
|
|
46022
45940
|
"acs_system.added",
|
|
46023
45941
|
"acs_system.disconnected",
|
|
@@ -50990,7 +50908,6 @@ var openapi_default = {
|
|
|
50990
50908
|
"access_method.card_encoding_required",
|
|
50991
50909
|
"access_method.deleted",
|
|
50992
50910
|
"access_method.reissued",
|
|
50993
|
-
"access_method.code_changed",
|
|
50994
50911
|
"acs_system.connected",
|
|
50995
50912
|
"acs_system.added",
|
|
50996
50913
|
"acs_system.disconnected",
|
|
@@ -51094,7 +51011,6 @@ var openapi_default = {
|
|
|
51094
51011
|
"access_method.card_encoding_required",
|
|
51095
51012
|
"access_method.deleted",
|
|
51096
51013
|
"access_method.reissued",
|
|
51097
|
-
"access_method.code_changed",
|
|
51098
51014
|
"acs_system.connected",
|
|
51099
51015
|
"acs_system.added",
|
|
51100
51016
|
"acs_system.disconnected",
|
|
@@ -51259,7 +51175,6 @@ var openapi_default = {
|
|
|
51259
51175
|
"access_method.card_encoding_required",
|
|
51260
51176
|
"access_method.deleted",
|
|
51261
51177
|
"access_method.reissued",
|
|
51262
|
-
"access_method.code_changed",
|
|
51263
51178
|
"acs_system.connected",
|
|
51264
51179
|
"acs_system.added",
|
|
51265
51180
|
"acs_system.disconnected",
|
|
@@ -51358,7 +51273,6 @@ var openapi_default = {
|
|
|
51358
51273
|
"access_method.card_encoding_required",
|
|
51359
51274
|
"access_method.deleted",
|
|
51360
51275
|
"access_method.reissued",
|
|
51361
|
-
"access_method.code_changed",
|
|
51362
51276
|
"acs_system.connected",
|
|
51363
51277
|
"acs_system.added",
|
|
51364
51278
|
"acs_system.disconnected",
|