@basetime/bldr-sfmc-sdk
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -8,3 +8,2 @@ import { CLI_Client } from './types/cli_client'; | ||
export declare class CLI implements CLI_Client { | ||
_helpers: any; | ||
contentBuilder: any; | ||
@@ -11,0 +10,0 @@ automationStudio: any; |
@@ -7,3 +7,2 @@ "use strict"; | ||
const emailStudio_1 = require("./emailStudio"); | ||
const helpers_1 = require("./helpers"); | ||
/** | ||
@@ -16,3 +15,2 @@ * Creates an instance of BLDR SDK. | ||
constructor(sfmc) { | ||
this._helpers = new helpers_1.Helpers(); | ||
this.contentBuilder = new contentBuilder_1.ContentBuilder(sfmc); | ||
@@ -19,0 +17,0 @@ this.automationStudio = new automationStudio_1.AutomationStudio(sfmc, this.contentBuilder); |
export interface CLI_Client { | ||
_helpers: { | ||
formatPromiseAllResponse: Function; | ||
}; | ||
contentBuilder: { | ||
@@ -6,0 +3,0 @@ searchFolders: Function; |
import { AutomationStudio } from './automationStudio'; | ||
import { ContentBuilder } from './contentBuilder'; | ||
import { EmailStudio } from './emailStudio'; | ||
import { Helpers } from './helpers'; | ||
import { CLI_Client } from './types/cli_client'; | ||
@@ -13,3 +12,2 @@ | ||
export class CLI implements CLI_Client { | ||
_helpers: any; | ||
contentBuilder: any; | ||
@@ -20,3 +18,2 @@ automationStudio: any; | ||
constructor(sfmc: any) { | ||
this._helpers = new Helpers(); | ||
this.contentBuilder = new ContentBuilder(sfmc); | ||
@@ -23,0 +20,0 @@ this.automationStudio = new AutomationStudio(sfmc, this.contentBuilder); |
export interface CLI_Client { | ||
_helpers: { | ||
formatPromiseAllResponse: Function; | ||
}; | ||
contentBuilder: { | ||
@@ -6,0 +3,0 @@ searchFolders: Function; |
{ | ||
"name": "@basetime/bldr-sfmc-sdk", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "SDK for BLDR SFMC Core Functionality", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
363478
9935