@seamapi/http 2.11.0 → 2.11.1

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.
@@ -19,11 +19,11 @@ export type UnmanagedAccessCode = {
19
19
  /**
20
20
  * Indicates that Seam cannot convert this unmanaged access code to a managed access code. Some providers do not support management of unmanaged access codes through API integrations.
21
21
  */
22
- cannot_be_managed?: boolean | undefined;
22
+ cannot_be_managed?: true | undefined;
23
23
  /**
24
24
  * Indicates that Seam cannot delete this unmanaged access code through the provider. If this access code needs to be deleted, it will only be possible from the manufacturer app.
25
25
  */
26
- cannot_delete_unmanaged_access_code?: boolean | undefined;
26
+ cannot_delete_unmanaged_access_code?: true | undefined;
27
27
  /**
28
28
  * Code used for access. Typically, a numeric or alphanumeric string.
29
29
  */
@@ -96,7 +96,7 @@ export type UnmanagedAccessCode = {
96
96
  /**
97
97
  * Indicates that this is an access code error.
98
98
  */
99
- is_access_code_error: boolean;
99
+ is_access_code_error: true;
100
100
  /**
101
101
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
102
102
  */
@@ -115,7 +115,7 @@ export type UnmanagedAccessCode = {
115
115
  /**
116
116
  * Indicates that this is an access code error.
117
117
  */
118
- is_access_code_error: boolean;
118
+ is_access_code_error: true;
119
119
  /**
120
120
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
121
121
  */
@@ -134,7 +134,7 @@ export type UnmanagedAccessCode = {
134
134
  /**
135
135
  * Indicates that this is an access code error.
136
136
  */
137
- is_access_code_error: boolean;
137
+ is_access_code_error: true;
138
138
  /**
139
139
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
140
140
  */
@@ -153,7 +153,7 @@ export type UnmanagedAccessCode = {
153
153
  /**
154
154
  * Indicates that this is an access code error.
155
155
  */
156
- is_access_code_error: boolean;
156
+ is_access_code_error: true;
157
157
  /**
158
158
  * ID of the managed access code that conflicts with this managed access code, when Seam can identify it.
159
159
  */
@@ -180,7 +180,7 @@ export type UnmanagedAccessCode = {
180
180
  /**
181
181
  * Indicates that this is an access code error.
182
182
  */
183
- is_access_code_error: boolean;
183
+ is_access_code_error: true;
184
184
  /**
185
185
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
186
186
  */
@@ -203,7 +203,7 @@ export type UnmanagedAccessCode = {
203
203
  /**
204
204
  * Indicates that this is an access code error.
205
205
  */
206
- is_access_code_error: boolean;
206
+ is_access_code_error: true;
207
207
  /**
208
208
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
209
209
  */
@@ -239,7 +239,7 @@ export type UnmanagedAccessCode = {
239
239
  /**
240
240
  * Indicates that this is an access code error.
241
241
  */
242
- is_access_code_error: boolean;
242
+ is_access_code_error: true;
243
243
  /**
244
244
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
245
245
  */
@@ -258,7 +258,7 @@ export type UnmanagedAccessCode = {
258
258
  /**
259
259
  * Indicates that this is an access code error.
260
260
  */
261
- is_access_code_error: boolean;
261
+ is_access_code_error: true;
262
262
  /**
263
263
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
264
264
  */
@@ -277,11 +277,11 @@ export type UnmanagedAccessCode = {
277
277
  /**
278
278
  * Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error.
279
279
  */
280
- is_connected_account_error: boolean;
280
+ is_connected_account_error: true;
281
281
  /**
282
282
  * Indicates that the error is not a device error.
283
283
  */
284
- is_device_error: boolean;
284
+ is_device_error: false;
285
285
  /**
286
286
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
287
287
  */
@@ -300,11 +300,11 @@ export type UnmanagedAccessCode = {
300
300
  /**
301
301
  * Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error.
302
302
  */
303
- is_connected_account_error: boolean;
303
+ is_connected_account_error: true;
304
304
  /**
305
305
  * Indicates that the error is not a device error.
306
306
  */
307
- is_device_error: boolean;
307
+ is_device_error: false;
308
308
  /**
309
309
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
310
310
  */
@@ -323,11 +323,11 @@ export type UnmanagedAccessCode = {
323
323
  /**
324
324
  * Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error.
325
325
  */
326
- is_connected_account_error: boolean;
326
+ is_connected_account_error: true;
327
327
  /**
328
328
  * Indicates that the error is not a device error.
329
329
  */
330
- is_device_error: boolean;
330
+ is_device_error: false;
331
331
  /**
332
332
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
333
333
  */
@@ -346,11 +346,11 @@ export type UnmanagedAccessCode = {
346
346
  /**
347
347
  * Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error.
348
348
  */
349
- is_connected_account_error: boolean;
349
+ is_connected_account_error: true;
350
350
  /**
351
351
  * Indicates that the error is not a device error.
352
352
  */
353
- is_device_error: boolean;
353
+ is_device_error: false;
354
354
  /**
355
355
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
356
356
  */
@@ -369,7 +369,7 @@ export type UnmanagedAccessCode = {
369
369
  /**
370
370
  * Indicates that the error is a device error.
371
371
  */
372
- is_device_error: boolean;
372
+ is_device_error: true;
373
373
  /**
374
374
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
375
375
  */
@@ -388,7 +388,7 @@ export type UnmanagedAccessCode = {
388
388
  /**
389
389
  * Indicates that the error is a device error.
390
390
  */
391
- is_device_error: boolean;
391
+ is_device_error: true;
392
392
  /**
393
393
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
394
394
  */
@@ -407,7 +407,7 @@ export type UnmanagedAccessCode = {
407
407
  /**
408
408
  * Indicates that the error is a device error.
409
409
  */
410
- is_device_error: boolean;
410
+ is_device_error: true;
411
411
  /**
412
412
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
413
413
  */
@@ -426,7 +426,7 @@ export type UnmanagedAccessCode = {
426
426
  /**
427
427
  * Indicates that the error is a device error.
428
428
  */
429
- is_device_error: boolean;
429
+ is_device_error: true;
430
430
  /**
431
431
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
432
432
  */
@@ -445,7 +445,7 @@ export type UnmanagedAccessCode = {
445
445
  /**
446
446
  * Indicates that the error is a device error.
447
447
  */
448
- is_device_error: boolean;
448
+ is_device_error: true;
449
449
  /**
450
450
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
451
451
  */
@@ -464,7 +464,7 @@ export type UnmanagedAccessCode = {
464
464
  /**
465
465
  * Indicates that the error is a device error.
466
466
  */
467
- is_device_error: boolean;
467
+ is_device_error: true;
468
468
  /**
469
469
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
470
470
  */
@@ -483,7 +483,7 @@ export type UnmanagedAccessCode = {
483
483
  /**
484
484
  * Indicates that the error is a device error.
485
485
  */
486
- is_device_error: boolean;
486
+ is_device_error: true;
487
487
  /**
488
488
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
489
489
  */
@@ -502,7 +502,7 @@ export type UnmanagedAccessCode = {
502
502
  /**
503
503
  * Indicates that the error is a device error.
504
504
  */
505
- is_device_error: boolean;
505
+ is_device_error: true;
506
506
  /**
507
507
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
508
508
  */
@@ -521,7 +521,7 @@ export type UnmanagedAccessCode = {
521
521
  /**
522
522
  * Indicates that the error is a device error.
523
523
  */
524
- is_device_error: boolean;
524
+ is_device_error: true;
525
525
  /**
526
526
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
527
527
  */
@@ -553,7 +553,7 @@ export type UnmanagedAccessCode = {
553
553
  /**
554
554
  * Indicates that Seam does not manage the access code.
555
555
  */
556
- is_managed: boolean;
556
+ is_managed: false;
557
557
  /**
558
558
  * Name of the access code. Enables administrators and users to identify the access code easily, especially when there are numerous access codes. Note that the name provided on Seam is used to identify the code on Seam and is not necessarily the name that will appear in the lock provider's app or on the device. This is because lock providers may have constraints on names, such as length, uniqueness, or characters that can be used. In addition, some lock providers may break down names into components such as `first_name` and `last_name`. To provide a consistent experience, Seam identifies the code on Seam by its name but may modify the name that appears on the lock provider's app or on the device. For example, Seam may add additional characters or truncate the name to meet provider constraints. To help your users identify codes set by Seam, Seam provides the name exactly as it appears on the lock provider's app or on the device as a separate property called `appearance`. This is an object with a `name` property and, optionally, `first_name` and `last_name` properties (for providers that break down a name into components).
559
559
  */
@@ -125,11 +125,11 @@ export type UnmanagedDevice = {
125
125
  /**
126
126
  * Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error.
127
127
  */
128
- is_connected_account_error: boolean;
128
+ is_connected_account_error: true;
129
129
  /**
130
130
  * Indicates that the error is not a device error.
131
131
  */
132
- is_device_error: boolean;
132
+ is_device_error: false;
133
133
  /**
134
134
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
135
135
  */
@@ -148,11 +148,11 @@ export type UnmanagedDevice = {
148
148
  /**
149
149
  * Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error.
150
150
  */
151
- is_connected_account_error: boolean;
151
+ is_connected_account_error: true;
152
152
  /**
153
153
  * Indicates that the error is not a device error.
154
154
  */
155
- is_device_error: boolean;
155
+ is_device_error: false;
156
156
  /**
157
157
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
158
158
  */
@@ -171,11 +171,11 @@ export type UnmanagedDevice = {
171
171
  /**
172
172
  * Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error.
173
173
  */
174
- is_connected_account_error: boolean;
174
+ is_connected_account_error: true;
175
175
  /**
176
176
  * Indicates that the error is not a device error.
177
177
  */
178
- is_device_error: boolean;
178
+ is_device_error: false;
179
179
  /**
180
180
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
181
181
  */
@@ -194,11 +194,11 @@ export type UnmanagedDevice = {
194
194
  /**
195
195
  * Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error.
196
196
  */
197
- is_connected_account_error: boolean;
197
+ is_connected_account_error: true;
198
198
  /**
199
199
  * Indicates that the error is not a device error.
200
200
  */
201
- is_device_error: boolean;
201
+ is_device_error: false;
202
202
  /**
203
203
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
204
204
  */
@@ -217,7 +217,7 @@ export type UnmanagedDevice = {
217
217
  /**
218
218
  * Indicates that the error is a device error.
219
219
  */
220
- is_device_error: boolean;
220
+ is_device_error: true;
221
221
  /**
222
222
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
223
223
  */
@@ -236,7 +236,7 @@ export type UnmanagedDevice = {
236
236
  /**
237
237
  * Indicates that the error is a device error.
238
238
  */
239
- is_device_error: boolean;
239
+ is_device_error: true;
240
240
  /**
241
241
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
242
242
  */
@@ -255,7 +255,7 @@ export type UnmanagedDevice = {
255
255
  /**
256
256
  * Indicates that the error is a device error.
257
257
  */
258
- is_device_error: boolean;
258
+ is_device_error: true;
259
259
  /**
260
260
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
261
261
  */
@@ -274,7 +274,7 @@ export type UnmanagedDevice = {
274
274
  /**
275
275
  * Indicates that the error is a device error.
276
276
  */
277
- is_device_error: boolean;
277
+ is_device_error: true;
278
278
  /**
279
279
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
280
280
  */
@@ -293,7 +293,7 @@ export type UnmanagedDevice = {
293
293
  /**
294
294
  * Indicates that the error is a device error.
295
295
  */
296
- is_device_error: boolean;
296
+ is_device_error: true;
297
297
  /**
298
298
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
299
299
  */
@@ -312,7 +312,7 @@ export type UnmanagedDevice = {
312
312
  /**
313
313
  * Indicates that the error is a device error.
314
314
  */
315
- is_device_error: boolean;
315
+ is_device_error: true;
316
316
  /**
317
317
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
318
318
  */
@@ -331,7 +331,7 @@ export type UnmanagedDevice = {
331
331
  /**
332
332
  * Indicates that the error is a device error.
333
333
  */
334
- is_device_error: boolean;
334
+ is_device_error: true;
335
335
  /**
336
336
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
337
337
  */
@@ -350,7 +350,7 @@ export type UnmanagedDevice = {
350
350
  /**
351
351
  * Indicates that the error is a device error.
352
352
  */
353
- is_device_error: boolean;
353
+ is_device_error: true;
354
354
  /**
355
355
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
356
356
  */
@@ -369,7 +369,7 @@ export type UnmanagedDevice = {
369
369
  /**
370
370
  * Indicates that the error is a device error.
371
371
  */
372
- is_device_error: boolean;
372
+ is_device_error: true;
373
373
  /**
374
374
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
375
375
  */
@@ -401,7 +401,7 @@ export type UnmanagedDevice = {
401
401
  /**
402
402
  * Indicates that Seam does not manage the device.
403
403
  */
404
- is_managed: boolean;
404
+ is_managed: false;
405
405
  /**
406
406
  * Location information for the device.
407
407
  */
@@ -94,7 +94,7 @@ export type AccessGrantsUnmanagedUpdateParameters = {
94
94
  /**
95
95
  * Must be set to true to convert the unmanaged access grant to managed.
96
96
  */
97
- is_managed: boolean;
97
+ is_managed: true;
98
98
  };
99
99
  /**
100
100
  * @deprecated Use AccessGrantsUnmanagedUpdateRequest instead.
@@ -127,7 +127,7 @@ export type DevicesUnmanagedUpdateParameters = {
127
127
  /**
128
128
  * Indicates whether the device is managed. Set this parameter to `true` to convert an unmanaged device to managed.
129
129
  */
130
- is_managed?: boolean | undefined;
130
+ is_managed?: true | undefined;
131
131
  };
132
132
  /**
133
133
  * @deprecated Use DevicesUnmanagedUpdateRequest instead.
@@ -76,7 +76,7 @@ export type UserIdentitiesUnmanagedUpdateParameters = {
76
76
  /**
77
77
  * Must be set to true to convert the unmanaged user identity to managed.
78
78
  */
79
- is_managed: boolean;
79
+ is_managed: true;
80
80
  /**
81
81
  * ID of the unmanaged user identity that you want to update.
82
82
  */
package/lib/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const seamapiJavascriptHttpVersion = "2.11.0";
1
+ declare const seamapiJavascriptHttpVersion = "2.11.1";
2
2
  export default seamapiJavascriptHttpVersion;
package/lib/version.js CHANGED
@@ -1,3 +1,3 @@
1
- const seamapiJavascriptHttpVersion = '2.11.0';
1
+ const seamapiJavascriptHttpVersion = '2.11.1';
2
2
  export default seamapiJavascriptHttpVersion;
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/http",
3
- "version": "2.11.0",
3
+ "version": "2.11.1",
4
4
  "description": "JavaScript HTTP client for the Seam API written in TypeScript.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -84,7 +84,7 @@
84
84
  "axios-retry": "^4.4.2"
85
85
  },
86
86
  "devDependencies": {
87
- "@seamapi/blueprint": "^1.5.1",
87
+ "@seamapi/blueprint": "^1.6.0",
88
88
  "@seamapi/fake-seam-connect": "^2.0.4",
89
89
  "@seamapi/smith": "^1.1.0",
90
90
  "@seamapi/types": "1.1019.0",
package/src/lib/client.ts CHANGED
@@ -1,5 +1,9 @@
1
1
  import axios, { type AxiosInstance, type AxiosRequestConfig } from 'axios'
2
- import axiosRetry, { type AxiosRetry, exponentialDelay } from 'axios-retry'
2
+ import axiosRetry, {
3
+ type AxiosRetry,
4
+ exponentialDelay,
5
+ isIdempotentRequestError,
6
+ } from 'axios-retry'
3
7
 
4
8
  import { errorInterceptor } from './error-interceptor.js'
5
9
  import { serializeUrlSearchParams } from './url-search-params-serializer.js'
@@ -27,6 +31,7 @@ export const createClient = (options: ClientOptions): AxiosInstance => {
27
31
  axiosRetry(client, {
28
32
  retries: 2,
29
33
  retryDelay: exponentialDelay,
34
+ retryCondition: isIdempotentRequestError,
30
35
  ...options.axiosRetryOptions,
31
36
  })
32
37
 
@@ -102,7 +102,7 @@ export type AccessCode = {
102
102
  /**
103
103
  * Indicates that this is an access code error.
104
104
  */
105
- is_access_code_error: boolean
105
+ is_access_code_error: true
106
106
 
107
107
  /**
108
108
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
@@ -124,7 +124,7 @@ export type AccessCode = {
124
124
  /**
125
125
  * Indicates that this is an access code error.
126
126
  */
127
- is_access_code_error: boolean
127
+ is_access_code_error: true
128
128
 
129
129
  /**
130
130
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
@@ -146,7 +146,7 @@ export type AccessCode = {
146
146
  /**
147
147
  * Indicates that this is an access code error.
148
148
  */
149
- is_access_code_error: boolean
149
+ is_access_code_error: true
150
150
 
151
151
  /**
152
152
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
@@ -168,7 +168,7 @@ export type AccessCode = {
168
168
  /**
169
169
  * Indicates that this is an access code error.
170
170
  */
171
- is_access_code_error: boolean
171
+ is_access_code_error: true
172
172
 
173
173
  /**
174
174
  * ID of the managed access code that conflicts with this managed access code, when Seam can identify it.
@@ -199,7 +199,7 @@ export type AccessCode = {
199
199
  /**
200
200
  * Indicates that this is an access code error.
201
201
  */
202
- is_access_code_error: boolean
202
+ is_access_code_error: true
203
203
 
204
204
  /**
205
205
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
@@ -225,7 +225,7 @@ export type AccessCode = {
225
225
  /**
226
226
  * Indicates that this is an access code error.
227
227
  */
228
- is_access_code_error: boolean
228
+ is_access_code_error: true
229
229
 
230
230
  /**
231
231
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
@@ -268,7 +268,7 @@ export type AccessCode = {
268
268
  /**
269
269
  * Indicates that this is an access code error.
270
270
  */
271
- is_access_code_error: boolean
271
+ is_access_code_error: true
272
272
 
273
273
  /**
274
274
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
@@ -290,7 +290,7 @@ export type AccessCode = {
290
290
  /**
291
291
  * Indicates that this is an access code error.
292
292
  */
293
- is_access_code_error: boolean
293
+ is_access_code_error: true
294
294
 
295
295
  /**
296
296
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
@@ -313,12 +313,12 @@ export type AccessCode = {
313
313
  /**
314
314
  * Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error.
315
315
  */
316
- is_connected_account_error: boolean
316
+ is_connected_account_error: true
317
317
 
318
318
  /**
319
319
  * Indicates that the error is not a device error.
320
320
  */
321
- is_device_error: boolean
321
+ is_device_error: false
322
322
 
323
323
  /**
324
324
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
@@ -341,12 +341,12 @@ export type AccessCode = {
341
341
  /**
342
342
  * Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error.
343
343
  */
344
- is_connected_account_error: boolean
344
+ is_connected_account_error: true
345
345
 
346
346
  /**
347
347
  * Indicates that the error is not a device error.
348
348
  */
349
- is_device_error: boolean
349
+ is_device_error: false
350
350
 
351
351
  /**
352
352
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
@@ -369,12 +369,12 @@ export type AccessCode = {
369
369
  /**
370
370
  * Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error.
371
371
  */
372
- is_connected_account_error: boolean
372
+ is_connected_account_error: true
373
373
 
374
374
  /**
375
375
  * Indicates that the error is not a device error.
376
376
  */
377
- is_device_error: boolean
377
+ is_device_error: false
378
378
 
379
379
  /**
380
380
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
@@ -397,12 +397,12 @@ export type AccessCode = {
397
397
  /**
398
398
  * Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error.
399
399
  */
400
- is_connected_account_error: boolean
400
+ is_connected_account_error: true
401
401
 
402
402
  /**
403
403
  * Indicates that the error is not a device error.
404
404
  */
405
- is_device_error: boolean
405
+ is_device_error: false
406
406
 
407
407
  /**
408
408
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
@@ -425,7 +425,7 @@ export type AccessCode = {
425
425
  /**
426
426
  * Indicates that the error is a device error.
427
427
  */
428
- is_device_error: boolean
428
+ is_device_error: true
429
429
 
430
430
  /**
431
431
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
@@ -448,7 +448,7 @@ export type AccessCode = {
448
448
  /**
449
449
  * Indicates that the error is a device error.
450
450
  */
451
- is_device_error: boolean
451
+ is_device_error: true
452
452
 
453
453
  /**
454
454
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
@@ -471,7 +471,7 @@ export type AccessCode = {
471
471
  /**
472
472
  * Indicates that the error is a device error.
473
473
  */
474
- is_device_error: boolean
474
+ is_device_error: true
475
475
 
476
476
  /**
477
477
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
@@ -494,7 +494,7 @@ export type AccessCode = {
494
494
  /**
495
495
  * Indicates that the error is a device error.
496
496
  */
497
- is_device_error: boolean
497
+ is_device_error: true
498
498
 
499
499
  /**
500
500
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
@@ -517,7 +517,7 @@ export type AccessCode = {
517
517
  /**
518
518
  * Indicates that the error is a device error.
519
519
  */
520
- is_device_error: boolean
520
+ is_device_error: true
521
521
 
522
522
  /**
523
523
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
@@ -540,7 +540,7 @@ export type AccessCode = {
540
540
  /**
541
541
  * Indicates that the error is a device error.
542
542
  */
543
- is_device_error: boolean
543
+ is_device_error: true
544
544
 
545
545
  /**
546
546
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
@@ -563,7 +563,7 @@ export type AccessCode = {
563
563
  /**
564
564
  * Indicates that the error is a device error.
565
565
  */
566
- is_device_error: boolean
566
+ is_device_error: true
567
567
 
568
568
  /**
569
569
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
@@ -586,7 +586,7 @@ export type AccessCode = {
586
586
  /**
587
587
  * Indicates that the error is a device error.
588
588
  */
589
- is_device_error: boolean
589
+ is_device_error: true
590
590
 
591
591
  /**
592
592
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
@@ -609,7 +609,7 @@ export type AccessCode = {
609
609
  /**
610
610
  * Indicates that the error is a device error.
611
611
  */
612
- is_device_error: boolean
612
+ is_device_error: true
613
613
 
614
614
  /**
615
615
  * Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
@@ -661,7 +661,7 @@ export type AccessCode = {
661
661
  /**
662
662
  * Indicates whether Seam manages the access code.
663
663
  */
664
- is_managed: boolean
664
+ is_managed: true
665
665
 
666
666
  /**
667
667
  * Indicates whether the access code is intended for use in offline scenarios. If `true`, this code can be created on a device without a network connection.
@@ -119,7 +119,7 @@ export type AcsAccessGroup = {
119
119
  /**
120
120
  * Indicates whether Seam manages the access group.
121
121
  */
122
- is_managed: boolean
122
+ is_managed: true
123
123
 
124
124
  /**
125
125
  * Name of the access group.