@seamapi/types 1.442.0 → 1.443.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 +86 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1914 -1913
- package/dist/devicedb.cjs.map +1 -1
- package/dist/devicedb.d.cts +27 -27
- package/dist/index.cjs +86 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +387 -389
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +173 -186
- package/lib/seam/connect/models/acs/acs-access-group.d.ts +18 -18
- package/lib/seam/connect/models/acs/acs-credential.d.ts +63 -63
- package/lib/seam/connect/models/acs/acs-encoder.d.ts +6 -6
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +3 -3
- package/lib/seam/connect/models/acs/acs-system.d.ts +56 -56
- package/lib/seam/connect/models/acs/acs-users/acs-user.d.ts +152 -152
- package/lib/seam/connect/models/acs/acs-users/pending-mutations.d.ts +45 -45
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +300 -354
- package/lib/seam/connect/models/action-attempts/activate-climate-preset.d.ts +12 -15
- package/lib/seam/connect/models/action-attempts/common.d.ts +9 -12
- package/lib/seam/connect/models/action-attempts/deprecated.d.ts +84 -105
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +54 -57
- package/lib/seam/connect/models/action-attempts/lock-door.d.ts +12 -15
- package/lib/seam/connect/models/action-attempts/push-thermostat-programs.d.ts +12 -15
- package/lib/seam/connect/models/action-attempts/reset-sandbox-workspace.d.ts +12 -15
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +54 -57
- package/lib/seam/connect/models/action-attempts/set-fan-mode.d.ts +12 -15
- package/lib/seam/connect/models/action-attempts/set-hvac-mode.d.ts +12 -15
- package/lib/seam/connect/models/action-attempts/simulate-keypad-code-entry.d.ts +12 -15
- package/lib/seam/connect/models/action-attempts/simulate-manual-lock-via-keypad.d.ts +12 -15
- package/lib/seam/connect/models/action-attempts/unlock-door.d.ts +12 -15
- package/lib/seam/connect/models/batches/batch.d.ts +128 -120
- package/lib/seam/connect/models/batches/spaces.d.ts +128 -120
- package/lib/seam/connect/models/bridges/bridge-client-session.d.ts +24 -24
- package/lib/seam/connect/models/client-sessions/client-session.d.ts +2 -2
- package/lib/seam/connect/models/connected-accounts/connected-account.d.ts +78 -78
- package/lib/seam/connect/models/customer/access-grant-resources.d.ts +30 -30
- package/lib/seam/connect/models/customer/customer-data.d.ts +57 -57
- package/lib/seam/connect/models/customer/location-resources.d.ts +54 -54
- package/lib/seam/connect/models/customer/user-identity-resources.d.ts +30 -30
- package/lib/seam/connect/models/devices/capability-properties/index.d.ts +3 -3
- package/lib/seam/connect/models/devices/device-provider.d.ts +4 -4
- package/lib/seam/connect/models/devices/device.d.ts +368 -376
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +118 -120
- package/lib/seam/connect/models/events/access-codes.d.ts +136 -136
- package/lib/seam/connect/models/events/access-grants.d.ts +40 -40
- package/lib/seam/connect/models/events/access-methods.d.ts +40 -40
- package/lib/seam/connect/models/events/acs/access-groups.d.ts +10 -10
- package/lib/seam/connect/models/events/acs/common.d.ts +3 -3
- package/lib/seam/connect/models/events/acs/credentials.d.ts +40 -40
- package/lib/seam/connect/models/events/acs/encoders.d.ts +20 -20
- package/lib/seam/connect/models/events/acs/entrances.d.ts +20 -20
- package/lib/seam/connect/models/events/acs/index.d.ts +67 -67
- package/lib/seam/connect/models/events/acs/systems.d.ts +24 -24
- package/lib/seam/connect/models/events/acs/users.d.ts +20 -20
- package/lib/seam/connect/models/events/action-attempts.d.ts +32 -32
- package/lib/seam/connect/models/events/client-sessions.d.ts +8 -8
- package/lib/seam/connect/models/events/connect-webviews.d.ts +16 -16
- package/lib/seam/connect/models/events/connected-accounts.d.ts +56 -56
- package/lib/seam/connect/models/events/devices.d.ts +266 -266
- package/lib/seam/connect/models/events/enrollment-automations.d.ts +8 -8
- package/lib/seam/connect/models/events/phones.d.ts +8 -8
- package/lib/seam/connect/models/events/seam-event.d.ts +372 -372
- package/lib/seam/connect/models/phones/phone-session.d.ts +50 -50
- package/lib/seam/connect/models/spaces/space.d.ts +6 -0
- package/lib/seam/connect/models/spaces/space.js +2 -0
- package/lib/seam/connect/models/spaces/space.js.map +1 -1
- package/lib/seam/connect/models/user-identities/user-identity.d.ts +18 -18
- package/lib/seam/connect/openapi.d.ts +35 -0
- package/lib/seam/connect/openapi.js +82 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +30 -0
- package/lib/seam/devicedb/models/device-model.d.ts +15 -15
- package/lib/seam/devicedb/route-specs.d.ts +12 -12
- package/package.json +8 -7
- package/src/lib/seam/connect/models/spaces/space.ts +2 -0
- package/src/lib/seam/connect/openapi.ts +92 -0
- package/src/lib/seam/connect/route-types.ts +30 -0
- package/lib/seam/connect/internal/enums.d.ts +0 -1
- package/lib/seam/connect/internal/enums.js +0 -2
- package/lib/seam/connect/internal/enums.js.map +0 -1
- package/lib/seam/connect/internal/index.d.ts +0 -4
- package/lib/seam/connect/internal/index.js +0 -5
- package/lib/seam/connect/internal/index.js.map +0 -1
- package/lib/seam/connect/internal/model-types.d.ts +0 -2
- package/lib/seam/connect/internal/model-types.js +0 -2
- package/lib/seam/connect/internal/model-types.js.map +0 -1
- package/lib/seam/connect/internal/schemas.d.ts +0 -2
- package/lib/seam/connect/internal/schemas.js +0 -3
- package/lib/seam/connect/internal/schemas.js.map +0 -1
|
@@ -2,12 +2,12 @@ import { z } from 'zod';
|
|
|
2
2
|
export declare const acs_user_external_type: z.ZodEnum<["pti_user", "brivo_user", "hid_credential_manager_user", "salto_site_user", "latch_user", "dormakaba_community_user", "salto_space_user"]>;
|
|
3
3
|
export type AcsUserExternalType = z.infer<typeof acs_user_external_type>;
|
|
4
4
|
export declare const acs_users_error_map: z.ZodObject<{
|
|
5
|
-
deleted_externally: z.ZodNullable<z.ZodOptional<z.ZodObject<
|
|
5
|
+
deleted_externally: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
6
6
|
created_at: z.ZodString;
|
|
7
7
|
message: z.ZodString;
|
|
8
|
-
}
|
|
8
|
+
} & {
|
|
9
9
|
error_code: z.ZodLiteral<"deleted_externally">;
|
|
10
|
-
}
|
|
10
|
+
}, "strip", z.ZodTypeAny, {
|
|
11
11
|
message: string;
|
|
12
12
|
created_at: string;
|
|
13
13
|
error_code: "deleted_externally";
|
|
@@ -16,12 +16,12 @@ export declare const acs_users_error_map: z.ZodObject<{
|
|
|
16
16
|
created_at: string;
|
|
17
17
|
error_code: "deleted_externally";
|
|
18
18
|
}>>>;
|
|
19
|
-
salto_ks_subscription_limit_exceeded: z.ZodNullable<z.ZodOptional<z.ZodObject<
|
|
19
|
+
salto_ks_subscription_limit_exceeded: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
20
20
|
created_at: z.ZodString;
|
|
21
21
|
message: z.ZodString;
|
|
22
|
-
}
|
|
22
|
+
} & {
|
|
23
23
|
error_code: z.ZodLiteral<"salto_ks_subscription_limit_exceeded">;
|
|
24
|
-
}
|
|
24
|
+
}, "strip", z.ZodTypeAny, {
|
|
25
25
|
message: string;
|
|
26
26
|
created_at: string;
|
|
27
27
|
error_code: "salto_ks_subscription_limit_exceeded";
|
|
@@ -30,12 +30,12 @@ export declare const acs_users_error_map: z.ZodObject<{
|
|
|
30
30
|
created_at: string;
|
|
31
31
|
error_code: "salto_ks_subscription_limit_exceeded";
|
|
32
32
|
}>>>;
|
|
33
|
-
failed_to_create_on_acs_system: z.ZodNullable<z.ZodOptional<z.ZodObject<
|
|
33
|
+
failed_to_create_on_acs_system: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
34
34
|
created_at: z.ZodString;
|
|
35
35
|
message: z.ZodString;
|
|
36
|
-
}
|
|
36
|
+
} & {
|
|
37
37
|
error_code: z.ZodLiteral<"failed_to_create_on_acs_system">;
|
|
38
|
-
}
|
|
38
|
+
}, "strip", z.ZodTypeAny, {
|
|
39
39
|
message: string;
|
|
40
40
|
created_at: string;
|
|
41
41
|
error_code: "failed_to_create_on_acs_system";
|
|
@@ -44,12 +44,12 @@ export declare const acs_users_error_map: z.ZodObject<{
|
|
|
44
44
|
created_at: string;
|
|
45
45
|
error_code: "failed_to_create_on_acs_system";
|
|
46
46
|
}>>>;
|
|
47
|
-
failed_to_update_on_acs_system: z.ZodNullable<z.ZodOptional<z.ZodObject<
|
|
47
|
+
failed_to_update_on_acs_system: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
48
48
|
created_at: z.ZodString;
|
|
49
49
|
message: z.ZodString;
|
|
50
|
-
}
|
|
50
|
+
} & {
|
|
51
51
|
error_code: z.ZodLiteral<"failed_to_update_on_acs_system">;
|
|
52
|
-
}
|
|
52
|
+
}, "strip", z.ZodTypeAny, {
|
|
53
53
|
message: string;
|
|
54
54
|
created_at: string;
|
|
55
55
|
error_code: "failed_to_update_on_acs_system";
|
|
@@ -58,12 +58,12 @@ export declare const acs_users_error_map: z.ZodObject<{
|
|
|
58
58
|
created_at: string;
|
|
59
59
|
error_code: "failed_to_update_on_acs_system";
|
|
60
60
|
}>>>;
|
|
61
|
-
failed_to_delete_on_acs_system: z.ZodNullable<z.ZodOptional<z.ZodObject<
|
|
61
|
+
failed_to_delete_on_acs_system: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
62
62
|
created_at: z.ZodString;
|
|
63
63
|
message: z.ZodString;
|
|
64
|
-
}
|
|
64
|
+
} & {
|
|
65
65
|
error_code: z.ZodLiteral<"failed_to_delete_on_acs_system">;
|
|
66
|
-
}
|
|
66
|
+
}, "strip", z.ZodTypeAny, {
|
|
67
67
|
message: string;
|
|
68
68
|
created_at: string;
|
|
69
69
|
error_code: "failed_to_delete_on_acs_system";
|
|
@@ -72,12 +72,12 @@ 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<
|
|
75
|
+
latch_conflict_with_resident_user: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
76
76
|
created_at: z.ZodString;
|
|
77
77
|
message: z.ZodString;
|
|
78
|
-
}
|
|
78
|
+
} & {
|
|
79
79
|
error_code: z.ZodLiteral<"latch_conflict_with_resident_user">;
|
|
80
|
-
}
|
|
80
|
+
}, "strip", z.ZodTypeAny, {
|
|
81
81
|
message: string;
|
|
82
82
|
created_at: string;
|
|
83
83
|
error_code: "latch_conflict_with_resident_user";
|
|
@@ -150,12 +150,12 @@ export declare const acs_users_error_map: z.ZodObject<{
|
|
|
150
150
|
} | null | undefined;
|
|
151
151
|
}>;
|
|
152
152
|
export type AcsUsersErrorMap = z.infer<typeof acs_users_error_map>;
|
|
153
|
-
export declare const unknown_issue_with_acs_user: z.ZodObject<
|
|
153
|
+
export declare const unknown_issue_with_acs_user: z.ZodObject<{
|
|
154
154
|
created_at: z.ZodString;
|
|
155
155
|
message: z.ZodString;
|
|
156
|
-
}
|
|
156
|
+
} & {
|
|
157
157
|
warning_code: z.ZodLiteral<"unknown_issue_with_acs_user">;
|
|
158
|
-
}
|
|
158
|
+
}, "strip", z.ZodTypeAny, {
|
|
159
159
|
message: string;
|
|
160
160
|
created_at: string;
|
|
161
161
|
warning_code: "unknown_issue_with_acs_user";
|
|
@@ -164,12 +164,12 @@ export declare const unknown_issue_with_acs_user: z.ZodObject<z.objectUtil.exten
|
|
|
164
164
|
created_at: string;
|
|
165
165
|
warning_code: "unknown_issue_with_acs_user";
|
|
166
166
|
}>;
|
|
167
|
-
export declare const latch_resident_user: z.ZodObject<
|
|
167
|
+
export declare const latch_resident_user: z.ZodObject<{
|
|
168
168
|
created_at: z.ZodString;
|
|
169
169
|
message: z.ZodString;
|
|
170
|
-
}
|
|
170
|
+
} & {
|
|
171
171
|
warning_code: z.ZodLiteral<"latch_resident_user">;
|
|
172
|
-
}
|
|
172
|
+
}, "strip", z.ZodTypeAny, {
|
|
173
173
|
message: string;
|
|
174
174
|
created_at: string;
|
|
175
175
|
warning_code: "latch_resident_user";
|
|
@@ -179,12 +179,12 @@ export declare const latch_resident_user: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
179
179
|
warning_code: "latch_resident_user";
|
|
180
180
|
}>;
|
|
181
181
|
export declare const acs_users_warning_map: z.ZodObject<{
|
|
182
|
-
being_deleted: z.ZodNullable<z.ZodOptional<z.ZodObject<
|
|
182
|
+
being_deleted: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
183
183
|
created_at: z.ZodString;
|
|
184
184
|
message: z.ZodString;
|
|
185
|
-
}
|
|
185
|
+
} & {
|
|
186
186
|
warning_code: z.ZodLiteral<"being_deleted">;
|
|
187
|
-
}
|
|
187
|
+
}, "strip", z.ZodTypeAny, {
|
|
188
188
|
message: string;
|
|
189
189
|
created_at: string;
|
|
190
190
|
warning_code: "being_deleted";
|
|
@@ -193,12 +193,12 @@ export declare const acs_users_warning_map: z.ZodObject<{
|
|
|
193
193
|
created_at: string;
|
|
194
194
|
warning_code: "being_deleted";
|
|
195
195
|
}>>>;
|
|
196
|
-
salto_ks_user_not_subscribed: z.ZodNullable<z.ZodOptional<z.ZodObject<
|
|
196
|
+
salto_ks_user_not_subscribed: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
197
197
|
created_at: z.ZodString;
|
|
198
198
|
message: z.ZodString;
|
|
199
|
-
}
|
|
199
|
+
} & {
|
|
200
200
|
warning_code: z.ZodLiteral<"salto_ks_user_not_subscribed">;
|
|
201
|
-
}
|
|
201
|
+
}, "strip", z.ZodTypeAny, {
|
|
202
202
|
message: string;
|
|
203
203
|
created_at: string;
|
|
204
204
|
warning_code: "salto_ks_user_not_subscribed";
|
|
@@ -207,12 +207,12 @@ export declare const acs_users_warning_map: z.ZodObject<{
|
|
|
207
207
|
created_at: string;
|
|
208
208
|
warning_code: "salto_ks_user_not_subscribed";
|
|
209
209
|
}>>>;
|
|
210
|
-
unknown_issue_with_acs_user: z.ZodNullable<z.ZodOptional<z.ZodObject<
|
|
210
|
+
unknown_issue_with_acs_user: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
211
211
|
created_at: z.ZodString;
|
|
212
212
|
message: z.ZodString;
|
|
213
|
-
}
|
|
213
|
+
} & {
|
|
214
214
|
warning_code: z.ZodLiteral<"unknown_issue_with_acs_user">;
|
|
215
|
-
}
|
|
215
|
+
}, "strip", z.ZodTypeAny, {
|
|
216
216
|
message: string;
|
|
217
217
|
created_at: string;
|
|
218
218
|
warning_code: "unknown_issue_with_acs_user";
|
|
@@ -221,12 +221,12 @@ export declare const acs_users_warning_map: z.ZodObject<{
|
|
|
221
221
|
created_at: string;
|
|
222
222
|
warning_code: "unknown_issue_with_acs_user";
|
|
223
223
|
}>>>;
|
|
224
|
-
latch_resident_user: z.ZodNullable<z.ZodOptional<z.ZodObject<
|
|
224
|
+
latch_resident_user: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
225
225
|
created_at: z.ZodString;
|
|
226
226
|
message: z.ZodString;
|
|
227
|
-
}
|
|
227
|
+
} & {
|
|
228
228
|
warning_code: z.ZodLiteral<"latch_resident_user">;
|
|
229
|
-
}
|
|
229
|
+
}, "strip", z.ZodTypeAny, {
|
|
230
230
|
message: string;
|
|
231
231
|
created_at: string;
|
|
232
232
|
warning_code: "latch_resident_user";
|
|
@@ -278,12 +278,12 @@ export declare const acs_users_warning_map: z.ZodObject<{
|
|
|
278
278
|
warning_code: "latch_resident_user";
|
|
279
279
|
} | null | undefined;
|
|
280
280
|
}>;
|
|
281
|
-
export declare const acs_users_warnings: z.ZodDiscriminatedUnion<"warning_code", [z.ZodObject<
|
|
281
|
+
export declare const acs_users_warnings: z.ZodDiscriminatedUnion<"warning_code", [z.ZodObject<{
|
|
282
282
|
created_at: z.ZodString;
|
|
283
283
|
message: z.ZodString;
|
|
284
|
-
}
|
|
284
|
+
} & {
|
|
285
285
|
warning_code: z.ZodLiteral<"being_deleted">;
|
|
286
|
-
}
|
|
286
|
+
}, "strip", z.ZodTypeAny, {
|
|
287
287
|
message: string;
|
|
288
288
|
created_at: string;
|
|
289
289
|
warning_code: "being_deleted";
|
|
@@ -291,12 +291,12 @@ export declare const acs_users_warnings: z.ZodDiscriminatedUnion<"warning_code",
|
|
|
291
291
|
message: string;
|
|
292
292
|
created_at: string;
|
|
293
293
|
warning_code: "being_deleted";
|
|
294
|
-
}>, z.ZodObject<
|
|
294
|
+
}>, z.ZodObject<{
|
|
295
295
|
created_at: z.ZodString;
|
|
296
296
|
message: z.ZodString;
|
|
297
|
-
}
|
|
297
|
+
} & {
|
|
298
298
|
warning_code: z.ZodLiteral<"salto_ks_user_not_subscribed">;
|
|
299
|
-
}
|
|
299
|
+
}, "strip", z.ZodTypeAny, {
|
|
300
300
|
message: string;
|
|
301
301
|
created_at: string;
|
|
302
302
|
warning_code: "salto_ks_user_not_subscribed";
|
|
@@ -304,12 +304,12 @@ export declare const acs_users_warnings: z.ZodDiscriminatedUnion<"warning_code",
|
|
|
304
304
|
message: string;
|
|
305
305
|
created_at: string;
|
|
306
306
|
warning_code: "salto_ks_user_not_subscribed";
|
|
307
|
-
}>, z.ZodObject<
|
|
307
|
+
}>, z.ZodObject<{
|
|
308
308
|
created_at: z.ZodString;
|
|
309
309
|
message: z.ZodString;
|
|
310
|
-
}
|
|
310
|
+
} & {
|
|
311
311
|
warning_code: z.ZodLiteral<"unknown_issue_with_acs_user">;
|
|
312
|
-
}
|
|
312
|
+
}, "strip", z.ZodTypeAny, {
|
|
313
313
|
message: string;
|
|
314
314
|
created_at: string;
|
|
315
315
|
warning_code: "unknown_issue_with_acs_user";
|
|
@@ -317,12 +317,12 @@ export declare const acs_users_warnings: z.ZodDiscriminatedUnion<"warning_code",
|
|
|
317
317
|
message: string;
|
|
318
318
|
created_at: string;
|
|
319
319
|
warning_code: "unknown_issue_with_acs_user";
|
|
320
|
-
}>, z.ZodObject<
|
|
320
|
+
}>, z.ZodObject<{
|
|
321
321
|
created_at: z.ZodString;
|
|
322
322
|
message: z.ZodString;
|
|
323
|
-
}
|
|
323
|
+
} & {
|
|
324
324
|
warning_code: z.ZodLiteral<"latch_resident_user">;
|
|
325
|
-
}
|
|
325
|
+
}, "strip", z.ZodTypeAny, {
|
|
326
326
|
message: string;
|
|
327
327
|
created_at: string;
|
|
328
328
|
warning_code: "latch_resident_user";
|
|
@@ -332,7 +332,7 @@ export declare const acs_users_warnings: z.ZodDiscriminatedUnion<"warning_code",
|
|
|
332
332
|
warning_code: "latch_resident_user";
|
|
333
333
|
}>]>;
|
|
334
334
|
export type AcsUsersWarningMap = z.infer<typeof acs_users_warning_map>;
|
|
335
|
-
export declare const acs_user: z.ZodObject<
|
|
335
|
+
export declare const acs_user: z.ZodObject<{
|
|
336
336
|
acs_user_id: z.ZodString;
|
|
337
337
|
acs_system_id: z.ZodString;
|
|
338
338
|
hid_acs_system_id: z.ZodOptional<z.ZodString>;
|
|
@@ -356,12 +356,12 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
356
356
|
user_identity_full_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
357
357
|
user_identity_email_address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
358
358
|
user_identity_phone_number: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
359
|
-
warnings: z.ZodArray<z.ZodDiscriminatedUnion<"warning_code", [z.ZodObject<
|
|
359
|
+
warnings: z.ZodArray<z.ZodDiscriminatedUnion<"warning_code", [z.ZodObject<{
|
|
360
360
|
created_at: z.ZodString;
|
|
361
361
|
message: z.ZodString;
|
|
362
|
-
}
|
|
362
|
+
} & {
|
|
363
363
|
warning_code: z.ZodLiteral<"being_deleted">;
|
|
364
|
-
}
|
|
364
|
+
}, "strip", z.ZodTypeAny, {
|
|
365
365
|
message: string;
|
|
366
366
|
created_at: string;
|
|
367
367
|
warning_code: "being_deleted";
|
|
@@ -369,12 +369,12 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
369
369
|
message: string;
|
|
370
370
|
created_at: string;
|
|
371
371
|
warning_code: "being_deleted";
|
|
372
|
-
}>, z.ZodObject<
|
|
372
|
+
}>, z.ZodObject<{
|
|
373
373
|
created_at: z.ZodString;
|
|
374
374
|
message: z.ZodString;
|
|
375
|
-
}
|
|
375
|
+
} & {
|
|
376
376
|
warning_code: z.ZodLiteral<"salto_ks_user_not_subscribed">;
|
|
377
|
-
}
|
|
377
|
+
}, "strip", z.ZodTypeAny, {
|
|
378
378
|
message: string;
|
|
379
379
|
created_at: string;
|
|
380
380
|
warning_code: "salto_ks_user_not_subscribed";
|
|
@@ -382,12 +382,12 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
382
382
|
message: string;
|
|
383
383
|
created_at: string;
|
|
384
384
|
warning_code: "salto_ks_user_not_subscribed";
|
|
385
|
-
}>, z.ZodObject<
|
|
385
|
+
}>, z.ZodObject<{
|
|
386
386
|
created_at: z.ZodString;
|
|
387
387
|
message: z.ZodString;
|
|
388
|
-
}
|
|
388
|
+
} & {
|
|
389
389
|
warning_code: z.ZodLiteral<"unknown_issue_with_acs_user">;
|
|
390
|
-
}
|
|
390
|
+
}, "strip", z.ZodTypeAny, {
|
|
391
391
|
message: string;
|
|
392
392
|
created_at: string;
|
|
393
393
|
warning_code: "unknown_issue_with_acs_user";
|
|
@@ -395,12 +395,12 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
395
395
|
message: string;
|
|
396
396
|
created_at: string;
|
|
397
397
|
warning_code: "unknown_issue_with_acs_user";
|
|
398
|
-
}>, z.ZodObject<
|
|
398
|
+
}>, z.ZodObject<{
|
|
399
399
|
created_at: z.ZodString;
|
|
400
400
|
message: z.ZodString;
|
|
401
|
-
}
|
|
401
|
+
} & {
|
|
402
402
|
warning_code: z.ZodLiteral<"latch_resident_user">;
|
|
403
|
-
}
|
|
403
|
+
}, "strip", z.ZodTypeAny, {
|
|
404
404
|
message: string;
|
|
405
405
|
created_at: string;
|
|
406
406
|
warning_code: "latch_resident_user";
|
|
@@ -409,12 +409,12 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
409
409
|
created_at: string;
|
|
410
410
|
warning_code: "latch_resident_user";
|
|
411
411
|
}>]>, "many">;
|
|
412
|
-
errors: z.ZodArray<z.ZodDiscriminatedUnion<"error_code", [z.ZodObject<
|
|
412
|
+
errors: z.ZodArray<z.ZodDiscriminatedUnion<"error_code", [z.ZodObject<{
|
|
413
413
|
created_at: z.ZodString;
|
|
414
414
|
message: z.ZodString;
|
|
415
|
-
}
|
|
415
|
+
} & {
|
|
416
416
|
error_code: z.ZodLiteral<"deleted_externally">;
|
|
417
|
-
}
|
|
417
|
+
}, "strip", z.ZodTypeAny, {
|
|
418
418
|
message: string;
|
|
419
419
|
created_at: string;
|
|
420
420
|
error_code: "deleted_externally";
|
|
@@ -422,12 +422,12 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
422
422
|
message: string;
|
|
423
423
|
created_at: string;
|
|
424
424
|
error_code: "deleted_externally";
|
|
425
|
-
}>, z.ZodObject<
|
|
425
|
+
}>, z.ZodObject<{
|
|
426
426
|
created_at: z.ZodString;
|
|
427
427
|
message: z.ZodString;
|
|
428
|
-
}
|
|
428
|
+
} & {
|
|
429
429
|
error_code: z.ZodLiteral<"salto_ks_subscription_limit_exceeded">;
|
|
430
|
-
}
|
|
430
|
+
}, "strip", z.ZodTypeAny, {
|
|
431
431
|
message: string;
|
|
432
432
|
created_at: string;
|
|
433
433
|
error_code: "salto_ks_subscription_limit_exceeded";
|
|
@@ -435,12 +435,12 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
435
435
|
message: string;
|
|
436
436
|
created_at: string;
|
|
437
437
|
error_code: "salto_ks_subscription_limit_exceeded";
|
|
438
|
-
}>, z.ZodObject<
|
|
438
|
+
}>, z.ZodObject<{
|
|
439
439
|
created_at: z.ZodString;
|
|
440
440
|
message: z.ZodString;
|
|
441
|
-
}
|
|
441
|
+
} & {
|
|
442
442
|
error_code: z.ZodLiteral<"failed_to_create_on_acs_system">;
|
|
443
|
-
}
|
|
443
|
+
}, "strip", z.ZodTypeAny, {
|
|
444
444
|
message: string;
|
|
445
445
|
created_at: string;
|
|
446
446
|
error_code: "failed_to_create_on_acs_system";
|
|
@@ -448,12 +448,12 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
448
448
|
message: string;
|
|
449
449
|
created_at: string;
|
|
450
450
|
error_code: "failed_to_create_on_acs_system";
|
|
451
|
-
}>, z.ZodObject<
|
|
451
|
+
}>, z.ZodObject<{
|
|
452
452
|
created_at: z.ZodString;
|
|
453
453
|
message: z.ZodString;
|
|
454
|
-
}
|
|
454
|
+
} & {
|
|
455
455
|
error_code: z.ZodLiteral<"failed_to_update_on_acs_system">;
|
|
456
|
-
}
|
|
456
|
+
}, "strip", z.ZodTypeAny, {
|
|
457
457
|
message: string;
|
|
458
458
|
created_at: string;
|
|
459
459
|
error_code: "failed_to_update_on_acs_system";
|
|
@@ -461,12 +461,12 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
461
461
|
message: string;
|
|
462
462
|
created_at: string;
|
|
463
463
|
error_code: "failed_to_update_on_acs_system";
|
|
464
|
-
}>, z.ZodObject<
|
|
464
|
+
}>, z.ZodObject<{
|
|
465
465
|
created_at: z.ZodString;
|
|
466
466
|
message: z.ZodString;
|
|
467
|
-
}
|
|
467
|
+
} & {
|
|
468
468
|
error_code: z.ZodLiteral<"failed_to_delete_on_acs_system">;
|
|
469
|
-
}
|
|
469
|
+
}, "strip", z.ZodTypeAny, {
|
|
470
470
|
message: string;
|
|
471
471
|
created_at: string;
|
|
472
472
|
error_code: "failed_to_delete_on_acs_system";
|
|
@@ -474,12 +474,12 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
474
474
|
message: string;
|
|
475
475
|
created_at: string;
|
|
476
476
|
error_code: "failed_to_delete_on_acs_system";
|
|
477
|
-
}>, z.ZodObject<
|
|
477
|
+
}>, z.ZodObject<{
|
|
478
478
|
created_at: z.ZodString;
|
|
479
479
|
message: z.ZodString;
|
|
480
|
-
}
|
|
480
|
+
} & {
|
|
481
481
|
error_code: z.ZodLiteral<"latch_conflict_with_resident_user">;
|
|
482
|
-
}
|
|
482
|
+
}, "strip", z.ZodTypeAny, {
|
|
483
483
|
message: string;
|
|
484
484
|
created_at: string;
|
|
485
485
|
error_code: "latch_conflict_with_resident_user";
|
|
@@ -488,12 +488,12 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
488
488
|
created_at: string;
|
|
489
489
|
error_code: "latch_conflict_with_resident_user";
|
|
490
490
|
}>]>, "many">;
|
|
491
|
-
pending_mutations: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"mutation_code", [z.ZodObject<
|
|
491
|
+
pending_mutations: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"mutation_code", [z.ZodObject<{
|
|
492
492
|
created_at: z.ZodString;
|
|
493
493
|
message: z.ZodString;
|
|
494
|
-
}
|
|
494
|
+
} & {
|
|
495
495
|
mutation_code: z.ZodLiteral<"creating">;
|
|
496
|
-
}
|
|
496
|
+
}, "strip", z.ZodTypeAny, {
|
|
497
497
|
message: string;
|
|
498
498
|
created_at: string;
|
|
499
499
|
mutation_code: "creating";
|
|
@@ -501,12 +501,12 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
501
501
|
message: string;
|
|
502
502
|
created_at: string;
|
|
503
503
|
mutation_code: "creating";
|
|
504
|
-
}>, z.ZodObject<
|
|
504
|
+
}>, z.ZodObject<{
|
|
505
505
|
created_at: z.ZodString;
|
|
506
506
|
message: z.ZodString;
|
|
507
|
-
}
|
|
507
|
+
} & {
|
|
508
508
|
mutation_code: z.ZodLiteral<"deleting">;
|
|
509
|
-
}
|
|
509
|
+
}, "strip", z.ZodTypeAny, {
|
|
510
510
|
message: string;
|
|
511
511
|
created_at: string;
|
|
512
512
|
mutation_code: "deleting";
|
|
@@ -514,10 +514,10 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
514
514
|
message: string;
|
|
515
515
|
created_at: string;
|
|
516
516
|
mutation_code: "deleting";
|
|
517
|
-
}>, z.ZodObject<
|
|
517
|
+
}>, z.ZodObject<{
|
|
518
518
|
created_at: z.ZodString;
|
|
519
519
|
message: z.ZodString;
|
|
520
|
-
}
|
|
520
|
+
} & {
|
|
521
521
|
mutation_code: z.ZodLiteral<"updating_user_information">;
|
|
522
522
|
from: z.ZodObject<{
|
|
523
523
|
email_address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -545,7 +545,7 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
545
545
|
full_name?: string | null | undefined;
|
|
546
546
|
phone_number?: string | null | undefined;
|
|
547
547
|
}>;
|
|
548
|
-
}
|
|
548
|
+
}, "strip", z.ZodTypeAny, {
|
|
549
549
|
message: string;
|
|
550
550
|
created_at: string;
|
|
551
551
|
mutation_code: "updating_user_information";
|
|
@@ -573,10 +573,10 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
573
573
|
full_name?: string | null | undefined;
|
|
574
574
|
phone_number?: string | null | undefined;
|
|
575
575
|
};
|
|
576
|
-
}>, z.ZodObject<
|
|
576
|
+
}>, z.ZodObject<{
|
|
577
577
|
created_at: z.ZodString;
|
|
578
578
|
message: z.ZodString;
|
|
579
|
-
}
|
|
579
|
+
} & {
|
|
580
580
|
mutation_code: z.ZodLiteral<"updating_access_schedule">;
|
|
581
581
|
from: z.ZodObject<{
|
|
582
582
|
starts_at: z.ZodNullable<z.ZodString>;
|
|
@@ -598,7 +598,7 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
598
598
|
starts_at: string | null;
|
|
599
599
|
ends_at: string | null;
|
|
600
600
|
}>;
|
|
601
|
-
}
|
|
601
|
+
}, "strip", z.ZodTypeAny, {
|
|
602
602
|
message: string;
|
|
603
603
|
created_at: string;
|
|
604
604
|
mutation_code: "updating_access_schedule";
|
|
@@ -622,10 +622,10 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
622
622
|
starts_at: string | null;
|
|
623
623
|
ends_at: string | null;
|
|
624
624
|
};
|
|
625
|
-
}>, z.ZodObject<
|
|
625
|
+
}>, z.ZodObject<{
|
|
626
626
|
created_at: z.ZodString;
|
|
627
627
|
message: z.ZodString;
|
|
628
|
-
}
|
|
628
|
+
} & {
|
|
629
629
|
mutation_code: z.ZodLiteral<"updating_suspension_state">;
|
|
630
630
|
from: z.ZodObject<{
|
|
631
631
|
is_suspended: z.ZodBoolean;
|
|
@@ -641,7 +641,7 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
641
641
|
}, {
|
|
642
642
|
is_suspended: boolean;
|
|
643
643
|
}>;
|
|
644
|
-
}
|
|
644
|
+
}, "strip", z.ZodTypeAny, {
|
|
645
645
|
message: string;
|
|
646
646
|
created_at: string;
|
|
647
647
|
mutation_code: "updating_suspension_state";
|
|
@@ -661,10 +661,10 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
661
661
|
to: {
|
|
662
662
|
is_suspended: boolean;
|
|
663
663
|
};
|
|
664
|
-
}>, z.ZodObject<
|
|
664
|
+
}>, z.ZodObject<{
|
|
665
665
|
created_at: z.ZodString;
|
|
666
666
|
message: z.ZodString;
|
|
667
|
-
}
|
|
667
|
+
} & {
|
|
668
668
|
mutation_code: z.ZodLiteral<"updating_group_membership">;
|
|
669
669
|
from: z.ZodObject<{
|
|
670
670
|
acs_access_group_id: z.ZodNullable<z.ZodString>;
|
|
@@ -680,7 +680,7 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
680
680
|
}, {
|
|
681
681
|
acs_access_group_id: string | null;
|
|
682
682
|
}>;
|
|
683
|
-
}
|
|
683
|
+
}, "strip", z.ZodTypeAny, {
|
|
684
684
|
message: string;
|
|
685
685
|
created_at: string;
|
|
686
686
|
mutation_code: "updating_group_membership";
|
|
@@ -703,14 +703,14 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
703
703
|
}>]>, "many">>;
|
|
704
704
|
last_successful_sync_at: z.ZodNullable<z.ZodString>;
|
|
705
705
|
connected_account_id: z.ZodString;
|
|
706
|
-
}
|
|
706
|
+
} & {
|
|
707
707
|
full_name: z.ZodOptional<z.ZodString>;
|
|
708
708
|
email: z.ZodOptional<z.ZodString>;
|
|
709
709
|
email_address: z.ZodOptional<z.ZodString>;
|
|
710
710
|
phone_number: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
711
|
-
}
|
|
711
|
+
} & {
|
|
712
712
|
is_managed: z.ZodLiteral<true>;
|
|
713
|
-
}
|
|
713
|
+
}, "strip", z.ZodTypeAny, {
|
|
714
714
|
display_name: string;
|
|
715
715
|
workspace_id: string;
|
|
716
716
|
created_at: string;
|
|
@@ -955,7 +955,7 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
955
955
|
};
|
|
956
956
|
})[] | undefined;
|
|
957
957
|
}>;
|
|
958
|
-
export declare const unmanaged_acs_user: z.ZodObject<
|
|
958
|
+
export declare const unmanaged_acs_user: z.ZodObject<{
|
|
959
959
|
acs_user_id: z.ZodString;
|
|
960
960
|
acs_system_id: z.ZodString;
|
|
961
961
|
hid_acs_system_id: z.ZodOptional<z.ZodString>;
|
|
@@ -979,12 +979,12 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
979
979
|
user_identity_full_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
980
980
|
user_identity_email_address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
981
981
|
user_identity_phone_number: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
982
|
-
warnings: z.ZodArray<z.ZodDiscriminatedUnion<"warning_code", [z.ZodObject<
|
|
982
|
+
warnings: z.ZodArray<z.ZodDiscriminatedUnion<"warning_code", [z.ZodObject<{
|
|
983
983
|
created_at: z.ZodString;
|
|
984
984
|
message: z.ZodString;
|
|
985
|
-
}
|
|
985
|
+
} & {
|
|
986
986
|
warning_code: z.ZodLiteral<"being_deleted">;
|
|
987
|
-
}
|
|
987
|
+
}, "strip", z.ZodTypeAny, {
|
|
988
988
|
message: string;
|
|
989
989
|
created_at: string;
|
|
990
990
|
warning_code: "being_deleted";
|
|
@@ -992,12 +992,12 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
992
992
|
message: string;
|
|
993
993
|
created_at: string;
|
|
994
994
|
warning_code: "being_deleted";
|
|
995
|
-
}>, z.ZodObject<
|
|
995
|
+
}>, z.ZodObject<{
|
|
996
996
|
created_at: z.ZodString;
|
|
997
997
|
message: z.ZodString;
|
|
998
|
-
}
|
|
998
|
+
} & {
|
|
999
999
|
warning_code: z.ZodLiteral<"salto_ks_user_not_subscribed">;
|
|
1000
|
-
}
|
|
1000
|
+
}, "strip", z.ZodTypeAny, {
|
|
1001
1001
|
message: string;
|
|
1002
1002
|
created_at: string;
|
|
1003
1003
|
warning_code: "salto_ks_user_not_subscribed";
|
|
@@ -1005,12 +1005,12 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
1005
1005
|
message: string;
|
|
1006
1006
|
created_at: string;
|
|
1007
1007
|
warning_code: "salto_ks_user_not_subscribed";
|
|
1008
|
-
}>, z.ZodObject<
|
|
1008
|
+
}>, z.ZodObject<{
|
|
1009
1009
|
created_at: z.ZodString;
|
|
1010
1010
|
message: z.ZodString;
|
|
1011
|
-
}
|
|
1011
|
+
} & {
|
|
1012
1012
|
warning_code: z.ZodLiteral<"unknown_issue_with_acs_user">;
|
|
1013
|
-
}
|
|
1013
|
+
}, "strip", z.ZodTypeAny, {
|
|
1014
1014
|
message: string;
|
|
1015
1015
|
created_at: string;
|
|
1016
1016
|
warning_code: "unknown_issue_with_acs_user";
|
|
@@ -1018,12 +1018,12 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
1018
1018
|
message: string;
|
|
1019
1019
|
created_at: string;
|
|
1020
1020
|
warning_code: "unknown_issue_with_acs_user";
|
|
1021
|
-
}>, z.ZodObject<
|
|
1021
|
+
}>, z.ZodObject<{
|
|
1022
1022
|
created_at: z.ZodString;
|
|
1023
1023
|
message: z.ZodString;
|
|
1024
|
-
}
|
|
1024
|
+
} & {
|
|
1025
1025
|
warning_code: z.ZodLiteral<"latch_resident_user">;
|
|
1026
|
-
}
|
|
1026
|
+
}, "strip", z.ZodTypeAny, {
|
|
1027
1027
|
message: string;
|
|
1028
1028
|
created_at: string;
|
|
1029
1029
|
warning_code: "latch_resident_user";
|
|
@@ -1032,12 +1032,12 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
1032
1032
|
created_at: string;
|
|
1033
1033
|
warning_code: "latch_resident_user";
|
|
1034
1034
|
}>]>, "many">;
|
|
1035
|
-
errors: z.ZodArray<z.ZodDiscriminatedUnion<"error_code", [z.ZodObject<
|
|
1035
|
+
errors: z.ZodArray<z.ZodDiscriminatedUnion<"error_code", [z.ZodObject<{
|
|
1036
1036
|
created_at: z.ZodString;
|
|
1037
1037
|
message: z.ZodString;
|
|
1038
|
-
}
|
|
1038
|
+
} & {
|
|
1039
1039
|
error_code: z.ZodLiteral<"deleted_externally">;
|
|
1040
|
-
}
|
|
1040
|
+
}, "strip", z.ZodTypeAny, {
|
|
1041
1041
|
message: string;
|
|
1042
1042
|
created_at: string;
|
|
1043
1043
|
error_code: "deleted_externally";
|
|
@@ -1045,12 +1045,12 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
1045
1045
|
message: string;
|
|
1046
1046
|
created_at: string;
|
|
1047
1047
|
error_code: "deleted_externally";
|
|
1048
|
-
}>, z.ZodObject<
|
|
1048
|
+
}>, z.ZodObject<{
|
|
1049
1049
|
created_at: z.ZodString;
|
|
1050
1050
|
message: z.ZodString;
|
|
1051
|
-
}
|
|
1051
|
+
} & {
|
|
1052
1052
|
error_code: z.ZodLiteral<"salto_ks_subscription_limit_exceeded">;
|
|
1053
|
-
}
|
|
1053
|
+
}, "strip", z.ZodTypeAny, {
|
|
1054
1054
|
message: string;
|
|
1055
1055
|
created_at: string;
|
|
1056
1056
|
error_code: "salto_ks_subscription_limit_exceeded";
|
|
@@ -1058,12 +1058,12 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
1058
1058
|
message: string;
|
|
1059
1059
|
created_at: string;
|
|
1060
1060
|
error_code: "salto_ks_subscription_limit_exceeded";
|
|
1061
|
-
}>, z.ZodObject<
|
|
1061
|
+
}>, z.ZodObject<{
|
|
1062
1062
|
created_at: z.ZodString;
|
|
1063
1063
|
message: z.ZodString;
|
|
1064
|
-
}
|
|
1064
|
+
} & {
|
|
1065
1065
|
error_code: z.ZodLiteral<"failed_to_create_on_acs_system">;
|
|
1066
|
-
}
|
|
1066
|
+
}, "strip", z.ZodTypeAny, {
|
|
1067
1067
|
message: string;
|
|
1068
1068
|
created_at: string;
|
|
1069
1069
|
error_code: "failed_to_create_on_acs_system";
|
|
@@ -1071,12 +1071,12 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
1071
1071
|
message: string;
|
|
1072
1072
|
created_at: string;
|
|
1073
1073
|
error_code: "failed_to_create_on_acs_system";
|
|
1074
|
-
}>, z.ZodObject<
|
|
1074
|
+
}>, z.ZodObject<{
|
|
1075
1075
|
created_at: z.ZodString;
|
|
1076
1076
|
message: z.ZodString;
|
|
1077
|
-
}
|
|
1077
|
+
} & {
|
|
1078
1078
|
error_code: z.ZodLiteral<"failed_to_update_on_acs_system">;
|
|
1079
|
-
}
|
|
1079
|
+
}, "strip", z.ZodTypeAny, {
|
|
1080
1080
|
message: string;
|
|
1081
1081
|
created_at: string;
|
|
1082
1082
|
error_code: "failed_to_update_on_acs_system";
|
|
@@ -1084,12 +1084,12 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
1084
1084
|
message: string;
|
|
1085
1085
|
created_at: string;
|
|
1086
1086
|
error_code: "failed_to_update_on_acs_system";
|
|
1087
|
-
}>, z.ZodObject<
|
|
1087
|
+
}>, z.ZodObject<{
|
|
1088
1088
|
created_at: z.ZodString;
|
|
1089
1089
|
message: z.ZodString;
|
|
1090
|
-
}
|
|
1090
|
+
} & {
|
|
1091
1091
|
error_code: z.ZodLiteral<"failed_to_delete_on_acs_system">;
|
|
1092
|
-
}
|
|
1092
|
+
}, "strip", z.ZodTypeAny, {
|
|
1093
1093
|
message: string;
|
|
1094
1094
|
created_at: string;
|
|
1095
1095
|
error_code: "failed_to_delete_on_acs_system";
|
|
@@ -1097,12 +1097,12 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
1097
1097
|
message: string;
|
|
1098
1098
|
created_at: string;
|
|
1099
1099
|
error_code: "failed_to_delete_on_acs_system";
|
|
1100
|
-
}>, z.ZodObject<
|
|
1100
|
+
}>, z.ZodObject<{
|
|
1101
1101
|
created_at: z.ZodString;
|
|
1102
1102
|
message: z.ZodString;
|
|
1103
|
-
}
|
|
1103
|
+
} & {
|
|
1104
1104
|
error_code: z.ZodLiteral<"latch_conflict_with_resident_user">;
|
|
1105
|
-
}
|
|
1105
|
+
}, "strip", z.ZodTypeAny, {
|
|
1106
1106
|
message: string;
|
|
1107
1107
|
created_at: string;
|
|
1108
1108
|
error_code: "latch_conflict_with_resident_user";
|
|
@@ -1111,12 +1111,12 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
1111
1111
|
created_at: string;
|
|
1112
1112
|
error_code: "latch_conflict_with_resident_user";
|
|
1113
1113
|
}>]>, "many">;
|
|
1114
|
-
pending_mutations: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"mutation_code", [z.ZodObject<
|
|
1114
|
+
pending_mutations: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"mutation_code", [z.ZodObject<{
|
|
1115
1115
|
created_at: z.ZodString;
|
|
1116
1116
|
message: z.ZodString;
|
|
1117
|
-
}
|
|
1117
|
+
} & {
|
|
1118
1118
|
mutation_code: z.ZodLiteral<"creating">;
|
|
1119
|
-
}
|
|
1119
|
+
}, "strip", z.ZodTypeAny, {
|
|
1120
1120
|
message: string;
|
|
1121
1121
|
created_at: string;
|
|
1122
1122
|
mutation_code: "creating";
|
|
@@ -1124,12 +1124,12 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
1124
1124
|
message: string;
|
|
1125
1125
|
created_at: string;
|
|
1126
1126
|
mutation_code: "creating";
|
|
1127
|
-
}>, z.ZodObject<
|
|
1127
|
+
}>, z.ZodObject<{
|
|
1128
1128
|
created_at: z.ZodString;
|
|
1129
1129
|
message: z.ZodString;
|
|
1130
|
-
}
|
|
1130
|
+
} & {
|
|
1131
1131
|
mutation_code: z.ZodLiteral<"deleting">;
|
|
1132
|
-
}
|
|
1132
|
+
}, "strip", z.ZodTypeAny, {
|
|
1133
1133
|
message: string;
|
|
1134
1134
|
created_at: string;
|
|
1135
1135
|
mutation_code: "deleting";
|
|
@@ -1137,10 +1137,10 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
1137
1137
|
message: string;
|
|
1138
1138
|
created_at: string;
|
|
1139
1139
|
mutation_code: "deleting";
|
|
1140
|
-
}>, z.ZodObject<
|
|
1140
|
+
}>, z.ZodObject<{
|
|
1141
1141
|
created_at: z.ZodString;
|
|
1142
1142
|
message: z.ZodString;
|
|
1143
|
-
}
|
|
1143
|
+
} & {
|
|
1144
1144
|
mutation_code: z.ZodLiteral<"updating_user_information">;
|
|
1145
1145
|
from: z.ZodObject<{
|
|
1146
1146
|
email_address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -1168,7 +1168,7 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
1168
1168
|
full_name?: string | null | undefined;
|
|
1169
1169
|
phone_number?: string | null | undefined;
|
|
1170
1170
|
}>;
|
|
1171
|
-
}
|
|
1171
|
+
}, "strip", z.ZodTypeAny, {
|
|
1172
1172
|
message: string;
|
|
1173
1173
|
created_at: string;
|
|
1174
1174
|
mutation_code: "updating_user_information";
|
|
@@ -1196,10 +1196,10 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
1196
1196
|
full_name?: string | null | undefined;
|
|
1197
1197
|
phone_number?: string | null | undefined;
|
|
1198
1198
|
};
|
|
1199
|
-
}>, z.ZodObject<
|
|
1199
|
+
}>, z.ZodObject<{
|
|
1200
1200
|
created_at: z.ZodString;
|
|
1201
1201
|
message: z.ZodString;
|
|
1202
|
-
}
|
|
1202
|
+
} & {
|
|
1203
1203
|
mutation_code: z.ZodLiteral<"updating_access_schedule">;
|
|
1204
1204
|
from: z.ZodObject<{
|
|
1205
1205
|
starts_at: z.ZodNullable<z.ZodString>;
|
|
@@ -1221,7 +1221,7 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
1221
1221
|
starts_at: string | null;
|
|
1222
1222
|
ends_at: string | null;
|
|
1223
1223
|
}>;
|
|
1224
|
-
}
|
|
1224
|
+
}, "strip", z.ZodTypeAny, {
|
|
1225
1225
|
message: string;
|
|
1226
1226
|
created_at: string;
|
|
1227
1227
|
mutation_code: "updating_access_schedule";
|
|
@@ -1245,10 +1245,10 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
1245
1245
|
starts_at: string | null;
|
|
1246
1246
|
ends_at: string | null;
|
|
1247
1247
|
};
|
|
1248
|
-
}>, z.ZodObject<
|
|
1248
|
+
}>, z.ZodObject<{
|
|
1249
1249
|
created_at: z.ZodString;
|
|
1250
1250
|
message: z.ZodString;
|
|
1251
|
-
}
|
|
1251
|
+
} & {
|
|
1252
1252
|
mutation_code: z.ZodLiteral<"updating_suspension_state">;
|
|
1253
1253
|
from: z.ZodObject<{
|
|
1254
1254
|
is_suspended: z.ZodBoolean;
|
|
@@ -1264,7 +1264,7 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
1264
1264
|
}, {
|
|
1265
1265
|
is_suspended: boolean;
|
|
1266
1266
|
}>;
|
|
1267
|
-
}
|
|
1267
|
+
}, "strip", z.ZodTypeAny, {
|
|
1268
1268
|
message: string;
|
|
1269
1269
|
created_at: string;
|
|
1270
1270
|
mutation_code: "updating_suspension_state";
|
|
@@ -1284,10 +1284,10 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
1284
1284
|
to: {
|
|
1285
1285
|
is_suspended: boolean;
|
|
1286
1286
|
};
|
|
1287
|
-
}>, z.ZodObject<
|
|
1287
|
+
}>, z.ZodObject<{
|
|
1288
1288
|
created_at: z.ZodString;
|
|
1289
1289
|
message: z.ZodString;
|
|
1290
|
-
}
|
|
1290
|
+
} & {
|
|
1291
1291
|
mutation_code: z.ZodLiteral<"updating_group_membership">;
|
|
1292
1292
|
from: z.ZodObject<{
|
|
1293
1293
|
acs_access_group_id: z.ZodNullable<z.ZodString>;
|
|
@@ -1303,7 +1303,7 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
1303
1303
|
}, {
|
|
1304
1304
|
acs_access_group_id: string | null;
|
|
1305
1305
|
}>;
|
|
1306
|
-
}
|
|
1306
|
+
}, "strip", z.ZodTypeAny, {
|
|
1307
1307
|
message: string;
|
|
1308
1308
|
created_at: string;
|
|
1309
1309
|
mutation_code: "updating_group_membership";
|
|
@@ -1326,14 +1326,14 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
1326
1326
|
}>]>, "many">>;
|
|
1327
1327
|
last_successful_sync_at: z.ZodNullable<z.ZodString>;
|
|
1328
1328
|
connected_account_id: z.ZodString;
|
|
1329
|
-
}
|
|
1329
|
+
} & {
|
|
1330
1330
|
full_name: z.ZodOptional<z.ZodString>;
|
|
1331
1331
|
email: z.ZodOptional<z.ZodString>;
|
|
1332
1332
|
email_address: z.ZodOptional<z.ZodString>;
|
|
1333
1333
|
phone_number: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
|
|
1334
|
-
}
|
|
1334
|
+
} & {
|
|
1335
1335
|
is_managed: z.ZodLiteral<false>;
|
|
1336
|
-
}
|
|
1336
|
+
}, "strip", z.ZodTypeAny, {
|
|
1337
1337
|
display_name: string;
|
|
1338
1338
|
workspace_id: string;
|
|
1339
1339
|
created_at: string;
|