@seamapi/types 1.404.3 → 1.405.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 +20 -43
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +48 -125
- package/lib/seam/connect/models/acs/acs-system.d.ts +2 -66
- package/lib/seam/connect/models/acs/acs-system.js +1 -24
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-users/acs-user.d.ts +6 -0
- package/lib/seam/connect/models/acs/acs-users/acs-user.js +3 -0
- package/lib/seam/connect/models/acs/acs-users/acs-user.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +10 -34
- package/lib/seam/connect/openapi.js +15 -22
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +31 -59
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-system.ts +1 -32
- package/src/lib/seam/connect/models/acs/acs-users/acs-user.ts +3 -0
- package/src/lib/seam/connect/openapi.ts +17 -26
- package/src/lib/seam/connect/route-types.ts +31 -56
|
@@ -884,40 +884,6 @@ declare const _default: {
|
|
|
884
884
|
format: string;
|
|
885
885
|
type: string;
|
|
886
886
|
};
|
|
887
|
-
can_add_acs_users_to_acs_access_groups: {
|
|
888
|
-
description: string;
|
|
889
|
-
type: string;
|
|
890
|
-
};
|
|
891
|
-
can_automate_enrollment: {
|
|
892
|
-
description: string;
|
|
893
|
-
type: string;
|
|
894
|
-
};
|
|
895
|
-
can_create_acs_access_groups: {
|
|
896
|
-
description: string;
|
|
897
|
-
type: string;
|
|
898
|
-
};
|
|
899
|
-
can_create_user: {
|
|
900
|
-
type: string;
|
|
901
|
-
};
|
|
902
|
-
can_delete_user: {
|
|
903
|
-
type: string;
|
|
904
|
-
};
|
|
905
|
-
can_remove_acs_users_from_acs_access_groups: {
|
|
906
|
-
description: string;
|
|
907
|
-
type: string;
|
|
908
|
-
};
|
|
909
|
-
can_update_user_group_membership: {
|
|
910
|
-
type: string;
|
|
911
|
-
};
|
|
912
|
-
can_update_user_information: {
|
|
913
|
-
type: string;
|
|
914
|
-
};
|
|
915
|
-
can_update_user_schedule: {
|
|
916
|
-
type: string;
|
|
917
|
-
};
|
|
918
|
-
can_update_user_supension_state: {
|
|
919
|
-
type: string;
|
|
920
|
-
};
|
|
921
887
|
connected_account_id: {
|
|
922
888
|
description: string;
|
|
923
889
|
format: string;
|
|
@@ -1166,6 +1132,11 @@ declare const _default: {
|
|
|
1166
1132
|
format: string;
|
|
1167
1133
|
type: string;
|
|
1168
1134
|
};
|
|
1135
|
+
connected_account_id: {
|
|
1136
|
+
description: string;
|
|
1137
|
+
format: string;
|
|
1138
|
+
type: string;
|
|
1139
|
+
};
|
|
1169
1140
|
created_at: {
|
|
1170
1141
|
description: string;
|
|
1171
1142
|
format: string;
|
|
@@ -9651,6 +9622,11 @@ declare const _default: {
|
|
|
9651
9622
|
format: string;
|
|
9652
9623
|
type: string;
|
|
9653
9624
|
};
|
|
9625
|
+
connected_account_id: {
|
|
9626
|
+
description: string;
|
|
9627
|
+
format: string;
|
|
9628
|
+
type: string;
|
|
9629
|
+
};
|
|
9654
9630
|
created_at: {
|
|
9655
9631
|
description: string;
|
|
9656
9632
|
format: string;
|
|
@@ -2054,28 +2054,6 @@ export default {
|
|
|
2054
2054
|
type: 'string',
|
|
2055
2055
|
},
|
|
2056
2056
|
acs_user_count: { format: 'float', type: 'number' },
|
|
2057
|
-
can_add_acs_users_to_acs_access_groups: {
|
|
2058
|
-
description: 'Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports [adding users to access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups#add-an-acs-user-to-an-access-group). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems).',
|
|
2059
|
-
type: 'boolean',
|
|
2060
|
-
},
|
|
2061
|
-
can_automate_enrollment: {
|
|
2062
|
-
description: 'Indicates whether it is possible to [launch enrollment automations](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#prepare-the-phones-for-a-user-identity-to-start-receiving-mobile-credentials-using-an-enrollment-aut) for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems).',
|
|
2063
|
-
type: 'boolean',
|
|
2064
|
-
},
|
|
2065
|
-
can_create_acs_access_groups: {
|
|
2066
|
-
description: 'Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports creating [access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems).',
|
|
2067
|
-
type: 'boolean',
|
|
2068
|
-
},
|
|
2069
|
-
can_create_user: { type: 'boolean' },
|
|
2070
|
-
can_delete_user: { type: 'boolean' },
|
|
2071
|
-
can_remove_acs_users_from_acs_access_groups: {
|
|
2072
|
-
description: 'Indicates whether the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) supports [removing users from access groups](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups#remove-an-acs-user-from-an-access-group). See also [Access Group-based Access Control Systems](https://docs.seam.co/latest/capability-guides/access-systems/understanding-access-control-system-differences#access-group-based-access-control-systems).',
|
|
2073
|
-
type: 'boolean',
|
|
2074
|
-
},
|
|
2075
|
-
can_update_user_group_membership: { type: 'boolean' },
|
|
2076
|
-
can_update_user_information: { type: 'boolean' },
|
|
2077
|
-
can_update_user_schedule: { type: 'boolean' },
|
|
2078
|
-
can_update_user_supension_state: { type: 'boolean' },
|
|
2079
2057
|
connected_account_id: {
|
|
2080
2058
|
description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the [access control system](https://docs.seam.co/latest/capability-guides/access-systems).',
|
|
2081
2059
|
format: 'uuid',
|
|
@@ -2462,6 +2440,11 @@ export default {
|
|
|
2462
2440
|
format: 'uuid',
|
|
2463
2441
|
type: 'string',
|
|
2464
2442
|
},
|
|
2443
|
+
connected_account_id: {
|
|
2444
|
+
description: '\n The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).\n ',
|
|
2445
|
+
format: 'uuid',
|
|
2446
|
+
type: 'string',
|
|
2447
|
+
},
|
|
2465
2448
|
created_at: {
|
|
2466
2449
|
description: 'Date and time at which the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) was created.',
|
|
2467
2450
|
format: 'date-time',
|
|
@@ -3010,6 +2993,7 @@ export default {
|
|
|
3010
2993
|
'warnings',
|
|
3011
2994
|
'errors',
|
|
3012
2995
|
'last_successful_sync_at',
|
|
2996
|
+
'connected_account_id',
|
|
3013
2997
|
'is_managed',
|
|
3014
2998
|
],
|
|
3015
2999
|
type: 'object',
|
|
@@ -16453,6 +16437,11 @@ export default {
|
|
|
16453
16437
|
format: 'uuid',
|
|
16454
16438
|
type: 'string',
|
|
16455
16439
|
},
|
|
16440
|
+
connected_account_id: {
|
|
16441
|
+
description: '\n The ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) that is associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).\n ',
|
|
16442
|
+
format: 'uuid',
|
|
16443
|
+
type: 'string',
|
|
16444
|
+
},
|
|
16456
16445
|
created_at: {
|
|
16457
16446
|
description: 'Date and time at which the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) was created.',
|
|
16458
16447
|
format: 'date-time',
|
|
@@ -17001,6 +16990,7 @@ export default {
|
|
|
17001
16990
|
'warnings',
|
|
17002
16991
|
'errors',
|
|
17003
16992
|
'last_successful_sync_at',
|
|
16993
|
+
'connected_account_id',
|
|
17004
16994
|
'is_managed',
|
|
17005
16995
|
],
|
|
17006
16996
|
type: 'object',
|
|
@@ -25483,6 +25473,7 @@ export default {
|
|
|
25483
25473
|
'akiles',
|
|
25484
25474
|
'ecobee',
|
|
25485
25475
|
'honeywell_resideo',
|
|
25476
|
+
'kwikset2',
|
|
25486
25477
|
'minut',
|
|
25487
25478
|
'nest',
|
|
25488
25479
|
'noiseaware',
|
|
@@ -26066,6 +26057,7 @@ export default {
|
|
|
26066
26057
|
'akiles',
|
|
26067
26058
|
'ecobee',
|
|
26068
26059
|
'honeywell_resideo',
|
|
26060
|
+
'kwikset2',
|
|
26069
26061
|
'minut',
|
|
26070
26062
|
'nest',
|
|
26071
26063
|
'noiseaware',
|
|
@@ -26973,6 +26965,7 @@ export default {
|
|
|
26973
26965
|
'dormakaba_oracode',
|
|
26974
26966
|
'tedee',
|
|
26975
26967
|
'akiles',
|
|
26968
|
+
'kwikset2',
|
|
26976
26969
|
'smartthings',
|
|
26977
26970
|
],
|
|
26978
26971
|
type: 'string',
|