mendixmodelsdk
Advanced tools
Comparing version 4.67.1-dev-1169-a47bdab8b to 4.67.1-dev-1170-85f0d1c0d
{ | ||
"name": "mendixmodelsdk", | ||
"description": "Mendix Model SDK", | ||
"version": "4.67.1-dev-1169-a47bdab8b", | ||
"version": "4.67.1-dev-1170-85f0d1c0d", | ||
"author": "Mendix", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -406,2 +406,7 @@ import * as internal from "../sdk/internal"; | ||
set httpConfiguration(newValue: microflows.HttpConfiguration); | ||
/** | ||
* In version 9.19.0: introduced | ||
*/ | ||
get httpBody(): string; | ||
set httpBody(newValue: string); | ||
constructor(model: internal.AbstractModel, structureTypeName: string, id: string, isPartial: boolean, container: projects.IFolderBase); | ||
@@ -408,0 +413,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
/** Current SDK version: 4.67.1-dev-1169-a47bdab8b */ | ||
/** Current SDK version: 4.67.1-dev-1170-85f0d1c0d */ | ||
export declare const SDK_VERSION: string; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.SDK_VERSION = void 0; | ||
/** Current SDK version: 4.67.1-dev-1169-a47bdab8b */ | ||
/** Current SDK version: 4.67.1-dev-1170-85f0d1c0d */ | ||
exports.SDK_VERSION = "4.67.1"; | ||
//# sourceMappingURL=version.js.map |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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 too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
13422371
187211