@seamapi/types 1.581.0 → 1.583.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.
@@ -260,22 +260,6 @@ declare const access_code_error: z.ZodDiscriminatedUnion<"error_code", [z.ZodObj
260
260
  message: z.ZodString;
261
261
  is_access_code_error: z.ZodLiteral<true>;
262
262
  created_at: z.ZodOptional<z.ZodString>;
263
- } & {
264
- error_code: z.ZodLiteral<"august_device_slots_full">;
265
- }, "strip", z.ZodTypeAny, {
266
- message: string;
267
- error_code: "august_device_slots_full";
268
- is_access_code_error: true;
269
- created_at?: string | undefined;
270
- }, {
271
- message: string;
272
- error_code: "august_device_slots_full";
273
- is_access_code_error: true;
274
- created_at?: string | undefined;
275
- }>, z.ZodObject<{
276
- message: z.ZodString;
277
- is_access_code_error: z.ZodLiteral<true>;
278
- created_at: z.ZodOptional<z.ZodString>;
279
263
  } & {
280
264
  error_code: z.ZodLiteral<"august_lock_missing_keypad">;
281
265
  }, "strip", z.ZodTypeAny, {
@@ -847,22 +831,6 @@ declare const access_code: z.ZodObject<{
847
831
  message: z.ZodString;
848
832
  is_access_code_error: z.ZodLiteral<true>;
849
833
  created_at: z.ZodOptional<z.ZodString>;
850
- } & {
851
- error_code: z.ZodLiteral<"august_device_slots_full">;
852
- }, "strip", z.ZodTypeAny, {
853
- message: string;
854
- error_code: "august_device_slots_full";
855
- is_access_code_error: true;
856
- created_at?: string | undefined;
857
- }, {
858
- message: string;
859
- error_code: "august_device_slots_full";
860
- is_access_code_error: true;
861
- created_at?: string | undefined;
862
- }>, z.ZodObject<{
863
- message: z.ZodString;
864
- is_access_code_error: z.ZodLiteral<true>;
865
- created_at: z.ZodOptional<z.ZodString>;
866
834
  } & {
867
835
  error_code: z.ZodLiteral<"august_lock_missing_keypad">;
868
836
  }, "strip", z.ZodTypeAny, {
@@ -1692,11 +1660,6 @@ declare const access_code: z.ZodObject<{
1692
1660
  error_code: "august_device_programming_delay";
1693
1661
  is_access_code_error: true;
1694
1662
  created_at?: string | undefined;
1695
- } | {
1696
- message: string;
1697
- error_code: "august_device_slots_full";
1698
- is_access_code_error: true;
1699
- created_at?: string | undefined;
1700
1663
  } | {
1701
1664
  message: string;
1702
1665
  error_code: "august_lock_temporarily_offline";
@@ -1991,11 +1954,6 @@ declare const access_code: z.ZodObject<{
1991
1954
  error_code: "august_device_programming_delay";
1992
1955
  is_access_code_error: true;
1993
1956
  created_at?: string | undefined;
1994
- } | {
1995
- message: string;
1996
- error_code: "august_device_slots_full";
1997
- is_access_code_error: true;
1998
- created_at?: string | undefined;
1999
1957
  } | {
2000
1958
  message: string;
2001
1959
  error_code: "august_lock_temporarily_offline";
@@ -2376,22 +2334,6 @@ declare const unmanaged_access_code: z.ZodObject<{
2376
2334
  message: z.ZodString;
2377
2335
  is_access_code_error: z.ZodLiteral<true>;
2378
2336
  created_at: z.ZodOptional<z.ZodString>;
2379
- } & {
2380
- error_code: z.ZodLiteral<"august_device_slots_full">;
2381
- }, "strip", z.ZodTypeAny, {
2382
- message: string;
2383
- error_code: "august_device_slots_full";
2384
- is_access_code_error: true;
2385
- created_at?: string | undefined;
2386
- }, {
2387
- message: string;
2388
- error_code: "august_device_slots_full";
2389
- is_access_code_error: true;
2390
- created_at?: string | undefined;
2391
- }>, z.ZodObject<{
2392
- message: z.ZodString;
2393
- is_access_code_error: z.ZodLiteral<true>;
2394
- created_at: z.ZodOptional<z.ZodString>;
2395
2337
  } & {
2396
2338
  error_code: z.ZodLiteral<"august_lock_missing_keypad">;
2397
2339
  }, "strip", z.ZodTypeAny, {
@@ -3215,11 +3157,6 @@ declare const unmanaged_access_code: z.ZodObject<{
3215
3157
  error_code: "august_device_programming_delay";
3216
3158
  is_access_code_error: true;
3217
3159
  created_at?: string | undefined;
3218
- } | {
3219
- message: string;
3220
- error_code: "august_device_slots_full";
3221
- is_access_code_error: true;
3222
- created_at?: string | undefined;
3223
3160
  } | {
3224
3161
  message: string;
3225
3162
  error_code: "august_lock_temporarily_offline";
@@ -3505,11 +3442,6 @@ declare const unmanaged_access_code: z.ZodObject<{
3505
3442
  error_code: "august_device_programming_delay";
3506
3443
  is_access_code_error: true;
3507
3444
  created_at?: string | undefined;
3508
- } | {
3509
- message: string;
3510
- error_code: "august_device_slots_full";
3511
- is_access_code_error: true;
3512
- created_at?: string | undefined;
3513
3445
  } | {
3514
3446
  message: string;
3515
3447
  error_code: "august_lock_temporarily_offline";
@@ -28087,22 +28019,6 @@ declare const batch: z.ZodObject<{
28087
28019
  message: z.ZodString;
28088
28020
  is_access_code_error: z.ZodLiteral<true>;
28089
28021
  created_at: z.ZodOptional<z.ZodString>;
28090
- } & {
28091
- error_code: z.ZodLiteral<"august_device_slots_full">;
28092
- }, "strip", z.ZodTypeAny, {
28093
- message: string;
28094
- error_code: "august_device_slots_full";
28095
- is_access_code_error: true;
28096
- created_at?: string | undefined;
28097
- }, {
28098
- message: string;
28099
- error_code: "august_device_slots_full";
28100
- is_access_code_error: true;
28101
- created_at?: string | undefined;
28102
- }>, z.ZodObject<{
28103
- message: z.ZodString;
28104
- is_access_code_error: z.ZodLiteral<true>;
28105
- created_at: z.ZodOptional<z.ZodString>;
28106
28022
  } & {
28107
28023
  error_code: z.ZodLiteral<"august_lock_missing_keypad">;
28108
28024
  }, "strip", z.ZodTypeAny, {
@@ -28932,11 +28848,6 @@ declare const batch: z.ZodObject<{
28932
28848
  error_code: "august_device_programming_delay";
28933
28849
  is_access_code_error: true;
28934
28850
  created_at?: string | undefined;
28935
- } | {
28936
- message: string;
28937
- error_code: "august_device_slots_full";
28938
- is_access_code_error: true;
28939
- created_at?: string | undefined;
28940
28851
  } | {
28941
28852
  message: string;
28942
28853
  error_code: "august_lock_temporarily_offline";
@@ -29231,11 +29142,6 @@ declare const batch: z.ZodObject<{
29231
29142
  error_code: "august_device_programming_delay";
29232
29143
  is_access_code_error: true;
29233
29144
  created_at?: string | undefined;
29234
- } | {
29235
- message: string;
29236
- error_code: "august_device_slots_full";
29237
- is_access_code_error: true;
29238
- created_at?: string | undefined;
29239
29145
  } | {
29240
29146
  message: string;
29241
29147
  error_code: "august_lock_temporarily_offline";
@@ -29614,22 +29520,6 @@ declare const batch: z.ZodObject<{
29614
29520
  message: z.ZodString;
29615
29521
  is_access_code_error: z.ZodLiteral<true>;
29616
29522
  created_at: z.ZodOptional<z.ZodString>;
29617
- } & {
29618
- error_code: z.ZodLiteral<"august_device_slots_full">;
29619
- }, "strip", z.ZodTypeAny, {
29620
- message: string;
29621
- error_code: "august_device_slots_full";
29622
- is_access_code_error: true;
29623
- created_at?: string | undefined;
29624
- }, {
29625
- message: string;
29626
- error_code: "august_device_slots_full";
29627
- is_access_code_error: true;
29628
- created_at?: string | undefined;
29629
- }>, z.ZodObject<{
29630
- message: z.ZodString;
29631
- is_access_code_error: z.ZodLiteral<true>;
29632
- created_at: z.ZodOptional<z.ZodString>;
29633
29523
  } & {
29634
29524
  error_code: z.ZodLiteral<"august_lock_missing_keypad">;
29635
29525
  }, "strip", z.ZodTypeAny, {
@@ -30453,11 +30343,6 @@ declare const batch: z.ZodObject<{
30453
30343
  error_code: "august_device_programming_delay";
30454
30344
  is_access_code_error: true;
30455
30345
  created_at?: string | undefined;
30456
- } | {
30457
- message: string;
30458
- error_code: "august_device_slots_full";
30459
- is_access_code_error: true;
30460
- created_at?: string | undefined;
30461
30346
  } | {
30462
30347
  message: string;
30463
30348
  error_code: "august_lock_temporarily_offline";
@@ -30743,11 +30628,6 @@ declare const batch: z.ZodObject<{
30743
30628
  error_code: "august_device_programming_delay";
30744
30629
  is_access_code_error: true;
30745
30630
  created_at?: string | undefined;
30746
- } | {
30747
- message: string;
30748
- error_code: "august_device_slots_full";
30749
- is_access_code_error: true;
30750
- created_at?: string | undefined;
30751
30631
  } | {
30752
30632
  message: string;
30753
30633
  error_code: "august_lock_temporarily_offline";
@@ -34455,11 +34335,6 @@ declare const batch: z.ZodObject<{
34455
34335
  error_code: "august_device_programming_delay";
34456
34336
  is_access_code_error: true;
34457
34337
  created_at?: string | undefined;
34458
- } | {
34459
- message: string;
34460
- error_code: "august_device_slots_full";
34461
- is_access_code_error: true;
34462
- created_at?: string | undefined;
34463
34338
  } | {
34464
34339
  message: string;
34465
34340
  error_code: "august_lock_temporarily_offline";
@@ -34755,11 +34630,6 @@ declare const batch: z.ZodObject<{
34755
34630
  error_code: "august_device_programming_delay";
34756
34631
  is_access_code_error: true;
34757
34632
  created_at?: string | undefined;
34758
- } | {
34759
- message: string;
34760
- error_code: "august_device_slots_full";
34761
- is_access_code_error: true;
34762
- created_at?: string | undefined;
34763
34633
  } | {
34764
34634
  message: string;
34765
34635
  error_code: "august_lock_temporarily_offline";
@@ -38362,11 +38232,6 @@ declare const batch: z.ZodObject<{
38362
38232
  error_code: "august_device_programming_delay";
38363
38233
  is_access_code_error: true;
38364
38234
  created_at?: string | undefined;
38365
- } | {
38366
- message: string;
38367
- error_code: "august_device_slots_full";
38368
- is_access_code_error: true;
38369
- created_at?: string | undefined;
38370
38235
  } | {
38371
38236
  message: string;
38372
38237
  error_code: "august_lock_temporarily_offline";
@@ -38662,11 +38527,6 @@ declare const batch: z.ZodObject<{
38662
38527
  error_code: "august_device_programming_delay";
38663
38528
  is_access_code_error: true;
38664
38529
  created_at?: string | undefined;
38665
- } | {
38666
- message: string;
38667
- error_code: "august_device_slots_full";
38668
- is_access_code_error: true;
38669
- created_at?: string | undefined;
38670
38530
  } | {
38671
38531
  message: string;
38672
38532
  error_code: "august_lock_temporarily_offline";
@@ -66077,22 +65937,32 @@ declare const _default: {
66077
65937
  };
66078
65938
  security: ({
66079
65939
  client_session: never[];
65940
+ client_session_with_customer?: never;
65941
+ pat_with_workspace?: never;
65942
+ console_session_with_workspace?: never;
65943
+ api_key?: never;
65944
+ } | {
65945
+ client_session_with_customer: never[];
65946
+ client_session?: never;
66080
65947
  pat_with_workspace?: never;
66081
65948
  console_session_with_workspace?: never;
66082
65949
  api_key?: never;
66083
65950
  } | {
66084
65951
  pat_with_workspace: never[];
66085
65952
  client_session?: never;
65953
+ client_session_with_customer?: never;
66086
65954
  console_session_with_workspace?: never;
66087
65955
  api_key?: never;
66088
65956
  } | {
66089
65957
  console_session_with_workspace: never[];
66090
65958
  client_session?: never;
65959
+ client_session_with_customer?: never;
66091
65960
  pat_with_workspace?: never;
66092
65961
  api_key?: never;
66093
65962
  } | {
66094
65963
  api_key: never[];
66095
65964
  client_session?: never;
65965
+ client_session_with_customer?: never;
66096
65966
  pat_with_workspace?: never;
66097
65967
  console_session_with_workspace?: never;
66098
65968
  })[];
@@ -66228,22 +66098,32 @@ declare const _default: {
66228
66098
  };
66229
66099
  security: ({
66230
66100
  client_session: never[];
66101
+ client_session_with_customer?: never;
66102
+ pat_with_workspace?: never;
66103
+ console_session_with_workspace?: never;
66104
+ api_key?: never;
66105
+ } | {
66106
+ client_session_with_customer: never[];
66107
+ client_session?: never;
66231
66108
  pat_with_workspace?: never;
66232
66109
  console_session_with_workspace?: never;
66233
66110
  api_key?: never;
66234
66111
  } | {
66235
66112
  pat_with_workspace: never[];
66236
66113
  client_session?: never;
66114
+ client_session_with_customer?: never;
66237
66115
  console_session_with_workspace?: never;
66238
66116
  api_key?: never;
66239
66117
  } | {
66240
66118
  console_session_with_workspace: never[];
66241
66119
  client_session?: never;
66120
+ client_session_with_customer?: never;
66242
66121
  pat_with_workspace?: never;
66243
66122
  api_key?: never;
66244
66123
  } | {
66245
66124
  api_key: never[];
66246
66125
  client_session?: never;
66126
+ client_session_with_customer?: never;
66247
66127
  pat_with_workspace?: never;
66248
66128
  console_session_with_workspace?: never;
66249
66129
  })[];
@@ -68763,22 +68643,32 @@ declare const _default: {
68763
68643
  };
68764
68644
  security: ({
68765
68645
  client_session: never[];
68646
+ client_session_with_customer?: never;
68647
+ pat_with_workspace?: never;
68648
+ console_session_with_workspace?: never;
68649
+ api_key?: never;
68650
+ } | {
68651
+ client_session_with_customer: never[];
68652
+ client_session?: never;
68766
68653
  pat_with_workspace?: never;
68767
68654
  console_session_with_workspace?: never;
68768
68655
  api_key?: never;
68769
68656
  } | {
68770
68657
  pat_with_workspace: never[];
68771
68658
  client_session?: never;
68659
+ client_session_with_customer?: never;
68772
68660
  console_session_with_workspace?: never;
68773
68661
  api_key?: never;
68774
68662
  } | {
68775
68663
  console_session_with_workspace: never[];
68776
68664
  client_session?: never;
68665
+ client_session_with_customer?: never;
68777
68666
  pat_with_workspace?: never;
68778
68667
  api_key?: never;
68779
68668
  } | {
68780
68669
  api_key: never[];
68781
68670
  client_session?: never;
68671
+ client_session_with_customer?: never;
68782
68672
  pat_with_workspace?: never;
68783
68673
  console_session_with_workspace?: never;
68784
68674
  })[];
@@ -68846,22 +68736,32 @@ declare const _default: {
68846
68736
  };
68847
68737
  security: ({
68848
68738
  client_session: never[];
68739
+ client_session_with_customer?: never;
68740
+ pat_with_workspace?: never;
68741
+ console_session_with_workspace?: never;
68742
+ api_key?: never;
68743
+ } | {
68744
+ client_session_with_customer: never[];
68745
+ client_session?: never;
68849
68746
  pat_with_workspace?: never;
68850
68747
  console_session_with_workspace?: never;
68851
68748
  api_key?: never;
68852
68749
  } | {
68853
68750
  pat_with_workspace: never[];
68854
68751
  client_session?: never;
68752
+ client_session_with_customer?: never;
68855
68753
  console_session_with_workspace?: never;
68856
68754
  api_key?: never;
68857
68755
  } | {
68858
68756
  console_session_with_workspace: never[];
68859
68757
  client_session?: never;
68758
+ client_session_with_customer?: never;
68860
68759
  pat_with_workspace?: never;
68861
68760
  api_key?: never;
68862
68761
  } | {
68863
68762
  api_key: never[];
68864
68763
  client_session?: never;
68764
+ client_session_with_customer?: never;
68865
68765
  pat_with_workspace?: never;
68866
68766
  console_session_with_workspace?: never;
68867
68767
  })[];
@@ -105856,15 +105756,6 @@ type Routes = {
105856
105756
  created_at?: string | undefined;
105857
105757
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
105858
105758
  error_code: 'august_device_programming_delay';
105859
- } | {
105860
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
105861
- message: string;
105862
- /** Indicates that this is an access code error. */
105863
- is_access_code_error: true;
105864
- /** Date and time at which Seam created the error. */
105865
- created_at?: string | undefined;
105866
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
105867
- error_code: 'august_device_slots_full';
105868
105759
  } | {
105869
105760
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
105870
105761
  message: string;
@@ -106410,15 +106301,6 @@ type Routes = {
106410
106301
  created_at?: string | undefined;
106411
106302
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
106412
106303
  error_code: 'august_device_programming_delay';
106413
- } | {
106414
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
106415
- message: string;
106416
- /** Indicates that this is an access code error. */
106417
- is_access_code_error: true;
106418
- /** Date and time at which Seam created the error. */
106419
- created_at?: string | undefined;
106420
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
106421
- error_code: 'august_device_slots_full';
106422
106304
  } | {
106423
106305
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
106424
106306
  message: string;
@@ -108218,15 +108100,6 @@ type Routes = {
108218
108100
  created_at?: string | undefined;
108219
108101
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
108220
108102
  error_code: 'august_device_programming_delay';
108221
- } | {
108222
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
108223
- message: string;
108224
- /** Indicates that this is an access code error. */
108225
- is_access_code_error: true;
108226
- /** Date and time at which Seam created the error. */
108227
- created_at?: string | undefined;
108228
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
108229
- error_code: 'august_device_slots_full';
108230
108103
  } | {
108231
108104
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
108232
108105
  message: string;
@@ -108746,15 +108619,6 @@ type Routes = {
108746
108619
  created_at?: string | undefined;
108747
108620
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
108748
108621
  error_code: 'august_device_programming_delay';
108749
- } | {
108750
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
108751
- message: string;
108752
- /** Indicates that this is an access code error. */
108753
- is_access_code_error: true;
108754
- /** Date and time at which Seam created the error. */
108755
- created_at?: string | undefined;
108756
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
108757
- error_code: 'august_device_slots_full';
108758
108622
  } | {
108759
108623
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
108760
108624
  message: string;
@@ -109280,15 +109144,6 @@ type Routes = {
109280
109144
  created_at?: string | undefined;
109281
109145
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
109282
109146
  error_code: 'august_device_programming_delay';
109283
- } | {
109284
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
109285
- message: string;
109286
- /** Indicates that this is an access code error. */
109287
- is_access_code_error: true;
109288
- /** Date and time at which Seam created the error. */
109289
- created_at?: string | undefined;
109290
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
109291
- error_code: 'august_device_slots_full';
109292
109147
  } | {
109293
109148
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
109294
109149
  message: string;
@@ -109792,15 +109647,6 @@ type Routes = {
109792
109647
  created_at?: string | undefined;
109793
109648
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
109794
109649
  error_code: 'august_device_programming_delay';
109795
- } | {
109796
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
109797
- message: string;
109798
- /** Indicates that this is an access code error. */
109799
- is_access_code_error: true;
109800
- /** Date and time at which Seam created the error. */
109801
- created_at?: string | undefined;
109802
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
109803
- error_code: 'august_device_slots_full';
109804
109650
  } | {
109805
109651
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
109806
109652
  message: string;
@@ -110337,15 +110183,6 @@ type Routes = {
110337
110183
  created_at?: string | undefined;
110338
110184
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
110339
110185
  error_code: 'august_device_programming_delay';
110340
- } | {
110341
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
110342
- message: string;
110343
- /** Indicates that this is an access code error. */
110344
- is_access_code_error: true;
110345
- /** Date and time at which Seam created the error. */
110346
- created_at?: string | undefined;
110347
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
110348
- error_code: 'august_device_slots_full';
110349
110186
  } | {
110350
110187
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
110351
110188
  message: string;
@@ -112132,15 +111969,6 @@ type Routes = {
112132
111969
  created_at?: string | undefined;
112133
111970
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
112134
111971
  error_code: 'august_device_programming_delay';
112135
- } | {
112136
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
112137
- message: string;
112138
- /** Indicates that this is an access code error. */
112139
- is_access_code_error: true;
112140
- /** Date and time at which Seam created the error. */
112141
- created_at?: string | undefined;
112142
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
112143
- error_code: 'august_device_slots_full';
112144
111972
  } | {
112145
111973
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
112146
111974
  message: string;
@@ -112638,15 +112466,6 @@ type Routes = {
112638
112466
  created_at?: string | undefined;
112639
112467
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
112640
112468
  error_code: 'august_device_programming_delay';
112641
- } | {
112642
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
112643
- message: string;
112644
- /** Indicates that this is an access code error. */
112645
- is_access_code_error: true;
112646
- /** Date and time at which Seam created the error. */
112647
- created_at?: string | undefined;
112648
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
112649
- error_code: 'august_device_slots_full';
112650
112469
  } | {
112651
112470
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
112652
112471
  message: string;
@@ -123831,15 +123650,6 @@ type Routes = {
123831
123650
  created_at?: string | undefined;
123832
123651
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
123833
123652
  error_code: 'august_device_programming_delay';
123834
- } | {
123835
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
123836
- message: string;
123837
- /** Indicates that this is an access code error. */
123838
- is_access_code_error: true;
123839
- /** Date and time at which Seam created the error. */
123840
- created_at?: string | undefined;
123841
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
123842
- error_code: 'august_device_slots_full';
123843
123653
  } | {
123844
123654
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
123845
123655
  message: string;
@@ -124330,15 +124140,6 @@ type Routes = {
124330
124140
  created_at?: string | undefined;
124331
124141
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
124332
124142
  error_code: 'august_device_programming_delay';
124333
- } | {
124334
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
124335
- message: string;
124336
- /** Indicates that this is an access code error. */
124337
- is_access_code_error: true;
124338
- /** Date and time at which Seam created the error. */
124339
- created_at?: string | undefined;
124340
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
124341
- error_code: 'august_device_slots_full';
124342
124143
  } | {
124343
124144
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
124344
124145
  message: string;
@@ -190586,15 +190387,6 @@ type Routes = {
190586
190387
  created_at?: string | undefined;
190587
190388
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
190588
190389
  error_code: 'august_device_programming_delay';
190589
- } | {
190590
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
190591
- message: string;
190592
- /** Indicates that this is an access code error. */
190593
- is_access_code_error: true;
190594
- /** Date and time at which Seam created the error. */
190595
- created_at?: string | undefined;
190596
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
190597
- error_code: 'august_device_slots_full';
190598
190390
  } | {
190599
190391
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
190600
190392
  message: string;
@@ -191085,15 +190877,6 @@ type Routes = {
191085
190877
  created_at?: string | undefined;
191086
190878
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
191087
190879
  error_code: 'august_device_programming_delay';
191088
- } | {
191089
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
191090
- message: string;
191091
- /** Indicates that this is an access code error. */
191092
- is_access_code_error: true;
191093
- /** Date and time at which Seam created the error. */
191094
- created_at?: string | undefined;
191095
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
191096
- error_code: 'august_device_slots_full';
191097
190880
  } | {
191098
190881
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
191099
190882
  message: string;