@seamapi/types 1.509.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 +72 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +123 -87
- package/dist/index.cjs +72 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +111 -87
- package/lib/seam/connect/openapi.js +72 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +12 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +79 -0
- package/src/lib/seam/connect/route-types.ts +12 -0
package/dist/connect.cjs
CHANGED
|
@@ -39666,6 +39666,14 @@ var openapi_default = {
|
|
|
39666
39666
|
description: "Returns a list of all [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews).",
|
|
39667
39667
|
operationId: "connectWebviewsListGet",
|
|
39668
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
|
+
},
|
|
39669
39677
|
{
|
|
39670
39678
|
in: "query",
|
|
39671
39679
|
name: "user_identifier_key",
|
|
@@ -39758,6 +39766,10 @@ var openapi_default = {
|
|
|
39758
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.",
|
|
39759
39767
|
type: "object"
|
|
39760
39768
|
},
|
|
39769
|
+
customer_key: {
|
|
39770
|
+
description: "Customer key for which you want to list connect webviews.",
|
|
39771
|
+
type: "string"
|
|
39772
|
+
},
|
|
39761
39773
|
limit: {
|
|
39762
39774
|
default: 500,
|
|
39763
39775
|
description: "Maximum number of records to return per page.",
|
|
@@ -42196,6 +42208,14 @@ var openapi_default = {
|
|
|
42196
42208
|
type: "array"
|
|
42197
42209
|
}
|
|
42198
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
|
+
},
|
|
42199
42219
|
{
|
|
42200
42220
|
in: "query",
|
|
42201
42221
|
name: "connected_account_id",
|
|
@@ -42637,6 +42657,10 @@ var openapi_default = {
|
|
|
42637
42657
|
items: { format: "uuid", type: "string" },
|
|
42638
42658
|
type: "array"
|
|
42639
42659
|
},
|
|
42660
|
+
customer_key: {
|
|
42661
|
+
description: "Customer key for which you want to list devices.",
|
|
42662
|
+
type: "string"
|
|
42663
|
+
},
|
|
42640
42664
|
device_ids: {
|
|
42641
42665
|
description: "Array of device IDs for which you want to list devices.",
|
|
42642
42666
|
items: { format: "uuid", type: "string" },
|
|
@@ -43436,6 +43460,14 @@ var openapi_default = {
|
|
|
43436
43460
|
type: "array"
|
|
43437
43461
|
}
|
|
43438
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
|
+
},
|
|
43439
43471
|
{
|
|
43440
43472
|
in: "query",
|
|
43441
43473
|
name: "connected_account_id",
|
|
@@ -43874,6 +43906,10 @@ var openapi_default = {
|
|
|
43874
43906
|
items: { format: "uuid", type: "string" },
|
|
43875
43907
|
type: "array"
|
|
43876
43908
|
},
|
|
43909
|
+
customer_key: {
|
|
43910
|
+
description: "Customer key for which you want to list devices.",
|
|
43911
|
+
type: "string"
|
|
43912
|
+
},
|
|
43877
43913
|
device_ids: {
|
|
43878
43914
|
description: "Array of device IDs for which you want to list devices.",
|
|
43879
43915
|
items: { format: "uuid", type: "string" },
|
|
@@ -45705,6 +45741,14 @@ var openapi_default = {
|
|
|
45705
45741
|
type: "array"
|
|
45706
45742
|
}
|
|
45707
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
|
+
},
|
|
45708
45752
|
{
|
|
45709
45753
|
in: "query",
|
|
45710
45754
|
name: "connected_account_id",
|
|
@@ -46083,6 +46127,10 @@ var openapi_default = {
|
|
|
46083
46127
|
items: { format: "uuid", type: "string" },
|
|
46084
46128
|
type: "array"
|
|
46085
46129
|
},
|
|
46130
|
+
customer_key: {
|
|
46131
|
+
description: "Customer key for which you want to list devices.",
|
|
46132
|
+
type: "string"
|
|
46133
|
+
},
|
|
46086
46134
|
device_ids: {
|
|
46087
46135
|
description: "Array of device IDs for which you want to list devices.",
|
|
46088
46136
|
items: { format: "uuid", type: "string" },
|
|
@@ -46578,6 +46626,14 @@ var openapi_default = {
|
|
|
46578
46626
|
type: "array"
|
|
46579
46627
|
}
|
|
46580
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
|
+
},
|
|
46581
46637
|
{
|
|
46582
46638
|
in: "query",
|
|
46583
46639
|
name: "connected_account_id",
|
|
@@ -46871,6 +46927,10 @@ var openapi_default = {
|
|
|
46871
46927
|
items: { format: "uuid", type: "string" },
|
|
46872
46928
|
type: "array"
|
|
46873
46929
|
},
|
|
46930
|
+
customer_key: {
|
|
46931
|
+
description: "Customer key for which you want to list devices.",
|
|
46932
|
+
type: "string"
|
|
46933
|
+
},
|
|
46874
46934
|
device_ids: {
|
|
46875
46935
|
description: "Array of device IDs for which you want to list devices.",
|
|
46876
46936
|
items: { format: "uuid", type: "string" },
|
|
@@ -53085,6 +53145,14 @@ var openapi_default = {
|
|
|
53085
53145
|
type: "array"
|
|
53086
53146
|
}
|
|
53087
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
|
+
},
|
|
53088
53156
|
{
|
|
53089
53157
|
in: "query",
|
|
53090
53158
|
name: "connected_account_id",
|
|
@@ -53399,6 +53467,10 @@ var openapi_default = {
|
|
|
53399
53467
|
items: { format: "uuid", type: "string" },
|
|
53400
53468
|
type: "array"
|
|
53401
53469
|
},
|
|
53470
|
+
customer_key: {
|
|
53471
|
+
description: "Customer key for which you want to list devices.",
|
|
53472
|
+
type: "string"
|
|
53473
|
+
},
|
|
53402
53474
|
device_ids: {
|
|
53403
53475
|
description: "Array of device IDs for which you want to list devices.",
|
|
53404
53476
|
items: { format: "uuid", type: "string" },
|