@seamapi/types 1.167.0 → 1.168.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
@@ -5185,9 +5185,10 @@ var openapi_default = {
5185
5185
  schema: {
5186
5186
  properties: {
5187
5187
  acs_credential_id: { type: "string" },
5188
- code: { pattern: "^\\d+$", type: "string" }
5188
+ code: { pattern: "^\\d+$", type: "string" },
5189
+ ends_at: { format: "date-time", type: "string" }
5189
5190
  },
5190
- required: ["acs_credential_id", "code"],
5191
+ required: ["acs_credential_id"],
5191
5192
  type: "object"
5192
5193
  }
5193
5194
  }
@@ -5231,9 +5232,10 @@ var openapi_default = {
5231
5232
  schema: {
5232
5233
  properties: {
5233
5234
  acs_credential_id: { type: "string" },
5234
- code: { pattern: "^\\d+$", type: "string" }
5235
+ code: { pattern: "^\\d+$", type: "string" },
5236
+ ends_at: { format: "date-time", type: "string" }
5235
5237
  },
5236
- required: ["acs_credential_id", "code"],
5238
+ required: ["acs_credential_id"],
5237
5239
  type: "object"
5238
5240
  }
5239
5241
  }