@seamapi/types 1.677.0 → 1.679.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 +37 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +54 -0
- package/dist/index.cjs +37 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/customer/customer-portal.d.ts +8 -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 +44 -0
- package/lib/seam/connect/openapi.js +37 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +10 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/customer/customer-portal.ts +10 -0
- package/src/lib/seam/connect/openapi.ts +40 -0
- package/src/lib/seam/connect/route-types.ts +16 -0
package/dist/connect.d.cts
CHANGED
|
@@ -86112,6 +86112,15 @@ declare const _default: {
|
|
|
86112
86112
|
enum: string[];
|
|
86113
86113
|
type: string;
|
|
86114
86114
|
};
|
|
86115
|
+
property_listing_filter: {
|
|
86116
|
+
additionalProperties: {
|
|
86117
|
+
oneOf: {
|
|
86118
|
+
type: string;
|
|
86119
|
+
}[];
|
|
86120
|
+
};
|
|
86121
|
+
description: string;
|
|
86122
|
+
type: string;
|
|
86123
|
+
};
|
|
86115
86124
|
customer_data?: never;
|
|
86116
86125
|
};
|
|
86117
86126
|
type: string;
|
|
@@ -86912,6 +86921,7 @@ declare const _default: {
|
|
|
86912
86921
|
is_embedded?: never;
|
|
86913
86922
|
landing_page?: never;
|
|
86914
86923
|
locale?: never;
|
|
86924
|
+
property_listing_filter?: never;
|
|
86915
86925
|
};
|
|
86916
86926
|
type: string;
|
|
86917
86927
|
default?: never;
|
|
@@ -96389,6 +96399,10 @@ declare const _default: {
|
|
|
96389
96399
|
occupied_preset_key: {
|
|
96390
96400
|
type: string;
|
|
96391
96401
|
};
|
|
96402
|
+
precondition_minutes_before_reservation: {
|
|
96403
|
+
format: string;
|
|
96404
|
+
type: string;
|
|
96405
|
+
};
|
|
96392
96406
|
unoccupied_preset_key: {
|
|
96393
96407
|
type: string;
|
|
96394
96408
|
};
|
|
@@ -96663,6 +96677,10 @@ declare const _default: {
|
|
|
96663
96677
|
occupied_preset_key: {
|
|
96664
96678
|
type: string;
|
|
96665
96679
|
};
|
|
96680
|
+
precondition_minutes_before_reservation: {
|
|
96681
|
+
format: string;
|
|
96682
|
+
type: string;
|
|
96683
|
+
};
|
|
96666
96684
|
unoccupied_preset_key: {
|
|
96667
96685
|
type: string;
|
|
96668
96686
|
};
|
|
@@ -96947,6 +96965,10 @@ declare const _default: {
|
|
|
96947
96965
|
occupied_preset_key: {
|
|
96948
96966
|
type: string;
|
|
96949
96967
|
};
|
|
96968
|
+
precondition_minutes_before_reservation: {
|
|
96969
|
+
format: string;
|
|
96970
|
+
type: string;
|
|
96971
|
+
};
|
|
96950
96972
|
unoccupied_preset_key: {
|
|
96951
96973
|
type: string;
|
|
96952
96974
|
};
|
|
@@ -97242,6 +97264,10 @@ declare const _default: {
|
|
|
97242
97264
|
occupied_preset_key: {
|
|
97243
97265
|
type: string;
|
|
97244
97266
|
};
|
|
97267
|
+
precondition_minutes_before_reservation: {
|
|
97268
|
+
format: string;
|
|
97269
|
+
type: string;
|
|
97270
|
+
};
|
|
97245
97271
|
unoccupied_preset_key: {
|
|
97246
97272
|
type: string;
|
|
97247
97273
|
};
|
|
@@ -98960,6 +98986,15 @@ declare const _default: {
|
|
|
98960
98986
|
enum: string[];
|
|
98961
98987
|
type: string;
|
|
98962
98988
|
};
|
|
98989
|
+
property_listing_filter: {
|
|
98990
|
+
additionalProperties: {
|
|
98991
|
+
oneOf: {
|
|
98992
|
+
type: string;
|
|
98993
|
+
}[];
|
|
98994
|
+
};
|
|
98995
|
+
description: string;
|
|
98996
|
+
type: string;
|
|
98997
|
+
};
|
|
98963
98998
|
};
|
|
98964
98999
|
type: string;
|
|
98965
99000
|
};
|
|
@@ -99371,6 +99406,15 @@ declare const _default: {
|
|
|
99371
99406
|
enum: string[];
|
|
99372
99407
|
type: string;
|
|
99373
99408
|
};
|
|
99409
|
+
property_listing_filter: {
|
|
99410
|
+
additionalProperties: {
|
|
99411
|
+
oneOf: {
|
|
99412
|
+
type: string;
|
|
99413
|
+
}[];
|
|
99414
|
+
};
|
|
99415
|
+
description: string;
|
|
99416
|
+
type: string;
|
|
99417
|
+
};
|
|
99374
99418
|
};
|
|
99375
99419
|
type: string;
|
|
99376
99420
|
};
|
|
@@ -140408,6 +140452,10 @@ type Routes = {
|
|
|
140408
140452
|
locale?: ('en-US' | 'pt-PT' | 'fr-FR' | 'it-IT' | 'es-ES') | undefined;
|
|
140409
140453
|
/** The ID of the customization profile to use for the portal. */
|
|
140410
140454
|
customization_profile_id?: string | undefined;
|
|
140455
|
+
/** Filter configuration for property listings based on their custom_metadata. Keys and values must match the custom_metadata stored on property listings. */
|
|
140456
|
+
property_listing_filter?: {
|
|
140457
|
+
[x: string]: string | boolean;
|
|
140458
|
+
} | undefined;
|
|
140411
140459
|
} & {
|
|
140412
140460
|
customer_data?: {
|
|
140413
140461
|
/** Your unique identifier for the customer. */
|
|
@@ -166099,6 +166147,7 @@ type Routes = {
|
|
|
166099
166147
|
is_override_allowed: boolean;
|
|
166100
166148
|
max_override_period_minutes: number;
|
|
166101
166149
|
} | undefined;
|
|
166150
|
+
precondition_minutes_before_reservation?: number | undefined;
|
|
166102
166151
|
} | undefined;
|
|
166103
166152
|
reservation_time_updated?: {} | undefined;
|
|
166104
166153
|
reservation_deleted?: {} | undefined;
|
|
@@ -166176,6 +166225,7 @@ type Routes = {
|
|
|
166176
166225
|
is_override_allowed: boolean;
|
|
166177
166226
|
max_override_period_minutes: number;
|
|
166178
166227
|
} | undefined;
|
|
166228
|
+
precondition_minutes_before_reservation?: number | undefined;
|
|
166179
166229
|
} | undefined;
|
|
166180
166230
|
reservation_time_updated?: {} | undefined;
|
|
166181
166231
|
reservation_deleted?: {} | undefined;
|
|
@@ -168437,6 +168487,10 @@ type Routes = {
|
|
|
168437
168487
|
locale?: ('en-US' | 'pt-PT' | 'fr-FR' | 'it-IT' | 'es-ES') | undefined;
|
|
168438
168488
|
/** The ID of the customization profile to use for the portal. */
|
|
168439
168489
|
customization_profile_id?: string | undefined;
|
|
168490
|
+
/** Filter configuration for property listings based on their custom_metadata. Keys and values must match the custom_metadata stored on property listings. */
|
|
168491
|
+
property_listing_filter?: {
|
|
168492
|
+
[x: string]: string | boolean;
|
|
168493
|
+
} | undefined;
|
|
168440
168494
|
/** Business vertical of the customer portal. */
|
|
168441
168495
|
business_vertical?: ('short_term_rental' | 'hospitality' | 'multi_family' | 'gym_management' | 'property_tours') | undefined;
|
|
168442
168496
|
};
|
package/dist/index.cjs
CHANGED
|
@@ -43911,6 +43911,13 @@ var openapi_default = {
|
|
|
43911
43911
|
description: "The locale to use for the portal.",
|
|
43912
43912
|
enum: ["en-US", "pt-PT", "fr-FR", "it-IT", "es-ES"],
|
|
43913
43913
|
type: "string"
|
|
43914
|
+
},
|
|
43915
|
+
property_listing_filter: {
|
|
43916
|
+
additionalProperties: {
|
|
43917
|
+
oneOf: [{ type: "string" }, { type: "boolean" }]
|
|
43918
|
+
},
|
|
43919
|
+
description: "Filter configuration for property listings based on their custom_metadata. Keys and values must match the custom_metadata stored on property listings.",
|
|
43920
|
+
type: "object"
|
|
43914
43921
|
}
|
|
43915
43922
|
},
|
|
43916
43923
|
type: "object"
|
|
@@ -53956,6 +53963,10 @@ var openapi_default = {
|
|
|
53956
53963
|
type: "object"
|
|
53957
53964
|
},
|
|
53958
53965
|
occupied_preset_key: { type: "string" },
|
|
53966
|
+
precondition_minutes_before_reservation: {
|
|
53967
|
+
format: "float",
|
|
53968
|
+
type: "number"
|
|
53969
|
+
},
|
|
53959
53970
|
unoccupied_preset_key: { type: "string" }
|
|
53960
53971
|
},
|
|
53961
53972
|
type: "object"
|
|
@@ -54225,6 +54236,10 @@ var openapi_default = {
|
|
|
54225
54236
|
type: "object"
|
|
54226
54237
|
},
|
|
54227
54238
|
occupied_preset_key: { type: "string" },
|
|
54239
|
+
precondition_minutes_before_reservation: {
|
|
54240
|
+
format: "float",
|
|
54241
|
+
type: "number"
|
|
54242
|
+
},
|
|
54228
54243
|
unoccupied_preset_key: { type: "string" }
|
|
54229
54244
|
},
|
|
54230
54245
|
type: "object"
|
|
@@ -54483,6 +54498,10 @@ var openapi_default = {
|
|
|
54483
54498
|
type: "object"
|
|
54484
54499
|
},
|
|
54485
54500
|
occupied_preset_key: { type: "string" },
|
|
54501
|
+
precondition_minutes_before_reservation: {
|
|
54502
|
+
format: "float",
|
|
54503
|
+
type: "number"
|
|
54504
|
+
},
|
|
54486
54505
|
unoccupied_preset_key: { type: "string" }
|
|
54487
54506
|
},
|
|
54488
54507
|
type: "object"
|
|
@@ -54750,6 +54769,10 @@ var openapi_default = {
|
|
|
54750
54769
|
type: "object"
|
|
54751
54770
|
},
|
|
54752
54771
|
occupied_preset_key: { type: "string" },
|
|
54772
|
+
precondition_minutes_before_reservation: {
|
|
54773
|
+
format: "float",
|
|
54774
|
+
type: "number"
|
|
54775
|
+
},
|
|
54753
54776
|
unoccupied_preset_key: { type: "string" }
|
|
54754
54777
|
},
|
|
54755
54778
|
type: "object"
|
|
@@ -56456,6 +56479,13 @@ var openapi_default = {
|
|
|
56456
56479
|
description: "The locale to use for the portal.",
|
|
56457
56480
|
enum: ["en-US", "pt-PT", "fr-FR", "it-IT", "es-ES"],
|
|
56458
56481
|
type: "string"
|
|
56482
|
+
},
|
|
56483
|
+
property_listing_filter: {
|
|
56484
|
+
additionalProperties: {
|
|
56485
|
+
oneOf: [{ type: "string" }, { type: "boolean" }]
|
|
56486
|
+
},
|
|
56487
|
+
description: "Filter configuration for property listings based on their custom_metadata. Keys and values must match the custom_metadata stored on property listings.",
|
|
56488
|
+
type: "object"
|
|
56459
56489
|
}
|
|
56460
56490
|
},
|
|
56461
56491
|
type: "object"
|
|
@@ -56757,6 +56787,13 @@ var openapi_default = {
|
|
|
56757
56787
|
description: "The locale to use for the portal.",
|
|
56758
56788
|
enum: ["en-US", "pt-PT", "fr-FR", "it-IT", "es-ES"],
|
|
56759
56789
|
type: "string"
|
|
56790
|
+
},
|
|
56791
|
+
property_listing_filter: {
|
|
56792
|
+
additionalProperties: {
|
|
56793
|
+
oneOf: [{ type: "string" }, { type: "boolean" }]
|
|
56794
|
+
},
|
|
56795
|
+
description: "Filter configuration for property listings based on their custom_metadata. Keys and values must match the custom_metadata stored on property listings.",
|
|
56796
|
+
type: "object"
|
|
56760
56797
|
}
|
|
56761
56798
|
},
|
|
56762
56799
|
type: "object"
|