@seamapi/types 1.38.1 → 1.38.2

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
@@ -3234,9 +3234,9 @@ var openapi_default = {
3234
3234
  "application/json": {
3235
3235
  schema: {
3236
3236
  properties: {
3237
- acs_credentials_id: { format: "uuid", type: "string" }
3237
+ acs_credential_id: { format: "uuid", type: "string" }
3238
3238
  },
3239
- required: ["acs_credentials_id"],
3239
+ required: ["acs_credential_id"],
3240
3240
  type: "object"
3241
3241
  }
3242
3242
  }