Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sap-ux/axios-extension

Package Overview
Dependencies
Maintainers
3
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap-ux/axios-extension - npm Package Compare versions

Comparing version 1.10.2 to 1.11.0

2

dist/abap/index.d.ts

@@ -8,3 +8,3 @@ export { AppInfo, BspConfig, DeployConfig, Ui5AbapRepositoryService, UndeployConfig } from './ui5-abap-repository-service';

export * from './adt-catalog';
export { TenantType, ArchiveFileNode } from './types';
export { TenantType, ArchiveFileNode, AtoSettings } from './types';
//# sourceMappingURL=index.d.ts.map

@@ -68,6 +68,15 @@ /**

}
export type OperationsType = 'C' | 'P';
/**
* Possible values for operations type property: (C)loud and on-(P)remise.
* ATO Settings properties
*
* @typedef AtoSettings
* @property {string} developmentPackage Local package name i.e YY1_TEST_PACKAGE
* @property {string} developmentPrefix Describes a custom prefix that is used for your packages and transports i.e.YY1_ | ZZ1_
* @property {OperationsType} operationsType Hosting type i.e. Cloud | onPremise
* @property {boolean} isExtensibilityDevelopmentSystem Whether target system is a extensible development tenant, true | false
* @property {TenantType} tenantType Type of tenant exposed i.e. SAP | CUSTOMER
* @property {boolean} isTransportRequestRequired Whether Transport Request (TR) is required during deployment, true | false
* @property {boolean} isConfigured Whether ATO is enabled on target system, true | false
*/
export type OperationsType = 'C' | 'P';
export interface AtoSettings {

@@ -80,2 +89,3 @@ developmentPackage?: string;

isTransportRequestRequired?: boolean;
isConfigured?: boolean;
}

@@ -82,0 +92,0 @@ export type AdtTransportStatus = 'S' | 'E';

{
"name": "@sap-ux/axios-extension",
"version": "1.10.2",
"version": "1.11.0",
"description": "Extension of the Axios module adding convenience methods to interact with SAP systems especially with OData services.",

@@ -25,3 +25,3 @@ "repository": {

"@xmldom/xmldom": "0.8.10",
"@sap-ux/btp-utils": "0.13.0",
"@sap-ux/btp-utils": "0.14.0",
"@sap-ux/logger": "0.5.0"

@@ -28,0 +28,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc