@seamapi/types 1.771.0 → 1.773.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 +494 -8
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +789 -84
- package/dist/index.cjs +494 -8
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +10 -10
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +5 -5
- package/lib/seam/connect/models/action-attempts/encode-credential.js +3 -3
- package/lib/seam/connect/models/action-attempts/encode-credential.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +5 -5
- package/lib/seam/connect/models/action-attempts/scan-credential.js +3 -3
- package/lib/seam/connect/models/action-attempts/scan-credential.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +14 -14
- package/lib/seam/connect/openapi.d.ts +516 -0
- package/lib/seam/connect/openapi.js +488 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +249 -60
- package/package.json +1 -1
- package/src/lib/seam/connect/models/action-attempts/encode-credential.ts +3 -3
- package/src/lib/seam/connect/models/action-attempts/scan-credential.ts +3 -3
- package/src/lib/seam/connect/openapi.ts +539 -2
- package/src/lib/seam/connect/route-types.ts +269 -60
|
@@ -1654,14 +1654,14 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
1654
1654
|
message: string;
|
|
1655
1655
|
type: "encoder_not_online";
|
|
1656
1656
|
}>, z.ZodObject<{
|
|
1657
|
-
type: z.ZodLiteral<"
|
|
1657
|
+
type: z.ZodLiteral<"encoder_communication_timeout">;
|
|
1658
1658
|
message: z.ZodString;
|
|
1659
1659
|
}, "strip", z.ZodTypeAny, {
|
|
1660
1660
|
message: string;
|
|
1661
|
-
type: "
|
|
1661
|
+
type: "encoder_communication_timeout";
|
|
1662
1662
|
}, {
|
|
1663
1663
|
message: string;
|
|
1664
|
-
type: "
|
|
1664
|
+
type: "encoder_communication_timeout";
|
|
1665
1665
|
}>, z.ZodObject<{
|
|
1666
1666
|
type: z.ZodLiteral<"bridge_disconnected">;
|
|
1667
1667
|
message: z.ZodString;
|
|
@@ -1689,7 +1689,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
1689
1689
|
type: "encoder_not_online";
|
|
1690
1690
|
} | {
|
|
1691
1691
|
message: string;
|
|
1692
|
-
type: "
|
|
1692
|
+
type: "encoder_communication_timeout";
|
|
1693
1693
|
} | {
|
|
1694
1694
|
message: string;
|
|
1695
1695
|
type: "bridge_disconnected";
|
|
@@ -1713,7 +1713,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
1713
1713
|
type: "encoder_not_online";
|
|
1714
1714
|
} | {
|
|
1715
1715
|
message: string;
|
|
1716
|
-
type: "
|
|
1716
|
+
type: "encoder_communication_timeout";
|
|
1717
1717
|
} | {
|
|
1718
1718
|
message: string;
|
|
1719
1719
|
type: "bridge_disconnected";
|
|
@@ -2728,14 +2728,14 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
2728
2728
|
message: string;
|
|
2729
2729
|
type: "encoder_not_online";
|
|
2730
2730
|
}>, z.ZodObject<{
|
|
2731
|
-
type: z.ZodLiteral<"
|
|
2731
|
+
type: z.ZodLiteral<"encoder_communication_timeout">;
|
|
2732
2732
|
message: z.ZodString;
|
|
2733
2733
|
}, "strip", z.ZodTypeAny, {
|
|
2734
2734
|
message: string;
|
|
2735
|
-
type: "
|
|
2735
|
+
type: "encoder_communication_timeout";
|
|
2736
2736
|
}, {
|
|
2737
2737
|
message: string;
|
|
2738
|
-
type: "
|
|
2738
|
+
type: "encoder_communication_timeout";
|
|
2739
2739
|
}>, z.ZodObject<{
|
|
2740
2740
|
type: z.ZodLiteral<"bridge_disconnected">;
|
|
2741
2741
|
message: z.ZodString;
|
|
@@ -2778,7 +2778,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
2778
2778
|
type: "encoder_not_online";
|
|
2779
2779
|
} | {
|
|
2780
2780
|
message: string;
|
|
2781
|
-
type: "
|
|
2781
|
+
type: "encoder_communication_timeout";
|
|
2782
2782
|
} | {
|
|
2783
2783
|
message: string;
|
|
2784
2784
|
type: "bridge_disconnected";
|
|
@@ -2811,7 +2811,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
2811
2811
|
type: "encoder_not_online";
|
|
2812
2812
|
} | {
|
|
2813
2813
|
message: string;
|
|
2814
|
-
type: "
|
|
2814
|
+
type: "encoder_communication_timeout";
|
|
2815
2815
|
} | {
|
|
2816
2816
|
message: string;
|
|
2817
2817
|
type: "bridge_disconnected";
|
|
@@ -1007,14 +1007,14 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
1007
1007
|
message: string;
|
|
1008
1008
|
type: "encoder_not_online";
|
|
1009
1009
|
}>, z.ZodObject<{
|
|
1010
|
-
type: z.ZodLiteral<"
|
|
1010
|
+
type: z.ZodLiteral<"encoder_communication_timeout">;
|
|
1011
1011
|
message: z.ZodString;
|
|
1012
1012
|
}, "strip", z.ZodTypeAny, {
|
|
1013
1013
|
message: string;
|
|
1014
|
-
type: "
|
|
1014
|
+
type: "encoder_communication_timeout";
|
|
1015
1015
|
}, {
|
|
1016
1016
|
message: string;
|
|
1017
|
-
type: "
|
|
1017
|
+
type: "encoder_communication_timeout";
|
|
1018
1018
|
}>, z.ZodObject<{
|
|
1019
1019
|
type: z.ZodLiteral<"bridge_disconnected">;
|
|
1020
1020
|
message: z.ZodString;
|
|
@@ -1057,7 +1057,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
1057
1057
|
type: "encoder_not_online";
|
|
1058
1058
|
} | {
|
|
1059
1059
|
message: string;
|
|
1060
|
-
type: "
|
|
1060
|
+
type: "encoder_communication_timeout";
|
|
1061
1061
|
} | {
|
|
1062
1062
|
message: string;
|
|
1063
1063
|
type: "bridge_disconnected";
|
|
@@ -1090,7 +1090,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
1090
1090
|
type: "encoder_not_online";
|
|
1091
1091
|
} | {
|
|
1092
1092
|
message: string;
|
|
1093
|
-
type: "
|
|
1093
|
+
type: "encoder_communication_timeout";
|
|
1094
1094
|
} | {
|
|
1095
1095
|
message: string;
|
|
1096
1096
|
type: "bridge_disconnected";
|
|
@@ -44,10 +44,10 @@ const encoder_not_online_error = z
|
|
|
44
44
|
.describe('Detailed description of the error. Provides insights into the issue and potentially how to rectify it.'),
|
|
45
45
|
})
|
|
46
46
|
.describe('Error to indicate that the encoder is not online.');
|
|
47
|
-
const
|
|
47
|
+
const encoder_communication_timeout = z
|
|
48
48
|
.object({
|
|
49
49
|
type: z
|
|
50
|
-
.literal('
|
|
50
|
+
.literal('encoder_communication_timeout')
|
|
51
51
|
.describe('Error type to indicate that communication with the encoder timed out.'),
|
|
52
52
|
message: z
|
|
53
53
|
.string()
|
|
@@ -80,7 +80,7 @@ const error = z.union([
|
|
|
80
80
|
incompatible_card_format_error,
|
|
81
81
|
credential_cannot_be_reissued,
|
|
82
82
|
encoder_not_online_error,
|
|
83
|
-
|
|
83
|
+
encoder_communication_timeout,
|
|
84
84
|
bridge_disconnected_error,
|
|
85
85
|
encoding_interrupted_error,
|
|
86
86
|
]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"encode-credential.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/action-attempts/encode-credential.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EACL,cAAc,EACd,wBAAwB,GACzB,MAAM,0BAA0B,CAAA;AACjC,OAAO,EACL,4BAA4B,EAC5B,4BAA4B,EAC5B,6BAA6B,EAC7B,+BAA+B,GAChC,MAAM,aAAa,CAAA;AAEpB,MAAM,WAAW,GAAG,CAAC;KAClB,OAAO,CAAC,mBAAmB,CAAC;KAC5B,QAAQ,CACP,uGAAuG,CACxG,CAAA;AAEH,MAAM,8BAA8B,GAAG,CAAC;KACrC,MAAM,CAAC;IACN,IAAI,EAAE,CAAC;SACJ,OAAO,CAAC,0BAA0B,CAAC;SACnC,QAAQ,CACP,oEAAoE,CACrE;IACH,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,QAAQ,CACP,wGAAwG,CACzG;CACJ,CAAC;KACD,QAAQ,CAAC,+DAA+D,CAAC,CAAA;AAE5E,MAAM,8BAA8B,GAAG,CAAC;KACrC,MAAM,CAAC;IACN,IAAI,EAAE,CAAC;SACJ,OAAO,CAAC,0BAA0B,CAAC;SACnC,QAAQ,CAAC,qDAAqD,CAAC;IAClE,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,QAAQ,CACP,wGAAwG,CACzG;CACJ,CAAC;KACD,QAAQ,CAAC,gDAAgD,CAAC,CAAA;AAE7D,MAAM,6BAA6B,GAAG,CAAC;KACpC,MAAM,CAAC;IACN,IAAI,EAAE,CAAC;SACJ,OAAO,CAAC,+BAA+B,CAAC;SACxC,QAAQ,CACP,yEAAyE,CAC1E;IACH,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,QAAQ,CACP,wGAAwG,CACzG;CACJ,CAAC;KACD,QAAQ,CACP,oEAAoE,CACrE,CAAA;AAEH,MAAM,wBAAwB,GAAG,CAAC;KAC/B,MAAM,CAAC;IACN,IAAI,EAAE,CAAC;SACJ,OAAO,CAAC,oBAAoB,CAAC;SAC7B,QAAQ,CAAC,wDAAwD,CAAC;IACrE,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,QAAQ,CACP,wGAAwG,CACzG;CACJ,CAAC;KACD,QAAQ,CAAC,mDAAmD,CAAC,CAAA;AAEhE,MAAM,
|
|
1
|
+
{"version":3,"file":"encode-credential.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/action-attempts/encode-credential.ts"],"names":[],"mappings":"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"}
|
|
@@ -1484,14 +1484,14 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1484
1484
|
message: string;
|
|
1485
1485
|
type: "encoder_not_online";
|
|
1486
1486
|
}>, z.ZodObject<{
|
|
1487
|
-
type: z.ZodLiteral<"
|
|
1487
|
+
type: z.ZodLiteral<"encoder_communication_timeout">;
|
|
1488
1488
|
message: z.ZodString;
|
|
1489
1489
|
}, "strip", z.ZodTypeAny, {
|
|
1490
1490
|
message: string;
|
|
1491
|
-
type: "
|
|
1491
|
+
type: "encoder_communication_timeout";
|
|
1492
1492
|
}, {
|
|
1493
1493
|
message: string;
|
|
1494
|
-
type: "
|
|
1494
|
+
type: "encoder_communication_timeout";
|
|
1495
1495
|
}>, z.ZodObject<{
|
|
1496
1496
|
type: z.ZodLiteral<"bridge_disconnected">;
|
|
1497
1497
|
message: z.ZodString;
|
|
@@ -1519,7 +1519,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1519
1519
|
type: "encoder_not_online";
|
|
1520
1520
|
} | {
|
|
1521
1521
|
message: string;
|
|
1522
|
-
type: "
|
|
1522
|
+
type: "encoder_communication_timeout";
|
|
1523
1523
|
} | {
|
|
1524
1524
|
message: string;
|
|
1525
1525
|
type: "bridge_disconnected";
|
|
@@ -1543,7 +1543,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1543
1543
|
type: "encoder_not_online";
|
|
1544
1544
|
} | {
|
|
1545
1545
|
message: string;
|
|
1546
|
-
type: "
|
|
1546
|
+
type: "encoder_communication_timeout";
|
|
1547
1547
|
} | {
|
|
1548
1548
|
message: string;
|
|
1549
1549
|
type: "bridge_disconnected";
|
|
@@ -24,10 +24,10 @@ const encoder_not_online_error = z
|
|
|
24
24
|
.describe('Detailed description of the error. Provides insights into the issue and potentially how to rectify it.'),
|
|
25
25
|
})
|
|
26
26
|
.describe('Error to indicate that the encoder is not online.');
|
|
27
|
-
const
|
|
27
|
+
const encoder_communication_timeout = z
|
|
28
28
|
.object({
|
|
29
29
|
type: z
|
|
30
|
-
.literal('
|
|
30
|
+
.literal('encoder_communication_timeout')
|
|
31
31
|
.describe('Error type to indicate that communication with the encoder timed out.'),
|
|
32
32
|
message: z
|
|
33
33
|
.string()
|
|
@@ -48,7 +48,7 @@ const error = z.union([
|
|
|
48
48
|
...common_action_attempt_errors,
|
|
49
49
|
no_credential_on_encoder_error,
|
|
50
50
|
encoder_not_online_error,
|
|
51
|
-
|
|
51
|
+
encoder_communication_timeout,
|
|
52
52
|
bridge_disconnected_error,
|
|
53
53
|
]);
|
|
54
54
|
const warning = z
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scan-credential.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/action-attempts/scan-credential.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EACL,cAAc,EACd,yBAAyB,EACzB,wBAAwB,GACzB,MAAM,0BAA0B,CAAA;AACjC,OAAO,EACL,4BAA4B,EAC5B,4BAA4B,EAC5B,6BAA6B,EAC7B,+BAA+B,GAChC,MAAM,aAAa,CAAA;AAEpB,MAAM,WAAW,GAAG,CAAC;KAClB,OAAO,CAAC,iBAAiB,CAAC;KAC1B,QAAQ,CAAC,8DAA8D,CAAC,CAAA;AAE3E,MAAM,8BAA8B,GAAG,CAAC;KACrC,MAAM,CAAC;IACN,IAAI,EAAE,CAAC;SACJ,OAAO,CAAC,0BAA0B,CAAC;SACnC,QAAQ,CACP,oEAAoE,CACrE;IACH,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,QAAQ,CACP,wGAAwG,CACzG;CACJ,CAAC;KACD,QAAQ,CAAC,+DAA+D,CAAC,CAAA;AAE5E,MAAM,wBAAwB,GAAG,CAAC;KAC/B,MAAM,CAAC;IACN,IAAI,EAAE,CAAC;SACJ,OAAO,CAAC,oBAAoB,CAAC;SAC7B,QAAQ,CAAC,wDAAwD,CAAC;IACrE,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,QAAQ,CACP,wGAAwG,CACzG;CACJ,CAAC;KACD,QAAQ,CAAC,mDAAmD,CAAC,CAAA;AAEhE,MAAM,
|
|
1
|
+
{"version":3,"file":"scan-credential.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/action-attempts/scan-credential.ts"],"names":[],"mappings":"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"}
|
|
@@ -9194,14 +9194,14 @@ export declare const batch: z.ZodObject<{
|
|
|
9194
9194
|
message: string;
|
|
9195
9195
|
type: "encoder_not_online";
|
|
9196
9196
|
}>, z.ZodObject<{
|
|
9197
|
-
type: z.ZodLiteral<"
|
|
9197
|
+
type: z.ZodLiteral<"encoder_communication_timeout">;
|
|
9198
9198
|
message: z.ZodString;
|
|
9199
9199
|
}, "strip", z.ZodTypeAny, {
|
|
9200
9200
|
message: string;
|
|
9201
|
-
type: "
|
|
9201
|
+
type: "encoder_communication_timeout";
|
|
9202
9202
|
}, {
|
|
9203
9203
|
message: string;
|
|
9204
|
-
type: "
|
|
9204
|
+
type: "encoder_communication_timeout";
|
|
9205
9205
|
}>, z.ZodObject<{
|
|
9206
9206
|
type: z.ZodLiteral<"bridge_disconnected">;
|
|
9207
9207
|
message: z.ZodString;
|
|
@@ -9229,7 +9229,7 @@ export declare const batch: z.ZodObject<{
|
|
|
9229
9229
|
type: "encoder_not_online";
|
|
9230
9230
|
} | {
|
|
9231
9231
|
message: string;
|
|
9232
|
-
type: "
|
|
9232
|
+
type: "encoder_communication_timeout";
|
|
9233
9233
|
} | {
|
|
9234
9234
|
message: string;
|
|
9235
9235
|
type: "bridge_disconnected";
|
|
@@ -9253,7 +9253,7 @@ export declare const batch: z.ZodObject<{
|
|
|
9253
9253
|
type: "encoder_not_online";
|
|
9254
9254
|
} | {
|
|
9255
9255
|
message: string;
|
|
9256
|
-
type: "
|
|
9256
|
+
type: "encoder_communication_timeout";
|
|
9257
9257
|
} | {
|
|
9258
9258
|
message: string;
|
|
9259
9259
|
type: "bridge_disconnected";
|
|
@@ -10268,14 +10268,14 @@ export declare const batch: z.ZodObject<{
|
|
|
10268
10268
|
message: string;
|
|
10269
10269
|
type: "encoder_not_online";
|
|
10270
10270
|
}>, z.ZodObject<{
|
|
10271
|
-
type: z.ZodLiteral<"
|
|
10271
|
+
type: z.ZodLiteral<"encoder_communication_timeout">;
|
|
10272
10272
|
message: z.ZodString;
|
|
10273
10273
|
}, "strip", z.ZodTypeAny, {
|
|
10274
10274
|
message: string;
|
|
10275
|
-
type: "
|
|
10275
|
+
type: "encoder_communication_timeout";
|
|
10276
10276
|
}, {
|
|
10277
10277
|
message: string;
|
|
10278
|
-
type: "
|
|
10278
|
+
type: "encoder_communication_timeout";
|
|
10279
10279
|
}>, z.ZodObject<{
|
|
10280
10280
|
type: z.ZodLiteral<"bridge_disconnected">;
|
|
10281
10281
|
message: z.ZodString;
|
|
@@ -10318,7 +10318,7 @@ export declare const batch: z.ZodObject<{
|
|
|
10318
10318
|
type: "encoder_not_online";
|
|
10319
10319
|
} | {
|
|
10320
10320
|
message: string;
|
|
10321
|
-
type: "
|
|
10321
|
+
type: "encoder_communication_timeout";
|
|
10322
10322
|
} | {
|
|
10323
10323
|
message: string;
|
|
10324
10324
|
type: "bridge_disconnected";
|
|
@@ -10351,7 +10351,7 @@ export declare const batch: z.ZodObject<{
|
|
|
10351
10351
|
type: "encoder_not_online";
|
|
10352
10352
|
} | {
|
|
10353
10353
|
message: string;
|
|
10354
|
-
type: "
|
|
10354
|
+
type: "encoder_communication_timeout";
|
|
10355
10355
|
} | {
|
|
10356
10356
|
message: string;
|
|
10357
10357
|
type: "bridge_disconnected";
|
|
@@ -27148,7 +27148,7 @@ export declare const batch: z.ZodObject<{
|
|
|
27148
27148
|
type: "encoder_not_online";
|
|
27149
27149
|
} | {
|
|
27150
27150
|
message: string;
|
|
27151
|
-
type: "
|
|
27151
|
+
type: "encoder_communication_timeout";
|
|
27152
27152
|
} | {
|
|
27153
27153
|
message: string;
|
|
27154
27154
|
type: "bridge_disconnected";
|
|
@@ -27423,7 +27423,7 @@ export declare const batch: z.ZodObject<{
|
|
|
27423
27423
|
type: "encoder_not_online";
|
|
27424
27424
|
} | {
|
|
27425
27425
|
message: string;
|
|
27426
|
-
type: "
|
|
27426
|
+
type: "encoder_communication_timeout";
|
|
27427
27427
|
} | {
|
|
27428
27428
|
message: string;
|
|
27429
27429
|
type: "bridge_disconnected";
|
|
@@ -32009,7 +32009,7 @@ export declare const batch: z.ZodObject<{
|
|
|
32009
32009
|
type: "encoder_not_online";
|
|
32010
32010
|
} | {
|
|
32011
32011
|
message: string;
|
|
32012
|
-
type: "
|
|
32012
|
+
type: "encoder_communication_timeout";
|
|
32013
32013
|
} | {
|
|
32014
32014
|
message: string;
|
|
32015
32015
|
type: "bridge_disconnected";
|
|
@@ -32284,7 +32284,7 @@ export declare const batch: z.ZodObject<{
|
|
|
32284
32284
|
type: "encoder_not_online";
|
|
32285
32285
|
} | {
|
|
32286
32286
|
message: string;
|
|
32287
|
-
type: "
|
|
32287
|
+
type: "encoder_communication_timeout";
|
|
32288
32288
|
} | {
|
|
32289
32289
|
message: string;
|
|
32290
32290
|
type: "bridge_disconnected";
|