@seamapi/types 1.45.0 → 1.46.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
@@ -147,14 +147,14 @@ var openapi_default = {
147
147
  connected_account_ids: { items: { type: "string" }, type: "array" },
148
148
  created_at: { format: "date-time", type: "string" },
149
149
  external_type: {
150
- enum: ["pti_site", "alta_org", "brivo_system"],
150
+ enum: ["pti_site", "alta_org", "salto_site", "brivo_system"],
151
151
  type: "string"
152
152
  },
153
153
  external_type_display_name: { type: "string" },
154
154
  name: { type: "string" },
155
155
  system_type: {
156
156
  description: "deprecated: use external_type",
157
- enum: ["pti_site", "alta_org", "brivo_system"],
157
+ enum: ["pti_site", "alta_org", "salto_site", "brivo_system"],
158
158
  type: "string"
159
159
  },
160
160
  system_type_display_name: {