@seamapi/types 1.329.1 → 1.330.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 +65 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +70 -0
- package/lib/seam/connect/models/acs/acs-user.d.ts +93 -0
- package/lib/seam/connect/models/acs/acs-user.js +14 -1
- package/lib/seam/connect/models/acs/acs-user.js.map +1 -1
- package/lib/seam/connect/openapi.js +53 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +28 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-user.ts +17 -1
- package/src/lib/seam/connect/openapi.ts +56 -0
- package/src/lib/seam/connect/route-types.ts +35 -0
package/dist/connect.d.cts
CHANGED
|
@@ -2070,6 +2070,19 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
|
|
|
2070
2070
|
message: string;
|
|
2071
2071
|
warning_code: "salto_ks_user_not_subscribed";
|
|
2072
2072
|
created_at: string;
|
|
2073
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
2074
|
+
created_at: z.ZodString;
|
|
2075
|
+
message: z.ZodString;
|
|
2076
|
+
}, {
|
|
2077
|
+
warning_code: z.ZodLiteral<"unknown_issue_with_acs_user">;
|
|
2078
|
+
}>, "strip", z.ZodTypeAny, {
|
|
2079
|
+
message: string;
|
|
2080
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
2081
|
+
created_at: string;
|
|
2082
|
+
}, {
|
|
2083
|
+
message: string;
|
|
2084
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
2085
|
+
created_at: string;
|
|
2073
2086
|
}>]>, "many">;
|
|
2074
2087
|
errors: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
2075
2088
|
created_at: z.ZodString;
|
|
@@ -2175,6 +2188,10 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
|
|
|
2175
2188
|
message: string;
|
|
2176
2189
|
warning_code: "salto_ks_user_not_subscribed";
|
|
2177
2190
|
created_at: string;
|
|
2191
|
+
} | {
|
|
2192
|
+
message: string;
|
|
2193
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
2194
|
+
created_at: string;
|
|
2178
2195
|
})[];
|
|
2179
2196
|
display_name: string;
|
|
2180
2197
|
workspace_id: string;
|
|
@@ -2230,6 +2247,10 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
|
|
|
2230
2247
|
message: string;
|
|
2231
2248
|
warning_code: "salto_ks_user_not_subscribed";
|
|
2232
2249
|
created_at: string;
|
|
2250
|
+
} | {
|
|
2251
|
+
message: string;
|
|
2252
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
2253
|
+
created_at: string;
|
|
2233
2254
|
})[];
|
|
2234
2255
|
display_name: string;
|
|
2235
2256
|
workspace_id: string;
|
|
@@ -2307,6 +2328,19 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
|
|
|
2307
2328
|
message: string;
|
|
2308
2329
|
warning_code: "salto_ks_user_not_subscribed";
|
|
2309
2330
|
created_at: string;
|
|
2331
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
2332
|
+
created_at: z.ZodString;
|
|
2333
|
+
message: z.ZodString;
|
|
2334
|
+
}, {
|
|
2335
|
+
warning_code: z.ZodLiteral<"unknown_issue_with_acs_user">;
|
|
2336
|
+
}>, "strip", z.ZodTypeAny, {
|
|
2337
|
+
message: string;
|
|
2338
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
2339
|
+
created_at: string;
|
|
2340
|
+
}, {
|
|
2341
|
+
message: string;
|
|
2342
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
2343
|
+
created_at: string;
|
|
2310
2344
|
}>]>, "many">;
|
|
2311
2345
|
errors: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
2312
2346
|
created_at: z.ZodString;
|
|
@@ -2412,6 +2446,10 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
|
|
|
2412
2446
|
message: string;
|
|
2413
2447
|
warning_code: "salto_ks_user_not_subscribed";
|
|
2414
2448
|
created_at: string;
|
|
2449
|
+
} | {
|
|
2450
|
+
message: string;
|
|
2451
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
2452
|
+
created_at: string;
|
|
2415
2453
|
})[];
|
|
2416
2454
|
display_name: string;
|
|
2417
2455
|
workspace_id: string;
|
|
@@ -2467,6 +2505,10 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
|
|
|
2467
2505
|
message: string;
|
|
2468
2506
|
warning_code: "salto_ks_user_not_subscribed";
|
|
2469
2507
|
created_at: string;
|
|
2508
|
+
} | {
|
|
2509
|
+
message: string;
|
|
2510
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
2511
|
+
created_at: string;
|
|
2470
2512
|
})[];
|
|
2471
2513
|
display_name: string;
|
|
2472
2514
|
workspace_id: string;
|
|
@@ -42769,6 +42811,10 @@ interface Routes {
|
|
|
42769
42811
|
created_at: string;
|
|
42770
42812
|
message: string;
|
|
42771
42813
|
warning_code: 'salto_ks_user_not_subscribed';
|
|
42814
|
+
} | {
|
|
42815
|
+
created_at: string;
|
|
42816
|
+
message: string;
|
|
42817
|
+
warning_code: 'unknown_issue_with_acs_user';
|
|
42772
42818
|
}>;
|
|
42773
42819
|
/** Errors associated with the `acs_user`. */
|
|
42774
42820
|
errors: Array<{
|
|
@@ -46695,6 +46741,10 @@ interface Routes {
|
|
|
46695
46741
|
created_at: string;
|
|
46696
46742
|
message: string;
|
|
46697
46743
|
warning_code: 'salto_ks_user_not_subscribed';
|
|
46744
|
+
} | {
|
|
46745
|
+
created_at: string;
|
|
46746
|
+
message: string;
|
|
46747
|
+
warning_code: 'unknown_issue_with_acs_user';
|
|
46698
46748
|
}>;
|
|
46699
46749
|
/** Errors associated with the `acs_user`. */
|
|
46700
46750
|
errors: Array<{
|
|
@@ -46811,6 +46861,10 @@ interface Routes {
|
|
|
46811
46861
|
created_at: string;
|
|
46812
46862
|
message: string;
|
|
46813
46863
|
warning_code: 'salto_ks_user_not_subscribed';
|
|
46864
|
+
} | {
|
|
46865
|
+
created_at: string;
|
|
46866
|
+
message: string;
|
|
46867
|
+
warning_code: 'unknown_issue_with_acs_user';
|
|
46814
46868
|
}>;
|
|
46815
46869
|
/** Errors associated with the `acs_user`. */
|
|
46816
46870
|
errors: Array<{
|
|
@@ -46922,6 +46976,10 @@ interface Routes {
|
|
|
46922
46976
|
created_at: string;
|
|
46923
46977
|
message: string;
|
|
46924
46978
|
warning_code: 'salto_ks_user_not_subscribed';
|
|
46979
|
+
} | {
|
|
46980
|
+
created_at: string;
|
|
46981
|
+
message: string;
|
|
46982
|
+
warning_code: 'unknown_issue_with_acs_user';
|
|
46925
46983
|
}>;
|
|
46926
46984
|
/** Errors associated with the `acs_user`. */
|
|
46927
46985
|
errors: Array<{
|
|
@@ -47129,6 +47187,10 @@ interface Routes {
|
|
|
47129
47187
|
created_at: string;
|
|
47130
47188
|
message: string;
|
|
47131
47189
|
warning_code: 'salto_ks_user_not_subscribed';
|
|
47190
|
+
} | {
|
|
47191
|
+
created_at: string;
|
|
47192
|
+
message: string;
|
|
47193
|
+
warning_code: 'unknown_issue_with_acs_user';
|
|
47132
47194
|
}>;
|
|
47133
47195
|
/** Errors associated with the `acs_user`. */
|
|
47134
47196
|
errors: Array<{
|
|
@@ -47235,6 +47297,10 @@ interface Routes {
|
|
|
47235
47297
|
created_at: string;
|
|
47236
47298
|
message: string;
|
|
47237
47299
|
warning_code: 'salto_ks_user_not_subscribed';
|
|
47300
|
+
} | {
|
|
47301
|
+
created_at: string;
|
|
47302
|
+
message: string;
|
|
47303
|
+
warning_code: 'unknown_issue_with_acs_user';
|
|
47238
47304
|
}>;
|
|
47239
47305
|
/** Errors associated with the `acs_user`. */
|
|
47240
47306
|
errors: Array<{
|
|
@@ -71194,6 +71260,10 @@ interface Routes {
|
|
|
71194
71260
|
created_at: string;
|
|
71195
71261
|
message: string;
|
|
71196
71262
|
warning_code: 'salto_ks_user_not_subscribed';
|
|
71263
|
+
} | {
|
|
71264
|
+
created_at: string;
|
|
71265
|
+
message: string;
|
|
71266
|
+
warning_code: 'unknown_issue_with_acs_user';
|
|
71197
71267
|
}>;
|
|
71198
71268
|
/** Errors associated with the `acs_user`. */
|
|
71199
71269
|
errors: Array<{
|
|
@@ -126,6 +126,20 @@ export declare const acs_users_error_map: z.ZodObject<{
|
|
|
126
126
|
} | null | undefined;
|
|
127
127
|
}>;
|
|
128
128
|
export type AcsUsersErrorMap = z.infer<typeof acs_users_error_map>;
|
|
129
|
+
export declare const unknown_issue_with_acs_user: z.ZodObject<z.objectUtil.extendShape<{
|
|
130
|
+
created_at: z.ZodString;
|
|
131
|
+
message: z.ZodString;
|
|
132
|
+
}, {
|
|
133
|
+
warning_code: z.ZodLiteral<"unknown_issue_with_acs_user">;
|
|
134
|
+
}>, "strip", z.ZodTypeAny, {
|
|
135
|
+
message: string;
|
|
136
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
137
|
+
created_at: string;
|
|
138
|
+
}, {
|
|
139
|
+
message: string;
|
|
140
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
141
|
+
created_at: string;
|
|
142
|
+
}>;
|
|
129
143
|
export declare const acs_users_warning_map: z.ZodObject<{
|
|
130
144
|
being_deleted: z.ZodNullable<z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
|
|
131
145
|
created_at: z.ZodString;
|
|
@@ -155,6 +169,20 @@ export declare const acs_users_warning_map: z.ZodObject<{
|
|
|
155
169
|
warning_code: "salto_ks_user_not_subscribed";
|
|
156
170
|
created_at: string;
|
|
157
171
|
}>>>;
|
|
172
|
+
unknown_issue_with_acs_user: z.ZodNullable<z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
|
|
173
|
+
created_at: z.ZodString;
|
|
174
|
+
message: z.ZodString;
|
|
175
|
+
}, {
|
|
176
|
+
warning_code: z.ZodLiteral<"unknown_issue_with_acs_user">;
|
|
177
|
+
}>, "strip", z.ZodTypeAny, {
|
|
178
|
+
message: string;
|
|
179
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
180
|
+
created_at: string;
|
|
181
|
+
}, {
|
|
182
|
+
message: string;
|
|
183
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
184
|
+
created_at: string;
|
|
185
|
+
}>>>;
|
|
158
186
|
}, "strip", z.ZodTypeAny, {
|
|
159
187
|
being_deleted?: {
|
|
160
188
|
message: string;
|
|
@@ -166,6 +194,11 @@ export declare const acs_users_warning_map: z.ZodObject<{
|
|
|
166
194
|
warning_code: "salto_ks_user_not_subscribed";
|
|
167
195
|
created_at: string;
|
|
168
196
|
} | null | undefined;
|
|
197
|
+
unknown_issue_with_acs_user?: {
|
|
198
|
+
message: string;
|
|
199
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
200
|
+
created_at: string;
|
|
201
|
+
} | null | undefined;
|
|
169
202
|
}, {
|
|
170
203
|
being_deleted?: {
|
|
171
204
|
message: string;
|
|
@@ -177,6 +210,11 @@ export declare const acs_users_warning_map: z.ZodObject<{
|
|
|
177
210
|
warning_code: "salto_ks_user_not_subscribed";
|
|
178
211
|
created_at: string;
|
|
179
212
|
} | null | undefined;
|
|
213
|
+
unknown_issue_with_acs_user?: {
|
|
214
|
+
message: string;
|
|
215
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
216
|
+
created_at: string;
|
|
217
|
+
} | null | undefined;
|
|
180
218
|
}>;
|
|
181
219
|
export declare const acs_users_warnings: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
182
220
|
created_at: z.ZodString;
|
|
@@ -204,6 +242,19 @@ export declare const acs_users_warnings: z.ZodUnion<[z.ZodObject<z.objectUtil.ex
|
|
|
204
242
|
message: string;
|
|
205
243
|
warning_code: "salto_ks_user_not_subscribed";
|
|
206
244
|
created_at: string;
|
|
245
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
246
|
+
created_at: z.ZodString;
|
|
247
|
+
message: z.ZodString;
|
|
248
|
+
}, {
|
|
249
|
+
warning_code: z.ZodLiteral<"unknown_issue_with_acs_user">;
|
|
250
|
+
}>, "strip", z.ZodTypeAny, {
|
|
251
|
+
message: string;
|
|
252
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
253
|
+
created_at: string;
|
|
254
|
+
}, {
|
|
255
|
+
message: string;
|
|
256
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
257
|
+
created_at: string;
|
|
207
258
|
}>]>;
|
|
208
259
|
export type AcsUsersWarningMap = z.infer<typeof acs_users_warning_map>;
|
|
209
260
|
export declare const acs_user_unapplied_modification_map: z.ZodObject<{
|
|
@@ -311,6 +362,19 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
311
362
|
message: string;
|
|
312
363
|
warning_code: "salto_ks_user_not_subscribed";
|
|
313
364
|
created_at: string;
|
|
365
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
366
|
+
created_at: z.ZodString;
|
|
367
|
+
message: z.ZodString;
|
|
368
|
+
}, {
|
|
369
|
+
warning_code: z.ZodLiteral<"unknown_issue_with_acs_user">;
|
|
370
|
+
}>, "strip", z.ZodTypeAny, {
|
|
371
|
+
message: string;
|
|
372
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
373
|
+
created_at: string;
|
|
374
|
+
}, {
|
|
375
|
+
message: string;
|
|
376
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
377
|
+
created_at: string;
|
|
314
378
|
}>]>, "many">;
|
|
315
379
|
errors: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
316
380
|
created_at: z.ZodString;
|
|
@@ -416,6 +480,10 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
416
480
|
message: string;
|
|
417
481
|
warning_code: "salto_ks_user_not_subscribed";
|
|
418
482
|
created_at: string;
|
|
483
|
+
} | {
|
|
484
|
+
message: string;
|
|
485
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
486
|
+
created_at: string;
|
|
419
487
|
})[];
|
|
420
488
|
display_name: string;
|
|
421
489
|
workspace_id: string;
|
|
@@ -471,6 +539,10 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
471
539
|
message: string;
|
|
472
540
|
warning_code: "salto_ks_user_not_subscribed";
|
|
473
541
|
created_at: string;
|
|
542
|
+
} | {
|
|
543
|
+
message: string;
|
|
544
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
545
|
+
created_at: string;
|
|
474
546
|
})[];
|
|
475
547
|
display_name: string;
|
|
476
548
|
workspace_id: string;
|
|
@@ -548,6 +620,19 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
548
620
|
message: string;
|
|
549
621
|
warning_code: "salto_ks_user_not_subscribed";
|
|
550
622
|
created_at: string;
|
|
623
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
624
|
+
created_at: z.ZodString;
|
|
625
|
+
message: z.ZodString;
|
|
626
|
+
}, {
|
|
627
|
+
warning_code: z.ZodLiteral<"unknown_issue_with_acs_user">;
|
|
628
|
+
}>, "strip", z.ZodTypeAny, {
|
|
629
|
+
message: string;
|
|
630
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
631
|
+
created_at: string;
|
|
632
|
+
}, {
|
|
633
|
+
message: string;
|
|
634
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
635
|
+
created_at: string;
|
|
551
636
|
}>]>, "many">;
|
|
552
637
|
errors: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
553
638
|
created_at: z.ZodString;
|
|
@@ -653,6 +738,10 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
653
738
|
message: string;
|
|
654
739
|
warning_code: "salto_ks_user_not_subscribed";
|
|
655
740
|
created_at: string;
|
|
741
|
+
} | {
|
|
742
|
+
message: string;
|
|
743
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
744
|
+
created_at: string;
|
|
656
745
|
})[];
|
|
657
746
|
display_name: string;
|
|
658
747
|
workspace_id: string;
|
|
@@ -708,6 +797,10 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
708
797
|
message: string;
|
|
709
798
|
warning_code: "salto_ks_user_not_subscribed";
|
|
710
799
|
created_at: string;
|
|
800
|
+
} | {
|
|
801
|
+
message: string;
|
|
802
|
+
warning_code: "unknown_issue_with_acs_user";
|
|
803
|
+
created_at: string;
|
|
711
804
|
})[];
|
|
712
805
|
display_name: string;
|
|
713
806
|
workspace_id: string;
|
|
@@ -79,14 +79,27 @@ const acs_users_salto_ks_user_not_subscribed = common_acs_user_warning
|
|
|
79
79
|
warning_code: z.literal('salto_ks_user_not_subscribed'),
|
|
80
80
|
})
|
|
81
81
|
.describe(`Indicates that the user is not subscribed on the Salto KS, so they cannot unlock doors or perform any actions. This occur when the their access schedule hasn’t started yet, or if their access schedule has ended, or if the site has reached its limit for active users (subscription slots), or if they have been manually unsubscribed.`);
|
|
82
|
+
export const unknown_issue_with_acs_user = common_acs_user_warning
|
|
83
|
+
.extend({
|
|
84
|
+
warning_code: z.literal('unknown_issue_with_acs_user'),
|
|
85
|
+
})
|
|
86
|
+
.describe('An unknown issue occurred while syncing the state of this user with the provider. ' +
|
|
87
|
+
'This issue may affect the proper functioning of this user.');
|
|
82
88
|
export const acs_users_warning_map = z.object({
|
|
83
89
|
being_deleted: acs_users_being_deleted.optional().nullable(),
|
|
84
90
|
salto_ks_user_not_subscribed: acs_users_salto_ks_user_not_subscribed
|
|
85
91
|
.optional()
|
|
86
92
|
.nullable(),
|
|
93
|
+
unknown_issue_with_acs_user: unknown_issue_with_acs_user
|
|
94
|
+
.optional()
|
|
95
|
+
.nullable(),
|
|
87
96
|
});
|
|
88
97
|
export const acs_users_warnings = z
|
|
89
|
-
.union([
|
|
98
|
+
.union([
|
|
99
|
+
acs_users_being_deleted,
|
|
100
|
+
acs_users_salto_ks_user_not_subscribed,
|
|
101
|
+
unknown_issue_with_acs_user,
|
|
102
|
+
])
|
|
90
103
|
.describe('Warning associated with the `acs_user`.');
|
|
91
104
|
const common_acs_user_modification = z.object({
|
|
92
105
|
created_at: z
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"acs-user.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-user.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"acs-user.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-user.ts"],"names":[],"mappings":"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"}
|
|
@@ -1509,6 +1509,19 @@ export default {
|
|
|
1509
1509
|
required: ['created_at', 'message', 'warning_code'],
|
|
1510
1510
|
type: 'object',
|
|
1511
1511
|
},
|
|
1512
|
+
{
|
|
1513
|
+
description: 'An unknown issue occurred while syncing the state of this user with the provider. This issue may affect the proper functioning of this user.',
|
|
1514
|
+
properties: {
|
|
1515
|
+
created_at: { format: 'date-time', type: 'string' },
|
|
1516
|
+
message: { type: 'string' },
|
|
1517
|
+
warning_code: {
|
|
1518
|
+
enum: ['unknown_issue_with_acs_user'],
|
|
1519
|
+
type: 'string',
|
|
1520
|
+
},
|
|
1521
|
+
},
|
|
1522
|
+
required: ['created_at', 'message', 'warning_code'],
|
|
1523
|
+
type: 'object',
|
|
1524
|
+
},
|
|
1512
1525
|
],
|
|
1513
1526
|
},
|
|
1514
1527
|
type: 'array',
|
|
@@ -16950,6 +16963,26 @@ export default {
|
|
|
16950
16963
|
],
|
|
16951
16964
|
type: 'object',
|
|
16952
16965
|
},
|
|
16966
|
+
{
|
|
16967
|
+
description: 'An unknown issue occurred while syncing the state of this user with the provider. This issue may affect the proper functioning of this user.',
|
|
16968
|
+
properties: {
|
|
16969
|
+
created_at: {
|
|
16970
|
+
format: 'date-time',
|
|
16971
|
+
type: 'string',
|
|
16972
|
+
},
|
|
16973
|
+
message: { type: 'string' },
|
|
16974
|
+
warning_code: {
|
|
16975
|
+
enum: ['unknown_issue_with_acs_user'],
|
|
16976
|
+
type: 'string',
|
|
16977
|
+
},
|
|
16978
|
+
},
|
|
16979
|
+
required: [
|
|
16980
|
+
'created_at',
|
|
16981
|
+
'message',
|
|
16982
|
+
'warning_code',
|
|
16983
|
+
],
|
|
16984
|
+
type: 'object',
|
|
16985
|
+
},
|
|
16953
16986
|
],
|
|
16954
16987
|
},
|
|
16955
16988
|
type: 'array',
|
|
@@ -17311,6 +17344,26 @@ export default {
|
|
|
17311
17344
|
],
|
|
17312
17345
|
type: 'object',
|
|
17313
17346
|
},
|
|
17347
|
+
{
|
|
17348
|
+
description: 'An unknown issue occurred while syncing the state of this user with the provider. This issue may affect the proper functioning of this user.',
|
|
17349
|
+
properties: {
|
|
17350
|
+
created_at: {
|
|
17351
|
+
format: 'date-time',
|
|
17352
|
+
type: 'string',
|
|
17353
|
+
},
|
|
17354
|
+
message: { type: 'string' },
|
|
17355
|
+
warning_code: {
|
|
17356
|
+
enum: ['unknown_issue_with_acs_user'],
|
|
17357
|
+
type: 'string',
|
|
17358
|
+
},
|
|
17359
|
+
},
|
|
17360
|
+
required: [
|
|
17361
|
+
'created_at',
|
|
17362
|
+
'message',
|
|
17363
|
+
'warning_code',
|
|
17364
|
+
],
|
|
17365
|
+
type: 'object',
|
|
17366
|
+
},
|
|
17314
17367
|
],
|
|
17315
17368
|
},
|
|
17316
17369
|
type: 'array',
|