green_link_api 1.12.0 → 1.13.0

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 (113) hide show
  1. package/README.md +2 -2
  2. package/dist/ApiClient.js +3 -3
  3. package/dist/api/BlockchainApi.js +8 -8
  4. package/dist/api/EnergyAssetsApi.js +2 -2
  5. package/dist/api/EnergyDataApi.js +29 -29
  6. package/dist/api/HealthCheckApi.js +2 -2
  7. package/dist/api/LicensedProductionSitesOnEpiasApi.js +2 -2
  8. package/dist/api/LocationsApi.js +8 -8
  9. package/dist/api/LogsApi.js +11 -11
  10. package/dist/api/MaintenanceCheckApi.js +2 -2
  11. package/dist/api/OrganizationprofilesApi.js +8 -8
  12. package/dist/api/OrganizationsApi.js +36 -32
  13. package/dist/api/SchemaApi.js +2 -2
  14. package/dist/api/SentryDebugApi.js +2 -2
  15. package/dist/api/UsersApi.js +2 -2
  16. package/dist/model/Activities.js +2 -2
  17. package/dist/model/BlockchainTransaction.js +2 -2
  18. package/dist/model/Consumer.js +2 -2
  19. package/dist/model/ConsumptionDataFileList.js +2 -2
  20. package/dist/model/ConsumptionDataFromRetailerRequest.js +2 -2
  21. package/dist/model/ConsumptionDataPointCreate.js +2 -2
  22. package/dist/model/ConsumptionDataPointListOrDetail.js +2 -2
  23. package/dist/model/ConsumptionDataPointUpdate.js +2 -2
  24. package/dist/model/ConsumptionSite.js +2 -2
  25. package/dist/model/ConsumptionSiteContract.js +2 -2
  26. package/dist/model/ConsumptionSiteContractImport.js +2 -2
  27. package/dist/model/ConsumptionSiteCreate.js +2 -2
  28. package/dist/model/ConsumptionSiteFileUpload.js +2 -2
  29. package/dist/model/ConsumptionSiteListOrDetail.js +2 -2
  30. package/dist/model/ContentTypeEnum.js +1 -1
  31. package/dist/model/EacTypeEnum.js +1 -1
  32. package/dist/model/EmissionFactor.js +2 -2
  33. package/dist/model/EnergySourceEnum.js +1 -1
  34. package/dist/model/EnergySourcePreference.js +37 -28
  35. package/dist/model/GetFromEpias.js +2 -2
  36. package/dist/model/GridOperator.js +2 -2
  37. package/dist/model/ImportRequest.js +2 -2
  38. package/dist/model/ImportRequestRaw.js +2 -2
  39. package/dist/model/ImportRequestStatusEnum.js +1 -1
  40. package/dist/model/ImportedEnergyDataPoint.js +2 -2
  41. package/dist/model/Issuer.js +2 -2
  42. package/dist/model/Location.js +33 -16
  43. package/dist/model/Login.js +2 -2
  44. package/dist/model/MatchRequest.js +2 -2
  45. package/dist/model/MatchTypeEnum.js +1 -1
  46. package/dist/model/MatchedEnergyDataPoint.js +2 -2
  47. package/dist/model/MatchingConsumerRequest.js +2 -2
  48. package/dist/model/MatchingSiteRequest.js +2 -2
  49. package/dist/model/OrganizationTypeEnum.js +1 -1
  50. package/dist/model/PaginatedActivitiesList.js +2 -2
  51. package/dist/model/PaginatedConsumerList.js +2 -2
  52. package/dist/model/PaginatedConsumptionDataPointListOrDetailList.js +2 -2
  53. package/dist/model/PaginatedConsumptionSiteContractList.js +2 -2
  54. package/dist/model/PaginatedConsumptionSiteListOrDetailList.js +2 -2
  55. package/dist/model/PaginatedEmissionFactorList.js +2 -2
  56. package/dist/model/PaginatedEnergySourcePreferenceList.js +2 -2
  57. package/dist/model/PaginatedGridOperatorList.js +2 -2
  58. package/dist/model/PaginatedImportRequestList.js +2 -2
  59. package/dist/model/PaginatedImportRequestRawList.js +2 -2
  60. package/dist/model/PaginatedImportedEnergyDataPointList.js +2 -2
  61. package/dist/model/PaginatedIssuerList.js +2 -2
  62. package/dist/model/PaginatedLocationList.js +2 -2
  63. package/dist/model/PaginatedMatchRequestList.js +2 -2
  64. package/dist/model/PaginatedMatchedEnergyDataPointList.js +2 -2
  65. package/dist/model/PaginatedProducerList.js +2 -2
  66. package/dist/model/PaginatedProductionDataFromEpiasRequestList.js +2 -2
  67. package/dist/model/PaginatedProductionDataPointListOrDetailList.js +2 -2
  68. package/dist/model/PaginatedProductionSiteListOrDetailList.js +2 -2
  69. package/dist/model/PaginatedRetailerList.js +2 -2
  70. package/dist/model/PaginatedSmartContractList.js +2 -2
  71. package/dist/model/PaginatedUnprocessedRowList.js +2 -2
  72. package/dist/model/PaginatedUploadedCertificateListorDetailList.js +2 -2
  73. package/dist/model/PaginatedUploadedFileList.js +2 -2
  74. package/dist/model/PaginatedUserList.js +2 -2
  75. package/dist/model/PatchedConsumer.js +2 -2
  76. package/dist/model/PatchedConsumptionDataPointUpdate.js +2 -2
  77. package/dist/model/PatchedConsumptionSite.js +2 -2
  78. package/dist/model/PatchedEmissionFactor.js +2 -2
  79. package/dist/model/PatchedEnergySourcePreference.js +32 -23
  80. package/dist/model/PatchedGridOperator.js +2 -2
  81. package/dist/model/PatchedIssuer.js +2 -2
  82. package/dist/model/PatchedLocation.js +28 -11
  83. package/dist/model/PatchedProducer.js +2 -2
  84. package/dist/model/PatchedProductionDataPointUpdate.js +2 -2
  85. package/dist/model/PatchedProductionSiteUpdate.js +2 -2
  86. package/dist/model/PatchedRetailer.js +2 -2
  87. package/dist/model/PatchedSmartContract.js +2 -2
  88. package/dist/model/PatchedUser.js +2 -2
  89. package/dist/model/PatchedUserDetail.js +2 -2
  90. package/dist/model/PriorityEnum.js +1 -1
  91. package/dist/model/Producer.js +2 -2
  92. package/dist/model/ProductionDataFileList.js +2 -2
  93. package/dist/model/ProductionDataFromEpiasRequest.js +2 -2
  94. package/dist/model/ProductionDataPointCreate.js +2 -2
  95. package/dist/model/ProductionDataPointListOrDetail.js +2 -2
  96. package/dist/model/ProductionDataPointUpdate.js +2 -2
  97. package/dist/model/ProductionSite.js +2 -2
  98. package/dist/model/ProductionSiteFileUpload.js +2 -2
  99. package/dist/model/ProductionSiteListOrDetail.js +2 -2
  100. package/dist/model/ProductionSiteUpdate.js +2 -2
  101. package/dist/model/Register.js +2 -2
  102. package/dist/model/Retailer.js +2 -2
  103. package/dist/model/SmartContract.js +2 -2
  104. package/dist/model/Status619Enum.js +1 -1
  105. package/dist/model/Token.js +2 -2
  106. package/dist/model/TypeEnum.js +1 -1
  107. package/dist/model/UnprocessedRow.js +2 -2
  108. package/dist/model/UploadedCertificate.js +2 -2
  109. package/dist/model/UploadedCertificateListorDetail.js +2 -2
  110. package/dist/model/UploadedFile.js +2 -2
  111. package/dist/model/User.js +2 -2
  112. package/dist/model/UserDetail.js +2 -2
  113. package/package.json +1 -1
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.12.0
8
- - Package version: 1.12.0
7
+ - API version: 1.13.0
8
+ - Package version: 1.13.0
9
9
  - Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
10
10
 
11
11
  ## Installation
package/dist/ApiClient.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.12.0
19
+ * The version of the OpenAPI document: 1.13.0
20
20
  *
21
21
  *
22
22
  * 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
  /**
28
28
  * @module ApiClient
29
- * @version 1.12.0
29
+ * @version 1.13.0
30
30
  */
31
31
  /**
32
32
  * Manages low level client-server communications, parameter marshalling, etc. There should not be any need for an
@@ -81,7 +81,7 @@ var ApiClient = /*#__PURE__*/function () {
81
81
  * @default {}
82
82
  */
83
83
  this.defaultHeaders = {
84
- 'User-Agent': 'OpenAPI-Generator/1.12.0/Javascript'
84
+ 'User-Agent': 'OpenAPI-Generator/1.13.0/Javascript'
85
85
  };
86
86
 
87
87
  /**
@@ -18,7 +18,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
18
18
  * GreenLink API
19
19
  * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
20
20
  *
21
- * The version of the OpenAPI document: 1.12.0
21
+ * The version of the OpenAPI document: 1.13.0
22
22
  *
23
23
  *
24
24
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -29,7 +29,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
29
29
  /**
30
30
  * Blockchain service.
31
31
  * @module api/BlockchainApi
32
- * @version 1.12.0
32
+ * @version 1.13.0
33
33
  */
34
34
  var BlockchainApi = /*#__PURE__*/function () {
35
35
  /**
@@ -53,7 +53,7 @@ var BlockchainApi = /*#__PURE__*/function () {
53
53
  */
54
54
 
55
55
  /**
56
- * **Create a specific smart contract.** User should be *authenticated* and have an *active* (is_active=True) account. **Roles required**: Superuser
56
+ * Manages match requests for an active, authenticated user's organization. All methods require an active, authenticated Staff or Admin user. - `list(self, request)`: List all smart contracts. User should be authenticated and have an active (is_active=True) account. Roles required: Superuser - `retrieve(self, request, *args, **kwargs)`: Get a specific smart contract. User should be authenticated and have an active (is_active=True) account. Roles required: Superuser - `create(self, request)`: Create a specific smart contract. User should be authenticated and have an active (is_active=True) account. Roles required: Superuser - `update(self, request, pk=None, *args, **kwargs)`: Upsert a specific smart contract. User should be authenticated and have an active (is_active=True) account. Roles required: Superuser - `partial_update(self, request, *args, **kwargs)`: Update a specific smart contract. User should be authenticated and have an active (is_active=True) account. Roles required: Superuser - `destroy(self, request, *args, **kwargs)`: Delete a specific smart contract. User should be authenticated and have an active (is_active=True) account. Roles required: Superuser
57
57
  * @param {module:model/SmartContract} smartContract
58
58
  * @param {module:api/BlockchainApi~blockchainSmartContractsCreateCallback} callback The callback function, accepting three arguments: error, data, response
59
59
  * data is of type: {@link module:model/SmartContract}
@@ -86,7 +86,7 @@ var BlockchainApi = /*#__PURE__*/function () {
86
86
  */
87
87
 
88
88
  /**
89
- * **Delete a specific smart contract.** User should be *authenticated* and have an *active* (is_active=True) account. **Roles required**: Superuser
89
+ * Manages match requests for an active, authenticated user's organization. All methods require an active, authenticated Staff or Admin user. - `list(self, request)`: List all smart contracts. User should be authenticated and have an active (is_active=True) account. Roles required: Superuser - `retrieve(self, request, *args, **kwargs)`: Get a specific smart contract. User should be authenticated and have an active (is_active=True) account. Roles required: Superuser - `create(self, request)`: Create a specific smart contract. User should be authenticated and have an active (is_active=True) account. Roles required: Superuser - `update(self, request, pk=None, *args, **kwargs)`: Upsert a specific smart contract. User should be authenticated and have an active (is_active=True) account. Roles required: Superuser - `partial_update(self, request, *args, **kwargs)`: Update a specific smart contract. User should be authenticated and have an active (is_active=True) account. Roles required: Superuser - `destroy(self, request, *args, **kwargs)`: Delete a specific smart contract. User should be authenticated and have an active (is_active=True) account. Roles required: Superuser
90
90
  * @param {String} id A UUID string identifying this smart contract.
91
91
  * @param {module:api/BlockchainApi~blockchainSmartContractsDestroyCallback} callback The callback function, accepting three arguments: error, data, response
92
92
  */
@@ -120,7 +120,7 @@ var BlockchainApi = /*#__PURE__*/function () {
120
120
  */
121
121
 
122
122
  /**
123
- * **List all smart contracts.** User should be *authenticated* and have an *active* (is_active=True) account. **Roles required**: Superuser
123
+ * Manages match requests for an active, authenticated user's organization. All methods require an active, authenticated Staff or Admin user. - `list(self, request)`: List all smart contracts. User should be authenticated and have an active (is_active=True) account. Roles required: Superuser - `retrieve(self, request, *args, **kwargs)`: Get a specific smart contract. User should be authenticated and have an active (is_active=True) account. Roles required: Superuser - `create(self, request)`: Create a specific smart contract. User should be authenticated and have an active (is_active=True) account. Roles required: Superuser - `update(self, request, pk=None, *args, **kwargs)`: Upsert a specific smart contract. User should be authenticated and have an active (is_active=True) account. Roles required: Superuser - `partial_update(self, request, *args, **kwargs)`: Update a specific smart contract. User should be authenticated and have an active (is_active=True) account. Roles required: Superuser - `destroy(self, request, *args, **kwargs)`: Delete a specific smart contract. User should be authenticated and have an active (is_active=True) account. Roles required: Superuser
124
124
  * @param {Object} opts Optional parameters
125
125
  * @param {String} opts.blockchainAccountAddress
126
126
  * @param {Date} opts.createdAt
@@ -169,7 +169,7 @@ var BlockchainApi = /*#__PURE__*/function () {
169
169
  */
170
170
 
171
171
  /**
172
- * **Update a specific smart contract.** User should be *authenticated* and have an *active* (is_active=True) account. **Roles required**: Superuser
172
+ * Manages match requests for an active, authenticated user's organization. All methods require an active, authenticated Staff or Admin user. - `list(self, request)`: List all smart contracts. User should be authenticated and have an active (is_active=True) account. Roles required: Superuser - `retrieve(self, request, *args, **kwargs)`: Get a specific smart contract. User should be authenticated and have an active (is_active=True) account. Roles required: Superuser - `create(self, request)`: Create a specific smart contract. User should be authenticated and have an active (is_active=True) account. Roles required: Superuser - `update(self, request, pk=None, *args, **kwargs)`: Upsert a specific smart contract. User should be authenticated and have an active (is_active=True) account. Roles required: Superuser - `partial_update(self, request, *args, **kwargs)`: Update a specific smart contract. User should be authenticated and have an active (is_active=True) account. Roles required: Superuser - `destroy(self, request, *args, **kwargs)`: Delete a specific smart contract. User should be authenticated and have an active (is_active=True) account. Roles required: Superuser
173
173
  * @param {String} id A UUID string identifying this smart contract.
174
174
  * @param {Object} opts Optional parameters
175
175
  * @param {module:model/PatchedSmartContract} opts.patchedSmartContract
@@ -207,7 +207,7 @@ var BlockchainApi = /*#__PURE__*/function () {
207
207
  */
208
208
 
209
209
  /**
210
- * **Get a specific smart contract.** User should be *authenticated* and have an *active* (is_active=True) account. **Roles required**: Superuser
210
+ * Manages match requests for an active, authenticated user's organization. All methods require an active, authenticated Staff or Admin user. - `list(self, request)`: List all smart contracts. User should be authenticated and have an active (is_active=True) account. Roles required: Superuser - `retrieve(self, request, *args, **kwargs)`: Get a specific smart contract. User should be authenticated and have an active (is_active=True) account. Roles required: Superuser - `create(self, request)`: Create a specific smart contract. User should be authenticated and have an active (is_active=True) account. Roles required: Superuser - `update(self, request, pk=None, *args, **kwargs)`: Upsert a specific smart contract. User should be authenticated and have an active (is_active=True) account. Roles required: Superuser - `partial_update(self, request, *args, **kwargs)`: Update a specific smart contract. User should be authenticated and have an active (is_active=True) account. Roles required: Superuser - `destroy(self, request, *args, **kwargs)`: Delete a specific smart contract. User should be authenticated and have an active (is_active=True) account. Roles required: Superuser
211
211
  * @param {String} id A UUID string identifying this smart contract.
212
212
  * @param {module:api/BlockchainApi~blockchainSmartContractsRetrieveCallback} callback The callback function, accepting three arguments: error, data, response
213
213
  * data is of type: {@link module:model/SmartContract}
@@ -242,7 +242,7 @@ var BlockchainApi = /*#__PURE__*/function () {
242
242
  */
243
243
 
244
244
  /**
245
- * **Upsert a specific smart contract.** User should be *authenticated* and have an *active* (is_active=True) account. **Roles required**: Superuser
245
+ * Manages match requests for an active, authenticated user's organization. All methods require an active, authenticated Staff or Admin user. - `list(self, request)`: List all smart contracts. User should be authenticated and have an active (is_active=True) account. Roles required: Superuser - `retrieve(self, request, *args, **kwargs)`: Get a specific smart contract. User should be authenticated and have an active (is_active=True) account. Roles required: Superuser - `create(self, request)`: Create a specific smart contract. User should be authenticated and have an active (is_active=True) account. Roles required: Superuser - `update(self, request, pk=None, *args, **kwargs)`: Upsert a specific smart contract. User should be authenticated and have an active (is_active=True) account. Roles required: Superuser - `partial_update(self, request, *args, **kwargs)`: Update a specific smart contract. User should be authenticated and have an active (is_active=True) account. Roles required: Superuser - `destroy(self, request, *args, **kwargs)`: Delete a specific smart contract. User should be authenticated and have an active (is_active=True) account. Roles required: Superuser
246
246
  * @param {String} id A UUID string identifying this smart contract.
247
247
  * @param {module:model/SmartContract} smartContract
248
248
  * @param {module:api/BlockchainApi~blockchainSmartContractsUpdateCallback} callback The callback function, accepting three arguments: error, data, response
@@ -30,7 +30,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
30
30
  * GreenLink API
31
31
  * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
32
32
  *
33
- * The version of the OpenAPI document: 1.12.0
33
+ * The version of the OpenAPI document: 1.13.0
34
34
  *
35
35
  *
36
36
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -41,7 +41,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
41
41
  /**
42
42
  * EnergyAssets service.
43
43
  * @module api/EnergyAssetsApi
44
- * @version 1.12.0
44
+ * @version 1.13.0
45
45
  */
46
46
  var EnergyAssetsApi = /*#__PURE__*/function () {
47
47
  /**
@@ -44,7 +44,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
44
44
  * GreenLink API
45
45
  * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
46
46
  *
47
- * The version of the OpenAPI document: 1.12.0
47
+ * The version of the OpenAPI document: 1.13.0
48
48
  *
49
49
  *
50
50
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -55,7 +55,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
55
55
  /**
56
56
  * EnergyData service.
57
57
  * @module api/EnergyDataApi
58
- * @version 1.12.0
58
+ * @version 1.13.0
59
59
  */
60
60
  var EnergyDataApi = /*#__PURE__*/function () {
61
61
  /**
@@ -79,7 +79,7 @@ var EnergyDataApi = /*#__PURE__*/function () {
79
79
  */
80
80
 
81
81
  /**
82
- * **Create a specific consumption data point.** User should be *authenticated* and have an *active* (is_active=True) account. **Roles required**: Staff and/or Admin **User employed by an active allowed organization**: Retailer
82
+ * Manages consumption data points for an active, authenticated user's organization. All methods require an active, authenticated Staff or Admin user from a Consumer, GridOperator, or Retailer organization. Some methods require the data object to be owned by the user's organization. - `list(self, request)`: Lists all consumption data points. - `retrieve(self, request, *args, **kwargs)`: Retrieves a specific consumption data point. - `create(self, request)`: Creates a new consumption data point. - `update(self, request, pk=None, *args, **kwargs)`: Upserts a specific consumption data point (object must be owned by user's organization). - `partial_update(self, request, *args, **kwargs)`: Partially updates a specific consumption data point (object must be owned by user's organization). - `destroy(self, request, *args, **kwargs)`: Deletes a specific consumption data point (Admin role and object ownership required). - `upload_file(self, request, *args, **kwargs)`: Adds consumption data points via an Excel file upload (object must be owned by user's organization).
83
83
  * @param {module:model/ConsumptionDataPointCreate} consumptionDataPointCreate
84
84
  * @param {module:api/EnergyDataApi~energyDataConsumptionDataCreateCallback} callback The callback function, accepting three arguments: error, data, response
85
85
  * data is of type: {@link module:model/ConsumptionDataPointCreate}
@@ -112,7 +112,7 @@ var EnergyDataApi = /*#__PURE__*/function () {
112
112
  */
113
113
 
114
114
  /**
115
- * **Delete a specific consumption data point.** User should be *authenticated* and have an *active* (is_active=True) account. **Note:** Object should be owned by the user's organization or retailer. **Roles required**: Admin **User employed by an active allowed organization**: Retailer
115
+ * Manages consumption data points for an active, authenticated user's organization. All methods require an active, authenticated Staff or Admin user from a Consumer, GridOperator, or Retailer organization. Some methods require the data object to be owned by the user's organization. - `list(self, request)`: Lists all consumption data points. - `retrieve(self, request, *args, **kwargs)`: Retrieves a specific consumption data point. - `create(self, request)`: Creates a new consumption data point. - `update(self, request, pk=None, *args, **kwargs)`: Upserts a specific consumption data point (object must be owned by user's organization). - `partial_update(self, request, *args, **kwargs)`: Partially updates a specific consumption data point (object must be owned by user's organization). - `destroy(self, request, *args, **kwargs)`: Deletes a specific consumption data point (Admin role and object ownership required). - `upload_file(self, request, *args, **kwargs)`: Adds consumption data points via an Excel file upload (object must be owned by user's organization).
116
116
  * @param {Number} id
117
117
  * @param {module:api/EnergyDataApi~energyDataConsumptionDataDestroyCallback} callback The callback function, accepting three arguments: error, data, response
118
118
  */
@@ -146,7 +146,7 @@ var EnergyDataApi = /*#__PURE__*/function () {
146
146
  */
147
147
 
148
148
  /**
149
- * 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``.
149
+ * Manages consumption data points for an active, authenticated user's organization. All methods require an active, authenticated Staff or Admin user from a Consumer, GridOperator, or Retailer organization. Some methods require the data object to be owned by the user's organization. - `list(self, request)`: Lists all consumption data points. - `retrieve(self, request, *args, **kwargs)`: Retrieves a specific consumption data point. - `create(self, request)`: Creates a new consumption data point. - `update(self, request, pk=None, *args, **kwargs)`: Upserts a specific consumption data point (object must be owned by user's organization). - `partial_update(self, request, *args, **kwargs)`: Partially updates a specific consumption data point (object must be owned by user's organization). - `destroy(self, request, *args, **kwargs)`: Deletes a specific consumption data point (Admin role and object ownership required). - `upload_file(self, request, *args, **kwargs)`: Adds consumption data points via an Excel file upload (object must be owned by user's organization).
150
150
  * @param {module:model/ConsumptionDataFromRetailerRequest} consumptionDataFromRetailerRequest
151
151
  * @param {module:api/EnergyDataApi~energyDataConsumptionDataImportDataCreateCallback} callback The callback function, accepting three arguments: error, data, response
152
152
  * data is of type: {@link module:model/ConsumptionDataPointCreate}
@@ -179,7 +179,7 @@ var EnergyDataApi = /*#__PURE__*/function () {
179
179
  */
180
180
 
181
181
  /**
182
- * **List all consumption data points related to the user's organization.** User should be *authenticated* and have an *active* (is_active=True) account. **Roles required**: Staff and/or Admin **User employed by an active allowed organization**: Consumer, GridOperator or Retailer
182
+ * Manages consumption data points for an active, authenticated user's organization. All methods require an active, authenticated Staff or Admin user from a Consumer, GridOperator, or Retailer organization. Some methods require the data object to be owned by the user's organization. - `list(self, request)`: Lists all consumption data points. - `retrieve(self, request, *args, **kwargs)`: Retrieves a specific consumption data point. - `create(self, request)`: Creates a new consumption data point. - `update(self, request, pk=None, *args, **kwargs)`: Upserts a specific consumption data point (object must be owned by user's organization). - `partial_update(self, request, *args, **kwargs)`: Partially updates a specific consumption data point (object must be owned by user's organization). - `destroy(self, request, *args, **kwargs)`: Deletes a specific consumption data point (Admin role and object ownership required). - `upload_file(self, request, *args, **kwargs)`: Adds consumption data points via an Excel file upload (object must be owned by user's organization).
183
183
  * @param {Object} opts Optional parameters
184
184
  * @param {Number} opts.amountConsumed
185
185
  * @param {Number} opts.amountMatchedGaseous
@@ -260,7 +260,7 @@ var EnergyDataApi = /*#__PURE__*/function () {
260
260
  */
261
261
 
262
262
  /**
263
- * **Update a specific consumption data point.** User should be *authenticated* and have an *active* (is_active=True) account. **Note:** Object should be owned by the user's organization or retailer. **Roles required**: Staff and/or Admin **User employed by an active allowed organization**: Retailer
263
+ * Manages consumption data points for an active, authenticated user's organization. All methods require an active, authenticated Staff or Admin user from a Consumer, GridOperator, or Retailer organization. Some methods require the data object to be owned by the user's organization. - `list(self, request)`: Lists all consumption data points. - `retrieve(self, request, *args, **kwargs)`: Retrieves a specific consumption data point. - `create(self, request)`: Creates a new consumption data point. - `update(self, request, pk=None, *args, **kwargs)`: Upserts a specific consumption data point (object must be owned by user's organization). - `partial_update(self, request, *args, **kwargs)`: Partially updates a specific consumption data point (object must be owned by user's organization). - `destroy(self, request, *args, **kwargs)`: Deletes a specific consumption data point (Admin role and object ownership required). - `upload_file(self, request, *args, **kwargs)`: Adds consumption data points via an Excel file upload (object must be owned by user's organization).
264
264
  * @param {Number} id
265
265
  * @param {Object} opts Optional parameters
266
266
  * @param {module:model/PatchedConsumptionDataPointUpdate} opts.patchedConsumptionDataPointUpdate
@@ -298,7 +298,7 @@ var EnergyDataApi = /*#__PURE__*/function () {
298
298
  */
299
299
 
300
300
  /**
301
- * **Get a specific consumption data point.** User should be *authenticated* and have an *active* (is_active=True) account. **Roles required**: Staff and/or Admin **User employed by an active allowed organization**: Consumer or Retailer
301
+ * Manages consumption data points for an active, authenticated user's organization. All methods require an active, authenticated Staff or Admin user from a Consumer, GridOperator, or Retailer organization. Some methods require the data object to be owned by the user's organization. - `list(self, request)`: Lists all consumption data points. - `retrieve(self, request, *args, **kwargs)`: Retrieves a specific consumption data point. - `create(self, request)`: Creates a new consumption data point. - `update(self, request, pk=None, *args, **kwargs)`: Upserts a specific consumption data point (object must be owned by user's organization). - `partial_update(self, request, *args, **kwargs)`: Partially updates a specific consumption data point (object must be owned by user's organization). - `destroy(self, request, *args, **kwargs)`: Deletes a specific consumption data point (Admin role and object ownership required). - `upload_file(self, request, *args, **kwargs)`: Adds consumption data points via an Excel file upload (object must be owned by user's organization).
302
302
  * @param {Number} id
303
303
  * @param {module:api/EnergyDataApi~energyDataConsumptionDataRetrieveCallback} callback The callback function, accepting three arguments: error, data, response
304
304
  * data is of type: {@link module:model/ConsumptionDataPointListOrDetail}
@@ -333,7 +333,7 @@ var EnergyDataApi = /*#__PURE__*/function () {
333
333
  */
334
334
 
335
335
  /**
336
- * **Upsert a specific consumption data point.** User should be *authenticated* and have an *active* (is_active=True) account. **Note:** Object should be owned by the user's organization or retailer. **Roles required**: Staff and/or Admin **User employed by an active allowed organization**: Retailer
336
+ * Manages consumption data points for an active, authenticated user's organization. All methods require an active, authenticated Staff or Admin user from a Consumer, GridOperator, or Retailer organization. Some methods require the data object to be owned by the user's organization. - `list(self, request)`: Lists all consumption data points. - `retrieve(self, request, *args, **kwargs)`: Retrieves a specific consumption data point. - `create(self, request)`: Creates a new consumption data point. - `update(self, request, pk=None, *args, **kwargs)`: Upserts a specific consumption data point (object must be owned by user's organization). - `partial_update(self, request, *args, **kwargs)`: Partially updates a specific consumption data point (object must be owned by user's organization). - `destroy(self, request, *args, **kwargs)`: Deletes a specific consumption data point (Admin role and object ownership required). - `upload_file(self, request, *args, **kwargs)`: Adds consumption data points via an Excel file upload (object must be owned by user's organization).
337
337
  * @param {Number} id
338
338
  * @param {Object} opts Optional parameters
339
339
  * @param {module:model/ConsumptionDataPointUpdate} opts.consumptionDataPointUpdate
@@ -371,7 +371,7 @@ var EnergyDataApi = /*#__PURE__*/function () {
371
371
  */
372
372
 
373
373
  /**
374
- * **Add consumption data points by uploading an Excel file .** User should be *authenticated* and have an *active* (is_active=True) account. **Note:** Object should be owned by the user's organization or retailer. **Roles required**: Staff and/or Admin **User employed by an active allowed organization**: Retailer
374
+ * Manages consumption data points for an active, authenticated user's organization. All methods require an active, authenticated Staff or Admin user from a Consumer, GridOperator, or Retailer organization. Some methods require the data object to be owned by the user's organization. - `list(self, request)`: Lists all consumption data points. - `retrieve(self, request, *args, **kwargs)`: Retrieves a specific consumption data point. - `create(self, request)`: Creates a new consumption data point. - `update(self, request, pk=None, *args, **kwargs)`: Upserts a specific consumption data point (object must be owned by user's organization). - `partial_update(self, request, *args, **kwargs)`: Partially updates a specific consumption data point (object must be owned by user's organization). - `destroy(self, request, *args, **kwargs)`: Deletes a specific consumption data point (Admin role and object ownership required). - `upload_file(self, request, *args, **kwargs)`: Adds consumption data points via an Excel file upload (object must be owned by user's organization).
375
375
  * @param {module:model/ConsumptionDataFileList} consumptionDataFileList
376
376
  * @param {module:api/EnergyDataApi~energyDataConsumptionDataUploadFileCreateCallback} callback The callback function, accepting three arguments: error, data, response
377
377
  * data is of type: {@link module:model/ConsumptionDataPointCreate}
@@ -404,7 +404,7 @@ var EnergyDataApi = /*#__PURE__*/function () {
404
404
  */
405
405
 
406
406
  /**
407
- * **Create a specific emission factor data point.** User should be *authenticated* and have an *active* (is_active=True) account. **Roles required**: Superuser
407
+ * Manages emission factor data points for an active, authenticated user's organization. All methods require an active, authenticated Staff or Admin user. Some methods require Superuser access. - `list(self, request)`: Lists all emission factor data points. - `retrieve(self, request, *args, **kwargs)`: Retrieves a specific emission factor data point. - `create(self, request)`: Creates a new emission factor data point (Superuser required). - `update(self, request, pk=None, *args, **kwargs)`: Upserts a specific emission factor data point (Superuser required). - `partial_update(self, request, *args, **kwargs)`: Partially updates a specific emission factor data point (Superuser required). - `destroy(self, request, *args, **kwargs)`: Deletes a specific emission factor data point (Superuser required).
408
408
  * @param {module:model/EmissionFactor} emissionFactor
409
409
  * @param {module:api/EnergyDataApi~energyDataEmissionFactorCreateCallback} callback The callback function, accepting three arguments: error, data, response
410
410
  * data is of type: {@link module:model/EmissionFactor}
@@ -437,7 +437,7 @@ var EnergyDataApi = /*#__PURE__*/function () {
437
437
  */
438
438
 
439
439
  /**
440
- * **Delete a specific emission factor data point.** User should be *authenticated* and have an *active* (is_active=True) account. **Roles required**: Superuser
440
+ * Manages emission factor data points for an active, authenticated user's organization. All methods require an active, authenticated Staff or Admin user. Some methods require Superuser access. - `list(self, request)`: Lists all emission factor data points. - `retrieve(self, request, *args, **kwargs)`: Retrieves a specific emission factor data point. - `create(self, request)`: Creates a new emission factor data point (Superuser required). - `update(self, request, pk=None, *args, **kwargs)`: Upserts a specific emission factor data point (Superuser required). - `partial_update(self, request, *args, **kwargs)`: Partially updates a specific emission factor data point (Superuser required). - `destroy(self, request, *args, **kwargs)`: Deletes a specific emission factor data point (Superuser required).
441
441
  * @param {String} id A UUID string identifying this emission factor.
442
442
  * @param {module:api/EnergyDataApi~energyDataEmissionFactorDestroyCallback} callback The callback function, accepting three arguments: error, data, response
443
443
  */
@@ -471,7 +471,7 @@ var EnergyDataApi = /*#__PURE__*/function () {
471
471
  */
472
472
 
473
473
  /**
474
- * **List all emission factor data points related to the user's organization.** User should be *authenticated* and have an *active* (is_active=True) account. **Roles required**: Staff and/or Admin
474
+ * Manages emission factor data points for an active, authenticated user's organization. All methods require an active, authenticated Staff or Admin user. Some methods require Superuser access. - `list(self, request)`: Lists all emission factor data points. - `retrieve(self, request, *args, **kwargs)`: Retrieves a specific emission factor data point. - `create(self, request)`: Creates a new emission factor data point (Superuser required). - `update(self, request, pk=None, *args, **kwargs)`: Upserts a specific emission factor data point (Superuser required). - `partial_update(self, request, *args, **kwargs)`: Partially updates a specific emission factor data point (Superuser required). - `destroy(self, request, *args, **kwargs)`: Deletes a specific emission factor data point (Superuser required).
475
475
  * @param {Object} opts Optional parameters
476
476
  * @param {Date} opts.createdAt
477
477
  * @param {Number} opts.electricityEmissionFactor
@@ -522,7 +522,7 @@ var EnergyDataApi = /*#__PURE__*/function () {
522
522
  */
523
523
 
524
524
  /**
525
- * **Update a specific emission factor data point.** User should be *authenticated* and have an *active* (is_active=True) account. **Roles required**: Superuser
525
+ * Manages emission factor data points for an active, authenticated user's organization. All methods require an active, authenticated Staff or Admin user. Some methods require Superuser access. - `list(self, request)`: Lists all emission factor data points. - `retrieve(self, request, *args, **kwargs)`: Retrieves a specific emission factor data point. - `create(self, request)`: Creates a new emission factor data point (Superuser required). - `update(self, request, pk=None, *args, **kwargs)`: Upserts a specific emission factor data point (Superuser required). - `partial_update(self, request, *args, **kwargs)`: Partially updates a specific emission factor data point (Superuser required). - `destroy(self, request, *args, **kwargs)`: Deletes a specific emission factor data point (Superuser required).
526
526
  * @param {String} id A UUID string identifying this emission factor.
527
527
  * @param {Object} opts Optional parameters
528
528
  * @param {module:model/PatchedEmissionFactor} opts.patchedEmissionFactor
@@ -560,7 +560,7 @@ var EnergyDataApi = /*#__PURE__*/function () {
560
560
  */
561
561
 
562
562
  /**
563
- * **Get a specific emission factor data point details.** User should be *authenticated* and have an *active* (is_active=True) account. **Roles required**: Staff and/or Admin
563
+ * Manages emission factor data points for an active, authenticated user's organization. All methods require an active, authenticated Staff or Admin user. Some methods require Superuser access. - `list(self, request)`: Lists all emission factor data points. - `retrieve(self, request, *args, **kwargs)`: Retrieves a specific emission factor data point. - `create(self, request)`: Creates a new emission factor data point (Superuser required). - `update(self, request, pk=None, *args, **kwargs)`: Upserts a specific emission factor data point (Superuser required). - `partial_update(self, request, *args, **kwargs)`: Partially updates a specific emission factor data point (Superuser required). - `destroy(self, request, *args, **kwargs)`: Deletes a specific emission factor data point (Superuser required).
564
564
  * @param {String} id A UUID string identifying this emission factor.
565
565
  * @param {module:api/EnergyDataApi~energyDataEmissionFactorRetrieveCallback} callback The callback function, accepting three arguments: error, data, response
566
566
  * data is of type: {@link module:model/EmissionFactor}
@@ -595,7 +595,7 @@ var EnergyDataApi = /*#__PURE__*/function () {
595
595
  */
596
596
 
597
597
  /**
598
- * **Upsert a specific emission factor data point.** User should be *authenticated* and have an *active* (is_active=True) account. **Roles required**: Superuser
598
+ * Manages emission factor data points for an active, authenticated user's organization. All methods require an active, authenticated Staff or Admin user. Some methods require Superuser access. - `list(self, request)`: Lists all emission factor data points. - `retrieve(self, request, *args, **kwargs)`: Retrieves a specific emission factor data point. - `create(self, request)`: Creates a new emission factor data point (Superuser required). - `update(self, request, pk=None, *args, **kwargs)`: Upserts a specific emission factor data point (Superuser required). - `partial_update(self, request, *args, **kwargs)`: Partially updates a specific emission factor data point (Superuser required). - `destroy(self, request, *args, **kwargs)`: Deletes a specific emission factor data point (Superuser required).
599
599
  * @param {String} id A UUID string identifying this emission factor.
600
600
  * @param {module:model/EmissionFactor} emissionFactor
601
601
  * @param {module:api/EnergyDataApi~energyDataEmissionFactorUpdateCallback} callback The callback function, accepting three arguments: error, data, response
@@ -887,7 +887,7 @@ var EnergyDataApi = /*#__PURE__*/function () {
887
887
  */
888
888
 
889
889
  /**
890
- * **List all match requests related to the user's organization.** User should be *authenticated* and have an *active* (is_active=True) account. **Roles required**: Staff and/or Admin
890
+ * Manages match requests for an active, authenticated user's organization. All methods require an active, authenticated Staff or Admin user. - `list(self, request)`: Lists all match requests. - `retrieve(self, request, *args, **kwargs)`: Retrieves a specific match request.
891
891
  * @param {Object} opts Optional parameters
892
892
  * @param {String} opts.consumer
893
893
  * @param {Number} opts.consumptionAmountMatched
@@ -964,7 +964,7 @@ var EnergyDataApi = /*#__PURE__*/function () {
964
964
  */
965
965
 
966
966
  /**
967
- * **Get a specific match request details.** User should be *authenticated* and have an *active* (is_active=True) account. **Roles required**: Staff and/or Admin
967
+ * Manages match requests for an active, authenticated user's organization. All methods require an active, authenticated Staff or Admin user. - `list(self, request)`: Lists all match requests. - `retrieve(self, request, *args, **kwargs)`: Retrieves a specific match request.
968
968
  * @param {String} id A UUID string identifying this match request.
969
969
  * @param {module:api/EnergyDataApi~energyDataMatchRequestRetrieveCallback} callback The callback function, accepting three arguments: error, data, response
970
970
  * data is of type: {@link module:model/MatchRequest}
@@ -999,7 +999,7 @@ var EnergyDataApi = /*#__PURE__*/function () {
999
999
  */
1000
1000
 
1001
1001
  /**
1002
- * 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``.
1002
+ * Manages match requests for an active, authenticated user's organization. All methods require an active, authenticated Staff or Admin user. - `list(self, request)`: List all matched energy data points related to the user's organization. - `retrieve(self, request, *args, **kwargs)`: Get a specific matched energy data point details.
1003
1003
  * @param {module:model/MatchedEnergyDataPoint} matchedEnergyDataPoint
1004
1004
  * @param {module:api/EnergyDataApi~energyDataMatchedEnergyDataCreateCallback} callback The callback function, accepting three arguments: error, data, response
1005
1005
  * data is of type: {@link module:model/MatchedEnergyDataPoint}
@@ -1032,7 +1032,7 @@ var EnergyDataApi = /*#__PURE__*/function () {
1032
1032
  */
1033
1033
 
1034
1034
  /**
1035
- * **List all matched energy data points related to the user's organization.** User should be *authenticated* and have an *active* (is_active=True) account. **Roles required**: Staff and/or Admin **User employed by an active allowed organization**: Consumer, Producer or Retailer
1035
+ * Manages match requests for an active, authenticated user's organization. All methods require an active, authenticated Staff or Admin user. - `list(self, request)`: List all matched energy data points related to the user's organization. - `retrieve(self, request, *args, **kwargs)`: Get a specific matched energy data point details.
1036
1036
  * @param {Object} opts Optional parameters
1037
1037
  * @param {Number} opts.amountMatched
1038
1038
  * @param {String} opts.consumer
@@ -1161,7 +1161,7 @@ var EnergyDataApi = /*#__PURE__*/function () {
1161
1161
  */
1162
1162
 
1163
1163
  /**
1164
- * **Get a specific matched energy data point details.** User should be *authenticated* and have an *active* (is_active=True) account. **Roles required**: Staff and/or Admin **User employed by an active allowed organization**: Consumer, Producer or Retailer
1164
+ * Manages match requests for an active, authenticated user's organization. All methods require an active, authenticated Staff or Admin user. - `list(self, request)`: List all matched energy data points related to the user's organization. - `retrieve(self, request, *args, **kwargs)`: Get a specific matched energy data point details.
1165
1165
  * @param {String} id A UUID string identifying this matched energy data point.
1166
1166
  * @param {module:api/EnergyDataApi~energyDataMatchedEnergyDataRetrieveCallback} callback The callback function, accepting three arguments: error, data, response
1167
1167
  * data is of type: {@link module:model/MatchedEnergyDataPoint}
@@ -1196,7 +1196,7 @@ var EnergyDataApi = /*#__PURE__*/function () {
1196
1196
  */
1197
1197
 
1198
1198
  /**
1199
- * **Create a specific production data point.** User should be *authenticated* and have an *active* (is_active=True) account. **Roles required**: Staff and/or Admin **User employed by an active allowed organization**: Retailer
1199
+ * Manages production data points for an active, authenticated user's organization. All methods require an active, authenticated Staff or Admin user from a Producer, GridOperator, or Retailer organization. Some methods require the data object to be owned by the user's organization. - `list(self, request)`: Lists all production data points. - `retrieve(self, request, *args, **kwargs)`: Retrieves a specific production data point. - `create(self, request)`: Creates a new production data point. - `update(self, request, pk=None, *args, **kwargs)`: Upserts a specific production data point (object must be owned by user's organization). - `partial_update(self, request, *args, **kwargs)`: Partially updates a specific production data point (object must be owned by user's organization). - `destroy(self, request, *args, **kwargs)`: Deletes a specific production data point (Admin role and object ownership required). - `get_from_epias_and_insert(self, request, *args, **kwargs)`: Gets production data from Epias and inserts into database. - `upload_file(self, request, *args, **kwargs)`: Adds production data points via an Excel file upload (object must be owned by user's organization).
1200
1200
  * @param {module:model/ProductionDataPointCreate} productionDataPointCreate
1201
1201
  * @param {module:api/EnergyDataApi~energyDataProductionDataCreateCallback} callback The callback function, accepting three arguments: error, data, response
1202
1202
  * data is of type: {@link module:model/ProductionDataPointCreate}
@@ -1229,7 +1229,7 @@ var EnergyDataApi = /*#__PURE__*/function () {
1229
1229
  */
1230
1230
 
1231
1231
  /**
1232
- * **Delete a specific production data point.** User should be *authenticated* and have an *active* (is_active=True) account. **Note:** Object should be owned by the user's organization or retailer. **Roles required**: Admin **User employed by an active allowed organization**: Retailer
1232
+ * Manages production data points for an active, authenticated user's organization. All methods require an active, authenticated Staff or Admin user from a Producer, GridOperator, or Retailer organization. Some methods require the data object to be owned by the user's organization. - `list(self, request)`: Lists all production data points. - `retrieve(self, request, *args, **kwargs)`: Retrieves a specific production data point. - `create(self, request)`: Creates a new production data point. - `update(self, request, pk=None, *args, **kwargs)`: Upserts a specific production data point (object must be owned by user's organization). - `partial_update(self, request, *args, **kwargs)`: Partially updates a specific production data point (object must be owned by user's organization). - `destroy(self, request, *args, **kwargs)`: Deletes a specific production data point (Admin role and object ownership required). - `get_from_epias_and_insert(self, request, *args, **kwargs)`: Gets production data from Epias and inserts into database. - `upload_file(self, request, *args, **kwargs)`: Adds production data points via an Excel file upload (object must be owned by user's organization).
1233
1233
  * @param {Number} id
1234
1234
  * @param {module:api/EnergyDataApi~energyDataProductionDataDestroyCallback} callback The callback function, accepting three arguments: error, data, response
1235
1235
  */
@@ -1263,7 +1263,7 @@ var EnergyDataApi = /*#__PURE__*/function () {
1263
1263
  */
1264
1264
 
1265
1265
  /**
1266
- * 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``.
1266
+ * Manages production data points for an active, authenticated user's organization. All methods require an active, authenticated Staff or Admin user from a Producer, GridOperator, or Retailer organization. Some methods require the data object to be owned by the user's organization. - `list(self, request)`: Lists all production data points. - `retrieve(self, request, *args, **kwargs)`: Retrieves a specific production data point. - `create(self, request)`: Creates a new production data point. - `update(self, request, pk=None, *args, **kwargs)`: Upserts a specific production data point (object must be owned by user's organization). - `partial_update(self, request, *args, **kwargs)`: Partially updates a specific production data point (object must be owned by user's organization). - `destroy(self, request, *args, **kwargs)`: Deletes a specific production data point (Admin role and object ownership required). - `get_from_epias_and_insert(self, request, *args, **kwargs)`: Gets production data from Epias and inserts into database. - `upload_file(self, request, *args, **kwargs)`: Adds production data points via an Excel file upload (object must be owned by user's organization).
1267
1267
  * @param {module:model/GetFromEpias} getFromEpias
1268
1268
  * @param {module:api/EnergyDataApi~energyDataProductionDataGetFromEpiasAndInsertCreateCallback} callback The callback function, accepting three arguments: error, data, response
1269
1269
  * data is of type: {@link module:model/ProductionDataPointCreate}
@@ -1296,7 +1296,7 @@ var EnergyDataApi = /*#__PURE__*/function () {
1296
1296
  */
1297
1297
 
1298
1298
  /**
1299
- * **List all production data points related to the user's organization.** User should be *authenticated* and have an *active* (is_active=True) account. **Roles required**: Staff and/or Admin **User employed by an active allowed organization**: Producer, GridOperator or Retailer
1299
+ * Manages production data points for an active, authenticated user's organization. All methods require an active, authenticated Staff or Admin user from a Producer, GridOperator, or Retailer organization. Some methods require the data object to be owned by the user's organization. - `list(self, request)`: Lists all production data points. - `retrieve(self, request, *args, **kwargs)`: Retrieves a specific production data point. - `create(self, request)`: Creates a new production data point. - `update(self, request, pk=None, *args, **kwargs)`: Upserts a specific production data point (object must be owned by user's organization). - `partial_update(self, request, *args, **kwargs)`: Partially updates a specific production data point (object must be owned by user's organization). - `destroy(self, request, *args, **kwargs)`: Deletes a specific production data point (Admin role and object ownership required). - `get_from_epias_and_insert(self, request, *args, **kwargs)`: Gets production data from Epias and inserts into database. - `upload_file(self, request, *args, **kwargs)`: Adds production data points via an Excel file upload (object must be owned by user's organization).
1300
1300
  * @param {Object} opts Optional parameters
1301
1301
  * @param {Number} opts.amountMatched
1302
1302
  * @param {Number} opts.amountProduced
@@ -1367,7 +1367,7 @@ var EnergyDataApi = /*#__PURE__*/function () {
1367
1367
  */
1368
1368
 
1369
1369
  /**
1370
- * **Update a specific production data point.** User should be *authenticated* and have an *active* (is_active=True) account. **Note:** Object should be owned by the user's organization or retailer. **Roles required**: Staff and/or Admin **User employed by an active allowed organization**: Retailer
1370
+ * Manages production data points for an active, authenticated user's organization. All methods require an active, authenticated Staff or Admin user from a Producer, GridOperator, or Retailer organization. Some methods require the data object to be owned by the user's organization. - `list(self, request)`: Lists all production data points. - `retrieve(self, request, *args, **kwargs)`: Retrieves a specific production data point. - `create(self, request)`: Creates a new production data point. - `update(self, request, pk=None, *args, **kwargs)`: Upserts a specific production data point (object must be owned by user's organization). - `partial_update(self, request, *args, **kwargs)`: Partially updates a specific production data point (object must be owned by user's organization). - `destroy(self, request, *args, **kwargs)`: Deletes a specific production data point (Admin role and object ownership required). - `get_from_epias_and_insert(self, request, *args, **kwargs)`: Gets production data from Epias and inserts into database. - `upload_file(self, request, *args, **kwargs)`: Adds production data points via an Excel file upload (object must be owned by user's organization).
1371
1371
  * @param {Number} id
1372
1372
  * @param {Object} opts Optional parameters
1373
1373
  * @param {module:model/PatchedProductionDataPointUpdate} opts.patchedProductionDataPointUpdate
@@ -1405,7 +1405,7 @@ var EnergyDataApi = /*#__PURE__*/function () {
1405
1405
  */
1406
1406
 
1407
1407
  /**
1408
- * **Get a specific production data point.** User should be *authenticated* and have an *active* (is_active=True) account. **Roles required**: Staff and/or Admin **User employed by an active allowed organization**: Producer or Retailer
1408
+ * Manages production data points for an active, authenticated user's organization. All methods require an active, authenticated Staff or Admin user from a Producer, GridOperator, or Retailer organization. Some methods require the data object to be owned by the user's organization. - `list(self, request)`: Lists all production data points. - `retrieve(self, request, *args, **kwargs)`: Retrieves a specific production data point. - `create(self, request)`: Creates a new production data point. - `update(self, request, pk=None, *args, **kwargs)`: Upserts a specific production data point (object must be owned by user's organization). - `partial_update(self, request, *args, **kwargs)`: Partially updates a specific production data point (object must be owned by user's organization). - `destroy(self, request, *args, **kwargs)`: Deletes a specific production data point (Admin role and object ownership required). - `get_from_epias_and_insert(self, request, *args, **kwargs)`: Gets production data from Epias and inserts into database. - `upload_file(self, request, *args, **kwargs)`: Adds production data points via an Excel file upload (object must be owned by user's organization).
1409
1409
  * @param {Number} id
1410
1410
  * @param {module:api/EnergyDataApi~energyDataProductionDataRetrieveCallback} callback The callback function, accepting three arguments: error, data, response
1411
1411
  * data is of type: {@link module:model/ProductionDataPointListOrDetail}
@@ -1440,7 +1440,7 @@ var EnergyDataApi = /*#__PURE__*/function () {
1440
1440
  */
1441
1441
 
1442
1442
  /**
1443
- * **Upsert a specific production data point.** User should be *authenticated* and have an *active* (is_active=True) account. **Note:** Object should be owned by the user's organization or retailer. **Roles required**: Staff and/or Admin **User employed by an active allowed organization**: Retailer
1443
+ * Manages production data points for an active, authenticated user's organization. All methods require an active, authenticated Staff or Admin user from a Producer, GridOperator, or Retailer organization. Some methods require the data object to be owned by the user's organization. - `list(self, request)`: Lists all production data points. - `retrieve(self, request, *args, **kwargs)`: Retrieves a specific production data point. - `create(self, request)`: Creates a new production data point. - `update(self, request, pk=None, *args, **kwargs)`: Upserts a specific production data point (object must be owned by user's organization). - `partial_update(self, request, *args, **kwargs)`: Partially updates a specific production data point (object must be owned by user's organization). - `destroy(self, request, *args, **kwargs)`: Deletes a specific production data point (Admin role and object ownership required). - `get_from_epias_and_insert(self, request, *args, **kwargs)`: Gets production data from Epias and inserts into database. - `upload_file(self, request, *args, **kwargs)`: Adds production data points via an Excel file upload (object must be owned by user's organization).
1444
1444
  * @param {Number} id
1445
1445
  * @param {Object} opts Optional parameters
1446
1446
  * @param {module:model/ProductionDataPointUpdate} opts.productionDataPointUpdate
@@ -1478,7 +1478,7 @@ var EnergyDataApi = /*#__PURE__*/function () {
1478
1478
  */
1479
1479
 
1480
1480
  /**
1481
- * **Add production data points by uploading an Excel file .** User should be *authenticated* and have an *active* (is_active=True) account. **Note:** Object should be owned by the user's organization or retailer. **Roles required**: Staff and/or Admin **User employed by an active allowed organization**: Retailer
1481
+ * Manages production data points for an active, authenticated user's organization. All methods require an active, authenticated Staff or Admin user from a Producer, GridOperator, or Retailer organization. Some methods require the data object to be owned by the user's organization. - `list(self, request)`: Lists all production data points. - `retrieve(self, request, *args, **kwargs)`: Retrieves a specific production data point. - `create(self, request)`: Creates a new production data point. - `update(self, request, pk=None, *args, **kwargs)`: Upserts a specific production data point (object must be owned by user's organization). - `partial_update(self, request, *args, **kwargs)`: Partially updates a specific production data point (object must be owned by user's organization). - `destroy(self, request, *args, **kwargs)`: Deletes a specific production data point (Admin role and object ownership required). - `get_from_epias_and_insert(self, request, *args, **kwargs)`: Gets production data from Epias and inserts into database. - `upload_file(self, request, *args, **kwargs)`: Adds production data points via an Excel file upload (object must be owned by user's organization).
1482
1482
  * @param {module:model/ProductionDataFileList} productionDataFileList
1483
1483
  * @param {module:api/EnergyDataApi~energyDataProductionDataUploadFileCreateCallback} callback The callback function, accepting three arguments: error, data, response
1484
1484
  * data is of type: {@link module:model/ProductionDataPointCreate}
@@ -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.12.0
18
+ * The version of the OpenAPI document: 1.13.0
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
  * HealthCheck service.
28
28
  * @module api/HealthCheckApi
29
- * @version 1.12.0
29
+ * @version 1.13.0
30
30
  */
31
31
  var HealthCheckApi = /*#__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.12.0
18
+ * The version of the OpenAPI document: 1.13.0
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
  * LicensedProductionSitesOnEpias service.
28
28
  * @module api/LicensedProductionSitesOnEpiasApi
29
- * @version 1.12.0
29
+ * @version 1.13.0
30
30
  */
31
31
  var LicensedProductionSitesOnEpiasApi = /*#__PURE__*/function () {
32
32
  /**