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.
Files changed (96) hide show
  1. package/README.md +4 -4
  2. package/dist/ApiClient.js +2 -2
  3. package/dist/api/BlockchainApi.js +1 -1
  4. package/dist/api/EnergyAssetsApi.js +1 -1
  5. package/dist/api/EnergyDataApi.js +1 -1
  6. package/dist/api/HealthCheckApi.js +1 -1
  7. package/dist/api/LicensedProductionSitesOnEpiasApi.js +1 -1
  8. package/dist/api/LocationsApi.js +1 -1
  9. package/dist/api/LogsApi.js +21 -21
  10. package/dist/api/MaintenanceCheckApi.js +1 -1
  11. package/dist/api/OrganizationprofilesApi.js +1 -1
  12. package/dist/api/OrganizationsApi.js +1 -1
  13. package/dist/api/SchemaApi.js +1 -1
  14. package/dist/api/SentryDebugApi.js +1 -1
  15. package/dist/api/UsersApi.js +1 -1
  16. package/dist/index.js +16 -16
  17. package/dist/model/BlockchainTransaction.js +1 -1
  18. package/dist/model/Consumer.js +1 -1
  19. package/dist/model/ConsumptionDataFileList.js +1 -1
  20. package/dist/model/ConsumptionDataFromRetailerRequest.js +1 -1
  21. package/dist/model/ConsumptionDataFromRetailerResponse.js +1 -1
  22. package/dist/model/ConsumptionDataPointCreate.js +1 -1
  23. package/dist/model/ConsumptionDataPointListOrDetail.js +1 -1
  24. package/dist/model/ConsumptionDataPointUpdate.js +1 -1
  25. package/dist/model/ConsumptionSite.js +1 -1
  26. package/dist/model/ConsumptionSiteCreate.js +1 -1
  27. package/dist/model/ConsumptionSiteFileUpload.js +1 -1
  28. package/dist/model/ConsumptionSiteFromRetailer.js +1 -1
  29. package/dist/model/ConsumptionSiteListOrDetail.js +1 -1
  30. package/dist/model/ConsumptionSiteMany.js +1 -1
  31. package/dist/model/EmissionFactor.js +1 -1
  32. package/dist/model/EnergySourcePreference.js +1 -1
  33. package/dist/model/GetFromEpias.js +1 -1
  34. package/dist/model/GridOperator.js +1 -1
  35. package/dist/model/Issuer.js +1 -1
  36. package/dist/model/Location.js +1 -1
  37. package/dist/model/Login.js +1 -1
  38. package/dist/model/MatchRequest.js +1 -1
  39. package/dist/model/MatchedEnergyDataPoint.js +1 -1
  40. package/dist/model/MatchingConsumerRequest.js +1 -1
  41. package/dist/model/MatchingSiteRequest.js +1 -1
  42. package/dist/model/PaginatedConsumerList.js +1 -1
  43. package/dist/model/PaginatedConsumptionDataPointListOrDetailList.js +1 -1
  44. package/dist/model/PaginatedConsumptionSiteListOrDetailList.js +1 -1
  45. package/dist/model/PaginatedEmissionFactorList.js +1 -1
  46. package/dist/model/PaginatedEnergySourcePreferenceList.js +1 -1
  47. package/dist/model/PaginatedGridOperatorList.js +1 -1
  48. package/dist/model/PaginatedIssuerList.js +1 -1
  49. package/dist/model/PaginatedLocationList.js +1 -1
  50. package/dist/model/PaginatedMatchRequestList.js +1 -1
  51. package/dist/model/PaginatedMatchedEnergyDataPointList.js +1 -1
  52. package/dist/model/PaginatedProducerList.js +1 -1
  53. package/dist/model/PaginatedProductionDataFromEpiasRequestList.js +1 -1
  54. package/dist/model/PaginatedProductionDataPointListOrDetailList.js +1 -1
  55. package/dist/model/PaginatedProductionSiteListOrDetailList.js +1 -1
  56. package/dist/model/PaginatedRetailerList.js +1 -1
  57. package/dist/model/PaginatedSmartContractList.js +1 -1
  58. package/dist/model/PaginatedUnprocessedRowList.js +1 -1
  59. package/dist/model/{PaginatedCertificatesList.js → PaginatedUploadedCertificateList.js} +23 -23
  60. package/dist/model/PaginatedUploadedFileList.js +1 -1
  61. package/dist/model/PaginatedUserList.js +1 -1
  62. package/dist/model/PatchedConsumer.js +1 -1
  63. package/dist/model/PatchedConsumptionDataPointUpdate.js +1 -1
  64. package/dist/model/PatchedConsumptionSite.js +1 -1
  65. package/dist/model/PatchedEmissionFactor.js +1 -1
  66. package/dist/model/PatchedEnergySourcePreference.js +1 -1
  67. package/dist/model/PatchedGridOperator.js +1 -1
  68. package/dist/model/PatchedIssuer.js +1 -1
  69. package/dist/model/PatchedLocation.js +1 -1
  70. package/dist/model/PatchedProducer.js +1 -1
  71. package/dist/model/PatchedProductionDataPointUpdate.js +1 -1
  72. package/dist/model/PatchedProductionSiteUpdate.js +1 -1
  73. package/dist/model/PatchedRetailer.js +1 -1
  74. package/dist/model/PatchedSmartContract.js +1 -1
  75. package/dist/model/PatchedUser.js +1 -1
  76. package/dist/model/PatchedUserDetail.js +1 -1
  77. package/dist/model/Producer.js +1 -1
  78. package/dist/model/ProductionDataFileList.js +1 -1
  79. package/dist/model/ProductionDataFromEpiasRequest.js +1 -1
  80. package/dist/model/ProductionDataPointCreate.js +1 -1
  81. package/dist/model/ProductionDataPointListOrDetail.js +1 -1
  82. package/dist/model/ProductionDataPointUpdate.js +1 -1
  83. package/dist/model/ProductionSite.js +1 -1
  84. package/dist/model/ProductionSiteFileUpload.js +1 -1
  85. package/dist/model/ProductionSiteListOrDetail.js +1 -1
  86. package/dist/model/ProductionSiteUpdate.js +1 -1
  87. package/dist/model/Register.js +1 -1
  88. package/dist/model/Retailer.js +1 -1
  89. package/dist/model/SmartContract.js +1 -1
  90. package/dist/model/Token.js +1 -1
  91. package/dist/model/UnprocessedRow.js +1 -1
  92. package/dist/model/{Certificates.js → UploadedCertificate.js} +26 -26
  93. package/dist/model/UploadedFile.js +1 -1
  94. package/dist/model/User.js +1 -1
  95. package/dist/model/UserDetail.js +1 -1
  96. 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 Certificates model module.
22
- * @module model/Certificates
23
- * @version 1.2.0
21
+ * The UploadedCertificate model module.
22
+ * @module model/UploadedCertificate
23
+ * @version 1.2.1
24
24
  */
25
- var Certificates = /*#__PURE__*/function () {
25
+ var UploadedCertificate = /*#__PURE__*/function () {
26
26
  /**
27
- * Constructs a new <code>Certificates</code>.
28
- * @alias module:model/Certificates
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 Certificates(name, upload, eacType, consumer, producer, periodStart, periodEnd) {
38
- _classCallCheck(this, Certificates);
37
+ function UploadedCertificate(name, upload, eacType, consumer, producer, periodStart, periodEnd) {
38
+ _classCallCheck(this, UploadedCertificate);
39
39
 
40
- Certificates.initialize(this, name, upload, eacType, consumer, producer, periodStart, periodEnd);
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(Certificates, null, [{
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>Certificates</code> from a plain JavaScript object, optionally creating a new instance.
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/Certificates} obj Optional instance to populate.
65
- * @return {module:model/Certificates} The populated <code>Certificates</code> instance.
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 Certificates();
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 Certificates;
119
+ return UploadedCertificate;
120
120
  }();
121
121
  /**
122
122
  * @member {String} id
123
123
  */
124
124
 
125
125
 
126
- Certificates.prototype['id'] = undefined;
126
+ UploadedCertificate.prototype['id'] = undefined;
127
127
  /**
128
128
  * Required. Max length is 200.
129
129
  * @member {String} name
130
130
  */
131
131
 
132
- Certificates.prototype['name'] = undefined;
132
+ UploadedCertificate.prototype['name'] = undefined;
133
133
  /**
134
134
  * @member {String} upload
135
135
  */
136
136
 
137
- Certificates.prototype['upload'] = undefined;
137
+ UploadedCertificate.prototype['upload'] = undefined;
138
138
  /**
139
139
  * @member {String} content_type
140
140
  * @default 'Energy attribute certificates'
141
141
  */
142
142
 
143
- Certificates.prototype['content_type'] = 'Energy attribute certificates';
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
- Certificates.prototype['eac_type'] = undefined;
149
+ UploadedCertificate.prototype['eac_type'] = undefined;
150
150
  /**
151
151
  * @member {String} consumer
152
152
  */
153
153
 
154
- Certificates.prototype['consumer'] = undefined;
154
+ UploadedCertificate.prototype['consumer'] = undefined;
155
155
  /**
156
156
  * @member {String} producer
157
157
  */
158
158
 
159
- Certificates.prototype['producer'] = undefined;
159
+ UploadedCertificate.prototype['producer'] = undefined;
160
160
  /**
161
161
  * @member {Date} period_start
162
162
  */
163
163
 
164
- Certificates.prototype['period_start'] = undefined;
164
+ UploadedCertificate.prototype['period_start'] = undefined;
165
165
  /**
166
166
  * @member {Date} period_end
167
167
  */
168
168
 
169
- Certificates.prototype['period_end'] = undefined;
169
+ UploadedCertificate.prototype['period_end'] = undefined;
170
170
  /**
171
171
  * @member {Date} created_at
172
172
  */
173
173
 
174
- Certificates.prototype['created_at'] = undefined;
175
- var _default = Certificates;
174
+ UploadedCertificate.prototype['created_at'] = undefined;
175
+ var _default = UploadedCertificate;
176
176
  exports["default"] = _default;
@@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
22
22
  /**
23
23
  * The UploadedFile model module.
24
24
  * @module model/UploadedFile
25
- * @version 1.2.0
25
+ * @version 1.2.1
26
26
  */
27
27
  var UploadedFile = /*#__PURE__*/function () {
28
28
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * The User model module.
22
22
  * @module model/User
23
- * @version 1.2.0
23
+ * @version 1.2.1
24
24
  */
25
25
  var User = /*#__PURE__*/function () {
26
26
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * The UserDetail model module.
22
22
  * @module model/UserDetail
23
- * @version 1.2.0
23
+ * @version 1.2.1
24
24
  */
25
25
  var UserDetail = /*#__PURE__*/function () {
26
26
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "green_link_api",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "GreenLink_API_documentation_with_interactive_tools_for_testing_API_endpoints_",
5
5
  "license": "Unlicense",
6
6
  "main": "dist/index.js",