@seamapi/types 1.555.0 → 1.557.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.
@@ -8067,116 +8067,6 @@ declare const _default: {
8067
8067
  'x-route-path': string;
8068
8068
  deprecated?: never;
8069
8069
  'x-deprecated'?: never;
8070
- } | {
8071
- description: string;
8072
- properties: {
8073
- access_grant_ids: {
8074
- description: string;
8075
- items: {
8076
- format: string;
8077
- type: string;
8078
- };
8079
- type: string;
8080
- };
8081
- access_grant_keys: {
8082
- description: string;
8083
- items: {
8084
- type: string;
8085
- };
8086
- type: string;
8087
- };
8088
- access_method_id: {
8089
- description: string;
8090
- format: string;
8091
- type: string;
8092
- };
8093
- code: {
8094
- description: string;
8095
- type: string;
8096
- nullable?: never;
8097
- };
8098
- created_at: {
8099
- description: string;
8100
- format: string;
8101
- type: string;
8102
- };
8103
- event_id: {
8104
- description: string;
8105
- format: string;
8106
- type: string;
8107
- };
8108
- event_type: {
8109
- enum: string[];
8110
- type: string;
8111
- };
8112
- occurred_at: {
8113
- description: string;
8114
- format: string;
8115
- type: string;
8116
- };
8117
- workspace_id: {
8118
- description: string;
8119
- format: string;
8120
- type: string;
8121
- };
8122
- access_code_id?: never;
8123
- connected_account_custom_metadata?: never;
8124
- connected_account_id?: never;
8125
- device_custom_metadata?: never;
8126
- device_id?: never;
8127
- backup_access_code_id?: never;
8128
- access_grant_id?: never;
8129
- acs_entrance_id?: never;
8130
- access_grant_key?: never;
8131
- ends_at?: never;
8132
- starts_at?: never;
8133
- is_backup_code?: never;
8134
- acs_system_id?: never;
8135
- acs_credential_id?: never;
8136
- acs_user_id?: never;
8137
- acs_encoder_id?: never;
8138
- acs_access_group_id?: never;
8139
- client_session_id?: never;
8140
- connect_webview_id?: never;
8141
- customer_key?: never;
8142
- action_attempt_id?: never;
8143
- action_type?: never;
8144
- status?: never;
8145
- error_code?: never;
8146
- battery_level?: never;
8147
- battery_status?: never;
8148
- minut_metadata?: never;
8149
- noise_level_decibels?: never;
8150
- noise_level_nrs?: never;
8151
- noise_threshold_id?: never;
8152
- noise_threshold_name?: never;
8153
- noiseaware_metadata?: never;
8154
- method?: never;
8155
- climate_preset_key?: never;
8156
- is_fallback_climate_preset?: never;
8157
- thermostat_schedule_id?: never;
8158
- cooling_set_point_celsius?: never;
8159
- cooling_set_point_fahrenheit?: never;
8160
- fan_mode_setting?: never;
8161
- heating_set_point_celsius?: never;
8162
- heating_set_point_fahrenheit?: never;
8163
- hvac_mode_setting?: never;
8164
- lower_limit_celsius?: never;
8165
- lower_limit_fahrenheit?: never;
8166
- temperature_celsius?: never;
8167
- temperature_fahrenheit?: never;
8168
- upper_limit_celsius?: never;
8169
- upper_limit_fahrenheit?: never;
8170
- desired_temperature_celsius?: never;
8171
- desired_temperature_fahrenheit?: never;
8172
- device_name?: never;
8173
- enrollment_automation_id?: never;
8174
- };
8175
- required: string[];
8176
- type: string;
8177
- 'x-route-path': string;
8178
- deprecated?: never;
8179
- 'x-deprecated'?: never;
8180
8070
  } | {
8181
8071
  description: string;
8182
8072
  properties: {
@@ -14295,6 +14185,10 @@ declare const _default: {
14295
14185
  };
14296
14186
  type: string;
14297
14187
  };
14188
+ is_publishable_key_auth_enabled: {
14189
+ description: string;
14190
+ type: string;
14191
+ };
14298
14192
  is_sandbox: {
14299
14193
  description: string;
14300
14194
  type: string;
@@ -14307,6 +14201,10 @@ declare const _default: {
14307
14201
  description: string;
14308
14202
  type: string;
14309
14203
  };
14204
+ publishable_key: {
14205
+ description: string;
14206
+ type: string;
14207
+ };
14310
14208
  workspace_id: {
14311
14209
  description: string;
14312
14210
  format: string;
@@ -52110,6 +52008,10 @@ declare const _default: {
52110
52008
  };
52111
52009
  type: string;
52112
52010
  };
52011
+ is_publishable_key_auth_enabled: {
52012
+ description: string;
52013
+ type: string;
52014
+ };
52113
52015
  is_suspended: {
52114
52016
  description: string;
52115
52017
  type: string;
@@ -52194,6 +52096,10 @@ declare const _default: {
52194
52096
  };
52195
52097
  type: string;
52196
52098
  };
52099
+ is_publishable_key_auth_enabled: {
52100
+ description: string;
52101
+ type: string;
52102
+ };
52197
52103
  is_suspended: {
52198
52104
  description: string;
52199
52105
  type: string;
@@ -13462,7 +13462,7 @@ export default {
13462
13462
  'x-route-path': '/access_methods',
13463
13463
  },
13464
13464
  {
13465
- description: 'An access method was reissued due to an Access Grant update.',
13465
+ description: 'An access method was reissued.',
13466
13466
  properties: {
13467
13467
  access_grant_ids: {
13468
13468
  description: 'IDs of the access grants associated with this access method.',
@@ -13521,66 +13521,6 @@ export default {
13521
13521
  type: 'object',
13522
13522
  'x-route-path': '/access_methods',
13523
13523
  },
13524
- {
13525
- description: "An access method's PIN code was changed.",
13526
- properties: {
13527
- access_grant_ids: {
13528
- description: 'IDs of the access grants associated with this access method.',
13529
- items: { format: 'uuid', type: 'string' },
13530
- type: 'array',
13531
- },
13532
- access_grant_keys: {
13533
- description: 'Keys of the access grants associated with this access method (if present).',
13534
- items: { type: 'string' },
13535
- type: 'array',
13536
- },
13537
- access_method_id: {
13538
- description: 'ID of the affected access method.',
13539
- format: 'uuid',
13540
- type: 'string',
13541
- },
13542
- code: {
13543
- description: "The new PIN code for code access methods (only present when mode is 'code').",
13544
- type: 'string',
13545
- },
13546
- created_at: {
13547
- description: 'Date and time at which the event was created.',
13548
- format: 'date-time',
13549
- type: 'string',
13550
- },
13551
- event_id: {
13552
- description: 'ID of the event.',
13553
- format: 'uuid',
13554
- type: 'string',
13555
- },
13556
- event_type: {
13557
- enum: ['access_method.code_changed'],
13558
- type: 'string',
13559
- },
13560
- occurred_at: {
13561
- description: 'Date and time at which the event occurred.',
13562
- format: 'date-time',
13563
- type: 'string',
13564
- },
13565
- workspace_id: {
13566
- description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) associated with the event.',
13567
- format: 'uuid',
13568
- type: 'string',
13569
- },
13570
- },
13571
- required: [
13572
- 'event_id',
13573
- 'workspace_id',
13574
- 'created_at',
13575
- 'occurred_at',
13576
- 'access_method_id',
13577
- 'access_grant_ids',
13578
- 'event_type',
13579
- 'code',
13580
- ],
13581
- type: 'object',
13582
- 'x-route-path': '/access_methods',
13583
- },
13584
13524
  {
13585
13525
  description: 'An [access system](https://docs.seam.co/latest/capability-guides/access-systems) was connected.',
13586
13526
  properties: {
@@ -22994,6 +22934,10 @@ export default {
22994
22934
  },
22995
22935
  type: 'object',
22996
22936
  },
22937
+ is_publishable_key_auth_enabled: {
22938
+ description: 'Indicates whether publishable key authentication is enabled for this workspace.',
22939
+ type: 'boolean',
22940
+ },
22997
22941
  is_sandbox: {
22998
22942
  description: 'Indicates whether the workspace is a [sandbox workspace](https://docs.seam.co/latest/core-concepts/workspaces#sandbox-workspaces).',
22999
22943
  type: 'boolean',
@@ -23006,6 +22950,10 @@ export default {
23006
22950
  description: 'Name of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
23007
22951
  type: 'string',
23008
22952
  },
22953
+ publishable_key: {
22954
+ description: 'Publishable key for the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). This key is used to identify the workspace in client-side applications.',
22955
+ type: 'string',
22956
+ },
23009
22957
  workspace_id: {
23010
22958
  description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
23011
22959
  format: 'uuid',
@@ -23020,6 +22968,7 @@ export default {
23020
22968
  'connect_webview_customization',
23021
22969
  'is_suspended',
23022
22970
  'connect_partner_name',
22971
+ 'is_publishable_key_auth_enabled',
23023
22972
  ],
23024
22973
  type: 'object',
23025
22974
  'x-route-path': '/workspaces',
@@ -39888,7 +39837,6 @@ export default {
39888
39837
  'access_method.card_encoding_required',
39889
39838
  'access_method.deleted',
39890
39839
  'access_method.reissued',
39891
- 'access_method.code_changed',
39892
39840
  'acs_system.connected',
39893
39841
  'acs_system.added',
39894
39842
  'acs_system.disconnected',
@@ -39991,7 +39939,6 @@ export default {
39991
39939
  'access_method.card_encoding_required',
39992
39940
  'access_method.deleted',
39993
39941
  'access_method.reissued',
39994
- 'access_method.code_changed',
39995
39942
  'acs_system.connected',
39996
39943
  'acs_system.added',
39997
39944
  'acs_system.disconnected',
@@ -40236,7 +40183,6 @@ export default {
40236
40183
  'access_method.card_encoding_required',
40237
40184
  'access_method.deleted',
40238
40185
  'access_method.reissued',
40239
- 'access_method.code_changed',
40240
40186
  'acs_system.connected',
40241
40187
  'acs_system.added',
40242
40188
  'acs_system.disconnected',
@@ -40335,7 +40281,6 @@ export default {
40335
40281
  'access_method.card_encoding_required',
40336
40282
  'access_method.deleted',
40337
40283
  'access_method.reissued',
40338
- 'access_method.code_changed',
40339
40284
  'acs_system.connected',
40340
40285
  'acs_system.added',
40341
40286
  'acs_system.disconnected',
@@ -45308,7 +45253,6 @@ export default {
45308
45253
  'access_method.card_encoding_required',
45309
45254
  'access_method.deleted',
45310
45255
  'access_method.reissued',
45311
- 'access_method.code_changed',
45312
45256
  'acs_system.connected',
45313
45257
  'acs_system.added',
45314
45258
  'acs_system.disconnected',
@@ -45412,7 +45356,6 @@ export default {
45412
45356
  'access_method.card_encoding_required',
45413
45357
  'access_method.deleted',
45414
45358
  'access_method.reissued',
45415
- 'access_method.code_changed',
45416
45359
  'acs_system.connected',
45417
45360
  'acs_system.added',
45418
45361
  'acs_system.disconnected',
@@ -45577,7 +45520,6 @@ export default {
45577
45520
  'access_method.card_encoding_required',
45578
45521
  'access_method.deleted',
45579
45522
  'access_method.reissued',
45580
- 'access_method.code_changed',
45581
45523
  'acs_system.connected',
45582
45524
  'acs_system.added',
45583
45525
  'acs_system.disconnected',
@@ -45676,7 +45618,6 @@ export default {
45676
45618
  'access_method.card_encoding_required',
45677
45619
  'access_method.deleted',
45678
45620
  'access_method.reissued',
45679
- 'access_method.code_changed',
45680
45621
  'acs_system.connected',
45681
45622
  'acs_system.added',
45682
45623
  'acs_system.disconnected',
@@ -55044,6 +54985,10 @@ export default {
55044
54985
  },
55045
54986
  type: 'object',
55046
54987
  },
54988
+ is_publishable_key_auth_enabled: {
54989
+ description: 'Indicates whether publishable key authentication is enabled for this workspace.',
54990
+ type: 'boolean',
54991
+ },
55047
54992
  is_suspended: {
55048
54993
  description: 'Indicates whether the workspace is suspended.',
55049
54994
  type: 'boolean',
@@ -55114,6 +55059,10 @@ export default {
55114
55059
  },
55115
55060
  type: 'object',
55116
55061
  },
55062
+ is_publishable_key_auth_enabled: {
55063
+ description: 'Indicates whether publishable key authentication is enabled for this workspace.',
55064
+ type: 'boolean',
55065
+ },
55117
55066
  is_suspended: {
55118
55067
  description: 'Indicates whether the workspace is suspended.',
55119
55068
  type: 'boolean',