@seamapi/types 1.392.1 → 1.394.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 +121 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +310 -0
- package/lib/seam/connect/models/acs/acs-users/acs-user.d.ts +72 -0
- package/lib/seam/connect/models/acs/acs-users/acs-user.js +15 -0
- package/lib/seam/connect/models/acs/acs-users/acs-user.js.map +1 -1
- package/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.js +1 -0
- package/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +71 -0
- package/lib/seam/connect/openapi.js +104 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +191 -0
- package/package.json +2 -2
- package/src/lib/seam/connect/models/acs/acs-users/acs-user.ts +18 -0
- package/src/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +112 -0
- package/src/lib/seam/connect/route-types.ts +224 -0
|
@@ -72,6 +72,20 @@ export declare const acs_users_error_map: z.ZodObject<{
|
|
|
72
72
|
created_at: string;
|
|
73
73
|
error_code: "failed_to_delete_on_acs_system";
|
|
74
74
|
}>>>;
|
|
75
|
+
latch_conflict_with_resident_user: z.ZodNullable<z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
|
|
76
|
+
created_at: z.ZodString;
|
|
77
|
+
message: z.ZodString;
|
|
78
|
+
}, {
|
|
79
|
+
error_code: z.ZodLiteral<"latch_conflict_with_resident_user">;
|
|
80
|
+
}>, "strip", z.ZodTypeAny, {
|
|
81
|
+
message: string;
|
|
82
|
+
created_at: string;
|
|
83
|
+
error_code: "latch_conflict_with_resident_user";
|
|
84
|
+
}, {
|
|
85
|
+
message: string;
|
|
86
|
+
created_at: string;
|
|
87
|
+
error_code: "latch_conflict_with_resident_user";
|
|
88
|
+
}>>>;
|
|
75
89
|
}, "strip", z.ZodTypeAny, {
|
|
76
90
|
salto_ks_subscription_limit_exceeded?: {
|
|
77
91
|
message: string;
|
|
@@ -98,6 +112,11 @@ export declare const acs_users_error_map: z.ZodObject<{
|
|
|
98
112
|
created_at: string;
|
|
99
113
|
error_code: "failed_to_delete_on_acs_system";
|
|
100
114
|
} | null | undefined;
|
|
115
|
+
latch_conflict_with_resident_user?: {
|
|
116
|
+
message: string;
|
|
117
|
+
created_at: string;
|
|
118
|
+
error_code: "latch_conflict_with_resident_user";
|
|
119
|
+
} | null | undefined;
|
|
101
120
|
}, {
|
|
102
121
|
salto_ks_subscription_limit_exceeded?: {
|
|
103
122
|
message: string;
|
|
@@ -124,6 +143,11 @@ export declare const acs_users_error_map: z.ZodObject<{
|
|
|
124
143
|
created_at: string;
|
|
125
144
|
error_code: "failed_to_delete_on_acs_system";
|
|
126
145
|
} | null | undefined;
|
|
146
|
+
latch_conflict_with_resident_user?: {
|
|
147
|
+
message: string;
|
|
148
|
+
created_at: string;
|
|
149
|
+
error_code: "latch_conflict_with_resident_user";
|
|
150
|
+
} | null | undefined;
|
|
127
151
|
}>;
|
|
128
152
|
export type AcsUsersErrorMap = z.infer<typeof acs_users_error_map>;
|
|
129
153
|
export declare const unknown_issue_with_acs_user: z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -503,6 +527,19 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
503
527
|
message: string;
|
|
504
528
|
created_at: string;
|
|
505
529
|
error_code: "failed_to_delete_on_acs_system";
|
|
530
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
531
|
+
created_at: z.ZodString;
|
|
532
|
+
message: z.ZodString;
|
|
533
|
+
}, {
|
|
534
|
+
error_code: z.ZodLiteral<"latch_conflict_with_resident_user">;
|
|
535
|
+
}>, "strip", z.ZodTypeAny, {
|
|
536
|
+
message: string;
|
|
537
|
+
created_at: string;
|
|
538
|
+
error_code: "latch_conflict_with_resident_user";
|
|
539
|
+
}, {
|
|
540
|
+
message: string;
|
|
541
|
+
created_at: string;
|
|
542
|
+
error_code: "latch_conflict_with_resident_user";
|
|
506
543
|
}>]>, "many">;
|
|
507
544
|
pending_mutations: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"mutation_code", [z.ZodObject<z.objectUtil.extendShape<{
|
|
508
545
|
created_at: z.ZodString;
|
|
@@ -717,6 +754,7 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
717
754
|
acs_access_group_id: string | null;
|
|
718
755
|
};
|
|
719
756
|
}>]>, "many">>;
|
|
757
|
+
last_successful_sync_at: z.ZodNullable<z.ZodString>;
|
|
720
758
|
}, {
|
|
721
759
|
full_name: z.ZodOptional<z.ZodString>;
|
|
722
760
|
email: z.ZodOptional<z.ZodString>;
|
|
@@ -747,6 +785,10 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
747
785
|
message: string;
|
|
748
786
|
created_at: string;
|
|
749
787
|
error_code: "failed_to_delete_on_acs_system";
|
|
788
|
+
} | {
|
|
789
|
+
message: string;
|
|
790
|
+
created_at: string;
|
|
791
|
+
error_code: "latch_conflict_with_resident_user";
|
|
750
792
|
})[];
|
|
751
793
|
warnings: ({
|
|
752
794
|
message: string;
|
|
@@ -769,6 +811,7 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
769
811
|
is_managed: true;
|
|
770
812
|
acs_system_id: string;
|
|
771
813
|
acs_user_id: string;
|
|
814
|
+
last_successful_sync_at: string | null;
|
|
772
815
|
email?: string | undefined;
|
|
773
816
|
user_identity_id?: string | undefined;
|
|
774
817
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
@@ -863,6 +906,10 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
863
906
|
message: string;
|
|
864
907
|
created_at: string;
|
|
865
908
|
error_code: "failed_to_delete_on_acs_system";
|
|
909
|
+
} | {
|
|
910
|
+
message: string;
|
|
911
|
+
created_at: string;
|
|
912
|
+
error_code: "latch_conflict_with_resident_user";
|
|
866
913
|
})[];
|
|
867
914
|
warnings: ({
|
|
868
915
|
message: string;
|
|
@@ -885,6 +932,7 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
885
932
|
is_managed: true;
|
|
886
933
|
acs_system_id: string;
|
|
887
934
|
acs_user_id: string;
|
|
935
|
+
last_successful_sync_at: string | null;
|
|
888
936
|
email?: string | undefined;
|
|
889
937
|
user_identity_id?: string | undefined;
|
|
890
938
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
@@ -1099,6 +1147,19 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
1099
1147
|
message: string;
|
|
1100
1148
|
created_at: string;
|
|
1101
1149
|
error_code: "failed_to_delete_on_acs_system";
|
|
1150
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
1151
|
+
created_at: z.ZodString;
|
|
1152
|
+
message: z.ZodString;
|
|
1153
|
+
}, {
|
|
1154
|
+
error_code: z.ZodLiteral<"latch_conflict_with_resident_user">;
|
|
1155
|
+
}>, "strip", z.ZodTypeAny, {
|
|
1156
|
+
message: string;
|
|
1157
|
+
created_at: string;
|
|
1158
|
+
error_code: "latch_conflict_with_resident_user";
|
|
1159
|
+
}, {
|
|
1160
|
+
message: string;
|
|
1161
|
+
created_at: string;
|
|
1162
|
+
error_code: "latch_conflict_with_resident_user";
|
|
1102
1163
|
}>]>, "many">;
|
|
1103
1164
|
pending_mutations: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"mutation_code", [z.ZodObject<z.objectUtil.extendShape<{
|
|
1104
1165
|
created_at: z.ZodString;
|
|
@@ -1313,6 +1374,7 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
1313
1374
|
acs_access_group_id: string | null;
|
|
1314
1375
|
};
|
|
1315
1376
|
}>]>, "many">>;
|
|
1377
|
+
last_successful_sync_at: z.ZodNullable<z.ZodString>;
|
|
1316
1378
|
}, {
|
|
1317
1379
|
full_name: z.ZodOptional<z.ZodString>;
|
|
1318
1380
|
email: z.ZodOptional<z.ZodString>;
|
|
@@ -1343,6 +1405,10 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
1343
1405
|
message: string;
|
|
1344
1406
|
created_at: string;
|
|
1345
1407
|
error_code: "failed_to_delete_on_acs_system";
|
|
1408
|
+
} | {
|
|
1409
|
+
message: string;
|
|
1410
|
+
created_at: string;
|
|
1411
|
+
error_code: "latch_conflict_with_resident_user";
|
|
1346
1412
|
})[];
|
|
1347
1413
|
warnings: ({
|
|
1348
1414
|
message: string;
|
|
@@ -1365,6 +1431,7 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
1365
1431
|
is_managed: false;
|
|
1366
1432
|
acs_system_id: string;
|
|
1367
1433
|
acs_user_id: string;
|
|
1434
|
+
last_successful_sync_at: string | null;
|
|
1368
1435
|
email?: string | undefined;
|
|
1369
1436
|
user_identity_id?: string | undefined;
|
|
1370
1437
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
@@ -1459,6 +1526,10 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
1459
1526
|
message: string;
|
|
1460
1527
|
created_at: string;
|
|
1461
1528
|
error_code: "failed_to_delete_on_acs_system";
|
|
1529
|
+
} | {
|
|
1530
|
+
message: string;
|
|
1531
|
+
created_at: string;
|
|
1532
|
+
error_code: "latch_conflict_with_resident_user";
|
|
1462
1533
|
})[];
|
|
1463
1534
|
warnings: ({
|
|
1464
1535
|
message: string;
|
|
@@ -1481,6 +1552,7 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
1481
1552
|
is_managed: false;
|
|
1482
1553
|
acs_system_id: string;
|
|
1483
1554
|
acs_user_id: string;
|
|
1555
|
+
last_successful_sync_at: string | null;
|
|
1484
1556
|
email?: string | undefined;
|
|
1485
1557
|
user_identity_id?: string | undefined;
|
|
1486
1558
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
@@ -45,6 +45,11 @@ const acs_users_failed_to_delete_on_acs_system = common_acs_user_error
|
|
|
45
45
|
error_code: z.literal('failed_to_delete_on_acs_system'),
|
|
46
46
|
})
|
|
47
47
|
.describe(`Indicates that the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) was not deleted on the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). This is likely due to an internal unexpected error. Contact Seam [support](mailto:support@seam.co).`);
|
|
48
|
+
const acs_users_latch_conflict_with_resident_user = common_acs_user_error
|
|
49
|
+
.extend({
|
|
50
|
+
error_code: z.literal('latch_conflict_with_resident_user'),
|
|
51
|
+
})
|
|
52
|
+
.describe(`Indicates that the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) was created from the Seam API but also exists on Mission Control. This is unsupported. Contact Seam [support](mailto:support@seam.co).`);
|
|
48
53
|
const acs_user_errors = z
|
|
49
54
|
.discriminatedUnion('error_code', [
|
|
50
55
|
acs_users_deleted_externally,
|
|
@@ -52,6 +57,7 @@ const acs_user_errors = z
|
|
|
52
57
|
acs_users_failed_to_create_on_acs_system,
|
|
53
58
|
acs_users_failed_to_update_on_acs_system,
|
|
54
59
|
acs_users_failed_to_delete_on_acs_system,
|
|
60
|
+
acs_users_latch_conflict_with_resident_user,
|
|
55
61
|
])
|
|
56
62
|
.describe('Errors associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).');
|
|
57
63
|
export const acs_users_error_map = z.object({
|
|
@@ -66,6 +72,9 @@ export const acs_users_error_map = z.object({
|
|
|
66
72
|
failed_to_delete_on_acs_system: acs_users_failed_to_delete_on_acs_system
|
|
67
73
|
.optional()
|
|
68
74
|
.nullable(),
|
|
75
|
+
latch_conflict_with_resident_user: acs_users_latch_conflict_with_resident_user
|
|
76
|
+
.optional()
|
|
77
|
+
.nullable(),
|
|
69
78
|
});
|
|
70
79
|
const common_acs_user_warning = z.object({
|
|
71
80
|
created_at: z
|
|
@@ -223,6 +232,12 @@ const common_acs_user = z
|
|
|
223
232
|
.array(acs_user_pending_mutations)
|
|
224
233
|
.optional()
|
|
225
234
|
.describe('Pending mutations associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). Seam is in the process of pushing these mutations to the integrated access system.'),
|
|
235
|
+
last_successful_sync_at: z.string().datetime().nullable().describe(`
|
|
236
|
+
---
|
|
237
|
+
undocumented: Only used internally.
|
|
238
|
+
---
|
|
239
|
+
The last time an internal sync job completed for this ACS user.
|
|
240
|
+
`),
|
|
226
241
|
})
|
|
227
242
|
.merge(user_fields);
|
|
228
243
|
export const acs_user = common_acs_user.merge(z.object({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"acs-user.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/models/acs/acs-users/acs-user.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AACpD,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAA;AAC5C,OAAO,EAAE,0BAA0B,EAAE,MAAM,wBAAwB,CAAA;AAEnE,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,CAAC,IAAI,CAAC;IAC3C,UAAU;IACV,YAAY;IACZ,6BAA6B;IAC7B,iBAAiB;IACjB,YAAY;IACZ,0BAA0B;IAC1B,kBAAkB;CACnB,CAAC,CAAA;AAIF,MAAM,qBAAqB,GAAG,CAAC,CAAC,MAAM,CAAC;IACrC,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,gDAAgD,CAAC;IAC7D,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,QAAQ,CACP,wGAAwG,CACzG;CACJ,CAAC,CAAA;AAEF,MAAM,4BAA4B,GAAG,qBAAqB;KACvD,MAAM,CAAC;IACN,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,oBAAoB,CAAC;CAC5C,CAAC;KACD,QAAQ,CACP,yOAAyO,CAC1O,CAAA;AAEH,MAAM,8CAA8C,GAAG,qBAAqB;KACzE,MAAM,CAAC;IACN,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,sCAAsC,CAAC;CAC9D,CAAC;KACD,QAAQ,CACP,mMAAmM,CACpM,CAAA;AAEH,MAAM,wCAAwC,GAAG,qBAAqB;KACnE,MAAM,CAAC;IACN,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,gCAAgC,CAAC;CACxD,CAAC;KACD,QAAQ,CACP,+TAA+T,CAChU,CAAA;AAEH,MAAM,wCAAwC,GAAG,qBAAqB;KACnE,MAAM,CAAC;IACN,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,gCAAgC,CAAC;CACxD,CAAC;KACD,QAAQ,CACP,+TAA+T,CAChU,CAAA;AAEH,MAAM,wCAAwC,GAAG,qBAAqB;KACnE,MAAM,CAAC;IACN,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,gCAAgC,CAAC;CACxD,CAAC;KACD,QAAQ,CACP,+TAA+T,CAChU,CAAA;AAEH,MAAM,eAAe,GAAG,CAAC;KACtB,kBAAkB,CAAC,YAAY,EAAE;IAChC,4BAA4B;IAC5B,8CAA8C;IAC9C,wCAAwC;IACxC,wCAAwC;IACxC,wCAAwC;
|
|
1
|
+
{"version":3,"file":"acs-user.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/models/acs/acs-users/acs-user.ts"],"names":[],"mappings":"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"}
|
|
@@ -7,6 +7,7 @@ export const acs_entrance_assa_abloy_vostio_metadata = z.object({
|
|
|
7
7
|
pms_id: z.string().optional(),
|
|
8
8
|
});
|
|
9
9
|
export const acs_credential_vostio_metadata = z.object({
|
|
10
|
+
// auto_join does not exist in the Vostio API and is an abstraction made by Seam
|
|
10
11
|
auto_join: z.boolean().optional(),
|
|
11
12
|
override_guest_acs_entrance_ids: z.string().array().optional(),
|
|
12
13
|
key_id: z.string().optional(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"assa-abloy-vostio.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,uCAAuC,GAAG,CAAC,CAAC,MAAM,CAAC;IAC9D,SAAS,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,YAAY,EAAE,cAAc,EAAE,WAAW,EAAE,UAAU,CAAC,CAAC;IAC1E,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAClC,UAAU,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAClC,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC9B,CAAC,CAAA;AAMF,MAAM,CAAC,MAAM,8BAA8B,GAAG,CAAC,CAAC,MAAM,CAAC;IACrD,SAAS,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IACjC,+BAA+B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IAC9D,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,sBAAsB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7C,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IACzC,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACnC,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"assa-abloy-vostio.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,uCAAuC,GAAG,CAAC,CAAC,MAAM,CAAC;IAC9D,SAAS,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,YAAY,EAAE,cAAc,EAAE,WAAW,EAAE,UAAU,CAAC,CAAC;IAC1E,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAClC,UAAU,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAClC,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC9B,CAAC,CAAA;AAMF,MAAM,CAAC,MAAM,8BAA8B,GAAG,CAAC,CAAC,MAAM,CAAC;IACrD,gFAAgF;IAChF,SAAS,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IACjC,+BAA+B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IAC9D,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,sBAAsB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7C,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;IACzC,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACnC,CAAC,CAAA"}
|
|
@@ -1239,6 +1239,13 @@ declare const _default: {
|
|
|
1239
1239
|
description: string;
|
|
1240
1240
|
type: string;
|
|
1241
1241
|
};
|
|
1242
|
+
last_successful_sync_at: {
|
|
1243
|
+
description: string;
|
|
1244
|
+
format: string;
|
|
1245
|
+
nullable: boolean;
|
|
1246
|
+
type: string;
|
|
1247
|
+
'x-undocumented': string;
|
|
1248
|
+
};
|
|
1242
1249
|
pending_mutations: {
|
|
1243
1250
|
description: string;
|
|
1244
1251
|
items: {
|
|
@@ -9165,6 +9172,13 @@ declare const _default: {
|
|
|
9165
9172
|
description: string;
|
|
9166
9173
|
type: string;
|
|
9167
9174
|
};
|
|
9175
|
+
last_successful_sync_at: {
|
|
9176
|
+
description: string;
|
|
9177
|
+
format: string;
|
|
9178
|
+
nullable: boolean;
|
|
9179
|
+
type: string;
|
|
9180
|
+
'x-undocumented': string;
|
|
9181
|
+
};
|
|
9168
9182
|
pending_mutations: {
|
|
9169
9183
|
description: string;
|
|
9170
9184
|
items: {
|
|
@@ -23145,6 +23159,63 @@ declare const _default: {
|
|
|
23145
23159
|
'x-undocumented': string;
|
|
23146
23160
|
};
|
|
23147
23161
|
};
|
|
23162
|
+
'/seam/mobile_sdk/v1/acs/credentials/list': {
|
|
23163
|
+
post: {
|
|
23164
|
+
description: string;
|
|
23165
|
+
operationId: string;
|
|
23166
|
+
requestBody: {
|
|
23167
|
+
content: {
|
|
23168
|
+
'application/json': {
|
|
23169
|
+
schema: {
|
|
23170
|
+
properties: {};
|
|
23171
|
+
type: string;
|
|
23172
|
+
};
|
|
23173
|
+
};
|
|
23174
|
+
};
|
|
23175
|
+
};
|
|
23176
|
+
responses: {
|
|
23177
|
+
200: {
|
|
23178
|
+
content: {
|
|
23179
|
+
'application/json': {
|
|
23180
|
+
schema: {
|
|
23181
|
+
properties: {
|
|
23182
|
+
acs_credentials: {
|
|
23183
|
+
items: {
|
|
23184
|
+
$ref: string;
|
|
23185
|
+
};
|
|
23186
|
+
type: string;
|
|
23187
|
+
};
|
|
23188
|
+
ok: {
|
|
23189
|
+
type: string;
|
|
23190
|
+
};
|
|
23191
|
+
};
|
|
23192
|
+
required: string[];
|
|
23193
|
+
type: string;
|
|
23194
|
+
};
|
|
23195
|
+
};
|
|
23196
|
+
};
|
|
23197
|
+
description: string;
|
|
23198
|
+
};
|
|
23199
|
+
400: {
|
|
23200
|
+
description: string;
|
|
23201
|
+
};
|
|
23202
|
+
401: {
|
|
23203
|
+
description: string;
|
|
23204
|
+
};
|
|
23205
|
+
};
|
|
23206
|
+
security: {
|
|
23207
|
+
client_session: never[];
|
|
23208
|
+
}[];
|
|
23209
|
+
summary: string;
|
|
23210
|
+
tags: string[];
|
|
23211
|
+
'x-fern-sdk-group-name': string[];
|
|
23212
|
+
'x-fern-sdk-method-name': string;
|
|
23213
|
+
'x-fern-sdk-return-value': string;
|
|
23214
|
+
'x-response-key': string;
|
|
23215
|
+
'x-title': string;
|
|
23216
|
+
'x-undocumented': string;
|
|
23217
|
+
};
|
|
23218
|
+
};
|
|
23148
23219
|
'/thermostats/activate_climate_preset': {
|
|
23149
23220
|
post: {
|
|
23150
23221
|
description: string;
|
|
@@ -2544,6 +2544,26 @@ export default {
|
|
|
2544
2544
|
required: ['created_at', 'message', 'error_code'],
|
|
2545
2545
|
type: 'object',
|
|
2546
2546
|
},
|
|
2547
|
+
{
|
|
2548
|
+
description: 'Indicates that the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) was created from the Seam API but also exists on Mission Control. This is unsupported. Contact Seam [support](mailto:support@seam.co).',
|
|
2549
|
+
properties: {
|
|
2550
|
+
created_at: {
|
|
2551
|
+
description: 'Date and time at which Seam created the error.',
|
|
2552
|
+
format: 'date-time',
|
|
2553
|
+
type: 'string',
|
|
2554
|
+
},
|
|
2555
|
+
error_code: {
|
|
2556
|
+
enum: ['latch_conflict_with_resident_user'],
|
|
2557
|
+
type: 'string',
|
|
2558
|
+
},
|
|
2559
|
+
message: {
|
|
2560
|
+
description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
2561
|
+
type: 'string',
|
|
2562
|
+
},
|
|
2563
|
+
},
|
|
2564
|
+
required: ['created_at', 'message', 'error_code'],
|
|
2565
|
+
type: 'object',
|
|
2566
|
+
},
|
|
2547
2567
|
],
|
|
2548
2568
|
},
|
|
2549
2569
|
type: 'array',
|
|
@@ -2576,6 +2596,13 @@ export default {
|
|
|
2576
2596
|
description: 'Indicates whether the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) is currently [suspended](https://docs.seam.co/latest/capability-guides/access-systems/user-management/suspending-and-unsuspending-users).',
|
|
2577
2597
|
type: 'boolean',
|
|
2578
2598
|
},
|
|
2599
|
+
last_successful_sync_at: {
|
|
2600
|
+
description: 'The last time an internal sync job completed for this ACS user.',
|
|
2601
|
+
format: 'date-time',
|
|
2602
|
+
nullable: true,
|
|
2603
|
+
type: 'string',
|
|
2604
|
+
'x-undocumented': 'Only used internally.',
|
|
2605
|
+
},
|
|
2579
2606
|
pending_mutations: {
|
|
2580
2607
|
description: 'Pending mutations associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). Seam is in the process of pushing these mutations to the integrated access system.',
|
|
2581
2608
|
items: {
|
|
@@ -2938,6 +2965,7 @@ export default {
|
|
|
2938
2965
|
'display_name',
|
|
2939
2966
|
'warnings',
|
|
2940
2967
|
'errors',
|
|
2968
|
+
'last_successful_sync_at',
|
|
2941
2969
|
'is_managed',
|
|
2942
2970
|
],
|
|
2943
2971
|
type: 'object',
|
|
@@ -15702,6 +15730,26 @@ export default {
|
|
|
15702
15730
|
required: ['created_at', 'message', 'error_code'],
|
|
15703
15731
|
type: 'object',
|
|
15704
15732
|
},
|
|
15733
|
+
{
|
|
15734
|
+
description: 'Indicates that the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) was created from the Seam API but also exists on Mission Control. This is unsupported. Contact Seam [support](mailto:support@seam.co).',
|
|
15735
|
+
properties: {
|
|
15736
|
+
created_at: {
|
|
15737
|
+
description: 'Date and time at which Seam created the error.',
|
|
15738
|
+
format: 'date-time',
|
|
15739
|
+
type: 'string',
|
|
15740
|
+
},
|
|
15741
|
+
error_code: {
|
|
15742
|
+
enum: ['latch_conflict_with_resident_user'],
|
|
15743
|
+
type: 'string',
|
|
15744
|
+
},
|
|
15745
|
+
message: {
|
|
15746
|
+
description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
15747
|
+
type: 'string',
|
|
15748
|
+
},
|
|
15749
|
+
},
|
|
15750
|
+
required: ['created_at', 'message', 'error_code'],
|
|
15751
|
+
type: 'object',
|
|
15752
|
+
},
|
|
15705
15753
|
],
|
|
15706
15754
|
},
|
|
15707
15755
|
type: 'array',
|
|
@@ -15734,6 +15782,13 @@ export default {
|
|
|
15734
15782
|
description: 'Indicates whether the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) is currently [suspended](https://docs.seam.co/latest/capability-guides/access-systems/user-management/suspending-and-unsuspending-users).',
|
|
15735
15783
|
type: 'boolean',
|
|
15736
15784
|
},
|
|
15785
|
+
last_successful_sync_at: {
|
|
15786
|
+
description: 'The last time an internal sync job completed for this ACS user.',
|
|
15787
|
+
format: 'date-time',
|
|
15788
|
+
nullable: true,
|
|
15789
|
+
type: 'string',
|
|
15790
|
+
'x-undocumented': 'Only used internally.',
|
|
15791
|
+
},
|
|
15737
15792
|
pending_mutations: {
|
|
15738
15793
|
description: 'Pending mutations associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). Seam is in the process of pushing these mutations to the integrated access system.',
|
|
15739
15794
|
items: {
|
|
@@ -16096,6 +16151,7 @@ export default {
|
|
|
16096
16151
|
'display_name',
|
|
16097
16152
|
'warnings',
|
|
16098
16153
|
'errors',
|
|
16154
|
+
'last_successful_sync_at',
|
|
16099
16155
|
'is_managed',
|
|
16100
16156
|
],
|
|
16101
16157
|
type: 'object',
|
|
@@ -27805,6 +27861,54 @@ export default {
|
|
|
27805
27861
|
'x-undocumented': 'Seam Instant Key only.',
|
|
27806
27862
|
},
|
|
27807
27863
|
},
|
|
27864
|
+
'/seam/mobile_sdk/v1/acs/credentials/list': {
|
|
27865
|
+
post: {
|
|
27866
|
+
description: 'Returns a list of all ACS credentials.',
|
|
27867
|
+
operationId: 'seamMobileSdkV1AcsCredentialsListPost',
|
|
27868
|
+
requestBody: {
|
|
27869
|
+
content: {
|
|
27870
|
+
'application/json': { schema: { properties: {}, type: 'object' } },
|
|
27871
|
+
},
|
|
27872
|
+
},
|
|
27873
|
+
responses: {
|
|
27874
|
+
200: {
|
|
27875
|
+
content: {
|
|
27876
|
+
'application/json': {
|
|
27877
|
+
schema: {
|
|
27878
|
+
properties: {
|
|
27879
|
+
acs_credentials: {
|
|
27880
|
+
items: { $ref: '#/components/schemas/acs_credential' },
|
|
27881
|
+
type: 'array',
|
|
27882
|
+
},
|
|
27883
|
+
ok: { type: 'boolean' },
|
|
27884
|
+
},
|
|
27885
|
+
required: ['acs_credentials', 'ok'],
|
|
27886
|
+
type: 'object',
|
|
27887
|
+
},
|
|
27888
|
+
},
|
|
27889
|
+
},
|
|
27890
|
+
description: 'OK',
|
|
27891
|
+
},
|
|
27892
|
+
400: { description: 'Bad Request' },
|
|
27893
|
+
401: { description: 'Unauthorized' },
|
|
27894
|
+
},
|
|
27895
|
+
security: [{ client_session: [] }],
|
|
27896
|
+
summary: '/seam/mobile_sdk/v1/acs/credentials/list',
|
|
27897
|
+
tags: ['/acs'],
|
|
27898
|
+
'x-fern-sdk-group-name': [
|
|
27899
|
+
'seam',
|
|
27900
|
+
'mobile_sdk',
|
|
27901
|
+
'v1',
|
|
27902
|
+
'acs',
|
|
27903
|
+
'credentials',
|
|
27904
|
+
],
|
|
27905
|
+
'x-fern-sdk-method-name': 'list',
|
|
27906
|
+
'x-fern-sdk-return-value': 'acs_credentials',
|
|
27907
|
+
'x-response-key': 'acs_credentials',
|
|
27908
|
+
'x-title': 'List Credentials',
|
|
27909
|
+
'x-undocumented': 'Mobile SDK only.',
|
|
27910
|
+
},
|
|
27911
|
+
},
|
|
27808
27912
|
'/thermostats/activate_climate_preset': {
|
|
27809
27913
|
post: {
|
|
27810
27914
|
description: 'Activates a specified [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) for a specified [thermostat](https://docs.seam.co/latest/capability-guides/thermostats).',
|