Skip to content

Commit 6274e38

Browse files
committed
Build docs
1 parent 52adcd0 commit 6274e38

File tree

3 files changed

+26
-23
lines changed

3 files changed

+26
-23
lines changed

docs/rules/entry-points.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ define([], function () {
7575

7676
### Script Types and Their Respective Entry Points
7777

78+
- BankConnectivityPlugin
79+
- getRequiredConfigurationFields
80+
- downloadPreviousDayBankStatementFile
7881
- BundleInstallationScript
7982
- afterInstall
8083
- afterUpdate
@@ -94,13 +97,25 @@ define([], function () {
9497
- validateLine
9598
- localizationContextEnter
9699
- localizationContextExit
100+
- DatasetBuilderPlugin
101+
- createDataset
102+
- FiConnectivityPlugin
103+
- getConfigurationIFrameUrl
104+
- getAccounts
105+
- getTransactionData
106+
- FiParserPlugin
107+
- parseData
108+
- getStandardTransactionCodes
109+
- getExpenseCodes
110+
- getConfigurationPageUrl
97111
- MapReduceScript
98112
- getInputData
99113
- map
100114
- reduce
101115
- summarize
102116
- MassUpdateScript
103117
- each
118+
- PluginTypeImpl
104119
- Portlet
105120
- render
106121
- Restlet
@@ -118,25 +133,11 @@ define([], function () {
118133
- afterSubmit
119134
- beforeLoad
120135
- beforeSubmit
136+
- WorkbookBbuilderPlugin
137+
- createWorkbook
121138
- WorkflowActionScript
122139
- onAction
123-
- bankConnectivityPlugin
124-
- getRequiredConfigurationFields
125-
- downloadPreviousDayBankStatementFile
126-
- datasetbuilderplugin
127-
- createDataset
128-
- fiConnectivityPlugin
129-
- getConfigurationIFrameUrl
130-
- getAccounts
131-
- getTransactionData
132-
- fiParserPlugin
133-
- parseData
134-
- getStandardTransactionCodes
135-
- getExpenseCodes
136-
- getConfigurationPageUrl
137-
- workbookbuilderplugin
138-
- createWorkbook
139-
- plugintypeimpl
140+
140141

141142
## Version
142143

docs/rules/module-vars.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ Specify at least one module name with a corresponding variable name.
9898
- N/workflow
9999
- N/xml
100100

101+
101102
## Version
102103

103104
This rule was introduced in version 1.0.0.

docs/rules/script-type.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,23 +46,24 @@ Valid tag values are found below.
4646

4747
## Script Types
4848

49+
- BankConnectivityPlugin
4950
- BundleInstallationScript
5051
- ClientScript
52+
- DatasetBuilderPlugin
53+
- FiConnectivityPlugin
54+
- FiParserPlugin
5155
- MapReduceScript
5256
- MassUpdateScript
57+
- PluginTypeImpl
5358
- Portlet
5459
- Restlet
5560
- ScheduledScript
5661
- SDFInstallationScript
5762
- Suitelet
5863
- UserEventScript
64+
- WorkbookBbuilderPlugin
5965
- WorkflowActionScript
60-
- bankConnectivityPlugin
61-
- datasetbuilderplugin
62-
- fiConnectivityPlugin
63-
- fiParserPlugin
64-
- workbookbuilderplugin
65-
- plugintypeimpl
66+
6667

6768
## Version
6869

0 commit comments

Comments
 (0)