@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.d.cts
CHANGED
|
@@ -101008,6 +101008,7 @@ declare const _default: {
|
|
|
101008
101008
|
manage: {
|
|
101009
101009
|
exclude: boolean;
|
|
101010
101010
|
exclude_reservation_management: boolean;
|
|
101011
|
+
exclude_reservation_technical_details: boolean;
|
|
101011
101012
|
exclude_staff_management: boolean;
|
|
101012
101013
|
};
|
|
101013
101014
|
manage_devices: {
|
|
@@ -101167,6 +101168,11 @@ declare const _default: {
|
|
|
101167
101168
|
description: string;
|
|
101168
101169
|
type: string;
|
|
101169
101170
|
};
|
|
101171
|
+
exclude_reservation_technical_details: {
|
|
101172
|
+
default: boolean;
|
|
101173
|
+
description: string;
|
|
101174
|
+
type: string;
|
|
101175
|
+
};
|
|
101170
101176
|
exclude_staff_management: {
|
|
101171
101177
|
default: boolean;
|
|
101172
101178
|
description: string;
|
|
@@ -116826,6 +116832,11 @@ declare const _default: {
|
|
|
116826
116832
|
description: string;
|
|
116827
116833
|
type: string;
|
|
116828
116834
|
};
|
|
116835
|
+
exclude_reservation_technical_details: {
|
|
116836
|
+
default: boolean;
|
|
116837
|
+
description: string;
|
|
116838
|
+
type: string;
|
|
116839
|
+
};
|
|
116829
116840
|
exclude_staff_management: {
|
|
116830
116841
|
default: boolean;
|
|
116831
116842
|
description: string;
|
|
@@ -117308,6 +117319,11 @@ declare const _default: {
|
|
|
117308
117319
|
description: string;
|
|
117309
117320
|
type: string;
|
|
117310
117321
|
};
|
|
117322
|
+
exclude_reservation_technical_details: {
|
|
117323
|
+
default: boolean;
|
|
117324
|
+
description: string;
|
|
117325
|
+
type: string;
|
|
117326
|
+
};
|
|
117311
117327
|
exclude_staff_management: {
|
|
117312
117328
|
default: boolean;
|
|
117313
117329
|
description: string;
|
|
@@ -163398,6 +163414,8 @@ type Routes = {
|
|
|
163398
163414
|
exclude?: boolean;
|
|
163399
163415
|
/** Indicates whether the customer can manage reservations for their properties. */
|
|
163400
163416
|
exclude_reservation_management?: boolean;
|
|
163417
|
+
/** Indicates whether to exclude technical details from reservation views. */
|
|
163418
|
+
exclude_reservation_technical_details?: boolean;
|
|
163401
163419
|
/** Indicates whether the customer can manage staff for their properties. */
|
|
163402
163420
|
exclude_staff_management?: boolean;
|
|
163403
163421
|
/** Configuration for event type filtering in the manage feature. */
|
|
@@ -196525,6 +196543,8 @@ type Routes = {
|
|
|
196525
196543
|
exclude?: boolean;
|
|
196526
196544
|
/** Indicates whether the customer can manage reservations for their properties. */
|
|
196527
196545
|
exclude_reservation_management?: boolean;
|
|
196546
|
+
/** Indicates whether to exclude technical details from reservation views. */
|
|
196547
|
+
exclude_reservation_technical_details?: boolean;
|
|
196528
196548
|
/** Indicates whether the customer can manage staff for their properties. */
|
|
196529
196549
|
exclude_staff_management?: boolean;
|
|
196530
196550
|
/** Configuration for event type filtering in the manage feature. */
|
package/dist/index.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.",
|