@seamapi/types 1.1046.0 → 1.1048.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.
|
@@ -80032,7 +80032,7 @@ export type Routes = {
|
|
|
80032
80032
|
queryParams: {};
|
|
80033
80033
|
jsonBody: {
|
|
80034
80034
|
/** Name of the workspace feature flag to update. */
|
|
80035
|
-
feature_flag_name:
|
|
80035
|
+
feature_flag_name: string;
|
|
80036
80036
|
/** Whether the feature flag should be enabled for the workspace. */
|
|
80037
80037
|
enabled: boolean;
|
|
80038
80038
|
};
|
|
@@ -80040,7 +80040,7 @@ export type Routes = {
|
|
|
80040
80040
|
formData: {};
|
|
80041
80041
|
jsonResponse: {
|
|
80042
80042
|
feature_flag: {
|
|
80043
|
-
feature_flag_name:
|
|
80043
|
+
feature_flag_name: string;
|
|
80044
80044
|
enabled: boolean;
|
|
80045
80045
|
};
|
|
80046
80046
|
};
|
|
@@ -117005,7 +117005,7 @@ export type Routes = {
|
|
|
117005
117005
|
jsonBody: {
|
|
117006
117006
|
/** Name of the new workspace. */
|
|
117007
117007
|
name: string;
|
|
117008
|
-
/** ID of the organization to associate with the new workspace. */
|
|
117008
|
+
/** ID of the organization to associate with the new workspace. If omitted, the new workspace is associated with the organization that you administer, if you administer exactly one. */
|
|
117009
117009
|
organization_id?: string | undefined;
|
|
117010
117010
|
/** Company name for the new workspace. */
|
|
117011
117011
|
company_name?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seamapi/types",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1048.0",
|
|
4
4
|
"description": "TypeScript types for the Seam API.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
}
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
|
-
"@seamapi/blueprint": "^1.9.
|
|
80
|
+
"@seamapi/blueprint": "^1.9.1",
|
|
81
81
|
"@types/node": "^24.10.9",
|
|
82
82
|
"concurrently": "^9.2.0",
|
|
83
83
|
"del-cli": "^7.0.0",
|
|
@@ -58349,23 +58349,6 @@ const openapi: OpenAPISpec = {
|
|
|
58349
58349
|
feature_flag_name: {
|
|
58350
58350
|
description:
|
|
58351
58351
|
'Name of the workspace feature flag to update.',
|
|
58352
|
-
enum: [
|
|
58353
|
-
'RESERVATION_LEGACY',
|
|
58354
|
-
'EXPERIMENTAL_DASHBOARD_API_ENABLED',
|
|
58355
|
-
'ICAL_CONNECTOR',
|
|
58356
|
-
'VISIONLINE_SERIALIZE_BRIDGE_REQUESTS',
|
|
58357
|
-
'SALTO_KS_DEVICES_AND_ENTRANCES_FOR_SPACES',
|
|
58358
|
-
'MANAGE_DEVICES_CONFIRMATION_MODAL',
|
|
58359
|
-
'RECLAIM_ORPHANED_BACKUP_ACCESS_CODES',
|
|
58360
|
-
'RECONCILE_ORPHANED_SMARTTHINGS_ACCESS_CODES',
|
|
58361
|
-
'LYNX_MIGRATION_ENABLED',
|
|
58362
|
-
'AURORA_CUSTOMER_FILTER_ENABLED',
|
|
58363
|
-
'ACCESS_METHOD_DEADLINE_ERRORS',
|
|
58364
|
-
'ACCESS_CODE_DEADLINE_LIFECYCLE',
|
|
58365
|
-
'GUARD_MATERIALIZATION_ON_UNREACHABLE_DEVICE',
|
|
58366
|
-
'TARGETED_ACCESS_GRANT_ISSUANCE',
|
|
58367
|
-
'TRUTHFUL_CLIMATE_SETTING_SYNC',
|
|
58368
|
-
],
|
|
58369
58352
|
type: 'string',
|
|
58370
58353
|
},
|
|
58371
58354
|
},
|
|
@@ -58384,26 +58367,7 @@ const openapi: OpenAPISpec = {
|
|
|
58384
58367
|
feature_flag: {
|
|
58385
58368
|
properties: {
|
|
58386
58369
|
enabled: { type: 'boolean' },
|
|
58387
|
-
feature_flag_name: {
|
|
58388
|
-
enum: [
|
|
58389
|
-
'RESERVATION_LEGACY',
|
|
58390
|
-
'EXPERIMENTAL_DASHBOARD_API_ENABLED',
|
|
58391
|
-
'ICAL_CONNECTOR',
|
|
58392
|
-
'VISIONLINE_SERIALIZE_BRIDGE_REQUESTS',
|
|
58393
|
-
'SALTO_KS_DEVICES_AND_ENTRANCES_FOR_SPACES',
|
|
58394
|
-
'MANAGE_DEVICES_CONFIRMATION_MODAL',
|
|
58395
|
-
'RECLAIM_ORPHANED_BACKUP_ACCESS_CODES',
|
|
58396
|
-
'RECONCILE_ORPHANED_SMARTTHINGS_ACCESS_CODES',
|
|
58397
|
-
'LYNX_MIGRATION_ENABLED',
|
|
58398
|
-
'AURORA_CUSTOMER_FILTER_ENABLED',
|
|
58399
|
-
'ACCESS_METHOD_DEADLINE_ERRORS',
|
|
58400
|
-
'ACCESS_CODE_DEADLINE_LIFECYCLE',
|
|
58401
|
-
'GUARD_MATERIALIZATION_ON_UNREACHABLE_DEVICE',
|
|
58402
|
-
'TARGETED_ACCESS_GRANT_ISSUANCE',
|
|
58403
|
-
'TRUTHFUL_CLIMATE_SETTING_SYNC',
|
|
58404
|
-
],
|
|
58405
|
-
type: 'string',
|
|
58406
|
-
},
|
|
58370
|
+
feature_flag_name: { type: 'string' },
|
|
58407
58371
|
},
|
|
58408
58372
|
required: ['feature_flag_name', 'enabled'],
|
|
58409
58373
|
type: 'object',
|
|
@@ -70245,7 +70209,7 @@ const openapi: OpenAPISpec = {
|
|
|
70245
70209
|
},
|
|
70246
70210
|
organization_id: {
|
|
70247
70211
|
description:
|
|
70248
|
-
'ID of the organization to associate with the new workspace.',
|
|
70212
|
+
'ID of the organization to associate with the new workspace. If omitted, the new workspace is associated with the organization that you administer, if you administer exactly one.',
|
|
70249
70213
|
format: 'uuid',
|
|
70250
70214
|
type: 'string',
|
|
70251
70215
|
},
|
|
@@ -96127,22 +96127,7 @@ export type Routes = {
|
|
|
96127
96127
|
queryParams: {}
|
|
96128
96128
|
jsonBody: {
|
|
96129
96129
|
/** Name of the workspace feature flag to update. */
|
|
96130
|
-
feature_flag_name:
|
|
96131
|
-
| 'RESERVATION_LEGACY'
|
|
96132
|
-
| 'EXPERIMENTAL_DASHBOARD_API_ENABLED'
|
|
96133
|
-
| 'ICAL_CONNECTOR'
|
|
96134
|
-
| 'VISIONLINE_SERIALIZE_BRIDGE_REQUESTS'
|
|
96135
|
-
| 'SALTO_KS_DEVICES_AND_ENTRANCES_FOR_SPACES'
|
|
96136
|
-
| 'MANAGE_DEVICES_CONFIRMATION_MODAL'
|
|
96137
|
-
| 'RECLAIM_ORPHANED_BACKUP_ACCESS_CODES'
|
|
96138
|
-
| 'RECONCILE_ORPHANED_SMARTTHINGS_ACCESS_CODES'
|
|
96139
|
-
| 'LYNX_MIGRATION_ENABLED'
|
|
96140
|
-
| 'AURORA_CUSTOMER_FILTER_ENABLED'
|
|
96141
|
-
| 'ACCESS_METHOD_DEADLINE_ERRORS'
|
|
96142
|
-
| 'ACCESS_CODE_DEADLINE_LIFECYCLE'
|
|
96143
|
-
| 'GUARD_MATERIALIZATION_ON_UNREACHABLE_DEVICE'
|
|
96144
|
-
| 'TARGETED_ACCESS_GRANT_ISSUANCE'
|
|
96145
|
-
| 'TRUTHFUL_CLIMATE_SETTING_SYNC'
|
|
96130
|
+
feature_flag_name: string
|
|
96146
96131
|
/** Whether the feature flag should be enabled for the workspace. */
|
|
96147
96132
|
enabled: boolean
|
|
96148
96133
|
}
|
|
@@ -96150,22 +96135,7 @@ export type Routes = {
|
|
|
96150
96135
|
formData: {}
|
|
96151
96136
|
jsonResponse: {
|
|
96152
96137
|
feature_flag: {
|
|
96153
|
-
feature_flag_name:
|
|
96154
|
-
| 'RESERVATION_LEGACY'
|
|
96155
|
-
| 'EXPERIMENTAL_DASHBOARD_API_ENABLED'
|
|
96156
|
-
| 'ICAL_CONNECTOR'
|
|
96157
|
-
| 'VISIONLINE_SERIALIZE_BRIDGE_REQUESTS'
|
|
96158
|
-
| 'SALTO_KS_DEVICES_AND_ENTRANCES_FOR_SPACES'
|
|
96159
|
-
| 'MANAGE_DEVICES_CONFIRMATION_MODAL'
|
|
96160
|
-
| 'RECLAIM_ORPHANED_BACKUP_ACCESS_CODES'
|
|
96161
|
-
| 'RECONCILE_ORPHANED_SMARTTHINGS_ACCESS_CODES'
|
|
96162
|
-
| 'LYNX_MIGRATION_ENABLED'
|
|
96163
|
-
| 'AURORA_CUSTOMER_FILTER_ENABLED'
|
|
96164
|
-
| 'ACCESS_METHOD_DEADLINE_ERRORS'
|
|
96165
|
-
| 'ACCESS_CODE_DEADLINE_LIFECYCLE'
|
|
96166
|
-
| 'GUARD_MATERIALIZATION_ON_UNREACHABLE_DEVICE'
|
|
96167
|
-
| 'TARGETED_ACCESS_GRANT_ISSUANCE'
|
|
96168
|
-
| 'TRUTHFUL_CLIMATE_SETTING_SYNC'
|
|
96138
|
+
feature_flag_name: string
|
|
96169
96139
|
enabled: boolean
|
|
96170
96140
|
}
|
|
96171
96141
|
}
|
|
@@ -140066,7 +140036,7 @@ export type Routes = {
|
|
|
140066
140036
|
jsonBody: {
|
|
140067
140037
|
/** Name of the new workspace. */
|
|
140068
140038
|
name: string
|
|
140069
|
-
/** ID of the organization to associate with the new workspace. */
|
|
140039
|
+
/** ID of the organization to associate with the new workspace. If omitted, the new workspace is associated with the organization that you administer, if you administer exactly one. */
|
|
140070
140040
|
organization_id?: string | undefined
|
|
140071
140041
|
/** Company name for the new workspace. */
|
|
140072
140042
|
company_name?: string | undefined
|