green_link_api 1.16.0 → 1.16.7
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 -4
- package/dist/ApiClient.js +3 -3
- package/dist/api/BlockchainApi.js +2 -2
- package/dist/api/EnergyAssetsApi.js +2 -2
- package/dist/api/EnergyDataApi.js +4 -4
- package/dist/api/HealthCheckApi.js +2 -2
- package/dist/api/LicensedProductionSitesOnEpiasApi.js +2 -2
- package/dist/api/LocationsApi.js +2 -2
- package/dist/api/LogsApi.js +22 -50
- package/dist/api/MaintenanceCheckApi.js +2 -2
- package/dist/api/OrganizationprofilesApi.js +2 -2
- package/dist/api/OrganizationsApi.js +2 -2
- package/dist/api/SchemaApi.js +2 -2
- package/dist/api/SentryDebugApi.js +2 -2
- package/dist/api/UsersApi.js +2 -2
- package/dist/index.js +3 -3
- package/dist/model/Activities.js +2 -2
- package/dist/model/ActivitiesStatusEnum.js +1 -1
- package/dist/model/BlockchainTransactionTask.js +5 -5
- package/dist/model/Consumer.js +2 -2
- package/dist/model/ConsumptionDataFileList.js +2 -2
- package/dist/model/ConsumptionDataFromRetailerRequest.js +2 -2
- package/dist/model/ConsumptionDataPointCreate.js +2 -2
- package/dist/model/ConsumptionDataPointListOrDetail.js +2 -2
- package/dist/model/ConsumptionDataPointUpdate.js +2 -2
- package/dist/model/ConsumptionDataTask.js +5 -5
- package/dist/model/ConsumptionSite.js +2 -2
- package/dist/model/ConsumptionSiteContract.js +2 -2
- package/dist/model/ConsumptionSiteContractImport.js +2 -2
- package/dist/model/ConsumptionSiteCreate.js +2 -2
- package/dist/model/ConsumptionSiteFileUpload.js +2 -2
- package/dist/model/ConsumptionSiteListOrDetail.js +2 -2
- package/dist/model/ContentTypeEnum.js +1 -1
- package/dist/model/EacTypeEnum.js +1 -1
- package/dist/model/EmissionFactor.js +2 -2
- package/dist/model/EnergySourceEnum.js +1 -1
- package/dist/model/EnergySourcePreference.js +2 -2
- package/dist/model/EventEnum.js +1 -1
- package/dist/model/GetFromEpias.js +2 -2
- package/dist/model/GridOperator.js +2 -2
- package/dist/model/ImportedConsumptionDataPoint.js +2 -2
- package/dist/model/Issuer.js +2 -2
- package/dist/model/Location.js +2 -2
- package/dist/model/MatchTypeEnum.js +1 -1
- package/dist/model/MatchedDataPoint.js +2 -2
- package/dist/model/MatchedDataTask.js +5 -6
- package/dist/model/MatchingConsumerRequest.js +2 -2
- package/dist/model/MatchingSiteRequest.js +2 -2
- package/dist/model/NullEnum.js +1 -1
- package/dist/model/OrganizationTypeEnum.js +1 -1
- package/dist/model/PaginatedActivitiesList.js +2 -2
- package/dist/model/PaginatedConsumerList.js +2 -2
- package/dist/model/PaginatedConsumptionDataPointListOrDetailList.js +2 -2
- package/dist/model/PaginatedConsumptionDataTaskList.js +2 -2
- package/dist/model/PaginatedConsumptionSiteContractList.js +2 -2
- package/dist/model/PaginatedConsumptionSiteListOrDetailList.js +2 -2
- package/dist/model/PaginatedEmissionFactorList.js +2 -2
- package/dist/model/PaginatedEnergySourcePreferenceList.js +2 -2
- package/dist/model/PaginatedGridOperatorList.js +2 -2
- package/dist/model/PaginatedImportedConsumptionDataPointList.js +2 -2
- package/dist/model/PaginatedIssuerList.js +2 -2
- package/dist/model/PaginatedLocationList.js +2 -2
- package/dist/model/PaginatedMatchedDataPointList.js +2 -2
- package/dist/model/PaginatedMatchedDataTaskList.js +2 -2
- package/dist/model/PaginatedProducerList.js +2 -2
- package/dist/model/PaginatedProductionDataFromEpiasTaskList.js +2 -2
- package/dist/model/PaginatedProductionDataPointListOrDetailList.js +2 -2
- package/dist/model/PaginatedProductionSiteListOrDetailList.js +2 -2
- package/dist/model/PaginatedRetailerList.js +2 -2
- package/dist/model/PaginatedSmartContractList.js +2 -2
- package/dist/model/PaginatedUnprocessedRowList.js +2 -2
- package/dist/model/PaginatedUploadedCertificateListorDetailList.js +2 -2
- package/dist/model/PaginatedUploadedFileTaskList.js +2 -2
- package/dist/model/PaginatedUserList.js +2 -2
- package/dist/model/PatchedConsumer.js +2 -2
- package/dist/model/PatchedConsumptionDataPointUpdate.js +2 -2
- package/dist/model/PatchedConsumptionSite.js +2 -2
- package/dist/model/PatchedEmissionFactor.js +2 -2
- package/dist/model/PatchedEnergySourcePreference.js +2 -2
- package/dist/model/PatchedGridOperator.js +2 -2
- package/dist/model/PatchedIssuer.js +2 -2
- package/dist/model/PatchedLocation.js +2 -2
- package/dist/model/PatchedProducer.js +2 -2
- package/dist/model/PatchedProductionDataPointUpdate.js +2 -2
- package/dist/model/PatchedProductionSiteUpdate.js +2 -2
- package/dist/model/PatchedRetailer.js +2 -2
- package/dist/model/PatchedSmartContract.js +2 -2
- package/dist/model/PatchedUser.js +2 -2
- package/dist/model/PatchedUserDetail.js +2 -2
- package/dist/model/PriorityEnum.js +1 -1
- package/dist/model/Producer.js +2 -2
- package/dist/model/ProductionDataFileList.js +2 -2
- package/dist/model/ProductionDataFromEpiasTask.js +5 -6
- package/dist/model/ProductionDataPointCreate.js +2 -2
- package/dist/model/ProductionDataPointListOrDetail.js +2 -2
- package/dist/model/ProductionDataPointUpdate.js +2 -2
- package/dist/model/ProductionSite.js +2 -2
- package/dist/model/ProductionSiteFileUpload.js +2 -2
- package/dist/model/ProductionSiteListOrDetail.js +2 -2
- package/dist/model/ProductionSiteUpdate.js +2 -2
- package/dist/model/Register.js +2 -2
- package/dist/model/Retailer.js +2 -2
- package/dist/model/SmartContract.js +2 -2
- package/dist/model/{Status90bEnum.js → Status965Enum.js} +10 -15
- package/dist/model/TypeEnum.js +1 -1
- package/dist/model/UnprocessedRow.js +2 -2
- package/dist/model/UploadedCertificate.js +2 -2
- package/dist/model/UploadedCertificateListorDetail.js +2 -2
- package/dist/model/UploadedFileTask.js +5 -6
- package/dist/model/User.js +2 -2
- package/dist/model/UserDetail.js +2 -2
- package/package.json +1 -1
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* GreenLink API
|
|
17
17
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 1.16.
|
|
19
|
+
* The version of the OpenAPI document: 1.16.7
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The MatchedDataPoint model module.
|
|
29
29
|
* @module model/MatchedDataPoint
|
|
30
|
-
* @version 1.16.
|
|
30
|
+
* @version 1.16.7
|
|
31
31
|
*/
|
|
32
32
|
var MatchedDataPoint = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -11,7 +11,7 @@ var _MatchTypeEnum = _interopRequireDefault(require("./MatchTypeEnum"));
|
|
|
11
11
|
var _Producer = _interopRequireDefault(require("./Producer"));
|
|
12
12
|
var _ProductionSite = _interopRequireDefault(require("./ProductionSite"));
|
|
13
13
|
var _Retailer = _interopRequireDefault(require("./Retailer"));
|
|
14
|
-
var
|
|
14
|
+
var _Status965Enum = _interopRequireDefault(require("./Status965Enum"));
|
|
15
15
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
16
16
|
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
17
17
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
@@ -22,7 +22,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
22
22
|
* GreenLink API
|
|
23
23
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
24
24
|
*
|
|
25
|
-
* The version of the OpenAPI document: 1.16.
|
|
25
|
+
* The version of the OpenAPI document: 1.16.7
|
|
26
26
|
*
|
|
27
27
|
*
|
|
28
28
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -33,7 +33,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
33
33
|
/**
|
|
34
34
|
* The MatchedDataTask model module.
|
|
35
35
|
* @module model/MatchedDataTask
|
|
36
|
-
* @version 1.16.
|
|
36
|
+
* @version 1.16.7
|
|
37
37
|
*/
|
|
38
38
|
var MatchedDataTask = /*#__PURE__*/function () {
|
|
39
39
|
/**
|
|
@@ -112,7 +112,7 @@ var MatchedDataTask = /*#__PURE__*/function () {
|
|
|
112
112
|
obj['total_number_of_fully_matched_consumption_datapoints'] = _ApiClient["default"].convertToType(data['total_number_of_fully_matched_consumption_datapoints'], 'Number');
|
|
113
113
|
}
|
|
114
114
|
if (data.hasOwnProperty('status')) {
|
|
115
|
-
obj['status'] = _ApiClient["default"].convertToType(data['status'],
|
|
115
|
+
obj['status'] = _ApiClient["default"].convertToType(data['status'], _Status965Enum["default"]);
|
|
116
116
|
}
|
|
117
117
|
if (data.hasOwnProperty('match_type')) {
|
|
118
118
|
obj['match_type'] = _ApiClient["default"].convertToType(data['match_type'], _MatchTypeEnum["default"]);
|
|
@@ -206,8 +206,7 @@ MatchedDataTask.prototype['total_number_of_attempted_matches'] = undefined;
|
|
|
206
206
|
MatchedDataTask.prototype['total_number_of_fully_matched_consumption_datapoints'] = undefined;
|
|
207
207
|
|
|
208
208
|
/**
|
|
209
|
-
*
|
|
210
|
-
* @member {module:model/Status90bEnum} status
|
|
209
|
+
* @member {module:model/Status965Enum} status
|
|
211
210
|
*/
|
|
212
211
|
MatchedDataTask.prototype['status'] = undefined;
|
|
213
212
|
|
|
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
15
15
|
* GreenLink API
|
|
16
16
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
17
17
|
*
|
|
18
|
-
* The version of the OpenAPI document: 1.16.
|
|
18
|
+
* The version of the OpenAPI document: 1.16.7
|
|
19
19
|
*
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
26
26
|
/**
|
|
27
27
|
* The MatchingConsumerRequest model module.
|
|
28
28
|
* @module model/MatchingConsumerRequest
|
|
29
|
-
* @version 1.16.
|
|
29
|
+
* @version 1.16.7
|
|
30
30
|
*/
|
|
31
31
|
var MatchingConsumerRequest = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
15
15
|
* GreenLink API
|
|
16
16
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
17
17
|
*
|
|
18
|
-
* The version of the OpenAPI document: 1.16.
|
|
18
|
+
* The version of the OpenAPI document: 1.16.7
|
|
19
19
|
*
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
26
26
|
/**
|
|
27
27
|
* The MatchingSiteRequest model module.
|
|
28
28
|
* @module model/MatchingSiteRequest
|
|
29
|
-
* @version 1.16.
|
|
29
|
+
* @version 1.16.7
|
|
30
30
|
*/
|
|
31
31
|
var MatchingSiteRequest = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
package/dist/model/NullEnum.js
CHANGED
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* GreenLink API
|
|
17
17
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 1.16.
|
|
19
|
+
* The version of the OpenAPI document: 1.16.7
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* GreenLink API
|
|
17
17
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 1.16.
|
|
19
|
+
* The version of the OpenAPI document: 1.16.7
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* GreenLink API
|
|
17
17
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 1.16.
|
|
19
|
+
* The version of the OpenAPI document: 1.16.7
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The PaginatedActivitiesList model module.
|
|
29
29
|
* @module model/PaginatedActivitiesList
|
|
30
|
-
* @version 1.16.
|
|
30
|
+
* @version 1.16.7
|
|
31
31
|
*/
|
|
32
32
|
var PaginatedActivitiesList = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* GreenLink API
|
|
17
17
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 1.16.
|
|
19
|
+
* The version of the OpenAPI document: 1.16.7
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The PaginatedConsumerList model module.
|
|
29
29
|
* @module model/PaginatedConsumerList
|
|
30
|
-
* @version 1.16.
|
|
30
|
+
* @version 1.16.7
|
|
31
31
|
*/
|
|
32
32
|
var PaginatedConsumerList = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* GreenLink API
|
|
17
17
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 1.16.
|
|
19
|
+
* The version of the OpenAPI document: 1.16.7
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The PaginatedConsumptionDataPointListOrDetailList model module.
|
|
29
29
|
* @module model/PaginatedConsumptionDataPointListOrDetailList
|
|
30
|
-
* @version 1.16.
|
|
30
|
+
* @version 1.16.7
|
|
31
31
|
*/
|
|
32
32
|
var PaginatedConsumptionDataPointListOrDetailList = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* GreenLink API
|
|
17
17
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 1.16.
|
|
19
|
+
* The version of the OpenAPI document: 1.16.7
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The PaginatedConsumptionDataTaskList model module.
|
|
29
29
|
* @module model/PaginatedConsumptionDataTaskList
|
|
30
|
-
* @version 1.16.
|
|
30
|
+
* @version 1.16.7
|
|
31
31
|
*/
|
|
32
32
|
var PaginatedConsumptionDataTaskList = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* GreenLink API
|
|
17
17
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 1.16.
|
|
19
|
+
* The version of the OpenAPI document: 1.16.7
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The PaginatedConsumptionSiteContractList model module.
|
|
29
29
|
* @module model/PaginatedConsumptionSiteContractList
|
|
30
|
-
* @version 1.16.
|
|
30
|
+
* @version 1.16.7
|
|
31
31
|
*/
|
|
32
32
|
var PaginatedConsumptionSiteContractList = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* GreenLink API
|
|
17
17
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 1.16.
|
|
19
|
+
* The version of the OpenAPI document: 1.16.7
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The PaginatedConsumptionSiteListOrDetailList model module.
|
|
29
29
|
* @module model/PaginatedConsumptionSiteListOrDetailList
|
|
30
|
-
* @version 1.16.
|
|
30
|
+
* @version 1.16.7
|
|
31
31
|
*/
|
|
32
32
|
var PaginatedConsumptionSiteListOrDetailList = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* GreenLink API
|
|
17
17
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 1.16.
|
|
19
|
+
* The version of the OpenAPI document: 1.16.7
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The PaginatedEmissionFactorList model module.
|
|
29
29
|
* @module model/PaginatedEmissionFactorList
|
|
30
|
-
* @version 1.16.
|
|
30
|
+
* @version 1.16.7
|
|
31
31
|
*/
|
|
32
32
|
var PaginatedEmissionFactorList = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* GreenLink API
|
|
17
17
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 1.16.
|
|
19
|
+
* The version of the OpenAPI document: 1.16.7
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The PaginatedEnergySourcePreferenceList model module.
|
|
29
29
|
* @module model/PaginatedEnergySourcePreferenceList
|
|
30
|
-
* @version 1.16.
|
|
30
|
+
* @version 1.16.7
|
|
31
31
|
*/
|
|
32
32
|
var PaginatedEnergySourcePreferenceList = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* GreenLink API
|
|
17
17
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 1.16.
|
|
19
|
+
* The version of the OpenAPI document: 1.16.7
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The PaginatedGridOperatorList model module.
|
|
29
29
|
* @module model/PaginatedGridOperatorList
|
|
30
|
-
* @version 1.16.
|
|
30
|
+
* @version 1.16.7
|
|
31
31
|
*/
|
|
32
32
|
var PaginatedGridOperatorList = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* GreenLink API
|
|
17
17
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 1.16.
|
|
19
|
+
* The version of the OpenAPI document: 1.16.7
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The PaginatedImportedConsumptionDataPointList model module.
|
|
29
29
|
* @module model/PaginatedImportedConsumptionDataPointList
|
|
30
|
-
* @version 1.16.
|
|
30
|
+
* @version 1.16.7
|
|
31
31
|
*/
|
|
32
32
|
var PaginatedImportedConsumptionDataPointList = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* GreenLink API
|
|
17
17
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 1.16.
|
|
19
|
+
* The version of the OpenAPI document: 1.16.7
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The PaginatedIssuerList model module.
|
|
29
29
|
* @module model/PaginatedIssuerList
|
|
30
|
-
* @version 1.16.
|
|
30
|
+
* @version 1.16.7
|
|
31
31
|
*/
|
|
32
32
|
var PaginatedIssuerList = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* GreenLink API
|
|
17
17
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 1.16.
|
|
19
|
+
* The version of the OpenAPI document: 1.16.7
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The PaginatedLocationList model module.
|
|
29
29
|
* @module model/PaginatedLocationList
|
|
30
|
-
* @version 1.16.
|
|
30
|
+
* @version 1.16.7
|
|
31
31
|
*/
|
|
32
32
|
var PaginatedLocationList = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* GreenLink API
|
|
17
17
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 1.16.
|
|
19
|
+
* The version of the OpenAPI document: 1.16.7
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The PaginatedMatchedDataPointList model module.
|
|
29
29
|
* @module model/PaginatedMatchedDataPointList
|
|
30
|
-
* @version 1.16.
|
|
30
|
+
* @version 1.16.7
|
|
31
31
|
*/
|
|
32
32
|
var PaginatedMatchedDataPointList = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* GreenLink API
|
|
17
17
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 1.16.
|
|
19
|
+
* The version of the OpenAPI document: 1.16.7
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The PaginatedMatchedDataTaskList model module.
|
|
29
29
|
* @module model/PaginatedMatchedDataTaskList
|
|
30
|
-
* @version 1.16.
|
|
30
|
+
* @version 1.16.7
|
|
31
31
|
*/
|
|
32
32
|
var PaginatedMatchedDataTaskList = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* GreenLink API
|
|
17
17
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 1.16.
|
|
19
|
+
* The version of the OpenAPI document: 1.16.7
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The PaginatedProducerList model module.
|
|
29
29
|
* @module model/PaginatedProducerList
|
|
30
|
-
* @version 1.16.
|
|
30
|
+
* @version 1.16.7
|
|
31
31
|
*/
|
|
32
32
|
var PaginatedProducerList = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* GreenLink API
|
|
17
17
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 1.16.
|
|
19
|
+
* The version of the OpenAPI document: 1.16.7
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The PaginatedProductionDataFromEpiasTaskList model module.
|
|
29
29
|
* @module model/PaginatedProductionDataFromEpiasTaskList
|
|
30
|
-
* @version 1.16.
|
|
30
|
+
* @version 1.16.7
|
|
31
31
|
*/
|
|
32
32
|
var PaginatedProductionDataFromEpiasTaskList = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* GreenLink API
|
|
17
17
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 1.16.
|
|
19
|
+
* The version of the OpenAPI document: 1.16.7
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The PaginatedProductionDataPointListOrDetailList model module.
|
|
29
29
|
* @module model/PaginatedProductionDataPointListOrDetailList
|
|
30
|
-
* @version 1.16.
|
|
30
|
+
* @version 1.16.7
|
|
31
31
|
*/
|
|
32
32
|
var PaginatedProductionDataPointListOrDetailList = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* GreenLink API
|
|
17
17
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 1.16.
|
|
19
|
+
* The version of the OpenAPI document: 1.16.7
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The PaginatedProductionSiteListOrDetailList model module.
|
|
29
29
|
* @module model/PaginatedProductionSiteListOrDetailList
|
|
30
|
-
* @version 1.16.
|
|
30
|
+
* @version 1.16.7
|
|
31
31
|
*/
|
|
32
32
|
var PaginatedProductionSiteListOrDetailList = /*#__PURE__*/function () {
|
|
33
33
|
/**
|