@seamapi/types 1.197.0 → 1.198.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
@@ -8206,7 +8206,9 @@ var openapi_default = {
8206
8206
  },
8207
8207
  {
8208
8208
  properties: {
8209
- is_multi_phone_sync_credential: { type: "boolean" }
8209
+ created_before: { format: "date-time", type: "string" },
8210
+ is_multi_phone_sync_credential: { type: "boolean" },
8211
+ limit: { default: 500, format: "float", type: "number" }
8210
8212
  },
8211
8213
  type: "object"
8212
8214
  }