@seamapi/types 1.361.0 → 1.361.1

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
@@ -3750,7 +3750,7 @@ var temperature_changed_event = device_event.extend({
3750
3750
  `);
3751
3751
  var device_name_changed_event = device_event.extend({
3752
3752
  event_type: zod.z.literal("device.name_changed"),
3753
- new_name: zod.z.string().describe("The new name of the device.")
3753
+ device_name: zod.z.string().describe("The new name of the device.")
3754
3754
  }).describe(`
3755
3755
  ---
3756
3756
  route_path: /devices
@@ -15230,16 +15230,16 @@ var openapi_default = {
15230
15230
  format: "uuid",
15231
15231
  type: "string"
15232
15232
  },
15233
+ device_name: {
15234
+ description: "The new name of the device.",
15235
+ type: "string"
15236
+ },
15233
15237
  event_id: {
15234
15238
  description: "ID of the event.",
15235
15239
  format: "uuid",
15236
15240
  type: "string"
15237
15241
  },
15238
15242
  event_type: { enum: ["device.name_changed"], type: "string" },
15239
- new_name: {
15240
- description: "The new name of the device.",
15241
- type: "string"
15242
- },
15243
15243
  occurred_at: {
15244
15244
  description: "Date and time at which the event occurred.",
15245
15245
  format: "date-time",
@@ -15259,7 +15259,7 @@ var openapi_default = {
15259
15259
  "device_id",
15260
15260
  "connected_account_id",
15261
15261
  "event_type",
15262
- "new_name"
15262
+ "device_name"
15263
15263
  ],
15264
15264
  type: "object",
15265
15265
  "x-route-path": "/devices"