Search
Preparing search index...
The search index is not available
@entaconsulting/rpaforms-connect-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@entaconsulting/rpaforms-connect-sdk
Index
Namespaces
authentication
form
Instance
user
Profile
Type aliases
Authentication
Options
Authentication
Type
Create
Form
Instance
Result
Delegated
Authentication
Options
Form
Definition
Form
Definition
Info
Form
Instance
Info
Form
Instance
List
Result
Form
Instance
Process
Info
Form
Instance
Process
Info
End
State
Form
Instance
Query
Options
Form
Instance
Query
Options
Filter
Form
Instance
Type
Rpa
Forms
Sdk
Configuration
Rpa
Forms
Sdk
Configuration
Options
Sdk
Authentication
Options
Stage
Info
Stage
List
Result
Stage
Query
Options
Stage
Query
Options
Filter
Functions
initialize
is
Delegated
Authentiction
Options
Type aliases
Authentication
Options
Authentication
Options
:
SdkAuthenticationOptions
|
DelegatedAuthenticationOptions
Authentication
Type
Authentication
Type
:
"AAD"
|
"B2C"
Create
Form
Instance
Result
Create
Form
Instance
Result
:
{
formInstanceId
:
string
;
formInstanceToken
:
string
;
formInstanceUri
:
string
}
Type declaration
form
Instance
Id
:
string
form
Instance
Token
:
string
form
Instance
Uri
:
string
Delegated
Authentication
Options
Delegated
Authentication
Options
:
{
authType
:
AuthenticationType
;
username
:
string
;
getToken
:
any
}
Type declaration
auth
Type
:
AuthenticationType
username
:
string
get
Token
:
function
get
Token
(
)
:
Promise
<
undefined
|
string
>
Returns
Promise
<
undefined
|
string
>
Form
Definition
Form
Definition
:
{
canCreate
:
boolean
;
canViewOwnedInstancesOnly
:
boolean
;
description
?:
string
;
disabled
:
boolean
;
displayDescription
?:
string
;
displayName
?:
string
;
formDefinitionId
:
string
;
name
:
string
}
Type declaration
can
Create
:
boolean
can
View
Owned
Instances
Only
:
boolean
Optional
description
?:
string
disabled
:
boolean
Optional
display
Description
?:
string
Optional
display
Name
?:
string
form
Definition
Id
:
string
name
:
string
Form
Definition
Info
Form
Definition
Info
:
{
description
?:
string
;
formDefinitionId
:
string
;
name
:
string
;
processInfoTags
?:
string
[]
;
tags
?:
string
[]
}
Type declaration
Optional
description
?:
string
form
Definition
Id
:
string
name
:
string
Optional
process
Info
Tags
?:
string
[]
Optional
tags
?:
string
[]
Form
Instance
Info
Form
Instance
Info
:
{
createdAt
:
string
;
createdBy
:
string
;
id
:
string
;
lastSaved
:
string
;
name
:
string
;
processInfo
:
FormInstanceProcessInfo
;
state
:
string
;
title
:
string
}
Type declaration
created
At
:
string
created
By
:
string
id
:
string
last
Saved
:
string
name
:
string
process
Info
:
FormInstanceProcessInfo
state
:
string
title
:
string
Form
Instance
List
Result
Form
Instance
List
Result
:
{
continuationToken
:
string
|
null
;
result
:
FormInstanceInfo
[]
}
Type declaration
continuation
Token
:
string
|
null
result
:
FormInstanceInfo
[]
Form
Instance
Process
Info
Form
Instance
Process
Info
:
{
completionMessage
:
string
|
null
;
endState
:
FormInstanceProcessInfoEndState
;
status
:
string
|
null
;
tags
?:
Record
<
string
,
string
>
;
updatedAt
:
string
}
Type declaration
completion
Message
:
string
|
null
end
State
:
FormInstanceProcessInfoEndState
status
:
string
|
null
Optional
tags
?:
Record
<
string
,
string
>
updated
At
:
string
Form
Instance
Process
Info
End
State
Form
Instance
Process
Info
End
State
:
"OK"
|
"Error"
|
null
Form
Instance
Query
Options
Form
Instance
Query
Options
:
{
continuationToken
?:
string
|
null
;
filter
?:
FormInstanceQueryOptionsFilter
;
formDefinitionId
:
string
;
maxItemCount
?:
number
;
orderByDirection
?:
string
;
orderByField
?:
string
}
Type declaration
Optional
continuation
Token
?:
string
|
null
Optional
filter
?:
FormInstanceQueryOptionsFilter
form
Definition
Id
:
string
Optional
max
Item
Count
?:
number
Optional
order
By
Direction
?:
string
Optional
order
By
Field
?:
string
Form
Instance
Query
Options
Filter
Form
Instance
Query
Options
Filter
:
{
createdAtFrom
?:
Date
;
createdAtTo
?:
Date
;
createdBy
?:
string
;
lastSavedFrom
?:
Date
;
lastSavedTo
?:
Date
;
processInfoCompletionMessage
?:
string
;
processInfoEndState
?:
string
;
processInfoStatus
?:
string
;
processInfoTags
?:
Record
<
string
,
string
>
;
processInfoUpdatedAtFrom
?:
Date
;
processInfoUpdatedAtTo
?:
Date
;
state
?:
string
;
tags
?:
Record
<
string
,
string
>
;
title
?:
string
}
Type declaration
Optional
created
At
From
?:
Date
Optional
created
At
To
?:
Date
Optional
created
By
?:
string
Optional
last
Saved
From
?:
Date
Optional
last
Saved
To
?:
Date
Optional
process
Info
Completion
Message
?:
string
Optional
process
Info
End
State
?:
string
Optional
process
Info
Status
?:
string
Optional
process
Info
Tags
?:
Record
<
string
,
string
>
Optional
process
Info
Updated
At
From
?:
Date
Optional
process
Info
Updated
At
To
?:
Date
Optional
state
?:
string
Optional
tags
?:
Record
<
string
,
string
>
Optional
title
?:
string
Form
Instance
Type
Form
Instance
Type
:
"formInstance"
|
"stageInstance"
Rpa
Forms
Sdk
Configuration
Rpa
Forms
Sdk
Configuration
:
Exclude
<
RpaFormsSdkConfigurationOptions
,
"authentication"
>
&
{
authentication
:
Required
<
AuthenticationOptions
>
}
Rpa
Forms
Sdk
Configuration
Options
Rpa
Forms
Sdk
Configuration
Options
:
{
authentication
:
AuthenticationOptions
;
publicFillUrl
?:
string
;
serviceUrl
?:
string
}
Type declaration
authentication
:
AuthenticationOptions
Optional
public
Fill
Url
?:
string
Optional
service
Url
?:
string
Sdk
Authentication
Options
Sdk
Authentication
Options
:
{
appIdURI
?:
string
;
authority
:
string
;
clientId
:
string
;
redirectUri
:
string
}
Type declaration
Optional
app
IdURI
?:
string
authority
:
string
client
Id
:
string
redirect
Uri
:
string
Stage
Info
Stage
Info
:
{
formDefinitionName
:
string
;
formInstanceId
:
string
;
formTitle
:
string
;
stageCreatedAt
:
string
;
stageInstanceId
:
string
;
stageLastSaved
:
string
;
stageName
:
string
;
stageState
:
string
;
type
?:
FormInstanceType
}
Type declaration
form
Definition
Name
:
string
form
Instance
Id
:
string
form
Title
:
string
stage
Created
At
:
string
stage
Instance
Id
:
string
stage
Last
Saved
:
string
stage
Name
:
string
stage
State
:
string
Optional
type
?:
FormInstanceType
Stage
List
Result
Stage
List
Result
:
{
continuationToken
:
string
|
null
;
result
:
StageInfo
[]
}
Type declaration
continuation
Token
:
string
|
null
result
:
StageInfo
[]
Stage
Query
Options
Stage
Query
Options
:
{
continuationToken
?:
string
|
null
;
filter
?:
StageQueryOptionsFilter
;
formDefinitionId
?:
string
;
maxItemCount
?:
number
;
orderByDirection
?:
string
;
orderByField
?:
string
}
Type declaration
Optional
continuation
Token
?:
string
|
null
Optional
filter
?:
StageQueryOptionsFilter
Optional
form
Definition
Id
?:
string
Optional
max
Item
Count
?:
number
Optional
order
By
Direction
?:
string
Optional
order
By
Field
?:
string
Stage
Query
Options
Filter
Stage
Query
Options
Filter
:
{
createdAtFrom
?:
Date
;
createdAtTo
?:
Date
;
formDefinitionId
?:
string
;
formDefinitionName
?:
string
;
lastSavedFrom
?:
Date
;
lastSavedTo
?:
Date
;
stageName
?:
string
;
state
?:
string
;
title
?:
string
}
Type declaration
Optional
created
At
From
?:
Date
Optional
created
At
To
?:
Date
Optional
form
Definition
Id
?:
string
Optional
form
Definition
Name
?:
string
Optional
last
Saved
From
?:
Date
Optional
last
Saved
To
?:
Date
Optional
stage
Name
?:
string
Optional
state
?:
string
Optional
title
?:
string
Functions
initialize
initialize
(
options
:
RpaFormsSdkConfigurationOptions
)
:
void
Parameters
options:
RpaFormsSdkConfigurationOptions
Returns
void
is
Delegated
Authentiction
Options
is
Delegated
Authentiction
Options
(
options
:
AuthenticationOptions
)
:
options
is
DelegatedAuthenticationOptions
Parameters
options:
AuthenticationOptions
Returns
options
is
DelegatedAuthenticationOptions
Exports
authentication
form
Instance
user
Profile
Authentication
Options
Authentication
Type
Create
Form
Instance
Result
Delegated
Authentication
Options
Form
Definition
Form
Definition
Info
Form
Instance
Info
Form
Instance
List
Result
Form
Instance
Process
Info
Form
Instance
Process
Info
End
State
Form
Instance
Query
Options
Form
Instance
Query
Options
Filter
Form
Instance
Type
Rpa
Forms
Sdk
Configuration
Rpa
Forms
Sdk
Configuration
Options
Sdk
Authentication
Options
Stage
Info
Stage
List
Result
Stage
Query
Options
Stage
Query
Options
Filter
initialize
is
Delegated
Authentiction
Options
Generated using
TypeDoc