@seamapi/types 1.1038.0 → 1.1040.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.
@@ -5213,7 +5213,7 @@ export type Routes = {
5213
5213
  /** Only return events that occurred after this timestamp (ISO 8601 format). */
5214
5214
  after?: string | undefined;
5215
5215
  /** Filter to only return specific event types. */
5216
- event_types?: ('access_code.created' | 'access_code.changed' | 'access_code.name_changed' | 'access_code.code_changed' | 'access_code.time_frame_changed' | 'access_code.mutations_requested' | 'access_code.deleted' | 'access_code.modified_external_to_seam' | 'access_code.deleted_external_to_seam' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.removed_from_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_set_on_device' | 'access_code.delay_in_removing_from_device' | 'access_code.failed_to_remove_from_device' | 'internal.access_code.programming_started' | 'internal.access_code.programming_finished' | 'access_code.backup_access_code_pulled' | 'access_code.unmanaged.created' | 'access_code.unmanaged.removed' | 'access_code.unmanaged.converted_to_managed' | 'access_code.unmanaged.failed_to_convert_to_managed')[] | undefined;
5216
+ event_types?: ('access_code.created' | 'access_code.changed' | 'access_code.name_changed' | 'access_code.code_changed' | 'access_code.time_frame_changed' | 'access_code.mutations_requested' | 'access_code.deleted' | 'access_code.modified_external_to_seam' | 'access_code.deleted_external_to_seam' | 'access_code.issued' | 'access_code.delay_in_issuing' | 'access_code.failed_to_issue' | 'access_code.failed_to_update' | 'access_code.failed_to_expire' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.removed_from_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_set_on_device' | 'access_code.delay_in_removing_from_device' | 'access_code.failed_to_remove_from_device' | 'internal.access_code.programming_started' | 'internal.access_code.programming_finished' | 'access_code.backup_access_code_pulled' | 'access_code.unmanaged.created' | 'access_code.unmanaged.removed' | 'access_code.unmanaged.converted_to_managed' | 'access_code.unmanaged.failed_to_convert_to_managed')[] | undefined;
5217
5217
  };
5218
5218
  formData: {};
5219
5219
  jsonResponse: {
@@ -5221,7 +5221,7 @@ export type Routes = {
5221
5221
  /** Unique identifier for this timeline event. */
5222
5222
  timeline_event_id: string;
5223
5223
  /** The type of timeline event. */
5224
- event_type: 'access_code.created' | 'access_code.changed' | 'access_code.name_changed' | 'access_code.code_changed' | 'access_code.time_frame_changed' | 'access_code.mutations_requested' | 'access_code.deleted' | 'access_code.modified_external_to_seam' | 'access_code.deleted_external_to_seam' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.removed_from_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_set_on_device' | 'access_code.delay_in_removing_from_device' | 'access_code.failed_to_remove_from_device' | 'internal.access_code.programming_started' | 'internal.access_code.programming_finished' | 'access_code.backup_access_code_pulled' | 'access_code.unmanaged.created' | 'access_code.unmanaged.removed' | 'access_code.unmanaged.converted_to_managed' | 'access_code.unmanaged.failed_to_convert_to_managed';
5224
+ event_type: 'access_code.created' | 'access_code.changed' | 'access_code.name_changed' | 'access_code.code_changed' | 'access_code.time_frame_changed' | 'access_code.mutations_requested' | 'access_code.deleted' | 'access_code.modified_external_to_seam' | 'access_code.deleted_external_to_seam' | 'access_code.issued' | 'access_code.delay_in_issuing' | 'access_code.failed_to_issue' | 'access_code.failed_to_update' | 'access_code.failed_to_expire' | 'access_code.scheduled_on_device' | 'access_code.set_on_device' | 'access_code.removed_from_device' | 'access_code.delay_in_setting_on_device' | 'access_code.failed_to_set_on_device' | 'access_code.delay_in_removing_from_device' | 'access_code.failed_to_remove_from_device' | 'internal.access_code.programming_started' | 'internal.access_code.programming_finished' | 'access_code.backup_access_code_pulled' | 'access_code.unmanaged.created' | 'access_code.unmanaged.removed' | 'access_code.unmanaged.converted_to_managed' | 'access_code.unmanaged.failed_to_convert_to_managed';
5225
5225
  /** ISO 8601 timestamp when the event occurred. */
5226
5226
  occurred_at: string;
5227
5227
  /** Human-readable description of what happened. */
@@ -80026,7 +80026,7 @@ export type Routes = {
80026
80026
  queryParams: {};
80027
80027
  jsonBody: {
80028
80028
  /** Name of the workspace feature flag to update. */
80029
- feature_flag_name: 'RESERVATION_LEGACY' | 'EXPERIMENTAL_DASHBOARD_API_ENABLED' | 'ICAL_CONNECTOR' | 'VISIONLINE_SERIALIZE_BRIDGE_REQUESTS' | 'SALTO_KS_DEVICES_AND_ENTRANCES_FOR_SPACES' | 'MANAGE_DEVICES_CONFIRMATION_MODAL' | 'RECLAIM_ORPHANED_BACKUP_ACCESS_CODES' | 'RECONCILE_ORPHANED_SMARTTHINGS_ACCESS_CODES' | 'LYNX_MIGRATION_ENABLED' | 'AURORA_CUSTOMER_FILTER_ENABLED' | 'ACCESS_METHOD_DEADLINE_ERRORS' | 'GUARD_MATERIALIZATION_ON_UNREACHABLE_DEVICE' | 'TARGETED_ACCESS_GRANT_ISSUANCE';
80029
+ feature_flag_name: 'RESERVATION_LEGACY' | 'EXPERIMENTAL_DASHBOARD_API_ENABLED' | 'ICAL_CONNECTOR' | 'VISIONLINE_SERIALIZE_BRIDGE_REQUESTS' | 'SALTO_KS_DEVICES_AND_ENTRANCES_FOR_SPACES' | 'MANAGE_DEVICES_CONFIRMATION_MODAL' | 'RECLAIM_ORPHANED_BACKUP_ACCESS_CODES' | 'RECONCILE_ORPHANED_SMARTTHINGS_ACCESS_CODES' | 'LYNX_MIGRATION_ENABLED' | 'AURORA_CUSTOMER_FILTER_ENABLED' | 'ACCESS_METHOD_DEADLINE_ERRORS' | 'ACCESS_CODE_DEADLINE_LIFECYCLE' | 'GUARD_MATERIALIZATION_ON_UNREACHABLE_DEVICE' | 'TARGETED_ACCESS_GRANT_ISSUANCE';
80030
80030
  /** Whether the feature flag should be enabled for the workspace. */
80031
80031
  enabled: boolean;
80032
80032
  };
@@ -80034,7 +80034,7 @@ export type Routes = {
80034
80034
  formData: {};
80035
80035
  jsonResponse: {
80036
80036
  feature_flag: {
80037
- feature_flag_name: 'RESERVATION_LEGACY' | 'EXPERIMENTAL_DASHBOARD_API_ENABLED' | 'ICAL_CONNECTOR' | 'VISIONLINE_SERIALIZE_BRIDGE_REQUESTS' | 'SALTO_KS_DEVICES_AND_ENTRANCES_FOR_SPACES' | 'MANAGE_DEVICES_CONFIRMATION_MODAL' | 'RECLAIM_ORPHANED_BACKUP_ACCESS_CODES' | 'RECONCILE_ORPHANED_SMARTTHINGS_ACCESS_CODES' | 'LYNX_MIGRATION_ENABLED' | 'AURORA_CUSTOMER_FILTER_ENABLED' | 'ACCESS_METHOD_DEADLINE_ERRORS' | 'GUARD_MATERIALIZATION_ON_UNREACHABLE_DEVICE' | 'TARGETED_ACCESS_GRANT_ISSUANCE';
80037
+ feature_flag_name: 'RESERVATION_LEGACY' | 'EXPERIMENTAL_DASHBOARD_API_ENABLED' | 'ICAL_CONNECTOR' | 'VISIONLINE_SERIALIZE_BRIDGE_REQUESTS' | 'SALTO_KS_DEVICES_AND_ENTRANCES_FOR_SPACES' | 'MANAGE_DEVICES_CONFIRMATION_MODAL' | 'RECLAIM_ORPHANED_BACKUP_ACCESS_CODES' | 'RECONCILE_ORPHANED_SMARTTHINGS_ACCESS_CODES' | 'LYNX_MIGRATION_ENABLED' | 'AURORA_CUSTOMER_FILTER_ENABLED' | 'ACCESS_METHOD_DEADLINE_ERRORS' | 'ACCESS_CODE_DEADLINE_LIFECYCLE' | 'GUARD_MATERIALIZATION_ON_UNREACHABLE_DEVICE' | 'TARGETED_ACCESS_GRANT_ISSUANCE';
80038
80038
  enabled: boolean;
80039
80039
  };
80040
80040
  };
@@ -88495,6 +88495,29 @@ export type Routes = {
88495
88495
  jsonResponse: {};
88496
88496
  maxDuration: undefined;
88497
88497
  };
88498
+ '/seam/wizard/v1/session': {
88499
+ route: '/seam/wizard/v1/session';
88500
+ method: 'POST';
88501
+ queryParams: {};
88502
+ jsonBody: {};
88503
+ commonParams: {};
88504
+ formData: {};
88505
+ jsonResponse: {
88506
+ wizard_session: {
88507
+ token: string;
88508
+ expires_at: string;
88509
+ onboarding: {
88510
+ org_type: string | null;
88511
+ primary_goal: string | null;
88512
+ use_case: string | null;
88513
+ build_target: string | null;
88514
+ embed_customer_portal: boolean | null;
88515
+ device_categories: string[] | null;
88516
+ } | null;
88517
+ };
88518
+ };
88519
+ maxDuration: undefined;
88520
+ };
88498
88521
  '/spaces/add_acs_entrances': {
88499
88522
  route: '/spaces/add_acs_entrances';
88500
88523
  method: 'POST' | 'PUT';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.1038.0",
3
+ "version": "1.1040.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -39101,6 +39101,11 @@ const openapi: OpenAPISpec = {
39101
39101
  'access_code.deleted',
39102
39102
  'access_code.modified_external_to_seam',
39103
39103
  'access_code.deleted_external_to_seam',
39104
+ 'access_code.issued',
39105
+ 'access_code.delay_in_issuing',
39106
+ 'access_code.failed_to_issue',
39107
+ 'access_code.failed_to_update',
39108
+ 'access_code.failed_to_expire',
39104
39109
  'access_code.scheduled_on_device',
39105
39110
  'access_code.set_on_device',
39106
39111
  'access_code.removed_from_device',
@@ -39197,6 +39202,11 @@ const openapi: OpenAPISpec = {
39197
39202
  'access_code.deleted',
39198
39203
  'access_code.modified_external_to_seam',
39199
39204
  'access_code.deleted_external_to_seam',
39205
+ 'access_code.issued',
39206
+ 'access_code.delay_in_issuing',
39207
+ 'access_code.failed_to_issue',
39208
+ 'access_code.failed_to_update',
39209
+ 'access_code.failed_to_expire',
39200
39210
  'access_code.scheduled_on_device',
39201
39211
  'access_code.set_on_device',
39202
39212
  'access_code.removed_from_device',
@@ -39325,6 +39335,11 @@ const openapi: OpenAPISpec = {
39325
39335
  'access_code.deleted',
39326
39336
  'access_code.modified_external_to_seam',
39327
39337
  'access_code.deleted_external_to_seam',
39338
+ 'access_code.issued',
39339
+ 'access_code.delay_in_issuing',
39340
+ 'access_code.failed_to_issue',
39341
+ 'access_code.failed_to_update',
39342
+ 'access_code.failed_to_expire',
39328
39343
  'access_code.scheduled_on_device',
39329
39344
  'access_code.set_on_device',
39330
39345
  'access_code.removed_from_device',
@@ -39435,6 +39450,11 @@ const openapi: OpenAPISpec = {
39435
39450
  'access_code.deleted',
39436
39451
  'access_code.modified_external_to_seam',
39437
39452
  'access_code.deleted_external_to_seam',
39453
+ 'access_code.issued',
39454
+ 'access_code.delay_in_issuing',
39455
+ 'access_code.failed_to_issue',
39456
+ 'access_code.failed_to_update',
39457
+ 'access_code.failed_to_expire',
39438
39458
  'access_code.scheduled_on_device',
39439
39459
  'access_code.set_on_device',
39440
39460
  'access_code.removed_from_device',
@@ -68896,6 +68916,7 @@ const openapi: OpenAPISpec = {
68896
68916
  'LYNX_MIGRATION_ENABLED',
68897
68917
  'AURORA_CUSTOMER_FILTER_ENABLED',
68898
68918
  'ACCESS_METHOD_DEADLINE_ERRORS',
68919
+ 'ACCESS_CODE_DEADLINE_LIFECYCLE',
68899
68920
  'GUARD_MATERIALIZATION_ON_UNREACHABLE_DEVICE',
68900
68921
  'TARGETED_ACCESS_GRANT_ISSUANCE',
68901
68922
  ],
@@ -68930,6 +68951,7 @@ const openapi: OpenAPISpec = {
68930
68951
  'LYNX_MIGRATION_ENABLED',
68931
68952
  'AURORA_CUSTOMER_FILTER_ENABLED',
68932
68953
  'ACCESS_METHOD_DEADLINE_ERRORS',
68954
+ 'ACCESS_CODE_DEADLINE_LIFECYCLE',
68933
68955
  'GUARD_MATERIALIZATION_ON_UNREACHABLE_DEVICE',
68934
68956
  'TARGETED_ACCESS_GRANT_ISSUANCE',
68935
68957
  ],
@@ -80355,6 +80377,80 @@ const openapi: OpenAPISpec = {
80355
80377
  'x-undocumented': 'Internal endpoint for inbound provider webhooks',
80356
80378
  },
80357
80379
  },
80380
+ '/seam/wizard/v1/session': {
80381
+ post: {
80382
+ description:
80383
+ "Exchanges a Seam API key for a short-lived wizard inference token. The Seam\nWizard CLI calls this once, then sends the returned token as the bearer to the\ninference proxy. The session also carries the workspace org's Console-collected\nonboarding answers (or null) so the CLI can pre-fill its integration plan.",
80384
+ operationId: 'seamWizardV1SessionPost',
80385
+ requestBody: {
80386
+ content: {
80387
+ 'application/json': { schema: { properties: {}, type: 'object' } },
80388
+ },
80389
+ },
80390
+ responses: {
80391
+ '200': {
80392
+ content: {
80393
+ 'application/json': {
80394
+ schema: {
80395
+ properties: {
80396
+ ok: { type: 'boolean' },
80397
+ wizard_session: {
80398
+ properties: {
80399
+ expires_at: { type: 'string' },
80400
+ onboarding: {
80401
+ nullable: true,
80402
+ properties: {
80403
+ build_target: { nullable: true, type: 'string' },
80404
+ device_categories: {
80405
+ items: { type: 'string' },
80406
+ nullable: true,
80407
+ type: 'array',
80408
+ },
80409
+ embed_customer_portal: {
80410
+ nullable: true,
80411
+ type: 'boolean',
80412
+ },
80413
+ org_type: { nullable: true, type: 'string' },
80414
+ primary_goal: { nullable: true, type: 'string' },
80415
+ use_case: { nullable: true, type: 'string' },
80416
+ },
80417
+ required: [
80418
+ 'org_type',
80419
+ 'primary_goal',
80420
+ 'use_case',
80421
+ 'build_target',
80422
+ 'embed_customer_portal',
80423
+ 'device_categories',
80424
+ ],
80425
+ type: 'object',
80426
+ },
80427
+ token: { type: 'string' },
80428
+ },
80429
+ required: ['token', 'expires_at', 'onboarding'],
80430
+ type: 'object',
80431
+ },
80432
+ },
80433
+ required: ['wizard_session', 'ok'],
80434
+ type: 'object',
80435
+ },
80436
+ },
80437
+ },
80438
+ description: 'OK',
80439
+ },
80440
+ '400': { description: 'Bad Request' },
80441
+ '401': { description: 'Unauthorized' },
80442
+ },
80443
+ security: [{ api_key: [] }, { pat_with_workspace: [] }],
80444
+ summary: '/seam/wizard/v1/session',
80445
+ tags: [],
80446
+ 'x-fern-sdk-group-name': ['seam', 'wizard', 'v1'],
80447
+ 'x-fern-sdk-method-name': 'session',
80448
+ 'x-fern-sdk-return-value': 'wizard_session',
80449
+ 'x-response-key': 'wizard_session',
80450
+ 'x-title': 'Create a Wizard Session',
80451
+ 'x-undocumented': 'Seam Wizard CLI only.',
80452
+ },
80453
+ },
80358
80454
  '/spaces/add_acs_entrances': {
80359
80455
  post: {
80360
80456
  description:
@@ -5988,6 +5988,11 @@ export type Routes = {
5988
5988
  | 'access_code.deleted'
5989
5989
  | 'access_code.modified_external_to_seam'
5990
5990
  | 'access_code.deleted_external_to_seam'
5991
+ | 'access_code.issued'
5992
+ | 'access_code.delay_in_issuing'
5993
+ | 'access_code.failed_to_issue'
5994
+ | 'access_code.failed_to_update'
5995
+ | 'access_code.failed_to_expire'
5991
5996
  | 'access_code.scheduled_on_device'
5992
5997
  | 'access_code.set_on_device'
5993
5998
  | 'access_code.removed_from_device'
@@ -6021,6 +6026,11 @@ export type Routes = {
6021
6026
  | 'access_code.deleted'
6022
6027
  | 'access_code.modified_external_to_seam'
6023
6028
  | 'access_code.deleted_external_to_seam'
6029
+ | 'access_code.issued'
6030
+ | 'access_code.delay_in_issuing'
6031
+ | 'access_code.failed_to_issue'
6032
+ | 'access_code.failed_to_update'
6033
+ | 'access_code.failed_to_expire'
6024
6034
  | 'access_code.scheduled_on_device'
6025
6035
  | 'access_code.set_on_device'
6026
6036
  | 'access_code.removed_from_device'
@@ -96123,6 +96133,7 @@ export type Routes = {
96123
96133
  | 'LYNX_MIGRATION_ENABLED'
96124
96134
  | 'AURORA_CUSTOMER_FILTER_ENABLED'
96125
96135
  | 'ACCESS_METHOD_DEADLINE_ERRORS'
96136
+ | 'ACCESS_CODE_DEADLINE_LIFECYCLE'
96126
96137
  | 'GUARD_MATERIALIZATION_ON_UNREACHABLE_DEVICE'
96127
96138
  | 'TARGETED_ACCESS_GRANT_ISSUANCE'
96128
96139
  /** Whether the feature flag should be enabled for the workspace. */
@@ -96144,6 +96155,7 @@ export type Routes = {
96144
96155
  | 'LYNX_MIGRATION_ENABLED'
96145
96156
  | 'AURORA_CUSTOMER_FILTER_ENABLED'
96146
96157
  | 'ACCESS_METHOD_DEADLINE_ERRORS'
96158
+ | 'ACCESS_CODE_DEADLINE_LIFECYCLE'
96147
96159
  | 'GUARD_MATERIALIZATION_ON_UNREACHABLE_DEVICE'
96148
96160
  | 'TARGETED_ACCESS_GRANT_ISSUANCE'
96149
96161
  enabled: boolean
@@ -106071,6 +106083,29 @@ export type Routes = {
106071
106083
  jsonResponse: {}
106072
106084
  maxDuration: undefined
106073
106085
  }
106086
+ '/seam/wizard/v1/session': {
106087
+ route: '/seam/wizard/v1/session'
106088
+ method: 'POST'
106089
+ queryParams: {}
106090
+ jsonBody: {}
106091
+ commonParams: {}
106092
+ formData: {}
106093
+ jsonResponse: {
106094
+ wizard_session: {
106095
+ token: string
106096
+ expires_at: string
106097
+ onboarding: {
106098
+ org_type: string | null
106099
+ primary_goal: string | null
106100
+ use_case: string | null
106101
+ build_target: string | null
106102
+ embed_customer_portal: boolean | null
106103
+ device_categories: string[] | null
106104
+ } | null
106105
+ }
106106
+ }
106107
+ maxDuration: undefined
106108
+ }
106074
106109
  '/spaces/add_acs_entrances': {
106075
106110
  route: '/spaces/add_acs_entrances'
106076
106111
  method: 'POST' | 'PUT'