@seamapi/types 1.420.2 → 1.421.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 +6 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +11 -5
- package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.js +1 -0
- package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +6 -2
- package/lib/seam/connect/openapi.js +6 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +5 -3
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential-provisioning-automation.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +11 -2
- package/src/lib/seam/connect/route-types.ts +5 -3
package/dist/connect.d.cts
CHANGED
|
@@ -28405,6 +28405,7 @@ declare const _default: {
|
|
|
28405
28405
|
'x-route-path': string;
|
|
28406
28406
|
};
|
|
28407
28407
|
enrollment_automation: {
|
|
28408
|
+
deprecated: boolean;
|
|
28408
28409
|
description: string;
|
|
28409
28410
|
properties: {
|
|
28410
28411
|
created_at: {
|
|
@@ -28435,6 +28436,7 @@ declare const _default: {
|
|
|
28435
28436
|
};
|
|
28436
28437
|
required: string[];
|
|
28437
28438
|
type: string;
|
|
28439
|
+
'x-deprecated': string;
|
|
28438
28440
|
'x-route-path': string;
|
|
28439
28441
|
};
|
|
28440
28442
|
event: {
|
|
@@ -55513,7 +55515,6 @@ declare const _default: {
|
|
|
55513
55515
|
parameters: {
|
|
55514
55516
|
in: string;
|
|
55515
55517
|
name: string;
|
|
55516
|
-
required: boolean;
|
|
55517
55518
|
schema: {
|
|
55518
55519
|
description: string;
|
|
55519
55520
|
type: string;
|
|
@@ -55620,7 +55621,6 @@ declare const _default: {
|
|
|
55620
55621
|
type: string;
|
|
55621
55622
|
};
|
|
55622
55623
|
};
|
|
55623
|
-
required: string[];
|
|
55624
55624
|
type: string;
|
|
55625
55625
|
};
|
|
55626
55626
|
};
|
|
@@ -64183,6 +64183,7 @@ declare const _default: {
|
|
|
64183
64183
|
})[];
|
|
64184
64184
|
summary: string;
|
|
64185
64185
|
tags: string[];
|
|
64186
|
+
'x-deprecated': string;
|
|
64186
64187
|
'x-fern-sdk-group-name': string[];
|
|
64187
64188
|
'x-fern-sdk-method-name': string;
|
|
64188
64189
|
'x-response-key': null;
|
|
@@ -64329,6 +64330,7 @@ declare const _default: {
|
|
|
64329
64330
|
})[];
|
|
64330
64331
|
summary: string;
|
|
64331
64332
|
tags: string[];
|
|
64333
|
+
'x-deprecated': string;
|
|
64332
64334
|
'x-fern-sdk-group-name': string[];
|
|
64333
64335
|
'x-fern-sdk-method-name': string;
|
|
64334
64336
|
'x-fern-sdk-return-value': string;
|
|
@@ -64418,6 +64420,7 @@ declare const _default: {
|
|
|
64418
64420
|
})[];
|
|
64419
64421
|
summary: string;
|
|
64420
64422
|
tags: string[];
|
|
64423
|
+
'x-deprecated': string;
|
|
64421
64424
|
'x-fern-sdk-group-name': string[];
|
|
64422
64425
|
'x-fern-sdk-method-name': string;
|
|
64423
64426
|
'x-fern-sdk-return-value': string;
|
|
@@ -64571,6 +64574,7 @@ declare const _default: {
|
|
|
64571
64574
|
})[];
|
|
64572
64575
|
summary: string;
|
|
64573
64576
|
tags: string[];
|
|
64577
|
+
'x-deprecated': string;
|
|
64574
64578
|
'x-fern-sdk-group-name': string[];
|
|
64575
64579
|
'x-fern-sdk-method-name': string;
|
|
64576
64580
|
'x-fern-sdk-return-value': string;
|
|
@@ -112881,7 +112885,7 @@ interface Routes {
|
|
|
112881
112885
|
jsonBody: {};
|
|
112882
112886
|
commonParams: {
|
|
112883
112887
|
/** Collection key. */
|
|
112884
|
-
collection_key
|
|
112888
|
+
collection_key?: string | undefined;
|
|
112885
112889
|
};
|
|
112886
112890
|
formData: {};
|
|
112887
112891
|
jsonResponse: {
|
|
@@ -129608,7 +129612,8 @@ interface Routes {
|
|
|
129608
129612
|
};
|
|
129609
129613
|
formData: {};
|
|
129610
129614
|
jsonResponse: {
|
|
129611
|
-
/** Represents an [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system) within the [Seam mobile access solution](https://docs.seam.co/latest/capability-guides/mobile-access-in-development).
|
|
129615
|
+
/** Represents an [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system) within the [Seam mobile access solution](https://docs.seam.co/latest/capability-guides/mobile-access-in-development).
|
|
129616
|
+
* @deprecated Will be removed. Instead, link the `user_identity` to the `acs_user` in the access system in which you want to issue credentials. */
|
|
129612
129617
|
enrollment_automation: {
|
|
129613
129618
|
/** ID of the enrollment automation. */
|
|
129614
129619
|
enrollment_automation_id: string;
|
|
@@ -129642,7 +129647,8 @@ interface Routes {
|
|
|
129642
129647
|
};
|
|
129643
129648
|
formData: {};
|
|
129644
129649
|
jsonResponse: {
|
|
129645
|
-
/** Represents an [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system) within the [Seam mobile access solution](https://docs.seam.co/latest/capability-guides/mobile-access-in-development).
|
|
129650
|
+
/** Represents an [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system) within the [Seam mobile access solution](https://docs.seam.co/latest/capability-guides/mobile-access-in-development).
|
|
129651
|
+
* @deprecated Will be removed. Instead, link the `user_identity` to the `acs_user` in the access system in which you want to issue credentials. */
|
|
129646
129652
|
enrollment_automation: {
|
|
129647
129653
|
/** ID of the enrollment automation. */
|
|
129648
129654
|
enrollment_automation_id: string;
|
|
@@ -36,6 +36,7 @@ export const enrollment_automation = z.object({
|
|
|
36
36
|
}).describe(`
|
|
37
37
|
---
|
|
38
38
|
route_path: /user_identities/enrollment_automations
|
|
39
|
+
deprecated: Will be removed. Instead, link the \`user_identity\` to the \`acs_user\` in the access system in which you want to issue credentials.
|
|
39
40
|
---
|
|
40
41
|
Represents an [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system) within the [Seam mobile access solution](https://docs.seam.co/latest/capability-guides/mobile-access-in-development).
|
|
41
42
|
`);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"acs-credential-provisioning-automation.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-credential-provisioning-automation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,sCAAsC,GAAG,CAAC,CAAC,MAAM,CAAC;IAC7D,yCAAyC,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC5D,gCAAgC,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IACnD,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IACnC,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;CAChC,CAAC,CAAC,QAAQ,CAAC;;;;;;CAMX,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC5C,wBAAwB,EAAE,CAAC;SACxB,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CAAC,kCAAkC,CAAC;IAC/C,gCAAgC,EAAE,CAAC;SAChC,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,wIAAwI,CACzI;IACH,gBAAgB,EAAE,CAAC;SAChB,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,kMAAkM,CACnM;IACH,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,+DAA+D,CAAC;IAC5E,YAAY,EAAE,CAAC;SACZ,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,sHAAsH,CACvH;CACJ,CAAC,CAAC,QAAQ,CAAC
|
|
1
|
+
{"version":3,"file":"acs-credential-provisioning-automation.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-credential-provisioning-automation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,sCAAsC,GAAG,CAAC,CAAC,MAAM,CAAC;IAC7D,yCAAyC,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC5D,gCAAgC,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IACnD,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IACnC,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;CAChC,CAAC,CAAC,QAAQ,CAAC;;;;;;CAMX,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC5C,wBAAwB,EAAE,CAAC;SACxB,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CAAC,kCAAkC,CAAC;IAC/C,gCAAgC,EAAE,CAAC;SAChC,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,wIAAwI,CACzI;IACH,gBAAgB,EAAE,CAAC;SAChB,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,kMAAkM,CACnM;IACH,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,+DAA+D,CAAC;IAC5E,YAAY,EAAE,CAAC;SACZ,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,sHAAsH,CACvH;CACJ,CAAC,CAAC,QAAQ,CAAC;;;;;;CAMX,CAAC,CAAA"}
|
|
@@ -6636,6 +6636,7 @@ declare const _default: {
|
|
|
6636
6636
|
'x-route-path': string;
|
|
6637
6637
|
};
|
|
6638
6638
|
enrollment_automation: {
|
|
6639
|
+
deprecated: boolean;
|
|
6639
6640
|
description: string;
|
|
6640
6641
|
properties: {
|
|
6641
6642
|
created_at: {
|
|
@@ -6666,6 +6667,7 @@ declare const _default: {
|
|
|
6666
6667
|
};
|
|
6667
6668
|
required: string[];
|
|
6668
6669
|
type: string;
|
|
6670
|
+
'x-deprecated': string;
|
|
6669
6671
|
'x-route-path': string;
|
|
6670
6672
|
};
|
|
6671
6673
|
event: {
|
|
@@ -33744,7 +33746,6 @@ declare const _default: {
|
|
|
33744
33746
|
parameters: {
|
|
33745
33747
|
in: string;
|
|
33746
33748
|
name: string;
|
|
33747
|
-
required: boolean;
|
|
33748
33749
|
schema: {
|
|
33749
33750
|
description: string;
|
|
33750
33751
|
type: string;
|
|
@@ -33851,7 +33852,6 @@ declare const _default: {
|
|
|
33851
33852
|
type: string;
|
|
33852
33853
|
};
|
|
33853
33854
|
};
|
|
33854
|
-
required: string[];
|
|
33855
33855
|
type: string;
|
|
33856
33856
|
};
|
|
33857
33857
|
};
|
|
@@ -42414,6 +42414,7 @@ declare const _default: {
|
|
|
42414
42414
|
})[];
|
|
42415
42415
|
summary: string;
|
|
42416
42416
|
tags: string[];
|
|
42417
|
+
'x-deprecated': string;
|
|
42417
42418
|
'x-fern-sdk-group-name': string[];
|
|
42418
42419
|
'x-fern-sdk-method-name': string;
|
|
42419
42420
|
'x-response-key': null;
|
|
@@ -42560,6 +42561,7 @@ declare const _default: {
|
|
|
42560
42561
|
})[];
|
|
42561
42562
|
summary: string;
|
|
42562
42563
|
tags: string[];
|
|
42564
|
+
'x-deprecated': string;
|
|
42563
42565
|
'x-fern-sdk-group-name': string[];
|
|
42564
42566
|
'x-fern-sdk-method-name': string;
|
|
42565
42567
|
'x-fern-sdk-return-value': string;
|
|
@@ -42649,6 +42651,7 @@ declare const _default: {
|
|
|
42649
42651
|
})[];
|
|
42650
42652
|
summary: string;
|
|
42651
42653
|
tags: string[];
|
|
42654
|
+
'x-deprecated': string;
|
|
42652
42655
|
'x-fern-sdk-group-name': string[];
|
|
42653
42656
|
'x-fern-sdk-method-name': string;
|
|
42654
42657
|
'x-fern-sdk-return-value': string;
|
|
@@ -42802,6 +42805,7 @@ declare const _default: {
|
|
|
42802
42805
|
})[];
|
|
42803
42806
|
summary: string;
|
|
42804
42807
|
tags: string[];
|
|
42808
|
+
'x-deprecated': string;
|
|
42805
42809
|
'x-fern-sdk-group-name': string[];
|
|
42806
42810
|
'x-fern-sdk-method-name': string;
|
|
42807
42811
|
'x-fern-sdk-return-value': string;
|
|
@@ -11404,6 +11404,7 @@ export default {
|
|
|
11404
11404
|
'x-route-path': '/devices',
|
|
11405
11405
|
},
|
|
11406
11406
|
enrollment_automation: {
|
|
11407
|
+
deprecated: true,
|
|
11407
11408
|
description: 'Represents an [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system) within the [Seam mobile access solution](https://docs.seam.co/latest/capability-guides/mobile-access-in-development).',
|
|
11408
11409
|
properties: {
|
|
11409
11410
|
created_at: {
|
|
@@ -11440,6 +11441,7 @@ export default {
|
|
|
11440
11441
|
'workspace_id',
|
|
11441
11442
|
],
|
|
11442
11443
|
type: 'object',
|
|
11444
|
+
'x-deprecated': 'Will be removed. Instead, link the `user_identity` to the `acs_user` in the access system in which you want to issue credentials.',
|
|
11443
11445
|
'x-route-path': '/user_identities/enrollment_automations',
|
|
11444
11446
|
},
|
|
11445
11447
|
event: {
|
|
@@ -39446,7 +39448,6 @@ export default {
|
|
|
39446
39448
|
{
|
|
39447
39449
|
in: 'query',
|
|
39448
39450
|
name: 'collection_key',
|
|
39449
|
-
required: true,
|
|
39450
39451
|
schema: { description: 'Collection key.', type: 'string' },
|
|
39451
39452
|
},
|
|
39452
39453
|
],
|
|
@@ -39540,7 +39541,6 @@ export default {
|
|
|
39540
39541
|
type: 'string',
|
|
39541
39542
|
},
|
|
39542
39543
|
},
|
|
39543
|
-
required: ['collection_key'],
|
|
39544
39544
|
type: 'object',
|
|
39545
39545
|
},
|
|
39546
39546
|
},
|
|
@@ -46293,6 +46293,7 @@ export default {
|
|
|
46293
46293
|
],
|
|
46294
46294
|
summary: '/user_identities/enrollment_automations/delete',
|
|
46295
46295
|
tags: ['/user_identities'],
|
|
46296
|
+
'x-deprecated': 'Will be removed. Instead, link the `user_identity` to the `acs_user` in the access system in which you want to issue credentials.',
|
|
46296
46297
|
'x-fern-sdk-group-name': ['user_identities', 'enrollment_automations'],
|
|
46297
46298
|
'x-fern-sdk-method-name': 'delete',
|
|
46298
46299
|
'x-response-key': null,
|
|
@@ -46399,6 +46400,7 @@ export default {
|
|
|
46399
46400
|
],
|
|
46400
46401
|
summary: '/user_identities/enrollment_automations/get',
|
|
46401
46402
|
tags: ['/user_identities'],
|
|
46403
|
+
'x-deprecated': 'Will be removed. Instead, link the `user_identity` to the `acs_user` in the access system in which you want to issue credentials.',
|
|
46402
46404
|
'x-fern-sdk-group-name': ['user_identities', 'enrollment_automations'],
|
|
46403
46405
|
'x-fern-sdk-method-name': 'get',
|
|
46404
46406
|
'x-fern-sdk-return-value': 'enrollment_automation',
|
|
@@ -46477,6 +46479,7 @@ export default {
|
|
|
46477
46479
|
],
|
|
46478
46480
|
summary: '/user_identities/enrollment_automations/launch',
|
|
46479
46481
|
tags: ['/user_identities'],
|
|
46482
|
+
'x-deprecated': 'Will be removed. Instead, link the `user_identity` to the `acs_user` in the access system in which you want to issue credentials.',
|
|
46480
46483
|
'x-fern-sdk-group-name': ['user_identities', 'enrollment_automations'],
|
|
46481
46484
|
'x-fern-sdk-method-name': 'launch',
|
|
46482
46485
|
'x-fern-sdk-return-value': 'enrollment_automation',
|
|
@@ -46590,6 +46593,7 @@ export default {
|
|
|
46590
46593
|
],
|
|
46591
46594
|
summary: '/user_identities/enrollment_automations/list',
|
|
46592
46595
|
tags: ['/user_identities'],
|
|
46596
|
+
'x-deprecated': 'Will be removed. Instead, link the `user_identity` to the `acs_user` in the access system in which you want to issue credentials.',
|
|
46593
46597
|
'x-fern-sdk-group-name': ['user_identities', 'enrollment_automations'],
|
|
46594
46598
|
'x-fern-sdk-method-name': 'list',
|
|
46595
46599
|
'x-fern-sdk-return-value': 'enrollment_automations',
|