@seamapi/types 1.358.0 → 1.360.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 +532 -11
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +2726 -1075
- package/lib/seam/connect/model-types.d.ts +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +100 -0
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +100 -0
- package/lib/seam/connect/models/acs/acs-access-group.d.ts +14 -14
- package/lib/seam/connect/models/acs/acs-credential.d.ts +74 -74
- package/lib/seam/connect/models/acs/acs-encoder.d.ts +8 -8
- package/lib/seam/connect/models/acs/acs-system.d.ts +72 -72
- package/lib/seam/connect/models/acs/acs-user.d.ts +104 -104
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +168 -168
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +72 -72
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +96 -96
- package/lib/seam/connect/models/connect-webviews/connect-webview.d.ts +2 -2
- package/lib/seam/connect/models/connected-accounts/connected-account.d.ts +634 -21
- package/lib/seam/connect/models/connected-accounts/connected-account.js +56 -0
- package/lib/seam/connect/models/connected-accounts/connected-account.js.map +1 -1
- package/lib/seam/connect/models/devices/device-metadata.d.ts +24 -24
- package/lib/seam/connect/models/devices/device.d.ts +146 -46
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +127 -27
- package/lib/seam/connect/models/events/access-codes.d.ts +68 -68
- package/lib/seam/connect/models/events/connect-webviews.d.ts +4 -4
- package/lib/seam/connect/models/events/connected-accounts.d.ts +28 -28
- package/lib/seam/connect/models/events/devices.d.ts +188 -128
- package/lib/seam/connect/models/events/devices.js +10 -0
- package/lib/seam/connect/models/events/devices.js.map +1 -1
- package/lib/seam/connect/models/events/seam-event.d.ts +144 -115
- package/lib/seam/connect/openapi.d.ts +482 -4
- package/lib/seam/connect/openapi.js +469 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +601 -2
- package/package.json +2 -2
- package/src/lib/seam/connect/model-types.ts +0 -2
- package/src/lib/seam/connect/models/connected-accounts/connected-account.ts +77 -2
- package/src/lib/seam/connect/models/events/devices.ts +13 -0
- package/src/lib/seam/connect/openapi.ts +502 -2
- package/src/lib/seam/connect/route-types.ts +633 -0
|
@@ -9,12 +9,12 @@ export declare const acs_users_error_map: z.ZodObject<{
|
|
|
9
9
|
error_code: z.ZodLiteral<"deleted_externally">;
|
|
10
10
|
}>, "strip", z.ZodTypeAny, {
|
|
11
11
|
message: string;
|
|
12
|
-
error_code: "deleted_externally";
|
|
13
12
|
created_at: string;
|
|
13
|
+
error_code: "deleted_externally";
|
|
14
14
|
}, {
|
|
15
15
|
message: string;
|
|
16
|
-
error_code: "deleted_externally";
|
|
17
16
|
created_at: string;
|
|
17
|
+
error_code: "deleted_externally";
|
|
18
18
|
}>>>;
|
|
19
19
|
salto_ks_subscription_limit_exceeded: z.ZodNullable<z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
|
|
20
20
|
created_at: z.ZodString;
|
|
@@ -23,12 +23,12 @@ export declare const acs_users_error_map: z.ZodObject<{
|
|
|
23
23
|
error_code: z.ZodLiteral<"salto_ks_subscription_limit_exceeded">;
|
|
24
24
|
}>, "strip", z.ZodTypeAny, {
|
|
25
25
|
message: string;
|
|
26
|
-
error_code: "salto_ks_subscription_limit_exceeded";
|
|
27
26
|
created_at: string;
|
|
27
|
+
error_code: "salto_ks_subscription_limit_exceeded";
|
|
28
28
|
}, {
|
|
29
29
|
message: string;
|
|
30
|
-
error_code: "salto_ks_subscription_limit_exceeded";
|
|
31
30
|
created_at: string;
|
|
31
|
+
error_code: "salto_ks_subscription_limit_exceeded";
|
|
32
32
|
}>>>;
|
|
33
33
|
failed_to_create_on_acs_system: z.ZodNullable<z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
|
|
34
34
|
created_at: z.ZodString;
|
|
@@ -37,12 +37,12 @@ export declare const acs_users_error_map: z.ZodObject<{
|
|
|
37
37
|
error_code: z.ZodLiteral<"failed_to_create_on_acs_system">;
|
|
38
38
|
}>, "strip", z.ZodTypeAny, {
|
|
39
39
|
message: string;
|
|
40
|
-
error_code: "failed_to_create_on_acs_system";
|
|
41
40
|
created_at: string;
|
|
41
|
+
error_code: "failed_to_create_on_acs_system";
|
|
42
42
|
}, {
|
|
43
43
|
message: string;
|
|
44
|
-
error_code: "failed_to_create_on_acs_system";
|
|
45
44
|
created_at: string;
|
|
45
|
+
error_code: "failed_to_create_on_acs_system";
|
|
46
46
|
}>>>;
|
|
47
47
|
failed_to_update_on_acs_system: z.ZodNullable<z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
|
|
48
48
|
created_at: z.ZodString;
|
|
@@ -51,12 +51,12 @@ export declare const acs_users_error_map: z.ZodObject<{
|
|
|
51
51
|
error_code: z.ZodLiteral<"failed_to_update_on_acs_system">;
|
|
52
52
|
}>, "strip", z.ZodTypeAny, {
|
|
53
53
|
message: string;
|
|
54
|
-
error_code: "failed_to_update_on_acs_system";
|
|
55
54
|
created_at: string;
|
|
55
|
+
error_code: "failed_to_update_on_acs_system";
|
|
56
56
|
}, {
|
|
57
57
|
message: string;
|
|
58
|
-
error_code: "failed_to_update_on_acs_system";
|
|
59
58
|
created_at: string;
|
|
59
|
+
error_code: "failed_to_update_on_acs_system";
|
|
60
60
|
}>>>;
|
|
61
61
|
failed_to_delete_on_acs_system: z.ZodNullable<z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
|
|
62
62
|
created_at: z.ZodString;
|
|
@@ -65,64 +65,64 @@ export declare const acs_users_error_map: z.ZodObject<{
|
|
|
65
65
|
error_code: z.ZodLiteral<"failed_to_delete_on_acs_system">;
|
|
66
66
|
}>, "strip", z.ZodTypeAny, {
|
|
67
67
|
message: string;
|
|
68
|
-
error_code: "failed_to_delete_on_acs_system";
|
|
69
68
|
created_at: string;
|
|
69
|
+
error_code: "failed_to_delete_on_acs_system";
|
|
70
70
|
}, {
|
|
71
71
|
message: string;
|
|
72
|
-
error_code: "failed_to_delete_on_acs_system";
|
|
73
72
|
created_at: string;
|
|
73
|
+
error_code: "failed_to_delete_on_acs_system";
|
|
74
74
|
}>>>;
|
|
75
75
|
}, "strip", z.ZodTypeAny, {
|
|
76
76
|
salto_ks_subscription_limit_exceeded?: {
|
|
77
77
|
message: string;
|
|
78
|
-
error_code: "salto_ks_subscription_limit_exceeded";
|
|
79
78
|
created_at: string;
|
|
79
|
+
error_code: "salto_ks_subscription_limit_exceeded";
|
|
80
80
|
} | null | undefined;
|
|
81
81
|
deleted_externally?: {
|
|
82
82
|
message: string;
|
|
83
|
-
error_code: "deleted_externally";
|
|
84
83
|
created_at: string;
|
|
84
|
+
error_code: "deleted_externally";
|
|
85
85
|
} | null | undefined;
|
|
86
86
|
failed_to_create_on_acs_system?: {
|
|
87
87
|
message: string;
|
|
88
|
-
error_code: "failed_to_create_on_acs_system";
|
|
89
88
|
created_at: string;
|
|
89
|
+
error_code: "failed_to_create_on_acs_system";
|
|
90
90
|
} | null | undefined;
|
|
91
91
|
failed_to_update_on_acs_system?: {
|
|
92
92
|
message: string;
|
|
93
|
-
error_code: "failed_to_update_on_acs_system";
|
|
94
93
|
created_at: string;
|
|
94
|
+
error_code: "failed_to_update_on_acs_system";
|
|
95
95
|
} | null | undefined;
|
|
96
96
|
failed_to_delete_on_acs_system?: {
|
|
97
97
|
message: string;
|
|
98
|
-
error_code: "failed_to_delete_on_acs_system";
|
|
99
98
|
created_at: string;
|
|
99
|
+
error_code: "failed_to_delete_on_acs_system";
|
|
100
100
|
} | null | undefined;
|
|
101
101
|
}, {
|
|
102
102
|
salto_ks_subscription_limit_exceeded?: {
|
|
103
103
|
message: string;
|
|
104
|
-
error_code: "salto_ks_subscription_limit_exceeded";
|
|
105
104
|
created_at: string;
|
|
105
|
+
error_code: "salto_ks_subscription_limit_exceeded";
|
|
106
106
|
} | null | undefined;
|
|
107
107
|
deleted_externally?: {
|
|
108
108
|
message: string;
|
|
109
|
-
error_code: "deleted_externally";
|
|
110
109
|
created_at: string;
|
|
110
|
+
error_code: "deleted_externally";
|
|
111
111
|
} | null | undefined;
|
|
112
112
|
failed_to_create_on_acs_system?: {
|
|
113
113
|
message: string;
|
|
114
|
-
error_code: "failed_to_create_on_acs_system";
|
|
115
114
|
created_at: string;
|
|
115
|
+
error_code: "failed_to_create_on_acs_system";
|
|
116
116
|
} | null | undefined;
|
|
117
117
|
failed_to_update_on_acs_system?: {
|
|
118
118
|
message: string;
|
|
119
|
-
error_code: "failed_to_update_on_acs_system";
|
|
120
119
|
created_at: string;
|
|
120
|
+
error_code: "failed_to_update_on_acs_system";
|
|
121
121
|
} | null | undefined;
|
|
122
122
|
failed_to_delete_on_acs_system?: {
|
|
123
123
|
message: string;
|
|
124
|
-
error_code: "failed_to_delete_on_acs_system";
|
|
125
124
|
created_at: string;
|
|
125
|
+
error_code: "failed_to_delete_on_acs_system";
|
|
126
126
|
} | null | undefined;
|
|
127
127
|
}>;
|
|
128
128
|
export type AcsUsersErrorMap = z.infer<typeof acs_users_error_map>;
|
|
@@ -133,12 +133,12 @@ export declare const unknown_issue_with_acs_user: z.ZodObject<z.objectUtil.exten
|
|
|
133
133
|
warning_code: z.ZodLiteral<"unknown_issue_with_acs_user">;
|
|
134
134
|
}>, "strip", z.ZodTypeAny, {
|
|
135
135
|
message: string;
|
|
136
|
-
warning_code: "unknown_issue_with_acs_user";
|
|
137
136
|
created_at: string;
|
|
137
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
138
138
|
}, {
|
|
139
139
|
message: string;
|
|
140
|
-
warning_code: "unknown_issue_with_acs_user";
|
|
141
140
|
created_at: string;
|
|
141
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
142
142
|
}>;
|
|
143
143
|
export declare const acs_users_warning_map: z.ZodObject<{
|
|
144
144
|
being_deleted: z.ZodNullable<z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -148,12 +148,12 @@ export declare const acs_users_warning_map: z.ZodObject<{
|
|
|
148
148
|
warning_code: z.ZodLiteral<"being_deleted">;
|
|
149
149
|
}>, "strip", z.ZodTypeAny, {
|
|
150
150
|
message: string;
|
|
151
|
-
warning_code: "being_deleted";
|
|
152
151
|
created_at: string;
|
|
152
|
+
warning_code: "being_deleted";
|
|
153
153
|
}, {
|
|
154
154
|
message: string;
|
|
155
|
-
warning_code: "being_deleted";
|
|
156
155
|
created_at: string;
|
|
156
|
+
warning_code: "being_deleted";
|
|
157
157
|
}>>>;
|
|
158
158
|
salto_ks_user_not_subscribed: z.ZodNullable<z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
|
|
159
159
|
created_at: z.ZodString;
|
|
@@ -162,12 +162,12 @@ export declare const acs_users_warning_map: z.ZodObject<{
|
|
|
162
162
|
warning_code: z.ZodLiteral<"salto_ks_user_not_subscribed">;
|
|
163
163
|
}>, "strip", z.ZodTypeAny, {
|
|
164
164
|
message: string;
|
|
165
|
-
warning_code: "salto_ks_user_not_subscribed";
|
|
166
165
|
created_at: string;
|
|
166
|
+
warning_code: "salto_ks_user_not_subscribed";
|
|
167
167
|
}, {
|
|
168
168
|
message: string;
|
|
169
|
-
warning_code: "salto_ks_user_not_subscribed";
|
|
170
169
|
created_at: string;
|
|
170
|
+
warning_code: "salto_ks_user_not_subscribed";
|
|
171
171
|
}>>>;
|
|
172
172
|
unknown_issue_with_acs_user: z.ZodNullable<z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
|
|
173
173
|
created_at: z.ZodString;
|
|
@@ -176,44 +176,44 @@ export declare const acs_users_warning_map: z.ZodObject<{
|
|
|
176
176
|
warning_code: z.ZodLiteral<"unknown_issue_with_acs_user">;
|
|
177
177
|
}>, "strip", z.ZodTypeAny, {
|
|
178
178
|
message: string;
|
|
179
|
-
warning_code: "unknown_issue_with_acs_user";
|
|
180
179
|
created_at: string;
|
|
180
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
181
181
|
}, {
|
|
182
182
|
message: string;
|
|
183
|
-
warning_code: "unknown_issue_with_acs_user";
|
|
184
183
|
created_at: string;
|
|
184
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
185
185
|
}>>>;
|
|
186
186
|
}, "strip", z.ZodTypeAny, {
|
|
187
187
|
being_deleted?: {
|
|
188
188
|
message: string;
|
|
189
|
-
warning_code: "being_deleted";
|
|
190
189
|
created_at: string;
|
|
190
|
+
warning_code: "being_deleted";
|
|
191
191
|
} | null | undefined;
|
|
192
192
|
salto_ks_user_not_subscribed?: {
|
|
193
193
|
message: string;
|
|
194
|
-
warning_code: "salto_ks_user_not_subscribed";
|
|
195
194
|
created_at: string;
|
|
195
|
+
warning_code: "salto_ks_user_not_subscribed";
|
|
196
196
|
} | null | undefined;
|
|
197
197
|
unknown_issue_with_acs_user?: {
|
|
198
198
|
message: string;
|
|
199
|
-
warning_code: "unknown_issue_with_acs_user";
|
|
200
199
|
created_at: string;
|
|
200
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
201
201
|
} | null | undefined;
|
|
202
202
|
}, {
|
|
203
203
|
being_deleted?: {
|
|
204
204
|
message: string;
|
|
205
|
-
warning_code: "being_deleted";
|
|
206
205
|
created_at: string;
|
|
206
|
+
warning_code: "being_deleted";
|
|
207
207
|
} | null | undefined;
|
|
208
208
|
salto_ks_user_not_subscribed?: {
|
|
209
209
|
message: string;
|
|
210
|
-
warning_code: "salto_ks_user_not_subscribed";
|
|
211
210
|
created_at: string;
|
|
211
|
+
warning_code: "salto_ks_user_not_subscribed";
|
|
212
212
|
} | null | undefined;
|
|
213
213
|
unknown_issue_with_acs_user?: {
|
|
214
214
|
message: string;
|
|
215
|
-
warning_code: "unknown_issue_with_acs_user";
|
|
216
215
|
created_at: string;
|
|
216
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
217
217
|
} | null | undefined;
|
|
218
218
|
}>;
|
|
219
219
|
export declare const acs_users_warnings: z.ZodDiscriminatedUnion<"warning_code", [z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -223,12 +223,12 @@ export declare const acs_users_warnings: z.ZodDiscriminatedUnion<"warning_code",
|
|
|
223
223
|
warning_code: z.ZodLiteral<"being_deleted">;
|
|
224
224
|
}>, "strip", z.ZodTypeAny, {
|
|
225
225
|
message: string;
|
|
226
|
-
warning_code: "being_deleted";
|
|
227
226
|
created_at: string;
|
|
227
|
+
warning_code: "being_deleted";
|
|
228
228
|
}, {
|
|
229
229
|
message: string;
|
|
230
|
-
warning_code: "being_deleted";
|
|
231
230
|
created_at: string;
|
|
231
|
+
warning_code: "being_deleted";
|
|
232
232
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
233
233
|
created_at: z.ZodString;
|
|
234
234
|
message: z.ZodString;
|
|
@@ -236,12 +236,12 @@ export declare const acs_users_warnings: z.ZodDiscriminatedUnion<"warning_code",
|
|
|
236
236
|
warning_code: z.ZodLiteral<"salto_ks_user_not_subscribed">;
|
|
237
237
|
}>, "strip", z.ZodTypeAny, {
|
|
238
238
|
message: string;
|
|
239
|
-
warning_code: "salto_ks_user_not_subscribed";
|
|
240
239
|
created_at: string;
|
|
240
|
+
warning_code: "salto_ks_user_not_subscribed";
|
|
241
241
|
}, {
|
|
242
242
|
message: string;
|
|
243
|
-
warning_code: "salto_ks_user_not_subscribed";
|
|
244
243
|
created_at: string;
|
|
244
|
+
warning_code: "salto_ks_user_not_subscribed";
|
|
245
245
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
246
246
|
created_at: z.ZodString;
|
|
247
247
|
message: z.ZodString;
|
|
@@ -249,12 +249,12 @@ export declare const acs_users_warnings: z.ZodDiscriminatedUnion<"warning_code",
|
|
|
249
249
|
warning_code: z.ZodLiteral<"unknown_issue_with_acs_user">;
|
|
250
250
|
}>, "strip", z.ZodTypeAny, {
|
|
251
251
|
message: string;
|
|
252
|
-
warning_code: "unknown_issue_with_acs_user";
|
|
253
252
|
created_at: string;
|
|
253
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
254
254
|
}, {
|
|
255
255
|
message: string;
|
|
256
|
-
warning_code: "unknown_issue_with_acs_user";
|
|
257
256
|
created_at: string;
|
|
257
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
258
258
|
}>]>;
|
|
259
259
|
export type AcsUsersWarningMap = z.infer<typeof acs_users_warning_map>;
|
|
260
260
|
export declare const acs_user_unapplied_modification_map: z.ZodObject<{
|
|
@@ -343,12 +343,12 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
343
343
|
warning_code: z.ZodLiteral<"being_deleted">;
|
|
344
344
|
}>, "strip", z.ZodTypeAny, {
|
|
345
345
|
message: string;
|
|
346
|
-
warning_code: "being_deleted";
|
|
347
346
|
created_at: string;
|
|
347
|
+
warning_code: "being_deleted";
|
|
348
348
|
}, {
|
|
349
349
|
message: string;
|
|
350
|
-
warning_code: "being_deleted";
|
|
351
350
|
created_at: string;
|
|
351
|
+
warning_code: "being_deleted";
|
|
352
352
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
353
353
|
created_at: z.ZodString;
|
|
354
354
|
message: z.ZodString;
|
|
@@ -356,12 +356,12 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
356
356
|
warning_code: z.ZodLiteral<"salto_ks_user_not_subscribed">;
|
|
357
357
|
}>, "strip", z.ZodTypeAny, {
|
|
358
358
|
message: string;
|
|
359
|
-
warning_code: "salto_ks_user_not_subscribed";
|
|
360
359
|
created_at: string;
|
|
360
|
+
warning_code: "salto_ks_user_not_subscribed";
|
|
361
361
|
}, {
|
|
362
362
|
message: string;
|
|
363
|
-
warning_code: "salto_ks_user_not_subscribed";
|
|
364
363
|
created_at: string;
|
|
364
|
+
warning_code: "salto_ks_user_not_subscribed";
|
|
365
365
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
366
366
|
created_at: z.ZodString;
|
|
367
367
|
message: z.ZodString;
|
|
@@ -369,12 +369,12 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
369
369
|
warning_code: z.ZodLiteral<"unknown_issue_with_acs_user">;
|
|
370
370
|
}>, "strip", z.ZodTypeAny, {
|
|
371
371
|
message: string;
|
|
372
|
-
warning_code: "unknown_issue_with_acs_user";
|
|
373
372
|
created_at: string;
|
|
373
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
374
374
|
}, {
|
|
375
375
|
message: string;
|
|
376
|
-
warning_code: "unknown_issue_with_acs_user";
|
|
377
376
|
created_at: string;
|
|
377
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
378
378
|
}>]>, "many">;
|
|
379
379
|
errors: z.ZodArray<z.ZodDiscriminatedUnion<"error_code", [z.ZodObject<z.objectUtil.extendShape<{
|
|
380
380
|
created_at: z.ZodString;
|
|
@@ -383,12 +383,12 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
383
383
|
error_code: z.ZodLiteral<"deleted_externally">;
|
|
384
384
|
}>, "strip", z.ZodTypeAny, {
|
|
385
385
|
message: string;
|
|
386
|
-
error_code: "deleted_externally";
|
|
387
386
|
created_at: string;
|
|
387
|
+
error_code: "deleted_externally";
|
|
388
388
|
}, {
|
|
389
389
|
message: string;
|
|
390
|
-
error_code: "deleted_externally";
|
|
391
390
|
created_at: string;
|
|
391
|
+
error_code: "deleted_externally";
|
|
392
392
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
393
393
|
created_at: z.ZodString;
|
|
394
394
|
message: z.ZodString;
|
|
@@ -396,12 +396,12 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
396
396
|
error_code: z.ZodLiteral<"salto_ks_subscription_limit_exceeded">;
|
|
397
397
|
}>, "strip", z.ZodTypeAny, {
|
|
398
398
|
message: string;
|
|
399
|
-
error_code: "salto_ks_subscription_limit_exceeded";
|
|
400
399
|
created_at: string;
|
|
400
|
+
error_code: "salto_ks_subscription_limit_exceeded";
|
|
401
401
|
}, {
|
|
402
402
|
message: string;
|
|
403
|
-
error_code: "salto_ks_subscription_limit_exceeded";
|
|
404
403
|
created_at: string;
|
|
404
|
+
error_code: "salto_ks_subscription_limit_exceeded";
|
|
405
405
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
406
406
|
created_at: z.ZodString;
|
|
407
407
|
message: z.ZodString;
|
|
@@ -409,12 +409,12 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
409
409
|
error_code: z.ZodLiteral<"failed_to_create_on_acs_system">;
|
|
410
410
|
}>, "strip", z.ZodTypeAny, {
|
|
411
411
|
message: string;
|
|
412
|
-
error_code: "failed_to_create_on_acs_system";
|
|
413
412
|
created_at: string;
|
|
413
|
+
error_code: "failed_to_create_on_acs_system";
|
|
414
414
|
}, {
|
|
415
415
|
message: string;
|
|
416
|
-
error_code: "failed_to_create_on_acs_system";
|
|
417
416
|
created_at: string;
|
|
417
|
+
error_code: "failed_to_create_on_acs_system";
|
|
418
418
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
419
419
|
created_at: z.ZodString;
|
|
420
420
|
message: z.ZodString;
|
|
@@ -422,12 +422,12 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
422
422
|
error_code: z.ZodLiteral<"failed_to_update_on_acs_system">;
|
|
423
423
|
}>, "strip", z.ZodTypeAny, {
|
|
424
424
|
message: string;
|
|
425
|
-
error_code: "failed_to_update_on_acs_system";
|
|
426
425
|
created_at: string;
|
|
426
|
+
error_code: "failed_to_update_on_acs_system";
|
|
427
427
|
}, {
|
|
428
428
|
message: string;
|
|
429
|
-
error_code: "failed_to_update_on_acs_system";
|
|
430
429
|
created_at: string;
|
|
430
|
+
error_code: "failed_to_update_on_acs_system";
|
|
431
431
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
432
432
|
created_at: z.ZodString;
|
|
433
433
|
message: z.ZodString;
|
|
@@ -435,12 +435,12 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
435
435
|
error_code: z.ZodLiteral<"failed_to_delete_on_acs_system">;
|
|
436
436
|
}>, "strip", z.ZodTypeAny, {
|
|
437
437
|
message: string;
|
|
438
|
-
error_code: "failed_to_delete_on_acs_system";
|
|
439
438
|
created_at: string;
|
|
439
|
+
error_code: "failed_to_delete_on_acs_system";
|
|
440
440
|
}, {
|
|
441
441
|
message: string;
|
|
442
|
-
error_code: "failed_to_delete_on_acs_system";
|
|
443
442
|
created_at: string;
|
|
443
|
+
error_code: "failed_to_delete_on_acs_system";
|
|
444
444
|
}>]>, "many">;
|
|
445
445
|
}, {
|
|
446
446
|
full_name: z.ZodOptional<z.ZodString>;
|
|
@@ -453,37 +453,37 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
453
453
|
created_at: string;
|
|
454
454
|
errors: ({
|
|
455
455
|
message: string;
|
|
456
|
-
error_code: "deleted_externally";
|
|
457
456
|
created_at: string;
|
|
457
|
+
error_code: "deleted_externally";
|
|
458
458
|
} | {
|
|
459
459
|
message: string;
|
|
460
|
-
error_code: "salto_ks_subscription_limit_exceeded";
|
|
461
460
|
created_at: string;
|
|
461
|
+
error_code: "salto_ks_subscription_limit_exceeded";
|
|
462
462
|
} | {
|
|
463
463
|
message: string;
|
|
464
|
-
error_code: "failed_to_create_on_acs_system";
|
|
465
464
|
created_at: string;
|
|
465
|
+
error_code: "failed_to_create_on_acs_system";
|
|
466
466
|
} | {
|
|
467
467
|
message: string;
|
|
468
|
-
error_code: "failed_to_update_on_acs_system";
|
|
469
468
|
created_at: string;
|
|
469
|
+
error_code: "failed_to_update_on_acs_system";
|
|
470
470
|
} | {
|
|
471
471
|
message: string;
|
|
472
|
-
error_code: "failed_to_delete_on_acs_system";
|
|
473
472
|
created_at: string;
|
|
473
|
+
error_code: "failed_to_delete_on_acs_system";
|
|
474
474
|
})[];
|
|
475
475
|
warnings: ({
|
|
476
476
|
message: string;
|
|
477
|
-
warning_code: "being_deleted";
|
|
478
477
|
created_at: string;
|
|
478
|
+
warning_code: "being_deleted";
|
|
479
479
|
} | {
|
|
480
480
|
message: string;
|
|
481
|
-
warning_code: "salto_ks_user_not_subscribed";
|
|
482
481
|
created_at: string;
|
|
482
|
+
warning_code: "salto_ks_user_not_subscribed";
|
|
483
483
|
} | {
|
|
484
484
|
message: string;
|
|
485
|
-
warning_code: "unknown_issue_with_acs_user";
|
|
486
485
|
created_at: string;
|
|
486
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
487
487
|
})[];
|
|
488
488
|
display_name: string;
|
|
489
489
|
workspace_id: string;
|
|
@@ -512,37 +512,37 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
512
512
|
created_at: string;
|
|
513
513
|
errors: ({
|
|
514
514
|
message: string;
|
|
515
|
-
error_code: "deleted_externally";
|
|
516
515
|
created_at: string;
|
|
516
|
+
error_code: "deleted_externally";
|
|
517
517
|
} | {
|
|
518
518
|
message: string;
|
|
519
|
-
error_code: "salto_ks_subscription_limit_exceeded";
|
|
520
519
|
created_at: string;
|
|
520
|
+
error_code: "salto_ks_subscription_limit_exceeded";
|
|
521
521
|
} | {
|
|
522
522
|
message: string;
|
|
523
|
-
error_code: "failed_to_create_on_acs_system";
|
|
524
523
|
created_at: string;
|
|
524
|
+
error_code: "failed_to_create_on_acs_system";
|
|
525
525
|
} | {
|
|
526
526
|
message: string;
|
|
527
|
-
error_code: "failed_to_update_on_acs_system";
|
|
528
527
|
created_at: string;
|
|
528
|
+
error_code: "failed_to_update_on_acs_system";
|
|
529
529
|
} | {
|
|
530
530
|
message: string;
|
|
531
|
-
error_code: "failed_to_delete_on_acs_system";
|
|
532
531
|
created_at: string;
|
|
532
|
+
error_code: "failed_to_delete_on_acs_system";
|
|
533
533
|
})[];
|
|
534
534
|
warnings: ({
|
|
535
535
|
message: string;
|
|
536
|
-
warning_code: "being_deleted";
|
|
537
536
|
created_at: string;
|
|
537
|
+
warning_code: "being_deleted";
|
|
538
538
|
} | {
|
|
539
539
|
message: string;
|
|
540
|
-
warning_code: "salto_ks_user_not_subscribed";
|
|
541
540
|
created_at: string;
|
|
541
|
+
warning_code: "salto_ks_user_not_subscribed";
|
|
542
542
|
} | {
|
|
543
543
|
message: string;
|
|
544
|
-
warning_code: "unknown_issue_with_acs_user";
|
|
545
544
|
created_at: string;
|
|
545
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
546
546
|
})[];
|
|
547
547
|
display_name: string;
|
|
548
548
|
workspace_id: string;
|
|
@@ -601,12 +601,12 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
601
601
|
warning_code: z.ZodLiteral<"being_deleted">;
|
|
602
602
|
}>, "strip", z.ZodTypeAny, {
|
|
603
603
|
message: string;
|
|
604
|
-
warning_code: "being_deleted";
|
|
605
604
|
created_at: string;
|
|
605
|
+
warning_code: "being_deleted";
|
|
606
606
|
}, {
|
|
607
607
|
message: string;
|
|
608
|
-
warning_code: "being_deleted";
|
|
609
608
|
created_at: string;
|
|
609
|
+
warning_code: "being_deleted";
|
|
610
610
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
611
611
|
created_at: z.ZodString;
|
|
612
612
|
message: z.ZodString;
|
|
@@ -614,12 +614,12 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
614
614
|
warning_code: z.ZodLiteral<"salto_ks_user_not_subscribed">;
|
|
615
615
|
}>, "strip", z.ZodTypeAny, {
|
|
616
616
|
message: string;
|
|
617
|
-
warning_code: "salto_ks_user_not_subscribed";
|
|
618
617
|
created_at: string;
|
|
618
|
+
warning_code: "salto_ks_user_not_subscribed";
|
|
619
619
|
}, {
|
|
620
620
|
message: string;
|
|
621
|
-
warning_code: "salto_ks_user_not_subscribed";
|
|
622
621
|
created_at: string;
|
|
622
|
+
warning_code: "salto_ks_user_not_subscribed";
|
|
623
623
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
624
624
|
created_at: z.ZodString;
|
|
625
625
|
message: z.ZodString;
|
|
@@ -627,12 +627,12 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
627
627
|
warning_code: z.ZodLiteral<"unknown_issue_with_acs_user">;
|
|
628
628
|
}>, "strip", z.ZodTypeAny, {
|
|
629
629
|
message: string;
|
|
630
|
-
warning_code: "unknown_issue_with_acs_user";
|
|
631
630
|
created_at: string;
|
|
631
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
632
632
|
}, {
|
|
633
633
|
message: string;
|
|
634
|
-
warning_code: "unknown_issue_with_acs_user";
|
|
635
634
|
created_at: string;
|
|
635
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
636
636
|
}>]>, "many">;
|
|
637
637
|
errors: z.ZodArray<z.ZodDiscriminatedUnion<"error_code", [z.ZodObject<z.objectUtil.extendShape<{
|
|
638
638
|
created_at: z.ZodString;
|
|
@@ -641,12 +641,12 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
641
641
|
error_code: z.ZodLiteral<"deleted_externally">;
|
|
642
642
|
}>, "strip", z.ZodTypeAny, {
|
|
643
643
|
message: string;
|
|
644
|
-
error_code: "deleted_externally";
|
|
645
644
|
created_at: string;
|
|
645
|
+
error_code: "deleted_externally";
|
|
646
646
|
}, {
|
|
647
647
|
message: string;
|
|
648
|
-
error_code: "deleted_externally";
|
|
649
648
|
created_at: string;
|
|
649
|
+
error_code: "deleted_externally";
|
|
650
650
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
651
651
|
created_at: z.ZodString;
|
|
652
652
|
message: z.ZodString;
|
|
@@ -654,12 +654,12 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
654
654
|
error_code: z.ZodLiteral<"salto_ks_subscription_limit_exceeded">;
|
|
655
655
|
}>, "strip", z.ZodTypeAny, {
|
|
656
656
|
message: string;
|
|
657
|
-
error_code: "salto_ks_subscription_limit_exceeded";
|
|
658
657
|
created_at: string;
|
|
658
|
+
error_code: "salto_ks_subscription_limit_exceeded";
|
|
659
659
|
}, {
|
|
660
660
|
message: string;
|
|
661
|
-
error_code: "salto_ks_subscription_limit_exceeded";
|
|
662
661
|
created_at: string;
|
|
662
|
+
error_code: "salto_ks_subscription_limit_exceeded";
|
|
663
663
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
664
664
|
created_at: z.ZodString;
|
|
665
665
|
message: z.ZodString;
|
|
@@ -667,12 +667,12 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
667
667
|
error_code: z.ZodLiteral<"failed_to_create_on_acs_system">;
|
|
668
668
|
}>, "strip", z.ZodTypeAny, {
|
|
669
669
|
message: string;
|
|
670
|
-
error_code: "failed_to_create_on_acs_system";
|
|
671
670
|
created_at: string;
|
|
671
|
+
error_code: "failed_to_create_on_acs_system";
|
|
672
672
|
}, {
|
|
673
673
|
message: string;
|
|
674
|
-
error_code: "failed_to_create_on_acs_system";
|
|
675
674
|
created_at: string;
|
|
675
|
+
error_code: "failed_to_create_on_acs_system";
|
|
676
676
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
677
677
|
created_at: z.ZodString;
|
|
678
678
|
message: z.ZodString;
|
|
@@ -680,12 +680,12 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
680
680
|
error_code: z.ZodLiteral<"failed_to_update_on_acs_system">;
|
|
681
681
|
}>, "strip", z.ZodTypeAny, {
|
|
682
682
|
message: string;
|
|
683
|
-
error_code: "failed_to_update_on_acs_system";
|
|
684
683
|
created_at: string;
|
|
684
|
+
error_code: "failed_to_update_on_acs_system";
|
|
685
685
|
}, {
|
|
686
686
|
message: string;
|
|
687
|
-
error_code: "failed_to_update_on_acs_system";
|
|
688
687
|
created_at: string;
|
|
688
|
+
error_code: "failed_to_update_on_acs_system";
|
|
689
689
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
690
690
|
created_at: z.ZodString;
|
|
691
691
|
message: z.ZodString;
|
|
@@ -693,12 +693,12 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
693
693
|
error_code: z.ZodLiteral<"failed_to_delete_on_acs_system">;
|
|
694
694
|
}>, "strip", z.ZodTypeAny, {
|
|
695
695
|
message: string;
|
|
696
|
-
error_code: "failed_to_delete_on_acs_system";
|
|
697
696
|
created_at: string;
|
|
697
|
+
error_code: "failed_to_delete_on_acs_system";
|
|
698
698
|
}, {
|
|
699
699
|
message: string;
|
|
700
|
-
error_code: "failed_to_delete_on_acs_system";
|
|
701
700
|
created_at: string;
|
|
701
|
+
error_code: "failed_to_delete_on_acs_system";
|
|
702
702
|
}>]>, "many">;
|
|
703
703
|
}, {
|
|
704
704
|
full_name: z.ZodOptional<z.ZodString>;
|
|
@@ -711,37 +711,37 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
711
711
|
created_at: string;
|
|
712
712
|
errors: ({
|
|
713
713
|
message: string;
|
|
714
|
-
error_code: "deleted_externally";
|
|
715
714
|
created_at: string;
|
|
715
|
+
error_code: "deleted_externally";
|
|
716
716
|
} | {
|
|
717
717
|
message: string;
|
|
718
|
-
error_code: "salto_ks_subscription_limit_exceeded";
|
|
719
718
|
created_at: string;
|
|
719
|
+
error_code: "salto_ks_subscription_limit_exceeded";
|
|
720
720
|
} | {
|
|
721
721
|
message: string;
|
|
722
|
-
error_code: "failed_to_create_on_acs_system";
|
|
723
722
|
created_at: string;
|
|
723
|
+
error_code: "failed_to_create_on_acs_system";
|
|
724
724
|
} | {
|
|
725
725
|
message: string;
|
|
726
|
-
error_code: "failed_to_update_on_acs_system";
|
|
727
726
|
created_at: string;
|
|
727
|
+
error_code: "failed_to_update_on_acs_system";
|
|
728
728
|
} | {
|
|
729
729
|
message: string;
|
|
730
|
-
error_code: "failed_to_delete_on_acs_system";
|
|
731
730
|
created_at: string;
|
|
731
|
+
error_code: "failed_to_delete_on_acs_system";
|
|
732
732
|
})[];
|
|
733
733
|
warnings: ({
|
|
734
734
|
message: string;
|
|
735
|
-
warning_code: "being_deleted";
|
|
736
735
|
created_at: string;
|
|
736
|
+
warning_code: "being_deleted";
|
|
737
737
|
} | {
|
|
738
738
|
message: string;
|
|
739
|
-
warning_code: "salto_ks_user_not_subscribed";
|
|
740
739
|
created_at: string;
|
|
740
|
+
warning_code: "salto_ks_user_not_subscribed";
|
|
741
741
|
} | {
|
|
742
742
|
message: string;
|
|
743
|
-
warning_code: "unknown_issue_with_acs_user";
|
|
744
743
|
created_at: string;
|
|
744
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
745
745
|
})[];
|
|
746
746
|
display_name: string;
|
|
747
747
|
workspace_id: string;
|
|
@@ -770,37 +770,37 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
770
770
|
created_at: string;
|
|
771
771
|
errors: ({
|
|
772
772
|
message: string;
|
|
773
|
-
error_code: "deleted_externally";
|
|
774
773
|
created_at: string;
|
|
774
|
+
error_code: "deleted_externally";
|
|
775
775
|
} | {
|
|
776
776
|
message: string;
|
|
777
|
-
error_code: "salto_ks_subscription_limit_exceeded";
|
|
778
777
|
created_at: string;
|
|
778
|
+
error_code: "salto_ks_subscription_limit_exceeded";
|
|
779
779
|
} | {
|
|
780
780
|
message: string;
|
|
781
|
-
error_code: "failed_to_create_on_acs_system";
|
|
782
781
|
created_at: string;
|
|
782
|
+
error_code: "failed_to_create_on_acs_system";
|
|
783
783
|
} | {
|
|
784
784
|
message: string;
|
|
785
|
-
error_code: "failed_to_update_on_acs_system";
|
|
786
785
|
created_at: string;
|
|
786
|
+
error_code: "failed_to_update_on_acs_system";
|
|
787
787
|
} | {
|
|
788
788
|
message: string;
|
|
789
|
-
error_code: "failed_to_delete_on_acs_system";
|
|
790
789
|
created_at: string;
|
|
790
|
+
error_code: "failed_to_delete_on_acs_system";
|
|
791
791
|
})[];
|
|
792
792
|
warnings: ({
|
|
793
793
|
message: string;
|
|
794
|
-
warning_code: "being_deleted";
|
|
795
794
|
created_at: string;
|
|
795
|
+
warning_code: "being_deleted";
|
|
796
796
|
} | {
|
|
797
797
|
message: string;
|
|
798
|
-
warning_code: "salto_ks_user_not_subscribed";
|
|
799
798
|
created_at: string;
|
|
799
|
+
warning_code: "salto_ks_user_not_subscribed";
|
|
800
800
|
} | {
|
|
801
801
|
message: string;
|
|
802
|
-
warning_code: "unknown_issue_with_acs_user";
|
|
803
802
|
created_at: string;
|
|
803
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
804
804
|
})[];
|
|
805
805
|
display_name: string;
|
|
806
806
|
workspace_id: string;
|