@seamapi/types 1.480.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 -16
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +24 -82
- package/dist/index.cjs +24 -16
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +24 -82
- package/lib/seam/connect/openapi.js +24 -16
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +24 -16
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"
|
|
@@ -57368,7 +57384,6 @@ var openapi_default = {
|
|
|
57368
57384
|
401: { description: "Unauthorized" }
|
|
57369
57385
|
},
|
|
57370
57386
|
security: [
|
|
57371
|
-
{ client_session: [] },
|
|
57372
57387
|
{ client_session_with_customer: [] },
|
|
57373
57388
|
{ pat_with_workspace: [] },
|
|
57374
57389
|
{ console_session_with_workspace: [] },
|
|
@@ -57440,7 +57455,6 @@ var openapi_default = {
|
|
|
57440
57455
|
401: { description: "Unauthorized" }
|
|
57441
57456
|
},
|
|
57442
57457
|
security: [
|
|
57443
|
-
{ client_session: [] },
|
|
57444
57458
|
{ client_session_with_customer: [] },
|
|
57445
57459
|
{ pat_with_workspace: [] },
|
|
57446
57460
|
{ console_session_with_workspace: [] },
|
|
@@ -57515,7 +57529,6 @@ var openapi_default = {
|
|
|
57515
57529
|
401: { description: "Unauthorized" }
|
|
57516
57530
|
},
|
|
57517
57531
|
security: [
|
|
57518
|
-
{ client_session: [] },
|
|
57519
57532
|
{ client_session_with_customer: [] },
|
|
57520
57533
|
{ pat_with_workspace: [] },
|
|
57521
57534
|
{ console_session_with_workspace: [] },
|
|
@@ -57582,7 +57595,6 @@ var openapi_default = {
|
|
|
57582
57595
|
401: { description: "Unauthorized" }
|
|
57583
57596
|
},
|
|
57584
57597
|
security: [
|
|
57585
|
-
{ client_session: [] },
|
|
57586
57598
|
{ client_session_with_customer: [] },
|
|
57587
57599
|
{ pat_with_workspace: [] },
|
|
57588
57600
|
{ console_session_with_workspace: [] },
|
|
@@ -57647,7 +57659,6 @@ var openapi_default = {
|
|
|
57647
57659
|
401: { description: "Unauthorized" }
|
|
57648
57660
|
},
|
|
57649
57661
|
security: [
|
|
57650
|
-
{ client_session: [] },
|
|
57651
57662
|
{ client_session_with_customer: [] },
|
|
57652
57663
|
{ pat_with_workspace: [] },
|
|
57653
57664
|
{ console_session_with_workspace: [] },
|
|
@@ -57700,7 +57711,6 @@ var openapi_default = {
|
|
|
57700
57711
|
401: { description: "Unauthorized" }
|
|
57701
57712
|
},
|
|
57702
57713
|
security: [
|
|
57703
|
-
{ client_session: [] },
|
|
57704
57714
|
{ client_session_with_customer: [] },
|
|
57705
57715
|
{ pat_with_workspace: [] },
|
|
57706
57716
|
{ console_session_with_workspace: [] },
|
|
@@ -57750,7 +57760,6 @@ var openapi_default = {
|
|
|
57750
57760
|
401: { description: "Unauthorized" }
|
|
57751
57761
|
},
|
|
57752
57762
|
security: [
|
|
57753
|
-
{ client_session: [] },
|
|
57754
57763
|
{ client_session_with_customer: [] },
|
|
57755
57764
|
{ pat_with_workspace: [] },
|
|
57756
57765
|
{ console_session_with_workspace: [] },
|
|
@@ -57786,7 +57795,6 @@ var openapi_default = {
|
|
|
57786
57795
|
401: { description: "Unauthorized" }
|
|
57787
57796
|
},
|
|
57788
57797
|
security: [
|
|
57789
|
-
{ client_session: [] },
|
|
57790
57798
|
{ client_session_with_customer: [] },
|
|
57791
57799
|
{ pat_with_workspace: [] },
|
|
57792
57800
|
{ console_session_with_workspace: [] },
|