green_link_api 1.16.11 → 1.17.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 (112) hide show
  1. package/README.md +2 -16
  2. package/dist/ApiClient.js +15 -16
  3. package/dist/api/BlockchainApi.js +15 -16
  4. package/dist/api/EnergyAssetsApi.js +15 -16
  5. package/dist/api/EnergyDataApi.js +15 -104
  6. package/dist/api/HealthCheckApi.js +15 -16
  7. package/dist/api/LicensedProductionSitesOnEpiasApi.js +15 -16
  8. package/dist/api/LocationsApi.js +15 -16
  9. package/dist/api/LogsApi.js +15 -268
  10. package/dist/api/MaintenanceCheckApi.js +15 -16
  11. package/dist/api/OrganizationprofilesApi.js +15 -16
  12. package/dist/api/OrganizationsApi.js +15 -16
  13. package/dist/api/SchemaApi.js +15 -16
  14. package/dist/api/SentryDebugApi.js +15 -16
  15. package/dist/api/UsersApi.js +15 -16
  16. package/dist/index.js +0 -42
  17. package/dist/model/Activities.js +14 -15
  18. package/dist/model/ActivitiesStatusEnum.js +14 -15
  19. package/dist/model/BlockchainTransactionTask.js +14 -15
  20. package/dist/model/Consumer.js +14 -15
  21. package/dist/model/ConsumptionDataFileList.js +14 -15
  22. package/dist/model/ConsumptionDataFromRetailerRequest.js +14 -15
  23. package/dist/model/ConsumptionDataPointCreate.js +14 -15
  24. package/dist/model/ConsumptionDataPointListOrDetail.js +14 -15
  25. package/dist/model/ConsumptionDataPointUpdate.js +14 -15
  26. package/dist/model/ConsumptionSite.js +14 -15
  27. package/dist/model/ConsumptionSiteContract.js +14 -15
  28. package/dist/model/ConsumptionSiteContractImport.js +14 -15
  29. package/dist/model/ConsumptionSiteCreate.js +14 -15
  30. package/dist/model/ConsumptionSiteFileUpload.js +37 -18
  31. package/dist/model/ConsumptionSiteListOrDetail.js +14 -15
  32. package/dist/model/ContentTypeEnum.js +14 -15
  33. package/dist/model/EacTypeEnum.js +14 -15
  34. package/dist/model/EmissionFactor.js +14 -15
  35. package/dist/model/EnergySourceEnum.js +14 -15
  36. package/dist/model/EnergySourcePreference.js +14 -15
  37. package/dist/model/EventEnum.js +14 -15
  38. package/dist/model/GetFromEpias.js +14 -15
  39. package/dist/model/GridOperator.js +14 -15
  40. package/dist/model/ImportedConsumptionDataPoint.js +14 -15
  41. package/dist/model/Issuer.js +14 -15
  42. package/dist/model/Location.js +14 -15
  43. package/dist/model/MatchTypeEnum.js +14 -15
  44. package/dist/model/MatchedDataPoint.js +14 -15
  45. package/dist/model/MatchedDataTask.js +14 -15
  46. package/dist/model/MatchingConsumerRequest.js +14 -15
  47. package/dist/model/MatchingSiteRequest.js +14 -15
  48. package/dist/model/NullEnum.js +14 -15
  49. package/dist/model/OrganizationTypeEnum.js +14 -15
  50. package/dist/model/PaginatedActivitiesList.js +14 -15
  51. package/dist/model/PaginatedConsumerList.js +14 -15
  52. package/dist/model/PaginatedConsumptionDataPointListOrDetailList.js +14 -15
  53. package/dist/model/PaginatedConsumptionSiteContractList.js +14 -15
  54. package/dist/model/PaginatedConsumptionSiteListOrDetailList.js +14 -15
  55. package/dist/model/PaginatedEmissionFactorList.js +14 -15
  56. package/dist/model/PaginatedEnergySourcePreferenceList.js +14 -15
  57. package/dist/model/PaginatedGridOperatorList.js +14 -15
  58. package/dist/model/PaginatedImportedConsumptionDataPointList.js +14 -15
  59. package/dist/model/PaginatedIssuerList.js +14 -15
  60. package/dist/model/PaginatedLocationList.js +14 -15
  61. package/dist/model/PaginatedMatchedDataPointList.js +14 -15
  62. package/dist/model/PaginatedMatchedDataTaskList.js +14 -15
  63. package/dist/model/PaginatedProducerList.js +14 -15
  64. package/dist/model/PaginatedProductionDataPointListOrDetailList.js +14 -15
  65. package/dist/model/PaginatedProductionSiteListOrDetailList.js +14 -15
  66. package/dist/model/PaginatedRetailerList.js +14 -15
  67. package/dist/model/PaginatedSmartContractList.js +14 -15
  68. package/dist/model/PaginatedUploadedCertificateListorDetailList.js +14 -15
  69. package/dist/model/PaginatedUploadedFileTaskList.js +14 -15
  70. package/dist/model/PaginatedUserList.js +14 -15
  71. package/dist/model/PatchedConsumer.js +14 -15
  72. package/dist/model/PatchedConsumptionDataPointUpdate.js +14 -15
  73. package/dist/model/PatchedConsumptionSite.js +14 -15
  74. package/dist/model/PatchedEmissionFactor.js +14 -15
  75. package/dist/model/PatchedEnergySourcePreference.js +14 -15
  76. package/dist/model/PatchedGridOperator.js +14 -15
  77. package/dist/model/PatchedIssuer.js +14 -15
  78. package/dist/model/PatchedLocation.js +14 -15
  79. package/dist/model/PatchedProducer.js +14 -15
  80. package/dist/model/PatchedProductionDataPointUpdate.js +14 -15
  81. package/dist/model/PatchedProductionSiteUpdate.js +14 -15
  82. package/dist/model/PatchedRetailer.js +14 -15
  83. package/dist/model/PatchedSmartContract.js +14 -15
  84. package/dist/model/PatchedUser.js +14 -15
  85. package/dist/model/PatchedUserDetail.js +14 -15
  86. package/dist/model/PriorityEnum.js +14 -15
  87. package/dist/model/Producer.js +14 -15
  88. package/dist/model/ProductionDataFileList.js +14 -15
  89. package/dist/model/ProductionDataPointCreate.js +14 -15
  90. package/dist/model/ProductionDataPointListOrDetail.js +14 -15
  91. package/dist/model/ProductionDataPointUpdate.js +14 -15
  92. package/dist/model/ProductionSite.js +14 -15
  93. package/dist/model/ProductionSiteFileUpload.js +14 -15
  94. package/dist/model/ProductionSiteListOrDetail.js +14 -15
  95. package/dist/model/ProductionSiteUpdate.js +14 -15
  96. package/dist/model/Register.js +14 -15
  97. package/dist/model/Retailer.js +14 -15
  98. package/dist/model/SmartContract.js +14 -15
  99. package/dist/model/Status965Enum.js +14 -15
  100. package/dist/model/TypeEnum.js +14 -15
  101. package/dist/model/UploadedCertificate.js +14 -15
  102. package/dist/model/UploadedCertificateListorDetail.js +14 -15
  103. package/dist/model/UploadedFileTask.js +14 -15
  104. package/dist/model/User.js +14 -15
  105. package/dist/model/UserDetail.js +14 -15
  106. package/package.json +1 -1
  107. package/dist/model/ConsumptionDataTask.js +0 -188
  108. package/dist/model/PaginatedConsumptionDataTaskList.js +0 -101
  109. package/dist/model/PaginatedProductionDataFromEpiasTaskList.js +0 -101
  110. package/dist/model/PaginatedUnprocessedRowList.js +0 -101
  111. package/dist/model/ProductionDataFromEpiasTask.js +0 -155
  112. package/dist/model/UnprocessedRow.js +0 -135
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.16.11
8
- - Package version: 1.16.11
7
+ - API version: 1.17.1
8
+ - Package version: 1.17.1
9
9
  - Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
10
10
 
11
11
  ## Installation
@@ -160,8 +160,6 @@ Class | Method | HTTP request | Description
160
160
  *GreenLinkApi.EnergyDataApi* | [**energyDataEmissionFactorPartialUpdate**](docs/EnergyDataApi.md#energyDataEmissionFactorPartialUpdate) | **PATCH** /energy-data/emission-factor/{id}/ |
161
161
  *GreenLinkApi.EnergyDataApi* | [**energyDataEmissionFactorRetrieve**](docs/EnergyDataApi.md#energyDataEmissionFactorRetrieve) | **GET** /energy-data/emission-factor/{id}/ |
162
162
  *GreenLinkApi.EnergyDataApi* | [**energyDataEmissionFactorUpdate**](docs/EnergyDataApi.md#energyDataEmissionFactorUpdate) | **PUT** /energy-data/emission-factor/{id}/ |
163
- *GreenLinkApi.EnergyDataApi* | [**energyDataImportRequestList**](docs/EnergyDataApi.md#energyDataImportRequestList) | **GET** /energy-data/import-request/ |
164
- *GreenLinkApi.EnergyDataApi* | [**energyDataImportRequestRetrieve**](docs/EnergyDataApi.md#energyDataImportRequestRetrieve) | **GET** /energy-data/import-request/{id}/ |
165
163
  *GreenLinkApi.EnergyDataApi* | [**energyDataImportedEnergyDataList**](docs/EnergyDataApi.md#energyDataImportedEnergyDataList) | **GET** /energy-data/imported-energy-data/ |
166
164
  *GreenLinkApi.EnergyDataApi* | [**energyDataImportedEnergyDataRetrieve**](docs/EnergyDataApi.md#energyDataImportedEnergyDataRetrieve) | **GET** /energy-data/imported-energy-data/{id}/ |
167
165
  *GreenLinkApi.EnergyDataApi* | [**energyDataMatchRequestList**](docs/EnergyDataApi.md#energyDataMatchRequestList) | **GET** /energy-data/match-request/ |
@@ -196,12 +194,6 @@ Class | Method | HTTP request | Description
196
194
  *GreenLinkApi.LogsApi* | [**logsCertificatesDestroy**](docs/LogsApi.md#logsCertificatesDestroy) | **DELETE** /logs/certificates/{id}/ |
197
195
  *GreenLinkApi.LogsApi* | [**logsCertificatesList**](docs/LogsApi.md#logsCertificatesList) | **GET** /logs/certificates/ |
198
196
  *GreenLinkApi.LogsApi* | [**logsCertificatesRetrieve**](docs/LogsApi.md#logsCertificatesRetrieve) | **GET** /logs/certificates/{id}/ |
199
- *GreenLinkApi.LogsApi* | [**logsProductionEpiasDestroy**](docs/LogsApi.md#logsProductionEpiasDestroy) | **DELETE** /logs/production-epias/{id}/ |
200
- *GreenLinkApi.LogsApi* | [**logsProductionEpiasList**](docs/LogsApi.md#logsProductionEpiasList) | **GET** /logs/production-epias/ |
201
- *GreenLinkApi.LogsApi* | [**logsProductionEpiasRetrieve**](docs/LogsApi.md#logsProductionEpiasRetrieve) | **GET** /logs/production-epias/{id}/ |
202
- *GreenLinkApi.LogsApi* | [**logsUnprocessedRowDestroy**](docs/LogsApi.md#logsUnprocessedRowDestroy) | **DELETE** /logs/unprocessed-row/{id}/ |
203
- *GreenLinkApi.LogsApi* | [**logsUnprocessedRowList**](docs/LogsApi.md#logsUnprocessedRowList) | **GET** /logs/unprocessed-row/ |
204
- *GreenLinkApi.LogsApi* | [**logsUnprocessedRowRetrieve**](docs/LogsApi.md#logsUnprocessedRowRetrieve) | **GET** /logs/unprocessed-row/{id}/ |
205
197
  *GreenLinkApi.LogsApi* | [**logsUploadFileDestroy**](docs/LogsApi.md#logsUploadFileDestroy) | **DELETE** /logs/upload-file/{id}/ |
206
198
  *GreenLinkApi.LogsApi* | [**logsUploadFileList**](docs/LogsApi.md#logsUploadFileList) | **GET** /logs/upload-file/ |
207
199
  *GreenLinkApi.LogsApi* | [**logsUploadFileRetrieve**](docs/LogsApi.md#logsUploadFileRetrieve) | **GET** /logs/upload-file/{id}/ |
@@ -265,7 +257,6 @@ Class | Method | HTTP request | Description
265
257
  - [GreenLinkApi.ConsumptionDataPointCreate](docs/ConsumptionDataPointCreate.md)
266
258
  - [GreenLinkApi.ConsumptionDataPointListOrDetail](docs/ConsumptionDataPointListOrDetail.md)
267
259
  - [GreenLinkApi.ConsumptionDataPointUpdate](docs/ConsumptionDataPointUpdate.md)
268
- - [GreenLinkApi.ConsumptionDataTask](docs/ConsumptionDataTask.md)
269
260
  - [GreenLinkApi.ConsumptionSite](docs/ConsumptionSite.md)
270
261
  - [GreenLinkApi.ConsumptionSiteContract](docs/ConsumptionSiteContract.md)
271
262
  - [GreenLinkApi.ConsumptionSiteContractImport](docs/ConsumptionSiteContractImport.md)
@@ -293,7 +284,6 @@ Class | Method | HTTP request | Description
293
284
  - [GreenLinkApi.PaginatedActivitiesList](docs/PaginatedActivitiesList.md)
294
285
  - [GreenLinkApi.PaginatedConsumerList](docs/PaginatedConsumerList.md)
295
286
  - [GreenLinkApi.PaginatedConsumptionDataPointListOrDetailList](docs/PaginatedConsumptionDataPointListOrDetailList.md)
296
- - [GreenLinkApi.PaginatedConsumptionDataTaskList](docs/PaginatedConsumptionDataTaskList.md)
297
287
  - [GreenLinkApi.PaginatedConsumptionSiteContractList](docs/PaginatedConsumptionSiteContractList.md)
298
288
  - [GreenLinkApi.PaginatedConsumptionSiteListOrDetailList](docs/PaginatedConsumptionSiteListOrDetailList.md)
299
289
  - [GreenLinkApi.PaginatedEmissionFactorList](docs/PaginatedEmissionFactorList.md)
@@ -305,12 +295,10 @@ Class | Method | HTTP request | Description
305
295
  - [GreenLinkApi.PaginatedMatchedDataPointList](docs/PaginatedMatchedDataPointList.md)
306
296
  - [GreenLinkApi.PaginatedMatchedDataTaskList](docs/PaginatedMatchedDataTaskList.md)
307
297
  - [GreenLinkApi.PaginatedProducerList](docs/PaginatedProducerList.md)
308
- - [GreenLinkApi.PaginatedProductionDataFromEpiasTaskList](docs/PaginatedProductionDataFromEpiasTaskList.md)
309
298
  - [GreenLinkApi.PaginatedProductionDataPointListOrDetailList](docs/PaginatedProductionDataPointListOrDetailList.md)
310
299
  - [GreenLinkApi.PaginatedProductionSiteListOrDetailList](docs/PaginatedProductionSiteListOrDetailList.md)
311
300
  - [GreenLinkApi.PaginatedRetailerList](docs/PaginatedRetailerList.md)
312
301
  - [GreenLinkApi.PaginatedSmartContractList](docs/PaginatedSmartContractList.md)
313
- - [GreenLinkApi.PaginatedUnprocessedRowList](docs/PaginatedUnprocessedRowList.md)
314
302
  - [GreenLinkApi.PaginatedUploadedCertificateListorDetailList](docs/PaginatedUploadedCertificateListorDetailList.md)
315
303
  - [GreenLinkApi.PaginatedUploadedFileTaskList](docs/PaginatedUploadedFileTaskList.md)
316
304
  - [GreenLinkApi.PaginatedUserList](docs/PaginatedUserList.md)
@@ -332,7 +320,6 @@ Class | Method | HTTP request | Description
332
320
  - [GreenLinkApi.PriorityEnum](docs/PriorityEnum.md)
333
321
  - [GreenLinkApi.Producer](docs/Producer.md)
334
322
  - [GreenLinkApi.ProductionDataFileList](docs/ProductionDataFileList.md)
335
- - [GreenLinkApi.ProductionDataFromEpiasTask](docs/ProductionDataFromEpiasTask.md)
336
323
  - [GreenLinkApi.ProductionDataPointCreate](docs/ProductionDataPointCreate.md)
337
324
  - [GreenLinkApi.ProductionDataPointListOrDetail](docs/ProductionDataPointListOrDetail.md)
338
325
  - [GreenLinkApi.ProductionDataPointUpdate](docs/ProductionDataPointUpdate.md)
@@ -345,7 +332,6 @@ Class | Method | HTTP request | Description
345
332
  - [GreenLinkApi.SmartContract](docs/SmartContract.md)
346
333
  - [GreenLinkApi.Status965Enum](docs/Status965Enum.md)
347
334
  - [GreenLinkApi.TypeEnum](docs/TypeEnum.md)
348
- - [GreenLinkApi.UnprocessedRow](docs/UnprocessedRow.md)
349
335
  - [GreenLinkApi.UploadedCertificate](docs/UploadedCertificate.md)
350
336
  - [GreenLinkApi.UploadedCertificateListorDetail](docs/UploadedCertificateListorDetail.md)
351
337
  - [GreenLinkApi.UploadedFileTask](docs/UploadedFileTask.md)
package/dist/ApiClient.js CHANGED
@@ -7,26 +7,26 @@ exports["default"] = void 0;
7
7
  var _superagent = _interopRequireDefault(require("superagent"));
8
8
  var _querystring = _interopRequireDefault(require("querystring"));
9
9
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
10
- 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 _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
11
11
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
12
12
  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); } }
13
13
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
14
14
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
15
15
  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); } /**
16
- * GreenLink API
17
- * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
18
- *
19
- * The version of the OpenAPI document: 1.16.11
20
- *
21
- *
22
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
23
- * https://openapi-generator.tech
24
- * Do not edit the class manually.
25
- *
26
- */
16
+ * GreenLink API
17
+ * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
18
+ *
19
+ * The version of the OpenAPI document: 1.17.1
20
+ *
21
+ *
22
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
23
+ * https://openapi-generator.tech
24
+ * Do not edit the class manually.
25
+ *
26
+ */
27
27
  /**
28
28
  * @module ApiClient
29
- * @version 1.16.11
29
+ * @version 1.17.1
30
30
  */
31
31
  /**
32
32
  * Manages low level client-server communications, parameter marshalling, etc. There should not be any need for an
@@ -63,7 +63,7 @@ var ApiClient = /*#__PURE__*/function () {
63
63
  * @default {}
64
64
  */
65
65
  this.defaultHeaders = {
66
- 'User-Agent': 'OpenAPI-Generator/1.16.11/Javascript'
66
+ 'User-Agent': 'OpenAPI-Generator/1.17.1/Javascript'
67
67
  };
68
68
 
69
69
  /**
@@ -693,5 +693,4 @@ ApiClient.CollectionFormatEnum = {
693
693
  * @type {module:ApiClient}
694
694
  */
695
695
  ApiClient.instance = new ApiClient();
696
- var _default = ApiClient;
697
- exports["default"] = _default;
696
+ var _default = exports["default"] = ApiClient;
@@ -9,29 +9,29 @@ var _PaginatedSmartContractList = _interopRequireDefault(require("../model/Pagin
9
9
  var _PatchedSmartContract = _interopRequireDefault(require("../model/PatchedSmartContract"));
10
10
  var _SmartContract = _interopRequireDefault(require("../model/SmartContract"));
11
11
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
12
- 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); }
12
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
13
13
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
14
14
  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); } }
15
15
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
16
16
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
17
17
  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); } /**
18
- * GreenLink API
19
- * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
20
- *
21
- * The version of the OpenAPI document: 1.16.11
22
- *
23
- *
24
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
25
- * https://openapi-generator.tech
26
- * Do not edit the class manually.
27
- *
28
- */
18
+ * GreenLink API
19
+ * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
20
+ *
21
+ * The version of the OpenAPI document: 1.17.1
22
+ *
23
+ *
24
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
25
+ * https://openapi-generator.tech
26
+ * Do not edit the class manually.
27
+ *
28
+ */
29
29
  /**
30
30
  * Blockchain service.
31
31
  * @module api/BlockchainApi
32
- * @version 1.16.11
32
+ * @version 1.17.1
33
33
  */
34
- var BlockchainApi = /*#__PURE__*/function () {
34
+ var BlockchainApi = exports["default"] = /*#__PURE__*/function () {
35
35
  /**
36
36
  * Constructs a new BlockchainApi.
37
37
  * @alias module:api/BlockchainApi
@@ -274,5 +274,4 @@ var BlockchainApi = /*#__PURE__*/function () {
274
274
  }
275
275
  }]);
276
276
  return BlockchainApi;
277
- }();
278
- exports["default"] = BlockchainApi;
277
+ }();
@@ -21,29 +21,29 @@ var _ProductionSiteFileUpload = _interopRequireDefault(require("../model/Product
21
21
  var _ProductionSiteListOrDetail = _interopRequireDefault(require("../model/ProductionSiteListOrDetail"));
22
22
  var _ProductionSiteUpdate = _interopRequireDefault(require("../model/ProductionSiteUpdate"));
23
23
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
24
- 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); }
24
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
25
25
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
26
26
  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); } }
27
27
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
28
28
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
29
29
  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); } /**
30
- * GreenLink API
31
- * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
32
- *
33
- * The version of the OpenAPI document: 1.16.11
34
- *
35
- *
36
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
37
- * https://openapi-generator.tech
38
- * Do not edit the class manually.
39
- *
40
- */
30
+ * GreenLink API
31
+ * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
32
+ *
33
+ * The version of the OpenAPI document: 1.17.1
34
+ *
35
+ *
36
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
37
+ * https://openapi-generator.tech
38
+ * Do not edit the class manually.
39
+ *
40
+ */
41
41
  /**
42
42
  * EnergyAssets service.
43
43
  * @module api/EnergyAssetsApi
44
- * @version 1.16.11
44
+ * @version 1.17.1
45
45
  */
46
- var EnergyAssetsApi = /*#__PURE__*/function () {
46
+ var EnergyAssetsApi = exports["default"] = /*#__PURE__*/function () {
47
47
  /**
48
48
  * Constructs a new EnergyAssetsApi.
49
49
  * @alias module:api/EnergyAssetsApi
@@ -841,5 +841,4 @@ var EnergyAssetsApi = /*#__PURE__*/function () {
841
841
  }
842
842
  }]);
843
843
  return EnergyAssetsApi;
844
- }();
845
- exports["default"] = EnergyAssetsApi;
844
+ }();
@@ -10,7 +10,6 @@ var _ConsumptionDataFromRetailerRequest = _interopRequireDefault(require("../mod
10
10
  var _ConsumptionDataPointCreate = _interopRequireDefault(require("../model/ConsumptionDataPointCreate"));
11
11
  var _ConsumptionDataPointListOrDetail = _interopRequireDefault(require("../model/ConsumptionDataPointListOrDetail"));
12
12
  var _ConsumptionDataPointUpdate = _interopRequireDefault(require("../model/ConsumptionDataPointUpdate"));
13
- var _ConsumptionDataTask = _interopRequireDefault(require("../model/ConsumptionDataTask"));
14
13
  var _EmissionFactor = _interopRequireDefault(require("../model/EmissionFactor"));
15
14
  var _GetFromEpias = _interopRequireDefault(require("../model/GetFromEpias"));
16
15
  var _ImportedConsumptionDataPoint = _interopRequireDefault(require("../model/ImportedConsumptionDataPoint"));
@@ -19,7 +18,6 @@ var _MatchedDataTask = _interopRequireDefault(require("../model/MatchedDataTask"
19
18
  var _MatchingConsumerRequest = _interopRequireDefault(require("../model/MatchingConsumerRequest"));
20
19
  var _MatchingSiteRequest = _interopRequireDefault(require("../model/MatchingSiteRequest"));
21
20
  var _PaginatedConsumptionDataPointListOrDetailList = _interopRequireDefault(require("../model/PaginatedConsumptionDataPointListOrDetailList"));
22
- var _PaginatedConsumptionDataTaskList = _interopRequireDefault(require("../model/PaginatedConsumptionDataTaskList"));
23
21
  var _PaginatedEmissionFactorList = _interopRequireDefault(require("../model/PaginatedEmissionFactorList"));
24
22
  var _PaginatedImportedConsumptionDataPointList = _interopRequireDefault(require("../model/PaginatedImportedConsumptionDataPointList"));
25
23
  var _PaginatedMatchedDataPointList = _interopRequireDefault(require("../model/PaginatedMatchedDataPointList"));
@@ -33,29 +31,29 @@ var _ProductionDataPointCreate = _interopRequireDefault(require("../model/Produc
33
31
  var _ProductionDataPointListOrDetail = _interopRequireDefault(require("../model/ProductionDataPointListOrDetail"));
34
32
  var _ProductionDataPointUpdate = _interopRequireDefault(require("../model/ProductionDataPointUpdate"));
35
33
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
36
- 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); }
34
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
37
35
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
38
36
  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); } }
39
37
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
40
38
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
41
39
  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); } /**
42
- * GreenLink API
43
- * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
44
- *
45
- * The version of the OpenAPI document: 1.16.11
46
- *
47
- *
48
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
49
- * https://openapi-generator.tech
50
- * Do not edit the class manually.
51
- *
52
- */
40
+ * GreenLink API
41
+ * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
42
+ *
43
+ * The version of the OpenAPI document: 1.17.1
44
+ *
45
+ *
46
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
47
+ * https://openapi-generator.tech
48
+ * Do not edit the class manually.
49
+ *
50
+ */
53
51
  /**
54
52
  * EnergyData service.
55
53
  * @module api/EnergyDataApi
56
- * @version 1.16.11
54
+ * @version 1.17.1
57
55
  */
58
- var EnergyDataApi = /*#__PURE__*/function () {
56
+ var EnergyDataApi = exports["default"] = /*#__PURE__*/function () {
59
57
  /**
60
58
  * Constructs a new EnergyDataApi.
61
59
  * @alias module:api/EnergyDataApi
@@ -624,92 +622,6 @@ var EnergyDataApi = /*#__PURE__*/function () {
624
622
  return this.apiClient.callApi('/energy-data/emission-factor/{id}/', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
625
623
  }
626
624
 
627
- /**
628
- * Callback function to receive the result of the energyDataImportRequestList operation.
629
- * @callback module:api/EnergyDataApi~energyDataImportRequestListCallback
630
- * @param {String} error Error message, if any.
631
- * @param {module:model/PaginatedConsumptionDataTaskList} data The data returned by the service call.
632
- * @param {String} response The complete HTTP response.
633
- */
634
-
635
- /**
636
- * Enforces object-level permissions in ``rest_framework.viewsets.ViewSet``, deriving the permission type from the particular action to be performed.. As with ``rules.contrib.views.AutoPermissionRequiredMixin``, this only works when model permissions are registered using ``rules.contrib.models.RulesModelMixin``.
637
- * @param {Object} opts Optional parameters
638
- * @param {String} opts.consumer
639
- * @param {Date} opts.consumptionStart
640
- * @param {Date} opts.createdAt
641
- * @param {String} opts.id
642
- * @param {Number} opts.limit Number of results to return per page.
643
- * @param {Number} opts.offset The initial index from which to return the results.
644
- * @param {Array.<module:model/String>} opts.orderBy Ordering * `status` - Status * `-status` - Status (descending) * `consumption_start` - Consumption start * `-consumption_start` - Consumption start (descending) * `consumer` - Consumer * `-consumer` - Consumer (descending) * `retailer` - Retailer * `-retailer` - Retailer (descending) * `created_at` - Created at * `-created_at` - Created at (descending)
645
- * @param {String} opts.retailer
646
- * @param {module:model/String} opts.status * `started` - started * `failed` - failed * `finished` - finished * `unstarted` - unstarted
647
- * @param {Date} opts.updatedAt
648
- * @param {module:api/EnergyDataApi~energyDataImportRequestListCallback} callback The callback function, accepting three arguments: error, data, response
649
- * data is of type: {@link module:model/PaginatedConsumptionDataTaskList}
650
- */
651
- }, {
652
- key: "energyDataImportRequestList",
653
- value: function energyDataImportRequestList(opts, callback) {
654
- opts = opts || {};
655
- var postBody = null;
656
- var pathParams = {};
657
- var queryParams = {
658
- 'consumer': opts['consumer'],
659
- 'consumption_start': opts['consumptionStart'],
660
- 'created_at': opts['createdAt'],
661
- 'id': opts['id'],
662
- 'limit': opts['limit'],
663
- 'offset': opts['offset'],
664
- 'order_by': this.apiClient.buildCollectionParam(opts['orderBy'], 'csv'),
665
- 'retailer': opts['retailer'],
666
- 'status': opts['status'],
667
- 'updated_at': opts['updatedAt']
668
- };
669
- var headerParams = {};
670
- var formParams = {};
671
- var authNames = [];
672
- var contentTypes = [];
673
- var accepts = ['application/json'];
674
- var returnType = _PaginatedConsumptionDataTaskList["default"];
675
- return this.apiClient.callApi('/energy-data/import-request/', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
676
- }
677
-
678
- /**
679
- * Callback function to receive the result of the energyDataImportRequestRetrieve operation.
680
- * @callback module:api/EnergyDataApi~energyDataImportRequestRetrieveCallback
681
- * @param {String} error Error message, if any.
682
- * @param {module:model/ConsumptionDataTask} data The data returned by the service call.
683
- * @param {String} response The complete HTTP response.
684
- */
685
-
686
- /**
687
- * Enforces object-level permissions in ``rest_framework.viewsets.ViewSet``, deriving the permission type from the particular action to be performed.. As with ``rules.contrib.views.AutoPermissionRequiredMixin``, this only works when model permissions are registered using ``rules.contrib.models.RulesModelMixin``.
688
- * @param {String} id A UUID string identifying this consumption data task.
689
- * @param {module:api/EnergyDataApi~energyDataImportRequestRetrieveCallback} callback The callback function, accepting three arguments: error, data, response
690
- * data is of type: {@link module:model/ConsumptionDataTask}
691
- */
692
- }, {
693
- key: "energyDataImportRequestRetrieve",
694
- value: function energyDataImportRequestRetrieve(id, callback) {
695
- var postBody = null;
696
- // verify the required parameter 'id' is set
697
- if (id === undefined || id === null) {
698
- throw new Error("Missing the required parameter 'id' when calling energyDataImportRequestRetrieve");
699
- }
700
- var pathParams = {
701
- 'id': id
702
- };
703
- var queryParams = {};
704
- var headerParams = {};
705
- var formParams = {};
706
- var authNames = [];
707
- var contentTypes = [];
708
- var accepts = ['application/json'];
709
- var returnType = _ConsumptionDataTask["default"];
710
- return this.apiClient.callApi('/energy-data/import-request/{id}/', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
711
- }
712
-
713
625
  /**
714
626
  * Callback function to receive the result of the energyDataImportedEnergyDataList operation.
715
627
  * @callback module:api/EnergyDataApi~energyDataImportedEnergyDataListCallback
@@ -1421,5 +1333,4 @@ var EnergyDataApi = /*#__PURE__*/function () {
1421
1333
  }
1422
1334
  }]);
1423
1335
  return EnergyDataApi;
1424
- }();
1425
- exports["default"] = EnergyDataApi;
1336
+ }();
@@ -6,29 +6,29 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports["default"] = void 0;
7
7
  var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
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); }
9
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
10
10
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
11
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
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
13
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
14
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.11
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
- */
15
+ * GreenLink API
16
+ * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
17
+ *
18
+ * The version of the OpenAPI document: 1.17.1
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
26
  /**
27
27
  * HealthCheck service.
28
28
  * @module api/HealthCheckApi
29
- * @version 1.16.11
29
+ * @version 1.17.1
30
30
  */
31
- var HealthCheckApi = /*#__PURE__*/function () {
31
+ var HealthCheckApi = exports["default"] = /*#__PURE__*/function () {
32
32
  /**
33
33
  * Constructs a new HealthCheckApi.
34
34
  * @alias module:api/HealthCheckApi
@@ -68,5 +68,4 @@ var HealthCheckApi = /*#__PURE__*/function () {
68
68
  }
69
69
  }]);
70
70
  return HealthCheckApi;
71
- }();
72
- exports["default"] = HealthCheckApi;
71
+ }();
@@ -6,29 +6,29 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports["default"] = void 0;
7
7
  var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
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); }
9
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
10
10
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
11
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
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
13
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
14
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.11
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
- */
15
+ * GreenLink API
16
+ * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
17
+ *
18
+ * The version of the OpenAPI document: 1.17.1
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
26
  /**
27
27
  * LicensedProductionSitesOnEpias service.
28
28
  * @module api/LicensedProductionSitesOnEpiasApi
29
- * @version 1.16.11
29
+ * @version 1.17.1
30
30
  */
31
- var LicensedProductionSitesOnEpiasApi = /*#__PURE__*/function () {
31
+ var LicensedProductionSitesOnEpiasApi = exports["default"] = /*#__PURE__*/function () {
32
32
  /**
33
33
  * Constructs a new LicensedProductionSitesOnEpiasApi.
34
34
  * @alias module:api/LicensedProductionSitesOnEpiasApi
@@ -69,5 +69,4 @@ var LicensedProductionSitesOnEpiasApi = /*#__PURE__*/function () {
69
69
  }
70
70
  }]);
71
71
  return LicensedProductionSitesOnEpiasApi;
72
- }();
73
- exports["default"] = LicensedProductionSitesOnEpiasApi;
72
+ }();