openapi_iplocation 1.0.0 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/ApiClient.js +3 -3
- package/dist/api/DefaultApi.js +2 -2
- package/dist/model/Get200Response.js +2 -2
- package/dist/model/Get400Response.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,9 +4,9 @@ OpenapiIplocation - JavaScript client for openapi_iplocation
|
|
|
4
4
|
OpenAPI v3 specification and a set of generated API clients for iplocation.net
|
|
5
5
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
6
6
|
|
|
7
|
-
- API version: 1.
|
|
8
|
-
- Package version: 1.
|
|
9
|
-
- Generator version: 7.
|
|
7
|
+
- API version: 1.1.0
|
|
8
|
+
- Package version: 1.1.0
|
|
9
|
+
- Generator version: 7.9.0
|
|
10
10
|
- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
|
|
11
11
|
For more information, please visit [https://github.com/oapicf/openapi-iplocation](https://github.com/oapicf/openapi-iplocation)
|
|
12
12
|
|
package/dist/ApiClient.js
CHANGED
|
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
16
16
|
* iplocation.net API
|
|
17
17
|
* OpenAPI v3 specification and a set of generated API clients for iplocation.net
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 1.
|
|
19
|
+
* The version of the OpenAPI document: 1.1.0
|
|
20
20
|
* Contact: blah+oapicf@cliffano.com
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
*/
|
|
27
27
|
/**
|
|
28
28
|
* @module ApiClient
|
|
29
|
-
* @version 1.
|
|
29
|
+
* @version 1.1.0
|
|
30
30
|
*/
|
|
31
31
|
/**
|
|
32
32
|
* Manages low level client-server communications, parameter marshalling, etc. There should not be any need for an
|
|
@@ -63,7 +63,7 @@ var ApiClient = /*#__PURE__*/function () {
|
|
|
63
63
|
* @default {}
|
|
64
64
|
*/
|
|
65
65
|
this.defaultHeaders = {
|
|
66
|
-
'User-Agent': 'OpenAPI-Generator/1.
|
|
66
|
+
'User-Agent': 'OpenAPI-Generator/1.1.0/Javascript'
|
|
67
67
|
};
|
|
68
68
|
|
|
69
69
|
/**
|
package/dist/api/DefaultApi.js
CHANGED
|
@@ -17,7 +17,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
17
17
|
* iplocation.net API
|
|
18
18
|
* OpenAPI v3 specification and a set of generated API clients for iplocation.net
|
|
19
19
|
*
|
|
20
|
-
* The version of the OpenAPI document: 1.
|
|
20
|
+
* The version of the OpenAPI document: 1.1.0
|
|
21
21
|
* Contact: blah+oapicf@cliffano.com
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* Default service.
|
|
30
30
|
* @module api/DefaultApi
|
|
31
|
-
* @version 1.
|
|
31
|
+
* @version 1.1.0
|
|
32
32
|
*/
|
|
33
33
|
var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -15,7 +15,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
15
15
|
* iplocation.net API
|
|
16
16
|
* OpenAPI v3 specification and a set of generated API clients for iplocation.net
|
|
17
17
|
*
|
|
18
|
-
* The version of the OpenAPI document: 1.
|
|
18
|
+
* The version of the OpenAPI document: 1.1.0
|
|
19
19
|
* Contact: blah+oapicf@cliffano.com
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
/**
|
|
27
27
|
* The Get200Response model module.
|
|
28
28
|
* @module model/Get200Response
|
|
29
|
-
* @version 1.
|
|
29
|
+
* @version 1.1.0
|
|
30
30
|
*/
|
|
31
31
|
var Get200Response = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -15,7 +15,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
15
15
|
* iplocation.net API
|
|
16
16
|
* OpenAPI v3 specification and a set of generated API clients for iplocation.net
|
|
17
17
|
*
|
|
18
|
-
* The version of the OpenAPI document: 1.
|
|
18
|
+
* The version of the OpenAPI document: 1.1.0
|
|
19
19
|
* Contact: blah+oapicf@cliffano.com
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
/**
|
|
27
27
|
* The Get400Response model module.
|
|
28
28
|
* @module model/Get400Response
|
|
29
|
-
* @version 1.
|
|
29
|
+
* @version 1.1.0
|
|
30
30
|
*/
|
|
31
31
|
var Get400Response = /*#__PURE__*/function () {
|
|
32
32
|
/**
|