@smallstack/axios-api-client
Advanced tools
Comparing version 1.54.0-rc.4 to 1.54.0-rc.5
{ | ||
"name": "@smallstack/axios-api-client", | ||
"version": "1.54.0-rc.4", | ||
"version": "1.54.0-rc.5", | ||
"main": "src/index.js", | ||
@@ -8,3 +8,3 @@ "typings": "src/index.d.ts", | ||
"axios": "^0.21.1", | ||
"@smallstack/core-common": "1.54.0-rc.4", | ||
"@smallstack/core-common": "1.54.0-rc.5", | ||
"base-64": "^1.0.0", | ||
@@ -11,0 +11,0 @@ "underscore": "1.12.0" |
@@ -33,2 +33,8 @@ /** | ||
*/ | ||
cboType: CustomBackofficeDtoCboTypeEnum; | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof CustomBackofficeDto | ||
*/ | ||
mountPoint?: string; | ||
@@ -46,3 +52,3 @@ /** | ||
*/ | ||
scriptUrl: string; | ||
scriptUrl?: string; | ||
/** | ||
@@ -65,5 +71,11 @@ * | ||
*/ | ||
tag: string; | ||
tag?: string; | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof CustomBackofficeDto | ||
*/ | ||
cmsPageId?: string; | ||
/** | ||
* | ||
* @type {Array<CustomBackofficeConfigurationDto>} | ||
@@ -74,1 +86,9 @@ * @memberof CustomBackofficeDto | ||
} | ||
/** | ||
* @export | ||
* @enum {string} | ||
*/ | ||
export declare enum CustomBackofficeDtoCboTypeEnum { | ||
WebComponent = "webComponent", | ||
Cms = "cms" | ||
} |
@@ -13,2 +13,12 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.CustomBackofficeDtoCboTypeEnum = void 0; | ||
/** | ||
* @export | ||
* @enum {string} | ||
*/ | ||
var CustomBackofficeDtoCboTypeEnum; | ||
(function (CustomBackofficeDtoCboTypeEnum) { | ||
CustomBackofficeDtoCboTypeEnum["WebComponent"] = "webComponent"; | ||
CustomBackofficeDtoCboTypeEnum["Cms"] = "cms"; | ||
})(CustomBackofficeDtoCboTypeEnum = exports.CustomBackofficeDtoCboTypeEnum || (exports.CustomBackofficeDtoCboTypeEnum = {})); | ||
//# sourceMappingURL=custom-backoffice-dto.js.map |
@@ -20,3 +20,3 @@ /** | ||
*/ | ||
type: string; | ||
name: string; | ||
/** | ||
@@ -23,0 +23,0 @@ * |
@@ -21,2 +21,8 @@ /** | ||
*/ | ||
cboType?: UpdateCustomBackofficeDtoCboTypeEnum; | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof UpdateCustomBackofficeDto | ||
*/ | ||
mountPoint?: string; | ||
@@ -55,2 +61,8 @@ /** | ||
* | ||
* @type {string} | ||
* @memberof UpdateCustomBackofficeDto | ||
*/ | ||
cmsPageId?: string; | ||
/** | ||
* | ||
* @type {Array<CustomBackofficeConfigurationDto>} | ||
@@ -61,1 +73,9 @@ * @memberof UpdateCustomBackofficeDto | ||
} | ||
/** | ||
* @export | ||
* @enum {string} | ||
*/ | ||
export declare enum UpdateCustomBackofficeDtoCboTypeEnum { | ||
WebComponent = "webComponent", | ||
Cms = "cms" | ||
} |
@@ -13,2 +13,12 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.UpdateCustomBackofficeDtoCboTypeEnum = void 0; | ||
/** | ||
* @export | ||
* @enum {string} | ||
*/ | ||
var UpdateCustomBackofficeDtoCboTypeEnum; | ||
(function (UpdateCustomBackofficeDtoCboTypeEnum) { | ||
UpdateCustomBackofficeDtoCboTypeEnum["WebComponent"] = "webComponent"; | ||
UpdateCustomBackofficeDtoCboTypeEnum["Cms"] = "cms"; | ||
})(UpdateCustomBackofficeDtoCboTypeEnum = exports.UpdateCustomBackofficeDtoCboTypeEnum || (exports.UpdateCustomBackofficeDtoCboTypeEnum = {})); | ||
//# sourceMappingURL=update-custom-backoffice-dto.js.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3472775
60886
+ Added@smallstack/core-common@1.54.0-rc.5(transitive)
- Removed@smallstack/core-common@1.54.0-rc.4(transitive)