@seamapi/types 1.347.0 → 1.348.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 +12 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +11 -0
- package/lib/seam/connect/models/acs/acs-encoder.js +1 -0
- package/lib/seam/connect/models/acs/acs-encoder.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +11 -0
- package/lib/seam/connect/openapi.js +11 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-encoder.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +12 -0
package/dist/connect.d.cts
CHANGED
|
@@ -17167,6 +17167,7 @@ declare const _default: {
|
|
|
17167
17167
|
'x-route-path': string;
|
|
17168
17168
|
};
|
|
17169
17169
|
acs_encoder: {
|
|
17170
|
+
description: string;
|
|
17170
17171
|
properties: {
|
|
17171
17172
|
acs_encoder_id: {
|
|
17172
17173
|
description: string;
|
|
@@ -24619,6 +24620,16 @@ declare const _default: {
|
|
|
24619
24620
|
scheme: string;
|
|
24620
24621
|
type: string;
|
|
24621
24622
|
};
|
|
24623
|
+
bridge_client_session: {
|
|
24624
|
+
bearerFormat: string;
|
|
24625
|
+
scheme: string;
|
|
24626
|
+
type: string;
|
|
24627
|
+
};
|
|
24628
|
+
certified_client: {
|
|
24629
|
+
bearerFormat: string;
|
|
24630
|
+
scheme: string;
|
|
24631
|
+
type: string;
|
|
24632
|
+
};
|
|
24622
24633
|
client_session: {
|
|
24623
24634
|
bearerFormat: string;
|
|
24624
24635
|
scheme: string;
|
|
@@ -42,5 +42,6 @@ export const acs_encoder = z.object({
|
|
|
42
42
|
---
|
|
43
43
|
route_path: /acs/encoders
|
|
44
44
|
---
|
|
45
|
+
Represents a hardware device that encodes [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) data onto physical cards within an [access control system](https://docs.seam.co/latest/capability-guides/access-systems). See also [Working with Card Encoders and Scanners](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners).
|
|
45
46
|
`);
|
|
46
47
|
//# sourceMappingURL=acs-encoder.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"acs-encoder.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-encoder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,wBAAwB,GAAG,CAAC,CAAC,MAAM,CAAC;IACxC,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,gDAAgD,CAAC;IAC7D,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,QAAQ,CACP,wGAAwG,CACzG;CACJ,CAAC,CAAA;AAEF,MAAM,sBAAsB,GAC1B,oGAAoG,CAAA;AAEtG,MAAM,mBAAmB,GAAG,wBAAwB,CAAC,MAAM,CAAC;IAC1D,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,qBAAqB,CAAC,CAAC,QAAQ,CAAC,sBAAsB,CAAC;CAC9E,CAAC,CAAA;AAEF,MAAM,iBAAiB;AACrB,YAAY;AACZ,mBAAmB;IACjB,KAAK;KACJ,QAAQ,CAAC,0CAA0C,CAAC,CAAA;AAEzD,MAAM,qBAAqB,GAAG,CAAC,CAAC,MAAM,CAAC;IACrC,mBAAmB,EAAE,mBAAmB,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;CAC/D,CAAC,CAAA;AAIF,MAAM,CAAC,MAAM,WAAW,GAAG,CAAC,CAAC,MAAM,CAAC;IAClC,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,CAAC,0BAA0B,CAAC;IACtE,aAAa,EAAE,CAAC;SACb,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,kEAAkE,CACnE;IACH,YAAY,EAAE,CAAC;SACZ,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,6GAA6G,CAC9G;IACH,MAAM,EAAE,CAAC;SACN,KAAK,CAAC,iBAAiB,CAAC;SACxB,QAAQ,CAAC,2CAA2C,CAAC;IACxD,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,uDAAuD,CAAC;IACpE,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,qCAAqC,CAAC;CACzE,CAAC,CAAC,QAAQ,CAAC
|
|
1
|
+
{"version":3,"file":"acs-encoder.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-encoder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,wBAAwB,GAAG,CAAC,CAAC,MAAM,CAAC;IACxC,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,gDAAgD,CAAC;IAC7D,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,QAAQ,CACP,wGAAwG,CACzG;CACJ,CAAC,CAAA;AAEF,MAAM,sBAAsB,GAC1B,oGAAoG,CAAA;AAEtG,MAAM,mBAAmB,GAAG,wBAAwB,CAAC,MAAM,CAAC;IAC1D,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,qBAAqB,CAAC,CAAC,QAAQ,CAAC,sBAAsB,CAAC;CAC9E,CAAC,CAAA;AAEF,MAAM,iBAAiB;AACrB,YAAY;AACZ,mBAAmB;IACjB,KAAK;KACJ,QAAQ,CAAC,0CAA0C,CAAC,CAAA;AAEzD,MAAM,qBAAqB,GAAG,CAAC,CAAC,MAAM,CAAC;IACrC,mBAAmB,EAAE,mBAAmB,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;CAC/D,CAAC,CAAA;AAIF,MAAM,CAAC,MAAM,WAAW,GAAG,CAAC,CAAC,MAAM,CAAC;IAClC,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,CAAC,0BAA0B,CAAC;IACtE,aAAa,EAAE,CAAC;SACb,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,kEAAkE,CACnE;IACH,YAAY,EAAE,CAAC;SACZ,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,6GAA6G,CAC9G;IACH,MAAM,EAAE,CAAC;SACN,KAAK,CAAC,iBAAiB,CAAC;SACxB,QAAQ,CAAC,2CAA2C,CAAC;IACxD,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,uDAAuD,CAAC;IACpE,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,qCAAqC,CAAC;CACzE,CAAC,CAAC,QAAQ,CAAC;;;;;CAKX,CAAC,CAAA"}
|
|
@@ -566,6 +566,7 @@ declare const _default: {
|
|
|
566
566
|
'x-route-path': string;
|
|
567
567
|
};
|
|
568
568
|
acs_encoder: {
|
|
569
|
+
description: string;
|
|
569
570
|
properties: {
|
|
570
571
|
acs_encoder_id: {
|
|
571
572
|
description: string;
|
|
@@ -8018,6 +8019,16 @@ declare const _default: {
|
|
|
8018
8019
|
scheme: string;
|
|
8019
8020
|
type: string;
|
|
8020
8021
|
};
|
|
8022
|
+
bridge_client_session: {
|
|
8023
|
+
bearerFormat: string;
|
|
8024
|
+
scheme: string;
|
|
8025
|
+
type: string;
|
|
8026
|
+
};
|
|
8027
|
+
certified_client: {
|
|
8028
|
+
bearerFormat: string;
|
|
8029
|
+
scheme: string;
|
|
8030
|
+
type: string;
|
|
8031
|
+
};
|
|
8021
8032
|
client_session: {
|
|
8022
8033
|
bearerFormat: string;
|
|
8023
8034
|
scheme: string;
|
|
@@ -1201,6 +1201,7 @@ export default {
|
|
|
1201
1201
|
'x-route-path': '/acs/credential_provisioning_automations',
|
|
1202
1202
|
},
|
|
1203
1203
|
acs_encoder: {
|
|
1204
|
+
description: 'Represents a hardware device that encodes [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) data onto physical cards within an [access control system](https://docs.seam.co/latest/capability-guides/access-systems). See also [Working with Card Encoders and Scanners](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners).',
|
|
1204
1205
|
properties: {
|
|
1205
1206
|
acs_encoder_id: {
|
|
1206
1207
|
description: 'ID of the `acs_encoder`.',
|
|
@@ -13328,6 +13329,16 @@ export default {
|
|
|
13328
13329
|
type: 'http',
|
|
13329
13330
|
},
|
|
13330
13331
|
api_key: { bearerFormat: 'API Key', scheme: 'bearer', type: 'http' },
|
|
13332
|
+
bridge_client_session: {
|
|
13333
|
+
bearerFormat: 'Bridge Client Session Token',
|
|
13334
|
+
scheme: 'bearer',
|
|
13335
|
+
type: 'http',
|
|
13336
|
+
},
|
|
13337
|
+
certified_client: {
|
|
13338
|
+
bearerFormat: 'Certified Client',
|
|
13339
|
+
scheme: 'bearer',
|
|
13340
|
+
type: 'http',
|
|
13341
|
+
},
|
|
13331
13342
|
client_session: {
|
|
13332
13343
|
bearerFormat: 'Client Session Token',
|
|
13333
13344
|
scheme: 'bearer',
|