purecloud-flow-scripting-api-sdk-javascript 0.65.0 → 0.65.1
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "purecloud-flow-scripting-api-sdk-javascript",
|
|
3
|
-
"version": "0.65.
|
|
3
|
+
"version": "0.65.1",
|
|
4
4
|
"description": "JavaScript library for creating, editing, and managing Genesys Cloud Architect flows",
|
|
5
5
|
"main": "build-scripting/release/scripting.bundle.js",
|
|
6
6
|
"author": "Genesys",
|
package/types.d.ts
CHANGED
|
@@ -12900,10 +12900,10 @@ export class ArchActionSendAutoReply extends ArchBaseActionWithOutputsSuccessFai
|
|
|
12900
12900
|
}
|
|
12901
12901
|
|
|
12902
12902
|
/**
|
|
12903
|
-
* Creates an instance of
|
|
12904
|
-
* @param coreActionViewModel - the core Send Digital
|
|
12903
|
+
* Creates an instance of ArchActionSendDigitalContent.
|
|
12904
|
+
* @param coreActionViewModel - the core Send Digital Content action view model.
|
|
12905
12905
|
*/
|
|
12906
|
-
export class
|
|
12906
|
+
export class ArchActionSendDigitalContent {
|
|
12907
12907
|
// constructor(coreActionViewModel: any);
|
|
12908
12908
|
}
|
|
12909
12909
|
|