@seamapi/types 1.517.0 → 1.519.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 +62 -13
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +63 -27
- package/dist/index.cjs +62 -13
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +52 -23
- package/lib/seam/connect/openapi.js +62 -13
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +11 -4
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +67 -14
- package/src/lib/seam/connect/route-types.ts +11 -4
package/dist/connect.cjs
CHANGED
|
@@ -31207,6 +31207,14 @@ var openapi_default = {
|
|
|
31207
31207
|
description: "Gets an Access Grant.",
|
|
31208
31208
|
operationId: "accessGrantsListGet",
|
|
31209
31209
|
parameters: [
|
|
31210
|
+
{
|
|
31211
|
+
in: "query",
|
|
31212
|
+
name: "customer_key",
|
|
31213
|
+
schema: {
|
|
31214
|
+
description: "Customer key for which you want to list access grants.",
|
|
31215
|
+
type: "string"
|
|
31216
|
+
}
|
|
31217
|
+
},
|
|
31210
31218
|
{
|
|
31211
31219
|
in: "query",
|
|
31212
31220
|
name: "user_identity_id",
|
|
@@ -31321,6 +31329,10 @@ var openapi_default = {
|
|
|
31321
31329
|
format: "uuid",
|
|
31322
31330
|
type: "string"
|
|
31323
31331
|
},
|
|
31332
|
+
customer_key: {
|
|
31333
|
+
description: "Customer key for which you want to list access grants.",
|
|
31334
|
+
type: "string"
|
|
31335
|
+
},
|
|
31324
31336
|
location_id: {
|
|
31325
31337
|
deprecated: true,
|
|
31326
31338
|
format: "uuid",
|
|
@@ -44638,6 +44650,14 @@ var openapi_default = {
|
|
|
44638
44650
|
description: "Returns a list of all events. This endpoint returns the same events that would be sent to a [webhook](https://docs.seam.co/latest/developer-tools/webhooks), but it enables you to filter or see events that already took place.",
|
|
44639
44651
|
operationId: "eventsListGet",
|
|
44640
44652
|
parameters: [
|
|
44653
|
+
{
|
|
44654
|
+
in: "query",
|
|
44655
|
+
name: "customer_key",
|
|
44656
|
+
schema: {
|
|
44657
|
+
description: "Customer key for which you want to list events.",
|
|
44658
|
+
type: "string"
|
|
44659
|
+
}
|
|
44660
|
+
},
|
|
44641
44661
|
{
|
|
44642
44662
|
in: "query",
|
|
44643
44663
|
name: "unstable_offset",
|
|
@@ -44964,15 +44984,6 @@ var openapi_default = {
|
|
|
44964
44984
|
items: { format: "uuid", type: "string" },
|
|
44965
44985
|
type: "array"
|
|
44966
44986
|
}
|
|
44967
|
-
},
|
|
44968
|
-
{
|
|
44969
|
-
in: "query",
|
|
44970
|
-
name: "customer_ids",
|
|
44971
|
-
schema: {
|
|
44972
|
-
description: "IDs of the customers for which you want to list events.",
|
|
44973
|
-
items: { format: "uuid", type: "string" },
|
|
44974
|
-
type: "array"
|
|
44975
|
-
}
|
|
44976
44987
|
}
|
|
44977
44988
|
],
|
|
44978
44989
|
responses: {
|
|
@@ -45062,10 +45073,9 @@ var openapi_default = {
|
|
|
45062
45073
|
format: "uuid",
|
|
45063
45074
|
type: "string"
|
|
45064
45075
|
},
|
|
45065
|
-
|
|
45066
|
-
description: "
|
|
45067
|
-
|
|
45068
|
-
type: "array"
|
|
45076
|
+
customer_key: {
|
|
45077
|
+
description: "Customer key for which you want to list events.",
|
|
45078
|
+
type: "string"
|
|
45069
45079
|
},
|
|
45070
45080
|
device_id: {
|
|
45071
45081
|
description: "ID of the device for which you want to list events.",
|
|
@@ -49380,6 +49390,7 @@ var openapi_default = {
|
|
|
49380
49390
|
created_at: { type: "string" },
|
|
49381
49391
|
partner_resource_id: {
|
|
49382
49392
|
format: "uuid",
|
|
49393
|
+
nullable: true,
|
|
49383
49394
|
type: "string"
|
|
49384
49395
|
},
|
|
49385
49396
|
workspace_id: { format: "uuid", type: "string" }
|
|
@@ -49528,6 +49539,7 @@ var openapi_default = {
|
|
|
49528
49539
|
created_at: { type: "string" },
|
|
49529
49540
|
partner_resource_id: {
|
|
49530
49541
|
format: "uuid",
|
|
49542
|
+
nullable: true,
|
|
49531
49543
|
type: "string"
|
|
49532
49544
|
},
|
|
49533
49545
|
workspace_id: { format: "uuid", type: "string" }
|
|
@@ -52145,6 +52157,14 @@ var openapi_default = {
|
|
|
52145
52157
|
description: "Returns a list of all spaces.",
|
|
52146
52158
|
operationId: "spacesListGet",
|
|
52147
52159
|
parameters: [
|
|
52160
|
+
{
|
|
52161
|
+
in: "query",
|
|
52162
|
+
name: "customer_key",
|
|
52163
|
+
schema: {
|
|
52164
|
+
description: "Customer key for which you want to list spaces.",
|
|
52165
|
+
type: "string"
|
|
52166
|
+
}
|
|
52167
|
+
},
|
|
52148
52168
|
{
|
|
52149
52169
|
in: "query",
|
|
52150
52170
|
name: "search",
|
|
@@ -52226,6 +52246,10 @@ var openapi_default = {
|
|
|
52226
52246
|
"x-draft": "Needs review.",
|
|
52227
52247
|
"x-undocumented": "Only used internally."
|
|
52228
52248
|
},
|
|
52249
|
+
customer_key: {
|
|
52250
|
+
description: "Customer key for which you want to list spaces.",
|
|
52251
|
+
type: "string"
|
|
52252
|
+
},
|
|
52229
52253
|
search: {
|
|
52230
52254
|
description: "String for which to search. Filters returned spaces to include all records that satisfy a partial match using `name`.",
|
|
52231
52255
|
minLength: 1,
|
|
@@ -58578,6 +58602,16 @@ var openapi_default = {
|
|
|
58578
58602
|
get: {
|
|
58579
58603
|
description: "Retrieves the customization profile for the workspace.",
|
|
58580
58604
|
operationId: "workspacesCustomizationProfilesListGet",
|
|
58605
|
+
parameters: [
|
|
58606
|
+
{
|
|
58607
|
+
in: "query",
|
|
58608
|
+
name: "customer_key",
|
|
58609
|
+
schema: {
|
|
58610
|
+
description: "Customer key for which you want to list customization profiles.",
|
|
58611
|
+
type: "string"
|
|
58612
|
+
}
|
|
58613
|
+
}
|
|
58614
|
+
],
|
|
58581
58615
|
responses: {
|
|
58582
58616
|
200: {
|
|
58583
58617
|
content: {
|
|
@@ -58620,6 +58654,21 @@ var openapi_default = {
|
|
|
58620
58654
|
post: {
|
|
58621
58655
|
description: "Retrieves the customization profile for the workspace.",
|
|
58622
58656
|
operationId: "workspacesCustomizationProfilesListPost",
|
|
58657
|
+
requestBody: {
|
|
58658
|
+
content: {
|
|
58659
|
+
"application/json": {
|
|
58660
|
+
schema: {
|
|
58661
|
+
properties: {
|
|
58662
|
+
customer_key: {
|
|
58663
|
+
description: "Customer key for which you want to list customization profiles.",
|
|
58664
|
+
type: "string"
|
|
58665
|
+
}
|
|
58666
|
+
},
|
|
58667
|
+
type: "object"
|
|
58668
|
+
}
|
|
58669
|
+
}
|
|
58670
|
+
}
|
|
58671
|
+
},
|
|
58623
58672
|
responses: {
|
|
58624
58673
|
200: {
|
|
58625
58674
|
content: {
|