@seamapi/types 1.313.0 → 1.313.1
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 +292 -10
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +461 -52
- 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/openapi.d.ts +346 -0
- package/lib/seam/connect/openapi.js +286 -4
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +105 -42
- 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 +286 -4
- package/src/lib/seam/connect/route-types.ts +114 -42
|
@@ -1309,13 +1309,13 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1309
1309
|
type: "action_attempt_expired";
|
|
1310
1310
|
message: string;
|
|
1311
1311
|
}>, z.ZodObject<{
|
|
1312
|
-
type: z.ZodLiteral<"
|
|
1312
|
+
type: z.ZodLiteral<"no_credential_on_encoder">;
|
|
1313
1313
|
message: z.ZodString;
|
|
1314
1314
|
}, "strip", z.ZodTypeAny, {
|
|
1315
|
-
type: "
|
|
1315
|
+
type: "no_credential_on_encoder";
|
|
1316
1316
|
message: string;
|
|
1317
1317
|
}, {
|
|
1318
|
-
type: "
|
|
1318
|
+
type: "no_credential_on_encoder";
|
|
1319
1319
|
message: string;
|
|
1320
1320
|
}>]>;
|
|
1321
1321
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -1326,7 +1326,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1326
1326
|
type: "action_attempt_expired";
|
|
1327
1327
|
message: string;
|
|
1328
1328
|
} | {
|
|
1329
|
-
type: "
|
|
1329
|
+
type: "no_credential_on_encoder";
|
|
1330
1330
|
message: string;
|
|
1331
1331
|
};
|
|
1332
1332
|
status: "error";
|
|
@@ -1341,7 +1341,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1341
1341
|
type: "action_attempt_expired";
|
|
1342
1342
|
message: string;
|
|
1343
1343
|
} | {
|
|
1344
|
-
type: "
|
|
1344
|
+
type: "no_credential_on_encoder";
|
|
1345
1345
|
message: string;
|
|
1346
1346
|
};
|
|
1347
1347
|
status: "error";
|
|
@@ -2079,13 +2079,13 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2079
2079
|
type: "action_attempt_expired";
|
|
2080
2080
|
message: string;
|
|
2081
2081
|
}>, z.ZodObject<{
|
|
2082
|
-
type: z.ZodLiteral<"
|
|
2082
|
+
type: z.ZodLiteral<"no_credential_on_encoder">;
|
|
2083
2083
|
message: z.ZodString;
|
|
2084
2084
|
}, "strip", z.ZodTypeAny, {
|
|
2085
|
-
type: "
|
|
2085
|
+
type: "no_credential_on_encoder";
|
|
2086
2086
|
message: string;
|
|
2087
2087
|
}, {
|
|
2088
|
-
type: "
|
|
2088
|
+
type: "no_credential_on_encoder";
|
|
2089
2089
|
message: string;
|
|
2090
2090
|
}>, z.ZodObject<{
|
|
2091
2091
|
type: z.ZodLiteral<"incompatible_card_format">;
|
|
@@ -2105,7 +2105,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2105
2105
|
type: "action_attempt_expired";
|
|
2106
2106
|
message: string;
|
|
2107
2107
|
} | {
|
|
2108
|
-
type: "
|
|
2108
|
+
type: "no_credential_on_encoder";
|
|
2109
2109
|
message: string;
|
|
2110
2110
|
} | {
|
|
2111
2111
|
type: "incompatible_card_format";
|
|
@@ -2123,7 +2123,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2123
2123
|
type: "action_attempt_expired";
|
|
2124
2124
|
message: string;
|
|
2125
2125
|
} | {
|
|
2126
|
-
type: "
|
|
2126
|
+
type: "no_credential_on_encoder";
|
|
2127
2127
|
message: string;
|
|
2128
2128
|
} | {
|
|
2129
2129
|
type: "incompatible_card_format";
|
|
@@ -730,13 +730,13 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
730
730
|
type: "action_attempt_expired";
|
|
731
731
|
message: string;
|
|
732
732
|
}>, z.ZodObject<{
|
|
733
|
-
type: z.ZodLiteral<"
|
|
733
|
+
type: z.ZodLiteral<"no_credential_on_encoder">;
|
|
734
734
|
message: z.ZodString;
|
|
735
735
|
}, "strip", z.ZodTypeAny, {
|
|
736
|
-
type: "
|
|
736
|
+
type: "no_credential_on_encoder";
|
|
737
737
|
message: string;
|
|
738
738
|
}, {
|
|
739
|
-
type: "
|
|
739
|
+
type: "no_credential_on_encoder";
|
|
740
740
|
message: string;
|
|
741
741
|
}>, z.ZodObject<{
|
|
742
742
|
type: z.ZodLiteral<"incompatible_card_format">;
|
|
@@ -756,7 +756,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
756
756
|
type: "action_attempt_expired";
|
|
757
757
|
message: string;
|
|
758
758
|
} | {
|
|
759
|
-
type: "
|
|
759
|
+
type: "no_credential_on_encoder";
|
|
760
760
|
message: string;
|
|
761
761
|
} | {
|
|
762
762
|
type: "incompatible_card_format";
|
|
@@ -774,7 +774,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
774
774
|
type: "action_attempt_expired";
|
|
775
775
|
message: string;
|
|
776
776
|
} | {
|
|
777
|
-
type: "
|
|
777
|
+
type: "no_credential_on_encoder";
|
|
778
778
|
message: string;
|
|
779
779
|
} | {
|
|
780
780
|
type: "incompatible_card_format";
|
|
@@ -2,8 +2,8 @@ import { z } from 'zod';
|
|
|
2
2
|
import { acs_credential, unmanaged_acs_credential, } from '../acs/acs-credential.js';
|
|
3
3
|
import { common_action_attempt_errors, common_failed_action_attempt, common_pending_action_attempt, common_succeeded_action_attempt, } from './common.js';
|
|
4
4
|
const action_type = z.literal('ENCODE_CREDENTIAL');
|
|
5
|
-
const
|
|
6
|
-
type: z.literal('
|
|
5
|
+
const no_credential_on_encoder_error = z.object({
|
|
6
|
+
type: z.literal('no_credential_on_encoder'),
|
|
7
7
|
message: z.string(),
|
|
8
8
|
});
|
|
9
9
|
const incompatible_card_format_error = z.object({
|
|
@@ -12,7 +12,7 @@ const incompatible_card_format_error = z.object({
|
|
|
12
12
|
});
|
|
13
13
|
const error = z.union([
|
|
14
14
|
...common_action_attempt_errors,
|
|
15
|
-
|
|
15
|
+
no_credential_on_encoder_error,
|
|
16
16
|
incompatible_card_format_error,
|
|
17
17
|
]);
|
|
18
18
|
const result = acs_credential.or(unmanaged_acs_credential);
|
|
@@ -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,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAA;AAElD,MAAM,
|
|
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,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAA;AAElD,MAAM,8BAA8B,GAAG,CAAC,CAAC,MAAM,CAAC;IAC9C,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,0BAA0B,CAAC;IAC3C,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;CACpB,CAAC,CAAA;AAEF,MAAM,8BAA8B,GAAG,CAAC,CAAC,MAAM,CAAC;IAC9C,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,0BAA0B,CAAC;IAC3C,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;CACpB,CAAC,CAAA;AAEF,MAAM,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC;IACpB,GAAG,4BAA4B;IAC/B,8BAA8B;IAC9B,8BAA8B;CAC/B,CAAC,CAAA;AAEF,MAAM,MAAM,GAAG,cAAc,CAAC,EAAE,CAAC,wBAAwB,CAAC,CAAA;AAE1D,MAAM,CAAC,MAAM,gCAAgC,GAAG,CAAC,CAAC,kBAAkB,CAAC,QAAQ,EAAE;IAC7E,6BAA6B;SAC1B,MAAM,CAAC;QACN,WAAW;KACZ,CAAC;SACD,QAAQ,CAAC,iDAAiD,CAAC;IAC9D,+BAA+B;SAC5B,MAAM,CAAC;QACN,WAAW;QACX,MAAM;KACP,CAAC;SACD,QAAQ,CAAC,2DAA2D,CAAC;IACxE,4BAA4B;SACzB,MAAM,CAAC,EAAE,WAAW,EAAE,KAAK,EAAE,CAAC;SAC9B,QAAQ,CAAC,wDAAwD,CAAC;CACtE,CAAC,CAAA"}
|
|
@@ -1153,13 +1153,13 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1153
1153
|
type: "action_attempt_expired";
|
|
1154
1154
|
message: string;
|
|
1155
1155
|
}>, z.ZodObject<{
|
|
1156
|
-
type: z.ZodLiteral<"
|
|
1156
|
+
type: z.ZodLiteral<"no_credential_on_encoder">;
|
|
1157
1157
|
message: z.ZodString;
|
|
1158
1158
|
}, "strip", z.ZodTypeAny, {
|
|
1159
|
-
type: "
|
|
1159
|
+
type: "no_credential_on_encoder";
|
|
1160
1160
|
message: string;
|
|
1161
1161
|
}, {
|
|
1162
|
-
type: "
|
|
1162
|
+
type: "no_credential_on_encoder";
|
|
1163
1163
|
message: string;
|
|
1164
1164
|
}>]>;
|
|
1165
1165
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -1170,7 +1170,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1170
1170
|
type: "action_attempt_expired";
|
|
1171
1171
|
message: string;
|
|
1172
1172
|
} | {
|
|
1173
|
-
type: "
|
|
1173
|
+
type: "no_credential_on_encoder";
|
|
1174
1174
|
message: string;
|
|
1175
1175
|
};
|
|
1176
1176
|
status: "error";
|
|
@@ -1185,7 +1185,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1185
1185
|
type: "action_attempt_expired";
|
|
1186
1186
|
message: string;
|
|
1187
1187
|
} | {
|
|
1188
|
-
type: "
|
|
1188
|
+
type: "no_credential_on_encoder";
|
|
1189
1189
|
message: string;
|
|
1190
1190
|
};
|
|
1191
1191
|
status: "error";
|
|
@@ -2,13 +2,13 @@ import { z } from 'zod';
|
|
|
2
2
|
import { acs_credential, acs_credential_on_encoder, unmanaged_acs_credential, } from '../acs/acs-credential.js';
|
|
3
3
|
import { common_action_attempt_errors, common_failed_action_attempt, common_pending_action_attempt, common_succeeded_action_attempt, } from './common.js';
|
|
4
4
|
const action_type = z.literal('SCAN_CREDENTIAL');
|
|
5
|
-
const
|
|
6
|
-
type: z.literal('
|
|
5
|
+
const no_credential_on_encoder_error = z.object({
|
|
6
|
+
type: z.literal('no_credential_on_encoder'),
|
|
7
7
|
message: z.string(),
|
|
8
8
|
});
|
|
9
9
|
const error = z.union([
|
|
10
10
|
...common_action_attempt_errors,
|
|
11
|
-
|
|
11
|
+
no_credential_on_encoder_error,
|
|
12
12
|
]);
|
|
13
13
|
const warning = z.object({
|
|
14
14
|
warning_code: z.union([
|
|
@@ -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,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAA;AAEhD,MAAM,
|
|
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,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAA;AAEhD,MAAM,8BAA8B,GAAG,CAAC,CAAC,MAAM,CAAC;IAC9C,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,0BAA0B,CAAC;IAC3C,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;CACpB,CAAC,CAAA;AAEF,MAAM,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC;IACpB,GAAG,4BAA4B;IAC/B,8BAA8B;CAC/B,CAAC,CAAA;AAEF,MAAM,OAAO,GAAG,CAAC,CAAC,MAAM,CAAC;IACvB,YAAY,EAAE,CAAC,CAAC,KAAK,CAAC;QACpB,CAAC,CAAC,OAAO,CAAC,uCAAuC,CAAC;QAClD,CAAC,CAAC,OAAO,CAAC,kCAAkC,CAAC;KAC9C,CAAC;IACF,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE;CAC5B,CAAC,CAAA;AAEF,MAAM,sBAAsB,GAAG,cAAc,CAAC,EAAE,CAAC,wBAAwB,CAAC,CAAA;AAE1E,MAAM,MAAM,GAAG,CAAC,CAAC,MAAM,CAAC;IACtB,yBAAyB,EAAE,yBAAyB;SACjD,QAAQ,EAAE;SACV,QAAQ,CAAC,yDAAyD,CAAC;IACtE,sBAAsB,EAAE,sBAAsB;SAC3C,QAAQ,EAAE;SACV,QAAQ,CAAC,yDAAyD,CAAC;IACtE,QAAQ,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC;CAC3B,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,8BAA8B,GAAG,CAAC,CAAC,kBAAkB,CAAC,QAAQ,EAAE;IAC3E,6BAA6B;SAC1B,MAAM,CAAC;QACN,WAAW;KACZ,CAAC;SACD,QAAQ,CAAC,gDAAgD,CAAC;IAC7D,+BAA+B;SAC5B,MAAM,CAAC;QACN,WAAW;QACX,MAAM;KACP,CAAC;SACD,QAAQ,CAAC,0DAA0D,CAAC;IACvE,4BAA4B;SACzB,MAAM,CAAC,EAAE,WAAW,EAAE,KAAK,EAAE,CAAC;SAC9B,QAAQ,CAAC,uDAAuD,CAAC;CACrE,CAAC,CAAA"}
|
|
@@ -11956,6 +11956,352 @@ declare const _default: {
|
|
|
11956
11956
|
'x-undocumented': string;
|
|
11957
11957
|
};
|
|
11958
11958
|
};
|
|
11959
|
+
'/acs/encoders/simulate/next_credential_encode_will_fail': {
|
|
11960
|
+
post: {
|
|
11961
|
+
operationId: string;
|
|
11962
|
+
requestBody: {
|
|
11963
|
+
content: {
|
|
11964
|
+
'application/json': {
|
|
11965
|
+
schema: {
|
|
11966
|
+
oneOf: ({
|
|
11967
|
+
additionalProperties: boolean;
|
|
11968
|
+
properties: {
|
|
11969
|
+
acs_encoder_id: {
|
|
11970
|
+
format: string;
|
|
11971
|
+
type: string;
|
|
11972
|
+
};
|
|
11973
|
+
error_code: {
|
|
11974
|
+
default: string;
|
|
11975
|
+
enum: string[];
|
|
11976
|
+
type: string;
|
|
11977
|
+
};
|
|
11978
|
+
acs_credential_id?: never;
|
|
11979
|
+
};
|
|
11980
|
+
required: string[];
|
|
11981
|
+
type: string;
|
|
11982
|
+
} | {
|
|
11983
|
+
additionalProperties: boolean;
|
|
11984
|
+
properties: {
|
|
11985
|
+
acs_credential_id: {
|
|
11986
|
+
format: string;
|
|
11987
|
+
type: string;
|
|
11988
|
+
};
|
|
11989
|
+
acs_encoder_id: {
|
|
11990
|
+
format: string;
|
|
11991
|
+
type: string;
|
|
11992
|
+
};
|
|
11993
|
+
error_code: {
|
|
11994
|
+
enum: string[];
|
|
11995
|
+
type: string;
|
|
11996
|
+
default?: never;
|
|
11997
|
+
};
|
|
11998
|
+
};
|
|
11999
|
+
required: string[];
|
|
12000
|
+
type: string;
|
|
12001
|
+
})[];
|
|
12002
|
+
};
|
|
12003
|
+
};
|
|
12004
|
+
};
|
|
12005
|
+
};
|
|
12006
|
+
responses: {
|
|
12007
|
+
200: {
|
|
12008
|
+
content: {
|
|
12009
|
+
'application/json': {
|
|
12010
|
+
schema: {
|
|
12011
|
+
properties: {
|
|
12012
|
+
ok: {
|
|
12013
|
+
type: string;
|
|
12014
|
+
};
|
|
12015
|
+
};
|
|
12016
|
+
required: string[];
|
|
12017
|
+
type: string;
|
|
12018
|
+
};
|
|
12019
|
+
};
|
|
12020
|
+
};
|
|
12021
|
+
description: string;
|
|
12022
|
+
};
|
|
12023
|
+
400: {
|
|
12024
|
+
description: string;
|
|
12025
|
+
};
|
|
12026
|
+
401: {
|
|
12027
|
+
description: string;
|
|
12028
|
+
};
|
|
12029
|
+
};
|
|
12030
|
+
security: ({
|
|
12031
|
+
api_key: never[];
|
|
12032
|
+
pat_with_workspace?: never;
|
|
12033
|
+
console_session_with_workspace?: never;
|
|
12034
|
+
} | {
|
|
12035
|
+
pat_with_workspace: never[];
|
|
12036
|
+
api_key?: never;
|
|
12037
|
+
console_session_with_workspace?: never;
|
|
12038
|
+
} | {
|
|
12039
|
+
console_session_with_workspace: never[];
|
|
12040
|
+
api_key?: never;
|
|
12041
|
+
pat_with_workspace?: never;
|
|
12042
|
+
})[];
|
|
12043
|
+
summary: string;
|
|
12044
|
+
tags: string[];
|
|
12045
|
+
'x-fern-sdk-group-name': string[];
|
|
12046
|
+
'x-fern-sdk-method-name': string;
|
|
12047
|
+
'x-response-key': null;
|
|
12048
|
+
'x-undocumented': string;
|
|
12049
|
+
};
|
|
12050
|
+
};
|
|
12051
|
+
'/acs/encoders/simulate/next_credential_encode_will_succeed': {
|
|
12052
|
+
post: {
|
|
12053
|
+
operationId: string;
|
|
12054
|
+
requestBody: {
|
|
12055
|
+
content: {
|
|
12056
|
+
'application/json': {
|
|
12057
|
+
schema: {
|
|
12058
|
+
additionalProperties: boolean;
|
|
12059
|
+
properties: {
|
|
12060
|
+
acs_encoder_id: {
|
|
12061
|
+
format: string;
|
|
12062
|
+
type: string;
|
|
12063
|
+
};
|
|
12064
|
+
scenario: {
|
|
12065
|
+
default: string;
|
|
12066
|
+
enum: string[];
|
|
12067
|
+
type: string;
|
|
12068
|
+
};
|
|
12069
|
+
};
|
|
12070
|
+
required: string[];
|
|
12071
|
+
type: string;
|
|
12072
|
+
};
|
|
12073
|
+
};
|
|
12074
|
+
};
|
|
12075
|
+
};
|
|
12076
|
+
responses: {
|
|
12077
|
+
200: {
|
|
12078
|
+
content: {
|
|
12079
|
+
'application/json': {
|
|
12080
|
+
schema: {
|
|
12081
|
+
properties: {
|
|
12082
|
+
ok: {
|
|
12083
|
+
type: string;
|
|
12084
|
+
};
|
|
12085
|
+
};
|
|
12086
|
+
required: string[];
|
|
12087
|
+
type: string;
|
|
12088
|
+
};
|
|
12089
|
+
};
|
|
12090
|
+
};
|
|
12091
|
+
description: string;
|
|
12092
|
+
};
|
|
12093
|
+
400: {
|
|
12094
|
+
description: string;
|
|
12095
|
+
};
|
|
12096
|
+
401: {
|
|
12097
|
+
description: string;
|
|
12098
|
+
};
|
|
12099
|
+
};
|
|
12100
|
+
security: ({
|
|
12101
|
+
api_key: never[];
|
|
12102
|
+
pat_with_workspace?: never;
|
|
12103
|
+
console_session_with_workspace?: never;
|
|
12104
|
+
} | {
|
|
12105
|
+
pat_with_workspace: never[];
|
|
12106
|
+
api_key?: never;
|
|
12107
|
+
console_session_with_workspace?: never;
|
|
12108
|
+
} | {
|
|
12109
|
+
console_session_with_workspace: never[];
|
|
12110
|
+
api_key?: never;
|
|
12111
|
+
pat_with_workspace?: never;
|
|
12112
|
+
})[];
|
|
12113
|
+
summary: string;
|
|
12114
|
+
tags: string[];
|
|
12115
|
+
'x-fern-sdk-group-name': string[];
|
|
12116
|
+
'x-fern-sdk-method-name': string;
|
|
12117
|
+
'x-response-key': null;
|
|
12118
|
+
'x-undocumented': string;
|
|
12119
|
+
};
|
|
12120
|
+
};
|
|
12121
|
+
'/acs/encoders/simulate/next_credential_scan_will_fail': {
|
|
12122
|
+
post: {
|
|
12123
|
+
operationId: string;
|
|
12124
|
+
requestBody: {
|
|
12125
|
+
content: {
|
|
12126
|
+
'application/json': {
|
|
12127
|
+
schema: {
|
|
12128
|
+
oneOf: ({
|
|
12129
|
+
additionalProperties: boolean;
|
|
12130
|
+
properties: {
|
|
12131
|
+
acs_encoder_id: {
|
|
12132
|
+
format: string;
|
|
12133
|
+
type: string;
|
|
12134
|
+
};
|
|
12135
|
+
error_code: {
|
|
12136
|
+
default: string;
|
|
12137
|
+
enum: string[];
|
|
12138
|
+
type: string;
|
|
12139
|
+
};
|
|
12140
|
+
acs_credential_id_on_seam?: never;
|
|
12141
|
+
};
|
|
12142
|
+
required: string[];
|
|
12143
|
+
type: string;
|
|
12144
|
+
} | {
|
|
12145
|
+
additionalProperties: boolean;
|
|
12146
|
+
properties: {
|
|
12147
|
+
acs_credential_id_on_seam: {
|
|
12148
|
+
format: string;
|
|
12149
|
+
type: string;
|
|
12150
|
+
};
|
|
12151
|
+
acs_encoder_id: {
|
|
12152
|
+
format: string;
|
|
12153
|
+
type: string;
|
|
12154
|
+
};
|
|
12155
|
+
error_code: {
|
|
12156
|
+
enum: string[];
|
|
12157
|
+
type: string;
|
|
12158
|
+
default?: never;
|
|
12159
|
+
};
|
|
12160
|
+
};
|
|
12161
|
+
required: string[];
|
|
12162
|
+
type: string;
|
|
12163
|
+
})[];
|
|
12164
|
+
};
|
|
12165
|
+
};
|
|
12166
|
+
};
|
|
12167
|
+
};
|
|
12168
|
+
responses: {
|
|
12169
|
+
200: {
|
|
12170
|
+
content: {
|
|
12171
|
+
'application/json': {
|
|
12172
|
+
schema: {
|
|
12173
|
+
properties: {
|
|
12174
|
+
ok: {
|
|
12175
|
+
type: string;
|
|
12176
|
+
};
|
|
12177
|
+
};
|
|
12178
|
+
required: string[];
|
|
12179
|
+
type: string;
|
|
12180
|
+
};
|
|
12181
|
+
};
|
|
12182
|
+
};
|
|
12183
|
+
description: string;
|
|
12184
|
+
};
|
|
12185
|
+
400: {
|
|
12186
|
+
description: string;
|
|
12187
|
+
};
|
|
12188
|
+
401: {
|
|
12189
|
+
description: string;
|
|
12190
|
+
};
|
|
12191
|
+
};
|
|
12192
|
+
security: ({
|
|
12193
|
+
api_key: never[];
|
|
12194
|
+
pat_with_workspace?: never;
|
|
12195
|
+
console_session_with_workspace?: never;
|
|
12196
|
+
} | {
|
|
12197
|
+
pat_with_workspace: never[];
|
|
12198
|
+
api_key?: never;
|
|
12199
|
+
console_session_with_workspace?: never;
|
|
12200
|
+
} | {
|
|
12201
|
+
console_session_with_workspace: never[];
|
|
12202
|
+
api_key?: never;
|
|
12203
|
+
pat_with_workspace?: never;
|
|
12204
|
+
})[];
|
|
12205
|
+
summary: string;
|
|
12206
|
+
tags: string[];
|
|
12207
|
+
'x-fern-sdk-group-name': string[];
|
|
12208
|
+
'x-fern-sdk-method-name': string;
|
|
12209
|
+
'x-response-key': null;
|
|
12210
|
+
'x-undocumented': string;
|
|
12211
|
+
};
|
|
12212
|
+
};
|
|
12213
|
+
'/acs/encoders/simulate/next_credential_scan_will_succeed': {
|
|
12214
|
+
post: {
|
|
12215
|
+
operationId: string;
|
|
12216
|
+
requestBody: {
|
|
12217
|
+
content: {
|
|
12218
|
+
'application/json': {
|
|
12219
|
+
schema: {
|
|
12220
|
+
oneOf: ({
|
|
12221
|
+
additionalProperties: boolean;
|
|
12222
|
+
properties: {
|
|
12223
|
+
acs_credential_id_on_seam: {
|
|
12224
|
+
format: string;
|
|
12225
|
+
type: string;
|
|
12226
|
+
};
|
|
12227
|
+
acs_encoder_id: {
|
|
12228
|
+
format: string;
|
|
12229
|
+
type: string;
|
|
12230
|
+
};
|
|
12231
|
+
scenario: {
|
|
12232
|
+
default: string;
|
|
12233
|
+
enum: string[];
|
|
12234
|
+
type: string;
|
|
12235
|
+
};
|
|
12236
|
+
};
|
|
12237
|
+
required: string[];
|
|
12238
|
+
type: string;
|
|
12239
|
+
} | {
|
|
12240
|
+
additionalProperties: boolean;
|
|
12241
|
+
properties: {
|
|
12242
|
+
acs_encoder_id: {
|
|
12243
|
+
format: string;
|
|
12244
|
+
type: string;
|
|
12245
|
+
};
|
|
12246
|
+
scenario: {
|
|
12247
|
+
enum: string[];
|
|
12248
|
+
type: string;
|
|
12249
|
+
default?: never;
|
|
12250
|
+
};
|
|
12251
|
+
acs_credential_id_on_seam?: never;
|
|
12252
|
+
};
|
|
12253
|
+
required: string[];
|
|
12254
|
+
type: string;
|
|
12255
|
+
})[];
|
|
12256
|
+
};
|
|
12257
|
+
};
|
|
12258
|
+
};
|
|
12259
|
+
};
|
|
12260
|
+
responses: {
|
|
12261
|
+
200: {
|
|
12262
|
+
content: {
|
|
12263
|
+
'application/json': {
|
|
12264
|
+
schema: {
|
|
12265
|
+
properties: {
|
|
12266
|
+
ok: {
|
|
12267
|
+
type: string;
|
|
12268
|
+
};
|
|
12269
|
+
};
|
|
12270
|
+
required: string[];
|
|
12271
|
+
type: string;
|
|
12272
|
+
};
|
|
12273
|
+
};
|
|
12274
|
+
};
|
|
12275
|
+
description: string;
|
|
12276
|
+
};
|
|
12277
|
+
400: {
|
|
12278
|
+
description: string;
|
|
12279
|
+
};
|
|
12280
|
+
401: {
|
|
12281
|
+
description: string;
|
|
12282
|
+
};
|
|
12283
|
+
};
|
|
12284
|
+
security: ({
|
|
12285
|
+
api_key: never[];
|
|
12286
|
+
pat_with_workspace?: never;
|
|
12287
|
+
console_session_with_workspace?: never;
|
|
12288
|
+
} | {
|
|
12289
|
+
pat_with_workspace: never[];
|
|
12290
|
+
api_key?: never;
|
|
12291
|
+
console_session_with_workspace?: never;
|
|
12292
|
+
} | {
|
|
12293
|
+
console_session_with_workspace: never[];
|
|
12294
|
+
api_key?: never;
|
|
12295
|
+
pat_with_workspace?: never;
|
|
12296
|
+
})[];
|
|
12297
|
+
summary: string;
|
|
12298
|
+
tags: string[];
|
|
12299
|
+
'x-fern-sdk-group-name': string[];
|
|
12300
|
+
'x-fern-sdk-method-name': string;
|
|
12301
|
+
'x-response-key': null;
|
|
12302
|
+
'x-undocumented': string;
|
|
12303
|
+
};
|
|
12304
|
+
};
|
|
11959
12305
|
'/acs/entrances/get': {
|
|
11960
12306
|
post: {
|
|
11961
12307
|
description: string;
|