diff --git a/docs/functions/abnService.displayABNNumberFromABNRecord.html b/docs/functions/abnService.displayABNNumberFromABNRecord.html index bc04223..58cf61c 100644 --- a/docs/functions/abnService.displayABNNumberFromABNRecord.html +++ b/docs/functions/abnService.displayABNNumberFromABNRecord.html @@ -37,7 +37,7 @@

Parameters

abnRecord: ABNRecord

Returns string

+
  • Defined in src/abnService.ts:112
  • +
  • Defined in src/abnService.ts:66
  • +
  • Defined in src/abnService.ts:86
  • +
  • Defined in src/abnService.ts:32
  • +
  • Defined in src/conditionalLogicService.ts:69
  • +
  • Defined in src/conditionalLogicService/generateFormElementsConditionallyShown.ts:336
  • Returns string

    +
  • Defined in src/fileUploadService.ts:15
  • +
  • Defined in src/formElementsService.ts:259
  • +
  • Defined in src/formElementsService.ts:94
  • +
  • Defined in src/formElementsService.ts:272
  • +
  • Defined in src/formElementsService.ts:224
  • +
  • Defined in src/formElementsService.ts:25
  • +
  • Defined in src/formElementsService.ts:56
  • +
  • Defined in src/formElementsService.ts:292
  • +
  • Defined in src/form-elements-regex.ts:51
  • +
  • Defined in src/formElementsService.ts:141
  • +
  • Defined in src/paymentService.ts:23
  • +
  • Defined in src/schedulingService.ts:25
  • Returns {
        element: FormElement | undefined;
        value: unknown;
    } | undefined

    +
  • Defined in src/replaceCustomValues.ts:188
  • +
  • Defined in src/submissionService.ts:24
  • +
  • Defined in src/userService.ts:128
  • Returns UserProfile | undefined

    +
  • Defined in src/userService.ts:21
  • +
  • Defined in node_modules/@oneblink/types/typescript/environments.d.ts:52
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:836
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:855
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:831
  • Properties

    - +
    externalId?: null | string

    The external id provided by a developer

    +
  • Defined in node_modules/@oneblink/types/typescript/submissions.d.ts:29
  • - +
    formId: number

    The id of the form the draft was saved against

    +
  • Defined in node_modules/@oneblink/types/typescript/submissions.d.ts:27
  • - +
    jobId?: null | string

    The id of the job associated with the draft

    +
  • Defined in node_modules/@oneblink/types/typescript/submissions.d.ts:31
  • - +
    previousFormSubmissionApprovalId?: string

    The previous form submission approval id, if the draft is a response to a clarification request on the submission approval

    +
  • Defined in node_modules/@oneblink/types/typescript/submissions.d.ts:36
  • - +
    taskActionId?: string

    The id of the scheduled task action that was used to complete the task.

    +
  • Defined in node_modules/@oneblink/types/typescript/submissions.d.ts:46
  • - +
    taskActionLabel?: string

    The label of the scheduled task action that was used to complete the task.

    +
  • Defined in node_modules/@oneblink/types/typescript/submissions.d.ts:48
  • - +
    taskGroupInstanceId?: string

    The id of the scheduled task group instance that the taskId is related to.

    +
  • Defined in node_modules/@oneblink/types/typescript/submissions.d.ts:42
  • - +
    taskGroupInstanceLabel?: string

    The label of the scheduled task group instance that the taskId is related to.

    +
  • Defined in node_modules/@oneblink/types/typescript/submissions.d.ts:44
  • - +
    taskId?: string

    The id of the scheduled task that was started when the draft was saved.

    +
  • Defined in node_modules/@oneblink/types/typescript/submissions.d.ts:38
  • - +
    taskName?: string

    The name of the scheduled task that was started when the draft was saved.

    +
  • Defined in node_modules/@oneblink/types/typescript/submissions.d.ts:40
  • - +
    title: string

    The title input by the user to display the draft

    +
  • Defined in node_modules/@oneblink/types/typescript/submissions.d.ts:25
  • +
  • NewFormsAppDraft +
  • \ No newline at end of file diff --git a/docs/interfaces/SubmissionTypes.NewFormsAppJob.html b/docs/interfaces/SubmissionTypes.NewFormsAppJob.html index 2ad347f..bf2c79d 100644 --- a/docs/interfaces/SubmissionTypes.NewFormsAppJob.html +++ b/docs/interfaces/SubmissionTypes.NewFormsAppJob.html @@ -21,7 +21,7 @@

    Hierarchy

    +
  • Defined in node_modules/@oneblink/types/typescript/submissions.d.ts:134
  • @@ -30,7 +30,6 @@

    Properties

    details -draft? externalId? formId preFillFormDataId? @@ -67,40 +66,33 @@
    Optional type

    The job type

    -
    - - -

    If the job was started and saved as a draft, this will include the draft.

    -
    +
  • Defined in node_modules/@oneblink/types/typescript/submissions.d.ts:143
  • externalId?: string

    The external id set when the job was created

    +
  • Defined in node_modules/@oneblink/types/typescript/submissions.d.ts:139
  • formId: number

    The id of the form associated with the job

    +
  • Defined in node_modules/@oneblink/types/typescript/submissions.d.ts:137
  • preFillFormDataId?: string

    The id of the prefill data associated with the job

    +
  • Defined in node_modules/@oneblink/types/typescript/submissions.d.ts:141
  • username: string
    +
  • Defined in node_modules/@oneblink/types/typescript/submissions.d.ts:135
  • -
    - -
    task?: Task
    -
    - -
    taskAction?: TaskAction
    -
    - -
    taskGroup?: TaskGroup
    -
    - -
    taskGroupInstance?: TaskGroupInstance
    +
  • Defined in node_modules/@oneblink/types/typescript/submissions.d.ts:265
  • +
  • submission
  • \ No newline at end of file diff --git a/docs/interfaces/SubmissionTypes.WestpacQuickStreamLinks.html b/docs/interfaces/SubmissionTypes.WestpacQuickStreamLinks.html index 6549090..435a2eb 100644 --- a/docs/interfaces/SubmissionTypes.WestpacQuickStreamLinks.html +++ b/docs/interfaces/SubmissionTypes.WestpacQuickStreamLinks.html @@ -21,7 +21,7 @@

    Hierarchy

    +
  • Defined in node_modules/@oneblink/types/typescript/submissions.d.ts:359
  • @@ -41,7 +41,7 @@
    +
  • Defined in node_modules/@oneblink/types/typescript/submissions.d.ts:366
  • rel: string
    @@ -49,14 +49,14 @@
    +
  • Defined in node_modules/@oneblink/types/typescript/submissions.d.ts:364
  • requestMethod: string

    HTTP Verb

    +
  • Defined in node_modules/@oneblink/types/typescript/submissions.d.ts:368
  • +
  • Defined in src/conditionalLogicService.ts:1
  • Index

    @@ -77,6 +77,7 @@

    AWSTypes
  • ApprovalTypes
  • CDNTypes
  • +
  • CPHCMSTypes
  • CivicaTypes
  • ConditionTypes
  • EmailTemplateTypes
  • @@ -85,6 +86,7 @@

    FormsAppsTypes
  • FreshdeskTypes
  • GeoscapeTypes
  • +
  • GoogleTypes
  • IntegrationTypes
  • KeyTypes
  • MiscTypes
  • diff --git a/docs/modules/fileUploadService.html b/docs/modules/fileUploadService.html index 04461f6..889facb 100644 --- a/docs/modules/fileUploadService.html +++ b/docs/modules/fileUploadService.html @@ -25,7 +25,7 @@

    File Upload Service

    +
  • Defined in src/fileUploadService.ts:15
  • Index

    @@ -68,6 +68,7 @@

    AWSTypes
  • ApprovalTypes
  • CDNTypes
  • +
  • CPHCMSTypes
  • CivicaTypes
  • ConditionTypes
  • EmailTemplateTypes
  • @@ -76,6 +77,7 @@

    FormsAppsTypes
  • FreshdeskTypes
  • GeoscapeTypes
  • +
  • GoogleTypes
  • IntegrationTypes
  • KeyTypes
  • MiscTypes
  • diff --git a/docs/modules/formElementsService.html b/docs/modules/formElementsService.html index e5871c7..130eb54 100644 --- a/docs/modules/formElementsService.html +++ b/docs/modules/formElementsService.html @@ -25,7 +25,7 @@

    Form Elements Service

    +
  • Defined in src/formElementsService.ts:1
  • Index

    @@ -76,6 +76,7 @@

    AWSTypes
  • ApprovalTypes
  • CDNTypes
  • +
  • CPHCMSTypes
  • CivicaTypes
  • ConditionTypes
  • EmailTemplateTypes
  • @@ -84,6 +85,7 @@

    FormsAppsTypes
  • FreshdeskTypes
  • GeoscapeTypes
  • +
  • GoogleTypes
  • IntegrationTypes
  • KeyTypes
  • MiscTypes
  • diff --git a/docs/modules/paymentService.html b/docs/modules/paymentService.html index 9c7c25f..631bc03 100644 --- a/docs/modules/paymentService.html +++ b/docs/modules/paymentService.html @@ -25,7 +25,7 @@

    Payment Service

    +
  • Defined in src/paymentService.ts:1
  • Index

    @@ -68,6 +68,7 @@

    AWSTypes
  • ApprovalTypes
  • CDNTypes
  • +
  • CPHCMSTypes
  • CivicaTypes
  • ConditionTypes
  • EmailTemplateTypes
  • @@ -76,6 +77,7 @@

    FormsAppsTypes
  • FreshdeskTypes
  • GeoscapeTypes
  • +
  • GoogleTypes
  • IntegrationTypes
  • KeyTypes
  • MiscTypes
  • diff --git a/docs/modules/schedulingService.html b/docs/modules/schedulingService.html index c8cbd54..9df9325 100644 --- a/docs/modules/schedulingService.html +++ b/docs/modules/schedulingService.html @@ -25,7 +25,7 @@

    Scheduling Service

    +
  • Defined in src/schedulingService.ts:1
  • Index

    @@ -68,6 +68,7 @@

    AWSTypes
  • ApprovalTypes
  • CDNTypes
  • +
  • CPHCMSTypes
  • CivicaTypes
  • ConditionTypes
  • EmailTemplateTypes
  • @@ -76,6 +77,7 @@

    FormsAppsTypes
  • FreshdeskTypes
  • GeoscapeTypes
  • +
  • GoogleTypes
  • IntegrationTypes
  • KeyTypes
  • MiscTypes
  • diff --git a/docs/modules/submissionService.html b/docs/modules/submissionService.html index 53e281f..3186f56 100644 --- a/docs/modules/submissionService.html +++ b/docs/modules/submissionService.html @@ -25,7 +25,7 @@

    Submission Service

    +
  • Defined in src/submissionService.ts:1
  • Index

    @@ -77,6 +77,7 @@

    AWSTypes
  • ApprovalTypes
  • CDNTypes
  • +
  • CPHCMSTypes
  • CivicaTypes
  • ConditionTypes
  • EmailTemplateTypes
  • @@ -85,6 +86,7 @@

    FormsAppsTypes
  • FreshdeskTypes
  • GeoscapeTypes
  • +
  • GoogleTypes
  • IntegrationTypes
  • KeyTypes
  • MiscTypes
  • diff --git a/docs/modules/typeCastService.html b/docs/modules/typeCastService.html index 4ea4db2..c88f202 100644 --- a/docs/modules/typeCastService.html +++ b/docs/modules/typeCastService.html @@ -25,7 +25,7 @@

    Submission Service

    +
  • Defined in src/typeCastService.ts:1
  • Index

    @@ -73,6 +73,7 @@

    AWSTypes
  • ApprovalTypes
  • CDNTypes
  • +
  • CPHCMSTypes
  • CivicaTypes
  • ConditionTypes
  • EmailTemplateTypes
  • @@ -81,6 +82,7 @@

    FormsAppsTypes
  • FreshdeskTypes
  • GeoscapeTypes
  • +
  • GoogleTypes
  • IntegrationTypes
  • KeyTypes
  • MiscTypes
  • diff --git a/docs/modules/userService.html b/docs/modules/userService.html index ba528c3..8d5e3e7 100644 --- a/docs/modules/userService.html +++ b/docs/modules/userService.html @@ -25,7 +25,7 @@

    User Service

    +
  • Defined in src/userService.ts:1
  • Index

    @@ -69,6 +69,7 @@

    AWSTypes
  • ApprovalTypes
  • CDNTypes
  • +
  • CPHCMSTypes
  • CivicaTypes
  • ConditionTypes
  • EmailTemplateTypes
  • @@ -77,6 +78,7 @@

    FormsAppsTypes
  • FreshdeskTypes
  • GeoscapeTypes
  • +
  • GoogleTypes
  • IntegrationTypes
  • KeyTypes
  • MiscTypes
  • diff --git a/docs/types/APINSWTypes.LiquorLicenceAccessTokenResponse.html b/docs/types/APINSWTypes.LiquorLicenceAccessTokenResponse.html index c695ce3..382cb80 100644 --- a/docs/types/APINSWTypes.LiquorLicenceAccessTokenResponse.html +++ b/docs/types/APINSWTypes.LiquorLicenceAccessTokenResponse.html @@ -54,6 +54,7 @@

    AWSTypes
  • ApprovalTypes
  • CDNTypes
  • +
  • CPHCMSTypes
  • CivicaTypes
  • ConditionTypes
  • EmailTemplateTypes
  • @@ -62,6 +63,7 @@

    FormsAppsTypes
  • FreshdeskTypes
  • GeoscapeTypes
  • +
  • GoogleTypes
  • IntegrationTypes
  • KeyTypes
  • MiscTypes
  • diff --git a/docs/types/APINSWTypes.LiquorLicenceBrowseResults.html b/docs/types/APINSWTypes.LiquorLicenceBrowseResults.html index c7fcf3f..856afbc 100644 --- a/docs/types/APINSWTypes.LiquorLicenceBrowseResults.html +++ b/docs/types/APINSWTypes.LiquorLicenceBrowseResults.html @@ -54,6 +54,7 @@

    AWSTypes
  • ApprovalTypes
  • CDNTypes
  • +
  • CPHCMSTypes
  • CivicaTypes
  • ConditionTypes
  • EmailTemplateTypes
  • @@ -62,6 +63,7 @@

    FormsAppsTypes
  • FreshdeskTypes
  • GeoscapeTypes
  • +
  • GoogleTypes
  • IntegrationTypes
  • KeyTypes
  • MiscTypes
  • diff --git a/docs/types/APINSWTypes.LiquorLicenceDetails.html b/docs/types/APINSWTypes.LiquorLicenceDetails.html index 789a8c0..dfdfca3 100644 --- a/docs/types/APINSWTypes.LiquorLicenceDetails.html +++ b/docs/types/APINSWTypes.LiquorLicenceDetails.html @@ -54,6 +54,7 @@

    AWSTypes
  • ApprovalTypes
  • CDNTypes
  • +
  • CPHCMSTypes
  • CivicaTypes
  • ConditionTypes
  • EmailTemplateTypes
  • @@ -62,6 +63,7 @@

    FormsAppsTypes
  • FreshdeskTypes
  • GeoscapeTypes
  • +
  • GoogleTypes
  • IntegrationTypes
  • KeyTypes
  • MiscTypes
  • diff --git a/docs/types/APITypes.API.html b/docs/types/APITypes.API.html index 436bf1e..abcdf28 100644 --- a/docs/types/APITypes.API.html +++ b/docs/types/APITypes.API.html @@ -78,6 +78,7 @@

    AWSTypes
  • ApprovalTypes
  • CDNTypes
  • +
  • CPHCMSTypes
  • CivicaTypes
  • ConditionTypes
  • EmailTemplateTypes
  • @@ -86,6 +87,7 @@

    FormsAppsTypes
  • FreshdeskTypes
  • GeoscapeTypes
  • +
  • GoogleTypes
  • IntegrationTypes
  • KeyTypes
  • MiscTypes
  • diff --git a/docs/types/APITypes.APIDeploymentPayload.html b/docs/types/APITypes.APIDeploymentPayload.html index 73671b2..d1be37c 100644 --- a/docs/types/APITypes.APIDeploymentPayload.html +++ b/docs/types/APITypes.APIDeploymentPayload.html @@ -16,7 +16,7 @@
  • APITypes
  • APIDeploymentPayload
  • Type alias APIDeploymentPayload

    -
    APIDeploymentPayload: {
        cors: boolean | APIEnvironmentCorsConfiguration;
        env: string;
        handler: string;
        memorySize?: number;
        network?: APIEnvironmentNetworkConfiguration | null;
        routes: APIEnvironmentRoute[];
        runtime: string;
        s3: S3ObjectCredentials["s3"];
        scheduledFunctions?: APIDeploymentPayloadScheduledFunction[];
        scope: string;
        timeout: number;
        variables: {
            [key: string]: string;
        };
    }
    +
    APIDeploymentPayload: {
        cors: boolean | APIEnvironmentCorsConfiguration;
        env: string;
        handler: string;
        isWafEnabled?: boolean;
        memorySize?: number;
        network?: APIEnvironmentNetworkConfiguration | null;
        routes: APIEnvironmentRoute[];
        runtime: string;
        s3: S3ObjectCredentials["s3"];
        scheduledFunctions?: APIDeploymentPayloadScheduledFunction[];
        scope: string;
        timeout: number;
        variables: {
            [key: string]: string;
        };
    }

    Type declaration

    Type alias APIEnvironment

    -
    APIEnvironment: {
        apiId: string;
        cors: APIEnvironmentCorsConfiguration | boolean;
        environment: string;
        lastDeployment: string;
        routes: APIEnvironmentRoute[];
        scheduledFunctions?: APIEnvironmentScheduledFunction[];
        status?: "Warning" | "Error" | "Okay" | "Unknown";
        vpcSecurityGroupIds?: string;
        vpcSubnetIds?: string;
    }
    +
    APIEnvironment: {
        apiId: string;
        cors: APIEnvironmentCorsConfiguration | boolean;
        environment: string;
        isWafEnabled?: boolean;
        lastDeployment: string;
        routes: APIEnvironmentRoute[];
        scheduledFunctions?: APIEnvironmentScheduledFunction[];
        status?: "Warning" | "Error" | "Okay" | "Unknown";
        vpcSecurityGroupIds?: string;
        vpcSubnetIds?: string;
    }

    Type declaration

    +
  • Defined in node_modules/@oneblink/types/typescript/api.ts:59
  • +
  • Defined in node_modules/@oneblink/types/typescript/api.ts:117
  • +
  • Defined in node_modules/@oneblink/types/typescript/cdn.d.ts:43
  • +
  • Defined in node_modules/@oneblink/types/typescript/cdn.d.ts:37
  • NewWebAppEnvironmentDistributionConfiguration: NewCDNEnvironmentDistributionConfiguration
    +
  • Defined in node_modules/@oneblink/types/typescript/cdn.d.ts:52
  • +
  • Defined in node_modules/@oneblink/types/typescript/cdn.d.ts:51
  • +
  • Defined in node_modules/@oneblink/types/typescript/environments.d.ts:55
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:654
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:515
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:523
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:219
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:665
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:328
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:470
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:1158
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:430
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:804
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:351
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:414
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:204
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:153
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:146
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:484
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:476
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:236
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:281
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:285
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:344
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:128
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:160
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:324
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:865
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:418
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:1054
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:794
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:53
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:105
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:1097
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:1101
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:64
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:1276
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:1162
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:1280
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:1283
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:1269
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:1236
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:1194
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:1167
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:1190
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:1181
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:1172
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:1231
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:1216
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:1207
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:1226
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:1262
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:800
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:1132
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:1086
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:1104
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:1118
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:1137
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:1287
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:1094
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:1125
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:90
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:95
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:802
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:251
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:792
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:293
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:797
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:242
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:167
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:788
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:796
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:191
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:819
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:1067
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:825
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:1056
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:1291
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:725
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:676
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:443
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:359
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:29
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:409
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:338
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:364
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:71
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:746
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:1148
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:877
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:1272
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:1246
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:1264
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:1253
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:1127
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:1080
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:1113
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:1090
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:1121
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:751
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:303
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:397
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:452
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:198
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:860
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:841
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:378
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:402
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:212
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:811
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:438
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:334
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:312
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:318
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:289
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:31
  • +
  • Defined in node_modules/@oneblink/types/typescript/forms.d.ts:374
  • +
  • Defined in node_modules/@oneblink/types/typescript/formsApps.d.ts:404
  • +
  • Defined in node_modules/@oneblink/types/typescript/formsApps.d.ts:440
  • +
  • Defined in node_modules/@oneblink/types/typescript/formsApps.d.ts:536
  • +
  • Defined in node_modules/@oneblink/types/typescript/formsApps.d.ts:405
  • +
  • Defined in node_modules/@oneblink/types/typescript/formsApps.d.ts:374
  • +
  • Defined in node_modules/@oneblink/types/typescript/formsApps.d.ts:411
  • +
  • Defined in node_modules/@oneblink/types/typescript/formsApps.d.ts:479
  • +
  • Defined in node_modules/@oneblink/types/typescript/formsApps.d.ts:466
  • +
  • Defined in node_modules/@oneblink/types/typescript/formsApps.d.ts:457
  • +
  • Defined in node_modules/@oneblink/types/typescript/formsApps.d.ts:474
  • +
  • Defined in node_modules/@oneblink/types/typescript/formsApps.d.ts:461
  • +
  • Defined in node_modules/@oneblink/types/typescript/formsApps.d.ts:431
  • +
  • Defined in node_modules/@oneblink/types/typescript/formsApps.d.ts:418
  • +
  • Defined in node_modules/@oneblink/types/typescript/formsApps.d.ts:518
  • +
  • Defined in node_modules/@oneblink/types/typescript/formsApps.d.ts:452
  • +
  • Defined in node_modules/@oneblink/types/typescript/formsApps.d.ts:401
  • +
  • Defined in node_modules/@oneblink/types/typescript/formsApps.d.ts:367
  • +
  • Defined in node_modules/@oneblink/types/typescript/formsApps.d.ts:379
  • +
  • Defined in node_modules/@oneblink/types/typescript/formsApps.d.ts:385
  • +
  • Defined in node_modules/@oneblink/types/typescript/formsApps.d.ts:426
  • +
  • Defined in node_modules/@oneblink/types/typescript/formsApps.d.ts:446
  • +
  • Defined in node_modules/@oneblink/types/typescript/formsApps.d.ts:344
  • +
  • Defined in node_modules/@oneblink/types/typescript/formsApps.d.ts:358
  • +
  • Defined in node_modules/@oneblink/types/typescript/formsApps.d.ts:337
  • +
  • Defined in node_modules/@oneblink/types/typescript/formsApps.d.ts:413
  • +
  • Defined in node_modules/@oneblink/types/typescript/formsApps.d.ts:527
  • +
  • Defined in node_modules/@oneblink/types/typescript/formsApps.d.ts:409
  • +
  • Defined in node_modules/@oneblink/types/typescript/formsApps.d.ts:407
  • +
  • Defined in node_modules/@oneblink/types/typescript/formsApps.d.ts:403
  • +
  • Defined in node_modules/@oneblink/types/typescript/formsApps.d.ts:392
  • +
  • Defined in node_modules/@oneblink/types/typescript/integrations.d.ts:255
  • +
  • Defined in node_modules/@oneblink/types/typescript/integrations.d.ts:260
  • +
  • Defined in node_modules/@oneblink/types/typescript/integrations.d.ts:248
  • +
  • Defined in node_modules/@oneblink/types/typescript/misc.d.ts:62
  • +
  • Defined in node_modules/@oneblink/types/typescript/misc.d.ts:108
  • +
  • Defined in node_modules/@oneblink/types/typescript/misc.d.ts:48
  • +
  • Defined in node_modules/@oneblink/types/typescript/misc.d.ts:188
  • +
  • Defined in node_modules/@oneblink/types/typescript/misc.d.ts:169
  • +
  • Defined in node_modules/@oneblink/types/typescript/misc.d.ts:140
  • +
  • Defined in node_modules/@oneblink/types/typescript/misc.d.ts:46
  • +
  • Defined in node_modules/@oneblink/types/typescript/misc.d.ts:119
  • +
  • Defined in node_modules/@oneblink/types/typescript/organisations.d.ts:185
  • +
  • Defined in node_modules/@oneblink/types/typescript/organisations.d.ts:172
  • +
  • Defined in node_modules/@oneblink/types/typescript/organisations.d.ts:190
  • +
  • Defined in node_modules/@oneblink/types/typescript/organisations.d.ts:202
  • BPOINTSubmissionEvent: FormEventBase & {
        configuration: {
            crn2?: string;
            crn3?: string;
            elementId: string;
            environmentId: string;
        };
        type: "BPOINT";
    }
    +
  • Defined in node_modules/@oneblink/types/typescript/submissionEvents.d.ts:241
  • -
    BaseFormSubmissionProcessing: {
        bucketName: string;
        externalId?: string;
        formId: number;
        formsAppEnvironmentId: number;
        formsAppId: number;
        isDraft: boolean;
        key: string;
        keyId?: string;
        organisationId: string;
        submissionId: string;
        submissionTimestamp: string;
        timezone: string;
        user?: UserProfile;
    } & S3SubmissionTags
    CPHCMSSubmissionEvent: FormEventBase & {
        configuration: PDFConfiguration & {
            categories?: {
                id: string;
                name: string;
            }[];
            contentTypeName: string;
            encryptPdf?: boolean;
            encryptedElementIds?: string[];
            notificationElementId?: string;
            tags?: string[];
        };
        type: "CP_HCMS";
    }
    +
  • Defined in node_modules/@oneblink/types/typescript/submissionEvents.d.ts:204
  • CPPaySubmissionEvent: FormEventBase & {
        configuration: {
            elementId: string;
            gatewayId: string;
        };
        type: "CP_PAY";
    }
    +
  • Defined in node_modules/@oneblink/types/typescript/submissionEvents.d.ts:228
  • +
  • Defined in node_modules/@oneblink/types/typescript/submissionEvents.d.ts:486
  • +
  • Defined in node_modules/@oneblink/types/typescript/submissionEvents.d.ts:460
  • FormSubmissionProcessingFormStore: BaseFormSubmissionProcessing & {
        type: "FORM_STORE";
    }
    +
  • Defined in node_modules/@oneblink/types/typescript/submissionEvents.d.ts:482
  • +
  • Defined in node_modules/@oneblink/types/typescript/submissionEvents.d.ts:396
  • FormWorkflowEventType: FormWorkflowEvent["type"]
    +
  • Defined in node_modules/@oneblink/types/typescript/submissionEvents.d.ts:416
  • FreshdeskAddNoteToTicketSubmissionEvent: FormEventBase & {
        configuration: ApprovalFormsInclusionConfiguration;
        type: "FRESHDESK_ADD_NOTE_TO_TICKET";
    }
    +
  • Defined in node_modules/@oneblink/types/typescript/submissionEvents.d.ts:358
  • FreshdeskCreateTicketSubmissionEvent: FormEventBase & {
        configuration: ApprovalFormsInclusionConfiguration & {
            mapping: FreshdeskSubmissionEventFieldMapping[];
        };
        type: "FRESHDESK_CREATE_TICKET";
    }
    +
  • Defined in node_modules/@oneblink/types/typescript/submissionEvents.d.ts:348
  • FreshdeskSubmissionEventFieldMapping: {
        freshdeskFieldName: string;
    } & ({
        formElementId: string;
        mapping: FreshdeskSubmissionEventFieldMapping;
        type: "FORM_FORM_ELEMENT";
    } | {
        formElementId: string;
        type: "FORM_ELEMENT";
    } | {
        type: "VALUE";
        value: number | string | boolean;
    } | {
        dependentFieldValue: {
            category: string;
            item: string;
            subCategory: string;
        };
        type: "DEPENDENT_FIELD_VALUE";
    } | {
        type: "SUBMISSION_ID";
    } | {
        type: "EXTERNAL_ID";
    })
    +
  • Defined in node_modules/@oneblink/types/typescript/submissionEvents.d.ts:316
  • NSWGovPaySubmissionEvent: FormEventBase & {
        configuration: {
            customerReference?: string;
            elementId: string;
            primaryAgencyId: string;
            productDescription: string;
            subAgencyCode?: string;
        };
        type: "NSW_GOV_PAY";
    }
    +
  • Defined in node_modules/@oneblink/types/typescript/submissionEvents.d.ts:288
  • +
  • Defined in node_modules/@oneblink/types/typescript/submissionEvents.d.ts:419
  • OneBlinkAPISubmissionEvent: FormEventBase & EndpointConfigurationAPI
    +
  • Defined in node_modules/@oneblink/types/typescript/submissionEvents.d.ts:139
  • -
    PDFConfiguration: ApprovalFormsInclusionConfiguration & {
        excludedCSSClasses?: string[];
        excludedElementIds?: string[];
        includeExternalIdInPdf?: boolean;
        includePaymentInPdf?: boolean;
        includeSubmissionIdInPdf?: boolean;
        pdfFileName?: string;
        pdfSize?: FormSubmissionPDFPageSize;
        usePagesAsBreaks?: boolean;
    }