green_link_api 1.2.0 → 1.2.1
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 +4 -4
- 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 +21 -21
- 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/index.js +16 -16
- 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/ConsumptionDataFromRetailerResponse.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/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/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/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/{PaginatedCertificatesList.js → PaginatedUploadedCertificateList.js} +23 -23
- 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/{Certificates.js → UploadedCertificate.js} +26 -26
- 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
|
@@ -18,14 +18,14 @@ function _defineProperties(target, props) { for (var i = 0; i < props.length; i+
|
|
|
18
18
|
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
19
19
|
|
|
20
20
|
/**
|
|
21
|
-
* The
|
|
22
|
-
* @module model/
|
|
23
|
-
* @version 1.2.
|
|
21
|
+
* The UploadedCertificate model module.
|
|
22
|
+
* @module model/UploadedCertificate
|
|
23
|
+
* @version 1.2.1
|
|
24
24
|
*/
|
|
25
|
-
var
|
|
25
|
+
var UploadedCertificate = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
27
|
-
* Constructs a new <code>
|
|
28
|
-
* @alias module:model/
|
|
27
|
+
* Constructs a new <code>UploadedCertificate</code>.
|
|
28
|
+
* @alias module:model/UploadedCertificate
|
|
29
29
|
* @param name {String} Required. Max length is 200.
|
|
30
30
|
* @param upload {String}
|
|
31
31
|
* @param eacType {module:model/EacTypeEnum} Required. Select from available choices.
|
|
@@ -34,10 +34,10 @@ var Certificates = /*#__PURE__*/function () {
|
|
|
34
34
|
* @param periodStart {Date}
|
|
35
35
|
* @param periodEnd {Date}
|
|
36
36
|
*/
|
|
37
|
-
function
|
|
38
|
-
_classCallCheck(this,
|
|
37
|
+
function UploadedCertificate(name, upload, eacType, consumer, producer, periodStart, periodEnd) {
|
|
38
|
+
_classCallCheck(this, UploadedCertificate);
|
|
39
39
|
|
|
40
|
-
|
|
40
|
+
UploadedCertificate.initialize(this, name, upload, eacType, consumer, producer, periodStart, periodEnd);
|
|
41
41
|
}
|
|
42
42
|
/**
|
|
43
43
|
* Initializes the fields of this object.
|
|
@@ -46,7 +46,7 @@ var Certificates = /*#__PURE__*/function () {
|
|
|
46
46
|
*/
|
|
47
47
|
|
|
48
48
|
|
|
49
|
-
_createClass(
|
|
49
|
+
_createClass(UploadedCertificate, null, [{
|
|
50
50
|
key: "initialize",
|
|
51
51
|
value: function initialize(obj, name, upload, eacType, consumer, producer, periodStart, periodEnd) {
|
|
52
52
|
obj['name'] = name;
|
|
@@ -58,18 +58,18 @@ var Certificates = /*#__PURE__*/function () {
|
|
|
58
58
|
obj['period_end'] = periodEnd;
|
|
59
59
|
}
|
|
60
60
|
/**
|
|
61
|
-
* Constructs a <code>
|
|
61
|
+
* Constructs a <code>UploadedCertificate</code> from a plain JavaScript object, optionally creating a new instance.
|
|
62
62
|
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
63
63
|
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
64
|
-
* @param {module:model/
|
|
65
|
-
* @return {module:model/
|
|
64
|
+
* @param {module:model/UploadedCertificate} obj Optional instance to populate.
|
|
65
|
+
* @return {module:model/UploadedCertificate} The populated <code>UploadedCertificate</code> instance.
|
|
66
66
|
*/
|
|
67
67
|
|
|
68
68
|
}, {
|
|
69
69
|
key: "constructFromObject",
|
|
70
70
|
value: function constructFromObject(data, obj) {
|
|
71
71
|
if (data) {
|
|
72
|
-
obj = obj || new
|
|
72
|
+
obj = obj || new UploadedCertificate();
|
|
73
73
|
|
|
74
74
|
if (data.hasOwnProperty('id')) {
|
|
75
75
|
obj['id'] = _ApiClient["default"].convertToType(data['id'], 'String');
|
|
@@ -116,61 +116,61 @@ var Certificates = /*#__PURE__*/function () {
|
|
|
116
116
|
}
|
|
117
117
|
}]);
|
|
118
118
|
|
|
119
|
-
return
|
|
119
|
+
return UploadedCertificate;
|
|
120
120
|
}();
|
|
121
121
|
/**
|
|
122
122
|
* @member {String} id
|
|
123
123
|
*/
|
|
124
124
|
|
|
125
125
|
|
|
126
|
-
|
|
126
|
+
UploadedCertificate.prototype['id'] = undefined;
|
|
127
127
|
/**
|
|
128
128
|
* Required. Max length is 200.
|
|
129
129
|
* @member {String} name
|
|
130
130
|
*/
|
|
131
131
|
|
|
132
|
-
|
|
132
|
+
UploadedCertificate.prototype['name'] = undefined;
|
|
133
133
|
/**
|
|
134
134
|
* @member {String} upload
|
|
135
135
|
*/
|
|
136
136
|
|
|
137
|
-
|
|
137
|
+
UploadedCertificate.prototype['upload'] = undefined;
|
|
138
138
|
/**
|
|
139
139
|
* @member {String} content_type
|
|
140
140
|
* @default 'Energy attribute certificates'
|
|
141
141
|
*/
|
|
142
142
|
|
|
143
|
-
|
|
143
|
+
UploadedCertificate.prototype['content_type'] = 'Energy attribute certificates';
|
|
144
144
|
/**
|
|
145
145
|
* Required. Select from available choices.
|
|
146
146
|
* @member {module:model/EacTypeEnum} eac_type
|
|
147
147
|
*/
|
|
148
148
|
|
|
149
|
-
|
|
149
|
+
UploadedCertificate.prototype['eac_type'] = undefined;
|
|
150
150
|
/**
|
|
151
151
|
* @member {String} consumer
|
|
152
152
|
*/
|
|
153
153
|
|
|
154
|
-
|
|
154
|
+
UploadedCertificate.prototype['consumer'] = undefined;
|
|
155
155
|
/**
|
|
156
156
|
* @member {String} producer
|
|
157
157
|
*/
|
|
158
158
|
|
|
159
|
-
|
|
159
|
+
UploadedCertificate.prototype['producer'] = undefined;
|
|
160
160
|
/**
|
|
161
161
|
* @member {Date} period_start
|
|
162
162
|
*/
|
|
163
163
|
|
|
164
|
-
|
|
164
|
+
UploadedCertificate.prototype['period_start'] = undefined;
|
|
165
165
|
/**
|
|
166
166
|
* @member {Date} period_end
|
|
167
167
|
*/
|
|
168
168
|
|
|
169
|
-
|
|
169
|
+
UploadedCertificate.prototype['period_end'] = undefined;
|
|
170
170
|
/**
|
|
171
171
|
* @member {Date} created_at
|
|
172
172
|
*/
|
|
173
173
|
|
|
174
|
-
|
|
175
|
-
var _default =
|
|
174
|
+
UploadedCertificate.prototype['created_at'] = undefined;
|
|
175
|
+
var _default = UploadedCertificate;
|
|
176
176
|
exports["default"] = _default;
|
package/dist/model/User.js
CHANGED
package/dist/model/UserDetail.js
CHANGED