green_link_api 0.49.0 → 0.49.5

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 (84) hide show
  1. package/README.md +11 -4
  2. package/dist/ApiClient.js +2 -2
  3. package/dist/api/EnergyAssetsApi.js +44 -8
  4. package/dist/api/EnergyDataApi.js +79 -7
  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 +68 -0
  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 +43 -11
  15. package/dist/model/Consumer.js +1 -1
  16. package/dist/model/{FileList.js → ConsumptionDataFileList.js} +22 -22
  17. package/dist/model/ConsumptionDataPointCreate.js +1 -1
  18. package/dist/model/ConsumptionDataPointListOrDetail.js +1 -1
  19. package/dist/model/ConsumptionDataPointUpdate.js +1 -1
  20. package/dist/model/ConsumptionSite.js +10 -1
  21. package/dist/model/{FileUpload.js → ConsumptionSiteFileUpload.js} +22 -22
  22. package/dist/model/ConsumptionSiteListOrDetail.js +1 -1
  23. package/dist/model/EmissionFactor.js +1 -1
  24. package/dist/model/EnergySourcePreference.js +1 -1
  25. package/dist/model/GetFromEpias.js +98 -0
  26. package/dist/model/GridOperator.js +1 -1
  27. package/dist/model/Issuer.js +1 -1
  28. package/dist/model/JWT.js +1 -1
  29. package/dist/model/Location.js +1 -1
  30. package/dist/model/Login.js +1 -1
  31. package/dist/model/MatchRequest.js +1 -1
  32. package/dist/model/MatchedEnergyDataPoint.js +1 -1
  33. package/dist/model/MatchingConsumerRequest.js +1 -1
  34. package/dist/model/MatchingSiteRequest.js +1 -1
  35. package/dist/model/PaginatedConsumerList.js +1 -1
  36. package/dist/model/PaginatedConsumptionDataPointListOrDetailList.js +1 -1
  37. package/dist/model/PaginatedConsumptionSiteListOrDetailList.js +1 -1
  38. package/dist/model/PaginatedEmissionFactorList.js +1 -1
  39. package/dist/model/PaginatedEnergySourcePreferenceList.js +1 -1
  40. package/dist/model/PaginatedGridOperatorList.js +1 -1
  41. package/dist/model/PaginatedIssuerList.js +1 -1
  42. package/dist/model/PaginatedLocationList.js +1 -1
  43. package/dist/model/PaginatedMatchRequestList.js +1 -1
  44. package/dist/model/PaginatedMatchedEnergyDataPointList.js +1 -1
  45. package/dist/model/PaginatedProducerList.js +1 -1
  46. package/dist/model/PaginatedProductionDataPointListOrDetailList.js +1 -1
  47. package/dist/model/PaginatedProductionSiteListOrDetailList.js +1 -1
  48. package/dist/model/PaginatedRetailerList.js +1 -1
  49. package/dist/model/PaginatedUserList.js +1 -1
  50. package/dist/model/PasswordChange.js +1 -1
  51. package/dist/model/PasswordReset.js +1 -1
  52. package/dist/model/PasswordResetConfirm.js +1 -1
  53. package/dist/model/PatchedConsumer.js +1 -1
  54. package/dist/model/PatchedConsumptionDataPointUpdate.js +1 -1
  55. package/dist/model/PatchedConsumptionSite.js +10 -1
  56. package/dist/model/PatchedEmissionFactor.js +1 -1
  57. package/dist/model/PatchedEnergySourcePreference.js +1 -1
  58. package/dist/model/PatchedGridOperator.js +1 -1
  59. package/dist/model/PatchedIssuer.js +1 -1
  60. package/dist/model/PatchedLocation.js +1 -1
  61. package/dist/model/PatchedProducer.js +1 -1
  62. package/dist/model/PatchedProductionDataPointUpdate.js +1 -1
  63. package/dist/model/PatchedProductionSiteUpdate.js +10 -2
  64. package/dist/model/PatchedRetailer.js +1 -1
  65. package/dist/model/PatchedUser.js +1 -1
  66. package/dist/model/PatchedUserDetail.js +1 -1
  67. package/dist/model/Producer.js +1 -1
  68. package/dist/model/ProductionDataFileList.js +132 -0
  69. package/dist/model/ProductionDataPointCreate.js +1 -1
  70. package/dist/model/ProductionDataPointListOrDetail.js +1 -1
  71. package/dist/model/ProductionDataPointUpdate.js +1 -1
  72. package/dist/model/ProductionSite.js +13 -7
  73. package/dist/model/ProductionSiteFileUpload.js +177 -0
  74. package/dist/model/ProductionSiteListOrDetail.js +5 -7
  75. package/dist/model/ProductionSiteUpdate.js +13 -7
  76. package/dist/model/Register.js +1 -1
  77. package/dist/model/RestAuthDetail.js +1 -1
  78. package/dist/model/Retailer.js +1 -1
  79. package/dist/model/TokenRefresh.js +1 -1
  80. package/dist/model/TokenVerify.js +1 -1
  81. package/dist/model/User.js +1 -1
  82. package/dist/model/UserDetail.js +1 -1
  83. package/dist/model/VerifyEmail.js +1 -1
  84. package/package.json +1 -1
@@ -16,24 +16,24 @@ function _defineProperties(target, props) { for (var i = 0; i < props.length; i+
16
16
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
17
17
 
18
18
  /**
19
- * The FileList model module.
20
- * @module model/FileList
21
- * @version 0.49.0
19
+ * The ConsumptionDataFileList model module.
20
+ * @module model/ConsumptionDataFileList
21
+ * @version 0.49.5
22
22
  */
23
- var FileList = /*#__PURE__*/function () {
23
+ var ConsumptionDataFileList = /*#__PURE__*/function () {
24
24
  /**
25
- * Constructs a new <code>FileList</code>.
26
- * @alias module:model/FileList
25
+ * Constructs a new <code>ConsumptionDataFileList</code>.
26
+ * @alias module:model/ConsumptionDataFileList
27
27
  * @param fileList {Array.<String>}
28
28
  * @param consumer {String}
29
29
  * @param eicColumnName {String}
30
30
  * @param consumptionStartColumnName {String}
31
31
  * @param amountConsumedColumnName {String}
32
32
  */
33
- function FileList(fileList, consumer, eicColumnName, consumptionStartColumnName, amountConsumedColumnName) {
34
- _classCallCheck(this, FileList);
33
+ function ConsumptionDataFileList(fileList, consumer, eicColumnName, consumptionStartColumnName, amountConsumedColumnName) {
34
+ _classCallCheck(this, ConsumptionDataFileList);
35
35
 
36
- FileList.initialize(this, fileList, consumer, eicColumnName, consumptionStartColumnName, amountConsumedColumnName);
36
+ ConsumptionDataFileList.initialize(this, fileList, consumer, eicColumnName, consumptionStartColumnName, amountConsumedColumnName);
37
37
  }
38
38
  /**
39
39
  * Initializes the fields of this object.
@@ -42,7 +42,7 @@ var FileList = /*#__PURE__*/function () {
42
42
  */
43
43
 
44
44
 
45
- _createClass(FileList, null, [{
45
+ _createClass(ConsumptionDataFileList, null, [{
46
46
  key: "initialize",
47
47
  value: function initialize(obj, fileList, consumer, eicColumnName, consumptionStartColumnName, amountConsumedColumnName) {
48
48
  obj['file_list'] = fileList;
@@ -52,18 +52,18 @@ var FileList = /*#__PURE__*/function () {
52
52
  obj['amount_consumed_column_name'] = amountConsumedColumnName;
53
53
  }
54
54
  /**
55
- * Constructs a <code>FileList</code> from a plain JavaScript object, optionally creating a new instance.
55
+ * Constructs a <code>ConsumptionDataFileList</code> from a plain JavaScript object, optionally creating a new instance.
56
56
  * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
57
57
  * @param {Object} data The plain JavaScript object bearing properties of interest.
58
- * @param {module:model/FileList} obj Optional instance to populate.
59
- * @return {module:model/FileList} The populated <code>FileList</code> instance.
58
+ * @param {module:model/ConsumptionDataFileList} obj Optional instance to populate.
59
+ * @return {module:model/ConsumptionDataFileList} The populated <code>ConsumptionDataFileList</code> instance.
60
60
  */
61
61
 
62
62
  }, {
63
63
  key: "constructFromObject",
64
64
  value: function constructFromObject(data, obj) {
65
65
  if (data) {
66
- obj = obj || new FileList();
66
+ obj = obj || new ConsumptionDataFileList();
67
67
 
68
68
  if (data.hasOwnProperty('file_list')) {
69
69
  obj['file_list'] = _ApiClient["default"].convertToType(data['file_list'], ['String']);
@@ -94,39 +94,39 @@ var FileList = /*#__PURE__*/function () {
94
94
  }
95
95
  }]);
96
96
 
97
- return FileList;
97
+ return ConsumptionDataFileList;
98
98
  }();
99
99
  /**
100
100
  * @member {Array.<String>} file_list
101
101
  */
102
102
 
103
103
 
104
- FileList.prototype['file_list'] = undefined;
104
+ ConsumptionDataFileList.prototype['file_list'] = undefined;
105
105
  /**
106
106
  * @member {String} consumer
107
107
  */
108
108
 
109
- FileList.prototype['consumer'] = undefined;
109
+ ConsumptionDataFileList.prototype['consumer'] = undefined;
110
110
  /**
111
111
  * @member {String} eic_column_name
112
112
  */
113
113
 
114
- FileList.prototype['eic_column_name'] = undefined;
114
+ ConsumptionDataFileList.prototype['eic_column_name'] = undefined;
115
115
  /**
116
116
  * @member {String} consumption_start_column_name
117
117
  */
118
118
 
119
- FileList.prototype['consumption_start_column_name'] = undefined;
119
+ ConsumptionDataFileList.prototype['consumption_start_column_name'] = undefined;
120
120
  /**
121
121
  * @member {String} amount_consumed_column_name
122
122
  */
123
123
 
124
- FileList.prototype['amount_consumed_column_name'] = undefined;
124
+ ConsumptionDataFileList.prototype['amount_consumed_column_name'] = undefined;
125
125
  /**
126
126
  * @member {String} timezone
127
127
  * @default 'Europe/Istanbul'
128
128
  */
129
129
 
130
- FileList.prototype['timezone'] = 'Europe/Istanbul';
131
- var _default = FileList;
130
+ ConsumptionDataFileList.prototype['timezone'] = 'Europe/Istanbul';
131
+ var _default = ConsumptionDataFileList;
132
132
  exports["default"] = _default;
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
18
18
  /**
19
19
  * The ConsumptionDataPointCreate model module.
20
20
  * @module model/ConsumptionDataPointCreate
21
- * @version 0.49.0
21
+ * @version 0.49.5
22
22
  */
23
23
  var ConsumptionDataPointCreate = /*#__PURE__*/function () {
24
24
  /**
@@ -26,7 +26,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
26
26
  /**
27
27
  * The ConsumptionDataPointListOrDetail model module.
28
28
  * @module model/ConsumptionDataPointListOrDetail
29
- * @version 0.49.0
29
+ * @version 0.49.5
30
30
  */
31
31
  var ConsumptionDataPointListOrDetail = /*#__PURE__*/function () {
32
32
  /**
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
18
18
  /**
19
19
  * The ConsumptionDataPointUpdate model module.
20
20
  * @module model/ConsumptionDataPointUpdate
21
- * @version 0.49.0
21
+ * @version 0.49.5
22
22
  */
23
23
  var ConsumptionDataPointUpdate = /*#__PURE__*/function () {
24
24
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * The ConsumptionSite model module.
22
22
  * @module model/ConsumptionSite
23
- * @version 0.49.0
23
+ * @version 0.49.5
24
24
  */
25
25
  var ConsumptionSite = /*#__PURE__*/function () {
26
26
  /**
@@ -91,6 +91,10 @@ var ConsumptionSite = /*#__PURE__*/function () {
91
91
  obj['name'] = _ApiClient["default"].convertToType(data['name'], 'String');
92
92
  }
93
93
 
94
+ if (data.hasOwnProperty('site_logo')) {
95
+ obj['site_logo'] = _ApiClient["default"].convertToType(data['site_logo'], 'String');
96
+ }
97
+
94
98
  if (data.hasOwnProperty('eic')) {
95
99
  obj['eic'] = _ApiClient["default"].convertToType(data['eic'], 'String');
96
100
  }
@@ -155,6 +159,11 @@ ConsumptionSite.prototype['location'] = undefined;
155
159
  */
156
160
 
157
161
  ConsumptionSite.prototype['name'] = undefined;
162
+ /**
163
+ * @member {String} site_logo
164
+ */
165
+
166
+ ConsumptionSite.prototype['site_logo'] = undefined;
158
167
  /**
159
168
  * Required. 30 characters or fewer.
160
169
  * @member {String} eic
@@ -16,14 +16,14 @@ function _defineProperties(target, props) { for (var i = 0; i < props.length; i+
16
16
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
17
17
 
18
18
  /**
19
- * The FileUpload model module.
20
- * @module model/FileUpload
21
- * @version 0.49.0
19
+ * The ConsumptionSiteFileUpload model module.
20
+ * @module model/ConsumptionSiteFileUpload
21
+ * @version 0.49.5
22
22
  */
23
- var FileUpload = /*#__PURE__*/function () {
23
+ var ConsumptionSiteFileUpload = /*#__PURE__*/function () {
24
24
  /**
25
- * Constructs a new <code>FileUpload</code>.
26
- * @alias module:model/FileUpload
25
+ * Constructs a new <code>ConsumptionSiteFileUpload</code>.
26
+ * @alias module:model/ConsumptionSiteFileUpload
27
27
  * @param file {String}
28
28
  * @param consumer {String}
29
29
  * @param eicColumnName {String}
@@ -31,10 +31,10 @@ var FileUpload = /*#__PURE__*/function () {
31
31
  * @param latitudeColumnName {String}
32
32
  * @param longitudeColumnName {String}
33
33
  */
34
- function FileUpload(file, consumer, eicColumnName, nameColumnName, latitudeColumnName, longitudeColumnName) {
35
- _classCallCheck(this, FileUpload);
34
+ function ConsumptionSiteFileUpload(file, consumer, eicColumnName, nameColumnName, latitudeColumnName, longitudeColumnName) {
35
+ _classCallCheck(this, ConsumptionSiteFileUpload);
36
36
 
37
- FileUpload.initialize(this, file, consumer, eicColumnName, nameColumnName, latitudeColumnName, longitudeColumnName);
37
+ ConsumptionSiteFileUpload.initialize(this, file, consumer, eicColumnName, nameColumnName, latitudeColumnName, longitudeColumnName);
38
38
  }
39
39
  /**
40
40
  * Initializes the fields of this object.
@@ -43,7 +43,7 @@ var FileUpload = /*#__PURE__*/function () {
43
43
  */
44
44
 
45
45
 
46
- _createClass(FileUpload, null, [{
46
+ _createClass(ConsumptionSiteFileUpload, null, [{
47
47
  key: "initialize",
48
48
  value: function initialize(obj, file, consumer, eicColumnName, nameColumnName, latitudeColumnName, longitudeColumnName) {
49
49
  obj['file'] = file;
@@ -54,18 +54,18 @@ var FileUpload = /*#__PURE__*/function () {
54
54
  obj['longitude_column_name'] = longitudeColumnName;
55
55
  }
56
56
  /**
57
- * Constructs a <code>FileUpload</code> from a plain JavaScript object, optionally creating a new instance.
57
+ * Constructs a <code>ConsumptionSiteFileUpload</code> from a plain JavaScript object, optionally creating a new instance.
58
58
  * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
59
59
  * @param {Object} data The plain JavaScript object bearing properties of interest.
60
- * @param {module:model/FileUpload} obj Optional instance to populate.
61
- * @return {module:model/FileUpload} The populated <code>FileUpload</code> instance.
60
+ * @param {module:model/ConsumptionSiteFileUpload} obj Optional instance to populate.
61
+ * @return {module:model/ConsumptionSiteFileUpload} The populated <code>ConsumptionSiteFileUpload</code> instance.
62
62
  */
63
63
 
64
64
  }, {
65
65
  key: "constructFromObject",
66
66
  value: function constructFromObject(data, obj) {
67
67
  if (data) {
68
- obj = obj || new FileUpload();
68
+ obj = obj || new ConsumptionSiteFileUpload();
69
69
 
70
70
  if (data.hasOwnProperty('file')) {
71
71
  obj['file'] = _ApiClient["default"].convertToType(data['file'], 'String');
@@ -96,38 +96,38 @@ var FileUpload = /*#__PURE__*/function () {
96
96
  }
97
97
  }]);
98
98
 
99
- return FileUpload;
99
+ return ConsumptionSiteFileUpload;
100
100
  }();
101
101
  /**
102
102
  * @member {String} file
103
103
  */
104
104
 
105
105
 
106
- FileUpload.prototype['file'] = undefined;
106
+ ConsumptionSiteFileUpload.prototype['file'] = undefined;
107
107
  /**
108
108
  * @member {String} consumer
109
109
  */
110
110
 
111
- FileUpload.prototype['consumer'] = undefined;
111
+ ConsumptionSiteFileUpload.prototype['consumer'] = undefined;
112
112
  /**
113
113
  * @member {String} eic_column_name
114
114
  */
115
115
 
116
- FileUpload.prototype['eic_column_name'] = undefined;
116
+ ConsumptionSiteFileUpload.prototype['eic_column_name'] = undefined;
117
117
  /**
118
118
  * @member {String} name_column_name
119
119
  */
120
120
 
121
- FileUpload.prototype['name_column_name'] = undefined;
121
+ ConsumptionSiteFileUpload.prototype['name_column_name'] = undefined;
122
122
  /**
123
123
  * @member {String} latitude_column_name
124
124
  */
125
125
 
126
- FileUpload.prototype['latitude_column_name'] = undefined;
126
+ ConsumptionSiteFileUpload.prototype['latitude_column_name'] = undefined;
127
127
  /**
128
128
  * @member {String} longitude_column_name
129
129
  */
130
130
 
131
- FileUpload.prototype['longitude_column_name'] = undefined;
132
- var _default = FileUpload;
131
+ ConsumptionSiteFileUpload.prototype['longitude_column_name'] = undefined;
132
+ var _default = ConsumptionSiteFileUpload;
133
133
  exports["default"] = _default;
@@ -24,7 +24,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
24
24
  /**
25
25
  * The ConsumptionSiteListOrDetail model module.
26
26
  * @module model/ConsumptionSiteListOrDetail
27
- * @version 0.49.0
27
+ * @version 0.49.5
28
28
  */
29
29
  var ConsumptionSiteListOrDetail = /*#__PURE__*/function () {
30
30
  /**
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
18
18
  /**
19
19
  * The EmissionFactor model module.
20
20
  * @module model/EmissionFactor
21
- * @version 0.49.0
21
+ * @version 0.49.5
22
22
  */
23
23
  var EmissionFactor = /*#__PURE__*/function () {
24
24
  /**
@@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
22
22
  /**
23
23
  * The EnergySourcePreference model module.
24
24
  * @module model/EnergySourcePreference
25
- * @version 0.49.0
25
+ * @version 0.49.5
26
26
  */
27
27
  var EnergySourcePreference = /*#__PURE__*/function () {
28
28
  /**
@@ -0,0 +1,98 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+
8
+ var _ApiClient = _interopRequireDefault(require("../ApiClient"));
9
+
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
11
+
12
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
13
+
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, descriptor.key, descriptor); } }
15
+
16
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
17
+
18
+ /**
19
+ * The GetFromEpias model module.
20
+ * @module model/GetFromEpias
21
+ * @version 0.49.5
22
+ */
23
+ var GetFromEpias = /*#__PURE__*/function () {
24
+ /**
25
+ * Constructs a new <code>GetFromEpias</code>.
26
+ * @alias module:model/GetFromEpias
27
+ * @param powerPlantId {Number}
28
+ * @param startDate {Date}
29
+ */
30
+ function GetFromEpias(powerPlantId, startDate) {
31
+ _classCallCheck(this, GetFromEpias);
32
+
33
+ GetFromEpias.initialize(this, powerPlantId, startDate);
34
+ }
35
+ /**
36
+ * Initializes the fields of this object.
37
+ * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
38
+ * Only for internal use.
39
+ */
40
+
41
+
42
+ _createClass(GetFromEpias, null, [{
43
+ key: "initialize",
44
+ value: function initialize(obj, powerPlantId, startDate) {
45
+ obj['power_plant_id'] = powerPlantId;
46
+ obj['start_date'] = startDate;
47
+ }
48
+ /**
49
+ * Constructs a <code>GetFromEpias</code> from a plain JavaScript object, optionally creating a new instance.
50
+ * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
51
+ * @param {Object} data The plain JavaScript object bearing properties of interest.
52
+ * @param {module:model/GetFromEpias} obj Optional instance to populate.
53
+ * @return {module:model/GetFromEpias} The populated <code>GetFromEpias</code> instance.
54
+ */
55
+
56
+ }, {
57
+ key: "constructFromObject",
58
+ value: function constructFromObject(data, obj) {
59
+ if (data) {
60
+ obj = obj || new GetFromEpias();
61
+
62
+ if (data.hasOwnProperty('power_plant_id')) {
63
+ obj['power_plant_id'] = _ApiClient["default"].convertToType(data['power_plant_id'], 'Number');
64
+ }
65
+
66
+ if (data.hasOwnProperty('start_date')) {
67
+ obj['start_date'] = _ApiClient["default"].convertToType(data['start_date'], 'Date');
68
+ }
69
+
70
+ if (data.hasOwnProperty('end_date')) {
71
+ obj['end_date'] = _ApiClient["default"].convertToType(data['end_date'], 'Date');
72
+ }
73
+ }
74
+
75
+ return obj;
76
+ }
77
+ }]);
78
+
79
+ return GetFromEpias;
80
+ }();
81
+ /**
82
+ * @member {Number} power_plant_id
83
+ */
84
+
85
+
86
+ GetFromEpias.prototype['power_plant_id'] = undefined;
87
+ /**
88
+ * @member {Date} start_date
89
+ */
90
+
91
+ GetFromEpias.prototype['start_date'] = undefined;
92
+ /**
93
+ * @member {Date} end_date
94
+ */
95
+
96
+ GetFromEpias.prototype['end_date'] = undefined;
97
+ var _default = GetFromEpias;
98
+ exports["default"] = _default;
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * The GridOperator model module.
22
22
  * @module model/GridOperator
23
- * @version 0.49.0
23
+ * @version 0.49.5
24
24
  */
25
25
  var GridOperator = /*#__PURE__*/function () {
26
26
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * The Issuer model module.
22
22
  * @module model/Issuer
23
- * @version 0.49.0
23
+ * @version 0.49.5
24
24
  */
25
25
  var Issuer = /*#__PURE__*/function () {
26
26
  /**
package/dist/model/JWT.js CHANGED
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * The JWT model module.
22
22
  * @module model/JWT
23
- * @version 0.49.0
23
+ * @version 0.49.5
24
24
  */
25
25
  var JWT = /*#__PURE__*/function () {
26
26
  /**
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
18
18
  /**
19
19
  * The Location model module.
20
20
  * @module model/Location
21
- * @version 0.49.0
21
+ * @version 0.49.5
22
22
  */
23
23
  var Location = /*#__PURE__*/function () {
24
24
  /**
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
18
18
  /**
19
19
  * The Login model module.
20
20
  * @module model/Login
21
- * @version 0.49.0
21
+ * @version 0.49.5
22
22
  */
23
23
  var Login = /*#__PURE__*/function () {
24
24
  /**
@@ -32,7 +32,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
32
32
  /**
33
33
  * The MatchRequest model module.
34
34
  * @module model/MatchRequest
35
- * @version 0.49.0
35
+ * @version 0.49.5
36
36
  */
37
37
  var MatchRequest = /*#__PURE__*/function () {
38
38
  /**
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
18
18
  /**
19
19
  * The MatchedEnergyDataPoint model module.
20
20
  * @module model/MatchedEnergyDataPoint
21
- * @version 0.49.0
21
+ * @version 0.49.5
22
22
  */
23
23
  var MatchedEnergyDataPoint = /*#__PURE__*/function () {
24
24
  /**
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
18
18
  /**
19
19
  * The MatchingConsumerRequest model module.
20
20
  * @module model/MatchingConsumerRequest
21
- * @version 0.49.0
21
+ * @version 0.49.5
22
22
  */
23
23
  var MatchingConsumerRequest = /*#__PURE__*/function () {
24
24
  /**
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
18
18
  /**
19
19
  * The MatchingSiteRequest model module.
20
20
  * @module model/MatchingSiteRequest
21
- * @version 0.49.0
21
+ * @version 0.49.5
22
22
  */
23
23
  var MatchingSiteRequest = /*#__PURE__*/function () {
24
24
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * The PaginatedConsumerList model module.
22
22
  * @module model/PaginatedConsumerList
23
- * @version 0.49.0
23
+ * @version 0.49.5
24
24
  */
25
25
  var PaginatedConsumerList = /*#__PURE__*/function () {
26
26
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * The PaginatedConsumptionDataPointListOrDetailList model module.
22
22
  * @module model/PaginatedConsumptionDataPointListOrDetailList
23
- * @version 0.49.0
23
+ * @version 0.49.5
24
24
  */
25
25
  var PaginatedConsumptionDataPointListOrDetailList = /*#__PURE__*/function () {
26
26
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * The PaginatedConsumptionSiteListOrDetailList model module.
22
22
  * @module model/PaginatedConsumptionSiteListOrDetailList
23
- * @version 0.49.0
23
+ * @version 0.49.5
24
24
  */
25
25
  var PaginatedConsumptionSiteListOrDetailList = /*#__PURE__*/function () {
26
26
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * The PaginatedEmissionFactorList model module.
22
22
  * @module model/PaginatedEmissionFactorList
23
- * @version 0.49.0
23
+ * @version 0.49.5
24
24
  */
25
25
  var PaginatedEmissionFactorList = /*#__PURE__*/function () {
26
26
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * The PaginatedEnergySourcePreferenceList model module.
22
22
  * @module model/PaginatedEnergySourcePreferenceList
23
- * @version 0.49.0
23
+ * @version 0.49.5
24
24
  */
25
25
  var PaginatedEnergySourcePreferenceList = /*#__PURE__*/function () {
26
26
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * The PaginatedGridOperatorList model module.
22
22
  * @module model/PaginatedGridOperatorList
23
- * @version 0.49.0
23
+ * @version 0.49.5
24
24
  */
25
25
  var PaginatedGridOperatorList = /*#__PURE__*/function () {
26
26
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * The PaginatedIssuerList model module.
22
22
  * @module model/PaginatedIssuerList
23
- * @version 0.49.0
23
+ * @version 0.49.5
24
24
  */
25
25
  var PaginatedIssuerList = /*#__PURE__*/function () {
26
26
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * The PaginatedLocationList model module.
22
22
  * @module model/PaginatedLocationList
23
- * @version 0.49.0
23
+ * @version 0.49.5
24
24
  */
25
25
  var PaginatedLocationList = /*#__PURE__*/function () {
26
26
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * The PaginatedMatchRequestList model module.
22
22
  * @module model/PaginatedMatchRequestList
23
- * @version 0.49.0
23
+ * @version 0.49.5
24
24
  */
25
25
  var PaginatedMatchRequestList = /*#__PURE__*/function () {
26
26
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * The PaginatedMatchedEnergyDataPointList model module.
22
22
  * @module model/PaginatedMatchedEnergyDataPointList
23
- * @version 0.49.0
23
+ * @version 0.49.5
24
24
  */
25
25
  var PaginatedMatchedEnergyDataPointList = /*#__PURE__*/function () {
26
26
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * The PaginatedProducerList model module.
22
22
  * @module model/PaginatedProducerList
23
- * @version 0.49.0
23
+ * @version 0.49.5
24
24
  */
25
25
  var PaginatedProducerList = /*#__PURE__*/function () {
26
26
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * The PaginatedProductionDataPointListOrDetailList model module.
22
22
  * @module model/PaginatedProductionDataPointListOrDetailList
23
- * @version 0.49.0
23
+ * @version 0.49.5
24
24
  */
25
25
  var PaginatedProductionDataPointListOrDetailList = /*#__PURE__*/function () {
26
26
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * The PaginatedProductionSiteListOrDetailList model module.
22
22
  * @module model/PaginatedProductionSiteListOrDetailList
23
- * @version 0.49.0
23
+ * @version 0.49.5
24
24
  */
25
25
  var PaginatedProductionSiteListOrDetailList = /*#__PURE__*/function () {
26
26
  /**
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
20
20
  /**
21
21
  * The PaginatedRetailerList model module.
22
22
  * @module model/PaginatedRetailerList
23
- * @version 0.49.0
23
+ * @version 0.49.5
24
24
  */
25
25
  var PaginatedRetailerList = /*#__PURE__*/function () {
26
26
  /**