Socket
Socket
Sign inDemoInstall

@3wks/sargon-api-node-client

Package Overview
Dependencies
Maintainers
12
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@3wks/sargon-api-node-client - npm Package Compare versions

Comparing version 0.1.10 to 0.1.12

3

dist/index.d.ts

@@ -14,3 +14,3 @@ /**

export * from "./configuration";
import { FundSearchRolloverApi, MembersApi, ReportsApi } from "./api";
import { BeneficiariesApi, FundSearchRolloverApi, MembersApi, ReportsApi } from "./api";
interface ApiClientOptions {

@@ -26,2 +26,3 @@ readonly clientId: string;

constructor(options: ApiClientOptions);
beneficiaries: () => BeneficiariesApi;
fundSearchRollover: () => FundSearchRolloverApi;

@@ -28,0 +29,0 @@ members: () => MembersApi;

@@ -22,2 +22,5 @@ "use strict";

constructor(options) {
this.beneficiaries = () => new api_1.BeneficiariesApi({
accessToken: this.getToken
}, this.options.basePath);
this.fundSearchRollover = () => new api_1.FundSearchRolloverApi({

@@ -24,0 +27,0 @@ accessToken: this.getToken

@@ -21,2 +21,4 @@ // tslint:disable

BeneficiariesApi,
FundSearchRolloverApi,

@@ -60,2 +62,7 @@

public beneficiaries = () =>
new BeneficiariesApi({
accessToken: this.getToken
}, this.options.basePath);
public fundSearchRollover = () =>

@@ -62,0 +69,0 @@ new FundSearchRolloverApi({

{
"name": "@3wks/sargon-api-node-client",
"version": "0.1.10",
"version": "0.1.12",
"description": "OpenAPI client for @3wks/sargon-api-node-client",

@@ -5,0 +5,0 @@ "author": "OpenAPI-Generator Contributors",

@@ -1,2 +0,2 @@

## @3wks/sargon-api-node-client@0.1.10
## @3wks/sargon-api-node-client@0.1.12

@@ -39,3 +39,3 @@ This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments:

```
npm install @3wks/sargon-api-node-client@0.1.10 --save
npm install @3wks/sargon-api-node-client@0.1.12 --save
```

@@ -42,0 +42,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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