@seamapi/types 1.871.0 → 1.873.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.
@@ -5317,6 +5317,19 @@ export declare const batch: z.ZodObject<{
5317
5317
  message: string;
5318
5318
  created_at: string;
5319
5319
  warning_code: "entrance_setup_required";
5320
+ }>, z.ZodObject<{
5321
+ created_at: z.ZodString;
5322
+ message: z.ZodString;
5323
+ } & {
5324
+ warning_code: z.ZodLiteral<"salto_ks_privacy_mode">;
5325
+ }, "strip", z.ZodTypeAny, {
5326
+ message: string;
5327
+ created_at: string;
5328
+ warning_code: "salto_ks_privacy_mode";
5329
+ }, {
5330
+ message: string;
5331
+ created_at: string;
5332
+ warning_code: "salto_ks_privacy_mode";
5320
5333
  }>]>, "many">;
5321
5334
  latch_metadata: z.ZodOptional<z.ZodObject<{
5322
5335
  accessibility_type: z.ZodString;
@@ -5496,6 +5509,7 @@ export declare const batch: z.ZodObject<{
5496
5509
  zone_name: string;
5497
5510
  entry_relays_total_count: number;
5498
5511
  }>>;
5512
+ is_locked: z.ZodOptional<z.ZodBoolean>;
5499
5513
  } & {
5500
5514
  can_unlock_with_mobile_key: z.ZodOptional<z.ZodBoolean>;
5501
5515
  can_unlock_with_card: z.ZodOptional<z.ZodBoolean>;
@@ -5522,6 +5536,10 @@ export declare const batch: z.ZodObject<{
5522
5536
  message: string;
5523
5537
  created_at: string;
5524
5538
  warning_code: "entrance_setup_required";
5539
+ } | {
5540
+ message: string;
5541
+ created_at: string;
5542
+ warning_code: "salto_ks_privacy_mode";
5525
5543
  })[];
5526
5544
  space_ids: string[];
5527
5545
  acs_entrance_id: string;
@@ -5595,6 +5613,7 @@ export declare const batch: z.ZodObject<{
5595
5613
  dormakaba_ambiance_metadata?: {
5596
5614
  access_point_name: string;
5597
5615
  } | undefined;
5616
+ is_locked?: boolean | undefined;
5598
5617
  }, {
5599
5618
  display_name: string;
5600
5619
  created_at: string;
@@ -5615,6 +5634,10 @@ export declare const batch: z.ZodObject<{
5615
5634
  message: string;
5616
5635
  created_at: string;
5617
5636
  warning_code: "entrance_setup_required";
5637
+ } | {
5638
+ message: string;
5639
+ created_at: string;
5640
+ warning_code: "salto_ks_privacy_mode";
5618
5641
  })[];
5619
5642
  space_ids: string[];
5620
5643
  acs_entrance_id: string;
@@ -5688,6 +5711,7 @@ export declare const batch: z.ZodObject<{
5688
5711
  dormakaba_ambiance_metadata?: {
5689
5712
  access_point_name: string;
5690
5713
  } | undefined;
5714
+ is_locked?: boolean | undefined;
5691
5715
  }>, "many">>;
5692
5716
  acs_systems: z.ZodOptional<z.ZodArray<z.ZodObject<{
5693
5717
  default_credential_manager_acs_system_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -23357,6 +23381,22 @@ export declare const batch: z.ZodObject<{
23357
23381
  message: z.ZodString;
23358
23382
  is_access_code_error: z.ZodLiteral<true>;
23359
23383
  created_at: z.ZodOptional<z.ZodString>;
23384
+ } & {
23385
+ error_code: z.ZodLiteral<"provider_issue">;
23386
+ }, "strip", z.ZodTypeAny, {
23387
+ message: string;
23388
+ error_code: "provider_issue";
23389
+ is_access_code_error: true;
23390
+ created_at?: string | undefined;
23391
+ }, {
23392
+ message: string;
23393
+ error_code: "provider_issue";
23394
+ is_access_code_error: true;
23395
+ created_at?: string | undefined;
23396
+ }>, z.ZodObject<{
23397
+ message: z.ZodString;
23398
+ is_access_code_error: z.ZodLiteral<true>;
23399
+ created_at: z.ZodOptional<z.ZodString>;
23360
23400
  } & {
23361
23401
  error_code: z.ZodLiteral<"smartthings_failed_to_set_access_code">;
23362
23402
  }, "strip", z.ZodTypeAny, {
@@ -23613,6 +23653,22 @@ export declare const batch: z.ZodObject<{
23613
23653
  message: z.ZodString;
23614
23654
  is_access_code_error: z.ZodLiteral<true>;
23615
23655
  created_at: z.ZodOptional<z.ZodString>;
23656
+ } & {
23657
+ error_code: z.ZodLiteral<"access_code_inactive">;
23658
+ }, "strip", z.ZodTypeAny, {
23659
+ message: string;
23660
+ error_code: "access_code_inactive";
23661
+ is_access_code_error: true;
23662
+ created_at?: string | undefined;
23663
+ }, {
23664
+ message: string;
23665
+ error_code: "access_code_inactive";
23666
+ is_access_code_error: true;
23667
+ created_at?: string | undefined;
23668
+ }>, z.ZodObject<{
23669
+ message: z.ZodString;
23670
+ is_access_code_error: z.ZodLiteral<true>;
23671
+ created_at: z.ZodOptional<z.ZodString>;
23616
23672
  } & {
23617
23673
  error_code: z.ZodLiteral<"salto_ks_user_not_subscribed">;
23618
23674
  }, "strip", z.ZodTypeAny, {
@@ -24060,6 +24116,19 @@ export declare const batch: z.ZodObject<{
24060
24116
  warnings: z.ZodArray<z.ZodDiscriminatedUnion<"warning_code", [z.ZodObject<{
24061
24117
  message: z.ZodString;
24062
24118
  created_at: z.ZodOptional<z.ZodString>;
24119
+ } & {
24120
+ warning_code: z.ZodLiteral<"provider_issue">;
24121
+ }, "strip", z.ZodTypeAny, {
24122
+ message: string;
24123
+ warning_code: "provider_issue";
24124
+ created_at?: string | undefined;
24125
+ }, {
24126
+ message: string;
24127
+ warning_code: "provider_issue";
24128
+ created_at?: string | undefined;
24129
+ }>, z.ZodObject<{
24130
+ message: z.ZodString;
24131
+ created_at: z.ZodOptional<z.ZodString>;
24063
24132
  } & {
24064
24133
  warning_code: z.ZodLiteral<"smartthings_failed_to_set_access_code">;
24065
24134
  }, "strip", z.ZodTypeAny, {
@@ -24606,6 +24675,11 @@ export declare const batch: z.ZodObject<{
24606
24675
  created_at: string;
24607
24676
  error_code: "lockly_missing_wifi_bridge";
24608
24677
  is_device_error: true;
24678
+ } | {
24679
+ message: string;
24680
+ error_code: "provider_issue";
24681
+ is_access_code_error: true;
24682
+ created_at?: string | undefined;
24609
24683
  } | {
24610
24684
  message: string;
24611
24685
  error_code: "smartthings_failed_to_set_access_code";
@@ -24689,6 +24763,11 @@ export declare const batch: z.ZodObject<{
24689
24763
  error_code: "august_lock_missing_keypad";
24690
24764
  is_access_code_error: true;
24691
24765
  created_at?: string | undefined;
24766
+ } | {
24767
+ message: string;
24768
+ error_code: "access_code_inactive";
24769
+ is_access_code_error: true;
24770
+ created_at?: string | undefined;
24692
24771
  } | {
24693
24772
  message: string;
24694
24773
  error_code: "salto_ks_user_not_subscribed";
@@ -24742,6 +24821,10 @@ export declare const batch: z.ZodObject<{
24742
24821
  message: string;
24743
24822
  warning_code: "schlage_detected_duplicate";
24744
24823
  created_at?: string | undefined;
24824
+ } | {
24825
+ message: string;
24826
+ warning_code: "provider_issue";
24827
+ created_at?: string | undefined;
24745
24828
  } | {
24746
24829
  message: string;
24747
24830
  warning_code: "schlage_creation_outage";
@@ -24966,6 +25049,11 @@ export declare const batch: z.ZodObject<{
24966
25049
  created_at: string;
24967
25050
  error_code: "lockly_missing_wifi_bridge";
24968
25051
  is_device_error: true;
25052
+ } | {
25053
+ message: string;
25054
+ error_code: "provider_issue";
25055
+ is_access_code_error: true;
25056
+ created_at?: string | undefined;
24969
25057
  } | {
24970
25058
  message: string;
24971
25059
  error_code: "smartthings_failed_to_set_access_code";
@@ -25049,6 +25137,11 @@ export declare const batch: z.ZodObject<{
25049
25137
  error_code: "august_lock_missing_keypad";
25050
25138
  is_access_code_error: true;
25051
25139
  created_at?: string | undefined;
25140
+ } | {
25141
+ message: string;
25142
+ error_code: "access_code_inactive";
25143
+ is_access_code_error: true;
25144
+ created_at?: string | undefined;
25052
25145
  } | {
25053
25146
  message: string;
25054
25147
  error_code: "salto_ks_user_not_subscribed";
@@ -25102,6 +25195,10 @@ export declare const batch: z.ZodObject<{
25102
25195
  message: string;
25103
25196
  warning_code: "schlage_detected_duplicate";
25104
25197
  created_at?: string | undefined;
25198
+ } | {
25199
+ message: string;
25200
+ warning_code: "provider_issue";
25201
+ created_at?: string | undefined;
25105
25202
  } | {
25106
25203
  message: string;
25107
25204
  warning_code: "schlage_creation_outage";
@@ -25234,6 +25331,22 @@ export declare const batch: z.ZodObject<{
25234
25331
  message: z.ZodString;
25235
25332
  is_access_code_error: z.ZodLiteral<true>;
25236
25333
  created_at: z.ZodOptional<z.ZodString>;
25334
+ } & {
25335
+ error_code: z.ZodLiteral<"provider_issue">;
25336
+ }, "strip", z.ZodTypeAny, {
25337
+ message: string;
25338
+ error_code: "provider_issue";
25339
+ is_access_code_error: true;
25340
+ created_at?: string | undefined;
25341
+ }, {
25342
+ message: string;
25343
+ error_code: "provider_issue";
25344
+ is_access_code_error: true;
25345
+ created_at?: string | undefined;
25346
+ }>, z.ZodObject<{
25347
+ message: z.ZodString;
25348
+ is_access_code_error: z.ZodLiteral<true>;
25349
+ created_at: z.ZodOptional<z.ZodString>;
25237
25350
  } & {
25238
25351
  error_code: z.ZodLiteral<"smartthings_failed_to_set_access_code">;
25239
25352
  }, "strip", z.ZodTypeAny, {
@@ -25490,6 +25603,22 @@ export declare const batch: z.ZodObject<{
25490
25603
  message: z.ZodString;
25491
25604
  is_access_code_error: z.ZodLiteral<true>;
25492
25605
  created_at: z.ZodOptional<z.ZodString>;
25606
+ } & {
25607
+ error_code: z.ZodLiteral<"access_code_inactive">;
25608
+ }, "strip", z.ZodTypeAny, {
25609
+ message: string;
25610
+ error_code: "access_code_inactive";
25611
+ is_access_code_error: true;
25612
+ created_at?: string | undefined;
25613
+ }, {
25614
+ message: string;
25615
+ error_code: "access_code_inactive";
25616
+ is_access_code_error: true;
25617
+ created_at?: string | undefined;
25618
+ }>, z.ZodObject<{
25619
+ message: z.ZodString;
25620
+ is_access_code_error: z.ZodLiteral<true>;
25621
+ created_at: z.ZodOptional<z.ZodString>;
25493
25622
  } & {
25494
25623
  error_code: z.ZodLiteral<"salto_ks_user_not_subscribed">;
25495
25624
  }, "strip", z.ZodTypeAny, {
@@ -25937,6 +26066,19 @@ export declare const batch: z.ZodObject<{
25937
26066
  warnings: z.ZodArray<z.ZodDiscriminatedUnion<"warning_code", [z.ZodObject<{
25938
26067
  message: z.ZodString;
25939
26068
  created_at: z.ZodOptional<z.ZodString>;
26069
+ } & {
26070
+ warning_code: z.ZodLiteral<"provider_issue">;
26071
+ }, "strip", z.ZodTypeAny, {
26072
+ message: string;
26073
+ warning_code: "provider_issue";
26074
+ created_at?: string | undefined;
26075
+ }, {
26076
+ message: string;
26077
+ warning_code: "provider_issue";
26078
+ created_at?: string | undefined;
26079
+ }>, z.ZodObject<{
26080
+ message: z.ZodString;
26081
+ created_at: z.ZodOptional<z.ZodString>;
25940
26082
  } & {
25941
26083
  warning_code: z.ZodLiteral<"smartthings_failed_to_set_access_code">;
25942
26084
  }, "strip", z.ZodTypeAny, {
@@ -26309,6 +26451,11 @@ export declare const batch: z.ZodObject<{
26309
26451
  created_at: string;
26310
26452
  error_code: "lockly_missing_wifi_bridge";
26311
26453
  is_device_error: true;
26454
+ } | {
26455
+ message: string;
26456
+ error_code: "provider_issue";
26457
+ is_access_code_error: true;
26458
+ created_at?: string | undefined;
26312
26459
  } | {
26313
26460
  message: string;
26314
26461
  error_code: "smartthings_failed_to_set_access_code";
@@ -26392,6 +26539,11 @@ export declare const batch: z.ZodObject<{
26392
26539
  error_code: "august_lock_missing_keypad";
26393
26540
  is_access_code_error: true;
26394
26541
  created_at?: string | undefined;
26542
+ } | {
26543
+ message: string;
26544
+ error_code: "access_code_inactive";
26545
+ is_access_code_error: true;
26546
+ created_at?: string | undefined;
26395
26547
  } | {
26396
26548
  message: string;
26397
26549
  error_code: "salto_ks_user_not_subscribed";
@@ -26445,6 +26597,10 @@ export declare const batch: z.ZodObject<{
26445
26597
  message: string;
26446
26598
  warning_code: "schlage_detected_duplicate";
26447
26599
  created_at?: string | undefined;
26600
+ } | {
26601
+ message: string;
26602
+ warning_code: "provider_issue";
26603
+ created_at?: string | undefined;
26448
26604
  } | {
26449
26605
  message: string;
26450
26606
  warning_code: "schlage_creation_outage";
@@ -26616,6 +26772,11 @@ export declare const batch: z.ZodObject<{
26616
26772
  created_at: string;
26617
26773
  error_code: "lockly_missing_wifi_bridge";
26618
26774
  is_device_error: true;
26775
+ } | {
26776
+ message: string;
26777
+ error_code: "provider_issue";
26778
+ is_access_code_error: true;
26779
+ created_at?: string | undefined;
26619
26780
  } | {
26620
26781
  message: string;
26621
26782
  error_code: "smartthings_failed_to_set_access_code";
@@ -26699,6 +26860,11 @@ export declare const batch: z.ZodObject<{
26699
26860
  error_code: "august_lock_missing_keypad";
26700
26861
  is_access_code_error: true;
26701
26862
  created_at?: string | undefined;
26863
+ } | {
26864
+ message: string;
26865
+ error_code: "access_code_inactive";
26866
+ is_access_code_error: true;
26867
+ created_at?: string | undefined;
26702
26868
  } | {
26703
26869
  message: string;
26704
26870
  error_code: "salto_ks_user_not_subscribed";
@@ -26752,6 +26918,10 @@ export declare const batch: z.ZodObject<{
26752
26918
  message: string;
26753
26919
  warning_code: "schlage_detected_duplicate";
26754
26920
  created_at?: string | undefined;
26921
+ } | {
26922
+ message: string;
26923
+ warning_code: "provider_issue";
26924
+ created_at?: string | undefined;
26755
26925
  } | {
26756
26926
  message: string;
26757
26927
  warning_code: "schlage_creation_outage";
@@ -27899,6 +28069,10 @@ export declare const batch: z.ZodObject<{
27899
28069
  message: string;
27900
28070
  created_at: string;
27901
28071
  warning_code: "entrance_setup_required";
28072
+ } | {
28073
+ message: string;
28074
+ created_at: string;
28075
+ warning_code: "salto_ks_privacy_mode";
27902
28076
  })[];
27903
28077
  space_ids: string[];
27904
28078
  acs_entrance_id: string;
@@ -27972,6 +28146,7 @@ export declare const batch: z.ZodObject<{
27972
28146
  dormakaba_ambiance_metadata?: {
27973
28147
  access_point_name: string;
27974
28148
  } | undefined;
28149
+ is_locked?: boolean | undefined;
27975
28150
  }[] | undefined;
27976
28151
  acs_systems?: {
27977
28152
  name: string;
@@ -31526,6 +31701,11 @@ export declare const batch: z.ZodObject<{
31526
31701
  created_at: string;
31527
31702
  error_code: "lockly_missing_wifi_bridge";
31528
31703
  is_device_error: true;
31704
+ } | {
31705
+ message: string;
31706
+ error_code: "provider_issue";
31707
+ is_access_code_error: true;
31708
+ created_at?: string | undefined;
31529
31709
  } | {
31530
31710
  message: string;
31531
31711
  error_code: "smartthings_failed_to_set_access_code";
@@ -31609,6 +31789,11 @@ export declare const batch: z.ZodObject<{
31609
31789
  error_code: "august_lock_missing_keypad";
31610
31790
  is_access_code_error: true;
31611
31791
  created_at?: string | undefined;
31792
+ } | {
31793
+ message: string;
31794
+ error_code: "access_code_inactive";
31795
+ is_access_code_error: true;
31796
+ created_at?: string | undefined;
31612
31797
  } | {
31613
31798
  message: string;
31614
31799
  error_code: "salto_ks_user_not_subscribed";
@@ -31662,6 +31847,10 @@ export declare const batch: z.ZodObject<{
31662
31847
  message: string;
31663
31848
  warning_code: "schlage_detected_duplicate";
31664
31849
  created_at?: string | undefined;
31850
+ } | {
31851
+ message: string;
31852
+ warning_code: "provider_issue";
31853
+ created_at?: string | undefined;
31665
31854
  } | {
31666
31855
  message: string;
31667
31856
  warning_code: "schlage_creation_outage";
@@ -31887,6 +32076,11 @@ export declare const batch: z.ZodObject<{
31887
32076
  created_at: string;
31888
32077
  error_code: "lockly_missing_wifi_bridge";
31889
32078
  is_device_error: true;
32079
+ } | {
32080
+ message: string;
32081
+ error_code: "provider_issue";
32082
+ is_access_code_error: true;
32083
+ created_at?: string | undefined;
31890
32084
  } | {
31891
32085
  message: string;
31892
32086
  error_code: "smartthings_failed_to_set_access_code";
@@ -31970,6 +32164,11 @@ export declare const batch: z.ZodObject<{
31970
32164
  error_code: "august_lock_missing_keypad";
31971
32165
  is_access_code_error: true;
31972
32166
  created_at?: string | undefined;
32167
+ } | {
32168
+ message: string;
32169
+ error_code: "access_code_inactive";
32170
+ is_access_code_error: true;
32171
+ created_at?: string | undefined;
31973
32172
  } | {
31974
32173
  message: string;
31975
32174
  error_code: "salto_ks_user_not_subscribed";
@@ -32023,6 +32222,10 @@ export declare const batch: z.ZodObject<{
32023
32222
  message: string;
32024
32223
  warning_code: "schlage_detected_duplicate";
32025
32224
  created_at?: string | undefined;
32225
+ } | {
32226
+ message: string;
32227
+ warning_code: "provider_issue";
32228
+ created_at?: string | undefined;
32026
32229
  } | {
32027
32230
  message: string;
32028
32231
  warning_code: "schlage_creation_outage";
@@ -33043,6 +33246,10 @@ export declare const batch: z.ZodObject<{
33043
33246
  message: string;
33044
33247
  created_at: string;
33045
33248
  warning_code: "entrance_setup_required";
33249
+ } | {
33250
+ message: string;
33251
+ created_at: string;
33252
+ warning_code: "salto_ks_privacy_mode";
33046
33253
  })[];
33047
33254
  space_ids: string[];
33048
33255
  acs_entrance_id: string;
@@ -33116,6 +33323,7 @@ export declare const batch: z.ZodObject<{
33116
33323
  dormakaba_ambiance_metadata?: {
33117
33324
  access_point_name: string;
33118
33325
  } | undefined;
33326
+ is_locked?: boolean | undefined;
33119
33327
  }[] | undefined;
33120
33328
  acs_systems?: {
33121
33329
  name: string;
@@ -36670,6 +36878,11 @@ export declare const batch: z.ZodObject<{
36670
36878
  created_at: string;
36671
36879
  error_code: "lockly_missing_wifi_bridge";
36672
36880
  is_device_error: true;
36881
+ } | {
36882
+ message: string;
36883
+ error_code: "provider_issue";
36884
+ is_access_code_error: true;
36885
+ created_at?: string | undefined;
36673
36886
  } | {
36674
36887
  message: string;
36675
36888
  error_code: "smartthings_failed_to_set_access_code";
@@ -36753,6 +36966,11 @@ export declare const batch: z.ZodObject<{
36753
36966
  error_code: "august_lock_missing_keypad";
36754
36967
  is_access_code_error: true;
36755
36968
  created_at?: string | undefined;
36969
+ } | {
36970
+ message: string;
36971
+ error_code: "access_code_inactive";
36972
+ is_access_code_error: true;
36973
+ created_at?: string | undefined;
36756
36974
  } | {
36757
36975
  message: string;
36758
36976
  error_code: "salto_ks_user_not_subscribed";
@@ -36806,6 +37024,10 @@ export declare const batch: z.ZodObject<{
36806
37024
  message: string;
36807
37025
  warning_code: "schlage_detected_duplicate";
36808
37026
  created_at?: string | undefined;
37027
+ } | {
37028
+ message: string;
37029
+ warning_code: "provider_issue";
37030
+ created_at?: string | undefined;
36809
37031
  } | {
36810
37032
  message: string;
36811
37033
  warning_code: "schlage_creation_outage";
@@ -37031,6 +37253,11 @@ export declare const batch: z.ZodObject<{
37031
37253
  created_at: string;
37032
37254
  error_code: "lockly_missing_wifi_bridge";
37033
37255
  is_device_error: true;
37256
+ } | {
37257
+ message: string;
37258
+ error_code: "provider_issue";
37259
+ is_access_code_error: true;
37260
+ created_at?: string | undefined;
37034
37261
  } | {
37035
37262
  message: string;
37036
37263
  error_code: "smartthings_failed_to_set_access_code";
@@ -37114,6 +37341,11 @@ export declare const batch: z.ZodObject<{
37114
37341
  error_code: "august_lock_missing_keypad";
37115
37342
  is_access_code_error: true;
37116
37343
  created_at?: string | undefined;
37344
+ } | {
37345
+ message: string;
37346
+ error_code: "access_code_inactive";
37347
+ is_access_code_error: true;
37348
+ created_at?: string | undefined;
37117
37349
  } | {
37118
37350
  message: string;
37119
37351
  error_code: "salto_ks_user_not_subscribed";
@@ -37167,6 +37399,10 @@ export declare const batch: z.ZodObject<{
37167
37399
  message: string;
37168
37400
  warning_code: "schlage_detected_duplicate";
37169
37401
  created_at?: string | undefined;
37402
+ } | {
37403
+ message: string;
37404
+ warning_code: "provider_issue";
37405
+ created_at?: string | undefined;
37170
37406
  } | {
37171
37407
  message: string;
37172
37408
  warning_code: "schlage_creation_outage";