@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.d.cts
CHANGED
|
@@ -66784,12 +66784,14 @@ declare const _default: {
|
|
|
66784
66784
|
};
|
|
66785
66785
|
user_identity_id: {
|
|
66786
66786
|
description: string;
|
|
66787
|
+
format: string;
|
|
66787
66788
|
type: string;
|
|
66788
66789
|
};
|
|
66789
66790
|
user_identity_ids: {
|
|
66790
66791
|
deprecated: boolean;
|
|
66791
66792
|
description: string;
|
|
66792
66793
|
items: {
|
|
66794
|
+
format: string;
|
|
66793
66795
|
type: string;
|
|
66794
66796
|
};
|
|
66795
66797
|
maxItems: number;
|
|
@@ -66901,12 +66903,14 @@ declare const _default: {
|
|
|
66901
66903
|
};
|
|
66902
66904
|
user_identity_id: {
|
|
66903
66905
|
description: string;
|
|
66906
|
+
format: string;
|
|
66904
66907
|
type: string;
|
|
66905
66908
|
};
|
|
66906
66909
|
user_identity_ids: {
|
|
66907
66910
|
deprecated: boolean;
|
|
66908
66911
|
description: string;
|
|
66909
66912
|
items: {
|
|
66913
|
+
format: string;
|
|
66910
66914
|
type: string;
|
|
66911
66915
|
};
|
|
66912
66916
|
maxItems: number;
|
|
@@ -67104,14 +67108,23 @@ declare const _default: {
|
|
|
67104
67108
|
get: {
|
|
67105
67109
|
description: string;
|
|
67106
67110
|
operationId: string;
|
|
67107
|
-
parameters: {
|
|
67111
|
+
parameters: ({
|
|
67108
67112
|
in: string;
|
|
67109
67113
|
name: string;
|
|
67110
67114
|
schema: {
|
|
67111
67115
|
description: string;
|
|
67116
|
+
format: string;
|
|
67112
67117
|
type: string;
|
|
67113
67118
|
};
|
|
67114
|
-
}
|
|
67119
|
+
} | {
|
|
67120
|
+
in: string;
|
|
67121
|
+
name: string;
|
|
67122
|
+
schema: {
|
|
67123
|
+
description: string;
|
|
67124
|
+
type: string;
|
|
67125
|
+
format?: never;
|
|
67126
|
+
};
|
|
67127
|
+
})[];
|
|
67115
67128
|
responses: {
|
|
67116
67129
|
200: {
|
|
67117
67130
|
content: {
|
|
@@ -67178,6 +67191,7 @@ declare const _default: {
|
|
|
67178
67191
|
properties: {
|
|
67179
67192
|
client_session_id: {
|
|
67180
67193
|
description: string;
|
|
67194
|
+
format: string;
|
|
67181
67195
|
type: string;
|
|
67182
67196
|
};
|
|
67183
67197
|
user_identifier_key: {
|
|
@@ -67282,12 +67296,14 @@ declare const _default: {
|
|
|
67282
67296
|
};
|
|
67283
67297
|
user_identity_id: {
|
|
67284
67298
|
description: string;
|
|
67299
|
+
format: string;
|
|
67285
67300
|
type: string;
|
|
67286
67301
|
};
|
|
67287
67302
|
user_identity_ids: {
|
|
67288
67303
|
deprecated: boolean;
|
|
67289
67304
|
description: string;
|
|
67290
67305
|
items: {
|
|
67306
|
+
format: string;
|
|
67291
67307
|
type: string;
|
|
67292
67308
|
};
|
|
67293
67309
|
maxItems: number;
|
|
@@ -78717,6 +78733,7 @@ declare const _default: {
|
|
|
78717
78733
|
required: boolean;
|
|
78718
78734
|
schema: {
|
|
78719
78735
|
description: string;
|
|
78736
|
+
format: string;
|
|
78720
78737
|
type: string;
|
|
78721
78738
|
};
|
|
78722
78739
|
}[];
|
|
@@ -78822,6 +78839,7 @@ declare const _default: {
|
|
|
78822
78839
|
properties: {
|
|
78823
78840
|
customer_portal_id: {
|
|
78824
78841
|
description: string;
|
|
78842
|
+
format: string;
|
|
78825
78843
|
type: string;
|
|
78826
78844
|
};
|
|
78827
78845
|
};
|
|
@@ -79411,6 +79429,7 @@ declare const _default: {
|
|
|
79411
79429
|
items: {
|
|
79412
79430
|
properties: {
|
|
79413
79431
|
acs_entrance_id: {
|
|
79432
|
+
format: string;
|
|
79414
79433
|
type: string;
|
|
79415
79434
|
};
|
|
79416
79435
|
name: {
|
|
@@ -79426,6 +79445,7 @@ declare const _default: {
|
|
|
79426
79445
|
items: {
|
|
79427
79446
|
properties: {
|
|
79428
79447
|
device_id: {
|
|
79448
|
+
format: string;
|
|
79429
79449
|
type: string;
|
|
79430
79450
|
};
|
|
79431
79451
|
device_type: {
|
|
@@ -79520,6 +79540,7 @@ declare const _default: {
|
|
|
79520
79540
|
items: {
|
|
79521
79541
|
properties: {
|
|
79522
79542
|
acs_entrance_id: {
|
|
79543
|
+
format: string;
|
|
79523
79544
|
type: string;
|
|
79524
79545
|
};
|
|
79525
79546
|
name: {
|
|
@@ -79535,6 +79556,7 @@ declare const _default: {
|
|
|
79535
79556
|
items: {
|
|
79536
79557
|
properties: {
|
|
79537
79558
|
device_id: {
|
|
79559
|
+
format: string;
|
|
79538
79560
|
type: string;
|
|
79539
79561
|
};
|
|
79540
79562
|
device_type: {
|
package/dist/index.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"
|