@seamapi/types 1.924.0 → 1.926.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.
@@ -208,22 +208,6 @@ declare const access_code_error: z.ZodDiscriminatedUnion<"error_code", [z.ZodObj
208
208
  error_code: "insufficient_permissions";
209
209
  is_access_code_error: true;
210
210
  created_at?: string | undefined;
211
- }>, z.ZodObject<{
212
- message: z.ZodString;
213
- is_access_code_error: z.ZodLiteral<true>;
214
- created_at: z.ZodOptional<z.ZodString>;
215
- } & {
216
- error_code: z.ZodLiteral<"replaced_by_newer_access_code">;
217
- }, "strip", z.ZodTypeAny, {
218
- message: string;
219
- error_code: "replaced_by_newer_access_code";
220
- is_access_code_error: true;
221
- created_at?: string | undefined;
222
- }, {
223
- message: string;
224
- error_code: "replaced_by_newer_access_code";
225
- is_access_code_error: true;
226
- created_at?: string | undefined;
227
211
  }>]>;
228
212
  type AccessCodeError = z.infer<typeof access_code_error>;
229
213
  declare const access_code_warning: z.ZodDiscriminatedUnion<"warning_code", [z.ZodObject<{
@@ -359,19 +343,6 @@ declare const access_code_warning: z.ZodDiscriminatedUnion<"warning_code", [z.Zo
359
343
  }>, z.ZodObject<{
360
344
  message: z.ZodString;
361
345
  created_at: z.ZodOptional<z.ZodString>;
362
- } & {
363
- warning_code: z.ZodLiteral<"access_code_inactive">;
364
- }, "strip", z.ZodTypeAny, {
365
- message: string;
366
- warning_code: "access_code_inactive";
367
- created_at?: string | undefined;
368
- }, {
369
- message: string;
370
- warning_code: "access_code_inactive";
371
- created_at?: string | undefined;
372
- }>, z.ZodObject<{
373
- message: z.ZodString;
374
- created_at: z.ZodOptional<z.ZodString>;
375
346
  } & {
376
347
  warning_code: z.ZodLiteral<"using_backup_access_code">;
377
348
  }, "strip", z.ZodTypeAny, {
@@ -616,22 +587,6 @@ declare const access_code: z.ZodObject<{
616
587
  error_code: "insufficient_permissions";
617
588
  is_access_code_error: true;
618
589
  created_at?: string | undefined;
619
- }>, z.ZodObject<{
620
- message: z.ZodString;
621
- is_access_code_error: z.ZodLiteral<true>;
622
- created_at: z.ZodOptional<z.ZodString>;
623
- } & {
624
- error_code: z.ZodLiteral<"replaced_by_newer_access_code">;
625
- }, "strip", z.ZodTypeAny, {
626
- message: string;
627
- error_code: "replaced_by_newer_access_code";
628
- is_access_code_error: true;
629
- created_at?: string | undefined;
630
- }, {
631
- message: string;
632
- error_code: "replaced_by_newer_access_code";
633
- is_access_code_error: true;
634
- created_at?: string | undefined;
635
590
  }>, ...(z.ZodObject<{
636
591
  created_at: z.ZodString;
637
592
  message: z.ZodString;
@@ -1139,19 +1094,6 @@ declare const access_code: z.ZodObject<{
1139
1094
  }>, z.ZodObject<{
1140
1095
  message: z.ZodString;
1141
1096
  created_at: z.ZodOptional<z.ZodString>;
1142
- } & {
1143
- warning_code: z.ZodLiteral<"access_code_inactive">;
1144
- }, "strip", z.ZodTypeAny, {
1145
- message: string;
1146
- warning_code: "access_code_inactive";
1147
- created_at?: string | undefined;
1148
- }, {
1149
- message: string;
1150
- warning_code: "access_code_inactive";
1151
- created_at?: string | undefined;
1152
- }>, z.ZodObject<{
1153
- message: z.ZodString;
1154
- created_at: z.ZodOptional<z.ZodString>;
1155
1097
  } & {
1156
1098
  warning_code: z.ZodLiteral<"using_backup_access_code">;
1157
1099
  }, "strip", z.ZodTypeAny, {
@@ -1565,11 +1507,6 @@ declare const access_code: z.ZodObject<{
1565
1507
  error_code: "salto_ks_user_not_subscribed";
1566
1508
  is_access_code_error: true;
1567
1509
  created_at?: string | undefined;
1568
- } | {
1569
- message: string;
1570
- error_code: "replaced_by_newer_access_code";
1571
- is_access_code_error: true;
1572
- created_at?: string | undefined;
1573
1510
  })[];
1574
1511
  warnings: ({
1575
1512
  message: string;
@@ -1609,10 +1546,6 @@ declare const access_code: z.ZodObject<{
1609
1546
  message: string;
1610
1547
  warning_code: "management_transferred";
1611
1548
  created_at?: string | undefined;
1612
- } | {
1613
- message: string;
1614
- warning_code: "access_code_inactive";
1615
- created_at?: string | undefined;
1616
1549
  } | {
1617
1550
  message: string;
1618
1551
  warning_code: "using_backup_access_code";
@@ -1872,11 +1805,6 @@ declare const access_code: z.ZodObject<{
1872
1805
  error_code: "salto_ks_user_not_subscribed";
1873
1806
  is_access_code_error: true;
1874
1807
  created_at?: string | undefined;
1875
- } | {
1876
- message: string;
1877
- error_code: "replaced_by_newer_access_code";
1878
- is_access_code_error: true;
1879
- created_at?: string | undefined;
1880
1808
  })[];
1881
1809
  warnings: ({
1882
1810
  message: string;
@@ -1916,10 +1844,6 @@ declare const access_code: z.ZodObject<{
1916
1844
  message: string;
1917
1845
  warning_code: "management_transferred";
1918
1846
  created_at?: string | undefined;
1919
- } | {
1920
- message: string;
1921
- warning_code: "access_code_inactive";
1922
- created_at?: string | undefined;
1923
1847
  } | {
1924
1848
  message: string;
1925
1849
  warning_code: "using_backup_access_code";
@@ -2218,22 +2142,6 @@ declare const unmanaged_access_code: z.ZodObject<{
2218
2142
  error_code: "insufficient_permissions";
2219
2143
  is_access_code_error: true;
2220
2144
  created_at?: string | undefined;
2221
- }>, z.ZodObject<{
2222
- message: z.ZodString;
2223
- is_access_code_error: z.ZodLiteral<true>;
2224
- created_at: z.ZodOptional<z.ZodString>;
2225
- } & {
2226
- error_code: z.ZodLiteral<"replaced_by_newer_access_code">;
2227
- }, "strip", z.ZodTypeAny, {
2228
- message: string;
2229
- error_code: "replaced_by_newer_access_code";
2230
- is_access_code_error: true;
2231
- created_at?: string | undefined;
2232
- }, {
2233
- message: string;
2234
- error_code: "replaced_by_newer_access_code";
2235
- is_access_code_error: true;
2236
- created_at?: string | undefined;
2237
2145
  }>, ...(z.ZodObject<{
2238
2146
  created_at: z.ZodString;
2239
2147
  message: z.ZodString;
@@ -2741,19 +2649,6 @@ declare const unmanaged_access_code: z.ZodObject<{
2741
2649
  }>, z.ZodObject<{
2742
2650
  message: z.ZodString;
2743
2651
  created_at: z.ZodOptional<z.ZodString>;
2744
- } & {
2745
- warning_code: z.ZodLiteral<"access_code_inactive">;
2746
- }, "strip", z.ZodTypeAny, {
2747
- message: string;
2748
- warning_code: "access_code_inactive";
2749
- created_at?: string | undefined;
2750
- }, {
2751
- message: string;
2752
- warning_code: "access_code_inactive";
2753
- created_at?: string | undefined;
2754
- }>, z.ZodObject<{
2755
- message: z.ZodString;
2756
- created_at: z.ZodOptional<z.ZodString>;
2757
2652
  } & {
2758
2653
  warning_code: z.ZodLiteral<"using_backup_access_code">;
2759
2654
  }, "strip", z.ZodTypeAny, {
@@ -2993,11 +2888,6 @@ declare const unmanaged_access_code: z.ZodObject<{
2993
2888
  error_code: "salto_ks_user_not_subscribed";
2994
2889
  is_access_code_error: true;
2995
2890
  created_at?: string | undefined;
2996
- } | {
2997
- message: string;
2998
- error_code: "replaced_by_newer_access_code";
2999
- is_access_code_error: true;
3000
- created_at?: string | undefined;
3001
2891
  })[];
3002
2892
  warnings: ({
3003
2893
  message: string;
@@ -3037,10 +2927,6 @@ declare const unmanaged_access_code: z.ZodObject<{
3037
2927
  message: string;
3038
2928
  warning_code: "management_transferred";
3039
2929
  created_at?: string | undefined;
3040
- } | {
3041
- message: string;
3042
- warning_code: "access_code_inactive";
3043
- created_at?: string | undefined;
3044
2930
  } | {
3045
2931
  message: string;
3046
2932
  warning_code: "using_backup_access_code";
@@ -3247,11 +3133,6 @@ declare const unmanaged_access_code: z.ZodObject<{
3247
3133
  error_code: "salto_ks_user_not_subscribed";
3248
3134
  is_access_code_error: true;
3249
3135
  created_at?: string | undefined;
3250
- } | {
3251
- message: string;
3252
- error_code: "replaced_by_newer_access_code";
3253
- is_access_code_error: true;
3254
- created_at?: string | undefined;
3255
3136
  })[];
3256
3137
  warnings: ({
3257
3138
  message: string;
@@ -3291,10 +3172,6 @@ declare const unmanaged_access_code: z.ZodObject<{
3291
3172
  message: string;
3292
3173
  warning_code: "management_transferred";
3293
3174
  created_at?: string | undefined;
3294
- } | {
3295
- message: string;
3296
- warning_code: "access_code_inactive";
3297
- created_at?: string | undefined;
3298
3175
  } | {
3299
3176
  message: string;
3300
3177
  warning_code: "using_backup_access_code";
@@ -31425,15 +31302,6 @@ type Routes = {
31425
31302
  created_at?: string | undefined;
31426
31303
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
31427
31304
  error_code: 'insufficient_permissions';
31428
- } | {
31429
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
31430
- message: string;
31431
- /** Indicates that this is an access code error. */
31432
- is_access_code_error: true;
31433
- /** Date and time at which Seam created the error. */
31434
- created_at?: string | undefined;
31435
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
31436
- error_code: 'replaced_by_newer_access_code';
31437
31305
  } | {
31438
31306
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
31439
31307
  message: string;
@@ -31655,13 +31523,6 @@ type Routes = {
31655
31523
  created_at?: string | undefined;
31656
31524
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
31657
31525
  warning_code: 'management_transferred';
31658
- } | {
31659
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
31660
- message: string;
31661
- /** Date and time at which Seam created the warning. */
31662
- created_at?: string | undefined;
31663
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
31664
- warning_code: 'access_code_inactive';
31665
31526
  } | {
31666
31527
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
31667
31528
  message: string;
@@ -31974,15 +31835,6 @@ type Routes = {
31974
31835
  created_at?: string | undefined;
31975
31836
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
31976
31837
  error_code: 'insufficient_permissions';
31977
- } | {
31978
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
31979
- message: string;
31980
- /** Indicates that this is an access code error. */
31981
- is_access_code_error: true;
31982
- /** Date and time at which Seam created the error. */
31983
- created_at?: string | undefined;
31984
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
31985
- error_code: 'replaced_by_newer_access_code';
31986
31838
  } | {
31987
31839
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
31988
31840
  message: string;
@@ -32204,13 +32056,6 @@ type Routes = {
32204
32056
  created_at?: string | undefined;
32205
32057
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
32206
32058
  warning_code: 'management_transferred';
32207
- } | {
32208
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
32209
- message: string;
32210
- /** Date and time at which Seam created the warning. */
32211
- created_at?: string | undefined;
32212
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
32213
- warning_code: 'access_code_inactive';
32214
32059
  } | {
32215
32060
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
32216
32061
  message: string;
@@ -34211,15 +34056,6 @@ type Routes = {
34211
34056
  created_at?: string | undefined;
34212
34057
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
34213
34058
  error_code: 'insufficient_permissions';
34214
- } | {
34215
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
34216
- message: string;
34217
- /** Indicates that this is an access code error. */
34218
- is_access_code_error: true;
34219
- /** Date and time at which Seam created the error. */
34220
- created_at?: string | undefined;
34221
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
34222
- error_code: 'replaced_by_newer_access_code';
34223
34059
  } | {
34224
34060
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
34225
34061
  message: string;
@@ -34441,13 +34277,6 @@ type Routes = {
34441
34277
  created_at?: string | undefined;
34442
34278
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
34443
34279
  warning_code: 'management_transferred';
34444
- } | {
34445
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
34446
- message: string;
34447
- /** Date and time at which Seam created the warning. */
34448
- created_at?: string | undefined;
34449
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
34450
- warning_code: 'access_code_inactive';
34451
34280
  } | {
34452
34281
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
34453
34282
  message: string;
@@ -34806,15 +34635,6 @@ type Routes = {
34806
34635
  created_at?: string | undefined;
34807
34636
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
34808
34637
  error_code: 'insufficient_permissions';
34809
- } | {
34810
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
34811
- message: string;
34812
- /** Indicates that this is an access code error. */
34813
- is_access_code_error: true;
34814
- /** Date and time at which Seam created the error. */
34815
- created_at?: string | undefined;
34816
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
34817
- error_code: 'replaced_by_newer_access_code';
34818
34638
  } | {
34819
34639
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
34820
34640
  message: string;
@@ -35036,13 +34856,6 @@ type Routes = {
35036
34856
  created_at?: string | undefined;
35037
34857
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
35038
34858
  warning_code: 'management_transferred';
35039
- } | {
35040
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
35041
- message: string;
35042
- /** Date and time at which Seam created the warning. */
35043
- created_at?: string | undefined;
35044
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
35045
- warning_code: 'access_code_inactive';
35046
34859
  } | {
35047
34860
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
35048
34861
  message: string;
@@ -35346,15 +35159,6 @@ type Routes = {
35346
35159
  created_at?: string | undefined;
35347
35160
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35348
35161
  error_code: 'insufficient_permissions';
35349
- } | {
35350
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35351
- message: string;
35352
- /** Indicates that this is an access code error. */
35353
- is_access_code_error: true;
35354
- /** Date and time at which Seam created the error. */
35355
- created_at?: string | undefined;
35356
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35357
- error_code: 'replaced_by_newer_access_code';
35358
35162
  } | {
35359
35163
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35360
35164
  message: string;
@@ -35576,13 +35380,6 @@ type Routes = {
35576
35380
  created_at?: string | undefined;
35577
35381
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
35578
35382
  warning_code: 'management_transferred';
35579
- } | {
35580
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
35581
- message: string;
35582
- /** Date and time at which Seam created the warning. */
35583
- created_at?: string | undefined;
35584
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
35585
- warning_code: 'access_code_inactive';
35586
35383
  } | {
35587
35384
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
35588
35385
  message: string;
@@ -35863,15 +35660,6 @@ type Routes = {
35863
35660
  created_at?: string | undefined;
35864
35661
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35865
35662
  error_code: 'insufficient_permissions';
35866
- } | {
35867
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35868
- message: string;
35869
- /** Indicates that this is an access code error. */
35870
- is_access_code_error: true;
35871
- /** Date and time at which Seam created the error. */
35872
- created_at?: string | undefined;
35873
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35874
- error_code: 'replaced_by_newer_access_code';
35875
35663
  } | {
35876
35664
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35877
35665
  message: string;
@@ -36093,13 +35881,6 @@ type Routes = {
36093
35881
  created_at?: string | undefined;
36094
35882
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
36095
35883
  warning_code: 'management_transferred';
36096
- } | {
36097
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
36098
- message: string;
36099
- /** Date and time at which Seam created the warning. */
36100
- created_at?: string | undefined;
36101
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
36102
- warning_code: 'access_code_inactive';
36103
35884
  } | {
36104
35885
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
36105
35886
  message: string;
@@ -36413,15 +36194,6 @@ type Routes = {
36413
36194
  created_at?: string | undefined;
36414
36195
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
36415
36196
  error_code: 'insufficient_permissions';
36416
- } | {
36417
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
36418
- message: string;
36419
- /** Indicates that this is an access code error. */
36420
- is_access_code_error: true;
36421
- /** Date and time at which Seam created the error. */
36422
- created_at?: string | undefined;
36423
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
36424
- error_code: 'replaced_by_newer_access_code';
36425
36197
  } | {
36426
36198
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
36427
36199
  message: string;
@@ -36643,13 +36415,6 @@ type Routes = {
36643
36415
  created_at?: string | undefined;
36644
36416
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
36645
36417
  warning_code: 'management_transferred';
36646
- } | {
36647
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
36648
- message: string;
36649
- /** Date and time at which Seam created the warning. */
36650
- created_at?: string | undefined;
36651
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
36652
- warning_code: 'access_code_inactive';
36653
36418
  } | {
36654
36419
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
36655
36420
  message: string;
@@ -38559,15 +38324,6 @@ type Routes = {
38559
38324
  created_at?: string | undefined;
38560
38325
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
38561
38326
  error_code: 'insufficient_permissions';
38562
- } | {
38563
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
38564
- message: string;
38565
- /** Indicates that this is an access code error. */
38566
- is_access_code_error: true;
38567
- /** Date and time at which Seam created the error. */
38568
- created_at?: string | undefined;
38569
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
38570
- error_code: 'replaced_by_newer_access_code';
38571
38327
  } | {
38572
38328
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
38573
38329
  message: string;
@@ -38789,13 +38545,6 @@ type Routes = {
38789
38545
  created_at?: string | undefined;
38790
38546
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
38791
38547
  warning_code: 'management_transferred';
38792
- } | {
38793
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
38794
- message: string;
38795
- /** Date and time at which Seam created the warning. */
38796
- created_at?: string | undefined;
38797
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
38798
- warning_code: 'access_code_inactive';
38799
38548
  } | {
38800
38549
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
38801
38550
  message: string;
@@ -38995,15 +38744,6 @@ type Routes = {
38995
38744
  created_at?: string | undefined;
38996
38745
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
38997
38746
  error_code: 'insufficient_permissions';
38998
- } | {
38999
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
39000
- message: string;
39001
- /** Indicates that this is an access code error. */
39002
- is_access_code_error: true;
39003
- /** Date and time at which Seam created the error. */
39004
- created_at?: string | undefined;
39005
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
39006
- error_code: 'replaced_by_newer_access_code';
39007
38747
  } | {
39008
38748
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
39009
38749
  message: string;
@@ -39225,13 +38965,6 @@ type Routes = {
39225
38965
  created_at?: string | undefined;
39226
38966
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
39227
38967
  warning_code: 'management_transferred';
39228
- } | {
39229
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
39230
- message: string;
39231
- /** Date and time at which Seam created the warning. */
39232
- created_at?: string | undefined;
39233
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
39234
- warning_code: 'access_code_inactive';
39235
38968
  } | {
39236
38969
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
39237
38970
  message: string;
@@ -147268,15 +147001,6 @@ type Routes = {
147268
147001
  created_at?: string | undefined;
147269
147002
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
147270
147003
  error_code: 'insufficient_permissions';
147271
- } | {
147272
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
147273
- message: string;
147274
- /** Indicates that this is an access code error. */
147275
- is_access_code_error: true;
147276
- /** Date and time at which Seam created the error. */
147277
- created_at?: string | undefined;
147278
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
147279
- error_code: 'replaced_by_newer_access_code';
147280
147004
  } | {
147281
147005
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
147282
147006
  message: string;
@@ -147498,13 +147222,6 @@ type Routes = {
147498
147222
  created_at?: string | undefined;
147499
147223
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
147500
147224
  warning_code: 'management_transferred';
147501
- } | {
147502
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
147503
- message: string;
147504
- /** Date and time at which Seam created the warning. */
147505
- created_at?: string | undefined;
147506
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
147507
- warning_code: 'access_code_inactive';
147508
147225
  } | {
147509
147226
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
147510
147227
  message: string;
@@ -147688,15 +147405,6 @@ type Routes = {
147688
147405
  created_at?: string | undefined;
147689
147406
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
147690
147407
  error_code: 'insufficient_permissions';
147691
- } | {
147692
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
147693
- message: string;
147694
- /** Indicates that this is an access code error. */
147695
- is_access_code_error: true;
147696
- /** Date and time at which Seam created the error. */
147697
- created_at?: string | undefined;
147698
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
147699
- error_code: 'replaced_by_newer_access_code';
147700
147408
  } | {
147701
147409
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
147702
147410
  message: string;
@@ -147918,13 +147626,6 @@ type Routes = {
147918
147626
  created_at?: string | undefined;
147919
147627
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
147920
147628
  warning_code: 'management_transferred';
147921
- } | {
147922
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
147923
- message: string;
147924
- /** Date and time at which Seam created the warning. */
147925
- created_at?: string | undefined;
147926
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
147927
- warning_code: 'access_code_inactive';
147928
147629
  } | {
147929
147630
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
147930
147631
  message: string;