openapi_okta_ip_ranges 0.10.0 → 1.0.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 CHANGED
@@ -4,8 +4,8 @@ OpenapiOktaIpRanges - JavaScript client for openapi_okta_ip_ranges
4
4
  OpenAPI specification and a set of generated API clients for Okta IP Ranges
5
5
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
6
6
 
7
- - API version: 0.10.0
8
- - Package version: 0.10.0
7
+ - API version: 1.0.0
8
+ - Package version: 1.0.0
9
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-okta-ip-ranges](https://github.com/oapicf/openapi-okta-ip-ranges)
package/dist/ApiClient.js CHANGED
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
16
16
  * OpenAPI Okta IP Ranges
17
17
  * OpenAPI specification and a set of generated API clients for Okta IP Ranges
18
18
  *
19
- * The version of the OpenAPI document: 0.10.0
19
+ * The version of the OpenAPI document: 1.0.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 0.10.0
29
+ * @version 1.0.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/0.10.0/Javascript'
66
+ 'User-Agent': 'OpenAPI-Generator/1.0.0/Javascript'
67
67
  };
68
68
 
69
69
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
16
16
  * OpenAPI Okta IP Ranges
17
17
  * OpenAPI specification and a set of generated API clients for Okta IP Ranges
18
18
  *
19
- * The version of the OpenAPI document: 0.10.0
19
+ * The version of the OpenAPI document: 1.0.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).
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
27
27
  /**
28
28
  * Default service.
29
29
  * @module api/DefaultApi
30
- * @version 0.10.0
30
+ * @version 1.0.0
31
31
  */
32
32
  var DefaultApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
15
15
  * OpenAPI Okta IP Ranges
16
16
  * OpenAPI specification and a set of generated API clients for Okta IP Ranges
17
17
  *
18
- * The version of the OpenAPI document: 0.10.0
18
+ * The version of the OpenAPI document: 1.0.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 IpRangesJsonGet200ResponseValue model module.
28
28
  * @module model/IpRangesJsonGet200ResponseValue
29
- * @version 0.10.0
29
+ * @version 1.0.0
30
30
  */
31
31
  var IpRangesJsonGet200ResponseValue = /*#__PURE__*/function () {
32
32
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openapi_okta_ip_ranges",
3
- "version": "0.10.0",
3
+ "version": "1.0.0",
4
4
  "description": "OpenAPI specification and a set of generated API clients for Okta IP Ranges",
5
5
  "license": "MPL-2.0",
6
6
  "main": "dist/index.js",