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

@aplinkosministerija/biip-tools-client

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aplinkosministerija/biip-tools-client - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0

dist/apis/DownloadApi.d.ts

1

dist/apis/index.d.ts

@@ -0,3 +1,4 @@

export * from './DownloadApi';
export * from './PdfApi';
export * from './PingApi';
export * from './ScreenshotApi';

@@ -19,4 +19,5 @@ "use strict";

/* eslint-disable */
__exportStar(require("./DownloadApi"), exports);
__exportStar(require("./PdfApi"), exports);
__exportStar(require("./PingApi"), exports);
__exportStar(require("./ScreenshotApi"), exports);

2

dist/apis/PdfApi.d.ts

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 0.0.1
* The version of the OpenAPI document: 1.0.0
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 0.0.1
* The version of the OpenAPI document: 1.0.0
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 0.0.1
* The version of the OpenAPI document: 1.0.0
*

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

import * as runtime from '../runtime';
import type { Ping } from '../models';
import type { ToolsPingGet200Response } from '../models';
/**

@@ -30,7 +30,7 @@ * PingApi - interface

*/
toolsPingGetRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Ping>>;
toolsPingGetRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ToolsPingGet200Response>>;
/**
* Health check (ping.ping) [autoAlias]
*/
toolsPingGet(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Ping>;
toolsPingGet(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ToolsPingGet200Response>;
}

@@ -44,7 +44,7 @@ /**

*/
toolsPingGetRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Ping>>;
toolsPingGetRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ToolsPingGet200Response>>;
/**
* Health check (ping.ping) [autoAlias]
*/
toolsPingGet(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Ping>;
toolsPingGet(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ToolsPingGet200Response>;
}

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 0.0.1
* The version of the OpenAPI document: 1.0.0
*

@@ -46,3 +46,3 @@ *

}, initOverrides);
return new runtime.JSONApiResponse(response, (jsonValue) => (0, models_1.PingFromJSON)(jsonValue));
return new runtime.JSONApiResponse(response, (jsonValue) => (0, models_1.ToolsPingGet200ResponseFromJSON)(jsonValue));
});

@@ -49,0 +49,0 @@ }

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 0.0.1
* The version of the OpenAPI document: 1.0.0
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 0.0.1
* The version of the OpenAPI document: 1.0.0
*

@@ -11,0 +11,0 @@ *

@@ -0,3 +1,4 @@

export * from './DownloadApi';
export * from './PdfApi';
export * from './PingApi';
export * from './ScreenshotApi';
/* tslint:disable */
/* eslint-disable */
export * from './DownloadApi';
export * from './PdfApi';
export * from './PingApi';
export * from './ScreenshotApi';

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 0.0.1
* The version of the OpenAPI document: 1.0.0
*

@@ -8,0 +8,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 0.0.1
* The version of the OpenAPI document: 1.0.0
*

@@ -10,0 +10,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 0.0.1
* The version of the OpenAPI document: 1.0.0
*

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

import * as runtime from '../runtime';
import type { Ping } from '../models';
import type { ToolsPingGet200Response } from '../models';
/**

@@ -30,7 +30,7 @@ * PingApi - interface

*/
toolsPingGetRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Ping>>;
toolsPingGetRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ToolsPingGet200Response>>;
/**
* Health check (ping.ping) [autoAlias]
*/
toolsPingGet(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Ping>;
toolsPingGet(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ToolsPingGet200Response>;
}

@@ -44,7 +44,7 @@ /**

*/
toolsPingGetRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Ping>>;
toolsPingGetRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ToolsPingGet200Response>>;
/**
* Health check (ping.ping) [autoAlias]
*/
toolsPingGet(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Ping>;
toolsPingGet(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ToolsPingGet200Response>;
}

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 0.0.1
* The version of the OpenAPI document: 1.0.0
*

@@ -25,3 +25,3 @@ *

import * as runtime from '../runtime';
import { PingFromJSON, } from '../models';
import { ToolsPingGet200ResponseFromJSON, } from '../models';
/**

@@ -44,3 +44,3 @@ *

}, initOverrides);
return new runtime.JSONApiResponse(response, (jsonValue) => PingFromJSON(jsonValue));
return new runtime.JSONApiResponse(response, (jsonValue) => ToolsPingGet200ResponseFromJSON(jsonValue));
});

@@ -47,0 +47,0 @@ }

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 0.0.1
* The version of the OpenAPI document: 1.0.0
*

@@ -8,0 +8,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 0.0.1
* The version of the OpenAPI document: 1.0.0
*

@@ -10,0 +10,0 @@ *

@@ -1,4 +0,3 @@

export * from './DbMixinList';
export * from './PdfCreate';
export * from './PdfCreateMargin';
export * from './Ping';
export * from './ToolsPingGet200Response';
/* tslint:disable */
/* eslint-disable */
export * from './DbMixinList';
export * from './PdfCreate';
export * from './PdfCreateMargin';
export * from './Ping';
export * from './ToolsPingGet200Response';

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 0.0.1
* The version of the OpenAPI document: 1.0.0
*

@@ -8,0 +8,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 0.0.1
* The version of the OpenAPI document: 1.0.0
*

@@ -10,0 +10,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 0.0.1
* The version of the OpenAPI document: 1.0.0
*

@@ -8,0 +8,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 0.0.1
* The version of the OpenAPI document: 1.0.0
*

@@ -10,0 +10,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 0.0.1
* The version of the OpenAPI document: 1.0.0
*

@@ -8,0 +8,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 0.0.1
* The version of the OpenAPI document: 1.0.0
*

@@ -10,0 +10,0 @@ *

@@ -1,4 +0,3 @@

export * from './DbMixinList';
export * from './PdfCreate';
export * from './PdfCreateMargin';
export * from './Ping';
export * from './ToolsPingGet200Response';

@@ -19,5 +19,4 @@ "use strict";

/* eslint-disable */
__exportStar(require("./DbMixinList"), exports);
__exportStar(require("./PdfCreate"), exports);
__exportStar(require("./PdfCreateMargin"), exports);
__exportStar(require("./Ping"), exports);
__exportStar(require("./ToolsPingGet200Response"), exports);

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 0.0.1
* The version of the OpenAPI document: 1.0.0
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 0.0.1
* The version of the OpenAPI document: 1.0.0
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 0.0.1
* The version of the OpenAPI document: 1.0.0
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 0.0.1
* The version of the OpenAPI document: 1.0.0
*

@@ -11,0 +11,0 @@ *

@@ -5,3 +5,3 @@ /**

*
* The version of the OpenAPI document: 0.0.1
* The version of the OpenAPI document: 1.0.0
*

@@ -8,0 +8,0 @@ *

@@ -8,3 +8,3 @@ "use strict";

*
* The version of the OpenAPI document: 0.0.1
* The version of the OpenAPI document: 1.0.0
*

@@ -11,0 +11,0 @@ *

{
"name": "@aplinkosministerija/biip-tools-client",
"version": "0.0.1",
"version": "1.0.0",
"description": "OpenAPI client for @aplinkosministerija/biip-tools-client",

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

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

## @aplinkosministerija/biip-tools-client@0.0.1
## @aplinkosministerija/biip-tools-client@1.0.0

@@ -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 @aplinkosministerija/biip-tools-client@0.0.1 --save
npm install @aplinkosministerija/biip-tools-client@1.0.0 --save
```

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

/* tslint:disable */
/* eslint-disable */
export * from './DownloadApi';
export * from './PdfApi';
export * from './PingApi';
export * from './ScreenshotApi';

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 0.0.1
* The version of the OpenAPI document: 1.0.0
*

@@ -10,0 +10,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 0.0.1
* The version of the OpenAPI document: 1.0.0
*

@@ -19,7 +19,7 @@ *

import type {
Ping,
ToolsPingGet200Response,
} from '../models';
import {
PingFromJSON,
PingToJSON,
ToolsPingGet200ResponseFromJSON,
ToolsPingGet200ResponseToJSON,
} from '../models';

@@ -41,3 +41,3 @@

*/
toolsPingGetRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Ping>>;
toolsPingGetRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ToolsPingGet200Response>>;

@@ -47,3 +47,3 @@ /**

*/
toolsPingGet(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Ping>;
toolsPingGet(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ToolsPingGet200Response>;

@@ -60,3 +60,3 @@ }

*/
async toolsPingGetRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Ping>> {
async toolsPingGetRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ToolsPingGet200Response>> {
const queryParameters: any = {};

@@ -73,3 +73,3 @@

return new runtime.JSONApiResponse(response, (jsonValue) => PingFromJSON(jsonValue));
return new runtime.JSONApiResponse(response, (jsonValue) => ToolsPingGet200ResponseFromJSON(jsonValue));
}

@@ -80,3 +80,3 @@

*/
async toolsPingGet(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Ping> {
async toolsPingGet(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ToolsPingGet200Response> {
const response = await this.toolsPingGetRaw(initOverrides);

@@ -83,0 +83,0 @@ return await response.value();

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 0.0.1
* The version of the OpenAPI document: 1.0.0
*

@@ -10,0 +10,0 @@ *

/* tslint:disable */
/* eslint-disable */
export * from './DbMixinList';
export * from './PdfCreate';
export * from './PdfCreateMargin';
export * from './Ping';
export * from './ToolsPingGet200Response';

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 0.0.1
* The version of the OpenAPI document: 1.0.0
*

@@ -10,0 +10,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 0.0.1
* The version of the OpenAPI document: 1.0.0
*

@@ -10,0 +10,0 @@ *

@@ -7,3 +7,3 @@ /* tslint:disable */

*
* The version of the OpenAPI document: 0.0.1
* The version of the OpenAPI document: 1.0.0
*

@@ -10,0 +10,0 @@ *

Sorry, the diff of this file is not supported yet

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