@hitc/netsuite-types 2021.2.10 → 2021.2.11
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/N/email.d.ts +1 -1
- package/package.json +1 -1
package/N/email.d.ts
CHANGED
|
@@ -115,4 +115,4 @@ export var sendBulk: EmailSendFunction;
|
|
|
115
115
|
* Method used to send a single “on-demand” campaign email to a specified recipient and return a campaign response ID to track the email.
|
|
116
116
|
* Email (campaignemail) sublists are not supported. The campaign must use a Lead Nurturing (campaigndrip) sublist.
|
|
117
117
|
*/
|
|
118
|
-
export var
|
|
118
|
+
export var sendCampaignEvent: EmailSendCampaignFunction;
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"posttest": "npm run cleanup"
|
|
9
9
|
},
|
|
10
10
|
"homepage": "https://github.com/headintheclouddev/typings-suitescript-2.0",
|
|
11
|
-
"version": "2021.2.
|
|
11
|
+
"version": "2021.2.11",
|
|
12
12
|
"main": "index.d.ts",
|
|
13
13
|
"author": "Head in the Cloud Development <gurus@headintheclouddev.com> (www.headintheclouddev.com)",
|
|
14
14
|
"license": "MIT",
|