green_link_api 1.8.6 → 1.9.2
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 +2 -2
- package/dist/ApiClient.js +2 -2
- package/dist/api/BlockchainApi.js +1 -1
- 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/LogsApi.js +1 -1
- package/dist/api/MaintenanceCheckApi.js +1 -1
- 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/model/Activities.js +1 -1
- package/dist/model/BlockchainTransaction.js +1 -1
- package/dist/model/Consumer.js +1 -1
- package/dist/model/ConsumptionDataFileList.js +1 -1
- package/dist/model/ConsumptionDataFromRetailerRequest.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/ConsumptionSiteCreate.js +1 -1
- package/dist/model/ConsumptionSiteFileUpload.js +1 -1
- package/dist/model/ConsumptionSiteFromRetailer.js +1 -1
- package/dist/model/ConsumptionSiteListOrDetail.js +1 -1
- package/dist/model/ConsumptionSiteMany.js +1 -1
- package/dist/model/EmissionFactor.js +1 -1
- package/dist/model/EnergySourcePreference.js +1 -1
- package/dist/model/GetFromEpias.js +1 -1
- package/dist/model/GridOperator.js +1 -1
- package/dist/model/ImportRequest.js +1 -1
- package/dist/model/ImportedEnergyDataPoint.js +21 -12
- package/dist/model/Issuer.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/PaginatedActivitiesList.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/PaginatedImportRequestList.js +1 -1
- package/dist/model/PaginatedImportedEnergyDataPointList.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/PaginatedProductionDataFromEpiasRequestList.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/PaginatedSmartContractList.js +1 -1
- package/dist/model/PaginatedUnprocessedRowList.js +1 -1
- package/dist/model/PaginatedUploadedCertificateListorDetailList.js +1 -1
- package/dist/model/PaginatedUploadedFileList.js +1 -1
- package/dist/model/PaginatedUserList.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/PatchedSmartContract.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/ProductionDataFileList.js +1 -1
- package/dist/model/ProductionDataFromEpiasRequest.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/ProductionSiteFileUpload.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/Retailer.js +1 -1
- package/dist/model/SmartContract.js +1 -1
- package/dist/model/Token.js +1 -1
- package/dist/model/UnprocessedRow.js +1 -1
- package/dist/model/UploadedCertificate.js +1 -1
- package/dist/model/UploadedCertificateListorDetail.js +1 -1
- package/dist/model/UploadedFile.js +1 -1
- package/dist/model/User.js +1 -1
- package/dist/model/UserDetail.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: 1.
|
|
8
|
-
- Package version: 1.
|
|
7
|
+
- API version: 1.9.2
|
|
8
|
+
- Package version: 1.9.2
|
|
9
9
|
- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
|
|
10
10
|
|
|
11
11
|
## Installation
|
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 1.
|
|
24
|
+
* @version 1.9.2
|
|
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/1.
|
|
82
|
+
'User-Agent': 'OpenAPI-Generator/1.9.2/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 1.
|
|
21
|
+
* @version 1.9.2
|
|
22
22
|
*/
|
|
23
23
|
var LicensedProductionSitesOnEpiasApi = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
package/dist/api/LocationsApi.js
CHANGED
package/dist/api/LogsApi.js
CHANGED
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* MaintenanceCheck service.
|
|
20
20
|
* @module api/MaintenanceCheckApi
|
|
21
|
-
* @version 1.
|
|
21
|
+
* @version 1.9.2
|
|
22
22
|
*/
|
|
23
23
|
var MaintenanceCheckApi = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -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 1.
|
|
27
|
+
* @version 1.9.2
|
|
28
28
|
*/
|
|
29
29
|
var OrganizationprofilesApi = /*#__PURE__*/function () {
|
|
30
30
|
/**
|
package/dist/api/SchemaApi.js
CHANGED
package/dist/api/UsersApi.js
CHANGED
package/dist/model/Activities.js
CHANGED
|
@@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
22
22
|
/**
|
|
23
23
|
* The BlockchainTransaction model module.
|
|
24
24
|
* @module model/BlockchainTransaction
|
|
25
|
-
* @version 1.
|
|
25
|
+
* @version 1.9.2
|
|
26
26
|
*/
|
|
27
27
|
var BlockchainTransaction = /*#__PURE__*/function () {
|
|
28
28
|
/**
|
package/dist/model/Consumer.js
CHANGED
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The ConsumptionDataFileList model module.
|
|
20
20
|
* @module model/ConsumptionDataFileList
|
|
21
|
-
* @version 1.
|
|
21
|
+
* @version 1.9.2
|
|
22
22
|
*/
|
|
23
23
|
var ConsumptionDataFileList = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The ConsumptionDataFromRetailerRequest model module.
|
|
20
20
|
* @module model/ConsumptionDataFromRetailerRequest
|
|
21
|
-
* @version 1.
|
|
21
|
+
* @version 1.9.2
|
|
22
22
|
*/
|
|
23
23
|
var ConsumptionDataFromRetailerRequest = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The ConsumptionDataPointCreate model module.
|
|
22
22
|
* @module model/ConsumptionDataPointCreate
|
|
23
|
-
* @version 1.
|
|
23
|
+
* @version 1.9.2
|
|
24
24
|
*/
|
|
25
25
|
var ConsumptionDataPointCreate = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -30,7 +30,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
30
30
|
/**
|
|
31
31
|
* The ConsumptionDataPointListOrDetail model module.
|
|
32
32
|
* @module model/ConsumptionDataPointListOrDetail
|
|
33
|
-
* @version 1.
|
|
33
|
+
* @version 1.9.2
|
|
34
34
|
*/
|
|
35
35
|
var ConsumptionDataPointListOrDetail = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The ConsumptionDataPointUpdate model module.
|
|
22
22
|
* @module model/ConsumptionDataPointUpdate
|
|
23
|
-
* @version 1.
|
|
23
|
+
* @version 1.9.2
|
|
24
24
|
*/
|
|
25
25
|
var ConsumptionDataPointUpdate = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -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 1.
|
|
23
|
+
* @version 1.9.2
|
|
24
24
|
*/
|
|
25
25
|
var ConsumptionSite = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The ConsumptionSiteCreate model module.
|
|
22
22
|
* @module model/ConsumptionSiteCreate
|
|
23
|
-
* @version 1.
|
|
23
|
+
* @version 1.9.2
|
|
24
24
|
*/
|
|
25
25
|
var ConsumptionSiteCreate = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The ConsumptionSiteFileUpload model module.
|
|
20
20
|
* @module model/ConsumptionSiteFileUpload
|
|
21
|
-
* @version 1.
|
|
21
|
+
* @version 1.9.2
|
|
22
22
|
*/
|
|
23
23
|
var ConsumptionSiteFileUpload = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The ConsumptionSiteFromRetailer model module.
|
|
20
20
|
* @module model/ConsumptionSiteFromRetailer
|
|
21
|
-
* @version 1.
|
|
21
|
+
* @version 1.9.2
|
|
22
22
|
*/
|
|
23
23
|
var ConsumptionSiteFromRetailer = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -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 1.
|
|
27
|
+
* @version 1.9.2
|
|
28
28
|
*/
|
|
29
29
|
var ConsumptionSiteListOrDetail = /*#__PURE__*/function () {
|
|
30
30
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The ConsumptionSiteMany model module.
|
|
22
22
|
* @module model/ConsumptionSiteMany
|
|
23
|
-
* @version 1.
|
|
23
|
+
* @version 1.9.2
|
|
24
24
|
*/
|
|
25
25
|
var ConsumptionSiteMany = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -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 1.
|
|
21
|
+
* @version 1.9.2
|
|
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 1.
|
|
25
|
+
* @version 1.9.2
|
|
26
26
|
*/
|
|
27
27
|
var EnergySourcePreference = /*#__PURE__*/function () {
|
|
28
28
|
/**
|
|
@@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
22
22
|
/**
|
|
23
23
|
* The ImportRequest model module.
|
|
24
24
|
* @module model/ImportRequest
|
|
25
|
-
* @version 1.
|
|
25
|
+
* @version 1.9.2
|
|
26
26
|
*/
|
|
27
27
|
var ImportRequest = /*#__PURE__*/function () {
|
|
28
28
|
/**
|
|
@@ -7,8 +7,6 @@ exports["default"] = void 0;
|
|
|
7
7
|
|
|
8
8
|
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
9
9
|
|
|
10
|
-
var _ConsumptionSite = _interopRequireDefault(require("./ConsumptionSite"));
|
|
11
|
-
|
|
12
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
11
|
|
|
14
12
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
@@ -20,20 +18,21 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
18
|
/**
|
|
21
19
|
* The ImportedEnergyDataPoint model module.
|
|
22
20
|
* @module model/ImportedEnergyDataPoint
|
|
23
|
-
* @version 1.
|
|
21
|
+
* @version 1.9.2
|
|
24
22
|
*/
|
|
25
23
|
var ImportedEnergyDataPoint = /*#__PURE__*/function () {
|
|
26
24
|
/**
|
|
27
25
|
* Constructs a new <code>ImportedEnergyDataPoint</code>.
|
|
28
26
|
* @alias module:model/ImportedEnergyDataPoint
|
|
27
|
+
* @param consumptionRequestId {String}
|
|
29
28
|
* @param consumptionStart {Date}
|
|
30
29
|
* @param consumptionEnd {Date}
|
|
31
|
-
* @param
|
|
30
|
+
* @param consumptionSiteId {String}
|
|
32
31
|
*/
|
|
33
|
-
function ImportedEnergyDataPoint(consumptionStart, consumptionEnd,
|
|
32
|
+
function ImportedEnergyDataPoint(consumptionRequestId, consumptionStart, consumptionEnd, consumptionSiteId) {
|
|
34
33
|
_classCallCheck(this, ImportedEnergyDataPoint);
|
|
35
34
|
|
|
36
|
-
ImportedEnergyDataPoint.initialize(this, consumptionStart, consumptionEnd,
|
|
35
|
+
ImportedEnergyDataPoint.initialize(this, consumptionRequestId, consumptionStart, consumptionEnd, consumptionSiteId);
|
|
37
36
|
}
|
|
38
37
|
/**
|
|
39
38
|
* Initializes the fields of this object.
|
|
@@ -44,10 +43,11 @@ var ImportedEnergyDataPoint = /*#__PURE__*/function () {
|
|
|
44
43
|
|
|
45
44
|
_createClass(ImportedEnergyDataPoint, null, [{
|
|
46
45
|
key: "initialize",
|
|
47
|
-
value: function initialize(obj, consumptionStart, consumptionEnd,
|
|
46
|
+
value: function initialize(obj, consumptionRequestId, consumptionStart, consumptionEnd, consumptionSiteId) {
|
|
47
|
+
obj['consumption_request_id'] = consumptionRequestId;
|
|
48
48
|
obj['consumption_start'] = consumptionStart;
|
|
49
49
|
obj['consumption_end'] = consumptionEnd;
|
|
50
|
-
obj['
|
|
50
|
+
obj['consumption_site_id'] = consumptionSiteId;
|
|
51
51
|
}
|
|
52
52
|
/**
|
|
53
53
|
* Constructs a <code>ImportedEnergyDataPoint</code> from a plain JavaScript object, optionally creating a new instance.
|
|
@@ -67,6 +67,10 @@ var ImportedEnergyDataPoint = /*#__PURE__*/function () {
|
|
|
67
67
|
obj['id'] = _ApiClient["default"].convertToType(data['id'], 'String');
|
|
68
68
|
}
|
|
69
69
|
|
|
70
|
+
if (data.hasOwnProperty('consumption_request_id')) {
|
|
71
|
+
obj['consumption_request_id'] = _ApiClient["default"].convertToType(data['consumption_request_id'], 'String');
|
|
72
|
+
}
|
|
73
|
+
|
|
70
74
|
if (data.hasOwnProperty('consumption_start')) {
|
|
71
75
|
obj['consumption_start'] = _ApiClient["default"].convertToType(data['consumption_start'], 'Date');
|
|
72
76
|
}
|
|
@@ -75,8 +79,8 @@ var ImportedEnergyDataPoint = /*#__PURE__*/function () {
|
|
|
75
79
|
obj['consumption_end'] = _ApiClient["default"].convertToType(data['consumption_end'], 'Date');
|
|
76
80
|
}
|
|
77
81
|
|
|
78
|
-
if (data.hasOwnProperty('
|
|
79
|
-
obj['
|
|
82
|
+
if (data.hasOwnProperty('consumption_site_id')) {
|
|
83
|
+
obj['consumption_site_id'] = _ApiClient["default"].convertToType(data['consumption_site_id'], 'String');
|
|
80
84
|
}
|
|
81
85
|
|
|
82
86
|
if (data.hasOwnProperty('consumption_amount')) {
|
|
@@ -108,6 +112,11 @@ var ImportedEnergyDataPoint = /*#__PURE__*/function () {
|
|
|
108
112
|
|
|
109
113
|
|
|
110
114
|
ImportedEnergyDataPoint.prototype['id'] = undefined;
|
|
115
|
+
/**
|
|
116
|
+
* @member {String} consumption_request_id
|
|
117
|
+
*/
|
|
118
|
+
|
|
119
|
+
ImportedEnergyDataPoint.prototype['consumption_request_id'] = undefined;
|
|
111
120
|
/**
|
|
112
121
|
* @member {Date} consumption_start
|
|
113
122
|
*/
|
|
@@ -119,10 +128,10 @@ ImportedEnergyDataPoint.prototype['consumption_start'] = undefined;
|
|
|
119
128
|
|
|
120
129
|
ImportedEnergyDataPoint.prototype['consumption_end'] = undefined;
|
|
121
130
|
/**
|
|
122
|
-
* @member {
|
|
131
|
+
* @member {String} consumption_site_id
|
|
123
132
|
*/
|
|
124
133
|
|
|
125
|
-
ImportedEnergyDataPoint.prototype['
|
|
134
|
+
ImportedEnergyDataPoint.prototype['consumption_site_id'] = undefined;
|
|
126
135
|
/**
|
|
127
136
|
* (Optional) Value should be in KWh.
|
|
128
137
|
* @member {Number} consumption_amount
|
package/dist/model/Issuer.js
CHANGED
package/dist/model/Location.js
CHANGED
package/dist/model/Login.js
CHANGED
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The MatchedEnergyDataPoint model module.
|
|
22
22
|
* @module model/MatchedEnergyDataPoint
|
|
23
|
-
* @version 1.
|
|
23
|
+
* @version 1.9.2
|
|
24
24
|
*/
|
|
25
25
|
var MatchedEnergyDataPoint = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -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 1.
|
|
21
|
+
* @version 1.9.2
|
|
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 1.
|
|
21
|
+
* @version 1.9.2
|
|
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 PaginatedActivitiesList model module.
|
|
22
22
|
* @module model/PaginatedActivitiesList
|
|
23
|
-
* @version 1.
|
|
23
|
+
* @version 1.9.2
|
|
24
24
|
*/
|
|
25
25
|
var PaginatedActivitiesList = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -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 1.
|
|
23
|
+
* @version 1.9.2
|
|
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 1.
|
|
23
|
+
* @version 1.9.2
|
|
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 1.
|
|
23
|
+
* @version 1.9.2
|
|
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 1.
|
|
23
|
+
* @version 1.9.2
|
|
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 1.
|
|
23
|
+
* @version 1.9.2
|
|
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 1.
|
|
23
|
+
* @version 1.9.2
|
|
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 PaginatedImportRequestList model module.
|
|
22
22
|
* @module model/PaginatedImportRequestList
|
|
23
|
-
* @version 1.
|
|
23
|
+
* @version 1.9.2
|
|
24
24
|
*/
|
|
25
25
|
var PaginatedImportRequestList = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PaginatedImportedEnergyDataPointList model module.
|
|
22
22
|
* @module model/PaginatedImportedEnergyDataPointList
|
|
23
|
-
* @version 1.
|
|
23
|
+
* @version 1.9.2
|
|
24
24
|
*/
|
|
25
25
|
var PaginatedImportedEnergyDataPointList = /*#__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 1.
|
|
23
|
+
* @version 1.9.2
|
|
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 1.
|
|
23
|
+
* @version 1.9.2
|
|
24
24
|
*/
|
|
25
25
|
var PaginatedLocationList = /*#__PURE__*/function () {
|
|
26
26
|
/**
|