@seamapi/types 1.865.0 → 1.867.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 +31 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +16 -5
- package/dist/index.cjs +31 -1
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/devices/device-provider.d.ts +2 -1
- package/lib/seam/connect/models/devices/device-provider.js +2 -1
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/openapi.js +29 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +15 -5
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-provider.ts +2 -1
- package/src/lib/seam/connect/openapi.ts +33 -0
- package/src/lib/seam/connect/route-types.ts +19 -0
package/dist/connect.cjs
CHANGED
|
@@ -2029,6 +2029,7 @@ var DEVICE_PROVIDERS = {
|
|
|
2029
2029
|
ICAL: "ical",
|
|
2030
2030
|
LODGIFY: "lodgify",
|
|
2031
2031
|
HOSTAWAY: "hostaway",
|
|
2032
|
+
GUESTY: "guesty",
|
|
2032
2033
|
ACUITY_SCHEDULING: "acuity_scheduling",
|
|
2033
2034
|
OMNITEC: "omnitec"
|
|
2034
2035
|
};
|
|
@@ -2106,7 +2107,7 @@ var PROVIDER_CATEGORY_MAP = {
|
|
|
2106
2107
|
"hotek"
|
|
2107
2108
|
],
|
|
2108
2109
|
cameras: ["ring"],
|
|
2109
|
-
connectors: ["ical", "lodgify", "hostaway", "acuity_scheduling"],
|
|
2110
|
+
connectors: ["ical", "lodgify", "hostaway", "guesty", "acuity_scheduling"],
|
|
2110
2111
|
internal_beta: ALL_DEVICE_PROVIDERS
|
|
2111
2112
|
};
|
|
2112
2113
|
var PROVIDER_CATEGORIES = Object.keys(PROVIDER_CATEGORY_MAP);
|
|
@@ -21685,6 +21686,7 @@ var openapi = {
|
|
|
21685
21686
|
"ical",
|
|
21686
21687
|
"lodgify",
|
|
21687
21688
|
"hostaway",
|
|
21689
|
+
"guesty",
|
|
21688
21690
|
"acuity_scheduling",
|
|
21689
21691
|
"omnitec"
|
|
21690
21692
|
],
|
|
@@ -48342,6 +48344,17 @@ var openapi = {
|
|
|
48342
48344
|
description: "ID of the encoder to use for the scan.",
|
|
48343
48345
|
format: "uuid",
|
|
48344
48346
|
type: "string"
|
|
48347
|
+
},
|
|
48348
|
+
salto_ks_metadata: {
|
|
48349
|
+
description: "Salto KS-specific metadata for the scan action.",
|
|
48350
|
+
properties: {
|
|
48351
|
+
detect_new_tags: {
|
|
48352
|
+
default: false,
|
|
48353
|
+
description: "When true, activates tag registration mode on the encoder to detect new, unregistered tags. When false, only detects existing tags already registered in the system. Defaults to false.",
|
|
48354
|
+
type: "boolean"
|
|
48355
|
+
}
|
|
48356
|
+
},
|
|
48357
|
+
type: "object"
|
|
48345
48358
|
}
|
|
48346
48359
|
},
|
|
48347
48360
|
required: ["acs_encoder_id"],
|
|
@@ -48405,6 +48418,17 @@ var openapi = {
|
|
|
48405
48418
|
format: "uuid",
|
|
48406
48419
|
type: "string"
|
|
48407
48420
|
},
|
|
48421
|
+
salto_ks_metadata: {
|
|
48422
|
+
description: "Salto KS-specific metadata for the scan action.",
|
|
48423
|
+
properties: {
|
|
48424
|
+
detect_new_tags: {
|
|
48425
|
+
default: false,
|
|
48426
|
+
description: "When true, activates tag registration mode on the encoder to detect new, unregistered tags. When false, only detects existing tags already registered in the system. Defaults to false.",
|
|
48427
|
+
type: "boolean"
|
|
48428
|
+
}
|
|
48429
|
+
},
|
|
48430
|
+
type: "object"
|
|
48431
|
+
},
|
|
48408
48432
|
user_identity_id: {
|
|
48409
48433
|
description: "ID of the `user_identity` to assign the scanned credential to. If the ACS system contains an ACS user linked to this user identity, it is used. Otherwise, one is created.",
|
|
48410
48434
|
format: "uuid",
|
|
@@ -52873,6 +52897,7 @@ var openapi = {
|
|
|
52873
52897
|
"ical",
|
|
52874
52898
|
"lodgify",
|
|
52875
52899
|
"hostaway",
|
|
52900
|
+
"guesty",
|
|
52876
52901
|
"acuity_scheduling",
|
|
52877
52902
|
"omnitec",
|
|
52878
52903
|
"yale_access",
|
|
@@ -56866,6 +56891,7 @@ var openapi = {
|
|
|
56866
56891
|
"ical",
|
|
56867
56892
|
"lodgify",
|
|
56868
56893
|
"hostaway",
|
|
56894
|
+
"guesty",
|
|
56869
56895
|
"acuity_scheduling",
|
|
56870
56896
|
"omnitec"
|
|
56871
56897
|
],
|
|
@@ -57363,6 +57389,7 @@ var openapi = {
|
|
|
57363
57389
|
"ical",
|
|
57364
57390
|
"lodgify",
|
|
57365
57391
|
"hostaway",
|
|
57392
|
+
"guesty",
|
|
57366
57393
|
"acuity_scheduling",
|
|
57367
57394
|
"omnitec"
|
|
57368
57395
|
],
|
|
@@ -59611,6 +59638,7 @@ var openapi = {
|
|
|
59611
59638
|
"ical",
|
|
59612
59639
|
"lodgify",
|
|
59613
59640
|
"hostaway",
|
|
59641
|
+
"guesty",
|
|
59614
59642
|
"acuity_scheduling",
|
|
59615
59643
|
"omnitec"
|
|
59616
59644
|
],
|
|
@@ -60107,6 +60135,7 @@ var openapi = {
|
|
|
60107
60135
|
"ical",
|
|
60108
60136
|
"lodgify",
|
|
60109
60137
|
"hostaway",
|
|
60138
|
+
"guesty",
|
|
60110
60139
|
"acuity_scheduling",
|
|
60111
60140
|
"omnitec"
|
|
60112
60141
|
],
|
|
@@ -68486,6 +68515,7 @@ var openapi = {
|
|
|
68486
68515
|
"ical",
|
|
68487
68516
|
"lodgify",
|
|
68488
68517
|
"hostaway",
|
|
68518
|
+
"guesty",
|
|
68489
68519
|
"acuity_scheduling"
|
|
68490
68520
|
],
|
|
68491
68521
|
type: "string"
|