green_link_api 0.49.6 → 0.49.7

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 (87) hide show
  1. package/README.md +8 -2
  2. package/dist/ApiClient.js +2 -2
  3. package/dist/api/EnergyAssetsApi.js +71 -1
  4. package/dist/api/EnergyDataApi.js +36 -1
  5. package/dist/api/HealthCheckApi.js +1 -1
  6. package/dist/api/LicensedProductionSitesOnEpiasApi.js +1 -1
  7. package/dist/api/LocationsApi.js +1 -1
  8. package/dist/api/MaintenanceCheckApi.js +1 -1
  9. package/dist/api/OrganizationprofilesApi.js +1 -1
  10. package/dist/api/OrganizationsApi.js +1 -1
  11. package/dist/api/SchemaApi.js +1 -1
  12. package/dist/api/SentryDebugApi.js +1 -1
  13. package/dist/api/UsersApi.js +1 -1
  14. package/dist/index.js +24 -0
  15. package/dist/model/Consumer.js +1 -1
  16. package/dist/model/ConsumptionDataFileList.js +1 -1
  17. package/dist/model/ConsumptionDataFromRetailer.js +101 -0
  18. package/dist/model/ConsumptionDataPointCreate.js +1 -1
  19. package/dist/model/ConsumptionDataPointListOrDetail.js +1 -1
  20. package/dist/model/ConsumptionDataPointUpdate.js +1 -1
  21. package/dist/model/ConsumptionSite.js +1 -1
  22. package/dist/model/ConsumptionSiteFileUpload.js +1 -1
  23. package/dist/model/ConsumptionSiteFromRetailer.js +79 -0
  24. package/dist/model/ConsumptionSiteListOrDetail.js +1 -1
  25. package/dist/model/ConsumptionSiteMany.js +195 -0
  26. package/dist/model/EmissionFactor.js +1 -1
  27. package/dist/model/EnergySourcePreference.js +1 -1
  28. package/dist/model/GetFromEpias.js +1 -1
  29. package/dist/model/GridOperator.js +1 -1
  30. package/dist/model/Issuer.js +1 -1
  31. package/dist/model/JWT.js +1 -1
  32. package/dist/model/Location.js +1 -1
  33. package/dist/model/Login.js +1 -1
  34. package/dist/model/MatchRequest.js +1 -1
  35. package/dist/model/MatchedEnergyDataPoint.js +1 -1
  36. package/dist/model/MatchingConsumerRequest.js +1 -1
  37. package/dist/model/MatchingSiteRequest.js +1 -1
  38. package/dist/model/PaginatedConsumerList.js +1 -1
  39. package/dist/model/PaginatedConsumptionDataPointListOrDetailList.js +1 -1
  40. package/dist/model/PaginatedConsumptionSiteListOrDetailList.js +1 -1
  41. package/dist/model/PaginatedEmissionFactorList.js +1 -1
  42. package/dist/model/PaginatedEnergySourcePreferenceList.js +1 -1
  43. package/dist/model/PaginatedGridOperatorList.js +1 -1
  44. package/dist/model/PaginatedIssuerList.js +1 -1
  45. package/dist/model/PaginatedLocationList.js +1 -1
  46. package/dist/model/PaginatedMatchRequestList.js +1 -1
  47. package/dist/model/PaginatedMatchedEnergyDataPointList.js +1 -1
  48. package/dist/model/PaginatedProducerList.js +1 -1
  49. package/dist/model/PaginatedProductionDataPointListOrDetailList.js +1 -1
  50. package/dist/model/PaginatedProductionSiteListOrDetailList.js +1 -1
  51. package/dist/model/PaginatedRetailerList.js +1 -1
  52. package/dist/model/PaginatedUserList.js +1 -1
  53. package/dist/model/PasswordChange.js +1 -1
  54. package/dist/model/PasswordReset.js +1 -1
  55. package/dist/model/PasswordResetConfirm.js +1 -1
  56. package/dist/model/PatchedConsumer.js +1 -1
  57. package/dist/model/PatchedConsumptionDataPointUpdate.js +1 -1
  58. package/dist/model/PatchedConsumptionSite.js +1 -1
  59. package/dist/model/PatchedEmissionFactor.js +1 -1
  60. package/dist/model/PatchedEnergySourcePreference.js +1 -1
  61. package/dist/model/PatchedGridOperator.js +1 -1
  62. package/dist/model/PatchedIssuer.js +1 -1
  63. package/dist/model/PatchedLocation.js +1 -1
  64. package/dist/model/PatchedProducer.js +1 -1
  65. package/dist/model/PatchedProductionDataPointUpdate.js +1 -1
  66. package/dist/model/PatchedProductionSiteUpdate.js +1 -1
  67. package/dist/model/PatchedRetailer.js +1 -1
  68. package/dist/model/PatchedUser.js +1 -1
  69. package/dist/model/PatchedUserDetail.js +1 -1
  70. package/dist/model/Producer.js +1 -1
  71. package/dist/model/ProductionDataFileList.js +1 -1
  72. package/dist/model/ProductionDataPointCreate.js +1 -1
  73. package/dist/model/ProductionDataPointListOrDetail.js +1 -1
  74. package/dist/model/ProductionDataPointUpdate.js +1 -1
  75. package/dist/model/ProductionSite.js +1 -1
  76. package/dist/model/ProductionSiteFileUpload.js +1 -1
  77. package/dist/model/ProductionSiteListOrDetail.js +1 -1
  78. package/dist/model/ProductionSiteUpdate.js +1 -1
  79. package/dist/model/Register.js +1 -1
  80. package/dist/model/RestAuthDetail.js +1 -1
  81. package/dist/model/Retailer.js +1 -1
  82. package/dist/model/TokenRefresh.js +1 -1
  83. package/dist/model/TokenVerify.js +1 -1
  84. package/dist/model/User.js +1 -1
  85. package/dist/model/UserDetail.js +1 -1
  86. package/dist/model/VerifyEmail.js +1 -1
  87. package/package.json +1 -1
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
18
18
  /**
19
19
  * The ProductionDataFileList model module.
20
20
  * @module model/ProductionDataFileList
21
- * @version 0.49.6
21
+ * @version 0.49.7
22
22
  */
23
23
  var ProductionDataFileList = /*#__PURE__*/function () {
24
24
  /**
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
18
18
  /**
19
19
  * The ProductionDataPointCreate model module.
20
20
  * @module model/ProductionDataPointCreate
21
- * @version 0.49.6
21
+ * @version 0.49.7
22
22
  */
23
23
  var ProductionDataPointCreate = /*#__PURE__*/function () {
24
24
  /**
@@ -24,7 +24,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
24
24
  /**
25
25
  * The ProductionDataPointListOrDetail model module.
26
26
  * @module model/ProductionDataPointListOrDetail
27
- * @version 0.49.6
27
+ * @version 0.49.7
28
28
  */
29
29
  var ProductionDataPointListOrDetail = /*#__PURE__*/function () {
30
30
  /**
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
18
18
  /**
19
19
  * The ProductionDataPointUpdate model module.
20
20
  * @module model/ProductionDataPointUpdate
21
- * @version 0.49.6
21
+ * @version 0.49.7
22
22
  */
23
23
  var ProductionDataPointUpdate = /*#__PURE__*/function () {
24
24
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * The ProductionSite model module.
22
22
  * @module model/ProductionSite
23
- * @version 0.49.6
23
+ * @version 0.49.7
24
24
  */
25
25
  var ProductionSite = /*#__PURE__*/function () {
26
26
  /**
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
18
18
  /**
19
19
  * The ProductionSiteFileUpload model module.
20
20
  * @module model/ProductionSiteFileUpload
21
- * @version 0.49.6
21
+ * @version 0.49.7
22
22
  */
23
23
  var ProductionSiteFileUpload = /*#__PURE__*/function () {
24
24
  /**
@@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
22
22
  /**
23
23
  * The ProductionSiteListOrDetail model module.
24
24
  * @module model/ProductionSiteListOrDetail
25
- * @version 0.49.6
25
+ * @version 0.49.7
26
26
  */
27
27
  var ProductionSiteListOrDetail = /*#__PURE__*/function () {
28
28
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * The ProductionSiteUpdate model module.
22
22
  * @module model/ProductionSiteUpdate
23
- * @version 0.49.6
23
+ * @version 0.49.7
24
24
  */
25
25
  var ProductionSiteUpdate = /*#__PURE__*/function () {
26
26
  /**
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
18
18
  /**
19
19
  * The Register model module.
20
20
  * @module model/Register
21
- * @version 0.49.6
21
+ * @version 0.49.7
22
22
  */
23
23
  var Register = /*#__PURE__*/function () {
24
24
  /**
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
18
18
  /**
19
19
  * The RestAuthDetail model module.
20
20
  * @module model/RestAuthDetail
21
- * @version 0.49.6
21
+ * @version 0.49.7
22
22
  */
23
23
  var RestAuthDetail = /*#__PURE__*/function () {
24
24
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * The Retailer model module.
22
22
  * @module model/Retailer
23
- * @version 0.49.6
23
+ * @version 0.49.7
24
24
  */
25
25
  var Retailer = /*#__PURE__*/function () {
26
26
  /**
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
18
18
  /**
19
19
  * The TokenRefresh model module.
20
20
  * @module model/TokenRefresh
21
- * @version 0.49.6
21
+ * @version 0.49.7
22
22
  */
23
23
  var TokenRefresh = /*#__PURE__*/function () {
24
24
  /**
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
18
18
  /**
19
19
  * The TokenVerify model module.
20
20
  * @module model/TokenVerify
21
- * @version 0.49.6
21
+ * @version 0.49.7
22
22
  */
23
23
  var TokenVerify = /*#__PURE__*/function () {
24
24
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * The User model module.
22
22
  * @module model/User
23
- * @version 0.49.6
23
+ * @version 0.49.7
24
24
  */
25
25
  var User = /*#__PURE__*/function () {
26
26
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * The UserDetail model module.
22
22
  * @module model/UserDetail
23
- * @version 0.49.6
23
+ * @version 0.49.7
24
24
  */
25
25
  var UserDetail = /*#__PURE__*/function () {
26
26
  /**
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
18
18
  /**
19
19
  * The VerifyEmail model module.
20
20
  * @module model/VerifyEmail
21
- * @version 0.49.6
21
+ * @version 0.49.7
22
22
  */
23
23
  var VerifyEmail = /*#__PURE__*/function () {
24
24
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "green_link_api",
3
- "version": "0.49.6",
3
+ "version": "0.49.7",
4
4
  "description": "GreenLink_API_documentation_with_interactive_tools_for_testing_API_endpoints_",
5
5
  "license": "Unlicense",
6
6
  "main": "dist/index.js",