@seamapi/types 1.395.3 → 1.396.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.
- package/dist/connect.cjs +164 -173
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +2123 -3245
- package/lib/seam/connect/models/devices/device-provider.d.ts +2 -1
- package/lib/seam/connect/models/devices/device-provider.js +2 -0
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +184 -202
- package/lib/seam/connect/openapi.js +159 -170
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1810 -2915
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-provider.ts +2 -0
- package/src/lib/seam/connect/openapi.ts +169 -179
- package/src/lib/seam/connect/route-types.ts +3362 -4652
|
@@ -8929,6 +8929,7 @@ export default {
|
|
|
8929
8929
|
'tado',
|
|
8930
8930
|
'salto_space',
|
|
8931
8931
|
'sensi',
|
|
8932
|
+
'kwikset2',
|
|
8932
8933
|
],
|
|
8933
8934
|
type: 'string',
|
|
8934
8935
|
},
|
|
@@ -19186,6 +19187,11 @@ export default {
|
|
|
19186
19187
|
format: 'uuid',
|
|
19187
19188
|
type: 'string',
|
|
19188
19189
|
},
|
|
19190
|
+
user_identity_id: {
|
|
19191
|
+
description: 'ID of the user identity for which you want to retrieve all access groups.',
|
|
19192
|
+
format: 'uuid',
|
|
19193
|
+
type: 'string',
|
|
19194
|
+
},
|
|
19189
19195
|
},
|
|
19190
19196
|
type: 'object',
|
|
19191
19197
|
},
|
|
@@ -23403,6 +23409,7 @@ export default {
|
|
|
23403
23409
|
'tado',
|
|
23404
23410
|
'salto_space',
|
|
23405
23411
|
'sensi',
|
|
23412
|
+
'kwikset2',
|
|
23406
23413
|
'yale_access',
|
|
23407
23414
|
'hid_cm',
|
|
23408
23415
|
'google_nest',
|
|
@@ -23763,6 +23770,10 @@ export default {
|
|
|
23763
23770
|
description: 'Returns accounts whose custom_metadata contains all of the provided key/value pairs.',
|
|
23764
23771
|
type: 'object',
|
|
23765
23772
|
},
|
|
23773
|
+
customer_ids: {
|
|
23774
|
+
items: { format: 'uuid', type: 'string' },
|
|
23775
|
+
type: 'array',
|
|
23776
|
+
},
|
|
23766
23777
|
limit: {
|
|
23767
23778
|
default: 11000,
|
|
23768
23779
|
description: 'Maximum number of records to return per page.',
|
|
@@ -24012,6 +24023,10 @@ export default {
|
|
|
24012
24023
|
description: 'Set of key:value [custom metadata](https://docs.seam.co/latest/core-concepts/devices/adding-custom-metadata-to-a-device) pairs by which you want to filter devices.',
|
|
24013
24024
|
type: 'object',
|
|
24014
24025
|
},
|
|
24026
|
+
customer_ids: {
|
|
24027
|
+
items: { format: 'uuid', type: 'string' },
|
|
24028
|
+
type: 'array',
|
|
24029
|
+
},
|
|
24015
24030
|
device_ids: {
|
|
24016
24031
|
description: 'Array of device IDs by which to filter devices.',
|
|
24017
24032
|
items: { format: 'uuid', type: 'string' },
|
|
@@ -24203,19 +24218,20 @@ export default {
|
|
|
24203
24218
|
'unknown',
|
|
24204
24219
|
'wyze',
|
|
24205
24220
|
'yale',
|
|
24206
|
-
'minut',
|
|
24207
24221
|
'two_n',
|
|
24208
24222
|
'ttlock',
|
|
24209
|
-
'nest',
|
|
24210
24223
|
'igloohome',
|
|
24211
|
-
'ecobee',
|
|
24212
24224
|
'hubitat',
|
|
24213
24225
|
'controlbyweb',
|
|
24214
24226
|
'smartthings',
|
|
24215
24227
|
'dormakaba_oracode',
|
|
24216
24228
|
'tedee',
|
|
24217
|
-
'honeywell_resideo',
|
|
24218
24229
|
'akiles',
|
|
24230
|
+
'ecobee',
|
|
24231
|
+
'honeywell_resideo',
|
|
24232
|
+
'minut',
|
|
24233
|
+
'nest',
|
|
24234
|
+
'noiseaware',
|
|
24219
24235
|
'tado',
|
|
24220
24236
|
'sensi',
|
|
24221
24237
|
],
|
|
@@ -24550,6 +24566,10 @@ export default {
|
|
|
24550
24566
|
description: 'Set of key:value [custom metadata](https://docs.seam.co/latest/core-concepts/devices/adding-custom-metadata-to-a-device) pairs by which you want to filter devices.',
|
|
24551
24567
|
type: 'object',
|
|
24552
24568
|
},
|
|
24569
|
+
customer_ids: {
|
|
24570
|
+
items: { format: 'uuid', type: 'string' },
|
|
24571
|
+
type: 'array',
|
|
24572
|
+
},
|
|
24553
24573
|
device_ids: {
|
|
24554
24574
|
description: 'Array of device IDs by which to filter devices.',
|
|
24555
24575
|
items: { format: 'uuid', type: 'string' },
|
|
@@ -24741,19 +24761,20 @@ export default {
|
|
|
24741
24761
|
'unknown',
|
|
24742
24762
|
'wyze',
|
|
24743
24763
|
'yale',
|
|
24744
|
-
'minut',
|
|
24745
24764
|
'two_n',
|
|
24746
24765
|
'ttlock',
|
|
24747
|
-
'nest',
|
|
24748
24766
|
'igloohome',
|
|
24749
|
-
'ecobee',
|
|
24750
24767
|
'hubitat',
|
|
24751
24768
|
'controlbyweb',
|
|
24752
24769
|
'smartthings',
|
|
24753
24770
|
'dormakaba_oracode',
|
|
24754
24771
|
'tedee',
|
|
24755
|
-
'honeywell_resideo',
|
|
24756
24772
|
'akiles',
|
|
24773
|
+
'ecobee',
|
|
24774
|
+
'honeywell_resideo',
|
|
24775
|
+
'minut',
|
|
24776
|
+
'nest',
|
|
24777
|
+
'noiseaware',
|
|
24757
24778
|
'tado',
|
|
24758
24779
|
'sensi',
|
|
24759
24780
|
],
|
|
@@ -25103,6 +25124,10 @@ export default {
|
|
|
25103
25124
|
},
|
|
25104
25125
|
connect_webview_id: { format: 'uuid', type: 'string' },
|
|
25105
25126
|
connected_account_id: { format: 'uuid', type: 'string' },
|
|
25127
|
+
customer_ids: {
|
|
25128
|
+
items: { format: 'uuid', type: 'string' },
|
|
25129
|
+
type: 'array',
|
|
25130
|
+
},
|
|
25106
25131
|
device_id: { format: 'uuid', type: 'string' },
|
|
25107
25132
|
device_ids: {
|
|
25108
25133
|
items: { format: 'uuid', type: 'string' },
|
|
@@ -25432,6 +25457,10 @@ export default {
|
|
|
25432
25457
|
description: 'Set of key:value [custom metadata](https://docs.seam.co/latest/core-concepts/devices/adding-custom-metadata-to-a-device) pairs by which you want to filter devices.',
|
|
25433
25458
|
type: 'object',
|
|
25434
25459
|
},
|
|
25460
|
+
customer_ids: {
|
|
25461
|
+
items: { format: 'uuid', type: 'string' },
|
|
25462
|
+
type: 'array',
|
|
25463
|
+
},
|
|
25435
25464
|
device_ids: {
|
|
25436
25465
|
description: 'Array of device IDs by which to filter devices.',
|
|
25437
25466
|
items: { format: 'uuid', type: 'string' },
|
|
@@ -25979,6 +26008,10 @@ export default {
|
|
|
25979
26008
|
description: 'Set of key:value [custom metadata](https://docs.seam.co/latest/core-concepts/devices/adding-custom-metadata-to-a-device) pairs by which you want to filter devices.',
|
|
25980
26009
|
type: 'object',
|
|
25981
26010
|
},
|
|
26011
|
+
customer_ids: {
|
|
26012
|
+
items: { format: 'uuid', type: 'string' },
|
|
26013
|
+
type: 'array',
|
|
26014
|
+
},
|
|
25982
26015
|
device_ids: {
|
|
25983
26016
|
description: 'Array of device IDs by which to filter devices.',
|
|
25984
26017
|
items: { format: 'uuid', type: 'string' },
|
|
@@ -26045,7 +26078,7 @@ export default {
|
|
|
26045
26078
|
},
|
|
26046
26079
|
manufacturer: {
|
|
26047
26080
|
description: 'Manufacturer by which to filter devices.',
|
|
26048
|
-
enum: ['
|
|
26081
|
+
enum: ['minut', 'noiseaware'],
|
|
26049
26082
|
type: 'string',
|
|
26050
26083
|
},
|
|
26051
26084
|
page_cursor: {
|
|
@@ -28041,166 +28074,6 @@ export default {
|
|
|
28041
28074
|
'x-title': 'Activate a Climate Preset',
|
|
28042
28075
|
},
|
|
28043
28076
|
},
|
|
28044
|
-
'/thermostats/activate_weekly_program': {
|
|
28045
|
-
post: {
|
|
28046
|
-
description: 'Activates a thermostat weekly program.',
|
|
28047
|
-
operationId: 'thermostatsActivateWeeklyProgramPost',
|
|
28048
|
-
requestBody: {
|
|
28049
|
-
content: {
|
|
28050
|
-
'application/json': {
|
|
28051
|
-
schema: {
|
|
28052
|
-
properties: {
|
|
28053
|
-
device_id: {
|
|
28054
|
-
description: 'ID of the thermostat device that the weekly program is for.',
|
|
28055
|
-
format: 'uuid',
|
|
28056
|
-
type: 'string',
|
|
28057
|
-
},
|
|
28058
|
-
friday_program_id: {
|
|
28059
|
-
description: 'ID of the thermostat daily program to run on Fridays.',
|
|
28060
|
-
format: 'uuid',
|
|
28061
|
-
nullable: true,
|
|
28062
|
-
type: 'string',
|
|
28063
|
-
},
|
|
28064
|
-
monday_program_id: {
|
|
28065
|
-
description: 'ID of the thermostat daily program to run on Mondays.',
|
|
28066
|
-
format: 'uuid',
|
|
28067
|
-
nullable: true,
|
|
28068
|
-
type: 'string',
|
|
28069
|
-
},
|
|
28070
|
-
saturday_program_id: {
|
|
28071
|
-
description: 'ID of the thermostat daily program to run on Saturdays.',
|
|
28072
|
-
format: 'uuid',
|
|
28073
|
-
nullable: true,
|
|
28074
|
-
type: 'string',
|
|
28075
|
-
},
|
|
28076
|
-
sunday_program_id: {
|
|
28077
|
-
description: 'ID of the thermostat daily program to run on Sundays.',
|
|
28078
|
-
format: 'uuid',
|
|
28079
|
-
nullable: true,
|
|
28080
|
-
type: 'string',
|
|
28081
|
-
},
|
|
28082
|
-
thursday_program_id: {
|
|
28083
|
-
description: 'ID of the thermostat daily program to run on Thursdays.',
|
|
28084
|
-
format: 'uuid',
|
|
28085
|
-
nullable: true,
|
|
28086
|
-
type: 'string',
|
|
28087
|
-
},
|
|
28088
|
-
tuesday_program_id: {
|
|
28089
|
-
description: 'ID of the thermostat daily program to run on Tuesdays.',
|
|
28090
|
-
format: 'uuid',
|
|
28091
|
-
nullable: true,
|
|
28092
|
-
type: 'string',
|
|
28093
|
-
},
|
|
28094
|
-
wednesday_program_id: {
|
|
28095
|
-
description: 'ID of the thermostat daily program to run on Wednesdays.',
|
|
28096
|
-
format: 'uuid',
|
|
28097
|
-
nullable: true,
|
|
28098
|
-
type: 'string',
|
|
28099
|
-
},
|
|
28100
|
-
},
|
|
28101
|
-
required: ['device_id'],
|
|
28102
|
-
type: 'object',
|
|
28103
|
-
},
|
|
28104
|
-
},
|
|
28105
|
-
},
|
|
28106
|
-
},
|
|
28107
|
-
responses: {
|
|
28108
|
-
200: {
|
|
28109
|
-
content: {
|
|
28110
|
-
'application/json': {
|
|
28111
|
-
schema: {
|
|
28112
|
-
properties: {
|
|
28113
|
-
action_attempt: {
|
|
28114
|
-
$ref: '#/components/schemas/action_attempt',
|
|
28115
|
-
},
|
|
28116
|
-
ok: { type: 'boolean' },
|
|
28117
|
-
},
|
|
28118
|
-
required: ['action_attempt', 'ok'],
|
|
28119
|
-
type: 'object',
|
|
28120
|
-
},
|
|
28121
|
-
},
|
|
28122
|
-
},
|
|
28123
|
-
description: 'OK',
|
|
28124
|
-
},
|
|
28125
|
-
400: { description: 'Bad Request' },
|
|
28126
|
-
401: { description: 'Unauthorized' },
|
|
28127
|
-
},
|
|
28128
|
-
security: [
|
|
28129
|
-
{ client_session: [] },
|
|
28130
|
-
{ pat_with_workspace: [] },
|
|
28131
|
-
{ console_session_with_workspace: [] },
|
|
28132
|
-
{ api_key: [] },
|
|
28133
|
-
],
|
|
28134
|
-
summary: '/thermostats/activate_weekly_program',
|
|
28135
|
-
tags: ['/thermostats'],
|
|
28136
|
-
'x-action-attempt-type': 'PUSH_THERMOSTAT_PROGRAMS',
|
|
28137
|
-
'x-fern-sdk-group-name': ['thermostats'],
|
|
28138
|
-
'x-fern-sdk-method-name': 'activate_weekly_program',
|
|
28139
|
-
'x-fern-sdk-return-value': 'action_attempt',
|
|
28140
|
-
'x-response-key': 'action_attempt',
|
|
28141
|
-
'x-title': 'Activate a Thermostat Weekly Program',
|
|
28142
|
-
'x-undocumented': 'Unreleased.',
|
|
28143
|
-
},
|
|
28144
|
-
},
|
|
28145
|
-
'/thermostats/clear_weekly_program': {
|
|
28146
|
-
post: {
|
|
28147
|
-
description: 'Clears a thermostat weekly program.',
|
|
28148
|
-
operationId: 'thermostatsClearWeeklyProgramPost',
|
|
28149
|
-
requestBody: {
|
|
28150
|
-
content: {
|
|
28151
|
-
'application/json': {
|
|
28152
|
-
schema: {
|
|
28153
|
-
properties: {
|
|
28154
|
-
device_id: {
|
|
28155
|
-
description: 'ID of the thermostat device to clear the weekly program for.',
|
|
28156
|
-
format: 'uuid',
|
|
28157
|
-
type: 'string',
|
|
28158
|
-
},
|
|
28159
|
-
},
|
|
28160
|
-
required: ['device_id'],
|
|
28161
|
-
type: 'object',
|
|
28162
|
-
},
|
|
28163
|
-
},
|
|
28164
|
-
},
|
|
28165
|
-
},
|
|
28166
|
-
responses: {
|
|
28167
|
-
200: {
|
|
28168
|
-
content: {
|
|
28169
|
-
'application/json': {
|
|
28170
|
-
schema: {
|
|
28171
|
-
properties: {
|
|
28172
|
-
action_attempt: {
|
|
28173
|
-
$ref: '#/components/schemas/action_attempt',
|
|
28174
|
-
},
|
|
28175
|
-
ok: { type: 'boolean' },
|
|
28176
|
-
},
|
|
28177
|
-
required: ['action_attempt', 'ok'],
|
|
28178
|
-
type: 'object',
|
|
28179
|
-
},
|
|
28180
|
-
},
|
|
28181
|
-
},
|
|
28182
|
-
description: 'OK',
|
|
28183
|
-
},
|
|
28184
|
-
400: { description: 'Bad Request' },
|
|
28185
|
-
401: { description: 'Unauthorized' },
|
|
28186
|
-
},
|
|
28187
|
-
security: [
|
|
28188
|
-
{ client_session: [] },
|
|
28189
|
-
{ pat_with_workspace: [] },
|
|
28190
|
-
{ console_session_with_workspace: [] },
|
|
28191
|
-
{ api_key: [] },
|
|
28192
|
-
],
|
|
28193
|
-
summary: '/thermostats/clear_weekly_program',
|
|
28194
|
-
tags: ['/thermostats'],
|
|
28195
|
-
'x-action-attempt-type': 'PUSH_THERMOSTAT_PROGRAMS',
|
|
28196
|
-
'x-fern-sdk-group-name': ['thermostats'],
|
|
28197
|
-
'x-fern-sdk-method-name': 'clear_weekly_program',
|
|
28198
|
-
'x-fern-sdk-return-value': 'action_attempt',
|
|
28199
|
-
'x-response-key': 'action_attempt',
|
|
28200
|
-
'x-title': 'Clear a Thermostat Weekly Program',
|
|
28201
|
-
'x-undocumented': 'Unreleased.',
|
|
28202
|
-
},
|
|
28203
|
-
},
|
|
28204
28077
|
'/thermostats/cool': {
|
|
28205
28078
|
post: {
|
|
28206
28079
|
description: 'Sets a specified [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) to [cool mode](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings).',
|
|
@@ -29026,6 +28899,10 @@ export default {
|
|
|
29026
28899
|
description: 'Set of key:value [custom metadata](https://docs.seam.co/latest/core-concepts/devices/adding-custom-metadata-to-a-device) pairs by which you want to filter devices.',
|
|
29027
28900
|
type: 'object',
|
|
29028
28901
|
},
|
|
28902
|
+
customer_ids: {
|
|
28903
|
+
items: { format: 'uuid', type: 'string' },
|
|
28904
|
+
type: 'array',
|
|
28905
|
+
},
|
|
29029
28906
|
device_ids: {
|
|
29030
28907
|
description: 'Array of device IDs by which to filter devices.',
|
|
29031
28908
|
items: { format: 'uuid', type: 'string' },
|
|
@@ -29104,7 +28981,13 @@ export default {
|
|
|
29104
28981
|
},
|
|
29105
28982
|
manufacturer: {
|
|
29106
28983
|
description: 'Manufacturer by which to filter devices.',
|
|
29107
|
-
enum: [
|
|
28984
|
+
enum: [
|
|
28985
|
+
'ecobee',
|
|
28986
|
+
'honeywell_resideo',
|
|
28987
|
+
'nest',
|
|
28988
|
+
'tado',
|
|
28989
|
+
'sensi',
|
|
28990
|
+
],
|
|
29108
28991
|
type: 'string',
|
|
29109
28992
|
},
|
|
29110
28993
|
page_cursor: {
|
|
@@ -30472,6 +30355,107 @@ export default {
|
|
|
30472
30355
|
'x-title': 'Update a Climate Preset',
|
|
30473
30356
|
},
|
|
30474
30357
|
},
|
|
30358
|
+
'/thermostats/update_weekly_program': {
|
|
30359
|
+
post: {
|
|
30360
|
+
description: 'Activates a thermostat weekly program.',
|
|
30361
|
+
operationId: 'thermostatsUpdateWeeklyProgramPost',
|
|
30362
|
+
requestBody: {
|
|
30363
|
+
content: {
|
|
30364
|
+
'application/json': {
|
|
30365
|
+
schema: {
|
|
30366
|
+
properties: {
|
|
30367
|
+
device_id: {
|
|
30368
|
+
description: 'ID of the thermostat device that the weekly program is for.',
|
|
30369
|
+
format: 'uuid',
|
|
30370
|
+
type: 'string',
|
|
30371
|
+
},
|
|
30372
|
+
friday_program_id: {
|
|
30373
|
+
description: 'ID of the thermostat daily program to run on Fridays.',
|
|
30374
|
+
format: 'uuid',
|
|
30375
|
+
nullable: true,
|
|
30376
|
+
type: 'string',
|
|
30377
|
+
},
|
|
30378
|
+
monday_program_id: {
|
|
30379
|
+
description: 'ID of the thermostat daily program to run on Mondays.',
|
|
30380
|
+
format: 'uuid',
|
|
30381
|
+
nullable: true,
|
|
30382
|
+
type: 'string',
|
|
30383
|
+
},
|
|
30384
|
+
saturday_program_id: {
|
|
30385
|
+
description: 'ID of the thermostat daily program to run on Saturdays.',
|
|
30386
|
+
format: 'uuid',
|
|
30387
|
+
nullable: true,
|
|
30388
|
+
type: 'string',
|
|
30389
|
+
},
|
|
30390
|
+
sunday_program_id: {
|
|
30391
|
+
description: 'ID of the thermostat daily program to run on Sundays.',
|
|
30392
|
+
format: 'uuid',
|
|
30393
|
+
nullable: true,
|
|
30394
|
+
type: 'string',
|
|
30395
|
+
},
|
|
30396
|
+
thursday_program_id: {
|
|
30397
|
+
description: 'ID of the thermostat daily program to run on Thursdays.',
|
|
30398
|
+
format: 'uuid',
|
|
30399
|
+
nullable: true,
|
|
30400
|
+
type: 'string',
|
|
30401
|
+
},
|
|
30402
|
+
tuesday_program_id: {
|
|
30403
|
+
description: 'ID of the thermostat daily program to run on Tuesdays.',
|
|
30404
|
+
format: 'uuid',
|
|
30405
|
+
nullable: true,
|
|
30406
|
+
type: 'string',
|
|
30407
|
+
},
|
|
30408
|
+
wednesday_program_id: {
|
|
30409
|
+
description: 'ID of the thermostat daily program to run on Wednesdays.',
|
|
30410
|
+
format: 'uuid',
|
|
30411
|
+
nullable: true,
|
|
30412
|
+
type: 'string',
|
|
30413
|
+
},
|
|
30414
|
+
},
|
|
30415
|
+
required: ['device_id'],
|
|
30416
|
+
type: 'object',
|
|
30417
|
+
},
|
|
30418
|
+
},
|
|
30419
|
+
},
|
|
30420
|
+
},
|
|
30421
|
+
responses: {
|
|
30422
|
+
200: {
|
|
30423
|
+
content: {
|
|
30424
|
+
'application/json': {
|
|
30425
|
+
schema: {
|
|
30426
|
+
properties: {
|
|
30427
|
+
action_attempt: {
|
|
30428
|
+
$ref: '#/components/schemas/action_attempt',
|
|
30429
|
+
},
|
|
30430
|
+
ok: { type: 'boolean' },
|
|
30431
|
+
},
|
|
30432
|
+
required: ['action_attempt', 'ok'],
|
|
30433
|
+
type: 'object',
|
|
30434
|
+
},
|
|
30435
|
+
},
|
|
30436
|
+
},
|
|
30437
|
+
description: 'OK',
|
|
30438
|
+
},
|
|
30439
|
+
400: { description: 'Bad Request' },
|
|
30440
|
+
401: { description: 'Unauthorized' },
|
|
30441
|
+
},
|
|
30442
|
+
security: [
|
|
30443
|
+
{ client_session: [] },
|
|
30444
|
+
{ pat_with_workspace: [] },
|
|
30445
|
+
{ console_session_with_workspace: [] },
|
|
30446
|
+
{ api_key: [] },
|
|
30447
|
+
],
|
|
30448
|
+
summary: '/thermostats/update_weekly_program',
|
|
30449
|
+
tags: ['/thermostats'],
|
|
30450
|
+
'x-action-attempt-type': 'PUSH_THERMOSTAT_PROGRAMS',
|
|
30451
|
+
'x-fern-sdk-group-name': ['thermostats'],
|
|
30452
|
+
'x-fern-sdk-method-name': 'update_weekly_program',
|
|
30453
|
+
'x-fern-sdk-return-value': 'action_attempt',
|
|
30454
|
+
'x-response-key': 'action_attempt',
|
|
30455
|
+
'x-title': 'Activate a Thermostat Weekly Program',
|
|
30456
|
+
'x-undocumented': 'Unreleased.',
|
|
30457
|
+
},
|
|
30458
|
+
},
|
|
30475
30459
|
'/unstable_access_grants/create': {
|
|
30476
30460
|
post: {
|
|
30477
30461
|
description: 'Creates a new access grant.',
|
|
@@ -32270,6 +32254,11 @@ export default {
|
|
|
32270
32254
|
'application/json': {
|
|
32271
32255
|
schema: {
|
|
32272
32256
|
properties: {
|
|
32257
|
+
acs_system_ids: {
|
|
32258
|
+
description: "List of ACS system IDs to associate with the user identity through ACS users. If there's no user with the same email address or phone number in the specified ACS systems, a new ACS user is created. If there is an existing user with the same email or phone number in the specified ACS systems, the user is linked to the user identity.",
|
|
32259
|
+
items: { format: 'uuid', type: 'string' },
|
|
32260
|
+
type: 'array',
|
|
32261
|
+
},
|
|
32273
32262
|
email_address: {
|
|
32274
32263
|
description: 'Unique email address for the user identity.',
|
|
32275
32264
|
format: 'email',
|