@seamapi/types 1.325.0 → 1.327.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.
@@ -7190,6 +7190,56 @@ export default {
7190
7190
  ],
7191
7191
  type: 'object',
7192
7192
  },
7193
+ {
7194
+ description: 'An ACS access group was deleted.',
7195
+ properties: {
7196
+ acs_access_group_id: { format: 'uuid', type: 'string' },
7197
+ acs_system_id: {
7198
+ description: 'ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems).',
7199
+ format: 'uuid',
7200
+ type: 'string',
7201
+ },
7202
+ connected_account_id: {
7203
+ description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
7204
+ format: 'uuid',
7205
+ type: 'string',
7206
+ },
7207
+ created_at: {
7208
+ description: 'Date and time at which the event was created.',
7209
+ format: 'date-time',
7210
+ type: 'string',
7211
+ },
7212
+ event_id: {
7213
+ description: 'ID of the event.',
7214
+ format: 'uuid',
7215
+ type: 'string',
7216
+ },
7217
+ event_type: {
7218
+ enum: ['acs_access_group.deleted'],
7219
+ type: 'string',
7220
+ },
7221
+ occurred_at: {
7222
+ description: 'Date and time at which the event occurred.',
7223
+ format: 'date-time',
7224
+ type: 'string',
7225
+ },
7226
+ workspace_id: {
7227
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
7228
+ format: 'uuid',
7229
+ type: 'string',
7230
+ },
7231
+ },
7232
+ required: [
7233
+ 'event_id',
7234
+ 'workspace_id',
7235
+ 'created_at',
7236
+ 'occurred_at',
7237
+ 'acs_system_id',
7238
+ 'acs_access_group_id',
7239
+ 'event_type',
7240
+ ],
7241
+ type: 'object',
7242
+ },
7193
7243
  {
7194
7244
  description: 'A [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens) was deleted.',
7195
7245
  properties: {
@@ -9514,6 +9564,76 @@ export default {
9514
9564
  ],
9515
9565
  type: 'object',
9516
9566
  },
9567
+ {
9568
+ properties: {
9569
+ connected_account_id: {
9570
+ description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
9571
+ format: 'uuid',
9572
+ type: 'string',
9573
+ },
9574
+ created_at: {
9575
+ description: 'Date and time at which the event was created.',
9576
+ format: 'date-time',
9577
+ type: 'string',
9578
+ },
9579
+ desired_temperature_celsius: {
9580
+ description: "Desired temperature, in °C, set by the thermostat's cooling or heating set point.",
9581
+ format: 'float',
9582
+ type: 'number',
9583
+ },
9584
+ desired_temperature_fahrenheit: {
9585
+ description: "Desired temperature, in °F, set by the thermostat's cooling or heating set point.",
9586
+ format: 'float',
9587
+ type: 'number',
9588
+ },
9589
+ device_id: {
9590
+ description: 'ID of the device.',
9591
+ format: 'uuid',
9592
+ type: 'string',
9593
+ },
9594
+ event_id: {
9595
+ description: 'ID of the event.',
9596
+ format: 'uuid',
9597
+ type: 'string',
9598
+ },
9599
+ event_type: {
9600
+ enum: ['thermostat.temperature_reached_set_point'],
9601
+ type: 'string',
9602
+ },
9603
+ occurred_at: {
9604
+ description: 'Date and time at which the event occurred.',
9605
+ format: 'date-time',
9606
+ type: 'string',
9607
+ },
9608
+ temperature_celsius: {
9609
+ description: 'Temperature, in °C, reported by the thermostat.',
9610
+ format: 'float',
9611
+ type: 'number',
9612
+ },
9613
+ temperature_fahrenheit: {
9614
+ description: 'Temperature, in °F, reported by the thermostat.',
9615
+ format: 'float',
9616
+ type: 'number',
9617
+ },
9618
+ workspace_id: {
9619
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
9620
+ format: 'uuid',
9621
+ type: 'string',
9622
+ },
9623
+ },
9624
+ required: [
9625
+ 'event_id',
9626
+ 'workspace_id',
9627
+ 'created_at',
9628
+ 'occurred_at',
9629
+ 'device_id',
9630
+ 'connected_account_id',
9631
+ 'event_type',
9632
+ 'temperature_celsius',
9633
+ 'temperature_fahrenheit',
9634
+ ],
9635
+ type: 'object',
9636
+ },
9517
9637
  {
9518
9638
  description: 'An [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#prepare-the-phones-for-a-user-identity-to-start-receiving-mobile-credentials-using-an-enrollment-aut) was deleted.',
9519
9639
  properties: {
@@ -19496,6 +19616,7 @@ export default {
19496
19616
  'acs_system.added',
19497
19617
  'acs_system.connected',
19498
19618
  'acs_system.disconnected',
19619
+ 'acs_access_group.deleted',
19499
19620
  'acs_user.deleted',
19500
19621
  'acs_credential.deleted',
19501
19622
  'acs_credential.issued',
@@ -19511,6 +19632,7 @@ export default {
19511
19632
  'thermostat.manually_adjusted',
19512
19633
  'thermostat.temperature_threshold_exceeded',
19513
19634
  'thermostat.temperature_threshold_no_longer_exceeded',
19635
+ 'thermostat.temperature_reached_set_point',
19514
19636
  ],
19515
19637
  type: 'string',
19516
19638
  },
@@ -19573,6 +19695,7 @@ export default {
19573
19695
  'acs_system.added',
19574
19696
  'acs_system.connected',
19575
19697
  'acs_system.disconnected',
19698
+ 'acs_access_group.deleted',
19576
19699
  'acs_user.deleted',
19577
19700
  'acs_credential.deleted',
19578
19701
  'acs_credential.issued',
@@ -19588,6 +19711,7 @@ export default {
19588
19711
  'thermostat.manually_adjusted',
19589
19712
  'thermostat.temperature_threshold_exceeded',
19590
19713
  'thermostat.temperature_threshold_no_longer_exceeded',
19714
+ 'thermostat.temperature_reached_set_point',
19591
19715
  ],
19592
19716
  type: 'string',
19593
19717
  },