@seamapi/types 1.508.0 → 1.509.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.
@@ -22842,6 +22842,22 @@ declare const _default: {
22842
22842
  description: string;
22843
22843
  operationId: string;
22844
22844
  parameters: ({
22845
+ in: string;
22846
+ name: string;
22847
+ schema: {
22848
+ description: string;
22849
+ type: string;
22850
+ format?: never;
22851
+ deprecated?: never;
22852
+ nullable?: never;
22853
+ 'x-deprecated'?: never;
22854
+ items?: never;
22855
+ minLength?: never;
22856
+ default?: never;
22857
+ exclusiveMinimum?: never;
22858
+ minimum?: never;
22859
+ };
22860
+ } | {
22845
22861
  in: string;
22846
22862
  name: string;
22847
22863
  schema: {
@@ -23054,6 +23070,10 @@ declare const _default: {
23054
23070
  format: string;
23055
23071
  type: string;
23056
23072
  };
23073
+ customer_key: {
23074
+ description: string;
23075
+ type: string;
23076
+ };
23057
23077
  limit: {
23058
23078
  default: number;
23059
23079
  description: string;
@@ -23472,7 +23492,15 @@ declare const _default: {
23472
23492
  get: {
23473
23493
  description: string;
23474
23494
  operationId: string;
23475
- parameters: {
23495
+ parameters: ({
23496
+ in: string;
23497
+ name: string;
23498
+ schema: {
23499
+ description: string;
23500
+ type: string;
23501
+ format?: never;
23502
+ };
23503
+ } | {
23476
23504
  in: string;
23477
23505
  name: string;
23478
23506
  schema: {
@@ -23480,7 +23508,7 @@ declare const _default: {
23480
23508
  format: string;
23481
23509
  type: string;
23482
23510
  };
23483
- }[];
23511
+ })[];
23484
23512
  responses: {
23485
23513
  200: {
23486
23514
  content: {
@@ -23553,6 +23581,10 @@ declare const _default: {
23553
23581
  format: string;
23554
23582
  type: string;
23555
23583
  };
23584
+ customer_key: {
23585
+ description: string;
23586
+ type: string;
23587
+ };
23556
23588
  };
23557
23589
  type: string;
23558
23590
  };
@@ -30127,6 +30127,14 @@ export default {
30127
30127
  description: 'Returns a list of all [access system entrances](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
30128
30128
  operationId: 'acsEntrancesListGet',
30129
30129
  parameters: [
30130
+ {
30131
+ in: 'query',
30132
+ name: 'customer_key',
30133
+ schema: {
30134
+ description: 'Customer key for which you want to list entrances.',
30135
+ type: 'string',
30136
+ },
30137
+ },
30130
30138
  {
30131
30139
  in: 'query',
30132
30140
  name: 'acs_system_id',
@@ -30307,6 +30315,10 @@ export default {
30307
30315
  format: 'uuid',
30308
30316
  type: 'string',
30309
30317
  },
30318
+ customer_key: {
30319
+ description: 'Customer key for which you want to list entrances.',
30320
+ type: 'string',
30321
+ },
30310
30322
  limit: {
30311
30323
  default: 900,
30312
30324
  description: 'Maximum number of records to return per page.',
@@ -30614,6 +30626,14 @@ export default {
30614
30626
  description: 'Returns a list of all [access systems](https://docs.seam.co/latest/capability-guides/access-systems).\n\nTo filter the list of returned access systems by a specific connected account ID, include the `connected_account_id` in the request body. If you omit the `connected_account_id` parameter, the response includes all access systems connected to your workspace.',
30615
30627
  operationId: 'acsSystemsListGet',
30616
30628
  parameters: [
30629
+ {
30630
+ in: 'query',
30631
+ name: 'customer_key',
30632
+ schema: {
30633
+ description: 'Customer key for which you want to list access systems.',
30634
+ type: 'string',
30635
+ },
30636
+ },
30617
30637
  {
30618
30638
  in: 'query',
30619
30639
  name: 'connected_account_id',
@@ -30673,6 +30693,10 @@ export default {
30673
30693
  format: 'uuid',
30674
30694
  type: 'string',
30675
30695
  },
30696
+ customer_key: {
30697
+ description: 'Customer key for which you want to list access systems.',
30698
+ type: 'string',
30699
+ },
30676
30700
  },
30677
30701
  type: 'object',
30678
30702
  },