@seamapi/types 1.49.0 → 1.51.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 +81 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +129 -0
- package/dist/devicedb.cjs +7 -2
- package/dist/devicedb.cjs.map +1 -1
- package/dist/devicedb.d.cts +130 -0
- package/lib/seam/connect/openapi.d.ts +106 -0
- package/lib/seam/connect/openapi.js +81 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +23 -0
- package/lib/seam/connect/unstable/models/acs/credential_provisioning_automation.d.ts +21 -0
- package/lib/seam/connect/unstable/models/acs/credential_provisioning_automation.js +9 -0
- package/lib/seam/connect/unstable/models/acs/credential_provisioning_automation.js.map +1 -0
- package/lib/seam/connect/unstable/models/acs/index.d.ts +1 -0
- package/lib/seam/connect/unstable/models/acs/index.js +1 -0
- package/lib/seam/connect/unstable/models/acs/index.js.map +1 -1
- package/lib/seam/connect/unstable/schemas.d.ts +1 -1
- package/lib/seam/connect/unstable/schemas.js +1 -1
- package/lib/seam/connect/unstable/schemas.js.map +1 -1
- package/lib/seam/devicedb/public-models/device-model-v1.d.ts +50 -0
- package/lib/seam/devicedb/public-models/device-model-v1.js +5 -0
- package/lib/seam/devicedb/public-models/device-model-v1.js.map +1 -1
- package/lib/seam/devicedb/route-specs.d.ts +70 -0
- package/lib/seam/devicedb/route-types.d.ts +10 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +81 -0
- package/src/lib/seam/connect/route-types.ts +23 -0
- package/src/lib/seam/connect/unstable/models/acs/credential_provisioning_automation.ts +13 -0
- package/src/lib/seam/connect/unstable/models/acs/index.ts +1 -0
- package/src/lib/seam/connect/unstable/schemas.ts +1 -0
- package/src/lib/seam/devicedb/public-models/device-model-v1.ts +5 -0
- package/src/lib/seam/devicedb/route-types.ts +10 -0
|
@@ -4527,6 +4527,112 @@ declare const _default: {
|
|
|
4527
4527
|
'x-fern-sdk-method-name': string;
|
|
4528
4528
|
};
|
|
4529
4529
|
};
|
|
4530
|
+
'/acs/credential_provisioning_automations/launch': {
|
|
4531
|
+
post: {
|
|
4532
|
+
operationId: string;
|
|
4533
|
+
requestBody: {
|
|
4534
|
+
content: {
|
|
4535
|
+
'application/json': {
|
|
4536
|
+
schema: {
|
|
4537
|
+
properties: {
|
|
4538
|
+
acs_credential_pool_id: {
|
|
4539
|
+
format: string;
|
|
4540
|
+
type: string;
|
|
4541
|
+
};
|
|
4542
|
+
create_credential_manager_user: {
|
|
4543
|
+
type: string;
|
|
4544
|
+
};
|
|
4545
|
+
credential_manager_acs_system_id: {
|
|
4546
|
+
format: string;
|
|
4547
|
+
type: string;
|
|
4548
|
+
};
|
|
4549
|
+
credential_manager_acs_user_id: {
|
|
4550
|
+
format: string;
|
|
4551
|
+
type: string;
|
|
4552
|
+
};
|
|
4553
|
+
user_identity_id: {
|
|
4554
|
+
format: string;
|
|
4555
|
+
type: string;
|
|
4556
|
+
};
|
|
4557
|
+
};
|
|
4558
|
+
required: string[];
|
|
4559
|
+
type: string;
|
|
4560
|
+
};
|
|
4561
|
+
};
|
|
4562
|
+
};
|
|
4563
|
+
};
|
|
4564
|
+
responses: {
|
|
4565
|
+
200: {
|
|
4566
|
+
content: {
|
|
4567
|
+
'application/json': {
|
|
4568
|
+
schema: {
|
|
4569
|
+
properties: {
|
|
4570
|
+
acs_credential_provisioning_automation: {
|
|
4571
|
+
properties: {
|
|
4572
|
+
acs_credential_provisioning_automation_id: {
|
|
4573
|
+
format: string;
|
|
4574
|
+
type: string;
|
|
4575
|
+
};
|
|
4576
|
+
created_at: {
|
|
4577
|
+
format: string;
|
|
4578
|
+
type: string;
|
|
4579
|
+
};
|
|
4580
|
+
credential_manager_acs_system_id: {
|
|
4581
|
+
format: string;
|
|
4582
|
+
type: string;
|
|
4583
|
+
};
|
|
4584
|
+
user_identity_id: {
|
|
4585
|
+
format: string;
|
|
4586
|
+
type: string;
|
|
4587
|
+
};
|
|
4588
|
+
workspace_id: {
|
|
4589
|
+
format: string;
|
|
4590
|
+
type: string;
|
|
4591
|
+
};
|
|
4592
|
+
};
|
|
4593
|
+
required: string[];
|
|
4594
|
+
type: string;
|
|
4595
|
+
};
|
|
4596
|
+
ok: {
|
|
4597
|
+
type: string;
|
|
4598
|
+
};
|
|
4599
|
+
};
|
|
4600
|
+
required: string[];
|
|
4601
|
+
type: string;
|
|
4602
|
+
};
|
|
4603
|
+
};
|
|
4604
|
+
};
|
|
4605
|
+
description: string;
|
|
4606
|
+
};
|
|
4607
|
+
400: {
|
|
4608
|
+
description: string;
|
|
4609
|
+
};
|
|
4610
|
+
401: {
|
|
4611
|
+
description: string;
|
|
4612
|
+
};
|
|
4613
|
+
};
|
|
4614
|
+
security: ({
|
|
4615
|
+
access_token: never[];
|
|
4616
|
+
seam_workspace: never[];
|
|
4617
|
+
seam_client_session_token?: never;
|
|
4618
|
+
client_session_token?: never;
|
|
4619
|
+
} | {
|
|
4620
|
+
seam_client_session_token: never[];
|
|
4621
|
+
access_token?: never;
|
|
4622
|
+
seam_workspace?: never;
|
|
4623
|
+
client_session_token?: never;
|
|
4624
|
+
} | {
|
|
4625
|
+
client_session_token: never[];
|
|
4626
|
+
access_token?: never;
|
|
4627
|
+
seam_workspace?: never;
|
|
4628
|
+
seam_client_session_token?: never;
|
|
4629
|
+
})[];
|
|
4630
|
+
summary: string;
|
|
4631
|
+
tags: never[];
|
|
4632
|
+
'x-fern-sdk-group-name': string[];
|
|
4633
|
+
'x-fern-sdk-method-name': string;
|
|
4634
|
+
};
|
|
4635
|
+
};
|
|
4530
4636
|
'/acs/credentials/assign': {
|
|
4531
4637
|
patch: {
|
|
4532
4638
|
operationId: string;
|
|
@@ -3200,6 +3200,87 @@ export default {
|
|
|
3200
3200
|
'x-fern-sdk-method-name': 'list',
|
|
3201
3201
|
},
|
|
3202
3202
|
},
|
|
3203
|
+
'/acs/credential_provisioning_automations/launch': {
|
|
3204
|
+
post: {
|
|
3205
|
+
operationId: 'acsCredentialProvisioningAutomationsLaunchPost',
|
|
3206
|
+
requestBody: {
|
|
3207
|
+
content: {
|
|
3208
|
+
'application/json': {
|
|
3209
|
+
schema: {
|
|
3210
|
+
properties: {
|
|
3211
|
+
acs_credential_pool_id: { format: 'uuid', type: 'string' },
|
|
3212
|
+
create_credential_manager_user: { type: 'boolean' },
|
|
3213
|
+
credential_manager_acs_system_id: {
|
|
3214
|
+
format: 'uuid',
|
|
3215
|
+
type: 'string',
|
|
3216
|
+
},
|
|
3217
|
+
credential_manager_acs_user_id: {
|
|
3218
|
+
format: 'uuid',
|
|
3219
|
+
type: 'string',
|
|
3220
|
+
},
|
|
3221
|
+
user_identity_id: { format: 'uuid', type: 'string' },
|
|
3222
|
+
},
|
|
3223
|
+
required: [
|
|
3224
|
+
'user_identity_id',
|
|
3225
|
+
'credential_manager_acs_system_id',
|
|
3226
|
+
],
|
|
3227
|
+
type: 'object',
|
|
3228
|
+
},
|
|
3229
|
+
},
|
|
3230
|
+
},
|
|
3231
|
+
},
|
|
3232
|
+
responses: {
|
|
3233
|
+
200: {
|
|
3234
|
+
content: {
|
|
3235
|
+
'application/json': {
|
|
3236
|
+
schema: {
|
|
3237
|
+
properties: {
|
|
3238
|
+
acs_credential_provisioning_automation: {
|
|
3239
|
+
properties: {
|
|
3240
|
+
acs_credential_provisioning_automation_id: {
|
|
3241
|
+
format: 'uuid',
|
|
3242
|
+
type: 'string',
|
|
3243
|
+
},
|
|
3244
|
+
created_at: { format: 'date-time', type: 'string' },
|
|
3245
|
+
credential_manager_acs_system_id: {
|
|
3246
|
+
format: 'uuid',
|
|
3247
|
+
type: 'string',
|
|
3248
|
+
},
|
|
3249
|
+
user_identity_id: { format: 'uuid', type: 'string' },
|
|
3250
|
+
workspace_id: { format: 'uuid', type: 'string' },
|
|
3251
|
+
},
|
|
3252
|
+
required: [
|
|
3253
|
+
'acs_credential_provisioning_automation_id',
|
|
3254
|
+
'credential_manager_acs_system_id',
|
|
3255
|
+
'user_identity_id',
|
|
3256
|
+
'created_at',
|
|
3257
|
+
'workspace_id',
|
|
3258
|
+
],
|
|
3259
|
+
type: 'object',
|
|
3260
|
+
},
|
|
3261
|
+
ok: { type: 'boolean' },
|
|
3262
|
+
},
|
|
3263
|
+
required: ['acs_credential_provisioning_automation', 'ok'],
|
|
3264
|
+
type: 'object',
|
|
3265
|
+
},
|
|
3266
|
+
},
|
|
3267
|
+
},
|
|
3268
|
+
description: 'OK',
|
|
3269
|
+
},
|
|
3270
|
+
400: { description: 'Bad Request' },
|
|
3271
|
+
401: { description: 'Unauthorized' },
|
|
3272
|
+
},
|
|
3273
|
+
security: [
|
|
3274
|
+
{ access_token: [], seam_workspace: [] },
|
|
3275
|
+
{ seam_client_session_token: [] },
|
|
3276
|
+
{ client_session_token: [] },
|
|
3277
|
+
],
|
|
3278
|
+
summary: '/acs/credential_provisioning_automations/launch',
|
|
3279
|
+
tags: [],
|
|
3280
|
+
'x-fern-sdk-group-name': ['acs', 'credential_provisioning_automations'],
|
|
3281
|
+
'x-fern-sdk-method-name': 'launch',
|
|
3282
|
+
},
|
|
3283
|
+
},
|
|
3203
3284
|
'/acs/credentials/assign': {
|
|
3204
3285
|
patch: {
|
|
3205
3286
|
operationId: 'acsCredentialsAssignPatch',
|