@seamapi/types 1.585.0 → 1.587.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 +60 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +78 -0
- package/dist/index.cjs +60 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +66 -0
- package/lib/seam/connect/openapi.js +60 -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 +63 -0
- package/src/lib/seam/connect/route-types.ts +16 -0
package/dist/connect.cjs
CHANGED
|
@@ -52135,6 +52135,19 @@ var openapi_default = {
|
|
|
52135
52135
|
},
|
|
52136
52136
|
required: ["rule"],
|
|
52137
52137
|
type: "object"
|
|
52138
|
+
},
|
|
52139
|
+
user_identity_name_updated: {
|
|
52140
|
+
properties: {
|
|
52141
|
+
config: {
|
|
52142
|
+
$ref: "#/components/schemas/access_code"
|
|
52143
|
+
},
|
|
52144
|
+
rule: {
|
|
52145
|
+
enum: ["user_identity_name_updated"],
|
|
52146
|
+
type: "string"
|
|
52147
|
+
}
|
|
52148
|
+
},
|
|
52149
|
+
required: ["rule"],
|
|
52150
|
+
type: "object"
|
|
52138
52151
|
}
|
|
52139
52152
|
},
|
|
52140
52153
|
type: "object"
|
|
@@ -52248,6 +52261,19 @@ var openapi_default = {
|
|
|
52248
52261
|
},
|
|
52249
52262
|
required: ["rule"],
|
|
52250
52263
|
type: "object"
|
|
52264
|
+
},
|
|
52265
|
+
user_identity_name_updated: {
|
|
52266
|
+
properties: {
|
|
52267
|
+
config: {
|
|
52268
|
+
$ref: "#/components/schemas/access_code"
|
|
52269
|
+
},
|
|
52270
|
+
rule: {
|
|
52271
|
+
enum: ["user_identity_name_updated"],
|
|
52272
|
+
type: "string"
|
|
52273
|
+
}
|
|
52274
|
+
},
|
|
52275
|
+
required: ["rule"],
|
|
52276
|
+
type: "object"
|
|
52251
52277
|
}
|
|
52252
52278
|
},
|
|
52253
52279
|
type: "object"
|
|
@@ -52357,6 +52383,17 @@ var openapi_default = {
|
|
|
52357
52383
|
},
|
|
52358
52384
|
required: ["rule"],
|
|
52359
52385
|
type: "object"
|
|
52386
|
+
},
|
|
52387
|
+
user_identity_name_updated: {
|
|
52388
|
+
properties: {
|
|
52389
|
+
config: { properties: {}, type: "object" },
|
|
52390
|
+
rule: {
|
|
52391
|
+
enum: ["user_identity_name_updated"],
|
|
52392
|
+
type: "string"
|
|
52393
|
+
}
|
|
52394
|
+
},
|
|
52395
|
+
required: ["rule"],
|
|
52396
|
+
type: "object"
|
|
52360
52397
|
}
|
|
52361
52398
|
},
|
|
52362
52399
|
type: "object"
|
|
@@ -52474,6 +52511,17 @@ var openapi_default = {
|
|
|
52474
52511
|
},
|
|
52475
52512
|
required: ["rule"],
|
|
52476
52513
|
type: "object"
|
|
52514
|
+
},
|
|
52515
|
+
user_identity_name_updated: {
|
|
52516
|
+
properties: {
|
|
52517
|
+
config: { properties: {}, type: "object" },
|
|
52518
|
+
rule: {
|
|
52519
|
+
enum: ["user_identity_name_updated"],
|
|
52520
|
+
type: "string"
|
|
52521
|
+
}
|
|
52522
|
+
},
|
|
52523
|
+
required: ["rule"],
|
|
52524
|
+
type: "object"
|
|
52477
52525
|
}
|
|
52478
52526
|
},
|
|
52479
52527
|
type: "object"
|
|
@@ -55080,6 +55128,10 @@ var openapi_default = {
|
|
|
55080
55128
|
items: { format: "uuid", type: "string" },
|
|
55081
55129
|
type: "array"
|
|
55082
55130
|
},
|
|
55131
|
+
customer_key: {
|
|
55132
|
+
description: "Customer key for which you want to create the space.",
|
|
55133
|
+
type: "string"
|
|
55134
|
+
},
|
|
55083
55135
|
device_ids: {
|
|
55084
55136
|
description: "IDs of the devices that you want to add to the new space.",
|
|
55085
55137
|
items: { format: "uuid", type: "string" },
|
|
@@ -55970,6 +56022,10 @@ var openapi_default = {
|
|
|
55970
56022
|
items: { format: "uuid", type: "string" },
|
|
55971
56023
|
type: "array"
|
|
55972
56024
|
},
|
|
56025
|
+
customer_key: {
|
|
56026
|
+
description: "Customer key for which you want to update the space.",
|
|
56027
|
+
type: "string"
|
|
56028
|
+
},
|
|
55973
56029
|
device_ids: {
|
|
55974
56030
|
description: "IDs of the devices that you want to set for the space. If specified, this will replace all existing devices.",
|
|
55975
56031
|
items: { format: "uuid", type: "string" },
|
|
@@ -56038,6 +56094,10 @@ var openapi_default = {
|
|
|
56038
56094
|
items: { format: "uuid", type: "string" },
|
|
56039
56095
|
type: "array"
|
|
56040
56096
|
},
|
|
56097
|
+
customer_key: {
|
|
56098
|
+
description: "Customer key for which you want to update the space.",
|
|
56099
|
+
type: "string"
|
|
56100
|
+
},
|
|
56041
56101
|
device_ids: {
|
|
56042
56102
|
description: "IDs of the devices that you want to set for the space. If specified, this will replace all existing devices.",
|
|
56043
56103
|
items: { format: "uuid", type: "string" },
|