@seamapi/types 1.370.2 → 1.371.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.
@@ -15006,6 +15006,10 @@ export interface Routes {
15006
15006
  user_identifier_key?: string | undefined;
15007
15007
  /** Returns accounts whose custom_metadata contains all of the provided key/value pairs. */
15008
15008
  custom_metadata_has?: Record<string, string | boolean> | undefined;
15009
+ /** Maximum number of records to return per page. */
15010
+ limit?: number;
15011
+ /** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
15012
+ page_cursor?: (string | undefined) | null;
15009
15013
  };
15010
15014
  formData: {};
15011
15015
  jsonResponse: {
@@ -15081,6 +15085,15 @@ export interface Routes {
15081
15085
  custom_metadata: Record<string, string | boolean>;
15082
15086
  automatically_manage_new_devices: boolean;
15083
15087
  }>;
15088
+ /** Information about the current page of results. */
15089
+ pagination: {
15090
+ /** Opaque value that can be used to select the next page of results via the `page_cursor` parameter. */
15091
+ next_page_cursor: string | null;
15092
+ /** Indicates whether there is another page of results after this one. */
15093
+ has_next_page: boolean;
15094
+ /** URL to get the next page of results. */
15095
+ next_page_url: string | null;
15096
+ };
15084
15097
  };
15085
15098
  };
15086
15099
  '/connected_accounts/update': {
@@ -15427,6 +15440,7 @@ export interface Routes {
15427
15440
  unlock_via_gateway: boolean;
15428
15441
  lock_command: boolean;
15429
15442
  incomplete_keyboard_passcode: boolean;
15443
+ wifi: boolean;
15430
15444
  };
15431
15445
  has_gateway?: boolean | undefined;
15432
15446
  wireless_keypads?: Array<{
@@ -16154,6 +16168,7 @@ export interface Routes {
16154
16168
  unlock_via_gateway: boolean;
16155
16169
  lock_command: boolean;
16156
16170
  incomplete_keyboard_passcode: boolean;
16171
+ wifi: boolean;
16157
16172
  };
16158
16173
  has_gateway?: boolean | undefined;
16159
16174
  wireless_keypads?: Array<{
@@ -20036,6 +20051,7 @@ export interface Routes {
20036
20051
  unlock_via_gateway: boolean;
20037
20052
  lock_command: boolean;
20038
20053
  incomplete_keyboard_passcode: boolean;
20054
+ wifi: boolean;
20039
20055
  };
20040
20056
  has_gateway?: boolean | undefined;
20041
20057
  wireless_keypads?: Array<{
@@ -20725,6 +20741,7 @@ export interface Routes {
20725
20741
  unlock_via_gateway: boolean;
20726
20742
  lock_command: boolean;
20727
20743
  incomplete_keyboard_passcode: boolean;
20744
+ wifi: boolean;
20728
20745
  };
20729
20746
  has_gateway?: boolean | undefined;
20730
20747
  wireless_keypads?: Array<{
@@ -21452,6 +21469,7 @@ export interface Routes {
21452
21469
  unlock_via_gateway: boolean;
21453
21470
  lock_command: boolean;
21454
21471
  incomplete_keyboard_passcode: boolean;
21472
+ wifi: boolean;
21455
21473
  };
21456
21474
  has_gateway?: boolean | undefined;
21457
21475
  wireless_keypads?: Array<{
@@ -22140,6 +22158,7 @@ export interface Routes {
22140
22158
  unlock_via_gateway: boolean;
22141
22159
  lock_command: boolean;
22142
22160
  incomplete_keyboard_passcode: boolean;
22161
+ wifi: boolean;
22143
22162
  };
22144
22163
  has_gateway?: boolean | undefined;
22145
22164
  wireless_keypads?: Array<{
@@ -24828,6 +24847,7 @@ export interface Routes {
24828
24847
  unlock_via_gateway: boolean;
24829
24848
  lock_command: boolean;
24830
24849
  incomplete_keyboard_passcode: boolean;
24850
+ wifi: boolean;
24831
24851
  };
24832
24852
  has_gateway?: boolean | undefined;
24833
24853
  wireless_keypads?: Array<{
@@ -25516,6 +25536,7 @@ export interface Routes {
25516
25536
  unlock_via_gateway: boolean;
25517
25537
  lock_command: boolean;
25518
25538
  incomplete_keyboard_passcode: boolean;
25539
+ wifi: boolean;
25519
25540
  };
25520
25541
  has_gateway?: boolean | undefined;
25521
25542
  wireless_keypads?: Array<{
@@ -31542,6 +31563,7 @@ export interface Routes {
31542
31563
  unlock_via_gateway: boolean;
31543
31564
  lock_command: boolean;
31544
31565
  incomplete_keyboard_passcode: boolean;
31566
+ wifi: boolean;
31545
31567
  };
31546
31568
  has_gateway?: boolean | undefined;
31547
31569
  wireless_keypads?: Array<{
@@ -34211,6 +34233,7 @@ export interface Routes {
34211
34233
  unlock_via_gateway: boolean;
34212
34234
  lock_command: boolean;
34213
34235
  incomplete_keyboard_passcode: boolean;
34236
+ wifi: boolean;
34214
34237
  };
34215
34238
  has_gateway?: boolean | undefined;
34216
34239
  wireless_keypads?: Array<{
@@ -34899,6 +34922,7 @@ export interface Routes {
34899
34922
  unlock_via_gateway: boolean;
34900
34923
  lock_command: boolean;
34901
34924
  incomplete_keyboard_passcode: boolean;
34925
+ wifi: boolean;
34902
34926
  };
34903
34927
  has_gateway?: boolean | undefined;
34904
34928
  wireless_keypads?: Array<{
@@ -39288,6 +39312,7 @@ export interface Routes {
39288
39312
  unlock_via_gateway: boolean;
39289
39313
  lock_command: boolean;
39290
39314
  incomplete_keyboard_passcode: boolean;
39315
+ wifi: boolean;
39291
39316
  };
39292
39317
  has_gateway?: boolean | undefined;
39293
39318
  wireless_keypads?: Array<{
@@ -39978,6 +40003,7 @@ export interface Routes {
39978
40003
  unlock_via_gateway: boolean;
39979
40004
  lock_command: boolean;
39980
40005
  incomplete_keyboard_passcode: boolean;
40006
+ wifi: boolean;
39981
40007
  };
39982
40008
  has_gateway?: boolean | undefined;
39983
40009
  wireless_keypads?: Array<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.370.2",
3
+ "version": "1.371.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -92,7 +92,7 @@
92
92
  "zod": "^3.24.0"
93
93
  },
94
94
  "devDependencies": {
95
- "@seamapi/blueprint": "^0.37.1",
95
+ "@seamapi/blueprint": "^0.38.0",
96
96
  "@types/node": "^20.8.10",
97
97
  "concurrently": "^8.2.0",
98
98
  "del-cli": "^5.0.0",
@@ -168,6 +168,7 @@ export const device_metadata = z
168
168
  unlock_via_gateway: z.boolean(),
169
169
  lock_command: z.boolean(),
170
170
  incomplete_keyboard_passcode: z.boolean(),
171
+ wifi: z.boolean(),
171
172
  }),
172
173
  has_gateway: z.boolean().optional(),
173
174
  wireless_keypads: z
@@ -7482,6 +7482,7 @@ export default {
7482
7482
  passcode: { type: 'boolean' },
7483
7483
  passcode_management: { type: 'boolean' },
7484
7484
  unlock_via_gateway: { type: 'boolean' },
7485
+ wifi: { type: 'boolean' },
7485
7486
  },
7486
7487
  required: [
7487
7488
  'passcode',
@@ -7489,6 +7490,7 @@ export default {
7489
7490
  'unlock_via_gateway',
7490
7491
  'lock_command',
7491
7492
  'incomplete_keyboard_passcode',
7493
+ 'wifi',
7492
7494
  ],
7493
7495
  type: 'object',
7494
7496
  },
@@ -22303,6 +22305,20 @@ export default {
22303
22305
  'Returns accounts whose custom_metadata contains all of the provided key/value pairs.',
22304
22306
  type: 'object',
22305
22307
  },
22308
+ limit: {
22309
+ default: 11_000,
22310
+ description:
22311
+ 'Maximum number of records to return per page.',
22312
+ exclusiveMinimum: true,
22313
+ minimum: 0,
22314
+ type: 'integer',
22315
+ },
22316
+ page_cursor: {
22317
+ description:
22318
+ "Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`.",
22319
+ nullable: true,
22320
+ type: 'string',
22321
+ },
22306
22322
  user_identifier_key: {
22307
22323
  description:
22308
22324
  'Returns accounts that can be accessed by the provided user_identifier_key.',
@@ -22325,8 +22341,9 @@ export default {
22325
22341
  type: 'array',
22326
22342
  },
22327
22343
  ok: { type: 'boolean' },
22344
+ pagination: { $ref: '#/components/schemas/pagination' },
22328
22345
  },
22329
- required: ['connected_accounts', 'ok'],
22346
+ required: ['connected_accounts', 'pagination', 'ok'],
22330
22347
  type: 'object',
22331
22348
  },
22332
22349
  },
@@ -17673,6 +17673,10 @@ export interface Routes {
17673
17673
  user_identifier_key?: string | undefined
17674
17674
  /** Returns accounts whose custom_metadata contains all of the provided key/value pairs. */
17675
17675
  custom_metadata_has?: Record<string, string | boolean> | undefined
17676
+ /** Maximum number of records to return per page. */
17677
+ limit?: number
17678
+ /** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
17679
+ page_cursor?: (string | undefined) | null
17676
17680
  }
17677
17681
  formData: {}
17678
17682
  jsonResponse: {
@@ -17758,6 +17762,15 @@ export interface Routes {
17758
17762
  custom_metadata: Record<string, string | boolean>
17759
17763
  automatically_manage_new_devices: boolean
17760
17764
  }>
17765
+ /** Information about the current page of results. */
17766
+ pagination: {
17767
+ /** Opaque value that can be used to select the next page of results via the `page_cursor` parameter. */
17768
+ next_page_cursor: string | null
17769
+ /** Indicates whether there is another page of results after this one. */
17770
+ has_next_page: boolean
17771
+ /** URL to get the next page of results. */
17772
+ next_page_url: string | null
17773
+ }
17761
17774
  }
17762
17775
  }
17763
17776
  '/connected_accounts/update': {
@@ -18209,6 +18222,7 @@ export interface Routes {
18209
18222
  unlock_via_gateway: boolean
18210
18223
  lock_command: boolean
18211
18224
  incomplete_keyboard_passcode: boolean
18225
+ wifi: boolean
18212
18226
  }
18213
18227
  has_gateway?: boolean | undefined
18214
18228
  wireless_keypads?:
@@ -19302,6 +19316,7 @@ export interface Routes {
19302
19316
  unlock_via_gateway: boolean
19303
19317
  lock_command: boolean
19304
19318
  incomplete_keyboard_passcode: boolean
19319
+ wifi: boolean
19305
19320
  }
19306
19321
  has_gateway?: boolean | undefined
19307
19322
  wireless_keypads?:
@@ -24127,6 +24142,7 @@ export interface Routes {
24127
24142
  unlock_via_gateway: boolean
24128
24143
  lock_command: boolean
24129
24144
  incomplete_keyboard_passcode: boolean
24145
+ wifi: boolean
24130
24146
  }
24131
24147
  has_gateway?: boolean | undefined
24132
24148
  wireless_keypads?:
@@ -25035,6 +25051,7 @@ export interface Routes {
25035
25051
  unlock_via_gateway: boolean
25036
25052
  lock_command: boolean
25037
25053
  incomplete_keyboard_passcode: boolean
25054
+ wifi: boolean
25038
25055
  }
25039
25056
  has_gateway?: boolean | undefined
25040
25057
  wireless_keypads?:
@@ -26128,6 +26145,7 @@ export interface Routes {
26128
26145
  unlock_via_gateway: boolean
26129
26146
  lock_command: boolean
26130
26147
  incomplete_keyboard_passcode: boolean
26148
+ wifi: boolean
26131
26149
  }
26132
26150
  has_gateway?: boolean | undefined
26133
26151
  wireless_keypads?:
@@ -27035,6 +27053,7 @@ export interface Routes {
27035
27053
  unlock_via_gateway: boolean
27036
27054
  lock_command: boolean
27037
27055
  incomplete_keyboard_passcode: boolean
27056
+ wifi: boolean
27038
27057
  }
27039
27058
  has_gateway?: boolean | undefined
27040
27059
  wireless_keypads?:
@@ -30425,6 +30444,7 @@ export interface Routes {
30425
30444
  unlock_via_gateway: boolean
30426
30445
  lock_command: boolean
30427
30446
  incomplete_keyboard_passcode: boolean
30447
+ wifi: boolean
30428
30448
  }
30429
30449
  has_gateway?: boolean | undefined
30430
30450
  wireless_keypads?:
@@ -31332,6 +31352,7 @@ export interface Routes {
31332
31352
  unlock_via_gateway: boolean
31333
31353
  lock_command: boolean
31334
31354
  incomplete_keyboard_passcode: boolean
31355
+ wifi: boolean
31335
31356
  }
31336
31357
  has_gateway?: boolean | undefined
31337
31358
  wireless_keypads?:
@@ -38438,6 +38459,7 @@ export interface Routes {
38438
38459
  unlock_via_gateway: boolean
38439
38460
  lock_command: boolean
38440
38461
  incomplete_keyboard_passcode: boolean
38462
+ wifi: boolean
38441
38463
  }
38442
38464
  has_gateway?: boolean | undefined
38443
38465
  wireless_keypads?:
@@ -41809,6 +41831,7 @@ export interface Routes {
41809
41831
  unlock_via_gateway: boolean
41810
41832
  lock_command: boolean
41811
41833
  incomplete_keyboard_passcode: boolean
41834
+ wifi: boolean
41812
41835
  }
41813
41836
  has_gateway?: boolean | undefined
41814
41837
  wireless_keypads?:
@@ -42716,6 +42739,7 @@ export interface Routes {
42716
42739
  unlock_via_gateway: boolean
42717
42740
  lock_command: boolean
42718
42741
  incomplete_keyboard_passcode: boolean
42742
+ wifi: boolean
42719
42743
  }
42720
42744
  has_gateway?: boolean | undefined
42721
42745
  wireless_keypads?:
@@ -47857,6 +47881,7 @@ export interface Routes {
47857
47881
  unlock_via_gateway: boolean
47858
47882
  lock_command: boolean
47859
47883
  incomplete_keyboard_passcode: boolean
47884
+ wifi: boolean
47860
47885
  }
47861
47886
  has_gateway?: boolean | undefined
47862
47887
  wireless_keypads?:
@@ -48766,6 +48791,7 @@ export interface Routes {
48766
48791
  unlock_via_gateway: boolean
48767
48792
  lock_command: boolean
48768
48793
  incomplete_keyboard_passcode: boolean
48794
+ wifi: boolean
48769
48795
  }
48770
48796
  has_gateway?: boolean | undefined
48771
48797
  wireless_keypads?: