@switstack/swittest-api-ts
Preparing search index...
ValidationApiAxiosParamCreator
Function ValidationApiAxiosParamCreator
ValidationApiAxiosParamCreator
(
configuration
?:
Configuration
,
)
:
{
verifyBinScope
:
(
bINScopeSchema
:
BINScopeSchema
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
verifyCapkScope
:
(
cAPKScopeSchema
:
CAPKScopeSchema
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
verifyCrScope
:
(
cRScopeSchema
:
CRScopeSchema
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
verifyEmvScope
:
(
eMVScopeSchema
:
EMVScopeSchema
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
verifyTest
:
(
testSchema
:
TestSchema
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
verifyTestSuite
:
(
testSuiteSchema
:
TestSuiteSchema
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
verifyVcard
:
(
vCardSchema
:
VCardSchema
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
}
ValidationApi - axios parameter creator
Parameters
Optional
configuration
:
Configuration
Returns
{
verifyBinScope
:
(
bINScopeSchema
:
BINScopeSchema
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
verifyCapkScope
:
(
cAPKScopeSchema
:
CAPKScopeSchema
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
verifyCrScope
:
(
cRScopeSchema
:
CRScopeSchema
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
verifyEmvScope
:
(
eMVScopeSchema
:
EMVScopeSchema
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
verifyTest
:
(
testSchema
:
TestSchema
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
verifyTestSuite
:
(
testSuiteSchema
:
TestSuiteSchema
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
verifyVcard
:
(
vCardSchema
:
VCardSchema
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
}
verifyBinScope
:
(
bINScopeSchema
:
BINScopeSchema
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
verifyCapkScope
:
(
cAPKScopeSchema
:
CAPKScopeSchema
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
verifyCrScope
:
(
cRScopeSchema
:
CRScopeSchema
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
verifyEmvScope
:
(
eMVScopeSchema
:
EMVScopeSchema
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
verifyTest
:
(
testSchema
:
TestSchema
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
verifyTestSuite
:
(
testSuiteSchema
:
TestSuiteSchema
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
verifyVcard
:
(
vCardSchema
:
VCardSchema
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@switstack/swittest-api-ts
Loading...
ValidationApi - axios parameter creator