@seamapi/types 1.761.0 → 1.762.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
@@ -61627,6 +61627,12 @@ var openapi_default = {
61627
61627
  items: { type: "string" },
61628
61628
  type: "array"
61629
61629
  },
61630
+ properties_before: {
61631
+ additionalProperties: {
61632
+ $ref: "#/components/schemas/access_code"
61633
+ },
61634
+ type: "object"
61635
+ },
61630
61636
  properties_updated: {
61631
61637
  additionalProperties: {
61632
61638
  $ref: "#/components/schemas/access_code"
@@ -62012,6 +62018,12 @@ var openapi_default = {
62012
62018
  items: { type: "string" },
62013
62019
  type: "array"
62014
62020
  },
62021
+ properties_before: {
62022
+ additionalProperties: {
62023
+ $ref: "#/components/schemas/access_code"
62024
+ },
62025
+ type: "object"
62026
+ },
62015
62027
  properties_updated: {
62016
62028
  additionalProperties: {
62017
62029
  $ref: "#/components/schemas/access_code"