Socket
Socket
Sign inDemoInstall

@orbis-systems/accounts-ts-sdk

Package Overview
Dependencies
529
Maintainers
4
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.35 to 1.1.36

2

dist/endpoints/Branches.d.ts

@@ -7,4 +7,6 @@ import SDKEndpoint from '../endpoint';

get: (data?: object, config?: IRequestConfig) => Promise<any>;
autoAppealsList: (data?: object, config?: IRequestConfig) => Promise<any>;
autoAppealsUpdate: (data?: object, config?: IRequestConfig) => Promise<any>;
constructor(sdkClient: SDKClient);
}
export default Branches;

@@ -32,2 +32,10 @@ "use strict";

});
_this.autoAppealsList = _this.request.bind(_this, {
url: '/branches/custodian-settings/auto-appeals/list',
method: 'POST',
});
_this.autoAppealsUpdate = _this.request.bind(_this, {
url: '/branches/custodian-settings/auto-appeals/update',
method: 'POST',
});
return _this;

@@ -34,0 +42,0 @@ }

2

package.json
{
"name": "@orbis-systems/accounts-ts-sdk",
"version": "1.1.35",
"version": "1.1.36",
"description": "",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc