green_link_api 1.16.11 → 1.17.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (112) hide show
  1. package/README.md +2 -16
  2. package/dist/ApiClient.js +15 -16
  3. package/dist/api/BlockchainApi.js +15 -16
  4. package/dist/api/EnergyAssetsApi.js +15 -16
  5. package/dist/api/EnergyDataApi.js +15 -104
  6. package/dist/api/HealthCheckApi.js +15 -16
  7. package/dist/api/LicensedProductionSitesOnEpiasApi.js +15 -16
  8. package/dist/api/LocationsApi.js +15 -16
  9. package/dist/api/LogsApi.js +15 -268
  10. package/dist/api/MaintenanceCheckApi.js +15 -16
  11. package/dist/api/OrganizationprofilesApi.js +15 -16
  12. package/dist/api/OrganizationsApi.js +15 -16
  13. package/dist/api/SchemaApi.js +15 -16
  14. package/dist/api/SentryDebugApi.js +15 -16
  15. package/dist/api/UsersApi.js +15 -16
  16. package/dist/index.js +0 -42
  17. package/dist/model/Activities.js +14 -15
  18. package/dist/model/ActivitiesStatusEnum.js +14 -15
  19. package/dist/model/BlockchainTransactionTask.js +14 -15
  20. package/dist/model/Consumer.js +14 -15
  21. package/dist/model/ConsumptionDataFileList.js +14 -15
  22. package/dist/model/ConsumptionDataFromRetailerRequest.js +14 -15
  23. package/dist/model/ConsumptionDataPointCreate.js +14 -15
  24. package/dist/model/ConsumptionDataPointListOrDetail.js +14 -15
  25. package/dist/model/ConsumptionDataPointUpdate.js +14 -15
  26. package/dist/model/ConsumptionSite.js +14 -15
  27. package/dist/model/ConsumptionSiteContract.js +14 -15
  28. package/dist/model/ConsumptionSiteContractImport.js +14 -15
  29. package/dist/model/ConsumptionSiteCreate.js +14 -15
  30. package/dist/model/ConsumptionSiteFileUpload.js +37 -18
  31. package/dist/model/ConsumptionSiteListOrDetail.js +14 -15
  32. package/dist/model/ContentTypeEnum.js +14 -15
  33. package/dist/model/EacTypeEnum.js +14 -15
  34. package/dist/model/EmissionFactor.js +14 -15
  35. package/dist/model/EnergySourceEnum.js +14 -15
  36. package/dist/model/EnergySourcePreference.js +14 -15
  37. package/dist/model/EventEnum.js +14 -15
  38. package/dist/model/GetFromEpias.js +14 -15
  39. package/dist/model/GridOperator.js +14 -15
  40. package/dist/model/ImportedConsumptionDataPoint.js +14 -15
  41. package/dist/model/Issuer.js +14 -15
  42. package/dist/model/Location.js +14 -15
  43. package/dist/model/MatchTypeEnum.js +14 -15
  44. package/dist/model/MatchedDataPoint.js +14 -15
  45. package/dist/model/MatchedDataTask.js +14 -15
  46. package/dist/model/MatchingConsumerRequest.js +14 -15
  47. package/dist/model/MatchingSiteRequest.js +14 -15
  48. package/dist/model/NullEnum.js +14 -15
  49. package/dist/model/OrganizationTypeEnum.js +14 -15
  50. package/dist/model/PaginatedActivitiesList.js +14 -15
  51. package/dist/model/PaginatedConsumerList.js +14 -15
  52. package/dist/model/PaginatedConsumptionDataPointListOrDetailList.js +14 -15
  53. package/dist/model/PaginatedConsumptionSiteContractList.js +14 -15
  54. package/dist/model/PaginatedConsumptionSiteListOrDetailList.js +14 -15
  55. package/dist/model/PaginatedEmissionFactorList.js +14 -15
  56. package/dist/model/PaginatedEnergySourcePreferenceList.js +14 -15
  57. package/dist/model/PaginatedGridOperatorList.js +14 -15
  58. package/dist/model/PaginatedImportedConsumptionDataPointList.js +14 -15
  59. package/dist/model/PaginatedIssuerList.js +14 -15
  60. package/dist/model/PaginatedLocationList.js +14 -15
  61. package/dist/model/PaginatedMatchedDataPointList.js +14 -15
  62. package/dist/model/PaginatedMatchedDataTaskList.js +14 -15
  63. package/dist/model/PaginatedProducerList.js +14 -15
  64. package/dist/model/PaginatedProductionDataPointListOrDetailList.js +14 -15
  65. package/dist/model/PaginatedProductionSiteListOrDetailList.js +14 -15
  66. package/dist/model/PaginatedRetailerList.js +14 -15
  67. package/dist/model/PaginatedSmartContractList.js +14 -15
  68. package/dist/model/PaginatedUploadedCertificateListorDetailList.js +14 -15
  69. package/dist/model/PaginatedUploadedFileTaskList.js +14 -15
  70. package/dist/model/PaginatedUserList.js +14 -15
  71. package/dist/model/PatchedConsumer.js +14 -15
  72. package/dist/model/PatchedConsumptionDataPointUpdate.js +14 -15
  73. package/dist/model/PatchedConsumptionSite.js +14 -15
  74. package/dist/model/PatchedEmissionFactor.js +14 -15
  75. package/dist/model/PatchedEnergySourcePreference.js +14 -15
  76. package/dist/model/PatchedGridOperator.js +14 -15
  77. package/dist/model/PatchedIssuer.js +14 -15
  78. package/dist/model/PatchedLocation.js +14 -15
  79. package/dist/model/PatchedProducer.js +14 -15
  80. package/dist/model/PatchedProductionDataPointUpdate.js +14 -15
  81. package/dist/model/PatchedProductionSiteUpdate.js +14 -15
  82. package/dist/model/PatchedRetailer.js +14 -15
  83. package/dist/model/PatchedSmartContract.js +14 -15
  84. package/dist/model/PatchedUser.js +14 -15
  85. package/dist/model/PatchedUserDetail.js +14 -15
  86. package/dist/model/PriorityEnum.js +14 -15
  87. package/dist/model/Producer.js +14 -15
  88. package/dist/model/ProductionDataFileList.js +14 -15
  89. package/dist/model/ProductionDataPointCreate.js +14 -15
  90. package/dist/model/ProductionDataPointListOrDetail.js +14 -15
  91. package/dist/model/ProductionDataPointUpdate.js +14 -15
  92. package/dist/model/ProductionSite.js +14 -15
  93. package/dist/model/ProductionSiteFileUpload.js +14 -15
  94. package/dist/model/ProductionSiteListOrDetail.js +14 -15
  95. package/dist/model/ProductionSiteUpdate.js +14 -15
  96. package/dist/model/Register.js +14 -15
  97. package/dist/model/Retailer.js +14 -15
  98. package/dist/model/SmartContract.js +14 -15
  99. package/dist/model/Status965Enum.js +14 -15
  100. package/dist/model/TypeEnum.js +14 -15
  101. package/dist/model/UploadedCertificate.js +14 -15
  102. package/dist/model/UploadedCertificateListorDetail.js +14 -15
  103. package/dist/model/UploadedFileTask.js +14 -15
  104. package/dist/model/User.js +14 -15
  105. package/dist/model/UserDetail.js +14 -15
  106. package/package.json +1 -1
  107. package/dist/model/ConsumptionDataTask.js +0 -188
  108. package/dist/model/PaginatedConsumptionDataTaskList.js +0 -101
  109. package/dist/model/PaginatedProductionDataFromEpiasTaskList.js +0 -101
  110. package/dist/model/PaginatedUnprocessedRowList.js +0 -101
  111. package/dist/model/ProductionDataFromEpiasTask.js +0 -155
  112. package/dist/model/UnprocessedRow.js +0 -135
@@ -6,27 +6,27 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports["default"] = void 0;
7
7
  var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
8
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
9
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
9
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
10
10
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
11
11
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
12
12
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
13
13
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
14
14
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); } /**
15
- * GreenLink API
16
- * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
17
- *
18
- * The version of the OpenAPI document: 1.16.11
19
- *
20
- *
21
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
22
- * https://openapi-generator.tech
23
- * Do not edit the class manually.
24
- *
25
- */
15
+ * GreenLink API
16
+ * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
17
+ *
18
+ * The version of the OpenAPI document: 1.17.1
19
+ *
20
+ *
21
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
22
+ * https://openapi-generator.tech
23
+ * Do not edit the class manually.
24
+ *
25
+ */
26
26
  /**
27
27
  * The ConsumptionDataFromRetailerRequest model module.
28
28
  * @module model/ConsumptionDataFromRetailerRequest
29
- * @version 1.16.11
29
+ * @version 1.17.1
30
30
  */
31
31
  var ConsumptionDataFromRetailerRequest = /*#__PURE__*/function () {
32
32
  /**
@@ -95,5 +95,4 @@ ConsumptionDataFromRetailerRequest.prototype['consumption_end'] = undefined;
95
95
  * @member {String} consumer_id
96
96
  */
97
97
  ConsumptionDataFromRetailerRequest.prototype['consumer_id'] = undefined;
98
- var _default = ConsumptionDataFromRetailerRequest;
99
- exports["default"] = _default;
98
+ var _default = exports["default"] = ConsumptionDataFromRetailerRequest;
@@ -7,27 +7,27 @@ exports["default"] = void 0;
7
7
  var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
8
  var _SmartContract = _interopRequireDefault(require("./SmartContract"));
9
9
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
10
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
10
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
11
11
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
12
12
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
13
13
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
14
14
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
15
15
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); } /**
16
- * GreenLink API
17
- * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
18
- *
19
- * The version of the OpenAPI document: 1.16.11
20
- *
21
- *
22
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
23
- * https://openapi-generator.tech
24
- * Do not edit the class manually.
25
- *
26
- */
16
+ * GreenLink API
17
+ * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
18
+ *
19
+ * The version of the OpenAPI document: 1.17.1
20
+ *
21
+ *
22
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
23
+ * https://openapi-generator.tech
24
+ * Do not edit the class manually.
25
+ *
26
+ */
27
27
  /**
28
28
  * The ConsumptionDataPointCreate model module.
29
29
  * @module model/ConsumptionDataPointCreate
30
- * @version 1.16.11
30
+ * @version 1.17.1
31
31
  */
32
32
  var ConsumptionDataPointCreate = /*#__PURE__*/function () {
33
33
  /**
@@ -260,5 +260,4 @@ ConsumptionDataPointCreate.prototype['created_at'] = undefined;
260
260
  * @member {Date} updated_at
261
261
  */
262
262
  ConsumptionDataPointCreate.prototype['updated_at'] = undefined;
263
- var _default = ConsumptionDataPointCreate;
264
- exports["default"] = _default;
263
+ var _default = exports["default"] = ConsumptionDataPointCreate;
@@ -12,27 +12,27 @@ var _ProductionSite = _interopRequireDefault(require("./ProductionSite"));
12
12
  var _Retailer = _interopRequireDefault(require("./Retailer"));
13
13
  var _SmartContract = _interopRequireDefault(require("./SmartContract"));
14
14
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
15
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
15
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
16
16
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
17
17
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
18
18
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
19
19
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
20
20
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); } /**
21
- * GreenLink API
22
- * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
23
- *
24
- * The version of the OpenAPI document: 1.16.11
25
- *
26
- *
27
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
28
- * https://openapi-generator.tech
29
- * Do not edit the class manually.
30
- *
31
- */
21
+ * GreenLink API
22
+ * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
23
+ *
24
+ * The version of the OpenAPI document: 1.17.1
25
+ *
26
+ *
27
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
28
+ * https://openapi-generator.tech
29
+ * Do not edit the class manually.
30
+ *
31
+ */
32
32
  /**
33
33
  * The ConsumptionDataPointListOrDetail model module.
34
34
  * @module model/ConsumptionDataPointListOrDetail
35
- * @version 1.16.11
35
+ * @version 1.17.1
36
36
  */
37
37
  var ConsumptionDataPointListOrDetail = /*#__PURE__*/function () {
38
38
  /**
@@ -273,5 +273,4 @@ ConsumptionDataPointListOrDetail.prototype['created_at'] = undefined;
273
273
  * @member {Date} updated_at
274
274
  */
275
275
  ConsumptionDataPointListOrDetail.prototype['updated_at'] = undefined;
276
- var _default = ConsumptionDataPointListOrDetail;
277
- exports["default"] = _default;
276
+ var _default = exports["default"] = ConsumptionDataPointListOrDetail;
@@ -7,27 +7,27 @@ exports["default"] = void 0;
7
7
  var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
8
  var _SmartContract = _interopRequireDefault(require("./SmartContract"));
9
9
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
10
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
10
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
11
11
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
12
12
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
13
13
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
14
14
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
15
15
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); } /**
16
- * GreenLink API
17
- * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
18
- *
19
- * The version of the OpenAPI document: 1.16.11
20
- *
21
- *
22
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
23
- * https://openapi-generator.tech
24
- * Do not edit the class manually.
25
- *
26
- */
16
+ * GreenLink API
17
+ * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
18
+ *
19
+ * The version of the OpenAPI document: 1.17.1
20
+ *
21
+ *
22
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
23
+ * https://openapi-generator.tech
24
+ * Do not edit the class manually.
25
+ *
26
+ */
27
27
  /**
28
28
  * The ConsumptionDataPointUpdate model module.
29
29
  * @module model/ConsumptionDataPointUpdate
30
- * @version 1.16.11
30
+ * @version 1.17.1
31
31
  */
32
32
  var ConsumptionDataPointUpdate = /*#__PURE__*/function () {
33
33
  /**
@@ -253,5 +253,4 @@ ConsumptionDataPointUpdate.prototype['created_at'] = undefined;
253
253
  * @member {Date} updated_at
254
254
  */
255
255
  ConsumptionDataPointUpdate.prototype['updated_at'] = undefined;
256
- var _default = ConsumptionDataPointUpdate;
257
- exports["default"] = _default;
256
+ var _default = exports["default"] = ConsumptionDataPointUpdate;
@@ -7,27 +7,27 @@ exports["default"] = void 0;
7
7
  var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
8
  var _Location = _interopRequireDefault(require("./Location"));
9
9
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
10
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
10
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
11
11
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
12
12
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
13
13
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
14
14
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
15
15
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); } /**
16
- * GreenLink API
17
- * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
18
- *
19
- * The version of the OpenAPI document: 1.16.11
20
- *
21
- *
22
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
23
- * https://openapi-generator.tech
24
- * Do not edit the class manually.
25
- *
26
- */
16
+ * GreenLink API
17
+ * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
18
+ *
19
+ * The version of the OpenAPI document: 1.17.1
20
+ *
21
+ *
22
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
23
+ * https://openapi-generator.tech
24
+ * Do not edit the class manually.
25
+ *
26
+ */
27
27
  /**
28
28
  * The ConsumptionSite model module.
29
29
  * @module model/ConsumptionSite
30
- * @version 1.16.11
30
+ * @version 1.17.1
31
31
  */
32
32
  var ConsumptionSite = /*#__PURE__*/function () {
33
33
  /**
@@ -179,5 +179,4 @@ ConsumptionSite.prototype['created_at'] = undefined;
179
179
  * @member {Date} updated_at
180
180
  */
181
181
  ConsumptionSite.prototype['updated_at'] = undefined;
182
- var _default = ConsumptionSite;
183
- exports["default"] = _default;
182
+ var _default = exports["default"] = ConsumptionSite;
@@ -7,27 +7,27 @@ exports["default"] = void 0;
7
7
  var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
8
  var _ConsumptionSite = _interopRequireDefault(require("./ConsumptionSite"));
9
9
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
10
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
10
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
11
11
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
12
12
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
13
13
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
14
14
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
15
15
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); } /**
16
- * GreenLink API
17
- * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
18
- *
19
- * The version of the OpenAPI document: 1.16.11
20
- *
21
- *
22
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
23
- * https://openapi-generator.tech
24
- * Do not edit the class manually.
25
- *
26
- */
16
+ * GreenLink API
17
+ * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
18
+ *
19
+ * The version of the OpenAPI document: 1.17.1
20
+ *
21
+ *
22
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
23
+ * https://openapi-generator.tech
24
+ * Do not edit the class manually.
25
+ *
26
+ */
27
27
  /**
28
28
  * The ConsumptionSiteContract model module.
29
29
  * @module model/ConsumptionSiteContract
30
- * @version 1.16.11
30
+ * @version 1.17.1
31
31
  */
32
32
  var ConsumptionSiteContract = /*#__PURE__*/function () {
33
33
  /**
@@ -128,5 +128,4 @@ ConsumptionSiteContract.prototype['created_at'] = undefined;
128
128
  * @member {Date} updated_at
129
129
  */
130
130
  ConsumptionSiteContract.prototype['updated_at'] = undefined;
131
- var _default = ConsumptionSiteContract;
132
- exports["default"] = _default;
131
+ var _default = exports["default"] = ConsumptionSiteContract;
@@ -6,27 +6,27 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports["default"] = void 0;
7
7
  var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
8
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
9
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
9
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
10
10
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
11
11
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
12
12
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
13
13
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
14
14
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); } /**
15
- * GreenLink API
16
- * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
17
- *
18
- * The version of the OpenAPI document: 1.16.11
19
- *
20
- *
21
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
22
- * https://openapi-generator.tech
23
- * Do not edit the class manually.
24
- *
25
- */
15
+ * GreenLink API
16
+ * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
17
+ *
18
+ * The version of the OpenAPI document: 1.17.1
19
+ *
20
+ *
21
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
22
+ * https://openapi-generator.tech
23
+ * Do not edit the class manually.
24
+ *
25
+ */
26
26
  /**
27
27
  * The ConsumptionSiteContractImport model module.
28
28
  * @module model/ConsumptionSiteContractImport
29
- * @version 1.16.11
29
+ * @version 1.17.1
30
30
  */
31
31
  var ConsumptionSiteContractImport = /*#__PURE__*/function () {
32
32
  /**
@@ -95,5 +95,4 @@ ConsumptionSiteContractImport.prototype['start_date'] = undefined;
95
95
  * @member {Date} end_date
96
96
  */
97
97
  ConsumptionSiteContractImport.prototype['end_date'] = undefined;
98
- var _default = ConsumptionSiteContractImport;
99
- exports["default"] = _default;
98
+ var _default = exports["default"] = ConsumptionSiteContractImport;
@@ -7,27 +7,27 @@ exports["default"] = void 0;
7
7
  var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
8
  var _Location = _interopRequireDefault(require("./Location"));
9
9
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
10
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
10
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
11
11
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
12
12
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
13
13
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
14
14
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
15
15
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); } /**
16
- * GreenLink API
17
- * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
18
- *
19
- * The version of the OpenAPI document: 1.16.11
20
- *
21
- *
22
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
23
- * https://openapi-generator.tech
24
- * Do not edit the class manually.
25
- *
26
- */
16
+ * GreenLink API
17
+ * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
18
+ *
19
+ * The version of the OpenAPI document: 1.17.1
20
+ *
21
+ *
22
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
23
+ * https://openapi-generator.tech
24
+ * Do not edit the class manually.
25
+ *
26
+ */
27
27
  /**
28
28
  * The ConsumptionSiteCreate model module.
29
29
  * @module model/ConsumptionSiteCreate
30
- * @version 1.16.11
30
+ * @version 1.17.1
31
31
  */
32
32
  var ConsumptionSiteCreate = /*#__PURE__*/function () {
33
33
  /**
@@ -179,5 +179,4 @@ ConsumptionSiteCreate.prototype['created_at'] = undefined;
179
179
  * @member {Date} updated_at
180
180
  */
181
181
  ConsumptionSiteCreate.prototype['updated_at'] = undefined;
182
- var _default = ConsumptionSiteCreate;
183
- exports["default"] = _default;
182
+ var _default = exports["default"] = ConsumptionSiteCreate;
@@ -6,27 +6,27 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports["default"] = void 0;
7
7
  var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
8
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
9
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
9
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
10
10
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
11
11
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
12
12
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
13
13
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
14
14
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); } /**
15
- * GreenLink API
16
- * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
17
- *
18
- * The version of the OpenAPI document: 1.16.11
19
- *
20
- *
21
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
22
- * https://openapi-generator.tech
23
- * Do not edit the class manually.
24
- *
25
- */
15
+ * GreenLink API
16
+ * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
17
+ *
18
+ * The version of the OpenAPI document: 1.17.1
19
+ *
20
+ *
21
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
22
+ * https://openapi-generator.tech
23
+ * Do not edit the class manually.
24
+ *
25
+ */
26
26
  /**
27
27
  * The ConsumptionSiteFileUpload model module.
28
28
  * @module model/ConsumptionSiteFileUpload
29
- * @version 1.16.11
29
+ * @version 1.17.1
30
30
  */
31
31
  var ConsumptionSiteFileUpload = /*#__PURE__*/function () {
32
32
  /**
@@ -38,10 +38,12 @@ var ConsumptionSiteFileUpload = /*#__PURE__*/function () {
38
38
  * @param nameColumnName {String}
39
39
  * @param latitudeColumnName {String}
40
40
  * @param longitudeColumnName {String}
41
+ * @param startDateColumnName {String}
42
+ * @param endDateColumnName {String}
41
43
  */
42
- function ConsumptionSiteFileUpload(file, consumer, eicColumnName, nameColumnName, latitudeColumnName, longitudeColumnName) {
44
+ function ConsumptionSiteFileUpload(file, consumer, eicColumnName, nameColumnName, latitudeColumnName, longitudeColumnName, startDateColumnName, endDateColumnName) {
43
45
  _classCallCheck(this, ConsumptionSiteFileUpload);
44
- ConsumptionSiteFileUpload.initialize(this, file, consumer, eicColumnName, nameColumnName, latitudeColumnName, longitudeColumnName);
46
+ ConsumptionSiteFileUpload.initialize(this, file, consumer, eicColumnName, nameColumnName, latitudeColumnName, longitudeColumnName, startDateColumnName, endDateColumnName);
45
47
  }
46
48
 
47
49
  /**
@@ -51,13 +53,15 @@ var ConsumptionSiteFileUpload = /*#__PURE__*/function () {
51
53
  */
52
54
  _createClass(ConsumptionSiteFileUpload, null, [{
53
55
  key: "initialize",
54
- value: function initialize(obj, file, consumer, eicColumnName, nameColumnName, latitudeColumnName, longitudeColumnName) {
56
+ value: function initialize(obj, file, consumer, eicColumnName, nameColumnName, latitudeColumnName, longitudeColumnName, startDateColumnName, endDateColumnName) {
55
57
  obj['file'] = file;
56
58
  obj['consumer'] = consumer;
57
59
  obj['eic_column_name'] = eicColumnName;
58
60
  obj['name_column_name'] = nameColumnName;
59
61
  obj['latitude_column_name'] = latitudeColumnName;
60
62
  obj['longitude_column_name'] = longitudeColumnName;
63
+ obj['start_date_column_name'] = startDateColumnName;
64
+ obj['end_date_column_name'] = endDateColumnName;
61
65
  }
62
66
 
63
67
  /**
@@ -90,6 +94,12 @@ var ConsumptionSiteFileUpload = /*#__PURE__*/function () {
90
94
  if (data.hasOwnProperty('longitude_column_name')) {
91
95
  obj['longitude_column_name'] = _ApiClient["default"].convertToType(data['longitude_column_name'], 'String');
92
96
  }
97
+ if (data.hasOwnProperty('start_date_column_name')) {
98
+ obj['start_date_column_name'] = _ApiClient["default"].convertToType(data['start_date_column_name'], 'String');
99
+ }
100
+ if (data.hasOwnProperty('end_date_column_name')) {
101
+ obj['end_date_column_name'] = _ApiClient["default"].convertToType(data['end_date_column_name'], 'String');
102
+ }
93
103
  }
94
104
  return obj;
95
105
  }
@@ -125,5 +135,14 @@ ConsumptionSiteFileUpload.prototype['latitude_column_name'] = undefined;
125
135
  * @member {String} longitude_column_name
126
136
  */
127
137
  ConsumptionSiteFileUpload.prototype['longitude_column_name'] = undefined;
128
- var _default = ConsumptionSiteFileUpload;
129
- exports["default"] = _default;
138
+
139
+ /**
140
+ * @member {String} start_date_column_name
141
+ */
142
+ ConsumptionSiteFileUpload.prototype['start_date_column_name'] = undefined;
143
+
144
+ /**
145
+ * @member {String} end_date_column_name
146
+ */
147
+ ConsumptionSiteFileUpload.prototype['end_date_column_name'] = undefined;
148
+ var _default = exports["default"] = ConsumptionSiteFileUpload;