@seamapi/types 1.835.0 → 1.837.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.
Files changed (28) hide show
  1. package/dist/connect.cjs +52 -13
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +337 -232
  4. package/dist/index.cjs +52 -13
  5. package/dist/index.cjs.map +1 -1
  6. package/lib/seam/connect/models/acs/acs-credential.d.ts +7 -7
  7. package/lib/seam/connect/models/acs/acs-credential.js +1 -0
  8. package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
  9. package/lib/seam/connect/models/acs/acs-users/acs-user.d.ts +7 -7
  10. package/lib/seam/connect/models/acs/acs-users/acs-user.js +1 -0
  11. package/lib/seam/connect/models/acs/acs-users/acs-user.js.map +1 -1
  12. package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +24 -24
  13. package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +10 -10
  14. package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +14 -14
  15. package/lib/seam/connect/models/batch.d.ts +81 -52
  16. package/lib/seam/connect/models/connected-accounts/connected-account.d.ts +58 -0
  17. package/lib/seam/connect/models/connected-accounts/connected-account.js +11 -0
  18. package/lib/seam/connect/models/connected-accounts/connected-account.js.map +1 -1
  19. package/lib/seam/connect/models/phones/phone-session.d.ts +12 -12
  20. package/lib/seam/connect/openapi.js +30 -0
  21. package/lib/seam/connect/openapi.js.map +1 -1
  22. package/lib/seam/connect/route-types.d.ts +186 -144
  23. package/package.json +1 -1
  24. package/src/lib/seam/connect/models/acs/acs-credential.ts +1 -0
  25. package/src/lib/seam/connect/models/acs/acs-users/acs-user.ts +1 -0
  26. package/src/lib/seam/connect/models/connected-accounts/connected-account.ts +14 -0
  27. package/src/lib/seam/connect/openapi.ts +34 -0
  28. package/src/lib/seam/connect/route-types.ts +192 -0
@@ -5024,6 +5024,19 @@ export declare const batch: z.ZodObject<{
5024
5024
  message: string;
5025
5025
  created_at: string;
5026
5026
  warning_code: "being_deleted";
5027
+ }>, z.ZodObject<{
5028
+ created_at: z.ZodString;
5029
+ message: z.ZodString;
5030
+ } & {
5031
+ warning_code: z.ZodLiteral<"provider_service_unavailable">;
5032
+ }, "strip", z.ZodTypeAny, {
5033
+ message: string;
5034
+ created_at: string;
5035
+ warning_code: "provider_service_unavailable";
5036
+ }, {
5037
+ message: string;
5038
+ created_at: string;
5039
+ warning_code: "provider_service_unavailable";
5027
5040
  }>]>, "many">;
5028
5041
  custom_metadata: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodBoolean]>>;
5029
5042
  automatically_manage_new_devices: z.ZodBoolean;
@@ -5088,6 +5101,10 @@ export declare const batch: z.ZodObject<{
5088
5101
  message: string;
5089
5102
  created_at: string;
5090
5103
  warning_code: "being_deleted";
5104
+ } | {
5105
+ message: string;
5106
+ created_at: string;
5107
+ warning_code: "provider_service_unavailable";
5091
5108
  })[];
5092
5109
  custom_metadata: Record<string, string | boolean>;
5093
5110
  automatically_manage_new_devices: boolean;
@@ -5162,6 +5179,10 @@ export declare const batch: z.ZodObject<{
5162
5179
  message: string;
5163
5180
  created_at: string;
5164
5181
  warning_code: "being_deleted";
5182
+ } | {
5183
+ message: string;
5184
+ created_at: string;
5185
+ warning_code: "provider_service_unavailable";
5165
5186
  })[];
5166
5187
  custom_metadata: Record<string, string | boolean>;
5167
5188
  automatically_manage_new_devices: boolean;
@@ -5840,7 +5861,7 @@ export declare const batch: z.ZodObject<{
5840
5861
  workspace_id: z.ZodString;
5841
5862
  created_at: z.ZodString;
5842
5863
  display_name: z.ZodString;
5843
- external_type: z.ZodOptional<z.ZodEnum<["pti_user", "brivo_user", "hid_credential_manager_user", "salto_site_user", "latch_user", "dormakaba_community_user", "salto_space_user"]>>;
5864
+ external_type: z.ZodOptional<z.ZodEnum<["pti_user", "brivo_user", "hid_credential_manager_user", "salto_site_user", "latch_user", "dormakaba_community_user", "salto_space_user", "avigilon_alta_user"]>>;
5844
5865
  external_type_display_name: z.ZodOptional<z.ZodString>;
5845
5866
  is_suspended: z.ZodOptional<z.ZodBoolean>;
5846
5867
  access_schedule: z.ZodOptional<z.ZodObject<{
@@ -6375,7 +6396,7 @@ export declare const batch: z.ZodObject<{
6375
6396
  acs_access_group_id: string;
6376
6397
  })[] | undefined;
6377
6398
  user_identity_id?: string | undefined;
6378
- external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
6399
+ external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | "avigilon_alta_user" | undefined;
6379
6400
  external_type_display_name?: string | undefined;
6380
6401
  access_schedule?: {
6381
6402
  starts_at: string;
@@ -6512,7 +6533,7 @@ export declare const batch: z.ZodObject<{
6512
6533
  acs_access_group_id: string;
6513
6534
  })[] | undefined;
6514
6535
  user_identity_id?: string | undefined;
6515
- external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
6536
+ external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | "avigilon_alta_user" | undefined;
6516
6537
  external_type_display_name?: string | undefined;
6517
6538
  access_schedule?: {
6518
6539
  starts_at: string;
@@ -7067,7 +7088,7 @@ export declare const batch: z.ZodObject<{
7067
7088
  is_issued: z.ZodOptional<z.ZodBoolean>;
7068
7089
  issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
7069
7090
  access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
7070
- external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag"]>>;
7091
+ external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag", "avigilon_alta_credential"]>>;
7071
7092
  external_type_display_name: z.ZodOptional<z.ZodString>;
7072
7093
  created_at: z.ZodString;
7073
7094
  workspace_id: z.ZodString;
@@ -7281,7 +7302,7 @@ export declare const batch: z.ZodObject<{
7281
7302
  issued_at?: string | null | undefined;
7282
7303
  is_issued?: boolean | undefined;
7283
7304
  acs_user_id?: string | undefined;
7284
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
7305
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
7285
7306
  external_type_display_name?: string | undefined;
7286
7307
  acs_credential_pool_id?: string | undefined;
7287
7308
  parent_acs_credential_id?: string | undefined;
@@ -7353,7 +7374,7 @@ export declare const batch: z.ZodObject<{
7353
7374
  issued_at?: string | null | undefined;
7354
7375
  is_issued?: boolean | undefined;
7355
7376
  acs_user_id?: string | undefined;
7356
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
7377
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
7357
7378
  external_type_display_name?: string | undefined;
7358
7379
  acs_credential_pool_id?: string | undefined;
7359
7380
  parent_acs_credential_id?: string | undefined;
@@ -7377,7 +7398,7 @@ export declare const batch: z.ZodObject<{
7377
7398
  is_issued: z.ZodOptional<z.ZodBoolean>;
7378
7399
  issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
7379
7400
  access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
7380
- external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag"]>>;
7401
+ external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag", "avigilon_alta_credential"]>>;
7381
7402
  external_type_display_name: z.ZodOptional<z.ZodString>;
7382
7403
  created_at: z.ZodString;
7383
7404
  workspace_id: z.ZodString;
@@ -7591,7 +7612,7 @@ export declare const batch: z.ZodObject<{
7591
7612
  issued_at?: string | null | undefined;
7592
7613
  is_issued?: boolean | undefined;
7593
7614
  acs_user_id?: string | undefined;
7594
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
7615
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
7595
7616
  external_type_display_name?: string | undefined;
7596
7617
  acs_credential_pool_id?: string | undefined;
7597
7618
  parent_acs_credential_id?: string | undefined;
@@ -7663,7 +7684,7 @@ export declare const batch: z.ZodObject<{
7663
7684
  issued_at?: string | null | undefined;
7664
7685
  is_issued?: boolean | undefined;
7665
7686
  acs_user_id?: string | undefined;
7666
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
7687
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
7667
7688
  external_type_display_name?: string | undefined;
7668
7689
  acs_credential_pool_id?: string | undefined;
7669
7690
  parent_acs_credential_id?: string | undefined;
@@ -7972,7 +7993,7 @@ export declare const batch: z.ZodObject<{
7972
7993
  is_issued: z.ZodOptional<z.ZodBoolean>;
7973
7994
  issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
7974
7995
  access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
7975
- external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag"]>>;
7996
+ external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag", "avigilon_alta_credential"]>>;
7976
7997
  external_type_display_name: z.ZodOptional<z.ZodString>;
7977
7998
  created_at: z.ZodString;
7978
7999
  workspace_id: z.ZodString;
@@ -8186,7 +8207,7 @@ export declare const batch: z.ZodObject<{
8186
8207
  issued_at?: string | null | undefined;
8187
8208
  is_issued?: boolean | undefined;
8188
8209
  acs_user_id?: string | undefined;
8189
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
8210
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
8190
8211
  external_type_display_name?: string | undefined;
8191
8212
  acs_credential_pool_id?: string | undefined;
8192
8213
  parent_acs_credential_id?: string | undefined;
@@ -8258,7 +8279,7 @@ export declare const batch: z.ZodObject<{
8258
8279
  issued_at?: string | null | undefined;
8259
8280
  is_issued?: boolean | undefined;
8260
8281
  acs_user_id?: string | undefined;
8261
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
8282
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
8262
8283
  external_type_display_name?: string | undefined;
8263
8284
  acs_credential_pool_id?: string | undefined;
8264
8285
  parent_acs_credential_id?: string | undefined;
@@ -8281,7 +8302,7 @@ export declare const batch: z.ZodObject<{
8281
8302
  is_issued: z.ZodOptional<z.ZodBoolean>;
8282
8303
  issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8283
8304
  access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
8284
- external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag"]>>;
8305
+ external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag", "avigilon_alta_credential"]>>;
8285
8306
  external_type_display_name: z.ZodOptional<z.ZodString>;
8286
8307
  created_at: z.ZodString;
8287
8308
  workspace_id: z.ZodString;
@@ -8495,7 +8516,7 @@ export declare const batch: z.ZodObject<{
8495
8516
  issued_at?: string | null | undefined;
8496
8517
  is_issued?: boolean | undefined;
8497
8518
  acs_user_id?: string | undefined;
8498
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
8519
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
8499
8520
  external_type_display_name?: string | undefined;
8500
8521
  acs_credential_pool_id?: string | undefined;
8501
8522
  parent_acs_credential_id?: string | undefined;
@@ -8567,7 +8588,7 @@ export declare const batch: z.ZodObject<{
8567
8588
  issued_at?: string | null | undefined;
8568
8589
  is_issued?: boolean | undefined;
8569
8590
  acs_user_id?: string | undefined;
8570
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
8591
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
8571
8592
  external_type_display_name?: string | undefined;
8572
8593
  acs_credential_pool_id?: string | undefined;
8573
8594
  parent_acs_credential_id?: string | undefined;
@@ -8676,7 +8697,7 @@ export declare const batch: z.ZodObject<{
8676
8697
  issued_at?: string | null | undefined;
8677
8698
  is_issued?: boolean | undefined;
8678
8699
  acs_user_id?: string | undefined;
8679
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
8700
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
8680
8701
  external_type_display_name?: string | undefined;
8681
8702
  acs_credential_pool_id?: string | undefined;
8682
8703
  parent_acs_credential_id?: string | undefined;
@@ -8748,7 +8769,7 @@ export declare const batch: z.ZodObject<{
8748
8769
  issued_at?: string | null | undefined;
8749
8770
  is_issued?: boolean | undefined;
8750
8771
  acs_user_id?: string | undefined;
8751
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
8772
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
8752
8773
  external_type_display_name?: string | undefined;
8753
8774
  acs_credential_pool_id?: string | undefined;
8754
8775
  parent_acs_credential_id?: string | undefined;
@@ -8847,7 +8868,7 @@ export declare const batch: z.ZodObject<{
8847
8868
  issued_at?: string | null | undefined;
8848
8869
  is_issued?: boolean | undefined;
8849
8870
  acs_user_id?: string | undefined;
8850
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
8871
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
8851
8872
  external_type_display_name?: string | undefined;
8852
8873
  acs_credential_pool_id?: string | undefined;
8853
8874
  parent_acs_credential_id?: string | undefined;
@@ -8919,7 +8940,7 @@ export declare const batch: z.ZodObject<{
8919
8940
  issued_at?: string | null | undefined;
8920
8941
  is_issued?: boolean | undefined;
8921
8942
  acs_user_id?: string | undefined;
8922
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
8943
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
8923
8944
  external_type_display_name?: string | undefined;
8924
8945
  acs_credential_pool_id?: string | undefined;
8925
8946
  parent_acs_credential_id?: string | undefined;
@@ -9023,7 +9044,7 @@ export declare const batch: z.ZodObject<{
9023
9044
  issued_at?: string | null | undefined;
9024
9045
  is_issued?: boolean | undefined;
9025
9046
  acs_user_id?: string | undefined;
9026
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
9047
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
9027
9048
  external_type_display_name?: string | undefined;
9028
9049
  acs_credential_pool_id?: string | undefined;
9029
9050
  parent_acs_credential_id?: string | undefined;
@@ -9095,7 +9116,7 @@ export declare const batch: z.ZodObject<{
9095
9116
  issued_at?: string | null | undefined;
9096
9117
  is_issued?: boolean | undefined;
9097
9118
  acs_user_id?: string | undefined;
9098
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
9119
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
9099
9120
  external_type_display_name?: string | undefined;
9100
9121
  acs_credential_pool_id?: string | undefined;
9101
9122
  parent_acs_credential_id?: string | undefined;
@@ -9200,7 +9221,7 @@ export declare const batch: z.ZodObject<{
9200
9221
  issued_at?: string | null | undefined;
9201
9222
  is_issued?: boolean | undefined;
9202
9223
  acs_user_id?: string | undefined;
9203
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
9224
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
9204
9225
  external_type_display_name?: string | undefined;
9205
9226
  acs_credential_pool_id?: string | undefined;
9206
9227
  parent_acs_credential_id?: string | undefined;
@@ -9272,7 +9293,7 @@ export declare const batch: z.ZodObject<{
9272
9293
  issued_at?: string | null | undefined;
9273
9294
  is_issued?: boolean | undefined;
9274
9295
  acs_user_id?: string | undefined;
9275
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
9296
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
9276
9297
  external_type_display_name?: string | undefined;
9277
9298
  acs_credential_pool_id?: string | undefined;
9278
9299
  parent_acs_credential_id?: string | undefined;
@@ -9435,7 +9456,7 @@ export declare const batch: z.ZodObject<{
9435
9456
  is_issued: z.ZodOptional<z.ZodBoolean>;
9436
9457
  issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9437
9458
  access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
9438
- external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag"]>>;
9459
+ external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag", "avigilon_alta_credential"]>>;
9439
9460
  external_type_display_name: z.ZodOptional<z.ZodString>;
9440
9461
  created_at: z.ZodString;
9441
9462
  workspace_id: z.ZodString;
@@ -9649,7 +9670,7 @@ export declare const batch: z.ZodObject<{
9649
9670
  issued_at?: string | null | undefined;
9650
9671
  is_issued?: boolean | undefined;
9651
9672
  acs_user_id?: string | undefined;
9652
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
9673
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
9653
9674
  external_type_display_name?: string | undefined;
9654
9675
  acs_credential_pool_id?: string | undefined;
9655
9676
  parent_acs_credential_id?: string | undefined;
@@ -9721,7 +9742,7 @@ export declare const batch: z.ZodObject<{
9721
9742
  issued_at?: string | null | undefined;
9722
9743
  is_issued?: boolean | undefined;
9723
9744
  acs_user_id?: string | undefined;
9724
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
9745
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
9725
9746
  external_type_display_name?: string | undefined;
9726
9747
  acs_credential_pool_id?: string | undefined;
9727
9748
  parent_acs_credential_id?: string | undefined;
@@ -9744,7 +9765,7 @@ export declare const batch: z.ZodObject<{
9744
9765
  is_issued: z.ZodOptional<z.ZodBoolean>;
9745
9766
  issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9746
9767
  access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
9747
- external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag"]>>;
9768
+ external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card", "salto_ks_tag", "avigilon_alta_credential"]>>;
9748
9769
  external_type_display_name: z.ZodOptional<z.ZodString>;
9749
9770
  created_at: z.ZodString;
9750
9771
  workspace_id: z.ZodString;
@@ -9958,7 +9979,7 @@ export declare const batch: z.ZodObject<{
9958
9979
  issued_at?: string | null | undefined;
9959
9980
  is_issued?: boolean | undefined;
9960
9981
  acs_user_id?: string | undefined;
9961
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
9982
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
9962
9983
  external_type_display_name?: string | undefined;
9963
9984
  acs_credential_pool_id?: string | undefined;
9964
9985
  parent_acs_credential_id?: string | undefined;
@@ -10030,7 +10051,7 @@ export declare const batch: z.ZodObject<{
10030
10051
  issued_at?: string | null | undefined;
10031
10052
  is_issued?: boolean | undefined;
10032
10053
  acs_user_id?: string | undefined;
10033
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
10054
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
10034
10055
  external_type_display_name?: string | undefined;
10035
10056
  acs_credential_pool_id?: string | undefined;
10036
10057
  parent_acs_credential_id?: string | undefined;
@@ -10107,7 +10128,7 @@ export declare const batch: z.ZodObject<{
10107
10128
  issued_at?: string | null | undefined;
10108
10129
  is_issued?: boolean | undefined;
10109
10130
  acs_user_id?: string | undefined;
10110
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
10131
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
10111
10132
  external_type_display_name?: string | undefined;
10112
10133
  acs_credential_pool_id?: string | undefined;
10113
10134
  parent_acs_credential_id?: string | undefined;
@@ -10179,7 +10200,7 @@ export declare const batch: z.ZodObject<{
10179
10200
  issued_at?: string | null | undefined;
10180
10201
  is_issued?: boolean | undefined;
10181
10202
  acs_user_id?: string | undefined;
10182
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
10203
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
10183
10204
  external_type_display_name?: string | undefined;
10184
10205
  acs_credential_pool_id?: string | undefined;
10185
10206
  parent_acs_credential_id?: string | undefined;
@@ -10257,7 +10278,7 @@ export declare const batch: z.ZodObject<{
10257
10278
  issued_at?: string | null | undefined;
10258
10279
  is_issued?: boolean | undefined;
10259
10280
  acs_user_id?: string | undefined;
10260
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
10281
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
10261
10282
  external_type_display_name?: string | undefined;
10262
10283
  acs_credential_pool_id?: string | undefined;
10263
10284
  parent_acs_credential_id?: string | undefined;
@@ -10329,7 +10350,7 @@ export declare const batch: z.ZodObject<{
10329
10350
  issued_at?: string | null | undefined;
10330
10351
  is_issued?: boolean | undefined;
10331
10352
  acs_user_id?: string | undefined;
10332
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
10353
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
10333
10354
  external_type_display_name?: string | undefined;
10334
10355
  acs_credential_pool_id?: string | undefined;
10335
10356
  parent_acs_credential_id?: string | undefined;
@@ -11722,7 +11743,7 @@ export declare const batch: z.ZodObject<{
11722
11743
  workspace_id: z.ZodString;
11723
11744
  created_at: z.ZodString;
11724
11745
  display_name: z.ZodString;
11725
- external_type: z.ZodOptional<z.ZodEnum<["pti_user", "brivo_user", "hid_credential_manager_user", "salto_site_user", "latch_user", "dormakaba_community_user", "salto_space_user"]>>;
11746
+ external_type: z.ZodOptional<z.ZodEnum<["pti_user", "brivo_user", "hid_credential_manager_user", "salto_site_user", "latch_user", "dormakaba_community_user", "salto_space_user", "avigilon_alta_user"]>>;
11726
11747
  external_type_display_name: z.ZodOptional<z.ZodString>;
11727
11748
  is_suspended: z.ZodOptional<z.ZodBoolean>;
11728
11749
  access_schedule: z.ZodOptional<z.ZodObject<{
@@ -12257,7 +12278,7 @@ export declare const batch: z.ZodObject<{
12257
12278
  acs_access_group_id: string;
12258
12279
  })[] | undefined;
12259
12280
  user_identity_id?: string | undefined;
12260
- external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
12281
+ external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | "avigilon_alta_user" | undefined;
12261
12282
  external_type_display_name?: string | undefined;
12262
12283
  access_schedule?: {
12263
12284
  starts_at: string;
@@ -12394,7 +12415,7 @@ export declare const batch: z.ZodObject<{
12394
12415
  acs_access_group_id: string;
12395
12416
  })[] | undefined;
12396
12417
  user_identity_id?: string | undefined;
12397
- external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
12418
+ external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | "avigilon_alta_user" | undefined;
12398
12419
  external_type_display_name?: string | undefined;
12399
12420
  access_schedule?: {
12400
12421
  starts_at: string;
@@ -26862,6 +26883,10 @@ export declare const batch: z.ZodObject<{
26862
26883
  message: string;
26863
26884
  created_at: string;
26864
26885
  warning_code: "being_deleted";
26886
+ } | {
26887
+ message: string;
26888
+ created_at: string;
26889
+ warning_code: "provider_service_unavailable";
26865
26890
  })[];
26866
26891
  custom_metadata: Record<string, string | boolean>;
26867
26892
  automatically_manage_new_devices: boolean;
@@ -27144,7 +27169,7 @@ export declare const batch: z.ZodObject<{
27144
27169
  acs_access_group_id: string;
27145
27170
  })[] | undefined;
27146
27171
  user_identity_id?: string | undefined;
27147
- external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
27172
+ external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | "avigilon_alta_user" | undefined;
27148
27173
  external_type_display_name?: string | undefined;
27149
27174
  access_schedule?: {
27150
27175
  starts_at: string;
@@ -27333,7 +27358,7 @@ export declare const batch: z.ZodObject<{
27333
27358
  issued_at?: string | null | undefined;
27334
27359
  is_issued?: boolean | undefined;
27335
27360
  acs_user_id?: string | undefined;
27336
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
27361
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
27337
27362
  external_type_display_name?: string | undefined;
27338
27363
  acs_credential_pool_id?: string | undefined;
27339
27364
  parent_acs_credential_id?: string | undefined;
@@ -27406,7 +27431,7 @@ export declare const batch: z.ZodObject<{
27406
27431
  issued_at?: string | null | undefined;
27407
27432
  is_issued?: boolean | undefined;
27408
27433
  acs_user_id?: string | undefined;
27409
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
27434
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
27410
27435
  external_type_display_name?: string | undefined;
27411
27436
  acs_credential_pool_id?: string | undefined;
27412
27437
  parent_acs_credential_id?: string | undefined;
@@ -27686,7 +27711,7 @@ export declare const batch: z.ZodObject<{
27686
27711
  issued_at?: string | null | undefined;
27687
27712
  is_issued?: boolean | undefined;
27688
27713
  acs_user_id?: string | undefined;
27689
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
27714
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
27690
27715
  external_type_display_name?: string | undefined;
27691
27716
  acs_credential_pool_id?: string | undefined;
27692
27717
  parent_acs_credential_id?: string | undefined;
@@ -27758,7 +27783,7 @@ export declare const batch: z.ZodObject<{
27758
27783
  issued_at?: string | null | undefined;
27759
27784
  is_issued?: boolean | undefined;
27760
27785
  acs_user_id?: string | undefined;
27761
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
27786
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
27762
27787
  external_type_display_name?: string | undefined;
27763
27788
  acs_credential_pool_id?: string | undefined;
27764
27789
  parent_acs_credential_id?: string | undefined;
@@ -27969,7 +27994,7 @@ export declare const batch: z.ZodObject<{
27969
27994
  issued_at?: string | null | undefined;
27970
27995
  is_issued?: boolean | undefined;
27971
27996
  acs_user_id?: string | undefined;
27972
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
27997
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
27973
27998
  external_type_display_name?: string | undefined;
27974
27999
  acs_credential_pool_id?: string | undefined;
27975
28000
  parent_acs_credential_id?: string | undefined;
@@ -28041,7 +28066,7 @@ export declare const batch: z.ZodObject<{
28041
28066
  issued_at?: string | null | undefined;
28042
28067
  is_issued?: boolean | undefined;
28043
28068
  acs_user_id?: string | undefined;
28044
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
28069
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
28045
28070
  external_type_display_name?: string | undefined;
28046
28071
  acs_credential_pool_id?: string | undefined;
28047
28072
  parent_acs_credential_id?: string | undefined;
@@ -28317,7 +28342,7 @@ export declare const batch: z.ZodObject<{
28317
28342
  acs_access_group_id: string;
28318
28343
  })[] | undefined;
28319
28344
  user_identity_id?: string | undefined;
28320
- external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
28345
+ external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | "avigilon_alta_user" | undefined;
28321
28346
  external_type_display_name?: string | undefined;
28322
28347
  access_schedule?: {
28323
28348
  starts_at: string;
@@ -31838,6 +31863,10 @@ export declare const batch: z.ZodObject<{
31838
31863
  message: string;
31839
31864
  created_at: string;
31840
31865
  warning_code: "being_deleted";
31866
+ } | {
31867
+ message: string;
31868
+ created_at: string;
31869
+ warning_code: "provider_service_unavailable";
31841
31870
  })[];
31842
31871
  custom_metadata: Record<string, string | boolean>;
31843
31872
  automatically_manage_new_devices: boolean;
@@ -32120,7 +32149,7 @@ export declare const batch: z.ZodObject<{
32120
32149
  acs_access_group_id: string;
32121
32150
  })[] | undefined;
32122
32151
  user_identity_id?: string | undefined;
32123
- external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
32152
+ external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | "avigilon_alta_user" | undefined;
32124
32153
  external_type_display_name?: string | undefined;
32125
32154
  access_schedule?: {
32126
32155
  starts_at: string;
@@ -32309,7 +32338,7 @@ export declare const batch: z.ZodObject<{
32309
32338
  issued_at?: string | null | undefined;
32310
32339
  is_issued?: boolean | undefined;
32311
32340
  acs_user_id?: string | undefined;
32312
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
32341
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
32313
32342
  external_type_display_name?: string | undefined;
32314
32343
  acs_credential_pool_id?: string | undefined;
32315
32344
  parent_acs_credential_id?: string | undefined;
@@ -32382,7 +32411,7 @@ export declare const batch: z.ZodObject<{
32382
32411
  issued_at?: string | null | undefined;
32383
32412
  is_issued?: boolean | undefined;
32384
32413
  acs_user_id?: string | undefined;
32385
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
32414
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
32386
32415
  external_type_display_name?: string | undefined;
32387
32416
  acs_credential_pool_id?: string | undefined;
32388
32417
  parent_acs_credential_id?: string | undefined;
@@ -32662,7 +32691,7 @@ export declare const batch: z.ZodObject<{
32662
32691
  issued_at?: string | null | undefined;
32663
32692
  is_issued?: boolean | undefined;
32664
32693
  acs_user_id?: string | undefined;
32665
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
32694
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
32666
32695
  external_type_display_name?: string | undefined;
32667
32696
  acs_credential_pool_id?: string | undefined;
32668
32697
  parent_acs_credential_id?: string | undefined;
@@ -32734,7 +32763,7 @@ export declare const batch: z.ZodObject<{
32734
32763
  issued_at?: string | null | undefined;
32735
32764
  is_issued?: boolean | undefined;
32736
32765
  acs_user_id?: string | undefined;
32737
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
32766
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
32738
32767
  external_type_display_name?: string | undefined;
32739
32768
  acs_credential_pool_id?: string | undefined;
32740
32769
  parent_acs_credential_id?: string | undefined;
@@ -32945,7 +32974,7 @@ export declare const batch: z.ZodObject<{
32945
32974
  issued_at?: string | null | undefined;
32946
32975
  is_issued?: boolean | undefined;
32947
32976
  acs_user_id?: string | undefined;
32948
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
32977
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
32949
32978
  external_type_display_name?: string | undefined;
32950
32979
  acs_credential_pool_id?: string | undefined;
32951
32980
  parent_acs_credential_id?: string | undefined;
@@ -33017,7 +33046,7 @@ export declare const batch: z.ZodObject<{
33017
33046
  issued_at?: string | null | undefined;
33018
33047
  is_issued?: boolean | undefined;
33019
33048
  acs_user_id?: string | undefined;
33020
- external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | undefined;
33049
+ external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | "salto_ks_tag" | "avigilon_alta_credential" | undefined;
33021
33050
  external_type_display_name?: string | undefined;
33022
33051
  acs_credential_pool_id?: string | undefined;
33023
33052
  parent_acs_credential_id?: string | undefined;
@@ -33293,7 +33322,7 @@ export declare const batch: z.ZodObject<{
33293
33322
  acs_access_group_id: string;
33294
33323
  })[] | undefined;
33295
33324
  user_identity_id?: string | undefined;
33296
- external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | undefined;
33325
+ external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | "salto_space_user" | "avigilon_alta_user" | undefined;
33297
33326
  external_type_display_name?: string | undefined;
33298
33327
  access_schedule?: {
33299
33328
  starts_at: string;