@seamapi/types 1.792.0 → 1.794.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 +337 -40
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1351 -90
- package/dist/index.cjs +337 -40
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +236 -0
- package/lib/seam/connect/models/access-codes/managed-access-code.js +4 -0
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
- package/lib/seam/connect/models/access-codes/pending-mutations.d.ts +48 -0
- package/lib/seam/connect/models/access-codes/pending-mutations.js +20 -3
- package/lib/seam/connect/models/access-codes/pending-mutations.js.map +1 -1
- package/lib/seam/connect/models/access-grants/access-grant.d.ts +46 -46
- package/lib/seam/connect/models/access-grants/access-method.d.ts +4 -4
- package/lib/seam/connect/models/acs/acs-users/acs-user.d.ts +4 -4
- package/lib/seam/connect/models/batch.d.ts +378 -60
- package/lib/seam/connect/openapi.d.ts +210 -0
- package/lib/seam/connect/openapi.js +223 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +497 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +6 -0
- package/src/lib/seam/connect/models/access-codes/pending-mutations.ts +21 -3
- package/src/lib/seam/connect/openapi.ts +240 -2
- package/src/lib/seam/connect/route-types.ts +539 -0
|
@@ -6214,7 +6214,6 @@ export declare const batch: z.ZodObject<{
|
|
|
6214
6214
|
acs_system_id: string;
|
|
6215
6215
|
last_successful_sync_at: string | null;
|
|
6216
6216
|
email?: string | undefined;
|
|
6217
|
-
user_identity_id?: string | undefined;
|
|
6218
6217
|
pending_mutations?: ({
|
|
6219
6218
|
message: string;
|
|
6220
6219
|
created_at: string;
|
|
@@ -6281,6 +6280,7 @@ export declare const batch: z.ZodObject<{
|
|
|
6281
6280
|
variant: "removing" | "adding";
|
|
6282
6281
|
acs_access_group_id: string;
|
|
6283
6282
|
})[] | undefined;
|
|
6283
|
+
user_identity_id?: string | undefined;
|
|
6284
6284
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
6285
6285
|
external_type_display_name?: string | undefined;
|
|
6286
6286
|
access_schedule?: {
|
|
@@ -6351,7 +6351,6 @@ export declare const batch: z.ZodObject<{
|
|
|
6351
6351
|
acs_system_id: string;
|
|
6352
6352
|
last_successful_sync_at: string | null;
|
|
6353
6353
|
email?: string | undefined;
|
|
6354
|
-
user_identity_id?: string | undefined;
|
|
6355
6354
|
pending_mutations?: ({
|
|
6356
6355
|
message: string;
|
|
6357
6356
|
created_at: string;
|
|
@@ -6418,6 +6417,7 @@ export declare const batch: z.ZodObject<{
|
|
|
6418
6417
|
variant: "removing" | "adding";
|
|
6419
6418
|
acs_access_group_id: string;
|
|
6420
6419
|
})[] | undefined;
|
|
6420
|
+
user_identity_id?: string | undefined;
|
|
6421
6421
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
6422
6422
|
external_type_display_name?: string | undefined;
|
|
6423
6423
|
access_schedule?: {
|
|
@@ -12096,7 +12096,6 @@ export declare const batch: z.ZodObject<{
|
|
|
12096
12096
|
acs_system_id: string;
|
|
12097
12097
|
last_successful_sync_at: string | null;
|
|
12098
12098
|
email?: string | undefined;
|
|
12099
|
-
user_identity_id?: string | undefined;
|
|
12100
12099
|
pending_mutations?: ({
|
|
12101
12100
|
message: string;
|
|
12102
12101
|
created_at: string;
|
|
@@ -12163,6 +12162,7 @@ export declare const batch: z.ZodObject<{
|
|
|
12163
12162
|
variant: "removing" | "adding";
|
|
12164
12163
|
acs_access_group_id: string;
|
|
12165
12164
|
})[] | undefined;
|
|
12165
|
+
user_identity_id?: string | undefined;
|
|
12166
12166
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
12167
12167
|
external_type_display_name?: string | undefined;
|
|
12168
12168
|
access_schedule?: {
|
|
@@ -12233,7 +12233,6 @@ export declare const batch: z.ZodObject<{
|
|
|
12233
12233
|
acs_system_id: string;
|
|
12234
12234
|
last_successful_sync_at: string | null;
|
|
12235
12235
|
email?: string | undefined;
|
|
12236
|
-
user_identity_id?: string | undefined;
|
|
12237
12236
|
pending_mutations?: ({
|
|
12238
12237
|
message: string;
|
|
12239
12238
|
created_at: string;
|
|
@@ -12300,6 +12299,7 @@ export declare const batch: z.ZodObject<{
|
|
|
12300
12299
|
variant: "removing" | "adding";
|
|
12301
12300
|
acs_access_group_id: string;
|
|
12302
12301
|
})[] | undefined;
|
|
12302
|
+
user_identity_id?: string | undefined;
|
|
12303
12303
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
12304
12304
|
external_type_display_name?: string | undefined;
|
|
12305
12305
|
access_schedule?: {
|
|
@@ -16809,7 +16809,6 @@ export declare const batch: z.ZodObject<{
|
|
|
16809
16809
|
warning_code: "pulled_backup_access_code";
|
|
16810
16810
|
original_access_method_id?: string | undefined;
|
|
16811
16811
|
})[];
|
|
16812
|
-
mode: "code" | "card" | "mobile_key" | "cloud_key";
|
|
16813
16812
|
pending_mutations: ({
|
|
16814
16813
|
message: string;
|
|
16815
16814
|
created_at: string;
|
|
@@ -16843,6 +16842,7 @@ export declare const batch: z.ZodObject<{
|
|
|
16843
16842
|
ends_at: string | null;
|
|
16844
16843
|
};
|
|
16845
16844
|
})[];
|
|
16845
|
+
mode: "code" | "card" | "mobile_key" | "cloud_key";
|
|
16846
16846
|
access_method_id: string;
|
|
16847
16847
|
issued_at: string | null;
|
|
16848
16848
|
is_issued: boolean;
|
|
@@ -16870,7 +16870,6 @@ export declare const batch: z.ZodObject<{
|
|
|
16870
16870
|
warning_code: "pulled_backup_access_code";
|
|
16871
16871
|
original_access_method_id?: string | undefined;
|
|
16872
16872
|
})[];
|
|
16873
|
-
mode: "code" | "card" | "mobile_key" | "cloud_key";
|
|
16874
16873
|
pending_mutations: ({
|
|
16875
16874
|
message: string;
|
|
16876
16875
|
created_at: string;
|
|
@@ -16904,6 +16903,7 @@ export declare const batch: z.ZodObject<{
|
|
|
16904
16903
|
ends_at: string | null;
|
|
16905
16904
|
};
|
|
16906
16905
|
})[];
|
|
16906
|
+
mode: "code" | "card" | "mobile_key" | "cloud_key";
|
|
16907
16907
|
access_method_id: string;
|
|
16908
16908
|
issued_at: string | null;
|
|
16909
16909
|
is_issued: boolean;
|
|
@@ -17201,18 +17201,6 @@ export declare const batch: z.ZodObject<{
|
|
|
17201
17201
|
warning_code: "device_does_not_support_access_codes";
|
|
17202
17202
|
})[];
|
|
17203
17203
|
space_ids: string[];
|
|
17204
|
-
access_method_ids: string[];
|
|
17205
|
-
access_grant_id: string;
|
|
17206
|
-
user_identity_id: string;
|
|
17207
|
-
location_ids: string[];
|
|
17208
|
-
requested_access_methods: {
|
|
17209
|
-
display_name: string;
|
|
17210
|
-
created_at: string;
|
|
17211
|
-
mode: "code" | "card" | "mobile_key" | "cloud_key";
|
|
17212
|
-
created_access_method_ids: string[];
|
|
17213
|
-
code?: string | undefined;
|
|
17214
|
-
instant_key_max_use_count?: number | undefined;
|
|
17215
|
-
}[];
|
|
17216
17204
|
pending_mutations: ({
|
|
17217
17205
|
message: string;
|
|
17218
17206
|
created_at: string;
|
|
@@ -17238,6 +17226,18 @@ export declare const batch: z.ZodObject<{
|
|
|
17238
17226
|
};
|
|
17239
17227
|
access_method_ids: string[];
|
|
17240
17228
|
})[];
|
|
17229
|
+
access_method_ids: string[];
|
|
17230
|
+
access_grant_id: string;
|
|
17231
|
+
user_identity_id: string;
|
|
17232
|
+
location_ids: string[];
|
|
17233
|
+
requested_access_methods: {
|
|
17234
|
+
display_name: string;
|
|
17235
|
+
created_at: string;
|
|
17236
|
+
mode: "code" | "card" | "mobile_key" | "cloud_key";
|
|
17237
|
+
created_access_method_ids: string[];
|
|
17238
|
+
code?: string | undefined;
|
|
17239
|
+
instant_key_max_use_count?: number | undefined;
|
|
17240
|
+
}[];
|
|
17241
17241
|
access_grant_key?: string | undefined;
|
|
17242
17242
|
reservation_key?: string | undefined;
|
|
17243
17243
|
client_session_token?: string | undefined;
|
|
@@ -17286,18 +17286,6 @@ export declare const batch: z.ZodObject<{
|
|
|
17286
17286
|
warning_code: "device_does_not_support_access_codes";
|
|
17287
17287
|
})[];
|
|
17288
17288
|
space_ids: string[];
|
|
17289
|
-
access_method_ids: string[];
|
|
17290
|
-
access_grant_id: string;
|
|
17291
|
-
user_identity_id: string;
|
|
17292
|
-
location_ids: string[];
|
|
17293
|
-
requested_access_methods: {
|
|
17294
|
-
display_name: string;
|
|
17295
|
-
created_at: string;
|
|
17296
|
-
mode: "code" | "card" | "mobile_key" | "cloud_key";
|
|
17297
|
-
created_access_method_ids: string[];
|
|
17298
|
-
code?: string | undefined;
|
|
17299
|
-
instant_key_max_use_count?: number | undefined;
|
|
17300
|
-
}[];
|
|
17301
17289
|
pending_mutations: ({
|
|
17302
17290
|
message: string;
|
|
17303
17291
|
created_at: string;
|
|
@@ -17323,6 +17311,18 @@ export declare const batch: z.ZodObject<{
|
|
|
17323
17311
|
};
|
|
17324
17312
|
access_method_ids: string[];
|
|
17325
17313
|
})[];
|
|
17314
|
+
access_method_ids: string[];
|
|
17315
|
+
access_grant_id: string;
|
|
17316
|
+
user_identity_id: string;
|
|
17317
|
+
location_ids: string[];
|
|
17318
|
+
requested_access_methods: {
|
|
17319
|
+
display_name: string;
|
|
17320
|
+
created_at: string;
|
|
17321
|
+
mode: "code" | "card" | "mobile_key" | "cloud_key";
|
|
17322
|
+
created_access_method_ids: string[];
|
|
17323
|
+
code?: string | undefined;
|
|
17324
|
+
instant_key_max_use_count?: number | undefined;
|
|
17325
|
+
}[];
|
|
17326
17326
|
access_grant_key?: string | undefined;
|
|
17327
17327
|
reservation_key?: string | undefined;
|
|
17328
17328
|
client_session_token?: string | undefined;
|
|
@@ -23192,6 +23192,160 @@ export declare const batch: z.ZodObject<{
|
|
|
23192
23192
|
is_early_checkin_able?: boolean | undefined;
|
|
23193
23193
|
is_overridable?: boolean | undefined;
|
|
23194
23194
|
}>>>;
|
|
23195
|
+
pending_mutations: z.ZodArray<z.ZodDiscriminatedUnion<"mutation_code", [z.ZodObject<{
|
|
23196
|
+
created_at: z.ZodString;
|
|
23197
|
+
message: z.ZodString;
|
|
23198
|
+
} & {
|
|
23199
|
+
mutation_code: z.ZodLiteral<"creating">;
|
|
23200
|
+
}, "strip", z.ZodTypeAny, {
|
|
23201
|
+
message: string;
|
|
23202
|
+
created_at: string;
|
|
23203
|
+
mutation_code: "creating";
|
|
23204
|
+
}, {
|
|
23205
|
+
message: string;
|
|
23206
|
+
created_at: string;
|
|
23207
|
+
mutation_code: "creating";
|
|
23208
|
+
}>, z.ZodObject<{
|
|
23209
|
+
created_at: z.ZodString;
|
|
23210
|
+
message: z.ZodString;
|
|
23211
|
+
} & {
|
|
23212
|
+
mutation_code: z.ZodLiteral<"deleting">;
|
|
23213
|
+
}, "strip", z.ZodTypeAny, {
|
|
23214
|
+
message: string;
|
|
23215
|
+
created_at: string;
|
|
23216
|
+
mutation_code: "deleting";
|
|
23217
|
+
}, {
|
|
23218
|
+
message: string;
|
|
23219
|
+
created_at: string;
|
|
23220
|
+
mutation_code: "deleting";
|
|
23221
|
+
}>, z.ZodObject<{
|
|
23222
|
+
created_at: z.ZodString;
|
|
23223
|
+
message: z.ZodString;
|
|
23224
|
+
} & {
|
|
23225
|
+
mutation_code: z.ZodLiteral<"updating_code">;
|
|
23226
|
+
from: z.ZodObject<{
|
|
23227
|
+
code: z.ZodNullable<z.ZodString>;
|
|
23228
|
+
}, "strip", z.ZodTypeAny, {
|
|
23229
|
+
code: string | null;
|
|
23230
|
+
}, {
|
|
23231
|
+
code: string | null;
|
|
23232
|
+
}>;
|
|
23233
|
+
to: z.ZodObject<{
|
|
23234
|
+
code: z.ZodNullable<z.ZodString>;
|
|
23235
|
+
}, "strip", z.ZodTypeAny, {
|
|
23236
|
+
code: string | null;
|
|
23237
|
+
}, {
|
|
23238
|
+
code: string | null;
|
|
23239
|
+
}>;
|
|
23240
|
+
}, "strip", z.ZodTypeAny, {
|
|
23241
|
+
message: string;
|
|
23242
|
+
created_at: string;
|
|
23243
|
+
mutation_code: "updating_code";
|
|
23244
|
+
from: {
|
|
23245
|
+
code: string | null;
|
|
23246
|
+
};
|
|
23247
|
+
to: {
|
|
23248
|
+
code: string | null;
|
|
23249
|
+
};
|
|
23250
|
+
}, {
|
|
23251
|
+
message: string;
|
|
23252
|
+
created_at: string;
|
|
23253
|
+
mutation_code: "updating_code";
|
|
23254
|
+
from: {
|
|
23255
|
+
code: string | null;
|
|
23256
|
+
};
|
|
23257
|
+
to: {
|
|
23258
|
+
code: string | null;
|
|
23259
|
+
};
|
|
23260
|
+
}>, z.ZodObject<{
|
|
23261
|
+
created_at: z.ZodString;
|
|
23262
|
+
message: z.ZodString;
|
|
23263
|
+
} & {
|
|
23264
|
+
mutation_code: z.ZodLiteral<"updating_name">;
|
|
23265
|
+
from: z.ZodObject<{
|
|
23266
|
+
name: z.ZodNullable<z.ZodString>;
|
|
23267
|
+
}, "strip", z.ZodTypeAny, {
|
|
23268
|
+
name: string | null;
|
|
23269
|
+
}, {
|
|
23270
|
+
name: string | null;
|
|
23271
|
+
}>;
|
|
23272
|
+
to: z.ZodObject<{
|
|
23273
|
+
name: z.ZodNullable<z.ZodString>;
|
|
23274
|
+
}, "strip", z.ZodTypeAny, {
|
|
23275
|
+
name: string | null;
|
|
23276
|
+
}, {
|
|
23277
|
+
name: string | null;
|
|
23278
|
+
}>;
|
|
23279
|
+
}, "strip", z.ZodTypeAny, {
|
|
23280
|
+
message: string;
|
|
23281
|
+
created_at: string;
|
|
23282
|
+
mutation_code: "updating_name";
|
|
23283
|
+
from: {
|
|
23284
|
+
name: string | null;
|
|
23285
|
+
};
|
|
23286
|
+
to: {
|
|
23287
|
+
name: string | null;
|
|
23288
|
+
};
|
|
23289
|
+
}, {
|
|
23290
|
+
message: string;
|
|
23291
|
+
created_at: string;
|
|
23292
|
+
mutation_code: "updating_name";
|
|
23293
|
+
from: {
|
|
23294
|
+
name: string | null;
|
|
23295
|
+
};
|
|
23296
|
+
to: {
|
|
23297
|
+
name: string | null;
|
|
23298
|
+
};
|
|
23299
|
+
}>, z.ZodObject<{
|
|
23300
|
+
created_at: z.ZodString;
|
|
23301
|
+
message: z.ZodString;
|
|
23302
|
+
} & {
|
|
23303
|
+
mutation_code: z.ZodLiteral<"updating_time_frame">;
|
|
23304
|
+
from: z.ZodObject<{
|
|
23305
|
+
starts_at: z.ZodNullable<z.ZodString>;
|
|
23306
|
+
ends_at: z.ZodNullable<z.ZodString>;
|
|
23307
|
+
}, "strip", z.ZodTypeAny, {
|
|
23308
|
+
starts_at: string | null;
|
|
23309
|
+
ends_at: string | null;
|
|
23310
|
+
}, {
|
|
23311
|
+
starts_at: string | null;
|
|
23312
|
+
ends_at: string | null;
|
|
23313
|
+
}>;
|
|
23314
|
+
to: z.ZodObject<{
|
|
23315
|
+
starts_at: z.ZodNullable<z.ZodString>;
|
|
23316
|
+
ends_at: z.ZodNullable<z.ZodString>;
|
|
23317
|
+
}, "strip", z.ZodTypeAny, {
|
|
23318
|
+
starts_at: string | null;
|
|
23319
|
+
ends_at: string | null;
|
|
23320
|
+
}, {
|
|
23321
|
+
starts_at: string | null;
|
|
23322
|
+
ends_at: string | null;
|
|
23323
|
+
}>;
|
|
23324
|
+
}, "strip", z.ZodTypeAny, {
|
|
23325
|
+
message: string;
|
|
23326
|
+
created_at: string;
|
|
23327
|
+
mutation_code: "updating_time_frame";
|
|
23328
|
+
from: {
|
|
23329
|
+
starts_at: string | null;
|
|
23330
|
+
ends_at: string | null;
|
|
23331
|
+
};
|
|
23332
|
+
to: {
|
|
23333
|
+
starts_at: string | null;
|
|
23334
|
+
ends_at: string | null;
|
|
23335
|
+
};
|
|
23336
|
+
}, {
|
|
23337
|
+
message: string;
|
|
23338
|
+
created_at: string;
|
|
23339
|
+
mutation_code: "updating_time_frame";
|
|
23340
|
+
from: {
|
|
23341
|
+
starts_at: string | null;
|
|
23342
|
+
ends_at: string | null;
|
|
23343
|
+
};
|
|
23344
|
+
to: {
|
|
23345
|
+
starts_at: string | null;
|
|
23346
|
+
ends_at: string | null;
|
|
23347
|
+
};
|
|
23348
|
+
}>]>, "many">;
|
|
23195
23349
|
}, "strip", z.ZodTypeAny, {
|
|
23196
23350
|
code: string | null;
|
|
23197
23351
|
type: "time_bound" | "ongoing";
|
|
@@ -23477,6 +23631,47 @@ export declare const batch: z.ZodObject<{
|
|
|
23477
23631
|
is_external_modification_allowed: boolean;
|
|
23478
23632
|
is_one_time_use: boolean;
|
|
23479
23633
|
is_offline_access_code: boolean;
|
|
23634
|
+
pending_mutations: ({
|
|
23635
|
+
message: string;
|
|
23636
|
+
created_at: string;
|
|
23637
|
+
mutation_code: "creating";
|
|
23638
|
+
} | {
|
|
23639
|
+
message: string;
|
|
23640
|
+
created_at: string;
|
|
23641
|
+
mutation_code: "deleting";
|
|
23642
|
+
} | {
|
|
23643
|
+
message: string;
|
|
23644
|
+
created_at: string;
|
|
23645
|
+
mutation_code: "updating_code";
|
|
23646
|
+
from: {
|
|
23647
|
+
code: string | null;
|
|
23648
|
+
};
|
|
23649
|
+
to: {
|
|
23650
|
+
code: string | null;
|
|
23651
|
+
};
|
|
23652
|
+
} | {
|
|
23653
|
+
message: string;
|
|
23654
|
+
created_at: string;
|
|
23655
|
+
mutation_code: "updating_name";
|
|
23656
|
+
from: {
|
|
23657
|
+
name: string | null;
|
|
23658
|
+
};
|
|
23659
|
+
to: {
|
|
23660
|
+
name: string | null;
|
|
23661
|
+
};
|
|
23662
|
+
} | {
|
|
23663
|
+
message: string;
|
|
23664
|
+
created_at: string;
|
|
23665
|
+
mutation_code: "updating_time_frame";
|
|
23666
|
+
from: {
|
|
23667
|
+
starts_at: string | null;
|
|
23668
|
+
ends_at: string | null;
|
|
23669
|
+
};
|
|
23670
|
+
to: {
|
|
23671
|
+
starts_at: string | null;
|
|
23672
|
+
ends_at: string | null;
|
|
23673
|
+
};
|
|
23674
|
+
})[];
|
|
23480
23675
|
starts_at?: string | null | undefined;
|
|
23481
23676
|
ends_at?: string | null | undefined;
|
|
23482
23677
|
dormakaba_oracode_metadata?: {
|
|
@@ -23778,6 +23973,47 @@ export declare const batch: z.ZodObject<{
|
|
|
23778
23973
|
is_external_modification_allowed: boolean;
|
|
23779
23974
|
is_one_time_use: boolean;
|
|
23780
23975
|
is_offline_access_code: boolean;
|
|
23976
|
+
pending_mutations: ({
|
|
23977
|
+
message: string;
|
|
23978
|
+
created_at: string;
|
|
23979
|
+
mutation_code: "creating";
|
|
23980
|
+
} | {
|
|
23981
|
+
message: string;
|
|
23982
|
+
created_at: string;
|
|
23983
|
+
mutation_code: "deleting";
|
|
23984
|
+
} | {
|
|
23985
|
+
message: string;
|
|
23986
|
+
created_at: string;
|
|
23987
|
+
mutation_code: "updating_code";
|
|
23988
|
+
from: {
|
|
23989
|
+
code: string | null;
|
|
23990
|
+
};
|
|
23991
|
+
to: {
|
|
23992
|
+
code: string | null;
|
|
23993
|
+
};
|
|
23994
|
+
} | {
|
|
23995
|
+
message: string;
|
|
23996
|
+
created_at: string;
|
|
23997
|
+
mutation_code: "updating_name";
|
|
23998
|
+
from: {
|
|
23999
|
+
name: string | null;
|
|
24000
|
+
};
|
|
24001
|
+
to: {
|
|
24002
|
+
name: string | null;
|
|
24003
|
+
};
|
|
24004
|
+
} | {
|
|
24005
|
+
message: string;
|
|
24006
|
+
created_at: string;
|
|
24007
|
+
mutation_code: "updating_time_frame";
|
|
24008
|
+
from: {
|
|
24009
|
+
starts_at: string | null;
|
|
24010
|
+
ends_at: string | null;
|
|
24011
|
+
};
|
|
24012
|
+
to: {
|
|
24013
|
+
starts_at: string | null;
|
|
24014
|
+
ends_at: string | null;
|
|
24015
|
+
};
|
|
24016
|
+
})[];
|
|
23781
24017
|
starts_at?: string | null | undefined;
|
|
23782
24018
|
ends_at?: string | null | undefined;
|
|
23783
24019
|
dormakaba_oracode_metadata?: {
|
|
@@ -26530,7 +26766,6 @@ export declare const batch: z.ZodObject<{
|
|
|
26530
26766
|
acs_system_id: string;
|
|
26531
26767
|
last_successful_sync_at: string | null;
|
|
26532
26768
|
email?: string | undefined;
|
|
26533
|
-
user_identity_id?: string | undefined;
|
|
26534
26769
|
pending_mutations?: ({
|
|
26535
26770
|
message: string;
|
|
26536
26771
|
created_at: string;
|
|
@@ -26597,6 +26832,7 @@ export declare const batch: z.ZodObject<{
|
|
|
26597
26832
|
variant: "removing" | "adding";
|
|
26598
26833
|
acs_access_group_id: string;
|
|
26599
26834
|
})[] | undefined;
|
|
26835
|
+
user_identity_id?: string | undefined;
|
|
26600
26836
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
26601
26837
|
external_type_display_name?: string | undefined;
|
|
26602
26838
|
access_schedule?: {
|
|
@@ -27703,7 +27939,6 @@ export declare const batch: z.ZodObject<{
|
|
|
27703
27939
|
acs_system_id: string;
|
|
27704
27940
|
last_successful_sync_at: string | null;
|
|
27705
27941
|
email?: string | undefined;
|
|
27706
|
-
user_identity_id?: string | undefined;
|
|
27707
27942
|
pending_mutations?: ({
|
|
27708
27943
|
message: string;
|
|
27709
27944
|
created_at: string;
|
|
@@ -27770,6 +28005,7 @@ export declare const batch: z.ZodObject<{
|
|
|
27770
28005
|
variant: "removing" | "adding";
|
|
27771
28006
|
acs_access_group_id: string;
|
|
27772
28007
|
})[] | undefined;
|
|
28008
|
+
user_identity_id?: string | undefined;
|
|
27773
28009
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
27774
28010
|
external_type_display_name?: string | undefined;
|
|
27775
28011
|
access_schedule?: {
|
|
@@ -28181,7 +28417,6 @@ export declare const batch: z.ZodObject<{
|
|
|
28181
28417
|
warning_code: "pulled_backup_access_code";
|
|
28182
28418
|
original_access_method_id?: string | undefined;
|
|
28183
28419
|
})[];
|
|
28184
|
-
mode: "code" | "card" | "mobile_key" | "cloud_key";
|
|
28185
28420
|
pending_mutations: ({
|
|
28186
28421
|
message: string;
|
|
28187
28422
|
created_at: string;
|
|
@@ -28215,6 +28450,7 @@ export declare const batch: z.ZodObject<{
|
|
|
28215
28450
|
ends_at: string | null;
|
|
28216
28451
|
};
|
|
28217
28452
|
})[];
|
|
28453
|
+
mode: "code" | "card" | "mobile_key" | "cloud_key";
|
|
28218
28454
|
access_method_id: string;
|
|
28219
28455
|
issued_at: string | null;
|
|
28220
28456
|
is_issued: boolean;
|
|
@@ -28268,18 +28504,6 @@ export declare const batch: z.ZodObject<{
|
|
|
28268
28504
|
warning_code: "device_does_not_support_access_codes";
|
|
28269
28505
|
})[];
|
|
28270
28506
|
space_ids: string[];
|
|
28271
|
-
access_method_ids: string[];
|
|
28272
|
-
access_grant_id: string;
|
|
28273
|
-
user_identity_id: string;
|
|
28274
|
-
location_ids: string[];
|
|
28275
|
-
requested_access_methods: {
|
|
28276
|
-
display_name: string;
|
|
28277
|
-
created_at: string;
|
|
28278
|
-
mode: "code" | "card" | "mobile_key" | "cloud_key";
|
|
28279
|
-
created_access_method_ids: string[];
|
|
28280
|
-
code?: string | undefined;
|
|
28281
|
-
instant_key_max_use_count?: number | undefined;
|
|
28282
|
-
}[];
|
|
28283
28507
|
pending_mutations: ({
|
|
28284
28508
|
message: string;
|
|
28285
28509
|
created_at: string;
|
|
@@ -28305,6 +28529,18 @@ export declare const batch: z.ZodObject<{
|
|
|
28305
28529
|
};
|
|
28306
28530
|
access_method_ids: string[];
|
|
28307
28531
|
})[];
|
|
28532
|
+
access_method_ids: string[];
|
|
28533
|
+
access_grant_id: string;
|
|
28534
|
+
user_identity_id: string;
|
|
28535
|
+
location_ids: string[];
|
|
28536
|
+
requested_access_methods: {
|
|
28537
|
+
display_name: string;
|
|
28538
|
+
created_at: string;
|
|
28539
|
+
mode: "code" | "card" | "mobile_key" | "cloud_key";
|
|
28540
|
+
created_access_method_ids: string[];
|
|
28541
|
+
code?: string | undefined;
|
|
28542
|
+
instant_key_max_use_count?: number | undefined;
|
|
28543
|
+
}[];
|
|
28308
28544
|
access_grant_key?: string | undefined;
|
|
28309
28545
|
reservation_key?: string | undefined;
|
|
28310
28546
|
client_session_token?: string | undefined;
|
|
@@ -30000,6 +30236,47 @@ export declare const batch: z.ZodObject<{
|
|
|
30000
30236
|
is_external_modification_allowed: boolean;
|
|
30001
30237
|
is_one_time_use: boolean;
|
|
30002
30238
|
is_offline_access_code: boolean;
|
|
30239
|
+
pending_mutations: ({
|
|
30240
|
+
message: string;
|
|
30241
|
+
created_at: string;
|
|
30242
|
+
mutation_code: "creating";
|
|
30243
|
+
} | {
|
|
30244
|
+
message: string;
|
|
30245
|
+
created_at: string;
|
|
30246
|
+
mutation_code: "deleting";
|
|
30247
|
+
} | {
|
|
30248
|
+
message: string;
|
|
30249
|
+
created_at: string;
|
|
30250
|
+
mutation_code: "updating_code";
|
|
30251
|
+
from: {
|
|
30252
|
+
code: string | null;
|
|
30253
|
+
};
|
|
30254
|
+
to: {
|
|
30255
|
+
code: string | null;
|
|
30256
|
+
};
|
|
30257
|
+
} | {
|
|
30258
|
+
message: string;
|
|
30259
|
+
created_at: string;
|
|
30260
|
+
mutation_code: "updating_name";
|
|
30261
|
+
from: {
|
|
30262
|
+
name: string | null;
|
|
30263
|
+
};
|
|
30264
|
+
to: {
|
|
30265
|
+
name: string | null;
|
|
30266
|
+
};
|
|
30267
|
+
} | {
|
|
30268
|
+
message: string;
|
|
30269
|
+
created_at: string;
|
|
30270
|
+
mutation_code: "updating_time_frame";
|
|
30271
|
+
from: {
|
|
30272
|
+
starts_at: string | null;
|
|
30273
|
+
ends_at: string | null;
|
|
30274
|
+
};
|
|
30275
|
+
to: {
|
|
30276
|
+
starts_at: string | null;
|
|
30277
|
+
ends_at: string | null;
|
|
30278
|
+
};
|
|
30279
|
+
})[];
|
|
30003
30280
|
starts_at?: string | null | undefined;
|
|
30004
30281
|
ends_at?: string | null | undefined;
|
|
30005
30282
|
dormakaba_oracode_metadata?: {
|
|
@@ -31408,7 +31685,6 @@ export declare const batch: z.ZodObject<{
|
|
|
31408
31685
|
acs_system_id: string;
|
|
31409
31686
|
last_successful_sync_at: string | null;
|
|
31410
31687
|
email?: string | undefined;
|
|
31411
|
-
user_identity_id?: string | undefined;
|
|
31412
31688
|
pending_mutations?: ({
|
|
31413
31689
|
message: string;
|
|
31414
31690
|
created_at: string;
|
|
@@ -31475,6 +31751,7 @@ export declare const batch: z.ZodObject<{
|
|
|
31475
31751
|
variant: "removing" | "adding";
|
|
31476
31752
|
acs_access_group_id: string;
|
|
31477
31753
|
})[] | undefined;
|
|
31754
|
+
user_identity_id?: string | undefined;
|
|
31478
31755
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
31479
31756
|
external_type_display_name?: string | undefined;
|
|
31480
31757
|
access_schedule?: {
|
|
@@ -32581,7 +32858,6 @@ export declare const batch: z.ZodObject<{
|
|
|
32581
32858
|
acs_system_id: string;
|
|
32582
32859
|
last_successful_sync_at: string | null;
|
|
32583
32860
|
email?: string | undefined;
|
|
32584
|
-
user_identity_id?: string | undefined;
|
|
32585
32861
|
pending_mutations?: ({
|
|
32586
32862
|
message: string;
|
|
32587
32863
|
created_at: string;
|
|
@@ -32648,6 +32924,7 @@ export declare const batch: z.ZodObject<{
|
|
|
32648
32924
|
variant: "removing" | "adding";
|
|
32649
32925
|
acs_access_group_id: string;
|
|
32650
32926
|
})[] | undefined;
|
|
32927
|
+
user_identity_id?: string | undefined;
|
|
32651
32928
|
external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
|
|
32652
32929
|
external_type_display_name?: string | undefined;
|
|
32653
32930
|
access_schedule?: {
|
|
@@ -33059,7 +33336,6 @@ export declare const batch: z.ZodObject<{
|
|
|
33059
33336
|
warning_code: "pulled_backup_access_code";
|
|
33060
33337
|
original_access_method_id?: string | undefined;
|
|
33061
33338
|
})[];
|
|
33062
|
-
mode: "code" | "card" | "mobile_key" | "cloud_key";
|
|
33063
33339
|
pending_mutations: ({
|
|
33064
33340
|
message: string;
|
|
33065
33341
|
created_at: string;
|
|
@@ -33093,6 +33369,7 @@ export declare const batch: z.ZodObject<{
|
|
|
33093
33369
|
ends_at: string | null;
|
|
33094
33370
|
};
|
|
33095
33371
|
})[];
|
|
33372
|
+
mode: "code" | "card" | "mobile_key" | "cloud_key";
|
|
33096
33373
|
access_method_id: string;
|
|
33097
33374
|
issued_at: string | null;
|
|
33098
33375
|
is_issued: boolean;
|
|
@@ -33146,18 +33423,6 @@ export declare const batch: z.ZodObject<{
|
|
|
33146
33423
|
warning_code: "device_does_not_support_access_codes";
|
|
33147
33424
|
})[];
|
|
33148
33425
|
space_ids: string[];
|
|
33149
|
-
access_method_ids: string[];
|
|
33150
|
-
access_grant_id: string;
|
|
33151
|
-
user_identity_id: string;
|
|
33152
|
-
location_ids: string[];
|
|
33153
|
-
requested_access_methods: {
|
|
33154
|
-
display_name: string;
|
|
33155
|
-
created_at: string;
|
|
33156
|
-
mode: "code" | "card" | "mobile_key" | "cloud_key";
|
|
33157
|
-
created_access_method_ids: string[];
|
|
33158
|
-
code?: string | undefined;
|
|
33159
|
-
instant_key_max_use_count?: number | undefined;
|
|
33160
|
-
}[];
|
|
33161
33426
|
pending_mutations: ({
|
|
33162
33427
|
message: string;
|
|
33163
33428
|
created_at: string;
|
|
@@ -33183,6 +33448,18 @@ export declare const batch: z.ZodObject<{
|
|
|
33183
33448
|
};
|
|
33184
33449
|
access_method_ids: string[];
|
|
33185
33450
|
})[];
|
|
33451
|
+
access_method_ids: string[];
|
|
33452
|
+
access_grant_id: string;
|
|
33453
|
+
user_identity_id: string;
|
|
33454
|
+
location_ids: string[];
|
|
33455
|
+
requested_access_methods: {
|
|
33456
|
+
display_name: string;
|
|
33457
|
+
created_at: string;
|
|
33458
|
+
mode: "code" | "card" | "mobile_key" | "cloud_key";
|
|
33459
|
+
created_access_method_ids: string[];
|
|
33460
|
+
code?: string | undefined;
|
|
33461
|
+
instant_key_max_use_count?: number | undefined;
|
|
33462
|
+
}[];
|
|
33186
33463
|
access_grant_key?: string | undefined;
|
|
33187
33464
|
reservation_key?: string | undefined;
|
|
33188
33465
|
client_session_token?: string | undefined;
|
|
@@ -34878,6 +35155,47 @@ export declare const batch: z.ZodObject<{
|
|
|
34878
35155
|
is_external_modification_allowed: boolean;
|
|
34879
35156
|
is_one_time_use: boolean;
|
|
34880
35157
|
is_offline_access_code: boolean;
|
|
35158
|
+
pending_mutations: ({
|
|
35159
|
+
message: string;
|
|
35160
|
+
created_at: string;
|
|
35161
|
+
mutation_code: "creating";
|
|
35162
|
+
} | {
|
|
35163
|
+
message: string;
|
|
35164
|
+
created_at: string;
|
|
35165
|
+
mutation_code: "deleting";
|
|
35166
|
+
} | {
|
|
35167
|
+
message: string;
|
|
35168
|
+
created_at: string;
|
|
35169
|
+
mutation_code: "updating_code";
|
|
35170
|
+
from: {
|
|
35171
|
+
code: string | null;
|
|
35172
|
+
};
|
|
35173
|
+
to: {
|
|
35174
|
+
code: string | null;
|
|
35175
|
+
};
|
|
35176
|
+
} | {
|
|
35177
|
+
message: string;
|
|
35178
|
+
created_at: string;
|
|
35179
|
+
mutation_code: "updating_name";
|
|
35180
|
+
from: {
|
|
35181
|
+
name: string | null;
|
|
35182
|
+
};
|
|
35183
|
+
to: {
|
|
35184
|
+
name: string | null;
|
|
35185
|
+
};
|
|
35186
|
+
} | {
|
|
35187
|
+
message: string;
|
|
35188
|
+
created_at: string;
|
|
35189
|
+
mutation_code: "updating_time_frame";
|
|
35190
|
+
from: {
|
|
35191
|
+
starts_at: string | null;
|
|
35192
|
+
ends_at: string | null;
|
|
35193
|
+
};
|
|
35194
|
+
to: {
|
|
35195
|
+
starts_at: string | null;
|
|
35196
|
+
ends_at: string | null;
|
|
35197
|
+
};
|
|
35198
|
+
})[];
|
|
34881
35199
|
starts_at?: string | null | undefined;
|
|
34882
35200
|
ends_at?: string | null | undefined;
|
|
34883
35201
|
dormakaba_oracode_metadata?: {
|