@seamapi/types 1.678.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 +21 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +36 -0
- package/dist/index.cjs +21 -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 +28 -0
- package/lib/seam/connect/openapi.js +21 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +8 -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 +24 -0
- package/src/lib/seam/connect/route-types.ts +12 -0
package/dist/connect.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"
|
|
@@ -56472,6 +56479,13 @@ var openapi_default = {
|
|
|
56472
56479
|
description: "The locale to use for the portal.",
|
|
56473
56480
|
enum: ["en-US", "pt-PT", "fr-FR", "it-IT", "es-ES"],
|
|
56474
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"
|
|
56475
56489
|
}
|
|
56476
56490
|
},
|
|
56477
56491
|
type: "object"
|
|
@@ -56773,6 +56787,13 @@ var openapi_default = {
|
|
|
56773
56787
|
description: "The locale to use for the portal.",
|
|
56774
56788
|
enum: ["en-US", "pt-PT", "fr-FR", "it-IT", "es-ES"],
|
|
56775
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"
|
|
56776
56797
|
}
|
|
56777
56798
|
},
|
|
56778
56799
|
type: "object"
|