@seamapi/types 1.753.0 → 1.755.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 +26 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +76 -48
- package/dist/index.cjs +26 -3
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +14 -14
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.js +1 -0
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +26 -26
- package/lib/seam/connect/openapi.d.ts +24 -0
- package/lib/seam/connect/openapi.js +24 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +12 -8
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/unmanaged-access-code.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +24 -1
- package/src/lib/seam/connect/route-types.ts +84 -72
package/dist/connect.cjs
CHANGED
|
@@ -2469,7 +2469,7 @@ var unmanaged_access_code = access_code.pick({
|
|
|
2469
2469
|
status: zod.z.enum(["set"]).describe(
|
|
2470
2470
|
"Current status of the access code within the operational lifecycle. `set` indicates that the code is active and operational."
|
|
2471
2471
|
),
|
|
2472
|
-
dormakaba_oracode_metadata: dormakaba_oracode_access_code_metadata.nullable().describe(
|
|
2472
|
+
dormakaba_oracode_metadata: dormakaba_oracode_access_code_metadata.nullable().optional().describe(
|
|
2473
2473
|
"Metadata for a dormakaba Oracode unmanaged access code. Only present for unmanaged access codes from dormakaba Oracode devices."
|
|
2474
2474
|
)
|
|
2475
2475
|
}).describe(`
|
|
@@ -30864,8 +30864,7 @@ var openapi_default = {
|
|
|
30864
30864
|
"errors",
|
|
30865
30865
|
"warnings",
|
|
30866
30866
|
"is_managed",
|
|
30867
|
-
"status"
|
|
30868
|
-
"dormakaba_oracode_metadata"
|
|
30867
|
+
"status"
|
|
30869
30868
|
],
|
|
30870
30869
|
type: "object",
|
|
30871
30870
|
"x-route-path": "/access_codes/unmanaged"
|
|
@@ -62819,6 +62818,9 @@ var openapi_default = {
|
|
|
62819
62818
|
"all_available"
|
|
62820
62819
|
],
|
|
62821
62820
|
type: "string"
|
|
62821
|
+
},
|
|
62822
|
+
prefer_guest_phone_last4_as_code: {
|
|
62823
|
+
type: "boolean"
|
|
62822
62824
|
}
|
|
62823
62825
|
},
|
|
62824
62826
|
required: [
|
|
@@ -63115,6 +63117,9 @@ var openapi_default = {
|
|
|
63115
63117
|
"all_available"
|
|
63116
63118
|
],
|
|
63117
63119
|
type: "string"
|
|
63120
|
+
},
|
|
63121
|
+
prefer_guest_phone_last4_as_code: {
|
|
63122
|
+
type: "boolean"
|
|
63118
63123
|
}
|
|
63119
63124
|
},
|
|
63120
63125
|
required: [
|
|
@@ -63398,6 +63403,9 @@ var openapi_default = {
|
|
|
63398
63403
|
"all_available"
|
|
63399
63404
|
],
|
|
63400
63405
|
type: "string"
|
|
63406
|
+
},
|
|
63407
|
+
prefer_guest_phone_last4_as_code: {
|
|
63408
|
+
type: "boolean"
|
|
63401
63409
|
}
|
|
63402
63410
|
},
|
|
63403
63411
|
required: [
|
|
@@ -63681,6 +63689,9 @@ var openapi_default = {
|
|
|
63681
63689
|
"all_available"
|
|
63682
63690
|
],
|
|
63683
63691
|
type: "string"
|
|
63692
|
+
},
|
|
63693
|
+
prefer_guest_phone_last4_as_code: {
|
|
63694
|
+
type: "boolean"
|
|
63684
63695
|
}
|
|
63685
63696
|
},
|
|
63686
63697
|
required: [
|
|
@@ -64923,6 +64934,9 @@ var openapi_default = {
|
|
|
64923
64934
|
"all_available"
|
|
64924
64935
|
],
|
|
64925
64936
|
type: "string"
|
|
64937
|
+
},
|
|
64938
|
+
prefer_guest_phone_last4_as_code: {
|
|
64939
|
+
type: "boolean"
|
|
64926
64940
|
}
|
|
64927
64941
|
},
|
|
64928
64942
|
required: [
|
|
@@ -65219,6 +65233,9 @@ var openapi_default = {
|
|
|
65219
65233
|
"all_available"
|
|
65220
65234
|
],
|
|
65221
65235
|
type: "string"
|
|
65236
|
+
},
|
|
65237
|
+
prefer_guest_phone_last4_as_code: {
|
|
65238
|
+
type: "boolean"
|
|
65222
65239
|
}
|
|
65223
65240
|
},
|
|
65224
65241
|
required: [
|
|
@@ -65515,6 +65532,9 @@ var openapi_default = {
|
|
|
65515
65532
|
"all_available"
|
|
65516
65533
|
],
|
|
65517
65534
|
type: "string"
|
|
65535
|
+
},
|
|
65536
|
+
prefer_guest_phone_last4_as_code: {
|
|
65537
|
+
type: "boolean"
|
|
65518
65538
|
}
|
|
65519
65539
|
},
|
|
65520
65540
|
required: [
|
|
@@ -65799,6 +65819,9 @@ var openapi_default = {
|
|
|
65799
65819
|
"all_available"
|
|
65800
65820
|
],
|
|
65801
65821
|
type: "string"
|
|
65822
|
+
},
|
|
65823
|
+
prefer_guest_phone_last4_as_code: {
|
|
65824
|
+
type: "boolean"
|
|
65802
65825
|
}
|
|
65803
65826
|
},
|
|
65804
65827
|
required: [
|