@seamapi/types 1.681.0 → 1.683.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.
@@ -1547,7 +1547,7 @@ export type Routes = {
1547
1547
  /** Date and time at which Seam created the error. */
1548
1548
  created_at?: string | undefined;
1549
1549
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
1550
- error_code: 'dormakaba_oracode_no_valid_user_level';
1550
+ error_code: 'dormakaba_oracode_invalid_time_range';
1551
1551
  } | {
1552
1552
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
1553
1553
  message: string;
@@ -2109,7 +2109,7 @@ export type Routes = {
2109
2109
  /** Date and time at which Seam created the error. */
2110
2110
  created_at?: string | undefined;
2111
2111
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
2112
- error_code: 'dormakaba_oracode_no_valid_user_level';
2112
+ error_code: 'dormakaba_oracode_invalid_time_range';
2113
2113
  } | {
2114
2114
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
2115
2115
  message: string;
@@ -3937,7 +3937,7 @@ export type Routes = {
3937
3937
  /** Date and time at which Seam created the error. */
3938
3938
  created_at?: string | undefined;
3939
3939
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
3940
- error_code: 'dormakaba_oracode_no_valid_user_level';
3940
+ error_code: 'dormakaba_oracode_invalid_time_range';
3941
3941
  } | {
3942
3942
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
3943
3943
  message: string;
@@ -4473,7 +4473,7 @@ export type Routes = {
4473
4473
  /** Date and time at which Seam created the error. */
4474
4474
  created_at?: string | undefined;
4475
4475
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
4476
- error_code: 'dormakaba_oracode_no_valid_user_level';
4476
+ error_code: 'dormakaba_oracode_invalid_time_range';
4477
4477
  } | {
4478
4478
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
4479
4479
  message: string;
@@ -5015,7 +5015,7 @@ export type Routes = {
5015
5015
  /** Date and time at which Seam created the error. */
5016
5016
  created_at?: string | undefined;
5017
5017
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
5018
- error_code: 'dormakaba_oracode_no_valid_user_level';
5018
+ error_code: 'dormakaba_oracode_invalid_time_range';
5019
5019
  } | {
5020
5020
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
5021
5021
  message: string;
@@ -5534,7 +5534,7 @@ export type Routes = {
5534
5534
  /** Date and time at which Seam created the error. */
5535
5535
  created_at?: string | undefined;
5536
5536
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
5537
- error_code: 'dormakaba_oracode_no_valid_user_level';
5537
+ error_code: 'dormakaba_oracode_invalid_time_range';
5538
5538
  } | {
5539
5539
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
5540
5540
  message: string;
@@ -6088,7 +6088,7 @@ export type Routes = {
6088
6088
  /** Date and time at which Seam created the error. */
6089
6089
  created_at?: string | undefined;
6090
6090
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
6091
- error_code: 'dormakaba_oracode_no_valid_user_level';
6091
+ error_code: 'dormakaba_oracode_invalid_time_range';
6092
6092
  } | {
6093
6093
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
6094
6094
  message: string;
@@ -7903,7 +7903,7 @@ export type Routes = {
7903
7903
  /** Date and time at which Seam created the error. */
7904
7904
  created_at?: string | undefined;
7905
7905
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
7906
- error_code: 'dormakaba_oracode_no_valid_user_level';
7906
+ error_code: 'dormakaba_oracode_invalid_time_range';
7907
7907
  } | {
7908
7908
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
7909
7909
  message: string;
@@ -8417,7 +8417,7 @@ export type Routes = {
8417
8417
  /** Date and time at which Seam created the error. */
8418
8418
  created_at?: string | undefined;
8419
8419
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
8420
- error_code: 'dormakaba_oracode_no_valid_user_level';
8420
+ error_code: 'dormakaba_oracode_invalid_time_range';
8421
8421
  } | {
8422
8422
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
8423
8423
  message: string;
@@ -52694,6 +52694,39 @@ export type Routes = {
52694
52694
  };
52695
52695
  maxDuration: undefined;
52696
52696
  };
52697
+ '/seam/customer/v1/customers/list': {
52698
+ route: '/seam/customer/v1/customers/list';
52699
+ method: 'GET' | 'POST';
52700
+ queryParams: {};
52701
+ jsonBody: {};
52702
+ commonParams: {
52703
+ /** Maximum number of records to return per page. */
52704
+ limit?: number;
52705
+ /** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
52706
+ page_cursor?: ((string | undefined) | null) | undefined;
52707
+ };
52708
+ formData: {};
52709
+ jsonResponse: {
52710
+ customers: {
52711
+ /** Unique key for the customer within the workspace. */
52712
+ customer_key: string;
52713
+ /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) associated with the customer. */
52714
+ workspace_id: string;
52715
+ /** Date and time at which the customer was created. */
52716
+ created_at: string;
52717
+ }[];
52718
+ /** Information about the current page of results. */
52719
+ pagination: {
52720
+ /** Opaque value that can be used to select the next page of results via the `page_cursor` parameter. */
52721
+ next_page_cursor: string | null;
52722
+ /** Indicates whether there is another page of results after this one. */
52723
+ has_next_page: boolean;
52724
+ /** URL to get the next page of results. */
52725
+ next_page_url: string | null;
52726
+ };
52727
+ };
52728
+ maxDuration: undefined;
52729
+ };
52697
52730
  '/seam/customer/v1/events/list': {
52698
52731
  route: '/seam/customer/v1/events/list';
52699
52732
  method: 'GET' | 'POST';
@@ -83825,7 +83858,7 @@ export type Routes = {
83825
83858
  /** Date and time at which Seam created the error. */
83826
83859
  created_at?: string | undefined;
83827
83860
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
83828
- error_code: 'dormakaba_oracode_no_valid_user_level';
83861
+ error_code: 'dormakaba_oracode_invalid_time_range';
83829
83862
  } | {
83830
83863
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
83831
83864
  message: string;
@@ -84325,7 +84358,7 @@ export type Routes = {
84325
84358
  /** Date and time at which Seam created the error. */
84326
84359
  created_at?: string | undefined;
84327
84360
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
84328
- error_code: 'dormakaba_oracode_no_valid_user_level';
84361
+ error_code: 'dormakaba_oracode_invalid_time_range';
84329
84362
  } | {
84330
84363
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
84331
84364
  message: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.681.0",
3
+ "version": "1.683.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -37,6 +37,7 @@ export {
37
37
  connect_webview_device_selection_mode,
38
38
  connected_account,
39
39
  custom_metadata_input,
40
+ customer,
40
41
  customer_data,
41
42
  customer_portal_theme,
42
43
  device_capability_flags,
@@ -221,13 +221,15 @@ const wyze_potential_duplicate_code = common_access_code_error
221
221
  })
222
222
  .describe('Potential duplicate access code detected.')
223
223
 
224
- const dormakaba_oracode_no_valid_user_level = common_access_code_error
224
+ const dormakaba_oracode_invalid_time_range = common_access_code_error
225
225
  .extend({
226
226
  error_code: z
227
- .literal('dormakaba_oracode_no_valid_user_level')
227
+ .literal('dormakaba_oracode_invalid_time_range')
228
228
  .describe(error_code_description),
229
229
  })
230
- .describe('No valid user level for Oracode.')
230
+ .describe(
231
+ 'No Dormakaba Oracode user levels configured for the requested time range.',
232
+ )
231
233
 
232
234
  const keynest_unsupported_third_party_locker = common_access_code_error
233
235
  .extend({
@@ -262,7 +264,7 @@ const access_code_error = z
262
264
  hubitat_no_free_positions_available,
263
265
  wyze_duplicate_code_name,
264
266
  wyze_potential_duplicate_code,
265
- dormakaba_oracode_no_valid_user_level,
267
+ dormakaba_oracode_invalid_time_range,
266
268
  kwikset_insufficient_permissions,
267
269
  keynest_unsupported_third_party_locker,
268
270
  ])
@@ -332,7 +334,7 @@ const _access_code_error_map = z.object({
332
334
  wyze_potential_duplicate_code: wyze_potential_duplicate_code
333
335
  .optional()
334
336
  .nullable(),
335
- dormakaba_oracode_no_valid_user_level: dormakaba_oracode_no_valid_user_level
337
+ dormakaba_oracode_invalid_time_range: dormakaba_oracode_invalid_time_range
336
338
  .optional()
337
339
  .nullable(),
338
340
  keynest_unsupported_third_party_locker: keynest_unsupported_third_party_locker
@@ -0,0 +1,25 @@
1
+ import { z } from 'zod'
2
+
3
+ export const customer = z.object({
4
+ customer_key: z
5
+ .string()
6
+ .describe('Unique key for the customer within the workspace.'),
7
+ workspace_id: z
8
+ .string()
9
+ .uuid()
10
+ .describe(
11
+ 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) associated with the customer.',
12
+ ),
13
+ created_at: z
14
+ .string()
15
+ .datetime()
16
+ .describe('Date and time at which the customer was created.'),
17
+ }).describe(`
18
+ ---
19
+ route_path: /customers
20
+ undocumented: Internal resource.
21
+ ---
22
+ Represents a customer within a workspace. Customers are used to organize resources and manage access for different clients, such as hotels, property managers, and more.
23
+ `)
24
+
25
+ export type Customer = z.infer<typeof customer>
@@ -1,4 +1,5 @@
1
1
  export * from './business-vertical.js'
2
+ export * from './customer.js'
2
3
  export * from './customer-data.js'
3
4
  export * from './customer-delete-data.js'
4
5
  export * from './customer-portal.js'
@@ -748,7 +748,8 @@ export default {
748
748
  type: 'object',
749
749
  },
750
750
  {
751
- description: 'No valid user level for Oracode.',
751
+ description:
752
+ 'No Dormakaba Oracode user levels configured for the requested time range.',
752
753
  properties: {
753
754
  created_at: {
754
755
  description:
@@ -759,7 +760,7 @@ export default {
759
760
  error_code: {
760
761
  description:
761
762
  'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
762
- enum: ['dormakaba_oracode_no_valid_user_level'],
763
+ enum: ['dormakaba_oracode_invalid_time_range'],
763
764
  type: 'string',
764
765
  },
765
766
  is_access_code_error: {
@@ -9569,6 +9570,31 @@ export default {
9569
9570
  type: 'object',
9570
9571
  'x-route-path': '/connected_accounts',
9571
9572
  },
9573
+ customer: {
9574
+ description:
9575
+ 'Represents a customer within a workspace. Customers are used to organize resources and manage access for different clients, such as hotels, property managers, and more.',
9576
+ properties: {
9577
+ created_at: {
9578
+ description: 'Date and time at which the customer was created.',
9579
+ format: 'date-time',
9580
+ type: 'string',
9581
+ },
9582
+ customer_key: {
9583
+ description: 'Unique key for the customer within the workspace.',
9584
+ type: 'string',
9585
+ },
9586
+ workspace_id: {
9587
+ description:
9588
+ 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) associated with the customer.',
9589
+ format: 'uuid',
9590
+ type: 'string',
9591
+ },
9592
+ },
9593
+ required: ['customer_key', 'workspace_id', 'created_at'],
9594
+ type: 'object',
9595
+ 'x-route-path': '/customers',
9596
+ 'x-undocumented': 'Internal resource.',
9597
+ },
9572
9598
  customization_profile: {
9573
9599
  description: 'A customization profile.',
9574
9600
  properties: {
@@ -22278,7 +22304,8 @@ export default {
22278
22304
  type: 'object',
22279
22305
  },
22280
22306
  {
22281
- description: 'No valid user level for Oracode.',
22307
+ description:
22308
+ 'No Dormakaba Oracode user levels configured for the requested time range.',
22282
22309
  properties: {
22283
22310
  created_at: {
22284
22311
  description:
@@ -22289,7 +22316,7 @@ export default {
22289
22316
  error_code: {
22290
22317
  description:
22291
22318
  'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
22292
- enum: ['dormakaba_oracode_no_valid_user_level'],
22319
+ enum: ['dormakaba_oracode_invalid_time_range'],
22293
22320
  type: 'string',
22294
22321
  },
22295
22322
  is_access_code_error: {
@@ -54525,6 +54552,136 @@ export default {
54525
54552
  'x-undocumented': 'Internal endpoint for Console.',
54526
54553
  },
54527
54554
  },
54555
+ '/seam/customer/v1/customers/list': {
54556
+ get: {
54557
+ description: 'Returns a list of all customers within the workspace.',
54558
+ operationId: 'seamCustomerV1CustomersListGet',
54559
+ parameters: [
54560
+ {
54561
+ in: 'query',
54562
+ name: 'limit',
54563
+ schema: {
54564
+ default: 500,
54565
+ description: 'Maximum number of records to return per page.',
54566
+ exclusiveMinimum: true,
54567
+ minimum: 0,
54568
+ type: 'integer',
54569
+ },
54570
+ },
54571
+ {
54572
+ in: 'query',
54573
+ name: 'page_cursor',
54574
+ schema: {
54575
+ description:
54576
+ "Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`.",
54577
+ nullable: true,
54578
+ type: 'string',
54579
+ },
54580
+ },
54581
+ ],
54582
+ responses: {
54583
+ 200: {
54584
+ content: {
54585
+ 'application/json': {
54586
+ schema: {
54587
+ properties: {
54588
+ customers: {
54589
+ items: { $ref: '#/components/schemas/customer' },
54590
+ type: 'array',
54591
+ },
54592
+ ok: { type: 'boolean' },
54593
+ pagination: { $ref: '#/components/schemas/pagination' },
54594
+ },
54595
+ required: ['customers', 'pagination', 'ok'],
54596
+ type: 'object',
54597
+ },
54598
+ },
54599
+ },
54600
+ description: 'OK',
54601
+ },
54602
+ 400: { description: 'Bad Request' },
54603
+ 401: { description: 'Unauthorized' },
54604
+ },
54605
+ security: [
54606
+ { api_key: [] },
54607
+ { pat_with_workspace: [] },
54608
+ { console_session_with_workspace: [] },
54609
+ ],
54610
+ summary: '/seam/customer/v1/customers/list',
54611
+ tags: [],
54612
+ 'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'customers'],
54613
+ 'x-fern-sdk-method-name': 'list',
54614
+ 'x-fern-sdk-return-value': 'customers',
54615
+ 'x-response-key': 'customers',
54616
+ 'x-title': 'List Customers',
54617
+ 'x-undocumented': 'Internal endpoint for Console.',
54618
+ },
54619
+ post: {
54620
+ description: 'Returns a list of all customers within the workspace.',
54621
+ operationId: 'seamCustomerV1CustomersListPost',
54622
+ requestBody: {
54623
+ content: {
54624
+ 'application/json': {
54625
+ schema: {
54626
+ properties: {
54627
+ limit: {
54628
+ default: 500,
54629
+ description:
54630
+ 'Maximum number of records to return per page.',
54631
+ exclusiveMinimum: true,
54632
+ minimum: 0,
54633
+ type: 'integer',
54634
+ },
54635
+ page_cursor: {
54636
+ description:
54637
+ "Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`.",
54638
+ nullable: true,
54639
+ type: 'string',
54640
+ },
54641
+ },
54642
+ type: 'object',
54643
+ },
54644
+ },
54645
+ },
54646
+ },
54647
+ responses: {
54648
+ 200: {
54649
+ content: {
54650
+ 'application/json': {
54651
+ schema: {
54652
+ properties: {
54653
+ customers: {
54654
+ items: { $ref: '#/components/schemas/customer' },
54655
+ type: 'array',
54656
+ },
54657
+ ok: { type: 'boolean' },
54658
+ pagination: { $ref: '#/components/schemas/pagination' },
54659
+ },
54660
+ required: ['customers', 'pagination', 'ok'],
54661
+ type: 'object',
54662
+ },
54663
+ },
54664
+ },
54665
+ description: 'OK',
54666
+ },
54667
+ 400: { description: 'Bad Request' },
54668
+ 401: { description: 'Unauthorized' },
54669
+ },
54670
+ security: [
54671
+ { api_key: [] },
54672
+ { pat_with_workspace: [] },
54673
+ { console_session_with_workspace: [] },
54674
+ ],
54675
+ summary: '/seam/customer/v1/customers/list',
54676
+ tags: [],
54677
+ 'x-fern-sdk-group-name': ['seam', 'customer', 'v1', 'customers'],
54678
+ 'x-fern-sdk-method-name': 'list',
54679
+ 'x-fern-sdk-return-value': 'customers',
54680
+ 'x-response-key': 'customers',
54681
+ 'x-title': 'List Customers',
54682
+ 'x-undocumented': 'Internal endpoint for Console.',
54683
+ },
54684
+ },
54528
54685
  '/seam/customer/v1/events/list': {
54529
54686
  get: {
54530
54687
  description:
@@ -1762,7 +1762,7 @@ export type Routes = {
1762
1762
  /** Date and time at which Seam created the error. */
1763
1763
  created_at?: string | undefined
1764
1764
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
1765
- error_code: 'dormakaba_oracode_no_valid_user_level'
1765
+ error_code: 'dormakaba_oracode_invalid_time_range'
1766
1766
  }
1767
1767
  | {
1768
1768
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -2380,7 +2380,7 @@ export type Routes = {
2380
2380
  /** Date and time at which Seam created the error. */
2381
2381
  created_at?: string | undefined
2382
2382
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
2383
- error_code: 'dormakaba_oracode_no_valid_user_level'
2383
+ error_code: 'dormakaba_oracode_invalid_time_range'
2384
2384
  }
2385
2385
  | {
2386
2386
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -4455,7 +4455,7 @@ export type Routes = {
4455
4455
  /** Date and time at which Seam created the error. */
4456
4456
  created_at?: string | undefined
4457
4457
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
4458
- error_code: 'dormakaba_oracode_no_valid_user_level'
4458
+ error_code: 'dormakaba_oracode_invalid_time_range'
4459
4459
  }
4460
4460
  | {
4461
4461
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -5047,7 +5047,7 @@ export type Routes = {
5047
5047
  /** Date and time at which Seam created the error. */
5048
5048
  created_at?: string | undefined
5049
5049
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
5050
- error_code: 'dormakaba_oracode_no_valid_user_level'
5050
+ error_code: 'dormakaba_oracode_invalid_time_range'
5051
5051
  }
5052
5052
  | {
5053
5053
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -5645,7 +5645,7 @@ export type Routes = {
5645
5645
  /** Date and time at which Seam created the error. */
5646
5646
  created_at?: string | undefined
5647
5647
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
5648
- error_code: 'dormakaba_oracode_no_valid_user_level'
5648
+ error_code: 'dormakaba_oracode_invalid_time_range'
5649
5649
  }
5650
5650
  | {
5651
5651
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -6220,7 +6220,7 @@ export type Routes = {
6220
6220
  /** Date and time at which Seam created the error. */
6221
6221
  created_at?: string | undefined
6222
6222
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
6223
- error_code: 'dormakaba_oracode_no_valid_user_level'
6223
+ error_code: 'dormakaba_oracode_invalid_time_range'
6224
6224
  }
6225
6225
  | {
6226
6226
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -6830,7 +6830,7 @@ export type Routes = {
6830
6830
  /** Date and time at which Seam created the error. */
6831
6831
  created_at?: string | undefined
6832
6832
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
6833
- error_code: 'dormakaba_oracode_no_valid_user_level'
6833
+ error_code: 'dormakaba_oracode_invalid_time_range'
6834
6834
  }
6835
6835
  | {
6836
6836
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -8892,7 +8892,7 @@ export type Routes = {
8892
8892
  /** Date and time at which Seam created the error. */
8893
8893
  created_at?: string | undefined
8894
8894
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
8895
- error_code: 'dormakaba_oracode_no_valid_user_level'
8895
+ error_code: 'dormakaba_oracode_invalid_time_range'
8896
8896
  }
8897
8897
  | {
8898
8898
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -9462,7 +9462,7 @@ export type Routes = {
9462
9462
  /** Date and time at which Seam created the error. */
9463
9463
  created_at?: string | undefined
9464
9464
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
9465
- error_code: 'dormakaba_oracode_no_valid_user_level'
9465
+ error_code: 'dormakaba_oracode_invalid_time_range'
9466
9466
  }
9467
9467
  | {
9468
9468
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -63013,6 +63013,39 @@ export type Routes = {
63013
63013
  }
63014
63014
  maxDuration: undefined
63015
63015
  }
63016
+ '/seam/customer/v1/customers/list': {
63017
+ route: '/seam/customer/v1/customers/list'
63018
+ method: 'GET' | 'POST'
63019
+ queryParams: {}
63020
+ jsonBody: {}
63021
+ commonParams: {
63022
+ /** Maximum number of records to return per page. */
63023
+ limit?: number
63024
+ /** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
63025
+ page_cursor?: ((string | undefined) | null) | undefined
63026
+ }
63027
+ formData: {}
63028
+ jsonResponse: {
63029
+ customers: {
63030
+ /** Unique key for the customer within the workspace. */
63031
+ customer_key: string
63032
+ /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) associated with the customer. */
63033
+ workspace_id: string
63034
+ /** Date and time at which the customer was created. */
63035
+ created_at: string
63036
+ }[]
63037
+ /** Information about the current page of results. */
63038
+ pagination: {
63039
+ /** Opaque value that can be used to select the next page of results via the `page_cursor` parameter. */
63040
+ next_page_cursor: string | null
63041
+ /** Indicates whether there is another page of results after this one. */
63042
+ has_next_page: boolean
63043
+ /** URL to get the next page of results. */
63044
+ next_page_url: string | null
63045
+ }
63046
+ }
63047
+ maxDuration: undefined
63048
+ }
63016
63049
  '/seam/customer/v1/events/list': {
63017
63050
  route: '/seam/customer/v1/events/list'
63018
63051
  method: 'GET' | 'POST'
@@ -100093,7 +100126,7 @@ export type Routes = {
100093
100126
  /** Date and time at which Seam created the error. */
100094
100127
  created_at?: string | undefined
100095
100128
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
100096
- error_code: 'dormakaba_oracode_no_valid_user_level'
100129
+ error_code: 'dormakaba_oracode_invalid_time_range'
100097
100130
  }
100098
100131
  | {
100099
100132
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -100651,7 +100684,7 @@ export type Routes = {
100651
100684
  /** Date and time at which Seam created the error. */
100652
100685
  created_at?: string | undefined
100653
100686
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
100654
- error_code: 'dormakaba_oracode_no_valid_user_level'
100687
+ error_code: 'dormakaba_oracode_invalid_time_range'
100655
100688
  }
100656
100689
  | {
100657
100690
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */