@seamapi/types 1.765.0 → 1.766.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 +16 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +20 -0
- package/dist/index.cjs +16 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/customer/customer-portal.d.ts +14 -0
- package/lib/seam/connect/models/customer/customer-portal.js +5 -0
- package/lib/seam/connect/models/customer/customer-portal.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +16 -0
- package/lib/seam/connect/openapi.js +16 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +4 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/customer/customer-portal.ts +7 -0
- package/src/lib/seam/connect/openapi.ts +19 -0
- package/src/lib/seam/connect/route-types.ts +4 -0
package/dist/connect.cjs
CHANGED
|
@@ -51504,6 +51504,7 @@ var openapi_default = {
|
|
|
51504
51504
|
manage: {
|
|
51505
51505
|
exclude: false,
|
|
51506
51506
|
exclude_reservation_management: false,
|
|
51507
|
+
exclude_reservation_technical_details: false,
|
|
51507
51508
|
exclude_staff_management: false
|
|
51508
51509
|
},
|
|
51509
51510
|
manage_devices: { exclude: false },
|
|
@@ -51647,6 +51648,11 @@ var openapi_default = {
|
|
|
51647
51648
|
description: "Indicates whether the customer can manage reservations for their properties.",
|
|
51648
51649
|
type: "boolean"
|
|
51649
51650
|
},
|
|
51651
|
+
exclude_reservation_technical_details: {
|
|
51652
|
+
default: false,
|
|
51653
|
+
description: "Indicates whether to exclude technical details from reservation views.",
|
|
51654
|
+
type: "boolean"
|
|
51655
|
+
},
|
|
51650
51656
|
exclude_staff_management: {
|
|
51651
51657
|
default: false,
|
|
51652
51658
|
description: "Indicates whether the customer can manage staff for their properties.",
|
|
@@ -67362,6 +67368,11 @@ var openapi_default = {
|
|
|
67362
67368
|
description: "Indicates whether the customer can manage reservations for their properties.",
|
|
67363
67369
|
type: "boolean"
|
|
67364
67370
|
},
|
|
67371
|
+
exclude_reservation_technical_details: {
|
|
67372
|
+
default: false,
|
|
67373
|
+
description: "Indicates whether to exclude technical details from reservation views.",
|
|
67374
|
+
type: "boolean"
|
|
67375
|
+
},
|
|
67365
67376
|
exclude_staff_management: {
|
|
67366
67377
|
default: false,
|
|
67367
67378
|
description: "Indicates whether the customer can manage staff for their properties.",
|
|
@@ -67730,6 +67741,11 @@ var openapi_default = {
|
|
|
67730
67741
|
description: "Indicates whether the customer can manage reservations for their properties.",
|
|
67731
67742
|
type: "boolean"
|
|
67732
67743
|
},
|
|
67744
|
+
exclude_reservation_technical_details: {
|
|
67745
|
+
default: false,
|
|
67746
|
+
description: "Indicates whether to exclude technical details from reservation views.",
|
|
67747
|
+
type: "boolean"
|
|
67748
|
+
},
|
|
67733
67749
|
exclude_staff_management: {
|
|
67734
67750
|
default: false,
|
|
67735
67751
|
description: "Indicates whether the customer can manage staff for their properties.",
|