green_link_api 1.16.10 → 1.16.13
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 -7
- 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 +2 -2
- 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 +2 -124
- 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 +0 -14
- package/dist/model/Activities.js +2 -2
- package/dist/model/ActivitiesStatusEnum.js +1 -1
- package/dist/model/BlockchainTransactionTask.js +2 -2
- 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 +2 -2
- 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 +25 -5
- 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 +2 -2
- 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/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 +2 -2
- 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/Status965Enum.js +1 -1
- package/dist/model/TypeEnum.js +1 -1
- package/dist/model/UploadedCertificate.js +2 -2
- package/dist/model/UploadedCertificateListorDetail.js +2 -2
- package/dist/model/UploadedFileTask.js +2 -2
- package/dist/model/User.js +2 -2
- package/dist/model/UserDetail.js +2 -2
- package/package.json +1 -1
- package/dist/model/PaginatedUnprocessedRowList.js +0 -101
- package/dist/model/UnprocessedRow.js +0 -135
|
@@ -1,135 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports["default"] = void 0;
|
|
7
|
-
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
8
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
9
|
-
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); }
|
|
10
|
-
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
11
|
-
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, _toPropertyKey(descriptor.key), descriptor); } }
|
|
12
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
13
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
14
|
-
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); } /**
|
|
15
|
-
* GreenLink API
|
|
16
|
-
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
17
|
-
*
|
|
18
|
-
* The version of the OpenAPI document: 1.16.10
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
22
|
-
* https://openapi-generator.tech
|
|
23
|
-
* Do not edit the class manually.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
/**
|
|
27
|
-
* The UnprocessedRow model module.
|
|
28
|
-
* @module model/UnprocessedRow
|
|
29
|
-
* @version 1.16.10
|
|
30
|
-
*/
|
|
31
|
-
var UnprocessedRow = /*#__PURE__*/function () {
|
|
32
|
-
/**
|
|
33
|
-
* Constructs a new <code>UnprocessedRow</code>.
|
|
34
|
-
* @alias module:model/UnprocessedRow
|
|
35
|
-
* @param rowNumber {Number} Row number with an issue.
|
|
36
|
-
* @param errorMessage {String} Returns error information on unprocessed rows. Max length is 200.
|
|
37
|
-
* @param uploadedFile {String}
|
|
38
|
-
* @param owner {String}
|
|
39
|
-
*/
|
|
40
|
-
function UnprocessedRow(rowNumber, errorMessage, uploadedFile, owner) {
|
|
41
|
-
_classCallCheck(this, UnprocessedRow);
|
|
42
|
-
UnprocessedRow.initialize(this, rowNumber, errorMessage, uploadedFile, owner);
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
/**
|
|
46
|
-
* Initializes the fields of this object.
|
|
47
|
-
* This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
|
|
48
|
-
* Only for internal use.
|
|
49
|
-
*/
|
|
50
|
-
_createClass(UnprocessedRow, null, [{
|
|
51
|
-
key: "initialize",
|
|
52
|
-
value: function initialize(obj, rowNumber, errorMessage, uploadedFile, owner) {
|
|
53
|
-
obj['row_number'] = rowNumber;
|
|
54
|
-
obj['error_message'] = errorMessage;
|
|
55
|
-
obj['uploaded_file'] = uploadedFile;
|
|
56
|
-
obj['owner'] = owner;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
/**
|
|
60
|
-
* Constructs a <code>UnprocessedRow</code> from a plain JavaScript object, optionally creating a new instance.
|
|
61
|
-
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
62
|
-
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
63
|
-
* @param {module:model/UnprocessedRow} obj Optional instance to populate.
|
|
64
|
-
* @return {module:model/UnprocessedRow} The populated <code>UnprocessedRow</code> instance.
|
|
65
|
-
*/
|
|
66
|
-
}, {
|
|
67
|
-
key: "constructFromObject",
|
|
68
|
-
value: function constructFromObject(data, obj) {
|
|
69
|
-
if (data) {
|
|
70
|
-
obj = obj || new UnprocessedRow();
|
|
71
|
-
if (data.hasOwnProperty('id')) {
|
|
72
|
-
obj['id'] = _ApiClient["default"].convertToType(data['id'], 'String');
|
|
73
|
-
}
|
|
74
|
-
if (data.hasOwnProperty('row_number')) {
|
|
75
|
-
obj['row_number'] = _ApiClient["default"].convertToType(data['row_number'], 'Number');
|
|
76
|
-
}
|
|
77
|
-
if (data.hasOwnProperty('error_message')) {
|
|
78
|
-
obj['error_message'] = _ApiClient["default"].convertToType(data['error_message'], 'String');
|
|
79
|
-
}
|
|
80
|
-
if (data.hasOwnProperty('uploaded_file')) {
|
|
81
|
-
obj['uploaded_file'] = _ApiClient["default"].convertToType(data['uploaded_file'], 'String');
|
|
82
|
-
}
|
|
83
|
-
if (data.hasOwnProperty('owner')) {
|
|
84
|
-
obj['owner'] = _ApiClient["default"].convertToType(data['owner'], 'String');
|
|
85
|
-
}
|
|
86
|
-
if (data.hasOwnProperty('updated_at')) {
|
|
87
|
-
obj['updated_at'] = _ApiClient["default"].convertToType(data['updated_at'], 'Date');
|
|
88
|
-
}
|
|
89
|
-
if (data.hasOwnProperty('created_at')) {
|
|
90
|
-
obj['created_at'] = _ApiClient["default"].convertToType(data['created_at'], 'Date');
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
return obj;
|
|
94
|
-
}
|
|
95
|
-
}]);
|
|
96
|
-
return UnprocessedRow;
|
|
97
|
-
}();
|
|
98
|
-
/**
|
|
99
|
-
* @member {String} id
|
|
100
|
-
*/
|
|
101
|
-
UnprocessedRow.prototype['id'] = undefined;
|
|
102
|
-
|
|
103
|
-
/**
|
|
104
|
-
* Row number with an issue.
|
|
105
|
-
* @member {Number} row_number
|
|
106
|
-
*/
|
|
107
|
-
UnprocessedRow.prototype['row_number'] = undefined;
|
|
108
|
-
|
|
109
|
-
/**
|
|
110
|
-
* Returns error information on unprocessed rows. Max length is 200.
|
|
111
|
-
* @member {String} error_message
|
|
112
|
-
*/
|
|
113
|
-
UnprocessedRow.prototype['error_message'] = undefined;
|
|
114
|
-
|
|
115
|
-
/**
|
|
116
|
-
* @member {String} uploaded_file
|
|
117
|
-
*/
|
|
118
|
-
UnprocessedRow.prototype['uploaded_file'] = undefined;
|
|
119
|
-
|
|
120
|
-
/**
|
|
121
|
-
* @member {String} owner
|
|
122
|
-
*/
|
|
123
|
-
UnprocessedRow.prototype['owner'] = undefined;
|
|
124
|
-
|
|
125
|
-
/**
|
|
126
|
-
* @member {Date} updated_at
|
|
127
|
-
*/
|
|
128
|
-
UnprocessedRow.prototype['updated_at'] = undefined;
|
|
129
|
-
|
|
130
|
-
/**
|
|
131
|
-
* @member {Date} created_at
|
|
132
|
-
*/
|
|
133
|
-
UnprocessedRow.prototype['created_at'] = undefined;
|
|
134
|
-
var _default = UnprocessedRow;
|
|
135
|
-
exports["default"] = _default;
|