@seamapi/types 1.508.0 → 1.510.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 CHANGED
@@ -35662,6 +35662,14 @@ var openapi_default = {
35662
35662
  description: "Returns a list of all [access system entrances](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).",
35663
35663
  operationId: "acsEntrancesListGet",
35664
35664
  parameters: [
35665
+ {
35666
+ in: "query",
35667
+ name: "customer_key",
35668
+ schema: {
35669
+ description: "Customer key for which you want to list entrances.",
35670
+ type: "string"
35671
+ }
35672
+ },
35665
35673
  {
35666
35674
  in: "query",
35667
35675
  name: "acs_system_id",
@@ -35842,6 +35850,10 @@ var openapi_default = {
35842
35850
  format: "uuid",
35843
35851
  type: "string"
35844
35852
  },
35853
+ customer_key: {
35854
+ description: "Customer key for which you want to list entrances.",
35855
+ type: "string"
35856
+ },
35845
35857
  limit: {
35846
35858
  default: 900,
35847
35859
  description: "Maximum number of records to return per page.",
@@ -36149,6 +36161,14 @@ var openapi_default = {
36149
36161
  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.",
36150
36162
  operationId: "acsSystemsListGet",
36151
36163
  parameters: [
36164
+ {
36165
+ in: "query",
36166
+ name: "customer_key",
36167
+ schema: {
36168
+ description: "Customer key for which you want to list access systems.",
36169
+ type: "string"
36170
+ }
36171
+ },
36152
36172
  {
36153
36173
  in: "query",
36154
36174
  name: "connected_account_id",
@@ -36207,6 +36227,10 @@ var openapi_default = {
36207
36227
  description: "ID of the connected account by which you want to filter the list of access systems.",
36208
36228
  format: "uuid",
36209
36229
  type: "string"
36230
+ },
36231
+ customer_key: {
36232
+ description: "Customer key for which you want to list access systems.",
36233
+ type: "string"
36210
36234
  }
36211
36235
  },
36212
36236
  type: "object"
@@ -39642,6 +39666,14 @@ var openapi_default = {
39642
39666
  description: "Returns a list of all [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews).",
39643
39667
  operationId: "connectWebviewsListGet",
39644
39668
  parameters: [
39669
+ {
39670
+ in: "query",
39671
+ name: "customer_key",
39672
+ schema: {
39673
+ description: "Customer key for which you want to list connect webviews.",
39674
+ type: "string"
39675
+ }
39676
+ },
39645
39677
  {
39646
39678
  in: "query",
39647
39679
  name: "user_identifier_key",
@@ -39734,6 +39766,10 @@ var openapi_default = {
39734
39766
  description: "Custom metadata pairs by which you want to [filter Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/filtering-connect-webviews-by-custom-metadata). Returns Connect Webviews with `custom_metadata` that contains all of the provided key:value pairs.",
39735
39767
  type: "object"
39736
39768
  },
39769
+ customer_key: {
39770
+ description: "Customer key for which you want to list connect webviews.",
39771
+ type: "string"
39772
+ },
39737
39773
  limit: {
39738
39774
  default: 500,
39739
39775
  description: "Maximum number of records to return per page.",
@@ -42172,6 +42208,14 @@ var openapi_default = {
42172
42208
  type: "array"
42173
42209
  }
42174
42210
  },
42211
+ {
42212
+ in: "query",
42213
+ name: "customer_key",
42214
+ schema: {
42215
+ description: "Customer key for which you want to list devices.",
42216
+ type: "string"
42217
+ }
42218
+ },
42175
42219
  {
42176
42220
  in: "query",
42177
42221
  name: "connected_account_id",
@@ -42613,6 +42657,10 @@ var openapi_default = {
42613
42657
  items: { format: "uuid", type: "string" },
42614
42658
  type: "array"
42615
42659
  },
42660
+ customer_key: {
42661
+ description: "Customer key for which you want to list devices.",
42662
+ type: "string"
42663
+ },
42616
42664
  device_ids: {
42617
42665
  description: "Array of device IDs for which you want to list devices.",
42618
42666
  items: { format: "uuid", type: "string" },
@@ -43412,6 +43460,14 @@ var openapi_default = {
43412
43460
  type: "array"
43413
43461
  }
43414
43462
  },
43463
+ {
43464
+ in: "query",
43465
+ name: "customer_key",
43466
+ schema: {
43467
+ description: "Customer key for which you want to list devices.",
43468
+ type: "string"
43469
+ }
43470
+ },
43415
43471
  {
43416
43472
  in: "query",
43417
43473
  name: "connected_account_id",
@@ -43850,6 +43906,10 @@ var openapi_default = {
43850
43906
  items: { format: "uuid", type: "string" },
43851
43907
  type: "array"
43852
43908
  },
43909
+ customer_key: {
43910
+ description: "Customer key for which you want to list devices.",
43911
+ type: "string"
43912
+ },
43853
43913
  device_ids: {
43854
43914
  description: "Array of device IDs for which you want to list devices.",
43855
43915
  items: { format: "uuid", type: "string" },
@@ -45681,6 +45741,14 @@ var openapi_default = {
45681
45741
  type: "array"
45682
45742
  }
45683
45743
  },
45744
+ {
45745
+ in: "query",
45746
+ name: "customer_key",
45747
+ schema: {
45748
+ description: "Customer key for which you want to list devices.",
45749
+ type: "string"
45750
+ }
45751
+ },
45684
45752
  {
45685
45753
  in: "query",
45686
45754
  name: "connected_account_id",
@@ -46059,6 +46127,10 @@ var openapi_default = {
46059
46127
  items: { format: "uuid", type: "string" },
46060
46128
  type: "array"
46061
46129
  },
46130
+ customer_key: {
46131
+ description: "Customer key for which you want to list devices.",
46132
+ type: "string"
46133
+ },
46062
46134
  device_ids: {
46063
46135
  description: "Array of device IDs for which you want to list devices.",
46064
46136
  items: { format: "uuid", type: "string" },
@@ -46554,6 +46626,14 @@ var openapi_default = {
46554
46626
  type: "array"
46555
46627
  }
46556
46628
  },
46629
+ {
46630
+ in: "query",
46631
+ name: "customer_key",
46632
+ schema: {
46633
+ description: "Customer key for which you want to list devices.",
46634
+ type: "string"
46635
+ }
46636
+ },
46557
46637
  {
46558
46638
  in: "query",
46559
46639
  name: "connected_account_id",
@@ -46847,6 +46927,10 @@ var openapi_default = {
46847
46927
  items: { format: "uuid", type: "string" },
46848
46928
  type: "array"
46849
46929
  },
46930
+ customer_key: {
46931
+ description: "Customer key for which you want to list devices.",
46932
+ type: "string"
46933
+ },
46850
46934
  device_ids: {
46851
46935
  description: "Array of device IDs for which you want to list devices.",
46852
46936
  items: { format: "uuid", type: "string" },
@@ -53061,6 +53145,14 @@ var openapi_default = {
53061
53145
  type: "array"
53062
53146
  }
53063
53147
  },
53148
+ {
53149
+ in: "query",
53150
+ name: "customer_key",
53151
+ schema: {
53152
+ description: "Customer key for which you want to list devices.",
53153
+ type: "string"
53154
+ }
53155
+ },
53064
53156
  {
53065
53157
  in: "query",
53066
53158
  name: "connected_account_id",
@@ -53375,6 +53467,10 @@ var openapi_default = {
53375
53467
  items: { format: "uuid", type: "string" },
53376
53468
  type: "array"
53377
53469
  },
53470
+ customer_key: {
53471
+ description: "Customer key for which you want to list devices.",
53472
+ type: "string"
53473
+ },
53378
53474
  device_ids: {
53379
53475
  description: "Array of device IDs for which you want to list devices.",
53380
53476
  items: { format: "uuid", type: "string" },