@integration-app/sdk
Advanced tools
Comparing version 0.1.33 to 0.1.34
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.IntegrationEngineClient = void 0; | ||
const tslib_1 = require("tslib"); | ||
const pusher_js_1 = (0, tslib_1.__importDefault)(require("pusher-js")); | ||
const axios_1 = (0, tslib_1.__importDefault)(require("axios")); | ||
const pusher_js_1 = __importDefault(require("pusher-js")); | ||
const axios_1 = __importDefault(require("axios")); | ||
const iframe_1 = require("./iframe"); | ||
@@ -8,0 +7,0 @@ const DEFAULT_API_URI = 'https://engine-api.integration.app'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.walkSchema = exports.makeSchemaForLocator = exports.getSchemaByLocator = exports.transformToDataLocator = exports.makeRecipeValue = exports.getRecipe = exports.isRecipe = exports.DataComposerRecipeArray = exports.DataComposerRecipeObject = exports.DataComposerRecipeLiteral = exports.DataComposerRecipePlain = exports.DataComposerRecipeRef = exports.DataComposerRecipeBase = exports.DataComposerRecipeType = exports.DataLocatorAnyOfOption = exports.DataLocatorCurrentArrayItem = exports.DataLocatorArrayItem = exports.DataLocatorObjectProperty = exports.DataLocatorStep = exports.DataLocatorStepType = void 0; | ||
const tslib_1 = require("tslib"); | ||
const lodash_1 = (0, tslib_1.__importDefault)(require("lodash")); | ||
const lodash_1 = __importDefault(require("lodash")); | ||
const json_schema_1 = require("./json-schema"); | ||
@@ -7,0 +6,0 @@ var DataLocatorStepType; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.extractEngineErrorData = exports.getErrorFromData = exports.ConnectionNotFoundError = exports.NotAuthenticatedError = exports.NotFoundError = exports.ConnectionError = exports.EndpointError = exports.FlowRunError = exports.FlowConfigurationError = exports.BadRequestError = exports.InternalError = exports.EngineError = exports.ConnectionNotFoundErrorData = exports.BadRequestErrorData = exports.FlowRunErrorData = exports.FlowConfigurationErrorData = exports.ConnectionErrorData = exports.EndpointErrorData = exports.InternalErrorData = exports.BaseErrorData = exports.ErrorKey = exports.ErrorType = void 0; | ||
const tslib_1 = require("tslib"); | ||
const lodash_1 = (0, tslib_1.__importDefault)(require("lodash")); | ||
const lodash_1 = __importDefault(require("lodash")); | ||
var ErrorType; | ||
@@ -7,0 +6,0 @@ (function (ErrorType) { |
{ | ||
"name": "@integration-app/sdk", | ||
"version": "0.1.33", | ||
"version": "0.1.34", | ||
"description": "JavaScript SDK for Integration.app", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -10,3 +10,3 @@ { | ||
"moduleResolution": "node", | ||
"importHelpers": true, | ||
"importHelpers": false, | ||
"declaration": true, | ||
@@ -13,0 +13,0 @@ "alwaysStrict": true, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
943061
11157