@seamapi/types 1.519.0 → 1.520.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 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +36 -0
- package/dist/index.cjs +24 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/customer/access-grant-resources.d.ts +18 -0
- package/lib/seam/connect/models/customer/access-grant-resources.js +4 -0
- package/lib/seam/connect/models/customer/access-grant-resources.js.map +1 -1
- package/lib/seam/connect/models/customer/customer-data.d.ts +15 -0
- package/lib/seam/connect/openapi.d.ts +24 -0
- package/lib/seam/connect/openapi.js +24 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +12 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/customer/access-grant-resources.ts +6 -0
- package/src/lib/seam/connect/openapi.ts +30 -0
- package/src/lib/seam/connect/route-types.ts +12 -0
package/dist/connect.cjs
CHANGED
|
@@ -40570,6 +40570,10 @@ var openapi_default = {
|
|
|
40570
40570
|
description: "Your name for this access grant resource.",
|
|
40571
40571
|
type: "string"
|
|
40572
40572
|
},
|
|
40573
|
+
preferred_code: {
|
|
40574
|
+
description: "Preferred PIN code to use when creating access for this reservation.",
|
|
40575
|
+
type: "string"
|
|
40576
|
+
},
|
|
40573
40577
|
property_keys: {
|
|
40574
40578
|
description: "Property keys associated with the access grant.",
|
|
40575
40579
|
items: { type: "string" },
|
|
@@ -40656,6 +40660,10 @@ var openapi_default = {
|
|
|
40656
40660
|
description: "Your name for this access grant resource.",
|
|
40657
40661
|
type: "string"
|
|
40658
40662
|
},
|
|
40663
|
+
preferred_code: {
|
|
40664
|
+
description: "Preferred PIN code to use when creating access for this reservation.",
|
|
40665
|
+
type: "string"
|
|
40666
|
+
},
|
|
40659
40667
|
property_keys: {
|
|
40660
40668
|
description: "Property keys associated with the access grant.",
|
|
40661
40669
|
items: { type: "string" },
|
|
@@ -40876,6 +40884,10 @@ var openapi_default = {
|
|
|
40876
40884
|
description: "Your name for this access grant resource.",
|
|
40877
40885
|
type: "string"
|
|
40878
40886
|
},
|
|
40887
|
+
preferred_code: {
|
|
40888
|
+
description: "Preferred PIN code to use when creating access for this reservation.",
|
|
40889
|
+
type: "string"
|
|
40890
|
+
},
|
|
40879
40891
|
property_keys: {
|
|
40880
40892
|
description: "Property keys associated with the access grant.",
|
|
40881
40893
|
items: { type: "string" },
|
|
@@ -41493,6 +41505,10 @@ var openapi_default = {
|
|
|
41493
41505
|
description: "Your name for this access grant resource.",
|
|
41494
41506
|
type: "string"
|
|
41495
41507
|
},
|
|
41508
|
+
preferred_code: {
|
|
41509
|
+
description: "Preferred PIN code to use when creating access for this reservation.",
|
|
41510
|
+
type: "string"
|
|
41511
|
+
},
|
|
41496
41512
|
property_keys: {
|
|
41497
41513
|
description: "Property keys associated with the access grant.",
|
|
41498
41514
|
items: { type: "string" },
|
|
@@ -41579,6 +41595,10 @@ var openapi_default = {
|
|
|
41579
41595
|
description: "Your name for this access grant resource.",
|
|
41580
41596
|
type: "string"
|
|
41581
41597
|
},
|
|
41598
|
+
preferred_code: {
|
|
41599
|
+
description: "Preferred PIN code to use when creating access for this reservation.",
|
|
41600
|
+
type: "string"
|
|
41601
|
+
},
|
|
41582
41602
|
property_keys: {
|
|
41583
41603
|
description: "Property keys associated with the access grant.",
|
|
41584
41604
|
items: { type: "string" },
|
|
@@ -41799,6 +41819,10 @@ var openapi_default = {
|
|
|
41799
41819
|
description: "Your name for this access grant resource.",
|
|
41800
41820
|
type: "string"
|
|
41801
41821
|
},
|
|
41822
|
+
preferred_code: {
|
|
41823
|
+
description: "Preferred PIN code to use when creating access for this reservation.",
|
|
41824
|
+
type: "string"
|
|
41825
|
+
},
|
|
41802
41826
|
property_keys: {
|
|
41803
41827
|
description: "Property keys associated with the access grant.",
|
|
41804
41828
|
items: { type: "string" },
|