ssjs-data 0.3.0 → 0.3.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/dist/sfmc-globals.d.ts +0 -1
- package/package.json +1 -1
package/dist/sfmc-globals.d.ts
CHANGED
|
@@ -53,7 +53,6 @@ declare namespace Platform {
|
|
|
53
53
|
function Base64Encode(string: string, charset?: string): string;
|
|
54
54
|
function Base64Decode(encodedString: string, charset?: string): string;
|
|
55
55
|
function MD5(string: string, charset?: string): string;
|
|
56
|
-
function Write(content: string): void;
|
|
57
56
|
function Stringify(object: object): string;
|
|
58
57
|
function ContentArea(id: number, regionName?: string, stopOnError?: boolean, fallbackContent?: string): string;
|
|
59
58
|
function ContentAreaByName(name: string, regionName?: string, stopOnError?: boolean, fallbackContent?: string): string;
|
package/package.json
CHANGED