@seamapi/types 1.387.0 → 1.388.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.
@@ -4880,6 +4880,19 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
4880
4880
  message: string;
4881
4881
  created_at: string;
4882
4882
  warning_code: "unknown_issue_with_acs_user";
4883
+ }>, z.ZodObject<z.objectUtil.extendShape<{
4884
+ created_at: z.ZodString;
4885
+ message: z.ZodString;
4886
+ }, {
4887
+ warning_code: z.ZodLiteral<"latch_resident_user">;
4888
+ }>, "strip", z.ZodTypeAny, {
4889
+ message: string;
4890
+ created_at: string;
4891
+ warning_code: "latch_resident_user";
4892
+ }, {
4893
+ message: string;
4894
+ created_at: string;
4895
+ warning_code: "latch_resident_user";
4883
4896
  }>]>, "many">;
4884
4897
  errors: z.ZodArray<z.ZodDiscriminatedUnion<"error_code", [z.ZodObject<z.objectUtil.extendShape<{
4885
4898
  created_at: z.ZodString;
@@ -5203,6 +5216,10 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
5203
5216
  message: string;
5204
5217
  created_at: string;
5205
5218
  warning_code: "unknown_issue_with_acs_user";
5219
+ } | {
5220
+ message: string;
5221
+ created_at: string;
5222
+ warning_code: "latch_resident_user";
5206
5223
  })[];
5207
5224
  workspace_id: string;
5208
5225
  is_managed: true;
@@ -5315,6 +5332,10 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
5315
5332
  message: string;
5316
5333
  created_at: string;
5317
5334
  warning_code: "unknown_issue_with_acs_user";
5335
+ } | {
5336
+ message: string;
5337
+ created_at: string;
5338
+ warning_code: "latch_resident_user";
5318
5339
  })[];
5319
5340
  workspace_id: string;
5320
5341
  is_managed: true;
@@ -5455,6 +5476,19 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
5455
5476
  message: string;
5456
5477
  created_at: string;
5457
5478
  warning_code: "unknown_issue_with_acs_user";
5479
+ }>, z.ZodObject<z.objectUtil.extendShape<{
5480
+ created_at: z.ZodString;
5481
+ message: z.ZodString;
5482
+ }, {
5483
+ warning_code: z.ZodLiteral<"latch_resident_user">;
5484
+ }>, "strip", z.ZodTypeAny, {
5485
+ message: string;
5486
+ created_at: string;
5487
+ warning_code: "latch_resident_user";
5488
+ }, {
5489
+ message: string;
5490
+ created_at: string;
5491
+ warning_code: "latch_resident_user";
5458
5492
  }>]>, "many">;
5459
5493
  errors: z.ZodArray<z.ZodDiscriminatedUnion<"error_code", [z.ZodObject<z.objectUtil.extendShape<{
5460
5494
  created_at: z.ZodString;
@@ -5778,6 +5812,10 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
5778
5812
  message: string;
5779
5813
  created_at: string;
5780
5814
  warning_code: "unknown_issue_with_acs_user";
5815
+ } | {
5816
+ message: string;
5817
+ created_at: string;
5818
+ warning_code: "latch_resident_user";
5781
5819
  })[];
5782
5820
  workspace_id: string;
5783
5821
  is_managed: false;
@@ -5890,6 +5928,10 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
5890
5928
  message: string;
5891
5929
  created_at: string;
5892
5930
  warning_code: "unknown_issue_with_acs_user";
5931
+ } | {
5932
+ message: string;
5933
+ created_at: string;
5934
+ warning_code: "latch_resident_user";
5893
5935
  })[];
5894
5936
  workspace_id: string;
5895
5937
  is_managed: false;
@@ -60561,6 +60603,12 @@ interface Routes {
60561
60603
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
60562
60604
  message: string;
60563
60605
  warning_code: 'unknown_issue_with_acs_user';
60606
+ } | {
60607
+ /** Date and time at which Seam created the warning. */
60608
+ created_at: string;
60609
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
60610
+ message: string;
60611
+ warning_code: 'latch_resident_user';
60564
60612
  }>;
60565
60613
  /** Errors associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
60566
60614
  errors: Array<{
@@ -66420,6 +66468,12 @@ interface Routes {
66420
66468
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
66421
66469
  message: string;
66422
66470
  warning_code: 'unknown_issue_with_acs_user';
66471
+ } | {
66472
+ /** Date and time at which Seam created the warning. */
66473
+ created_at: string;
66474
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
66475
+ message: string;
66476
+ warning_code: 'latch_resident_user';
66423
66477
  }>;
66424
66478
  /** Errors associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
66425
66479
  errors: Array<{
@@ -66618,6 +66672,12 @@ interface Routes {
66618
66672
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
66619
66673
  message: string;
66620
66674
  warning_code: 'unknown_issue_with_acs_user';
66675
+ } | {
66676
+ /** Date and time at which Seam created the warning. */
66677
+ created_at: string;
66678
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
66679
+ message: string;
66680
+ warning_code: 'latch_resident_user';
66621
66681
  }>;
66622
66682
  /** Errors associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
66623
66683
  errors: Array<{
@@ -66812,6 +66872,12 @@ interface Routes {
66812
66872
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
66813
66873
  message: string;
66814
66874
  warning_code: 'unknown_issue_with_acs_user';
66875
+ } | {
66876
+ /** Date and time at which Seam created the warning. */
66877
+ created_at: string;
66878
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
66879
+ message: string;
66880
+ warning_code: 'latch_resident_user';
66815
66881
  }>;
66816
66882
  /** Errors associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
66817
66883
  errors: Array<{
@@ -67115,6 +67181,12 @@ interface Routes {
67115
67181
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
67116
67182
  message: string;
67117
67183
  warning_code: 'unknown_issue_with_acs_user';
67184
+ } | {
67185
+ /** Date and time at which Seam created the warning. */
67186
+ created_at: string;
67187
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
67188
+ message: string;
67189
+ warning_code: 'latch_resident_user';
67118
67190
  }>;
67119
67191
  /** Errors associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
67120
67192
  errors: Array<{
@@ -67299,6 +67371,12 @@ interface Routes {
67299
67371
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
67300
67372
  message: string;
67301
67373
  warning_code: 'unknown_issue_with_acs_user';
67374
+ } | {
67375
+ /** Date and time at which Seam created the warning. */
67376
+ created_at: string;
67377
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
67378
+ message: string;
67379
+ warning_code: 'latch_resident_user';
67302
67380
  }>;
67303
67381
  /** Errors associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
67304
67382
  errors: Array<{
@@ -100879,6 +100957,12 @@ interface Routes {
100879
100957
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
100880
100958
  message: string;
100881
100959
  warning_code: 'unknown_issue_with_acs_user';
100960
+ } | {
100961
+ /** Date and time at which Seam created the warning. */
100962
+ created_at: string;
100963
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
100964
+ message: string;
100965
+ warning_code: 'latch_resident_user';
100882
100966
  }>;
100883
100967
  /** Errors associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management). */
100884
100968
  errors: Array<{
@@ -140,6 +140,20 @@ export declare const unknown_issue_with_acs_user: z.ZodObject<z.objectUtil.exten
140
140
  created_at: string;
141
141
  warning_code: "unknown_issue_with_acs_user";
142
142
  }>;
143
+ export declare const latch_resident_user: z.ZodObject<z.objectUtil.extendShape<{
144
+ created_at: z.ZodString;
145
+ message: z.ZodString;
146
+ }, {
147
+ warning_code: z.ZodLiteral<"latch_resident_user">;
148
+ }>, "strip", z.ZodTypeAny, {
149
+ message: string;
150
+ created_at: string;
151
+ warning_code: "latch_resident_user";
152
+ }, {
153
+ message: string;
154
+ created_at: string;
155
+ warning_code: "latch_resident_user";
156
+ }>;
143
157
  export declare const acs_users_warning_map: z.ZodObject<{
144
158
  being_deleted: z.ZodNullable<z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
145
159
  created_at: z.ZodString;
@@ -183,6 +197,20 @@ export declare const acs_users_warning_map: z.ZodObject<{
183
197
  created_at: string;
184
198
  warning_code: "unknown_issue_with_acs_user";
185
199
  }>>>;
200
+ latch_resident_user: z.ZodNullable<z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
201
+ created_at: z.ZodString;
202
+ message: z.ZodString;
203
+ }, {
204
+ warning_code: z.ZodLiteral<"latch_resident_user">;
205
+ }>, "strip", z.ZodTypeAny, {
206
+ message: string;
207
+ created_at: string;
208
+ warning_code: "latch_resident_user";
209
+ }, {
210
+ message: string;
211
+ created_at: string;
212
+ warning_code: "latch_resident_user";
213
+ }>>>;
186
214
  }, "strip", z.ZodTypeAny, {
187
215
  salto_ks_user_not_subscribed?: {
188
216
  message: string;
@@ -199,6 +227,11 @@ export declare const acs_users_warning_map: z.ZodObject<{
199
227
  created_at: string;
200
228
  warning_code: "unknown_issue_with_acs_user";
201
229
  } | null | undefined;
230
+ latch_resident_user?: {
231
+ message: string;
232
+ created_at: string;
233
+ warning_code: "latch_resident_user";
234
+ } | null | undefined;
202
235
  }, {
203
236
  salto_ks_user_not_subscribed?: {
204
237
  message: string;
@@ -215,6 +248,11 @@ export declare const acs_users_warning_map: z.ZodObject<{
215
248
  created_at: string;
216
249
  warning_code: "unknown_issue_with_acs_user";
217
250
  } | null | undefined;
251
+ latch_resident_user?: {
252
+ message: string;
253
+ created_at: string;
254
+ warning_code: "latch_resident_user";
255
+ } | null | undefined;
218
256
  }>;
219
257
  export declare const acs_users_warnings: z.ZodDiscriminatedUnion<"warning_code", [z.ZodObject<z.objectUtil.extendShape<{
220
258
  created_at: z.ZodString;
@@ -255,6 +293,19 @@ export declare const acs_users_warnings: z.ZodDiscriminatedUnion<"warning_code",
255
293
  message: string;
256
294
  created_at: string;
257
295
  warning_code: "unknown_issue_with_acs_user";
296
+ }>, z.ZodObject<z.objectUtil.extendShape<{
297
+ created_at: z.ZodString;
298
+ message: z.ZodString;
299
+ }, {
300
+ warning_code: z.ZodLiteral<"latch_resident_user">;
301
+ }>, "strip", z.ZodTypeAny, {
302
+ message: string;
303
+ created_at: string;
304
+ warning_code: "latch_resident_user";
305
+ }, {
306
+ message: string;
307
+ created_at: string;
308
+ warning_code: "latch_resident_user";
258
309
  }>]>;
259
310
  export type AcsUsersWarningMap = z.infer<typeof acs_users_warning_map>;
260
311
  export declare const acs_user_unapplied_modification_map: z.ZodObject<{
@@ -373,6 +424,19 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
373
424
  message: string;
374
425
  created_at: string;
375
426
  warning_code: "unknown_issue_with_acs_user";
427
+ }>, z.ZodObject<z.objectUtil.extendShape<{
428
+ created_at: z.ZodString;
429
+ message: z.ZodString;
430
+ }, {
431
+ warning_code: z.ZodLiteral<"latch_resident_user">;
432
+ }>, "strip", z.ZodTypeAny, {
433
+ message: string;
434
+ created_at: string;
435
+ warning_code: "latch_resident_user";
436
+ }, {
437
+ message: string;
438
+ created_at: string;
439
+ warning_code: "latch_resident_user";
376
440
  }>]>, "many">;
377
441
  errors: z.ZodArray<z.ZodDiscriminatedUnion<"error_code", [z.ZodObject<z.objectUtil.extendShape<{
378
442
  created_at: z.ZodString;
@@ -696,6 +760,10 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
696
760
  message: string;
697
761
  created_at: string;
698
762
  warning_code: "unknown_issue_with_acs_user";
763
+ } | {
764
+ message: string;
765
+ created_at: string;
766
+ warning_code: "latch_resident_user";
699
767
  })[];
700
768
  workspace_id: string;
701
769
  is_managed: true;
@@ -808,6 +876,10 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
808
876
  message: string;
809
877
  created_at: string;
810
878
  warning_code: "unknown_issue_with_acs_user";
879
+ } | {
880
+ message: string;
881
+ created_at: string;
882
+ warning_code: "latch_resident_user";
811
883
  })[];
812
884
  workspace_id: string;
813
885
  is_managed: true;
@@ -948,6 +1020,19 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
948
1020
  message: string;
949
1021
  created_at: string;
950
1022
  warning_code: "unknown_issue_with_acs_user";
1023
+ }>, z.ZodObject<z.objectUtil.extendShape<{
1024
+ created_at: z.ZodString;
1025
+ message: z.ZodString;
1026
+ }, {
1027
+ warning_code: z.ZodLiteral<"latch_resident_user">;
1028
+ }>, "strip", z.ZodTypeAny, {
1029
+ message: string;
1030
+ created_at: string;
1031
+ warning_code: "latch_resident_user";
1032
+ }, {
1033
+ message: string;
1034
+ created_at: string;
1035
+ warning_code: "latch_resident_user";
951
1036
  }>]>, "many">;
952
1037
  errors: z.ZodArray<z.ZodDiscriminatedUnion<"error_code", [z.ZodObject<z.objectUtil.extendShape<{
953
1038
  created_at: z.ZodString;
@@ -1271,6 +1356,10 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
1271
1356
  message: string;
1272
1357
  created_at: string;
1273
1358
  warning_code: "unknown_issue_with_acs_user";
1359
+ } | {
1360
+ message: string;
1361
+ created_at: string;
1362
+ warning_code: "latch_resident_user";
1274
1363
  })[];
1275
1364
  workspace_id: string;
1276
1365
  is_managed: false;
@@ -1383,6 +1472,10 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
1383
1472
  message: string;
1384
1473
  created_at: string;
1385
1474
  warning_code: "unknown_issue_with_acs_user";
1475
+ } | {
1476
+ message: string;
1477
+ created_at: string;
1478
+ warning_code: "latch_resident_user";
1386
1479
  })[];
1387
1480
  workspace_id: string;
1388
1481
  is_managed: false;
@@ -91,6 +91,11 @@ export const unknown_issue_with_acs_user = common_acs_user_warning
91
91
  warning_code: z.literal('unknown_issue_with_acs_user'),
92
92
  })
93
93
  .describe('An unknown issue occurred while syncing the state of this [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) with the provider. This issue may affect the proper functioning of this user.');
94
+ export const latch_resident_user = common_acs_user_warning
95
+ .extend({
96
+ warning_code: z.literal('latch_resident_user'),
97
+ })
98
+ .describe('Indicates that the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) was created on Latch Mission Control. Please use the Latch Mission Control to manage this user.');
94
99
  export const acs_users_warning_map = z.object({
95
100
  being_deleted: acs_users_being_deleted.optional().nullable(),
96
101
  salto_ks_user_not_subscribed: acs_users_salto_ks_user_not_subscribed
@@ -99,12 +104,14 @@ export const acs_users_warning_map = z.object({
99
104
  unknown_issue_with_acs_user: unknown_issue_with_acs_user
100
105
  .optional()
101
106
  .nullable(),
107
+ latch_resident_user: latch_resident_user.optional().nullable(),
102
108
  });
103
109
  export const acs_users_warnings = z
104
110
  .discriminatedUnion('warning_code', [
105
111
  acs_users_being_deleted,
106
112
  acs_users_salto_ks_user_not_subscribed,
107
113
  unknown_issue_with_acs_user,
114
+ latch_resident_user,
108
115
  ])
109
116
  .describe('Warnings associated with the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management).');
110
117
  const common_acs_user_modification = z.object({
@@ -1 +1 @@
1
- {"version":3,"file":"acs-user.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/models/acs/acs-users/acs-user.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"acs-user.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/models/acs/acs-users/acs-user.ts"],"names":[],"mappings":"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"}
@@ -2898,6 +2898,26 @@ export default {
2898
2898
  required: ['created_at', 'message', 'warning_code'],
2899
2899
  type: 'object',
2900
2900
  },
2901
+ {
2902
+ description: 'Indicates that the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) was created on Latch Mission Control. Please use the Latch Mission Control to manage this user.',
2903
+ properties: {
2904
+ created_at: {
2905
+ description: 'Date and time at which Seam created the warning.',
2906
+ format: 'date-time',
2907
+ type: 'string',
2908
+ },
2909
+ message: {
2910
+ description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
2911
+ type: 'string',
2912
+ },
2913
+ warning_code: {
2914
+ enum: ['latch_resident_user'],
2915
+ type: 'string',
2916
+ },
2917
+ },
2918
+ required: ['created_at', 'message', 'warning_code'],
2919
+ type: 'object',
2920
+ },
2901
2921
  ],
2902
2922
  },
2903
2923
  type: 'array',
@@ -15932,6 +15952,26 @@ export default {
15932
15952
  required: ['created_at', 'message', 'warning_code'],
15933
15953
  type: 'object',
15934
15954
  },
15955
+ {
15956
+ description: 'Indicates that the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) was created on Latch Mission Control. Please use the Latch Mission Control to manage this user.',
15957
+ properties: {
15958
+ created_at: {
15959
+ description: 'Date and time at which Seam created the warning.',
15960
+ format: 'date-time',
15961
+ type: 'string',
15962
+ },
15963
+ message: {
15964
+ description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
15965
+ type: 'string',
15966
+ },
15967
+ warning_code: {
15968
+ enum: ['latch_resident_user'],
15969
+ type: 'string',
15970
+ },
15971
+ },
15972
+ required: ['created_at', 'message', 'warning_code'],
15973
+ type: 'object',
15974
+ },
15935
15975
  ],
15936
15976
  },
15937
15977
  type: 'array',