green_link_api 0.49.2 → 0.49.3
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 -2
- package/dist/ApiClient.js +2 -2
- package/dist/api/EnergyAssetsApi.js +1 -1
- package/dist/api/EnergyDataApi.js +1 -1
- package/dist/api/HealthCheckApi.js +1 -1
- package/dist/api/LicensedProductionSitesOnEpiasApi.js +1 -1
- package/dist/api/LocationsApi.js +1 -1
- package/dist/api/MaintenanceCheckApi.js +68 -0
- package/dist/api/OrganizationprofilesApi.js +1 -1
- package/dist/api/OrganizationsApi.js +1 -1
- package/dist/api/SchemaApi.js +1 -1
- package/dist/api/SentryDebugApi.js +1 -1
- package/dist/api/UsersApi.js +1 -1
- package/dist/index.js +8 -0
- package/dist/model/Consumer.js +1 -1
- package/dist/model/ConsumptionDataPointCreate.js +1 -1
- package/dist/model/ConsumptionDataPointListOrDetail.js +1 -1
- package/dist/model/ConsumptionDataPointUpdate.js +1 -1
- package/dist/model/ConsumptionSite.js +1 -1
- package/dist/model/ConsumptionSiteListOrDetail.js +1 -1
- package/dist/model/EmissionFactor.js +1 -1
- package/dist/model/EnergySourcePreference.js +1 -1
- package/dist/model/FileList.js +1 -1
- package/dist/model/FileUpload.js +1 -1
- package/dist/model/GridOperator.js +1 -1
- package/dist/model/Issuer.js +1 -1
- package/dist/model/JWT.js +1 -1
- package/dist/model/Location.js +1 -1
- package/dist/model/Login.js +1 -1
- package/dist/model/MatchRequest.js +1 -1
- package/dist/model/MatchedEnergyDataPoint.js +1 -1
- package/dist/model/MatchingConsumerRequest.js +1 -1
- package/dist/model/MatchingSiteRequest.js +1 -1
- package/dist/model/PaginatedConsumerList.js +1 -1
- package/dist/model/PaginatedConsumptionDataPointListOrDetailList.js +1 -1
- package/dist/model/PaginatedConsumptionSiteListOrDetailList.js +1 -1
- package/dist/model/PaginatedEmissionFactorList.js +1 -1
- package/dist/model/PaginatedEnergySourcePreferenceList.js +1 -1
- package/dist/model/PaginatedGridOperatorList.js +1 -1
- package/dist/model/PaginatedIssuerList.js +1 -1
- package/dist/model/PaginatedLocationList.js +1 -1
- package/dist/model/PaginatedMatchRequestList.js +1 -1
- package/dist/model/PaginatedMatchedEnergyDataPointList.js +1 -1
- package/dist/model/PaginatedProducerList.js +1 -1
- package/dist/model/PaginatedProductionDataPointListOrDetailList.js +1 -1
- package/dist/model/PaginatedProductionSiteListOrDetailList.js +1 -1
- package/dist/model/PaginatedRetailerList.js +1 -1
- package/dist/model/PaginatedUserList.js +1 -1
- package/dist/model/PasswordChange.js +1 -1
- package/dist/model/PasswordReset.js +1 -1
- package/dist/model/PasswordResetConfirm.js +1 -1
- package/dist/model/PatchedConsumer.js +1 -1
- package/dist/model/PatchedConsumptionDataPointUpdate.js +1 -1
- package/dist/model/PatchedConsumptionSite.js +1 -1
- package/dist/model/PatchedEmissionFactor.js +1 -1
- package/dist/model/PatchedEnergySourcePreference.js +1 -1
- package/dist/model/PatchedGridOperator.js +1 -1
- package/dist/model/PatchedIssuer.js +1 -1
- package/dist/model/PatchedLocation.js +1 -1
- package/dist/model/PatchedProducer.js +1 -1
- package/dist/model/PatchedProductionDataPointUpdate.js +1 -1
- package/dist/model/PatchedProductionSiteUpdate.js +1 -1
- package/dist/model/PatchedRetailer.js +1 -1
- package/dist/model/PatchedUser.js +1 -1
- package/dist/model/PatchedUserDetail.js +1 -1
- package/dist/model/Producer.js +1 -1
- package/dist/model/ProductionDataPointCreate.js +1 -1
- package/dist/model/ProductionDataPointListOrDetail.js +1 -1
- package/dist/model/ProductionDataPointUpdate.js +1 -1
- package/dist/model/ProductionSite.js +1 -1
- package/dist/model/ProductionSiteListOrDetail.js +1 -1
- package/dist/model/ProductionSiteUpdate.js +1 -1
- package/dist/model/Register.js +1 -1
- package/dist/model/RestAuthDetail.js +1 -1
- package/dist/model/Retailer.js +1 -1
- package/dist/model/TokenRefresh.js +1 -1
- package/dist/model/TokenVerify.js +1 -1
- package/dist/model/User.js +1 -1
- package/dist/model/UserDetail.js +1 -1
- package/dist/model/VerifyEmail.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,8 +4,8 @@ GreenLinkApi - JavaScript client for green_link_api
|
|
|
4
4
|
GreenLink API documentation with interactive tools for testing API endpoints.
|
|
5
5
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
6
6
|
|
|
7
|
-
- API version: 0.49.
|
|
8
|
-
- Package version: 0.49.
|
|
7
|
+
- API version: 0.49.3
|
|
8
|
+
- Package version: 0.49.3
|
|
9
9
|
- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
|
|
10
10
|
|
|
11
11
|
## Installation
|
|
@@ -187,6 +187,7 @@ Class | Method | HTTP request | Description
|
|
|
187
187
|
*GreenLinkApi.LocationsApi* | [**locationsProductionSitesRetrieve**](docs/LocationsApi.md#locationsProductionSitesRetrieve) | **GET** /locations/production-sites/ |
|
|
188
188
|
*GreenLinkApi.LocationsApi* | [**locationsRetrieve**](docs/LocationsApi.md#locationsRetrieve) | **GET** /locations/{id}/ |
|
|
189
189
|
*GreenLinkApi.LocationsApi* | [**locationsUpdate**](docs/LocationsApi.md#locationsUpdate) | **PUT** /locations/{id}/ |
|
|
190
|
+
*GreenLinkApi.MaintenanceCheckApi* | [**maintenanceCheckRetrieve**](docs/MaintenanceCheckApi.md#maintenanceCheckRetrieve) | **GET** /maintenance-check/ |
|
|
190
191
|
*GreenLinkApi.OrganizationprofilesApi* | [**organizationprofilesEnergySourcePreferenceCreate**](docs/OrganizationprofilesApi.md#organizationprofilesEnergySourcePreferenceCreate) | **POST** /organizationprofiles/energy-source-preference/ |
|
|
191
192
|
*GreenLinkApi.OrganizationprofilesApi* | [**organizationprofilesEnergySourcePreferenceDestroy**](docs/OrganizationprofilesApi.md#organizationprofilesEnergySourcePreferenceDestroy) | **DELETE** /organizationprofiles/energy-source-preference/{id}/ |
|
|
192
193
|
*GreenLinkApi.OrganizationprofilesApi* | [**organizationprofilesEnergySourcePreferenceList**](docs/OrganizationprofilesApi.md#organizationprofilesEnergySourcePreferenceList) | **GET** /organizationprofiles/energy-source-preference/ |
|
package/dist/ApiClient.js
CHANGED
|
@@ -21,7 +21,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
21
21
|
|
|
22
22
|
/**
|
|
23
23
|
* @module ApiClient
|
|
24
|
-
* @version 0.49.
|
|
24
|
+
* @version 0.49.3
|
|
25
25
|
*/
|
|
26
26
|
|
|
27
27
|
/**
|
|
@@ -79,7 +79,7 @@ var ApiClient = /*#__PURE__*/function () {
|
|
|
79
79
|
*/
|
|
80
80
|
|
|
81
81
|
this.defaultHeaders = {
|
|
82
|
-
'User-Agent': 'OpenAPI-Generator/0.49.
|
|
82
|
+
'User-Agent': 'OpenAPI-Generator/0.49.3/Javascript'
|
|
83
83
|
};
|
|
84
84
|
/**
|
|
85
85
|
* The default HTTP timeout for all API calls.
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* LicensedProductionSitesOnEpias service.
|
|
20
20
|
* @module api/LicensedProductionSitesOnEpiasApi
|
|
21
|
-
* @version 0.49.
|
|
21
|
+
* @version 0.49.3
|
|
22
22
|
*/
|
|
23
23
|
var LicensedProductionSitesOnEpiasApi = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
package/dist/api/LocationsApi.js
CHANGED
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
|
|
8
|
+
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
9
|
+
|
|
10
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
11
|
+
|
|
12
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
13
|
+
|
|
14
|
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
|
15
|
+
|
|
16
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* MaintenanceCheck service.
|
|
20
|
+
* @module api/MaintenanceCheckApi
|
|
21
|
+
* @version 0.49.3
|
|
22
|
+
*/
|
|
23
|
+
var MaintenanceCheckApi = /*#__PURE__*/function () {
|
|
24
|
+
/**
|
|
25
|
+
* Constructs a new MaintenanceCheckApi.
|
|
26
|
+
* @alias module:api/MaintenanceCheckApi
|
|
27
|
+
* @class
|
|
28
|
+
* @param {module:ApiClient} [apiClient] Optional API client implementation to use,
|
|
29
|
+
* default to {@link module:ApiClient#instance} if unspecified.
|
|
30
|
+
*/
|
|
31
|
+
function MaintenanceCheckApi(apiClient) {
|
|
32
|
+
_classCallCheck(this, MaintenanceCheckApi);
|
|
33
|
+
|
|
34
|
+
this.apiClient = apiClient || _ApiClient["default"].instance;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Callback function to receive the result of the maintenanceCheckRetrieve operation.
|
|
38
|
+
* @callback module:api/MaintenanceCheckApi~maintenanceCheckRetrieveCallback
|
|
39
|
+
* @param {String} error Error message, if any.
|
|
40
|
+
* @param data This operation does not return a value.
|
|
41
|
+
* @param {String} response The complete HTTP response.
|
|
42
|
+
*/
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* @param {module:api/MaintenanceCheckApi~maintenanceCheckRetrieveCallback} callback The callback function, accepting three arguments: error, data, response
|
|
46
|
+
*/
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
_createClass(MaintenanceCheckApi, [{
|
|
50
|
+
key: "maintenanceCheckRetrieve",
|
|
51
|
+
value: function maintenanceCheckRetrieve(callback) {
|
|
52
|
+
var postBody = null;
|
|
53
|
+
var pathParams = {};
|
|
54
|
+
var queryParams = {};
|
|
55
|
+
var headerParams = {};
|
|
56
|
+
var formParams = {};
|
|
57
|
+
var authNames = ['basicAuth', 'cookieAuth', 'jwtAuth', 'tokenAuth'];
|
|
58
|
+
var contentTypes = [];
|
|
59
|
+
var accepts = [];
|
|
60
|
+
var returnType = null;
|
|
61
|
+
return this.apiClient.callApi('/maintenance-check/', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
62
|
+
}
|
|
63
|
+
}]);
|
|
64
|
+
|
|
65
|
+
return MaintenanceCheckApi;
|
|
66
|
+
}();
|
|
67
|
+
|
|
68
|
+
exports["default"] = MaintenanceCheckApi;
|
|
@@ -24,7 +24,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
24
24
|
/**
|
|
25
25
|
* Organizationprofiles service.
|
|
26
26
|
* @module api/OrganizationprofilesApi
|
|
27
|
-
* @version 0.49.
|
|
27
|
+
* @version 0.49.3
|
|
28
28
|
*/
|
|
29
29
|
var OrganizationprofilesApi = /*#__PURE__*/function () {
|
|
30
30
|
/**
|
package/dist/api/SchemaApi.js
CHANGED
package/dist/api/UsersApi.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -135,6 +135,12 @@ Object.defineProperty(exports, "Login", {
|
|
|
135
135
|
return _Login["default"];
|
|
136
136
|
}
|
|
137
137
|
});
|
|
138
|
+
Object.defineProperty(exports, "MaintenanceCheckApi", {
|
|
139
|
+
enumerable: true,
|
|
140
|
+
get: function get() {
|
|
141
|
+
return _MaintenanceCheckApi["default"];
|
|
142
|
+
}
|
|
143
|
+
});
|
|
138
144
|
Object.defineProperty(exports, "MatchRequest", {
|
|
139
145
|
enumerable: true,
|
|
140
146
|
get: function get() {
|
|
@@ -650,6 +656,8 @@ var _LicensedProductionSitesOnEpiasApi = _interopRequireDefault(require("./api/L
|
|
|
650
656
|
|
|
651
657
|
var _LocationsApi = _interopRequireDefault(require("./api/LocationsApi"));
|
|
652
658
|
|
|
659
|
+
var _MaintenanceCheckApi = _interopRequireDefault(require("./api/MaintenanceCheckApi"));
|
|
660
|
+
|
|
653
661
|
var _OrganizationprofilesApi = _interopRequireDefault(require("./api/OrganizationprofilesApi"));
|
|
654
662
|
|
|
655
663
|
var _OrganizationsApi = _interopRequireDefault(require("./api/OrganizationsApi"));
|
package/dist/model/Consumer.js
CHANGED
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The ConsumptionDataPointCreate model module.
|
|
20
20
|
* @module model/ConsumptionDataPointCreate
|
|
21
|
-
* @version 0.49.
|
|
21
|
+
* @version 0.49.3
|
|
22
22
|
*/
|
|
23
23
|
var ConsumptionDataPointCreate = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -26,7 +26,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
26
26
|
/**
|
|
27
27
|
* The ConsumptionDataPointListOrDetail model module.
|
|
28
28
|
* @module model/ConsumptionDataPointListOrDetail
|
|
29
|
-
* @version 0.49.
|
|
29
|
+
* @version 0.49.3
|
|
30
30
|
*/
|
|
31
31
|
var ConsumptionDataPointListOrDetail = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The ConsumptionDataPointUpdate model module.
|
|
20
20
|
* @module model/ConsumptionDataPointUpdate
|
|
21
|
-
* @version 0.49.
|
|
21
|
+
* @version 0.49.3
|
|
22
22
|
*/
|
|
23
23
|
var ConsumptionDataPointUpdate = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The ConsumptionSite model module.
|
|
22
22
|
* @module model/ConsumptionSite
|
|
23
|
-
* @version 0.49.
|
|
23
|
+
* @version 0.49.3
|
|
24
24
|
*/
|
|
25
25
|
var ConsumptionSite = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -24,7 +24,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
24
24
|
/**
|
|
25
25
|
* The ConsumptionSiteListOrDetail model module.
|
|
26
26
|
* @module model/ConsumptionSiteListOrDetail
|
|
27
|
-
* @version 0.49.
|
|
27
|
+
* @version 0.49.3
|
|
28
28
|
*/
|
|
29
29
|
var ConsumptionSiteListOrDetail = /*#__PURE__*/function () {
|
|
30
30
|
/**
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The EmissionFactor model module.
|
|
20
20
|
* @module model/EmissionFactor
|
|
21
|
-
* @version 0.49.
|
|
21
|
+
* @version 0.49.3
|
|
22
22
|
*/
|
|
23
23
|
var EmissionFactor = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
22
22
|
/**
|
|
23
23
|
* The EnergySourcePreference model module.
|
|
24
24
|
* @module model/EnergySourcePreference
|
|
25
|
-
* @version 0.49.
|
|
25
|
+
* @version 0.49.3
|
|
26
26
|
*/
|
|
27
27
|
var EnergySourcePreference = /*#__PURE__*/function () {
|
|
28
28
|
/**
|
package/dist/model/FileList.js
CHANGED
package/dist/model/FileUpload.js
CHANGED
package/dist/model/Issuer.js
CHANGED
package/dist/model/JWT.js
CHANGED
package/dist/model/Location.js
CHANGED
package/dist/model/Login.js
CHANGED
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The MatchedEnergyDataPoint model module.
|
|
20
20
|
* @module model/MatchedEnergyDataPoint
|
|
21
|
-
* @version 0.49.
|
|
21
|
+
* @version 0.49.3
|
|
22
22
|
*/
|
|
23
23
|
var MatchedEnergyDataPoint = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The MatchingConsumerRequest model module.
|
|
20
20
|
* @module model/MatchingConsumerRequest
|
|
21
|
-
* @version 0.49.
|
|
21
|
+
* @version 0.49.3
|
|
22
22
|
*/
|
|
23
23
|
var MatchingConsumerRequest = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The MatchingSiteRequest model module.
|
|
20
20
|
* @module model/MatchingSiteRequest
|
|
21
|
-
* @version 0.49.
|
|
21
|
+
* @version 0.49.3
|
|
22
22
|
*/
|
|
23
23
|
var MatchingSiteRequest = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PaginatedConsumerList model module.
|
|
22
22
|
* @module model/PaginatedConsumerList
|
|
23
|
-
* @version 0.49.
|
|
23
|
+
* @version 0.49.3
|
|
24
24
|
*/
|
|
25
25
|
var PaginatedConsumerList = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PaginatedConsumptionDataPointListOrDetailList model module.
|
|
22
22
|
* @module model/PaginatedConsumptionDataPointListOrDetailList
|
|
23
|
-
* @version 0.49.
|
|
23
|
+
* @version 0.49.3
|
|
24
24
|
*/
|
|
25
25
|
var PaginatedConsumptionDataPointListOrDetailList = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PaginatedConsumptionSiteListOrDetailList model module.
|
|
22
22
|
* @module model/PaginatedConsumptionSiteListOrDetailList
|
|
23
|
-
* @version 0.49.
|
|
23
|
+
* @version 0.49.3
|
|
24
24
|
*/
|
|
25
25
|
var PaginatedConsumptionSiteListOrDetailList = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PaginatedEmissionFactorList model module.
|
|
22
22
|
* @module model/PaginatedEmissionFactorList
|
|
23
|
-
* @version 0.49.
|
|
23
|
+
* @version 0.49.3
|
|
24
24
|
*/
|
|
25
25
|
var PaginatedEmissionFactorList = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PaginatedEnergySourcePreferenceList model module.
|
|
22
22
|
* @module model/PaginatedEnergySourcePreferenceList
|
|
23
|
-
* @version 0.49.
|
|
23
|
+
* @version 0.49.3
|
|
24
24
|
*/
|
|
25
25
|
var PaginatedEnergySourcePreferenceList = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PaginatedGridOperatorList model module.
|
|
22
22
|
* @module model/PaginatedGridOperatorList
|
|
23
|
-
* @version 0.49.
|
|
23
|
+
* @version 0.49.3
|
|
24
24
|
*/
|
|
25
25
|
var PaginatedGridOperatorList = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PaginatedIssuerList model module.
|
|
22
22
|
* @module model/PaginatedIssuerList
|
|
23
|
-
* @version 0.49.
|
|
23
|
+
* @version 0.49.3
|
|
24
24
|
*/
|
|
25
25
|
var PaginatedIssuerList = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PaginatedLocationList model module.
|
|
22
22
|
* @module model/PaginatedLocationList
|
|
23
|
-
* @version 0.49.
|
|
23
|
+
* @version 0.49.3
|
|
24
24
|
*/
|
|
25
25
|
var PaginatedLocationList = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PaginatedMatchRequestList model module.
|
|
22
22
|
* @module model/PaginatedMatchRequestList
|
|
23
|
-
* @version 0.49.
|
|
23
|
+
* @version 0.49.3
|
|
24
24
|
*/
|
|
25
25
|
var PaginatedMatchRequestList = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PaginatedMatchedEnergyDataPointList model module.
|
|
22
22
|
* @module model/PaginatedMatchedEnergyDataPointList
|
|
23
|
-
* @version 0.49.
|
|
23
|
+
* @version 0.49.3
|
|
24
24
|
*/
|
|
25
25
|
var PaginatedMatchedEnergyDataPointList = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PaginatedProducerList model module.
|
|
22
22
|
* @module model/PaginatedProducerList
|
|
23
|
-
* @version 0.49.
|
|
23
|
+
* @version 0.49.3
|
|
24
24
|
*/
|
|
25
25
|
var PaginatedProducerList = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PaginatedProductionDataPointListOrDetailList model module.
|
|
22
22
|
* @module model/PaginatedProductionDataPointListOrDetailList
|
|
23
|
-
* @version 0.49.
|
|
23
|
+
* @version 0.49.3
|
|
24
24
|
*/
|
|
25
25
|
var PaginatedProductionDataPointListOrDetailList = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PaginatedProductionSiteListOrDetailList model module.
|
|
22
22
|
* @module model/PaginatedProductionSiteListOrDetailList
|
|
23
|
-
* @version 0.49.
|
|
23
|
+
* @version 0.49.3
|
|
24
24
|
*/
|
|
25
25
|
var PaginatedProductionSiteListOrDetailList = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PaginatedRetailerList model module.
|
|
22
22
|
* @module model/PaginatedRetailerList
|
|
23
|
-
* @version 0.49.
|
|
23
|
+
* @version 0.49.3
|
|
24
24
|
*/
|
|
25
25
|
var PaginatedRetailerList = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PaginatedUserList model module.
|
|
22
22
|
* @module model/PaginatedUserList
|
|
23
|
-
* @version 0.49.
|
|
23
|
+
* @version 0.49.3
|
|
24
24
|
*/
|
|
25
25
|
var PaginatedUserList = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The PasswordChange model module.
|
|
20
20
|
* @module model/PasswordChange
|
|
21
|
-
* @version 0.49.
|
|
21
|
+
* @version 0.49.3
|
|
22
22
|
*/
|
|
23
23
|
var PasswordChange = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The PasswordReset model module.
|
|
20
20
|
* @module model/PasswordReset
|
|
21
|
-
* @version 0.49.
|
|
21
|
+
* @version 0.49.3
|
|
22
22
|
*/
|
|
23
23
|
var PasswordReset = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The PasswordResetConfirm model module.
|
|
20
20
|
* @module model/PasswordResetConfirm
|
|
21
|
-
* @version 0.49.
|
|
21
|
+
* @version 0.49.3
|
|
22
22
|
*/
|
|
23
23
|
var PasswordResetConfirm = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PatchedConsumer model module.
|
|
22
22
|
* @module model/PatchedConsumer
|
|
23
|
-
* @version 0.49.
|
|
23
|
+
* @version 0.49.3
|
|
24
24
|
*/
|
|
25
25
|
var PatchedConsumer = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The PatchedConsumptionDataPointUpdate model module.
|
|
20
20
|
* @module model/PatchedConsumptionDataPointUpdate
|
|
21
|
-
* @version 0.49.
|
|
21
|
+
* @version 0.49.3
|
|
22
22
|
*/
|
|
23
23
|
var PatchedConsumptionDataPointUpdate = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PatchedConsumptionSite model module.
|
|
22
22
|
* @module model/PatchedConsumptionSite
|
|
23
|
-
* @version 0.49.
|
|
23
|
+
* @version 0.49.3
|
|
24
24
|
*/
|
|
25
25
|
var PatchedConsumptionSite = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The PatchedEmissionFactor model module.
|
|
20
20
|
* @module model/PatchedEmissionFactor
|
|
21
|
-
* @version 0.49.
|
|
21
|
+
* @version 0.49.3
|
|
22
22
|
*/
|
|
23
23
|
var PatchedEmissionFactor = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
22
22
|
/**
|
|
23
23
|
* The PatchedEnergySourcePreference model module.
|
|
24
24
|
* @module model/PatchedEnergySourcePreference
|
|
25
|
-
* @version 0.49.
|
|
25
|
+
* @version 0.49.3
|
|
26
26
|
*/
|
|
27
27
|
var PatchedEnergySourcePreference = /*#__PURE__*/function () {
|
|
28
28
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PatchedGridOperator model module.
|
|
22
22
|
* @module model/PatchedGridOperator
|
|
23
|
-
* @version 0.49.
|
|
23
|
+
* @version 0.49.3
|
|
24
24
|
*/
|
|
25
25
|
var PatchedGridOperator = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PatchedIssuer model module.
|
|
22
22
|
* @module model/PatchedIssuer
|
|
23
|
-
* @version 0.49.
|
|
23
|
+
* @version 0.49.3
|
|
24
24
|
*/
|
|
25
25
|
var PatchedIssuer = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The PatchedLocation model module.
|
|
20
20
|
* @module model/PatchedLocation
|
|
21
|
-
* @version 0.49.
|
|
21
|
+
* @version 0.49.3
|
|
22
22
|
*/
|
|
23
23
|
var PatchedLocation = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PatchedProducer model module.
|
|
22
22
|
* @module model/PatchedProducer
|
|
23
|
-
* @version 0.49.
|
|
23
|
+
* @version 0.49.3
|
|
24
24
|
*/
|
|
25
25
|
var PatchedProducer = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The PatchedProductionDataPointUpdate model module.
|
|
20
20
|
* @module model/PatchedProductionDataPointUpdate
|
|
21
|
-
* @version 0.49.
|
|
21
|
+
* @version 0.49.3
|
|
22
22
|
*/
|
|
23
23
|
var PatchedProductionDataPointUpdate = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PatchedProductionSiteUpdate model module.
|
|
22
22
|
* @module model/PatchedProductionSiteUpdate
|
|
23
|
-
* @version 0.49.
|
|
23
|
+
* @version 0.49.3
|
|
24
24
|
*/
|
|
25
25
|
var PatchedProductionSiteUpdate = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PatchedRetailer model module.
|
|
22
22
|
* @module model/PatchedRetailer
|
|
23
|
-
* @version 0.49.
|
|
23
|
+
* @version 0.49.3
|
|
24
24
|
*/
|
|
25
25
|
var PatchedRetailer = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PatchedUserDetail model module.
|
|
22
22
|
* @module model/PatchedUserDetail
|
|
23
|
-
* @version 0.49.
|
|
23
|
+
* @version 0.49.3
|
|
24
24
|
*/
|
|
25
25
|
var PatchedUserDetail = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
package/dist/model/Producer.js
CHANGED
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The ProductionDataPointCreate model module.
|
|
20
20
|
* @module model/ProductionDataPointCreate
|
|
21
|
-
* @version 0.49.
|
|
21
|
+
* @version 0.49.3
|
|
22
22
|
*/
|
|
23
23
|
var ProductionDataPointCreate = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -24,7 +24,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
24
24
|
/**
|
|
25
25
|
* The ProductionDataPointListOrDetail model module.
|
|
26
26
|
* @module model/ProductionDataPointListOrDetail
|
|
27
|
-
* @version 0.49.
|
|
27
|
+
* @version 0.49.3
|
|
28
28
|
*/
|
|
29
29
|
var ProductionDataPointListOrDetail = /*#__PURE__*/function () {
|
|
30
30
|
/**
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The ProductionDataPointUpdate model module.
|
|
20
20
|
* @module model/ProductionDataPointUpdate
|
|
21
|
-
* @version 0.49.
|
|
21
|
+
* @version 0.49.3
|
|
22
22
|
*/
|
|
23
23
|
var ProductionDataPointUpdate = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The ProductionSite model module.
|
|
22
22
|
* @module model/ProductionSite
|
|
23
|
-
* @version 0.49.
|
|
23
|
+
* @version 0.49.3
|
|
24
24
|
*/
|
|
25
25
|
var ProductionSite = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
22
22
|
/**
|
|
23
23
|
* The ProductionSiteListOrDetail model module.
|
|
24
24
|
* @module model/ProductionSiteListOrDetail
|
|
25
|
-
* @version 0.49.
|
|
25
|
+
* @version 0.49.3
|
|
26
26
|
*/
|
|
27
27
|
var ProductionSiteListOrDetail = /*#__PURE__*/function () {
|
|
28
28
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The ProductionSiteUpdate model module.
|
|
22
22
|
* @module model/ProductionSiteUpdate
|
|
23
|
-
* @version 0.49.
|
|
23
|
+
* @version 0.49.3
|
|
24
24
|
*/
|
|
25
25
|
var ProductionSiteUpdate = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
package/dist/model/Register.js
CHANGED
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The RestAuthDetail model module.
|
|
20
20
|
* @module model/RestAuthDetail
|
|
21
|
-
* @version 0.49.
|
|
21
|
+
* @version 0.49.3
|
|
22
22
|
*/
|
|
23
23
|
var RestAuthDetail = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
package/dist/model/Retailer.js
CHANGED
package/dist/model/User.js
CHANGED
package/dist/model/UserDetail.js
CHANGED