@seamapi/types 1.871.0 → 1.872.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.
@@ -12,6 +12,22 @@ export declare const unmanaged_access_code: z.ZodObject<{
12
12
  message: z.ZodString;
13
13
  is_access_code_error: z.ZodLiteral<true>;
14
14
  created_at: z.ZodOptional<z.ZodString>;
15
+ } & {
16
+ error_code: z.ZodLiteral<"provider_issue">;
17
+ }, "strip", z.ZodTypeAny, {
18
+ message: string;
19
+ error_code: "provider_issue";
20
+ is_access_code_error: true;
21
+ created_at?: string | undefined;
22
+ }, {
23
+ message: string;
24
+ error_code: "provider_issue";
25
+ is_access_code_error: true;
26
+ created_at?: string | undefined;
27
+ }>, z.ZodObject<{
28
+ message: z.ZodString;
29
+ is_access_code_error: z.ZodLiteral<true>;
30
+ created_at: z.ZodOptional<z.ZodString>;
15
31
  } & {
16
32
  error_code: z.ZodLiteral<"smartthings_failed_to_set_access_code">;
17
33
  }, "strip", z.ZodTypeAny, {
@@ -268,6 +284,22 @@ export declare const unmanaged_access_code: z.ZodObject<{
268
284
  message: z.ZodString;
269
285
  is_access_code_error: z.ZodLiteral<true>;
270
286
  created_at: z.ZodOptional<z.ZodString>;
287
+ } & {
288
+ error_code: z.ZodLiteral<"access_code_inactive">;
289
+ }, "strip", z.ZodTypeAny, {
290
+ message: string;
291
+ error_code: "access_code_inactive";
292
+ is_access_code_error: true;
293
+ created_at?: string | undefined;
294
+ }, {
295
+ message: string;
296
+ error_code: "access_code_inactive";
297
+ is_access_code_error: true;
298
+ created_at?: string | undefined;
299
+ }>, z.ZodObject<{
300
+ message: z.ZodString;
301
+ is_access_code_error: z.ZodLiteral<true>;
302
+ created_at: z.ZodOptional<z.ZodString>;
271
303
  } & {
272
304
  error_code: z.ZodLiteral<"salto_ks_user_not_subscribed">;
273
305
  }, "strip", z.ZodTypeAny, {
@@ -715,6 +747,19 @@ export declare const unmanaged_access_code: z.ZodObject<{
715
747
  warnings: z.ZodArray<z.ZodDiscriminatedUnion<"warning_code", [z.ZodObject<{
716
748
  message: z.ZodString;
717
749
  created_at: z.ZodOptional<z.ZodString>;
750
+ } & {
751
+ warning_code: z.ZodLiteral<"provider_issue">;
752
+ }, "strip", z.ZodTypeAny, {
753
+ message: string;
754
+ warning_code: "provider_issue";
755
+ created_at?: string | undefined;
756
+ }, {
757
+ message: string;
758
+ warning_code: "provider_issue";
759
+ created_at?: string | undefined;
760
+ }>, z.ZodObject<{
761
+ message: z.ZodString;
762
+ created_at: z.ZodOptional<z.ZodString>;
718
763
  } & {
719
764
  warning_code: z.ZodLiteral<"smartthings_failed_to_set_access_code">;
720
765
  }, "strip", z.ZodTypeAny, {
@@ -1087,6 +1132,11 @@ export declare const unmanaged_access_code: z.ZodObject<{
1087
1132
  created_at: string;
1088
1133
  error_code: "lockly_missing_wifi_bridge";
1089
1134
  is_device_error: true;
1135
+ } | {
1136
+ message: string;
1137
+ error_code: "provider_issue";
1138
+ is_access_code_error: true;
1139
+ created_at?: string | undefined;
1090
1140
  } | {
1091
1141
  message: string;
1092
1142
  error_code: "smartthings_failed_to_set_access_code";
@@ -1170,6 +1220,11 @@ export declare const unmanaged_access_code: z.ZodObject<{
1170
1220
  error_code: "august_lock_missing_keypad";
1171
1221
  is_access_code_error: true;
1172
1222
  created_at?: string | undefined;
1223
+ } | {
1224
+ message: string;
1225
+ error_code: "access_code_inactive";
1226
+ is_access_code_error: true;
1227
+ created_at?: string | undefined;
1173
1228
  } | {
1174
1229
  message: string;
1175
1230
  error_code: "salto_ks_user_not_subscribed";
@@ -1223,6 +1278,10 @@ export declare const unmanaged_access_code: z.ZodObject<{
1223
1278
  message: string;
1224
1279
  warning_code: "schlage_detected_duplicate";
1225
1280
  created_at?: string | undefined;
1281
+ } | {
1282
+ message: string;
1283
+ warning_code: "provider_issue";
1284
+ created_at?: string | undefined;
1226
1285
  } | {
1227
1286
  message: string;
1228
1287
  warning_code: "schlage_creation_outage";
@@ -1394,6 +1453,11 @@ export declare const unmanaged_access_code: z.ZodObject<{
1394
1453
  created_at: string;
1395
1454
  error_code: "lockly_missing_wifi_bridge";
1396
1455
  is_device_error: true;
1456
+ } | {
1457
+ message: string;
1458
+ error_code: "provider_issue";
1459
+ is_access_code_error: true;
1460
+ created_at?: string | undefined;
1397
1461
  } | {
1398
1462
  message: string;
1399
1463
  error_code: "smartthings_failed_to_set_access_code";
@@ -1477,6 +1541,11 @@ export declare const unmanaged_access_code: z.ZodObject<{
1477
1541
  error_code: "august_lock_missing_keypad";
1478
1542
  is_access_code_error: true;
1479
1543
  created_at?: string | undefined;
1544
+ } | {
1545
+ message: string;
1546
+ error_code: "access_code_inactive";
1547
+ is_access_code_error: true;
1548
+ created_at?: string | undefined;
1480
1549
  } | {
1481
1550
  message: string;
1482
1551
  error_code: "salto_ks_user_not_subscribed";
@@ -1530,6 +1599,10 @@ export declare const unmanaged_access_code: z.ZodObject<{
1530
1599
  message: string;
1531
1600
  warning_code: "schlage_detected_duplicate";
1532
1601
  created_at?: string | undefined;
1602
+ } | {
1603
+ message: string;
1604
+ warning_code: "provider_issue";
1605
+ created_at?: string | undefined;
1533
1606
  } | {
1534
1607
  message: string;
1535
1608
  warning_code: "schlage_creation_outage";
@@ -23357,6 +23357,22 @@ export declare const batch: z.ZodObject<{
23357
23357
  message: z.ZodString;
23358
23358
  is_access_code_error: z.ZodLiteral<true>;
23359
23359
  created_at: z.ZodOptional<z.ZodString>;
23360
+ } & {
23361
+ error_code: z.ZodLiteral<"provider_issue">;
23362
+ }, "strip", z.ZodTypeAny, {
23363
+ message: string;
23364
+ error_code: "provider_issue";
23365
+ is_access_code_error: true;
23366
+ created_at?: string | undefined;
23367
+ }, {
23368
+ message: string;
23369
+ error_code: "provider_issue";
23370
+ is_access_code_error: true;
23371
+ created_at?: string | undefined;
23372
+ }>, z.ZodObject<{
23373
+ message: z.ZodString;
23374
+ is_access_code_error: z.ZodLiteral<true>;
23375
+ created_at: z.ZodOptional<z.ZodString>;
23360
23376
  } & {
23361
23377
  error_code: z.ZodLiteral<"smartthings_failed_to_set_access_code">;
23362
23378
  }, "strip", z.ZodTypeAny, {
@@ -23613,6 +23629,22 @@ export declare const batch: z.ZodObject<{
23613
23629
  message: z.ZodString;
23614
23630
  is_access_code_error: z.ZodLiteral<true>;
23615
23631
  created_at: z.ZodOptional<z.ZodString>;
23632
+ } & {
23633
+ error_code: z.ZodLiteral<"access_code_inactive">;
23634
+ }, "strip", z.ZodTypeAny, {
23635
+ message: string;
23636
+ error_code: "access_code_inactive";
23637
+ is_access_code_error: true;
23638
+ created_at?: string | undefined;
23639
+ }, {
23640
+ message: string;
23641
+ error_code: "access_code_inactive";
23642
+ is_access_code_error: true;
23643
+ created_at?: string | undefined;
23644
+ }>, z.ZodObject<{
23645
+ message: z.ZodString;
23646
+ is_access_code_error: z.ZodLiteral<true>;
23647
+ created_at: z.ZodOptional<z.ZodString>;
23616
23648
  } & {
23617
23649
  error_code: z.ZodLiteral<"salto_ks_user_not_subscribed">;
23618
23650
  }, "strip", z.ZodTypeAny, {
@@ -24060,6 +24092,19 @@ export declare const batch: z.ZodObject<{
24060
24092
  warnings: z.ZodArray<z.ZodDiscriminatedUnion<"warning_code", [z.ZodObject<{
24061
24093
  message: z.ZodString;
24062
24094
  created_at: z.ZodOptional<z.ZodString>;
24095
+ } & {
24096
+ warning_code: z.ZodLiteral<"provider_issue">;
24097
+ }, "strip", z.ZodTypeAny, {
24098
+ message: string;
24099
+ warning_code: "provider_issue";
24100
+ created_at?: string | undefined;
24101
+ }, {
24102
+ message: string;
24103
+ warning_code: "provider_issue";
24104
+ created_at?: string | undefined;
24105
+ }>, z.ZodObject<{
24106
+ message: z.ZodString;
24107
+ created_at: z.ZodOptional<z.ZodString>;
24063
24108
  } & {
24064
24109
  warning_code: z.ZodLiteral<"smartthings_failed_to_set_access_code">;
24065
24110
  }, "strip", z.ZodTypeAny, {
@@ -24606,6 +24651,11 @@ export declare const batch: z.ZodObject<{
24606
24651
  created_at: string;
24607
24652
  error_code: "lockly_missing_wifi_bridge";
24608
24653
  is_device_error: true;
24654
+ } | {
24655
+ message: string;
24656
+ error_code: "provider_issue";
24657
+ is_access_code_error: true;
24658
+ created_at?: string | undefined;
24609
24659
  } | {
24610
24660
  message: string;
24611
24661
  error_code: "smartthings_failed_to_set_access_code";
@@ -24689,6 +24739,11 @@ export declare const batch: z.ZodObject<{
24689
24739
  error_code: "august_lock_missing_keypad";
24690
24740
  is_access_code_error: true;
24691
24741
  created_at?: string | undefined;
24742
+ } | {
24743
+ message: string;
24744
+ error_code: "access_code_inactive";
24745
+ is_access_code_error: true;
24746
+ created_at?: string | undefined;
24692
24747
  } | {
24693
24748
  message: string;
24694
24749
  error_code: "salto_ks_user_not_subscribed";
@@ -24742,6 +24797,10 @@ export declare const batch: z.ZodObject<{
24742
24797
  message: string;
24743
24798
  warning_code: "schlage_detected_duplicate";
24744
24799
  created_at?: string | undefined;
24800
+ } | {
24801
+ message: string;
24802
+ warning_code: "provider_issue";
24803
+ created_at?: string | undefined;
24745
24804
  } | {
24746
24805
  message: string;
24747
24806
  warning_code: "schlage_creation_outage";
@@ -24966,6 +25025,11 @@ export declare const batch: z.ZodObject<{
24966
25025
  created_at: string;
24967
25026
  error_code: "lockly_missing_wifi_bridge";
24968
25027
  is_device_error: true;
25028
+ } | {
25029
+ message: string;
25030
+ error_code: "provider_issue";
25031
+ is_access_code_error: true;
25032
+ created_at?: string | undefined;
24969
25033
  } | {
24970
25034
  message: string;
24971
25035
  error_code: "smartthings_failed_to_set_access_code";
@@ -25049,6 +25113,11 @@ export declare const batch: z.ZodObject<{
25049
25113
  error_code: "august_lock_missing_keypad";
25050
25114
  is_access_code_error: true;
25051
25115
  created_at?: string | undefined;
25116
+ } | {
25117
+ message: string;
25118
+ error_code: "access_code_inactive";
25119
+ is_access_code_error: true;
25120
+ created_at?: string | undefined;
25052
25121
  } | {
25053
25122
  message: string;
25054
25123
  error_code: "salto_ks_user_not_subscribed";
@@ -25102,6 +25171,10 @@ export declare const batch: z.ZodObject<{
25102
25171
  message: string;
25103
25172
  warning_code: "schlage_detected_duplicate";
25104
25173
  created_at?: string | undefined;
25174
+ } | {
25175
+ message: string;
25176
+ warning_code: "provider_issue";
25177
+ created_at?: string | undefined;
25105
25178
  } | {
25106
25179
  message: string;
25107
25180
  warning_code: "schlage_creation_outage";
@@ -25234,6 +25307,22 @@ export declare const batch: z.ZodObject<{
25234
25307
  message: z.ZodString;
25235
25308
  is_access_code_error: z.ZodLiteral<true>;
25236
25309
  created_at: z.ZodOptional<z.ZodString>;
25310
+ } & {
25311
+ error_code: z.ZodLiteral<"provider_issue">;
25312
+ }, "strip", z.ZodTypeAny, {
25313
+ message: string;
25314
+ error_code: "provider_issue";
25315
+ is_access_code_error: true;
25316
+ created_at?: string | undefined;
25317
+ }, {
25318
+ message: string;
25319
+ error_code: "provider_issue";
25320
+ is_access_code_error: true;
25321
+ created_at?: string | undefined;
25322
+ }>, z.ZodObject<{
25323
+ message: z.ZodString;
25324
+ is_access_code_error: z.ZodLiteral<true>;
25325
+ created_at: z.ZodOptional<z.ZodString>;
25237
25326
  } & {
25238
25327
  error_code: z.ZodLiteral<"smartthings_failed_to_set_access_code">;
25239
25328
  }, "strip", z.ZodTypeAny, {
@@ -25490,6 +25579,22 @@ export declare const batch: z.ZodObject<{
25490
25579
  message: z.ZodString;
25491
25580
  is_access_code_error: z.ZodLiteral<true>;
25492
25581
  created_at: z.ZodOptional<z.ZodString>;
25582
+ } & {
25583
+ error_code: z.ZodLiteral<"access_code_inactive">;
25584
+ }, "strip", z.ZodTypeAny, {
25585
+ message: string;
25586
+ error_code: "access_code_inactive";
25587
+ is_access_code_error: true;
25588
+ created_at?: string | undefined;
25589
+ }, {
25590
+ message: string;
25591
+ error_code: "access_code_inactive";
25592
+ is_access_code_error: true;
25593
+ created_at?: string | undefined;
25594
+ }>, z.ZodObject<{
25595
+ message: z.ZodString;
25596
+ is_access_code_error: z.ZodLiteral<true>;
25597
+ created_at: z.ZodOptional<z.ZodString>;
25493
25598
  } & {
25494
25599
  error_code: z.ZodLiteral<"salto_ks_user_not_subscribed">;
25495
25600
  }, "strip", z.ZodTypeAny, {
@@ -25937,6 +26042,19 @@ export declare const batch: z.ZodObject<{
25937
26042
  warnings: z.ZodArray<z.ZodDiscriminatedUnion<"warning_code", [z.ZodObject<{
25938
26043
  message: z.ZodString;
25939
26044
  created_at: z.ZodOptional<z.ZodString>;
26045
+ } & {
26046
+ warning_code: z.ZodLiteral<"provider_issue">;
26047
+ }, "strip", z.ZodTypeAny, {
26048
+ message: string;
26049
+ warning_code: "provider_issue";
26050
+ created_at?: string | undefined;
26051
+ }, {
26052
+ message: string;
26053
+ warning_code: "provider_issue";
26054
+ created_at?: string | undefined;
26055
+ }>, z.ZodObject<{
26056
+ message: z.ZodString;
26057
+ created_at: z.ZodOptional<z.ZodString>;
25940
26058
  } & {
25941
26059
  warning_code: z.ZodLiteral<"smartthings_failed_to_set_access_code">;
25942
26060
  }, "strip", z.ZodTypeAny, {
@@ -26309,6 +26427,11 @@ export declare const batch: z.ZodObject<{
26309
26427
  created_at: string;
26310
26428
  error_code: "lockly_missing_wifi_bridge";
26311
26429
  is_device_error: true;
26430
+ } | {
26431
+ message: string;
26432
+ error_code: "provider_issue";
26433
+ is_access_code_error: true;
26434
+ created_at?: string | undefined;
26312
26435
  } | {
26313
26436
  message: string;
26314
26437
  error_code: "smartthings_failed_to_set_access_code";
@@ -26392,6 +26515,11 @@ export declare const batch: z.ZodObject<{
26392
26515
  error_code: "august_lock_missing_keypad";
26393
26516
  is_access_code_error: true;
26394
26517
  created_at?: string | undefined;
26518
+ } | {
26519
+ message: string;
26520
+ error_code: "access_code_inactive";
26521
+ is_access_code_error: true;
26522
+ created_at?: string | undefined;
26395
26523
  } | {
26396
26524
  message: string;
26397
26525
  error_code: "salto_ks_user_not_subscribed";
@@ -26445,6 +26573,10 @@ export declare const batch: z.ZodObject<{
26445
26573
  message: string;
26446
26574
  warning_code: "schlage_detected_duplicate";
26447
26575
  created_at?: string | undefined;
26576
+ } | {
26577
+ message: string;
26578
+ warning_code: "provider_issue";
26579
+ created_at?: string | undefined;
26448
26580
  } | {
26449
26581
  message: string;
26450
26582
  warning_code: "schlage_creation_outage";
@@ -26616,6 +26748,11 @@ export declare const batch: z.ZodObject<{
26616
26748
  created_at: string;
26617
26749
  error_code: "lockly_missing_wifi_bridge";
26618
26750
  is_device_error: true;
26751
+ } | {
26752
+ message: string;
26753
+ error_code: "provider_issue";
26754
+ is_access_code_error: true;
26755
+ created_at?: string | undefined;
26619
26756
  } | {
26620
26757
  message: string;
26621
26758
  error_code: "smartthings_failed_to_set_access_code";
@@ -26699,6 +26836,11 @@ export declare const batch: z.ZodObject<{
26699
26836
  error_code: "august_lock_missing_keypad";
26700
26837
  is_access_code_error: true;
26701
26838
  created_at?: string | undefined;
26839
+ } | {
26840
+ message: string;
26841
+ error_code: "access_code_inactive";
26842
+ is_access_code_error: true;
26843
+ created_at?: string | undefined;
26702
26844
  } | {
26703
26845
  message: string;
26704
26846
  error_code: "salto_ks_user_not_subscribed";
@@ -26752,6 +26894,10 @@ export declare const batch: z.ZodObject<{
26752
26894
  message: string;
26753
26895
  warning_code: "schlage_detected_duplicate";
26754
26896
  created_at?: string | undefined;
26897
+ } | {
26898
+ message: string;
26899
+ warning_code: "provider_issue";
26900
+ created_at?: string | undefined;
26755
26901
  } | {
26756
26902
  message: string;
26757
26903
  warning_code: "schlage_creation_outage";
@@ -31526,6 +31672,11 @@ export declare const batch: z.ZodObject<{
31526
31672
  created_at: string;
31527
31673
  error_code: "lockly_missing_wifi_bridge";
31528
31674
  is_device_error: true;
31675
+ } | {
31676
+ message: string;
31677
+ error_code: "provider_issue";
31678
+ is_access_code_error: true;
31679
+ created_at?: string | undefined;
31529
31680
  } | {
31530
31681
  message: string;
31531
31682
  error_code: "smartthings_failed_to_set_access_code";
@@ -31609,6 +31760,11 @@ export declare const batch: z.ZodObject<{
31609
31760
  error_code: "august_lock_missing_keypad";
31610
31761
  is_access_code_error: true;
31611
31762
  created_at?: string | undefined;
31763
+ } | {
31764
+ message: string;
31765
+ error_code: "access_code_inactive";
31766
+ is_access_code_error: true;
31767
+ created_at?: string | undefined;
31612
31768
  } | {
31613
31769
  message: string;
31614
31770
  error_code: "salto_ks_user_not_subscribed";
@@ -31662,6 +31818,10 @@ export declare const batch: z.ZodObject<{
31662
31818
  message: string;
31663
31819
  warning_code: "schlage_detected_duplicate";
31664
31820
  created_at?: string | undefined;
31821
+ } | {
31822
+ message: string;
31823
+ warning_code: "provider_issue";
31824
+ created_at?: string | undefined;
31665
31825
  } | {
31666
31826
  message: string;
31667
31827
  warning_code: "schlage_creation_outage";
@@ -31887,6 +32047,11 @@ export declare const batch: z.ZodObject<{
31887
32047
  created_at: string;
31888
32048
  error_code: "lockly_missing_wifi_bridge";
31889
32049
  is_device_error: true;
32050
+ } | {
32051
+ message: string;
32052
+ error_code: "provider_issue";
32053
+ is_access_code_error: true;
32054
+ created_at?: string | undefined;
31890
32055
  } | {
31891
32056
  message: string;
31892
32057
  error_code: "smartthings_failed_to_set_access_code";
@@ -31970,6 +32135,11 @@ export declare const batch: z.ZodObject<{
31970
32135
  error_code: "august_lock_missing_keypad";
31971
32136
  is_access_code_error: true;
31972
32137
  created_at?: string | undefined;
32138
+ } | {
32139
+ message: string;
32140
+ error_code: "access_code_inactive";
32141
+ is_access_code_error: true;
32142
+ created_at?: string | undefined;
31973
32143
  } | {
31974
32144
  message: string;
31975
32145
  error_code: "salto_ks_user_not_subscribed";
@@ -32023,6 +32193,10 @@ export declare const batch: z.ZodObject<{
32023
32193
  message: string;
32024
32194
  warning_code: "schlage_detected_duplicate";
32025
32195
  created_at?: string | undefined;
32196
+ } | {
32197
+ message: string;
32198
+ warning_code: "provider_issue";
32199
+ created_at?: string | undefined;
32026
32200
  } | {
32027
32201
  message: string;
32028
32202
  warning_code: "schlage_creation_outage";
@@ -36670,6 +36844,11 @@ export declare const batch: z.ZodObject<{
36670
36844
  created_at: string;
36671
36845
  error_code: "lockly_missing_wifi_bridge";
36672
36846
  is_device_error: true;
36847
+ } | {
36848
+ message: string;
36849
+ error_code: "provider_issue";
36850
+ is_access_code_error: true;
36851
+ created_at?: string | undefined;
36673
36852
  } | {
36674
36853
  message: string;
36675
36854
  error_code: "smartthings_failed_to_set_access_code";
@@ -36753,6 +36932,11 @@ export declare const batch: z.ZodObject<{
36753
36932
  error_code: "august_lock_missing_keypad";
36754
36933
  is_access_code_error: true;
36755
36934
  created_at?: string | undefined;
36935
+ } | {
36936
+ message: string;
36937
+ error_code: "access_code_inactive";
36938
+ is_access_code_error: true;
36939
+ created_at?: string | undefined;
36756
36940
  } | {
36757
36941
  message: string;
36758
36942
  error_code: "salto_ks_user_not_subscribed";
@@ -36806,6 +36990,10 @@ export declare const batch: z.ZodObject<{
36806
36990
  message: string;
36807
36991
  warning_code: "schlage_detected_duplicate";
36808
36992
  created_at?: string | undefined;
36993
+ } | {
36994
+ message: string;
36995
+ warning_code: "provider_issue";
36996
+ created_at?: string | undefined;
36809
36997
  } | {
36810
36998
  message: string;
36811
36999
  warning_code: "schlage_creation_outage";
@@ -37031,6 +37219,11 @@ export declare const batch: z.ZodObject<{
37031
37219
  created_at: string;
37032
37220
  error_code: "lockly_missing_wifi_bridge";
37033
37221
  is_device_error: true;
37222
+ } | {
37223
+ message: string;
37224
+ error_code: "provider_issue";
37225
+ is_access_code_error: true;
37226
+ created_at?: string | undefined;
37034
37227
  } | {
37035
37228
  message: string;
37036
37229
  error_code: "smartthings_failed_to_set_access_code";
@@ -37114,6 +37307,11 @@ export declare const batch: z.ZodObject<{
37114
37307
  error_code: "august_lock_missing_keypad";
37115
37308
  is_access_code_error: true;
37116
37309
  created_at?: string | undefined;
37310
+ } | {
37311
+ message: string;
37312
+ error_code: "access_code_inactive";
37313
+ is_access_code_error: true;
37314
+ created_at?: string | undefined;
37117
37315
  } | {
37118
37316
  message: string;
37119
37317
  error_code: "salto_ks_user_not_subscribed";
@@ -37167,6 +37365,10 @@ export declare const batch: z.ZodObject<{
37167
37365
  message: string;
37168
37366
  warning_code: "schlage_detected_duplicate";
37169
37367
  created_at?: string | undefined;
37368
+ } | {
37369
+ message: string;
37370
+ warning_code: "provider_issue";
37371
+ created_at?: string | undefined;
37170
37372
  } | {
37171
37373
  message: string;
37172
37374
  warning_code: "schlage_creation_outage";