@sap-ux/axios-extension
Advanced tools
Comparing version 0.14.1 to 1.0.0
@@ -10,3 +10,3 @@ import { AdtService } from './adt-service'; | ||
*/ | ||
private static AdtCategory; | ||
private static adtCategory; | ||
/** | ||
@@ -13,0 +13,0 @@ * @see AdtService.getAdtCatagory() |
@@ -27,3 +27,3 @@ "use strict"; | ||
static getAdtCatagory() { | ||
return AtoService.AdtCategory; | ||
return AtoService.adtCategory; | ||
} | ||
@@ -72,3 +72,3 @@ /** | ||
*/ | ||
AtoService.AdtCategory = { | ||
AtoService.adtCategory = { | ||
scheme: 'http://www.sap.com/adt/categories/ato', | ||
@@ -75,0 +75,0 @@ term: 'settings' |
@@ -5,2 +5,3 @@ export { AdtService } from './adt-service'; | ||
export { TransportRequestService, NewUi5ObjectRequestParams } from './transportrequest-service'; | ||
export { ListPackageService } from './list-package-service'; | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.TransportRequestService = exports.TransportChecksService = exports.AtoService = exports.AdtService = void 0; | ||
exports.ListPackageService = exports.TransportRequestService = exports.TransportChecksService = exports.AtoService = exports.AdtService = void 0; | ||
var adt_service_1 = require("./adt-service"); | ||
@@ -12,2 +12,4 @@ Object.defineProperty(exports, "AdtService", { enumerable: true, get: function () { return adt_service_1.AdtService; } }); | ||
Object.defineProperty(exports, "TransportRequestService", { enumerable: true, get: function () { return transportrequest_service_1.TransportRequestService; } }); | ||
var list_package_service_1 = require("./list-package-service"); | ||
Object.defineProperty(exports, "ListPackageService", { enumerable: true, get: function () { return list_package_service_1.ListPackageService; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -11,3 +11,3 @@ import { AdtService } from './adt-service'; | ||
*/ | ||
private static AdtCategory; | ||
private static adtCategory; | ||
/** | ||
@@ -14,0 +14,0 @@ * @see AdtService.getAdtCatagory() |
@@ -50,3 +50,3 @@ "use strict"; | ||
static getAdtCatagory() { | ||
return TransportChecksService.AdtCategory; | ||
return TransportChecksService.adtCategory; | ||
} | ||
@@ -204,3 +204,3 @@ /** | ||
*/ | ||
TransportChecksService.AdtCategory = { | ||
TransportChecksService.adtCategory = { | ||
scheme: 'http://www.sap.com/adt/categories/cts', | ||
@@ -207,0 +207,0 @@ term: 'transportchecks' |
@@ -29,3 +29,3 @@ import { AdtService } from './adt-service'; | ||
*/ | ||
private static AdtCategory; | ||
private static adtCategory; | ||
/** | ||
@@ -32,0 +32,0 @@ * @see AdtService.getAdtCatagory() |
@@ -24,3 +24,3 @@ "use strict"; | ||
static getAdtCatagory() { | ||
return TransportRequestService.AdtCategory; | ||
return TransportRequestService.adtCategory; | ||
} | ||
@@ -79,3 +79,3 @@ /** | ||
*/ | ||
TransportRequestService.AdtCategory = { | ||
TransportRequestService.adtCategory = { | ||
scheme: 'http://www.sap.com/adt/categories/cts', | ||
@@ -82,0 +82,0 @@ term: 'transports' |
{ | ||
"name": "@sap-ux/axios-extension", | ||
"version": "0.14.1", | ||
"version": "1.0.0", | ||
"description": "Extension of the Axios module adding convinience methods to interact with SAP systems especially with OData services.", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
213715
75
4772
1
2