@seamapi/types 1.141.0 → 1.142.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 +100 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +81 -12
- package/dist/devicedb.d.cts +16 -16
- package/lib/seam/connect/openapi.d.ts +73 -12
- package/lib/seam/connect/openapi.js +100 -3
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +8 -0
- package/lib/seam/connect/unstable/models/devices/managed-device.d.ts +6 -6
- package/lib/seam/connect/unstable/models/devices/phone.d.ts +3 -3
- package/lib/seam/connect/unstable/models/devices/unmanaged-device.d.ts +3 -3
- package/lib/seam/devicedb/models/device-capability.d.ts +3 -3
- package/lib/seam/devicedb/models/device-model.d.ts +6 -6
- package/lib/seam/devicedb/route-specs.d.ts +10 -10
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +100 -3
- package/src/lib/seam/connect/route-types.ts +64 -0
package/dist/connect.cjs
CHANGED
|
@@ -6504,9 +6504,10 @@ var openapi_default = {
|
|
|
6504
6504
|
401: { description: "Unauthorized" }
|
|
6505
6505
|
},
|
|
6506
6506
|
security: [
|
|
6507
|
-
{
|
|
6508
|
-
{
|
|
6509
|
-
{
|
|
6507
|
+
{ client_session: [] },
|
|
6508
|
+
{ pat_with_workspace: [] },
|
|
6509
|
+
{ console_session: [] },
|
|
6510
|
+
{ api_key: [] }
|
|
6510
6511
|
],
|
|
6511
6512
|
summary: "/action_attempts/get",
|
|
6512
6513
|
tags: ["/action_attempts"],
|
|
@@ -7864,6 +7865,30 @@ var openapi_default = {
|
|
|
7864
7865
|
},
|
|
7865
7866
|
type: "array"
|
|
7866
7867
|
},
|
|
7868
|
+
exclude_if: {
|
|
7869
|
+
items: {
|
|
7870
|
+
enum: [
|
|
7871
|
+
"can_remotely_unlock",
|
|
7872
|
+
"can_remotely_lock",
|
|
7873
|
+
"can_program_online_access_codes",
|
|
7874
|
+
"can_simulate_removal"
|
|
7875
|
+
],
|
|
7876
|
+
type: "string"
|
|
7877
|
+
},
|
|
7878
|
+
type: "array"
|
|
7879
|
+
},
|
|
7880
|
+
include_if: {
|
|
7881
|
+
items: {
|
|
7882
|
+
enum: [
|
|
7883
|
+
"can_remotely_unlock",
|
|
7884
|
+
"can_remotely_lock",
|
|
7885
|
+
"can_program_online_access_codes",
|
|
7886
|
+
"can_simulate_removal"
|
|
7887
|
+
],
|
|
7888
|
+
type: "string"
|
|
7889
|
+
},
|
|
7890
|
+
type: "array"
|
|
7891
|
+
},
|
|
7867
7892
|
limit: { default: 500, nullable: true, type: "number" },
|
|
7868
7893
|
manufacturer: {
|
|
7869
7894
|
enum: [
|
|
@@ -8231,6 +8256,30 @@ var openapi_default = {
|
|
|
8231
8256
|
},
|
|
8232
8257
|
type: "array"
|
|
8233
8258
|
},
|
|
8259
|
+
exclude_if: {
|
|
8260
|
+
items: {
|
|
8261
|
+
enum: [
|
|
8262
|
+
"can_remotely_unlock",
|
|
8263
|
+
"can_remotely_lock",
|
|
8264
|
+
"can_program_online_access_codes",
|
|
8265
|
+
"can_simulate_removal"
|
|
8266
|
+
],
|
|
8267
|
+
type: "string"
|
|
8268
|
+
},
|
|
8269
|
+
type: "array"
|
|
8270
|
+
},
|
|
8271
|
+
include_if: {
|
|
8272
|
+
items: {
|
|
8273
|
+
enum: [
|
|
8274
|
+
"can_remotely_unlock",
|
|
8275
|
+
"can_remotely_lock",
|
|
8276
|
+
"can_program_online_access_codes",
|
|
8277
|
+
"can_simulate_removal"
|
|
8278
|
+
],
|
|
8279
|
+
type: "string"
|
|
8280
|
+
},
|
|
8281
|
+
type: "array"
|
|
8282
|
+
},
|
|
8234
8283
|
limit: { default: 500, nullable: true, type: "number" },
|
|
8235
8284
|
manufacturer: {
|
|
8236
8285
|
enum: [
|
|
@@ -9168,6 +9217,30 @@ var openapi_default = {
|
|
|
9168
9217
|
},
|
|
9169
9218
|
type: "array"
|
|
9170
9219
|
},
|
|
9220
|
+
exclude_if: {
|
|
9221
|
+
items: {
|
|
9222
|
+
enum: [
|
|
9223
|
+
"can_remotely_unlock",
|
|
9224
|
+
"can_remotely_lock",
|
|
9225
|
+
"can_program_online_access_codes",
|
|
9226
|
+
"can_simulate_removal"
|
|
9227
|
+
],
|
|
9228
|
+
type: "string"
|
|
9229
|
+
},
|
|
9230
|
+
type: "array"
|
|
9231
|
+
},
|
|
9232
|
+
include_if: {
|
|
9233
|
+
items: {
|
|
9234
|
+
enum: [
|
|
9235
|
+
"can_remotely_unlock",
|
|
9236
|
+
"can_remotely_lock",
|
|
9237
|
+
"can_program_online_access_codes",
|
|
9238
|
+
"can_simulate_removal"
|
|
9239
|
+
],
|
|
9240
|
+
type: "string"
|
|
9241
|
+
},
|
|
9242
|
+
type: "array"
|
|
9243
|
+
},
|
|
9171
9244
|
limit: { default: 500, nullable: true, type: "number" },
|
|
9172
9245
|
manufacturer: {
|
|
9173
9246
|
enum: [
|
|
@@ -10878,6 +10951,30 @@ var openapi_default = {
|
|
|
10878
10951
|
},
|
|
10879
10952
|
type: "array"
|
|
10880
10953
|
},
|
|
10954
|
+
exclude_if: {
|
|
10955
|
+
items: {
|
|
10956
|
+
enum: [
|
|
10957
|
+
"can_remotely_unlock",
|
|
10958
|
+
"can_remotely_lock",
|
|
10959
|
+
"can_program_online_access_codes",
|
|
10960
|
+
"can_simulate_removal"
|
|
10961
|
+
],
|
|
10962
|
+
type: "string"
|
|
10963
|
+
},
|
|
10964
|
+
type: "array"
|
|
10965
|
+
},
|
|
10966
|
+
include_if: {
|
|
10967
|
+
items: {
|
|
10968
|
+
enum: [
|
|
10969
|
+
"can_remotely_unlock",
|
|
10970
|
+
"can_remotely_lock",
|
|
10971
|
+
"can_program_online_access_codes",
|
|
10972
|
+
"can_simulate_removal"
|
|
10973
|
+
],
|
|
10974
|
+
type: "string"
|
|
10975
|
+
},
|
|
10976
|
+
type: "array"
|
|
10977
|
+
},
|
|
10881
10978
|
limit: { default: 500, nullable: true, type: "number" },
|
|
10882
10979
|
manufacturer: {
|
|
10883
10980
|
enum: [
|