@seamapi/types 1.754.0 → 1.756.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 +38 -5
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +48 -5
- package/dist/index.cjs +38 -5
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +41 -4
- package/lib/seam/connect/openapi.js +38 -5
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +7 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +39 -5
- package/src/lib/seam/connect/route-types.ts +7 -1
package/dist/connect.cjs
CHANGED
|
@@ -40956,17 +40956,24 @@ var openapi_default = {
|
|
|
40956
40956
|
{
|
|
40957
40957
|
in: "query",
|
|
40958
40958
|
name: "access_grant_id",
|
|
40959
|
-
required: true,
|
|
40960
40959
|
schema: {
|
|
40961
40960
|
description: "ID of Access Grant to list access methods for.",
|
|
40962
40961
|
format: "uuid",
|
|
40963
40962
|
type: "string"
|
|
40964
40963
|
}
|
|
40965
40964
|
},
|
|
40965
|
+
{
|
|
40966
|
+
in: "query",
|
|
40967
|
+
name: "access_grant_key",
|
|
40968
|
+
schema: {
|
|
40969
|
+
description: "Key of Access Grant to list access methods for.",
|
|
40970
|
+
minLength: 1,
|
|
40971
|
+
type: "string"
|
|
40972
|
+
}
|
|
40973
|
+
},
|
|
40966
40974
|
{
|
|
40967
40975
|
in: "query",
|
|
40968
40976
|
name: "device_id",
|
|
40969
|
-
required: false,
|
|
40970
40977
|
schema: {
|
|
40971
40978
|
description: "ID of the device for which you want to retrieve all access methods.",
|
|
40972
40979
|
format: "uuid",
|
|
@@ -40976,7 +40983,6 @@ var openapi_default = {
|
|
|
40976
40983
|
{
|
|
40977
40984
|
in: "query",
|
|
40978
40985
|
name: "acs_entrance_id",
|
|
40979
|
-
required: false,
|
|
40980
40986
|
schema: {
|
|
40981
40987
|
description: "ID of the entrance for which you want to retrieve all access methods.",
|
|
40982
40988
|
format: "uuid",
|
|
@@ -40986,7 +40992,6 @@ var openapi_default = {
|
|
|
40986
40992
|
{
|
|
40987
40993
|
in: "query",
|
|
40988
40994
|
name: "space_id",
|
|
40989
|
-
required: false,
|
|
40990
40995
|
schema: {
|
|
40991
40996
|
description: "ID of the space for which you want to retrieve all access methods.",
|
|
40992
40997
|
format: "uuid",
|
|
@@ -41044,6 +41049,11 @@ var openapi_default = {
|
|
|
41044
41049
|
format: "uuid",
|
|
41045
41050
|
type: "string"
|
|
41046
41051
|
},
|
|
41052
|
+
access_grant_key: {
|
|
41053
|
+
description: "Key of Access Grant to list access methods for.",
|
|
41054
|
+
minLength: 1,
|
|
41055
|
+
type: "string"
|
|
41056
|
+
},
|
|
41047
41057
|
acs_entrance_id: {
|
|
41048
41058
|
description: "ID of the entrance for which you want to retrieve all access methods.",
|
|
41049
41059
|
format: "uuid",
|
|
@@ -41060,7 +41070,6 @@ var openapi_default = {
|
|
|
41060
41070
|
type: "string"
|
|
41061
41071
|
}
|
|
41062
41072
|
},
|
|
41063
|
-
required: ["access_grant_id"],
|
|
41064
41073
|
type: "object"
|
|
41065
41074
|
}
|
|
41066
41075
|
}
|
|
@@ -62818,6 +62827,9 @@ var openapi_default = {
|
|
|
62818
62827
|
"all_available"
|
|
62819
62828
|
],
|
|
62820
62829
|
type: "string"
|
|
62830
|
+
},
|
|
62831
|
+
prefer_guest_phone_last4_as_code: {
|
|
62832
|
+
type: "boolean"
|
|
62821
62833
|
}
|
|
62822
62834
|
},
|
|
62823
62835
|
required: [
|
|
@@ -63114,6 +63126,9 @@ var openapi_default = {
|
|
|
63114
63126
|
"all_available"
|
|
63115
63127
|
],
|
|
63116
63128
|
type: "string"
|
|
63129
|
+
},
|
|
63130
|
+
prefer_guest_phone_last4_as_code: {
|
|
63131
|
+
type: "boolean"
|
|
63117
63132
|
}
|
|
63118
63133
|
},
|
|
63119
63134
|
required: [
|
|
@@ -63397,6 +63412,9 @@ var openapi_default = {
|
|
|
63397
63412
|
"all_available"
|
|
63398
63413
|
],
|
|
63399
63414
|
type: "string"
|
|
63415
|
+
},
|
|
63416
|
+
prefer_guest_phone_last4_as_code: {
|
|
63417
|
+
type: "boolean"
|
|
63400
63418
|
}
|
|
63401
63419
|
},
|
|
63402
63420
|
required: [
|
|
@@ -63680,6 +63698,9 @@ var openapi_default = {
|
|
|
63680
63698
|
"all_available"
|
|
63681
63699
|
],
|
|
63682
63700
|
type: "string"
|
|
63701
|
+
},
|
|
63702
|
+
prefer_guest_phone_last4_as_code: {
|
|
63703
|
+
type: "boolean"
|
|
63683
63704
|
}
|
|
63684
63705
|
},
|
|
63685
63706
|
required: [
|
|
@@ -64922,6 +64943,9 @@ var openapi_default = {
|
|
|
64922
64943
|
"all_available"
|
|
64923
64944
|
],
|
|
64924
64945
|
type: "string"
|
|
64946
|
+
},
|
|
64947
|
+
prefer_guest_phone_last4_as_code: {
|
|
64948
|
+
type: "boolean"
|
|
64925
64949
|
}
|
|
64926
64950
|
},
|
|
64927
64951
|
required: [
|
|
@@ -65218,6 +65242,9 @@ var openapi_default = {
|
|
|
65218
65242
|
"all_available"
|
|
65219
65243
|
],
|
|
65220
65244
|
type: "string"
|
|
65245
|
+
},
|
|
65246
|
+
prefer_guest_phone_last4_as_code: {
|
|
65247
|
+
type: "boolean"
|
|
65221
65248
|
}
|
|
65222
65249
|
},
|
|
65223
65250
|
required: [
|
|
@@ -65514,6 +65541,9 @@ var openapi_default = {
|
|
|
65514
65541
|
"all_available"
|
|
65515
65542
|
],
|
|
65516
65543
|
type: "string"
|
|
65544
|
+
},
|
|
65545
|
+
prefer_guest_phone_last4_as_code: {
|
|
65546
|
+
type: "boolean"
|
|
65517
65547
|
}
|
|
65518
65548
|
},
|
|
65519
65549
|
required: [
|
|
@@ -65798,6 +65828,9 @@ var openapi_default = {
|
|
|
65798
65828
|
"all_available"
|
|
65799
65829
|
],
|
|
65800
65830
|
type: "string"
|
|
65831
|
+
},
|
|
65832
|
+
prefer_guest_phone_last4_as_code: {
|
|
65833
|
+
type: "boolean"
|
|
65801
65834
|
}
|
|
65802
65835
|
},
|
|
65803
65836
|
required: [
|