@seamapi/types 1.391.0 → 1.391.1

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.
@@ -415,19 +415,6 @@ declare const access_code_warning: z.ZodDiscriminatedUnion<"warning_code", [z.Zo
415
415
  }>, z.ZodObject<z.objectUtil.extendShape<{
416
416
  message: z.ZodString;
417
417
  created_at: z.ZodOptional<z.ZodString>;
418
- }, {
419
- warning_code: z.ZodLiteral<"schlage_detected_duplicate_code_name">;
420
- }>, "strip", z.ZodTypeAny, {
421
- message: string;
422
- warning_code: "schlage_detected_duplicate_code_name";
423
- created_at?: string | undefined;
424
- }, {
425
- message: string;
426
- warning_code: "schlage_detected_duplicate_code_name";
427
- created_at?: string | undefined;
428
- }>, z.ZodObject<z.objectUtil.extendShape<{
429
- message: z.ZodString;
430
- created_at: z.ZodOptional<z.ZodString>;
431
418
  }, {
432
419
  warning_code: z.ZodLiteral<"schlage_creation_outage">;
433
420
  }>, "strip", z.ZodTypeAny, {
@@ -1321,19 +1308,6 @@ declare const access_code: z.ZodObject<{
1321
1308
  }>, z.ZodObject<z.objectUtil.extendShape<{
1322
1309
  message: z.ZodString;
1323
1310
  created_at: z.ZodOptional<z.ZodString>;
1324
- }, {
1325
- warning_code: z.ZodLiteral<"schlage_detected_duplicate_code_name">;
1326
- }>, "strip", z.ZodTypeAny, {
1327
- message: string;
1328
- warning_code: "schlage_detected_duplicate_code_name";
1329
- created_at?: string | undefined;
1330
- }, {
1331
- message: string;
1332
- warning_code: "schlage_detected_duplicate_code_name";
1333
- created_at?: string | undefined;
1334
- }>, z.ZodObject<z.objectUtil.extendShape<{
1335
- message: z.ZodString;
1336
- created_at: z.ZodOptional<z.ZodString>;
1337
1311
  }, {
1338
1312
  warning_code: z.ZodLiteral<"schlage_creation_outage">;
1339
1313
  }>, "strip", z.ZodTypeAny, {
@@ -1719,10 +1693,6 @@ declare const access_code: z.ZodObject<{
1719
1693
  message: string;
1720
1694
  warning_code: "schlage_detected_duplicate";
1721
1695
  created_at?: string | undefined;
1722
- } | {
1723
- message: string;
1724
- warning_code: "schlage_detected_duplicate_code_name";
1725
- created_at?: string | undefined;
1726
1696
  } | {
1727
1697
  message: string;
1728
1698
  warning_code: "schlage_creation_outage";
@@ -2012,10 +1982,6 @@ declare const access_code: z.ZodObject<{
2012
1982
  message: string;
2013
1983
  warning_code: "schlage_detected_duplicate";
2014
1984
  created_at?: string | undefined;
2015
- } | {
2016
- message: string;
2017
- warning_code: "schlage_detected_duplicate_code_name";
2018
- created_at?: string | undefined;
2019
1985
  } | {
2020
1986
  message: string;
2021
1987
  warning_code: "schlage_creation_outage";
@@ -2825,19 +2791,6 @@ declare const unmanaged_access_code: z.ZodObject<z.objectUtil.extendShape<Pick<{
2825
2791
  }>, z.ZodObject<z.objectUtil.extendShape<{
2826
2792
  message: z.ZodString;
2827
2793
  created_at: z.ZodOptional<z.ZodString>;
2828
- }, {
2829
- warning_code: z.ZodLiteral<"schlage_detected_duplicate_code_name">;
2830
- }>, "strip", z.ZodTypeAny, {
2831
- message: string;
2832
- warning_code: "schlage_detected_duplicate_code_name";
2833
- created_at?: string | undefined;
2834
- }, {
2835
- message: string;
2836
- warning_code: "schlage_detected_duplicate_code_name";
2837
- created_at?: string | undefined;
2838
- }>, z.ZodObject<z.objectUtil.extendShape<{
2839
- message: z.ZodString;
2840
- created_at: z.ZodOptional<z.ZodString>;
2841
2794
  }, {
2842
2795
  warning_code: z.ZodLiteral<"schlage_creation_outage">;
2843
2796
  }>, "strip", z.ZodTypeAny, {
@@ -3226,10 +3179,6 @@ declare const unmanaged_access_code: z.ZodObject<z.objectUtil.extendShape<Pick<{
3226
3179
  message: string;
3227
3180
  warning_code: "schlage_detected_duplicate";
3228
3181
  created_at?: string | undefined;
3229
- } | {
3230
- message: string;
3231
- warning_code: "schlage_detected_duplicate_code_name";
3232
- created_at?: string | undefined;
3233
3182
  } | {
3234
3183
  message: string;
3235
3184
  warning_code: "schlage_creation_outage";
@@ -3510,10 +3459,6 @@ declare const unmanaged_access_code: z.ZodObject<z.objectUtil.extendShape<Pick<{
3510
3459
  message: string;
3511
3460
  warning_code: "schlage_detected_duplicate";
3512
3461
  created_at?: string | undefined;
3513
- } | {
3514
- message: string;
3515
- warning_code: "schlage_detected_duplicate_code_name";
3516
- created_at?: string | undefined;
3517
3462
  } | {
3518
3463
  message: string;
3519
3464
  warning_code: "schlage_creation_outage";
@@ -53345,13 +53290,6 @@ interface Routes {
53345
53290
  created_at?: string | undefined;
53346
53291
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
53347
53292
  warning_code: 'schlage_detected_duplicate';
53348
- } | {
53349
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
53350
- message: string;
53351
- /** Date and time at which Seam created the warning. */
53352
- created_at?: string | undefined;
53353
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
53354
- warning_code: 'schlage_detected_duplicate_code_name';
53355
53293
  } | {
53356
53294
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
53357
53295
  message: string;
@@ -53833,13 +53771,6 @@ interface Routes {
53833
53771
  created_at?: string | undefined;
53834
53772
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
53835
53773
  warning_code: 'schlage_detected_duplicate';
53836
- } | {
53837
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
53838
- message: string;
53839
- /** Date and time at which Seam created the warning. */
53840
- created_at?: string | undefined;
53841
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
53842
- warning_code: 'schlage_detected_duplicate_code_name';
53843
53774
  } | {
53844
53775
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
53845
53776
  message: string;
@@ -55436,13 +55367,6 @@ interface Routes {
55436
55367
  created_at?: string | undefined;
55437
55368
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
55438
55369
  warning_code: 'schlage_detected_duplicate';
55439
- } | {
55440
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
55441
- message: string;
55442
- /** Date and time at which Seam created the warning. */
55443
- created_at?: string | undefined;
55444
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
55445
- warning_code: 'schlage_detected_duplicate_code_name';
55446
55370
  } | {
55447
55371
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
55448
55372
  message: string;
@@ -55904,13 +55828,6 @@ interface Routes {
55904
55828
  created_at?: string | undefined;
55905
55829
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
55906
55830
  warning_code: 'schlage_detected_duplicate';
55907
- } | {
55908
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
55909
- message: string;
55910
- /** Date and time at which Seam created the warning. */
55911
- created_at?: string | undefined;
55912
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
55913
- warning_code: 'schlage_detected_duplicate_code_name';
55914
55831
  } | {
55915
55832
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
55916
55833
  message: string;
@@ -56380,13 +56297,6 @@ interface Routes {
56380
56297
  created_at?: string | undefined;
56381
56298
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
56382
56299
  warning_code: 'schlage_detected_duplicate';
56383
- } | {
56384
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
56385
- message: string;
56386
- /** Date and time at which Seam created the warning. */
56387
- created_at?: string | undefined;
56388
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
56389
- warning_code: 'schlage_detected_duplicate_code_name';
56390
56300
  } | {
56391
56301
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
56392
56302
  message: string;
@@ -56834,13 +56744,6 @@ interface Routes {
56834
56744
  created_at?: string | undefined;
56835
56745
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
56836
56746
  warning_code: 'schlage_detected_duplicate';
56837
- } | {
56838
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
56839
- message: string;
56840
- /** Date and time at which Seam created the warning. */
56841
- created_at?: string | undefined;
56842
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
56843
- warning_code: 'schlage_detected_duplicate_code_name';
56844
56747
  } | {
56845
56748
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
56846
56749
  message: string;
@@ -57317,13 +57220,6 @@ interface Routes {
57317
57220
  created_at?: string | undefined;
57318
57221
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
57319
57222
  warning_code: 'schlage_detected_duplicate';
57320
- } | {
57321
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
57322
- message: string;
57323
- /** Date and time at which Seam created the warning. */
57324
- created_at?: string | undefined;
57325
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
57326
- warning_code: 'schlage_detected_duplicate_code_name';
57327
57223
  } | {
57328
57224
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
57329
57225
  message: string;
@@ -58904,13 +58800,6 @@ interface Routes {
58904
58800
  created_at?: string | undefined;
58905
58801
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
58906
58802
  warning_code: 'schlage_detected_duplicate';
58907
- } | {
58908
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
58909
- message: string;
58910
- /** Date and time at which Seam created the warning. */
58911
- created_at?: string | undefined;
58912
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
58913
- warning_code: 'schlage_detected_duplicate_code_name';
58914
58803
  } | {
58915
58804
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
58916
58805
  message: string;
@@ -59348,13 +59237,6 @@ interface Routes {
59348
59237
  created_at?: string | undefined;
59349
59238
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
59350
59239
  warning_code: 'schlage_detected_duplicate';
59351
- } | {
59352
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
59353
- message: string;
59354
- /** Date and time at which Seam created the warning. */
59355
- created_at?: string | undefined;
59356
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
59357
- warning_code: 'schlage_detected_duplicate_code_name';
59358
59240
  } | {
59359
59241
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
59360
59242
  message: string;
@@ -90019,7 +89901,7 @@ interface Routes {
90019
89901
  /** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
90020
89902
  access_method: 'code' | 'card' | 'mobile_key';
90021
89903
  /** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
90022
- external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
89904
+ external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
90023
89905
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
90024
89906
  external_type_display_name?: string | undefined;
90025
89907
  /** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
@@ -90130,7 +90012,7 @@ interface Routes {
90130
90012
  /** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
90131
90013
  access_method: 'code' | 'card' | 'mobile_key';
90132
90014
  /** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
90133
- external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
90015
+ external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
90134
90016
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
90135
90017
  external_type_display_name?: string | undefined;
90136
90018
  /** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
@@ -90352,7 +90234,7 @@ interface Routes {
90352
90234
  /** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
90353
90235
  access_method: 'code' | 'card' | 'mobile_key';
90354
90236
  /** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
90355
- external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
90237
+ external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
90356
90238
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
90357
90239
  external_type_display_name?: string | undefined;
90358
90240
  /** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
@@ -90463,7 +90345,7 @@ interface Routes {
90463
90345
  /** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
90464
90346
  access_method: 'code' | 'card' | 'mobile_key';
90465
90347
  /** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
90466
- external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
90348
+ external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
90467
90349
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
90468
90350
  external_type_display_name?: string | undefined;
90469
90351
  /** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
@@ -91131,7 +91013,7 @@ interface Routes {
91131
91013
  /** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
91132
91014
  access_method: 'code' | 'card' | 'mobile_key';
91133
91015
  /** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
91134
- external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
91016
+ external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
91135
91017
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
91136
91018
  external_type_display_name?: string | undefined;
91137
91019
  /** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
@@ -91242,7 +91124,7 @@ interface Routes {
91242
91124
  /** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
91243
91125
  access_method: 'code' | 'card' | 'mobile_key';
91244
91126
  /** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
91245
- external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
91127
+ external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
91246
91128
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
91247
91129
  external_type_display_name?: string | undefined;
91248
91130
  /** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
@@ -91464,7 +91346,7 @@ interface Routes {
91464
91346
  /** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
91465
91347
  access_method: 'code' | 'card' | 'mobile_key';
91466
91348
  /** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
91467
- external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
91349
+ external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
91468
91350
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
91469
91351
  external_type_display_name?: string | undefined;
91470
91352
  /** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
@@ -91575,7 +91457,7 @@ interface Routes {
91575
91457
  /** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
91576
91458
  access_method: 'code' | 'card' | 'mobile_key';
91577
91459
  /** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
91578
- external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
91460
+ external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
91579
91461
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
91580
91462
  external_type_display_name?: string | undefined;
91581
91463
  /** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
@@ -93452,7 +93334,7 @@ interface Routes {
93452
93334
  /** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
93453
93335
  access_method: 'code' | 'card' | 'mobile_key';
93454
93336
  /** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
93455
- external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
93337
+ external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
93456
93338
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
93457
93339
  external_type_display_name?: string | undefined;
93458
93340
  /** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
@@ -93563,7 +93445,7 @@ interface Routes {
93563
93445
  /** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
93564
93446
  access_method: 'code' | 'card' | 'mobile_key';
93565
93447
  /** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
93566
- external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
93448
+ external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
93567
93449
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
93568
93450
  external_type_display_name?: string | undefined;
93569
93451
  /** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
@@ -93785,7 +93667,7 @@ interface Routes {
93785
93667
  /** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
93786
93668
  access_method: 'code' | 'card' | 'mobile_key';
93787
93669
  /** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
93788
- external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
93670
+ external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
93789
93671
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
93790
93672
  external_type_display_name?: string | undefined;
93791
93673
  /** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
@@ -93896,7 +93778,7 @@ interface Routes {
93896
93778
  /** Access method for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). Supported values: `code`, `card`, `mobile_key`. */
93897
93779
  access_method: 'code' | 'card' | 'mobile_key';
93898
93780
  /** Brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. Supported values: `pti_card`, `brivo_credential`, `hid_credential`, `visionline_card`. */
93899
- external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key') | undefined;
93781
+ external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential' | 'assa_abloy_vostio_key' | 'salto_space_key' | 'latch_access') | undefined;
93900
93782
  /** Display name that corresponds to the brand-specific terminology for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) type. */
93901
93783
  external_type_display_name?: string | undefined;
93902
93784
  /** Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was created. */
@@ -1115,19 +1115,6 @@ declare const access_code_warning: z.ZodDiscriminatedUnion<"warning_code", [z.Zo
1115
1115
  }>, z.ZodObject<z.objectUtil.extendShape<{
1116
1116
  message: z.ZodString;
1117
1117
  created_at: z.ZodOptional<z.ZodString>;
1118
- }, {
1119
- warning_code: z.ZodLiteral<"schlage_detected_duplicate_code_name">;
1120
- }>, "strip", z.ZodTypeAny, {
1121
- message: string;
1122
- warning_code: "schlage_detected_duplicate_code_name";
1123
- created_at?: string | undefined;
1124
- }, {
1125
- message: string;
1126
- warning_code: "schlage_detected_duplicate_code_name";
1127
- created_at?: string | undefined;
1128
- }>, z.ZodObject<z.objectUtil.extendShape<{
1129
- message: z.ZodString;
1130
- created_at: z.ZodOptional<z.ZodString>;
1131
1118
  }, {
1132
1119
  warning_code: z.ZodLiteral<"schlage_creation_outage">;
1133
1120
  }>, "strip", z.ZodTypeAny, {
@@ -1286,20 +1273,6 @@ declare const access_code_warning_map: z.ZodObject<{
1286
1273
  warning_code: "schlage_detected_duplicate";
1287
1274
  created_at?: string | undefined;
1288
1275
  }>>>;
1289
- schlage_duplicate_code_name: z.ZodNullable<z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
1290
- message: z.ZodString;
1291
- created_at: z.ZodOptional<z.ZodString>;
1292
- }, {
1293
- warning_code: z.ZodLiteral<"schlage_detected_duplicate_code_name">;
1294
- }>, "strip", z.ZodTypeAny, {
1295
- message: string;
1296
- warning_code: "schlage_detected_duplicate_code_name";
1297
- created_at?: string | undefined;
1298
- }, {
1299
- message: string;
1300
- warning_code: "schlage_detected_duplicate_code_name";
1301
- created_at?: string | undefined;
1302
- }>>>;
1303
1276
  schlage_creation_outage: z.ZodNullable<z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
1304
1277
  message: z.ZodString;
1305
1278
  created_at: z.ZodOptional<z.ZodString>;
@@ -1491,11 +1464,6 @@ declare const access_code_warning_map: z.ZodObject<{
1491
1464
  warning_code: "management_transferred";
1492
1465
  created_at?: string | undefined;
1493
1466
  } | null | undefined;
1494
- schlage_duplicate_code_name?: {
1495
- message: string;
1496
- warning_code: "schlage_detected_duplicate_code_name";
1497
- created_at?: string | undefined;
1498
- } | null | undefined;
1499
1467
  code_modified_external_to_seam_warning?: {
1500
1468
  message: string;
1501
1469
  warning_code: "code_modified_external_to_seam";
@@ -1557,11 +1525,6 @@ declare const access_code_warning_map: z.ZodObject<{
1557
1525
  warning_code: "management_transferred";
1558
1526
  created_at?: string | undefined;
1559
1527
  } | null | undefined;
1560
- schlage_duplicate_code_name?: {
1561
- message: string;
1562
- warning_code: "schlage_detected_duplicate_code_name";
1563
- created_at?: string | undefined;
1564
- } | null | undefined;
1565
1528
  code_modified_external_to_seam_warning?: {
1566
1529
  message: string;
1567
1530
  warning_code: "code_modified_external_to_seam";
@@ -2338,19 +2301,6 @@ export declare const access_code: z.ZodObject<{
2338
2301
  }>, z.ZodObject<z.objectUtil.extendShape<{
2339
2302
  message: z.ZodString;
2340
2303
  created_at: z.ZodOptional<z.ZodString>;
2341
- }, {
2342
- warning_code: z.ZodLiteral<"schlage_detected_duplicate_code_name">;
2343
- }>, "strip", z.ZodTypeAny, {
2344
- message: string;
2345
- warning_code: "schlage_detected_duplicate_code_name";
2346
- created_at?: string | undefined;
2347
- }, {
2348
- message: string;
2349
- warning_code: "schlage_detected_duplicate_code_name";
2350
- created_at?: string | undefined;
2351
- }>, z.ZodObject<z.objectUtil.extendShape<{
2352
- message: z.ZodString;
2353
- created_at: z.ZodOptional<z.ZodString>;
2354
2304
  }, {
2355
2305
  warning_code: z.ZodLiteral<"schlage_creation_outage">;
2356
2306
  }>, "strip", z.ZodTypeAny, {
@@ -2736,10 +2686,6 @@ export declare const access_code: z.ZodObject<{
2736
2686
  message: string;
2737
2687
  warning_code: "schlage_detected_duplicate";
2738
2688
  created_at?: string | undefined;
2739
- } | {
2740
- message: string;
2741
- warning_code: "schlage_detected_duplicate_code_name";
2742
- created_at?: string | undefined;
2743
2689
  } | {
2744
2690
  message: string;
2745
2691
  warning_code: "schlage_creation_outage";
@@ -3029,10 +2975,6 @@ export declare const access_code: z.ZodObject<{
3029
2975
  message: string;
3030
2976
  warning_code: "schlage_detected_duplicate";
3031
2977
  created_at?: string | undefined;
3032
- } | {
3033
- message: string;
3034
- warning_code: "schlage_detected_duplicate_code_name";
3035
- created_at?: string | undefined;
3036
2978
  } | {
3037
2979
  message: string;
3038
2980
  warning_code: "schlage_creation_outage";
@@ -312,13 +312,6 @@ const schlage_detected_duplicate = common_access_code_warning
312
312
  .describe(warning_code_description),
313
313
  })
314
314
  .describe('Duplicate access code detected.');
315
- const schlage_detected_duplicate_code_name = common_access_code_warning
316
- .extend({
317
- warning_code: z
318
- .literal('schlage_detected_duplicate_code_name')
319
- .describe(warning_code_description),
320
- })
321
- .describe('Duplicate access code name detected.');
322
315
  const schlage_creation_outage = common_access_code_warning
323
316
  .extend({
324
317
  warning_code: z
@@ -372,7 +365,6 @@ const access_code_warning = z
372
365
  .discriminatedUnion('warning_code', [
373
366
  smartthings_failed_to_set_access_code_warning,
374
367
  schlage_detected_duplicate,
375
- schlage_detected_duplicate_code_name,
376
368
  schlage_creation_outage,
377
369
  code_modified_external_to_seam_warning,
378
370
  delay_in_setting_on_device,
@@ -388,9 +380,6 @@ const access_code_warning = z
388
380
  const access_code_warning_map = z.object({
389
381
  smartthings_failed_to_set_access_code: smartthings_failed_to_set_access_code_warning.optional().nullable(),
390
382
  schlage_detected_duplicate: schlage_detected_duplicate.optional().nullable(),
391
- schlage_duplicate_code_name: schlage_detected_duplicate_code_name
392
- .optional()
393
- .nullable(),
394
383
  schlage_creation_outage: schlage_creation_outage.optional().nullable(),
395
384
  code_modified_external_to_seam_warning: code_modified_external_to_seam_warning
396
385
  .optional()
@@ -1 +1 @@
1
- {"version":3,"file":"managed-access-code.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/access-codes/managed-access-code.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,0CAA0C,EAAE,MAAM,qBAAqB,CAAA;AAEhF,MAAM,wBAAwB,GAAG,CAAC,CAAC,MAAM,CAAC;IACxC,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,QAAQ,CACP,wGAAwG,CACzG;IACH,oBAAoB,EAAE,CAAC;SACpB,OAAO,CAAC,IAAI,CAAC;SACb,QAAQ,CAAC,8CAA8C,CAAC;IAC3D,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,EAAE;SACV,QAAQ,CAAC,gDAAgD,CAAC;CAC9D,CAAC,CAAA;AAEF,MAAM,sBAAsB,GAC1B,oGAAoG,CAAA;AAEtG,MAAM,2CAA2C,GAAG,wBAAwB;KACzE,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,uCAAuC,CAAC;SAChD,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,2CAA2C,CAAC,CAAA;AAExD,MAAM,gDAAgD,GACpD,wBAAwB;KACrB,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,kDAAkD,CAAC;SAC3D,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,4CAA4C,CAAC,CAAA;AAE3D,MAAM,oCAAoC,GAAG,wBAAwB;KAClE,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,gCAAgC,CAAC;SACzC,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CACP,uFAAuF,CACxF,CAAA;AAEH,MAAM,uBAAuB,GAAG,wBAAwB;KACrD,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,yBAAyB,CAAC;SAClC,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,+BAA+B,CAAC,CAAA;AAE5C,MAAM,4BAA4B,GAAG,wBAAwB;KAC1D,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,8BAA8B,CAAC;SACvC,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,oCAAoC,CAAC,CAAA;AAEjD,MAAM,wBAAwB,GAAG,wBAAwB;KACtD,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,0BAA0B,CAAC;SACnC,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,2CAA2C,CAAC,CAAA;AAExD,MAAM,gCAAgC,GAAG,wBAAwB;KAC9D,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,kCAAkC,CAAC;SAC3C,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,sDAAsD,CAAC,CAAA;AAEnE,MAAM,sCAAsC,GAAG,wBAAwB;KACpE,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,wCAAwC,CAAC;SACjD,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,0DAA0D,CAAC,CAAA;AAEvE,MAAM,wBAAwB,GAAG,wBAAwB;KACtD,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,0BAA0B,CAAC;SACnC,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,8BAA8B,CAAC,CAAA;AAE3C,MAAM,8BAA8B,GAAG,wBAAwB;KAC5D,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,gCAAgC,CAAC;SACzC,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,kEAAkE,CAAC,CAAA;AAE/E,MAAM,kCAAkC,GAAG,wBAAwB;KAChE,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,oCAAoC,CAAC;SAC7C,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CACP,sEAAsE,CACvE,CAAA;AAEH,MAAM,mDAAmD,GACvD,wBAAwB;KACrB,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,qDAAqD,CAAC;SAC9D,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,2CAA2C,CAAC,CAAA;AAE1D,MAAM,+BAA+B,GAAG,wBAAwB;KAC7D,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,iCAAiC,CAAC;SAC1C,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,sCAAsC,CAAC,CAAA;AAEnD,MAAM,qCAAqC,GAAG,wBAAwB;KACnE,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,iCAAiC,CAAC;SAC1C,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,yDAAyD,CAAC,CAAA;AAEtE,MAAM,wBAAwB,GAAG,wBAAwB;KACtD,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,0BAA0B,CAAC;SACnC,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,+CAA+C,CAAC,CAAA;AAE5D,MAAM,qCAAqC,GAAG,wBAAwB;KACnE,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,iCAAiC,CAAC;SAC1C,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,qCAAqC,CAAC,CAAA;AAElD,MAAM,0BAA0B,GAAG,wBAAwB;KACxD,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,4BAA4B,CAAC;SACrC,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,kCAAkC,CAAC,CAAA;AAE/C,MAAM,4BAA4B,GAAG,wBAAwB;KAC1D,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,8BAA8B,CAAC;SACvC,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,oCAAoC,CAAC,CAAA;AAEjD,MAAM,gCAAgC,GAAG,wBAAwB;KAC9D,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,kCAAkC,CAAC;SAC3C,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,yDAAyD,CAAC,CAAA;AAEtE,MAAM,mCAAmC,GAAG,wBAAwB;KACjE,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,qCAAqC,CAAC;SAC9C,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,4CAA4C,CAAC,CAAA;AAEzD,MAAM,mCAAmC,GAAG,wBAAwB;KACjE,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,qCAAqC,CAAC;SAC9C,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,wCAAwC,CAAC,CAAA;AAErD,MAAM,wBAAwB,GAAG,wBAAwB;KACtD,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,0BAA0B,CAAC;SACnC,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,sCAAsC,CAAC,CAAA;AAEnD,MAAM,6BAA6B,GAAG,wBAAwB;KAC3D,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,+BAA+B,CAAC;SACxC,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,2CAA2C,CAAC,CAAA;AAExD,MAAM,qCAAqC,GAAG,wBAAwB;KACnE,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,uCAAuC,CAAC;SAChD,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,kCAAkC,CAAC,CAAA;AAE/C,MAAM,iBAAiB,GAAG,CAAC;KACxB,kBAAkB,CAAC,YAAY,EAAE;IAChC,2CAA2C;IAC3C,gDAAgD;IAChD,mCAAmC;IACnC,uBAAuB;IACvB,4BAA4B;IAC5B,wBAAwB;IACxB,gCAAgC;IAChC,sCAAsC;IACtC,wBAAwB;IACxB,mDAAmD;IACnD,8BAA8B;IAC9B,kCAAkC;IAClC,oCAAoC;IACpC,+BAA+B;IAC/B,qCAAqC;IACrC,wBAAwB;IACxB,0BAA0B;IAC1B,qCAAqC;IACrC,4BAA4B;IAC5B,gCAAgC;IAChC,mCAAmC;IACnC,wBAAwB;IACxB,6BAA6B;IAC7B,qCAAqC;CACtC,CAAC;KACD,QAAQ,CACP,mHAAmH,CACpH,CAAA;AAIH,MAAM,qBAAqB,GAAG,CAAC,CAAC,MAAM,CAAC;IACrC,qCAAqC,EACnC,2CAA2C,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACnE,gDAAgD,EAC9C,gDAAgD,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACxE,mCAAmC,EAAE,mCAAmC;SACrE,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,uBAAuB,EAAE,uBAAuB,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACtE,4BAA4B,EAAE,4BAA4B;SACvD,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,wBAAwB,EAAE,wBAAwB,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACxE,gCAAgC,EAAE,gCAAgC;SAC/D,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,sCAAsC,EAAE,sCAAsC;SAC3E,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,wBAAwB,EAAE,wBAAwB,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACxE,mDAAmD,EACjD,mDAAmD,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAC3E,8BAA8B,EAAE,8BAA8B;SAC3D,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,kCAAkC,EAAE,kCAAkC;SACnE,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,oCAAoC,EAAE,oCAAoC;SACvE,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,+BAA+B,EAAE,+BAA+B;SAC7D,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,+BAA+B,EAAE,qCAAqC;SACnE,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,+BAA+B,EAAE,qCAAqC;SACnE,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,wBAAwB,EAAE,wBAAwB,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACxE,0BAA0B,EAAE,0BAA0B,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAC5E,4BAA4B,EAAE,4BAA4B;SACvD,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,gCAAgC,EAAE,gCAAgC;SAC/D,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,mCAAmC,EAAE,mCAAmC;SACrE,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,wBAAwB,EAAE,wBAAwB,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACxE,6BAA6B,EAAE,6BAA6B;SACzD,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,qCAAqC,EAAE,qCAAqC;SACzE,QAAQ,EAAE;SACV,QAAQ,EAAE;CACd,CAAC,CAAA;AAIF,MAAM,0BAA0B,GAAG,CAAC,CAAC,MAAM,CAAC;IAC1C,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,QAAQ,CACP,0GAA0G,CAC3G;IACH,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,EAAE;SACV,QAAQ,CAAC,kDAAkD,CAAC;CAChE,CAAC,CAAA;AAEF,MAAM,wBAAwB,GAC5B,sGAAsG,CAAA;AAExG,MAAM,6CAA6C,GAAG,0BAA0B;KAC7E,MAAM,CAAC;IACN,YAAY,EAAE,CAAC;SACZ,OAAO,CAAC,uCAAuC,CAAC;SAChD,QAAQ,CAAC,wBAAwB,CAAC;CACtC,CAAC;KACD,QAAQ,CAAC,2CAA2C,CAAC,CAAA;AAExD,MAAM,uCAAuC,GAAG,0BAA0B;KACvE,MAAM,CAAC;IACN,YAAY,EAAE,CAAC;SACZ,OAAO,CAAC,iCAAiC,CAAC;SAC1C,QAAQ,CAAC,wBAAwB,CAAC;CACtC,CAAC;KACD,QAAQ,CAAC,yDAAyD,CAAC,CAAA;AAEtE,MAAM,uCAAuC,GAAG,0BAA0B;KACvE,MAAM,CAAC;IACN,YAAY,EAAE,CAAC;SACZ,OAAO,CAAC,iCAAiC,CAAC;SAC1C,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,qCAAqC,CAAC,CAAA;AAElD,MAAM,sCAAsC,GAAG,0BAA0B;KACtE,MAAM,CAAC;IACN,YAAY,EAAE,CAAC;SACZ,OAAO,CAAC,gCAAgC,CAAC;SACzC,QAAQ,CAAC,wBAAwB,CAAC;CACtC,CAAC;KACD,QAAQ,CACP,uFAAuF,CACxF,CAAA;AAEH,MAAM,0BAA0B,GAAG,0BAA0B;KAC1D,MAAM,CAAC;IACN,YAAY,EAAE,CAAC;SACZ,OAAO,CAAC,4BAA4B,CAAC;SACrC,QAAQ,CAAC,wBAAwB,CAAC;CACtC,CAAC;KACD,QAAQ,CAAC,iCAAiC,CAAC,CAAA;AAE9C,MAAM,oCAAoC,GAAG,0BAA0B;KACpE,MAAM,CAAC;IACN,YAAY,EAAE,CAAC;SACZ,OAAO,CAAC,sCAAsC,CAAC;SAC/C,QAAQ,CAAC,wBAAwB,CAAC;CACtC,CAAC;KACD,QAAQ,CAAC,sCAAsC,CAAC,CAAA;AAEnD,MAAM,uBAAuB,GAAG,0BAA0B;KACvD,MAAM,CAAC;IACN,YAAY,EAAE,CAAC;SACZ,OAAO,CAAC,yBAAyB,CAAC;SAClC,QAAQ,CAAC,wBAAwB,CAAC;CACtC,CAAC;KACD,QAAQ,CAAC,wDAAwD,CAAC,CAAA;AAErE,MAAM,0BAA0B,GAAG,0BAA0B;KAC1D,MAAM,CAAC;IACN,YAAY,EAAE,CAAC;SACZ,OAAO,CAAC,4BAA4B,CAAC;SACrC,QAAQ,CAAC,wBAAwB,CAAC;CACtC,CAAC;KACD,QAAQ,CAAC,kCAAkC,CAAC,CAAA;AAE/C,MAAM,6BAA6B,GAAG,0BAA0B;KAC7D,MAAM,CAAC;IACN,YAAY,EAAE,CAAC;SACZ,OAAO,CAAC,+BAA+B,CAAC;SACxC,QAAQ,CAAC,wBAAwB,CAAC;CACtC,CAAC;KACD,QAAQ,CAAC,qCAAqC,CAAC,CAAA;AAElD,MAAM,gCAAgC,GAAG,0BAA0B;KAChE,MAAM,CAAC;IACN,YAAY,EAAE,CAAC;SACZ,OAAO,CAAC,kCAAkC,CAAC;SAC3C,QAAQ,CAAC,wBAAwB,CAAC;CACtC,CAAC;KACD,QAAQ,CACP,uEAAuE,CACxE,CAAA;AAEH,MAAM,0CAA0C,GAAG,0BAA0B;KAC1E,MAAM,CAAC;IACN,YAAY,EAAE,CAAC;SACZ,OAAO,CAAC,4CAA4C,CAAC;SACrD,QAAQ,CAAC,wBAAwB,CAAC;CACtC,CAAC;KACD,QAAQ,CAAC,wCAAwC,CAAC,CAAA;AAErD,MAAM,sBAAsB,GAAG,0BAA0B;KACtD,MAAM,CAAC;IACN,YAAY,EAAE,CAAC;SACZ,OAAO,CAAC,wBAAwB,CAAC;SACjC,QAAQ,CAAC,wBAAwB,CAAC;CACtC,CAAC;KACD,QAAQ,CAAC,kDAAkD,CAAC,CAAA;AAE/D,MAAM,sCAAsC,GAAG,0BAA0B;KACtE,MAAM,CAAC;IACN,YAAY,EAAE,CAAC;SACZ,OAAO,CAAC,gCAAgC,CAAC;SACzC,QAAQ,CAAC,wBAAwB,CAAC;CACtC,CAAC;KACD,QAAQ,CAAC,kEAAkE,CAAC,CAAA;AAE/E,MAAM,mBAAmB,GAAG,CAAC;KAC1B,kBAAkB,CAAC,cAAc,EAAE;IAClC,6CAA6C;IAC7C,0BAA0B;IAC1B,oCAAoC;IACpC,uBAAuB;IACvB,sCAAsC;IACtC,0BAA0B;IAC1B,6BAA6B;IAC7B,gCAAgC;IAChC,uCAAuC;IACvC,uCAAuC;IACvC,0CAA0C;IAC1C,sBAAsB;IACtB,sCAAsC;CACvC,CAAC;KACD,QAAQ,CACP,qHAAqH,CACtH,CAAA;AAIH,MAAM,uBAAuB,GAAG,CAAC,CAAC,MAAM,CAAC;IACvC,qCAAqC,EACnC,6CAA6C,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACrE,0BAA0B,EAAE,0BAA0B,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAC5E,2BAA2B,EAAE,oCAAoC;SAC9D,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,uBAAuB,EAAE,uBAAuB,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACtE,sCAAsC,EAAE,sCAAsC;SAC3E,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,0BAA0B,EAAE,0BAA0B,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAC5E,6BAA6B,EAAE,6BAA6B;SACzD,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,gCAAgC,EAAE,gCAAgC;SAC/D,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,+BAA+B,EAAE,uCAAuC;SACrE,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,+BAA+B,EAAE,uCAAuC;SACrE,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,0CAA0C,EACxC,0CAA0C,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAClE,sBAAsB,EAAE,sBAAsB,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACpE,sCAAsC,EAAE,sCAAsC;SAC3E,QAAQ,EAAE;SACV,QAAQ,EAAE;CACd,CAAC,CAAA;AAIF,MAAM,CAAC,MAAM,WAAW,GAAG,CAAC,CAAC,MAAM,CAAC;IAClC,eAAe,EAAE,CAAC;SACf,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,yEAAyE,CAC1E;IACH,sBAAsB,EAAE,CAAC;SACtB,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,QAAQ,CACP,wFAAwF,CACzF;IACH,IAAI,EAAE,CAAC;SACJ,IAAI,CAAC,CAAC,YAAY,EAAE,SAAS,CAAC,CAAC;SAC/B,QAAQ,CACP,0LAA0L,CAC3L;IACH,8BAA8B,EAAE,CAAC;SAC9B,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,QAAQ,CACP,qEAAqE,CACtE;IACH,cAAc,EAAE,CAAC;SACd,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CAAC,wCAAwC,CAAC;IACrD,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,mEAAmE,CACpE;IACH,IAAI,EAAE,CAAC;SACJ,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,gJAAgJ,CACjJ;IACH,IAAI,EAAE,CAAC;SACJ,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,oEAAoE,CACrE;IACH,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,qDAAqD,CAAC;IAClE,MAAM,EAAE,CAAC;SACN,KAAK,CACJ,CAAC,CAAC,kBAAkB,CAAC,YAAY,EAAE;QACjC,GAAG,iBAAiB,CAAC,OAAO;QAC5B,GAAG,0CAA0C;KAC9C,CAAC,CACH;SACA,QAAQ,CACP,mHAAmH,CACpH;IACH,QAAQ,EAAE,CAAC;SACR,KAAK,CAAC,mBAAmB,CAAC;SAC1B,QAAQ,CACP,qHAAqH,CACtH;IACH,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,IAAI,CAAC;SACb,QAAQ,CAAC,iDAAiD,CAAC;IAC9D,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,EAAE;SACV,QAAQ,EAAE;SACV,QAAQ,CACP,mEAAmE,CACpE;IACH,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,EAAE;SACV,QAAQ,EAAE;SACV,QAAQ,CACP,wEAAwE,CACzE;IACH,MAAM,EAAE,CAAC;SACN,IAAI,CAAC,CAAC,SAAS,EAAE,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,SAAS,CAAC,CAAC;SACxD,QAAQ,CACP,goBAAgoB,CACjoB;IACH,+BAA+B,EAAE,CAAC;SAC/B,OAAO,EAAE;SACT,QAAQ,CACP,gHAAgH,CACjH;IACH,SAAS,EAAE,CAAC;SACT,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,QAAQ,CAAC,qDAAqD,CAAC;IAClE,4BAA4B,EAAE,CAAC;SAC5B,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,EAAE;SACV,QAAQ,EAAE;SACV,QAAQ,CACP,6HAA6H,CAC9H;IACH,gCAAgC,EAAE,CAAC;SAChC,OAAO,EAAE;SACT,QAAQ,CACP,mFAAmF,CACpF;IACH,eAAe,EAAE,CAAC;SACf,OAAO,EAAE;SACT,QAAQ,CACP,mHAAmH,CACpH;IACH,sBAAsB,EAAE,CAAC;SACtB,OAAO,EAAE;SACT,QAAQ,CACP,2JAA2J,CAC5J;CACJ,CAAC,CAAC,QAAQ,CAAC;;;;;;;;;;;CAWX,CAAC,CAAA"}
1
+ {"version":3,"file":"managed-access-code.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/access-codes/managed-access-code.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,0CAA0C,EAAE,MAAM,qBAAqB,CAAA;AAEhF,MAAM,wBAAwB,GAAG,CAAC,CAAC,MAAM,CAAC;IACxC,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,QAAQ,CACP,wGAAwG,CACzG;IACH,oBAAoB,EAAE,CAAC;SACpB,OAAO,CAAC,IAAI,CAAC;SACb,QAAQ,CAAC,8CAA8C,CAAC;IAC3D,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,EAAE;SACV,QAAQ,CAAC,gDAAgD,CAAC;CAC9D,CAAC,CAAA;AAEF,MAAM,sBAAsB,GAC1B,oGAAoG,CAAA;AAEtG,MAAM,2CAA2C,GAAG,wBAAwB;KACzE,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,uCAAuC,CAAC;SAChD,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,2CAA2C,CAAC,CAAA;AAExD,MAAM,gDAAgD,GACpD,wBAAwB;KACrB,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,kDAAkD,CAAC;SAC3D,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,4CAA4C,CAAC,CAAA;AAE3D,MAAM,oCAAoC,GAAG,wBAAwB;KAClE,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,gCAAgC,CAAC;SACzC,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CACP,uFAAuF,CACxF,CAAA;AAEH,MAAM,uBAAuB,GAAG,wBAAwB;KACrD,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,yBAAyB,CAAC;SAClC,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,+BAA+B,CAAC,CAAA;AAE5C,MAAM,4BAA4B,GAAG,wBAAwB;KAC1D,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,8BAA8B,CAAC;SACvC,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,oCAAoC,CAAC,CAAA;AAEjD,MAAM,wBAAwB,GAAG,wBAAwB;KACtD,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,0BAA0B,CAAC;SACnC,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,2CAA2C,CAAC,CAAA;AAExD,MAAM,gCAAgC,GAAG,wBAAwB;KAC9D,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,kCAAkC,CAAC;SAC3C,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,sDAAsD,CAAC,CAAA;AAEnE,MAAM,sCAAsC,GAAG,wBAAwB;KACpE,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,wCAAwC,CAAC;SACjD,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,0DAA0D,CAAC,CAAA;AAEvE,MAAM,wBAAwB,GAAG,wBAAwB;KACtD,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,0BAA0B,CAAC;SACnC,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,8BAA8B,CAAC,CAAA;AAE3C,MAAM,8BAA8B,GAAG,wBAAwB;KAC5D,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,gCAAgC,CAAC;SACzC,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,kEAAkE,CAAC,CAAA;AAE/E,MAAM,kCAAkC,GAAG,wBAAwB;KAChE,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,oCAAoC,CAAC;SAC7C,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CACP,sEAAsE,CACvE,CAAA;AAEH,MAAM,mDAAmD,GACvD,wBAAwB;KACrB,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,qDAAqD,CAAC;SAC9D,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,2CAA2C,CAAC,CAAA;AAE1D,MAAM,+BAA+B,GAAG,wBAAwB;KAC7D,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,iCAAiC,CAAC;SAC1C,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,sCAAsC,CAAC,CAAA;AAEnD,MAAM,qCAAqC,GAAG,wBAAwB;KACnE,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,iCAAiC,CAAC;SAC1C,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,yDAAyD,CAAC,CAAA;AAEtE,MAAM,wBAAwB,GAAG,wBAAwB;KACtD,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,0BAA0B,CAAC;SACnC,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,+CAA+C,CAAC,CAAA;AAE5D,MAAM,qCAAqC,GAAG,wBAAwB;KACnE,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,iCAAiC,CAAC;SAC1C,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,qCAAqC,CAAC,CAAA;AAElD,MAAM,0BAA0B,GAAG,wBAAwB;KACxD,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,4BAA4B,CAAC;SACrC,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,kCAAkC,CAAC,CAAA;AAE/C,MAAM,4BAA4B,GAAG,wBAAwB;KAC1D,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,8BAA8B,CAAC;SACvC,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,oCAAoC,CAAC,CAAA;AAEjD,MAAM,gCAAgC,GAAG,wBAAwB;KAC9D,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,kCAAkC,CAAC;SAC3C,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,yDAAyD,CAAC,CAAA;AAEtE,MAAM,mCAAmC,GAAG,wBAAwB;KACjE,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,qCAAqC,CAAC;SAC9C,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,4CAA4C,CAAC,CAAA;AAEzD,MAAM,mCAAmC,GAAG,wBAAwB;KACjE,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,qCAAqC,CAAC;SAC9C,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,wCAAwC,CAAC,CAAA;AAErD,MAAM,wBAAwB,GAAG,wBAAwB;KACtD,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,0BAA0B,CAAC;SACnC,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,sCAAsC,CAAC,CAAA;AAEnD,MAAM,6BAA6B,GAAG,wBAAwB;KAC3D,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,+BAA+B,CAAC;SACxC,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,2CAA2C,CAAC,CAAA;AAExD,MAAM,qCAAqC,GAAG,wBAAwB;KACnE,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,uCAAuC,CAAC;SAChD,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,kCAAkC,CAAC,CAAA;AAE/C,MAAM,iBAAiB,GAAG,CAAC;KACxB,kBAAkB,CAAC,YAAY,EAAE;IAChC,2CAA2C;IAC3C,gDAAgD;IAChD,mCAAmC;IACnC,uBAAuB;IACvB,4BAA4B;IAC5B,wBAAwB;IACxB,gCAAgC;IAChC,sCAAsC;IACtC,wBAAwB;IACxB,mDAAmD;IACnD,8BAA8B;IAC9B,kCAAkC;IAClC,oCAAoC;IACpC,+BAA+B;IAC/B,qCAAqC;IACrC,wBAAwB;IACxB,0BAA0B;IAC1B,qCAAqC;IACrC,4BAA4B;IAC5B,gCAAgC;IAChC,mCAAmC;IACnC,wBAAwB;IACxB,6BAA6B;IAC7B,qCAAqC;CACtC,CAAC;KACD,QAAQ,CACP,mHAAmH,CACpH,CAAA;AAIH,MAAM,qBAAqB,GAAG,CAAC,CAAC,MAAM,CAAC;IACrC,qCAAqC,EACnC,2CAA2C,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACnE,gDAAgD,EAC9C,gDAAgD,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACxE,mCAAmC,EAAE,mCAAmC;SACrE,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,uBAAuB,EAAE,uBAAuB,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACtE,4BAA4B,EAAE,4BAA4B;SACvD,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,wBAAwB,EAAE,wBAAwB,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACxE,gCAAgC,EAAE,gCAAgC;SAC/D,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,sCAAsC,EAAE,sCAAsC;SAC3E,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,wBAAwB,EAAE,wBAAwB,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACxE,mDAAmD,EACjD,mDAAmD,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAC3E,8BAA8B,EAAE,8BAA8B;SAC3D,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,kCAAkC,EAAE,kCAAkC;SACnE,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,oCAAoC,EAAE,oCAAoC;SACvE,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,+BAA+B,EAAE,+BAA+B;SAC7D,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,+BAA+B,EAAE,qCAAqC;SACnE,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,+BAA+B,EAAE,qCAAqC;SACnE,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,wBAAwB,EAAE,wBAAwB,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACxE,0BAA0B,EAAE,0BAA0B,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAC5E,4BAA4B,EAAE,4BAA4B;SACvD,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,gCAAgC,EAAE,gCAAgC;SAC/D,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,mCAAmC,EAAE,mCAAmC;SACrE,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,wBAAwB,EAAE,wBAAwB,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACxE,6BAA6B,EAAE,6BAA6B;SACzD,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,qCAAqC,EAAE,qCAAqC;SACzE,QAAQ,EAAE;SACV,QAAQ,EAAE;CACd,CAAC,CAAA;AAIF,MAAM,0BAA0B,GAAG,CAAC,CAAC,MAAM,CAAC;IAC1C,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,QAAQ,CACP,0GAA0G,CAC3G;IACH,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,EAAE;SACV,QAAQ,CAAC,kDAAkD,CAAC;CAChE,CAAC,CAAA;AAEF,MAAM,wBAAwB,GAC5B,sGAAsG,CAAA;AAExG,MAAM,6CAA6C,GAAG,0BAA0B;KAC7E,MAAM,CAAC;IACN,YAAY,EAAE,CAAC;SACZ,OAAO,CAAC,uCAAuC,CAAC;SAChD,QAAQ,CAAC,wBAAwB,CAAC;CACtC,CAAC;KACD,QAAQ,CAAC,2CAA2C,CAAC,CAAA;AAExD,MAAM,uCAAuC,GAAG,0BAA0B;KACvE,MAAM,CAAC;IACN,YAAY,EAAE,CAAC;SACZ,OAAO,CAAC,iCAAiC,CAAC;SAC1C,QAAQ,CAAC,wBAAwB,CAAC;CACtC,CAAC;KACD,QAAQ,CAAC,yDAAyD,CAAC,CAAA;AAEtE,MAAM,uCAAuC,GAAG,0BAA0B;KACvE,MAAM,CAAC;IACN,YAAY,EAAE,CAAC;SACZ,OAAO,CAAC,iCAAiC,CAAC;SAC1C,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,qCAAqC,CAAC,CAAA;AAElD,MAAM,sCAAsC,GAAG,0BAA0B;KACtE,MAAM,CAAC;IACN,YAAY,EAAE,CAAC;SACZ,OAAO,CAAC,gCAAgC,CAAC;SACzC,QAAQ,CAAC,wBAAwB,CAAC;CACtC,CAAC;KACD,QAAQ,CACP,uFAAuF,CACxF,CAAA;AAEH,MAAM,0BAA0B,GAAG,0BAA0B;KAC1D,MAAM,CAAC;IACN,YAAY,EAAE,CAAC;SACZ,OAAO,CAAC,4BAA4B,CAAC;SACrC,QAAQ,CAAC,wBAAwB,CAAC;CACtC,CAAC;KACD,QAAQ,CAAC,iCAAiC,CAAC,CAAA;AAE9C,MAAM,uBAAuB,GAAG,0BAA0B;KACvD,MAAM,CAAC;IACN,YAAY,EAAE,CAAC;SACZ,OAAO,CAAC,yBAAyB,CAAC;SAClC,QAAQ,CAAC,wBAAwB,CAAC;CACtC,CAAC;KACD,QAAQ,CAAC,wDAAwD,CAAC,CAAA;AAErE,MAAM,0BAA0B,GAAG,0BAA0B;KAC1D,MAAM,CAAC;IACN,YAAY,EAAE,CAAC;SACZ,OAAO,CAAC,4BAA4B,CAAC;SACrC,QAAQ,CAAC,wBAAwB,CAAC;CACtC,CAAC;KACD,QAAQ,CAAC,kCAAkC,CAAC,CAAA;AAE/C,MAAM,6BAA6B,GAAG,0BAA0B;KAC7D,MAAM,CAAC;IACN,YAAY,EAAE,CAAC;SACZ,OAAO,CAAC,+BAA+B,CAAC;SACxC,QAAQ,CAAC,wBAAwB,CAAC;CACtC,CAAC;KACD,QAAQ,CAAC,qCAAqC,CAAC,CAAA;AAElD,MAAM,gCAAgC,GAAG,0BAA0B;KAChE,MAAM,CAAC;IACN,YAAY,EAAE,CAAC;SACZ,OAAO,CAAC,kCAAkC,CAAC;SAC3C,QAAQ,CAAC,wBAAwB,CAAC;CACtC,CAAC;KACD,QAAQ,CACP,uEAAuE,CACxE,CAAA;AAEH,MAAM,0CAA0C,GAAG,0BAA0B;KAC1E,MAAM,CAAC;IACN,YAAY,EAAE,CAAC;SACZ,OAAO,CAAC,4CAA4C,CAAC;SACrD,QAAQ,CAAC,wBAAwB,CAAC;CACtC,CAAC;KACD,QAAQ,CAAC,wCAAwC,CAAC,CAAA;AAErD,MAAM,sBAAsB,GAAG,0BAA0B;KACtD,MAAM,CAAC;IACN,YAAY,EAAE,CAAC;SACZ,OAAO,CAAC,wBAAwB,CAAC;SACjC,QAAQ,CAAC,wBAAwB,CAAC;CACtC,CAAC;KACD,QAAQ,CAAC,kDAAkD,CAAC,CAAA;AAE/D,MAAM,sCAAsC,GAAG,0BAA0B;KACtE,MAAM,CAAC;IACN,YAAY,EAAE,CAAC;SACZ,OAAO,CAAC,gCAAgC,CAAC;SACzC,QAAQ,CAAC,wBAAwB,CAAC;CACtC,CAAC;KACD,QAAQ,CAAC,kEAAkE,CAAC,CAAA;AAE/E,MAAM,mBAAmB,GAAG,CAAC;KAC1B,kBAAkB,CAAC,cAAc,EAAE;IAClC,6CAA6C;IAC7C,0BAA0B;IAC1B,uBAAuB;IACvB,sCAAsC;IACtC,0BAA0B;IAC1B,6BAA6B;IAC7B,gCAAgC;IAChC,uCAAuC;IACvC,uCAAuC;IACvC,0CAA0C;IAC1C,sBAAsB;IACtB,sCAAsC;CACvC,CAAC;KACD,QAAQ,CACP,qHAAqH,CACtH,CAAA;AAIH,MAAM,uBAAuB,GAAG,CAAC,CAAC,MAAM,CAAC;IACvC,qCAAqC,EACnC,6CAA6C,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACrE,0BAA0B,EAAE,0BAA0B,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAC5E,uBAAuB,EAAE,uBAAuB,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACtE,sCAAsC,EAAE,sCAAsC;SAC3E,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,0BAA0B,EAAE,0BAA0B,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAC5E,6BAA6B,EAAE,6BAA6B;SACzD,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,gCAAgC,EAAE,gCAAgC;SAC/D,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,+BAA+B,EAAE,uCAAuC;SACrE,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,+BAA+B,EAAE,uCAAuC;SACrE,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,0CAA0C,EACxC,0CAA0C,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAClE,sBAAsB,EAAE,sBAAsB,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACpE,sCAAsC,EAAE,sCAAsC;SAC3E,QAAQ,EAAE;SACV,QAAQ,EAAE;CACd,CAAC,CAAA;AAIF,MAAM,CAAC,MAAM,WAAW,GAAG,CAAC,CAAC,MAAM,CAAC;IAClC,eAAe,EAAE,CAAC;SACf,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,yEAAyE,CAC1E;IACH,sBAAsB,EAAE,CAAC;SACtB,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,QAAQ,CACP,wFAAwF,CACzF;IACH,IAAI,EAAE,CAAC;SACJ,IAAI,CAAC,CAAC,YAAY,EAAE,SAAS,CAAC,CAAC;SAC/B,QAAQ,CACP,0LAA0L,CAC3L;IACH,8BAA8B,EAAE,CAAC;SAC9B,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,QAAQ,CACP,qEAAqE,CACtE;IACH,cAAc,EAAE,CAAC;SACd,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CAAC,wCAAwC,CAAC;IACrD,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,mEAAmE,CACpE;IACH,IAAI,EAAE,CAAC;SACJ,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,gJAAgJ,CACjJ;IACH,IAAI,EAAE,CAAC;SACJ,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CACP,oEAAoE,CACrE;IACH,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,qDAAqD,CAAC;IAClE,MAAM,EAAE,CAAC;SACN,KAAK,CACJ,CAAC,CAAC,kBAAkB,CAAC,YAAY,EAAE;QACjC,GAAG,iBAAiB,CAAC,OAAO;QAC5B,GAAG,0CAA0C;KAC9C,CAAC,CACH;SACA,QAAQ,CACP,mHAAmH,CACpH;IACH,QAAQ,EAAE,CAAC;SACR,KAAK,CAAC,mBAAmB,CAAC;SAC1B,QAAQ,CACP,qHAAqH,CACtH;IACH,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,IAAI,CAAC;SACb,QAAQ,CAAC,iDAAiD,CAAC;IAC9D,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,EAAE;SACV,QAAQ,EAAE;SACV,QAAQ,CACP,mEAAmE,CACpE;IACH,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,EAAE;SACV,QAAQ,EAAE;SACV,QAAQ,CACP,wEAAwE,CACzE;IACH,MAAM,EAAE,CAAC;SACN,IAAI,CAAC,CAAC,SAAS,EAAE,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,SAAS,CAAC,CAAC;SACxD,QAAQ,CACP,goBAAgoB,CACjoB;IACH,+BAA+B,EAAE,CAAC;SAC/B,OAAO,EAAE;SACT,QAAQ,CACP,gHAAgH,CACjH;IACH,SAAS,EAAE,CAAC;SACT,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,QAAQ,CAAC,qDAAqD,CAAC;IAClE,4BAA4B,EAAE,CAAC;SAC5B,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,EAAE;SACV,QAAQ,EAAE;SACV,QAAQ,CACP,6HAA6H,CAC9H;IACH,gCAAgC,EAAE,CAAC;SAChC,OAAO,EAAE;SACT,QAAQ,CACP,mFAAmF,CACpF;IACH,eAAe,EAAE,CAAC;SACf,OAAO,EAAE;SACT,QAAQ,CACP,mHAAmH,CACpH;IACH,sBAAsB,EAAE,CAAC;SACtB,OAAO,EAAE;SACT,QAAQ,CACP,2JAA2J,CAC5J;CACJ,CAAC,CAAC,QAAQ,CAAC;;;;;;;;;;;CAWX,CAAC,CAAA"}
@@ -763,19 +763,6 @@ export declare const unmanaged_access_code: z.ZodObject<z.objectUtil.extendShape
763
763
  }>, z.ZodObject<z.objectUtil.extendShape<{
764
764
  message: z.ZodString;
765
765
  created_at: z.ZodOptional<z.ZodString>;
766
- }, {
767
- warning_code: z.ZodLiteral<"schlage_detected_duplicate_code_name">;
768
- }>, "strip", z.ZodTypeAny, {
769
- message: string;
770
- warning_code: "schlage_detected_duplicate_code_name";
771
- created_at?: string | undefined;
772
- }, {
773
- message: string;
774
- warning_code: "schlage_detected_duplicate_code_name";
775
- created_at?: string | undefined;
776
- }>, z.ZodObject<z.objectUtil.extendShape<{
777
- message: z.ZodString;
778
- created_at: z.ZodOptional<z.ZodString>;
779
766
  }, {
780
767
  warning_code: z.ZodLiteral<"schlage_creation_outage">;
781
768
  }>, "strip", z.ZodTypeAny, {
@@ -1164,10 +1151,6 @@ export declare const unmanaged_access_code: z.ZodObject<z.objectUtil.extendShape
1164
1151
  message: string;
1165
1152
  warning_code: "schlage_detected_duplicate";
1166
1153
  created_at?: string | undefined;
1167
- } | {
1168
- message: string;
1169
- warning_code: "schlage_detected_duplicate_code_name";
1170
- created_at?: string | undefined;
1171
1154
  } | {
1172
1155
  message: string;
1173
1156
  warning_code: "schlage_creation_outage";
@@ -1448,10 +1431,6 @@ export declare const unmanaged_access_code: z.ZodObject<z.objectUtil.extendShape
1448
1431
  message: string;
1449
1432
  warning_code: "schlage_detected_duplicate";
1450
1433
  created_at?: string | undefined;
1451
- } | {
1452
- message: string;
1453
- warning_code: "schlage_detected_duplicate_code_name";
1454
- created_at?: string | undefined;
1455
1434
  } | {
1456
1435
  message: string;
1457
1436
  warning_code: "schlage_creation_outage";