@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 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"