@next-api-sdk/micro-app-sdk
Advanced tools
Comparing version 1.0.2 to 1.1.0
@@ -6,2 +6,46 @@ "use strict"; | ||
}); | ||
var _getMicroAppList = require("./getMicroAppList.js"); | ||
Object.keys(_getMicroAppList).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (key in exports && exports[key] === _getMicroAppList[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function () { | ||
return _getMicroAppList[key]; | ||
} | ||
}); | ||
}); | ||
var _getPermissionsByAppId = require("./getPermissionsByAppId.js"); | ||
Object.keys(_getPermissionsByAppId).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (key in exports && exports[key] === _getPermissionsByAppId[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function () { | ||
return _getPermissionsByAppId[key]; | ||
} | ||
}); | ||
}); | ||
var _importPermissions = require("./importPermissions.js"); | ||
Object.keys(_importPermissions).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (key in exports && exports[key] === _importPermissions[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function () { | ||
return _importPermissions[key]; | ||
} | ||
}); | ||
}); | ||
var _updatePermissionBatch = require("./updatePermissionBatch.js"); | ||
Object.keys(_updatePermissionBatch).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (key in exports && exports[key] === _updatePermissionBatch[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function () { | ||
return _updatePermissionBatch[key]; | ||
} | ||
}); | ||
}); | ||
var _validatePermissions = require("./validatePermissions.js"); | ||
@@ -8,0 +52,0 @@ Object.keys(_validatePermissions).forEach(function (key) { |
"use strict"; | ||
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
var _index = require("./api/micro_app/permission/index.js"); | ||
var _exportNames = { | ||
FlowBuilderModels: true, | ||
MicroAppModels: true, | ||
CmdbModels: true, | ||
CommonModels: true, | ||
NextBuilderModels: true, | ||
PermissionModels: true, | ||
ApiGatewayModels: true | ||
}; | ||
exports.PermissionModels = exports.NextBuilderModels = exports.MicroAppModels = exports.FlowBuilderModels = exports.CommonModels = exports.CmdbModels = exports.ApiGatewayModels = void 0; | ||
var _index = require("./api/micro_app/archive/index.js"); | ||
Object.keys(_index).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _index[key]) return; | ||
@@ -17,2 +29,184 @@ Object.defineProperty(exports, key, { | ||
}); | ||
var _index2 = require("./api/micro_app/brick/index.js"); | ||
Object.keys(_index2).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _index2[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function () { | ||
return _index2[key]; | ||
} | ||
}); | ||
}); | ||
var _index3 = require("./api/micro_app/contract/index.js"); | ||
Object.keys(_index3).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _index3[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function () { | ||
return _index3[key]; | ||
} | ||
}); | ||
}); | ||
var _index4 = require("./api/micro_app/contract_center/index.js"); | ||
Object.keys(_index4).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _index4[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function () { | ||
return _index4[key]; | ||
} | ||
}); | ||
}); | ||
var _index5 = require("./api/micro_app/document/index.js"); | ||
Object.keys(_index5).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _index5[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function () { | ||
return _index5[key]; | ||
} | ||
}); | ||
}); | ||
var _index6 = require("./api/micro_app/installed_micro_app/index.js"); | ||
Object.keys(_index6).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _index6[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function () { | ||
return _index6[key]; | ||
} | ||
}); | ||
}); | ||
var _index7 = require("./api/micro_app/micro_app_container/index.js"); | ||
Object.keys(_index7).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _index7[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function () { | ||
return _index7[key]; | ||
} | ||
}); | ||
}); | ||
var _index8 = require("./api/micro_app/micro_app_version_log/index.js"); | ||
Object.keys(_index8).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _index8[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function () { | ||
return _index8[key]; | ||
} | ||
}); | ||
}); | ||
var _index9 = require("./api/micro_app/object_micro_app/index.js"); | ||
Object.keys(_index9).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _index9[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function () { | ||
return _index9[key]; | ||
} | ||
}); | ||
}); | ||
var _index10 = require("./api/micro_app/orchestration/index.js"); | ||
Object.keys(_index10).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _index10[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function () { | ||
return _index10[key]; | ||
} | ||
}); | ||
}); | ||
var _index11 = require("./api/micro_app/org/index.js"); | ||
Object.keys(_index11).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _index11[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function () { | ||
return _index11[key]; | ||
} | ||
}); | ||
}); | ||
var _index12 = require("./api/micro_app/permission/index.js"); | ||
Object.keys(_index12).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _index12[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function () { | ||
return _index12[key]; | ||
} | ||
}); | ||
}); | ||
var _index13 = require("./api/micro_app/report/index.js"); | ||
Object.keys(_index13).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _index13[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function () { | ||
return _index13[key]; | ||
} | ||
}); | ||
}); | ||
var _index14 = require("./api/micro_app/resource/index.js"); | ||
Object.keys(_index14).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _index14[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function () { | ||
return _index14[key]; | ||
} | ||
}); | ||
}); | ||
var _index15 = require("./api/micro_app/sitemap/index.js"); | ||
Object.keys(_index15).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _index15[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function () { | ||
return _index15[key]; | ||
} | ||
}); | ||
}); | ||
var _FlowBuilderModels = _interopRequireWildcard(require("./model/flow_builder/index.js")); | ||
exports.FlowBuilderModels = _FlowBuilderModels; | ||
var _MicroAppModels = _interopRequireWildcard(require("./model/micro_app/index.js")); | ||
exports.MicroAppModels = _MicroAppModels; | ||
var _CmdbModels = _interopRequireWildcard(require("./model/cmdb/index.js")); | ||
exports.CmdbModels = _CmdbModels; | ||
var _CommonModels = _interopRequireWildcard(require("./model/common/index.js")); | ||
exports.CommonModels = _CommonModels; | ||
var _NextBuilderModels = _interopRequireWildcard(require("./model/next_builder/index.js")); | ||
exports.NextBuilderModels = _NextBuilderModels; | ||
var _PermissionModels = _interopRequireWildcard(require("./model/permission/index.js")); | ||
exports.PermissionModels = _PermissionModels; | ||
var _ApiGatewayModels = _interopRequireWildcard(require("./model/api_gateway/index.js")); | ||
exports.ApiGatewayModels = _ApiGatewayModels; | ||
//# sourceMappingURL=index.js.map |
@@ -0,2 +1,6 @@ | ||
export * from "./getMicroAppList.js"; | ||
export * from "./getPermissionsByAppId.js"; | ||
export * from "./importPermissions.js"; | ||
export * from "./updatePermissionBatch.js"; | ||
export * from "./validatePermissions.js"; | ||
//# sourceMappingURL=index.js.map |
@@ -0,2 +1,30 @@ | ||
export * from "./api/micro_app/archive/index.js"; | ||
export * from "./api/micro_app/brick/index.js"; | ||
export * from "./api/micro_app/contract/index.js"; | ||
export * from "./api/micro_app/contract_center/index.js"; | ||
export * from "./api/micro_app/document/index.js"; | ||
export * from "./api/micro_app/installed_micro_app/index.js"; | ||
export * from "./api/micro_app/micro_app_container/index.js"; | ||
export * from "./api/micro_app/micro_app_version_log/index.js"; | ||
export * from "./api/micro_app/object_micro_app/index.js"; | ||
export * from "./api/micro_app/orchestration/index.js"; | ||
export * from "./api/micro_app/org/index.js"; | ||
export * from "./api/micro_app/permission/index.js"; | ||
export * from "./api/micro_app/report/index.js"; | ||
export * from "./api/micro_app/resource/index.js"; | ||
export * from "./api/micro_app/sitemap/index.js"; | ||
import * as _FlowBuilderModels from "./model/flow_builder/index.js"; | ||
export { _FlowBuilderModels as FlowBuilderModels }; | ||
import * as _MicroAppModels from "./model/micro_app/index.js"; | ||
export { _MicroAppModels as MicroAppModels }; | ||
import * as _CmdbModels from "./model/cmdb/index.js"; | ||
export { _CmdbModels as CmdbModels }; | ||
import * as _CommonModels from "./model/common/index.js"; | ||
export { _CommonModels as CommonModels }; | ||
import * as _NextBuilderModels from "./model/next_builder/index.js"; | ||
export { _NextBuilderModels as NextBuilderModels }; | ||
import * as _PermissionModels from "./model/permission/index.js"; | ||
export { _PermissionModels as PermissionModels }; | ||
import * as _ApiGatewayModels from "./model/api_gateway/index.js"; | ||
export { _ApiGatewayModels as ApiGatewayModels }; | ||
//# sourceMappingURL=index.js.map |
@@ -0,1 +1,5 @@ | ||
export * from "./getMicroAppList.js"; | ||
export * from "./getPermissionsByAppId.js"; | ||
export * from "./importPermissions.js"; | ||
export * from "./updatePermissionBatch.js"; | ||
export * from "./validatePermissions.js"; |
@@ -0,1 +1,22 @@ | ||
export * from "./api/micro_app/archive/index.js"; | ||
export * from "./api/micro_app/brick/index.js"; | ||
export * from "./api/micro_app/contract/index.js"; | ||
export * from "./api/micro_app/contract_center/index.js"; | ||
export * from "./api/micro_app/document/index.js"; | ||
export * from "./api/micro_app/installed_micro_app/index.js"; | ||
export * from "./api/micro_app/micro_app_container/index.js"; | ||
export * from "./api/micro_app/micro_app_version_log/index.js"; | ||
export * from "./api/micro_app/object_micro_app/index.js"; | ||
export * from "./api/micro_app/orchestration/index.js"; | ||
export * from "./api/micro_app/org/index.js"; | ||
export * from "./api/micro_app/permission/index.js"; | ||
export * from "./api/micro_app/report/index.js"; | ||
export * from "./api/micro_app/resource/index.js"; | ||
export * from "./api/micro_app/sitemap/index.js"; | ||
export * as FlowBuilderModels from "./model/flow_builder/index.js"; | ||
export * as MicroAppModels from "./model/micro_app/index.js"; | ||
export * as CmdbModels from "./model/cmdb/index.js"; | ||
export * as CommonModels from "./model/common/index.js"; | ||
export * as NextBuilderModels from "./model/next_builder/index.js"; | ||
export * as PermissionModels from "./model/permission/index.js"; | ||
export * as ApiGatewayModels from "./model/api_gateway/index.js"; |
{ | ||
"name": "@next-api-sdk/micro-app-sdk", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "API SDK for Micro App", | ||
"homepage": "https://github.com/easyops-cn/next-core/tree/master/sdk/micro-app-sdk", | ||
"homepage": "https://github.com/easyops-cn/next-api-sdk/tree/master/sdk/micro-app-sdk", | ||
"license": "GPL-3.0", | ||
@@ -36,8 +36,8 @@ "type": "module", | ||
"dependencies": { | ||
"@next-core/http": "^1.0.2" | ||
"@next-core/http": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"@next-core/build-next-libs": "^1.0.2" | ||
"@next-core/build-next-libs": "^1.0.0" | ||
}, | ||
"gitHead": "ffd8b31a5d99db5af3b4ec7675ff2d6541eb1338" | ||
"gitHead": "013090fa34db30534833c832eb2ab97ecebe21cf" | ||
} |
# @next-api-sdk/micro-app-sdk | ||
**DO NOT MODIFY THIS PACKAGE MANUALLY.** | ||
**IT IS AUTO GENERATED BY [@next-core/create-api-sdk] v0.0.0** | ||
**IT IS AUTO GENERATED BY [@next-core/create-api-sdk] v1.0.2** | ||
@@ -6,0 +6,0 @@ Micro App SDK. |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
619906
563
7581
0
1
Updated@next-core/http@^1.0.0