@seamapi/types 1.481.0 → 1.482.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 +24 -8
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +24 -2
- package/dist/index.cjs +24 -8
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +24 -2
- package/lib/seam/connect/openapi.js +24 -8
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +24 -8
package/dist/connect.cjs
CHANGED
|
@@ -38301,12 +38301,13 @@ var openapi_default = {
|
|
|
38301
38301
|
},
|
|
38302
38302
|
user_identity_id: {
|
|
38303
38303
|
description: "ID of the [user identity](https://docs.seam.co/latest/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity) for which you want to create a client session.",
|
|
38304
|
+
format: "uuid",
|
|
38304
38305
|
type: "string"
|
|
38305
38306
|
},
|
|
38306
38307
|
user_identity_ids: {
|
|
38307
38308
|
deprecated: true,
|
|
38308
38309
|
description: "IDs of the [user identities](https://docs.seam.co/latest/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity) that you want to associate with the client session.",
|
|
38309
|
-
items: { type: "string" },
|
|
38310
|
+
items: { format: "uuid", type: "string" },
|
|
38310
38311
|
maxItems: 1,
|
|
38311
38312
|
minItems: 1,
|
|
38312
38313
|
type: "array",
|
|
@@ -38391,12 +38392,13 @@ var openapi_default = {
|
|
|
38391
38392
|
},
|
|
38392
38393
|
user_identity_id: {
|
|
38393
38394
|
description: "ID of the [user identity](https://docs.seam.co/latest/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity) for which you want to create a client session.",
|
|
38395
|
+
format: "uuid",
|
|
38394
38396
|
type: "string"
|
|
38395
38397
|
},
|
|
38396
38398
|
user_identity_ids: {
|
|
38397
38399
|
deprecated: true,
|
|
38398
38400
|
description: "IDs of the [user identities](https://docs.seam.co/latest/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity) that you want to associate with the client session.",
|
|
38399
|
-
items: { type: "string" },
|
|
38401
|
+
items: { format: "uuid", type: "string" },
|
|
38400
38402
|
maxItems: 1,
|
|
38401
38403
|
minItems: 1,
|
|
38402
38404
|
type: "array",
|
|
@@ -38547,6 +38549,7 @@ var openapi_default = {
|
|
|
38547
38549
|
name: "client_session_id",
|
|
38548
38550
|
schema: {
|
|
38549
38551
|
description: "ID of the client session that you want to get.",
|
|
38552
|
+
format: "uuid",
|
|
38550
38553
|
type: "string"
|
|
38551
38554
|
}
|
|
38552
38555
|
},
|
|
@@ -38604,6 +38607,7 @@ var openapi_default = {
|
|
|
38604
38607
|
properties: {
|
|
38605
38608
|
client_session_id: {
|
|
38606
38609
|
description: "ID of the client session that you want to get.",
|
|
38610
|
+
format: "uuid",
|
|
38607
38611
|
type: "string"
|
|
38608
38612
|
},
|
|
38609
38613
|
user_identifier_key: {
|
|
@@ -38683,12 +38687,13 @@ var openapi_default = {
|
|
|
38683
38687
|
},
|
|
38684
38688
|
user_identity_id: {
|
|
38685
38689
|
description: "ID of the [user identity](https://docs.seam.co/latest/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity) that you want to associate with the client session (or that are already associated with the existing client session).",
|
|
38690
|
+
format: "uuid",
|
|
38686
38691
|
type: "string"
|
|
38687
38692
|
},
|
|
38688
38693
|
user_identity_ids: {
|
|
38689
38694
|
deprecated: true,
|
|
38690
38695
|
description: "IDs of the [user identities](https://docs.seam.co/latest/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity) that you want to associate with the client session.",
|
|
38691
|
-
items: { type: "string" },
|
|
38696
|
+
items: { format: "uuid", type: "string" },
|
|
38692
38697
|
maxItems: 1,
|
|
38693
38698
|
minItems: 1,
|
|
38694
38699
|
type: "array",
|
|
@@ -49550,7 +49555,11 @@ var openapi_default = {
|
|
|
49550
49555
|
in: "query",
|
|
49551
49556
|
name: "customer_portal_id",
|
|
49552
49557
|
required: true,
|
|
49553
|
-
schema: {
|
|
49558
|
+
schema: {
|
|
49559
|
+
description: "Customer portal ID.",
|
|
49560
|
+
format: "uuid",
|
|
49561
|
+
type: "string"
|
|
49562
|
+
}
|
|
49554
49563
|
}
|
|
49555
49564
|
],
|
|
49556
49565
|
responses: {
|
|
@@ -49637,6 +49646,7 @@ var openapi_default = {
|
|
|
49637
49646
|
properties: {
|
|
49638
49647
|
customer_portal_id: {
|
|
49639
49648
|
description: "Customer portal ID.",
|
|
49649
|
+
format: "uuid",
|
|
49640
49650
|
type: "string"
|
|
49641
49651
|
}
|
|
49642
49652
|
},
|
|
@@ -50146,7 +50156,10 @@ var openapi_default = {
|
|
|
50146
50156
|
acs_entrances: {
|
|
50147
50157
|
items: {
|
|
50148
50158
|
properties: {
|
|
50149
|
-
acs_entrance_id: {
|
|
50159
|
+
acs_entrance_id: {
|
|
50160
|
+
format: "uuid",
|
|
50161
|
+
type: "string"
|
|
50162
|
+
},
|
|
50150
50163
|
name: { type: "string" }
|
|
50151
50164
|
},
|
|
50152
50165
|
required: ["acs_entrance_id", "name"],
|
|
@@ -50157,7 +50170,7 @@ var openapi_default = {
|
|
|
50157
50170
|
devices: {
|
|
50158
50171
|
items: {
|
|
50159
50172
|
properties: {
|
|
50160
|
-
device_id: { type: "string" },
|
|
50173
|
+
device_id: { format: "uuid", type: "string" },
|
|
50161
50174
|
device_type: {
|
|
50162
50175
|
enum: ["lock", "thermostat", "sensor"],
|
|
50163
50176
|
type: "string"
|
|
@@ -50242,7 +50255,10 @@ var openapi_default = {
|
|
|
50242
50255
|
acs_entrances: {
|
|
50243
50256
|
items: {
|
|
50244
50257
|
properties: {
|
|
50245
|
-
acs_entrance_id: {
|
|
50258
|
+
acs_entrance_id: {
|
|
50259
|
+
format: "uuid",
|
|
50260
|
+
type: "string"
|
|
50261
|
+
},
|
|
50246
50262
|
name: { type: "string" }
|
|
50247
50263
|
},
|
|
50248
50264
|
required: ["acs_entrance_id", "name"],
|
|
@@ -50253,7 +50269,7 @@ var openapi_default = {
|
|
|
50253
50269
|
devices: {
|
|
50254
50270
|
items: {
|
|
50255
50271
|
properties: {
|
|
50256
|
-
device_id: { type: "string" },
|
|
50272
|
+
device_id: { format: "uuid", type: "string" },
|
|
50257
50273
|
device_type: {
|
|
50258
50274
|
enum: ["lock", "thermostat", "sensor"],
|
|
50259
50275
|
type: "string"
|