@seamapi/types 1.18.2 → 1.18.3

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
@@ -122,6 +122,7 @@ var openapi_default = {
122
122
  display_name: { type: "string" },
123
123
  email: { format: "email", type: "string" },
124
124
  full_name: { type: "string" },
125
+ is_being_deleted: { type: "boolean" },
125
126
  phone_number: { nullable: true, type: "string" },
126
127
  workspace_id: { format: "uuid", type: "string" }
127
128
  },
@@ -130,7 +131,8 @@ var openapi_default = {
130
131
  "acs_system_id",
131
132
  "workspace_id",
132
133
  "created_at",
133
- "display_name"
134
+ "display_name",
135
+ "is_being_deleted"
134
136
  ],
135
137
  type: "object"
136
138
  },