@seamapi/types 1.582.0 → 1.584.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.
- package/dist/connect.cjs +52 -59
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +63 -258
- package/dist/index.cjs +52 -59
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +0 -71
- package/lib/seam/connect/models/access-codes/managed-access-code.js +0 -9
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +0 -26
- package/lib/seam/connect/models/batch.d.ts +0 -144
- package/lib/seam/connect/openapi.d.ts +54 -0
- package/lib/seam/connect/openapi.js +50 -52
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +9 -118
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +0 -10
- package/src/lib/seam/connect/openapi.ts +50 -60
- package/src/lib/seam/connect/route-types.ts +13 -130
package/dist/connect.d.cts
CHANGED
|
@@ -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";
|
|
@@ -91053,6 +90913,19 @@ declare const _default: {
|
|
|
91053
90913
|
required: string[];
|
|
91054
90914
|
type: string;
|
|
91055
90915
|
};
|
|
90916
|
+
space_name_updated: {
|
|
90917
|
+
properties: {
|
|
90918
|
+
config: {
|
|
90919
|
+
$ref: string;
|
|
90920
|
+
};
|
|
90921
|
+
rule: {
|
|
90922
|
+
enum: string[];
|
|
90923
|
+
type: string;
|
|
90924
|
+
};
|
|
90925
|
+
};
|
|
90926
|
+
required: string[];
|
|
90927
|
+
type: string;
|
|
90928
|
+
};
|
|
91056
90929
|
};
|
|
91057
90930
|
type: string;
|
|
91058
90931
|
};
|
|
@@ -91160,6 +91033,19 @@ declare const _default: {
|
|
|
91160
91033
|
required: string[];
|
|
91161
91034
|
type: string;
|
|
91162
91035
|
};
|
|
91036
|
+
space_name_updated: {
|
|
91037
|
+
properties: {
|
|
91038
|
+
config: {
|
|
91039
|
+
$ref: string;
|
|
91040
|
+
};
|
|
91041
|
+
rule: {
|
|
91042
|
+
enum: string[];
|
|
91043
|
+
type: string;
|
|
91044
|
+
};
|
|
91045
|
+
};
|
|
91046
|
+
required: string[];
|
|
91047
|
+
type: string;
|
|
91048
|
+
};
|
|
91163
91049
|
};
|
|
91164
91050
|
type: string;
|
|
91165
91051
|
};
|
|
@@ -91271,6 +91157,20 @@ declare const _default: {
|
|
|
91271
91157
|
required: string[];
|
|
91272
91158
|
type: string;
|
|
91273
91159
|
};
|
|
91160
|
+
space_name_updated: {
|
|
91161
|
+
properties: {
|
|
91162
|
+
config: {
|
|
91163
|
+
properties: {};
|
|
91164
|
+
type: string;
|
|
91165
|
+
};
|
|
91166
|
+
rule: {
|
|
91167
|
+
enum: string[];
|
|
91168
|
+
type: string;
|
|
91169
|
+
};
|
|
91170
|
+
};
|
|
91171
|
+
required: string[];
|
|
91172
|
+
type: string;
|
|
91173
|
+
};
|
|
91274
91174
|
};
|
|
91275
91175
|
type: string;
|
|
91276
91176
|
};
|
|
@@ -91392,6 +91292,20 @@ declare const _default: {
|
|
|
91392
91292
|
required: string[];
|
|
91393
91293
|
type: string;
|
|
91394
91294
|
};
|
|
91295
|
+
space_name_updated: {
|
|
91296
|
+
properties: {
|
|
91297
|
+
config: {
|
|
91298
|
+
properties: {};
|
|
91299
|
+
type: string;
|
|
91300
|
+
};
|
|
91301
|
+
rule: {
|
|
91302
|
+
enum: string[];
|
|
91303
|
+
type: string;
|
|
91304
|
+
};
|
|
91305
|
+
};
|
|
91306
|
+
required: string[];
|
|
91307
|
+
type: string;
|
|
91308
|
+
};
|
|
91395
91309
|
};
|
|
91396
91310
|
type: string;
|
|
91397
91311
|
};
|
|
@@ -105896,15 +105810,6 @@ type Routes = {
|
|
|
105896
105810
|
created_at?: string | undefined;
|
|
105897
105811
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
105898
105812
|
error_code: 'august_device_programming_delay';
|
|
105899
|
-
} | {
|
|
105900
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
105901
|
-
message: string;
|
|
105902
|
-
/** Indicates that this is an access code error. */
|
|
105903
|
-
is_access_code_error: true;
|
|
105904
|
-
/** Date and time at which Seam created the error. */
|
|
105905
|
-
created_at?: string | undefined;
|
|
105906
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
105907
|
-
error_code: 'august_device_slots_full';
|
|
105908
105813
|
} | {
|
|
105909
105814
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
105910
105815
|
message: string;
|
|
@@ -106450,15 +106355,6 @@ type Routes = {
|
|
|
106450
106355
|
created_at?: string | undefined;
|
|
106451
106356
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
106452
106357
|
error_code: 'august_device_programming_delay';
|
|
106453
|
-
} | {
|
|
106454
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
106455
|
-
message: string;
|
|
106456
|
-
/** Indicates that this is an access code error. */
|
|
106457
|
-
is_access_code_error: true;
|
|
106458
|
-
/** Date and time at which Seam created the error. */
|
|
106459
|
-
created_at?: string | undefined;
|
|
106460
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
106461
|
-
error_code: 'august_device_slots_full';
|
|
106462
106358
|
} | {
|
|
106463
106359
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
106464
106360
|
message: string;
|
|
@@ -108258,15 +108154,6 @@ type Routes = {
|
|
|
108258
108154
|
created_at?: string | undefined;
|
|
108259
108155
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
108260
108156
|
error_code: 'august_device_programming_delay';
|
|
108261
|
-
} | {
|
|
108262
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
108263
|
-
message: string;
|
|
108264
|
-
/** Indicates that this is an access code error. */
|
|
108265
|
-
is_access_code_error: true;
|
|
108266
|
-
/** Date and time at which Seam created the error. */
|
|
108267
|
-
created_at?: string | undefined;
|
|
108268
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
108269
|
-
error_code: 'august_device_slots_full';
|
|
108270
108157
|
} | {
|
|
108271
108158
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
108272
108159
|
message: string;
|
|
@@ -108786,15 +108673,6 @@ type Routes = {
|
|
|
108786
108673
|
created_at?: string | undefined;
|
|
108787
108674
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
108788
108675
|
error_code: 'august_device_programming_delay';
|
|
108789
|
-
} | {
|
|
108790
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
108791
|
-
message: string;
|
|
108792
|
-
/** Indicates that this is an access code error. */
|
|
108793
|
-
is_access_code_error: true;
|
|
108794
|
-
/** Date and time at which Seam created the error. */
|
|
108795
|
-
created_at?: string | undefined;
|
|
108796
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
108797
|
-
error_code: 'august_device_slots_full';
|
|
108798
108676
|
} | {
|
|
108799
108677
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
108800
108678
|
message: string;
|
|
@@ -109320,15 +109198,6 @@ type Routes = {
|
|
|
109320
109198
|
created_at?: string | undefined;
|
|
109321
109199
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
109322
109200
|
error_code: 'august_device_programming_delay';
|
|
109323
|
-
} | {
|
|
109324
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
109325
|
-
message: string;
|
|
109326
|
-
/** Indicates that this is an access code error. */
|
|
109327
|
-
is_access_code_error: true;
|
|
109328
|
-
/** Date and time at which Seam created the error. */
|
|
109329
|
-
created_at?: string | undefined;
|
|
109330
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
109331
|
-
error_code: 'august_device_slots_full';
|
|
109332
109201
|
} | {
|
|
109333
109202
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
109334
109203
|
message: string;
|
|
@@ -109832,15 +109701,6 @@ type Routes = {
|
|
|
109832
109701
|
created_at?: string | undefined;
|
|
109833
109702
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
109834
109703
|
error_code: 'august_device_programming_delay';
|
|
109835
|
-
} | {
|
|
109836
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
109837
|
-
message: string;
|
|
109838
|
-
/** Indicates that this is an access code error. */
|
|
109839
|
-
is_access_code_error: true;
|
|
109840
|
-
/** Date and time at which Seam created the error. */
|
|
109841
|
-
created_at?: string | undefined;
|
|
109842
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
109843
|
-
error_code: 'august_device_slots_full';
|
|
109844
109704
|
} | {
|
|
109845
109705
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
109846
109706
|
message: string;
|
|
@@ -110377,15 +110237,6 @@ type Routes = {
|
|
|
110377
110237
|
created_at?: string | undefined;
|
|
110378
110238
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
110379
110239
|
error_code: 'august_device_programming_delay';
|
|
110380
|
-
} | {
|
|
110381
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
110382
|
-
message: string;
|
|
110383
|
-
/** Indicates that this is an access code error. */
|
|
110384
|
-
is_access_code_error: true;
|
|
110385
|
-
/** Date and time at which Seam created the error. */
|
|
110386
|
-
created_at?: string | undefined;
|
|
110387
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
110388
|
-
error_code: 'august_device_slots_full';
|
|
110389
110240
|
} | {
|
|
110390
110241
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
110391
110242
|
message: string;
|
|
@@ -112172,15 +112023,6 @@ type Routes = {
|
|
|
112172
112023
|
created_at?: string | undefined;
|
|
112173
112024
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
112174
112025
|
error_code: 'august_device_programming_delay';
|
|
112175
|
-
} | {
|
|
112176
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
112177
|
-
message: string;
|
|
112178
|
-
/** Indicates that this is an access code error. */
|
|
112179
|
-
is_access_code_error: true;
|
|
112180
|
-
/** Date and time at which Seam created the error. */
|
|
112181
|
-
created_at?: string | undefined;
|
|
112182
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
112183
|
-
error_code: 'august_device_slots_full';
|
|
112184
112026
|
} | {
|
|
112185
112027
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
112186
112028
|
message: string;
|
|
@@ -112678,15 +112520,6 @@ type Routes = {
|
|
|
112678
112520
|
created_at?: string | undefined;
|
|
112679
112521
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
112680
112522
|
error_code: 'august_device_programming_delay';
|
|
112681
|
-
} | {
|
|
112682
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
112683
|
-
message: string;
|
|
112684
|
-
/** Indicates that this is an access code error. */
|
|
112685
|
-
is_access_code_error: true;
|
|
112686
|
-
/** Date and time at which Seam created the error. */
|
|
112687
|
-
created_at?: string | undefined;
|
|
112688
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
112689
|
-
error_code: 'august_device_slots_full';
|
|
112690
112523
|
} | {
|
|
112691
112524
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
112692
112525
|
message: string;
|
|
@@ -123871,15 +123704,6 @@ type Routes = {
|
|
|
123871
123704
|
created_at?: string | undefined;
|
|
123872
123705
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
123873
123706
|
error_code: 'august_device_programming_delay';
|
|
123874
|
-
} | {
|
|
123875
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
123876
|
-
message: string;
|
|
123877
|
-
/** Indicates that this is an access code error. */
|
|
123878
|
-
is_access_code_error: true;
|
|
123879
|
-
/** Date and time at which Seam created the error. */
|
|
123880
|
-
created_at?: string | undefined;
|
|
123881
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
123882
|
-
error_code: 'august_device_slots_full';
|
|
123883
123707
|
} | {
|
|
123884
123708
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
123885
123709
|
message: string;
|
|
@@ -124370,15 +124194,6 @@ type Routes = {
|
|
|
124370
124194
|
created_at?: string | undefined;
|
|
124371
124195
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
124372
124196
|
error_code: 'august_device_programming_delay';
|
|
124373
|
-
} | {
|
|
124374
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
124375
|
-
message: string;
|
|
124376
|
-
/** Indicates that this is an access code error. */
|
|
124377
|
-
is_access_code_error: true;
|
|
124378
|
-
/** Date and time at which Seam created the error. */
|
|
124379
|
-
created_at?: string | undefined;
|
|
124380
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
124381
|
-
error_code: 'august_device_slots_full';
|
|
124382
124197
|
} | {
|
|
124383
124198
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
124384
124199
|
message: string;
|
|
@@ -160658,7 +160473,7 @@ type Routes = {
|
|
|
160658
160473
|
/** ID of the partner resource for which you want to retrieve all automation runs. */
|
|
160659
160474
|
partner_resource_id?: string | undefined;
|
|
160660
160475
|
/** Filter automation runs by the specific rule that was executed. */
|
|
160661
|
-
rule?: ('reservation_created' | 'reservation_time_updated' | 'reservation_deleted') | undefined;
|
|
160476
|
+
rule?: ('reservation_created' | 'reservation_time_updated' | 'reservation_deleted' | 'space_name_updated') | undefined;
|
|
160662
160477
|
/** Filter automation runs by success status. */
|
|
160663
160478
|
success?: boolean | undefined;
|
|
160664
160479
|
/** Maximum number of records to return per page. */
|
|
@@ -160734,6 +160549,10 @@ type Routes = {
|
|
|
160734
160549
|
rule: 'reservation_deleted';
|
|
160735
160550
|
config?: {} | undefined;
|
|
160736
160551
|
} | undefined;
|
|
160552
|
+
space_name_updated?: {
|
|
160553
|
+
rule: 'space_name_updated';
|
|
160554
|
+
config?: {} | undefined;
|
|
160555
|
+
} | undefined;
|
|
160737
160556
|
} | undefined;
|
|
160738
160557
|
};
|
|
160739
160558
|
};
|
|
@@ -160759,6 +160578,10 @@ type Routes = {
|
|
|
160759
160578
|
rule: 'reservation_deleted';
|
|
160760
160579
|
config?: {} | undefined;
|
|
160761
160580
|
} | undefined;
|
|
160581
|
+
space_name_updated?: {
|
|
160582
|
+
rule: 'space_name_updated';
|
|
160583
|
+
config?: {} | undefined;
|
|
160584
|
+
} | undefined;
|
|
160762
160585
|
} | undefined;
|
|
160763
160586
|
};
|
|
160764
160587
|
commonParams: {};
|
|
@@ -190626,15 +190449,6 @@ type Routes = {
|
|
|
190626
190449
|
created_at?: string | undefined;
|
|
190627
190450
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
190628
190451
|
error_code: 'august_device_programming_delay';
|
|
190629
|
-
} | {
|
|
190630
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
190631
|
-
message: string;
|
|
190632
|
-
/** Indicates that this is an access code error. */
|
|
190633
|
-
is_access_code_error: true;
|
|
190634
|
-
/** Date and time at which Seam created the error. */
|
|
190635
|
-
created_at?: string | undefined;
|
|
190636
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
190637
|
-
error_code: 'august_device_slots_full';
|
|
190638
190452
|
} | {
|
|
190639
190453
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
190640
190454
|
message: string;
|
|
@@ -191125,15 +190939,6 @@ type Routes = {
|
|
|
191125
190939
|
created_at?: string | undefined;
|
|
191126
190940
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
191127
190941
|
error_code: 'august_device_programming_delay';
|
|
191128
|
-
} | {
|
|
191129
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
191130
|
-
message: string;
|
|
191131
|
-
/** Indicates that this is an access code error. */
|
|
191132
|
-
is_access_code_error: true;
|
|
191133
|
-
/** Date and time at which Seam created the error. */
|
|
191134
|
-
created_at?: string | undefined;
|
|
191135
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
191136
|
-
error_code: 'august_device_slots_full';
|
|
191137
190942
|
} | {
|
|
191138
190943
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
191139
190944
|
message: string;
|