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