green_link_api 1.16.13 → 1.17.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (110) hide show
  1. package/README.md +2 -11
  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 -146
  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 -28
  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 +14 -15
  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/ProductionDataFromEpiasTask.js +0 -155
@@ -7,37 +7,35 @@ exports["default"] = void 0;
7
7
  var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
8
  var _Activities = _interopRequireDefault(require("../model/Activities"));
9
9
  var _PaginatedActivitiesList = _interopRequireDefault(require("../model/PaginatedActivitiesList"));
10
- var _PaginatedProductionDataFromEpiasTaskList = _interopRequireDefault(require("../model/PaginatedProductionDataFromEpiasTaskList"));
11
10
  var _PaginatedUploadedCertificateListorDetailList = _interopRequireDefault(require("../model/PaginatedUploadedCertificateListorDetailList"));
12
11
  var _PaginatedUploadedFileTaskList = _interopRequireDefault(require("../model/PaginatedUploadedFileTaskList"));
13
- var _ProductionDataFromEpiasTask = _interopRequireDefault(require("../model/ProductionDataFromEpiasTask"));
14
12
  var _UploadedCertificate = _interopRequireDefault(require("../model/UploadedCertificate"));
15
13
  var _UploadedCertificateListorDetail = _interopRequireDefault(require("../model/UploadedCertificateListorDetail"));
16
14
  var _UploadedFileTask = _interopRequireDefault(require("../model/UploadedFileTask"));
17
15
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
18
- 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); }
16
+ 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); }
19
17
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
20
18
  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); } }
21
19
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
22
20
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
23
21
  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); } /**
24
- * GreenLink API
25
- * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
26
- *
27
- * The version of the OpenAPI document: 1.16.13
28
- *
29
- *
30
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
31
- * https://openapi-generator.tech
32
- * Do not edit the class manually.
33
- *
34
- */
22
+ * GreenLink API
23
+ * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
24
+ *
25
+ * The version of the OpenAPI document: 1.17.1
26
+ *
27
+ *
28
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
29
+ * https://openapi-generator.tech
30
+ * Do not edit the class manually.
31
+ *
32
+ */
35
33
  /**
36
34
  * Logs service.
37
35
  * @module api/LogsApi
38
- * @version 1.16.13
36
+ * @version 1.17.1
39
37
  */
40
- var LogsApi = /*#__PURE__*/function () {
38
+ var LogsApi = exports["default"] = /*#__PURE__*/function () {
41
39
  /**
42
40
  * Constructs a new LogsApi.
43
41
  * @alias module:api/LogsApi
@@ -328,134 +326,6 @@ var LogsApi = /*#__PURE__*/function () {
328
326
  return this.apiClient.callApi('/logs/certificates/{id}/', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
329
327
  }
330
328
 
331
- /**
332
- * Callback function to receive the result of the logsProductionEpiasDestroy operation.
333
- * @callback module:api/LogsApi~logsProductionEpiasDestroyCallback
334
- * @param {String} error Error message, if any.
335
- * @param data This operation does not return a value.
336
- * @param {String} response The complete HTTP response.
337
- */
338
-
339
- /**
340
- * This class manages the EPIAS requests related to the user's organization. The following operations are supported: - List all the EPIAS requests: Users must be authenticated and have an active (is_active=True) account. The roles required for this operation are Staff and/or Admin. - Get specific EPIAS request details: Users must be authenticated and have an active (is_active=True) account. The roles required for this operation are Staff and/or Admin. **Please note:** When users request for the list of EPIAS requests or for specific EPIAS request details, an event is captured using PostHog with the respective details and user's organization name.
341
- * @param {String} id A UUID string identifying this production data from epias task.
342
- * @param {module:api/LogsApi~logsProductionEpiasDestroyCallback} callback The callback function, accepting three arguments: error, data, response
343
- */
344
- }, {
345
- key: "logsProductionEpiasDestroy",
346
- value: function logsProductionEpiasDestroy(id, callback) {
347
- var postBody = null;
348
- // verify the required parameter 'id' is set
349
- if (id === undefined || id === null) {
350
- throw new Error("Missing the required parameter 'id' when calling logsProductionEpiasDestroy");
351
- }
352
- var pathParams = {
353
- 'id': id
354
- };
355
- var queryParams = {};
356
- var headerParams = {};
357
- var formParams = {};
358
- var authNames = [];
359
- var contentTypes = [];
360
- var accepts = [];
361
- var returnType = null;
362
- return this.apiClient.callApi('/logs/production-epias/{id}/', 'DELETE', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
363
- }
364
-
365
- /**
366
- * Callback function to receive the result of the logsProductionEpiasList operation.
367
- * @callback module:api/LogsApi~logsProductionEpiasListCallback
368
- * @param {String} error Error message, if any.
369
- * @param {module:model/PaginatedProductionDataFromEpiasTaskList} data The data returned by the service call.
370
- * @param {String} response The complete HTTP response.
371
- */
372
-
373
- /**
374
- * This class manages the EPIAS requests related to the user's organization. The following operations are supported: - List all the EPIAS requests: Users must be authenticated and have an active (is_active=True) account. The roles required for this operation are Staff and/or Admin. - Get specific EPIAS request details: Users must be authenticated and have an active (is_active=True) account. The roles required for this operation are Staff and/or Admin. **Please note:** When users request for the list of EPIAS requests or for specific EPIAS request details, an event is captured using PostHog with the respective details and user's organization name.
375
- * @param {Object} opts Optional parameters
376
- * @param {Date} opts.createdAt
377
- * @param {Date} opts.endTime
378
- * @param {String} opts.id
379
- * @param {Number} opts.limit Number of results to return per page.
380
- * @param {Number} opts.offset The initial index from which to return the results.
381
- * @param {Array.<module:model/String>} opts.orderBy Ordering * `time` - Time * `-time` - Time (descending) * `status` - Status * `-status` - Status (descending) * `created_at` - Created at * `-created_at` - Created at (descending) * `retailer` - Retailer * `-retailer` - Retailer (descending) * `production_site` - Production site * `-production_site` - Production site (descending)
382
- * @param {String} opts.producer
383
- * @param {String} opts.productionSite
384
- * @param {String} opts.retailer
385
- * @param {Date} opts.startAfter Filter start time after a given ISO 8601 formatted date (e.g: 2020-01-01T03:00:00+03:00)
386
- * @param {Date} opts.startBefore Filter start time before a given ISO 8601 formatted date (e.g: 2020-01-02T03:00:00+03:00)
387
- * @param {Date} opts.startTime
388
- * @param {module:model/String} opts.status * `started` - started * `failed` - failed * `finished` - finished * `unstarted` - unstarted
389
- * @param {Date} opts.updatedAt
390
- * @param {module:api/LogsApi~logsProductionEpiasListCallback} callback The callback function, accepting three arguments: error, data, response
391
- * data is of type: {@link module:model/PaginatedProductionDataFromEpiasTaskList}
392
- */
393
- }, {
394
- key: "logsProductionEpiasList",
395
- value: function logsProductionEpiasList(opts, callback) {
396
- opts = opts || {};
397
- var postBody = null;
398
- var pathParams = {};
399
- var queryParams = {
400
- 'created_at': opts['createdAt'],
401
- 'end_time': opts['endTime'],
402
- 'id': opts['id'],
403
- 'limit': opts['limit'],
404
- 'offset': opts['offset'],
405
- 'order_by': this.apiClient.buildCollectionParam(opts['orderBy'], 'csv'),
406
- 'producer': opts['producer'],
407
- 'production_site': opts['productionSite'],
408
- 'retailer': opts['retailer'],
409
- 'start_after': opts['startAfter'],
410
- 'start_before': opts['startBefore'],
411
- 'start_time': opts['startTime'],
412
- 'status': opts['status'],
413
- 'updated_at': opts['updatedAt']
414
- };
415
- var headerParams = {};
416
- var formParams = {};
417
- var authNames = [];
418
- var contentTypes = [];
419
- var accepts = ['application/json'];
420
- var returnType = _PaginatedProductionDataFromEpiasTaskList["default"];
421
- return this.apiClient.callApi('/logs/production-epias/', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
422
- }
423
-
424
- /**
425
- * Callback function to receive the result of the logsProductionEpiasRetrieve operation.
426
- * @callback module:api/LogsApi~logsProductionEpiasRetrieveCallback
427
- * @param {String} error Error message, if any.
428
- * @param {module:model/ProductionDataFromEpiasTask} data The data returned by the service call.
429
- * @param {String} response The complete HTTP response.
430
- */
431
-
432
- /**
433
- * This class manages the EPIAS requests related to the user's organization. The following operations are supported: - List all the EPIAS requests: Users must be authenticated and have an active (is_active=True) account. The roles required for this operation are Staff and/or Admin. - Get specific EPIAS request details: Users must be authenticated and have an active (is_active=True) account. The roles required for this operation are Staff and/or Admin. **Please note:** When users request for the list of EPIAS requests or for specific EPIAS request details, an event is captured using PostHog with the respective details and user's organization name.
434
- * @param {String} id A UUID string identifying this production data from epias task.
435
- * @param {module:api/LogsApi~logsProductionEpiasRetrieveCallback} callback The callback function, accepting three arguments: error, data, response
436
- * data is of type: {@link module:model/ProductionDataFromEpiasTask}
437
- */
438
- }, {
439
- key: "logsProductionEpiasRetrieve",
440
- value: function logsProductionEpiasRetrieve(id, callback) {
441
- var postBody = null;
442
- // verify the required parameter 'id' is set
443
- if (id === undefined || id === null) {
444
- throw new Error("Missing the required parameter 'id' when calling logsProductionEpiasRetrieve");
445
- }
446
- var pathParams = {
447
- 'id': id
448
- };
449
- var queryParams = {};
450
- var headerParams = {};
451
- var formParams = {};
452
- var authNames = [];
453
- var contentTypes = [];
454
- var accepts = ['application/json'];
455
- var returnType = _ProductionDataFromEpiasTask["default"];
456
- return this.apiClient.callApi('/logs/production-epias/{id}/', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
457
- }
458
-
459
329
  /**
460
330
  * Callback function to receive the result of the logsUploadFileDestroy operation.
461
331
  * @callback module:api/LogsApi~logsUploadFileDestroyCallback
@@ -577,5 +447,4 @@ var LogsApi = /*#__PURE__*/function () {
577
447
  }
578
448
  }]);
579
449
  return LogsApi;
580
- }();
581
- exports["default"] = LogsApi;
450
+ }();
@@ -6,29 +6,29 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports["default"] = void 0;
7
7
  var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
8
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
9
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
9
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
10
10
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
11
11
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
12
12
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
13
13
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
14
14
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); } /**
15
- * GreenLink API
16
- * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
17
- *
18
- * The version of the OpenAPI document: 1.16.13
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
  * MaintenanceCheck service.
28
28
  * @module api/MaintenanceCheckApi
29
- * @version 1.16.13
29
+ * @version 1.17.1
30
30
  */
31
- var MaintenanceCheckApi = /*#__PURE__*/function () {
31
+ var MaintenanceCheckApi = exports["default"] = /*#__PURE__*/function () {
32
32
  /**
33
33
  * Constructs a new MaintenanceCheckApi.
34
34
  * @alias module:api/MaintenanceCheckApi
@@ -68,5 +68,4 @@ var MaintenanceCheckApi = /*#__PURE__*/function () {
68
68
  }
69
69
  }]);
70
70
  return MaintenanceCheckApi;
71
- }();
72
- exports["default"] = MaintenanceCheckApi;
71
+ }();
@@ -9,29 +9,29 @@ var _EnergySourcePreference = _interopRequireDefault(require("../model/EnergySou
9
9
  var _PaginatedEnergySourcePreferenceList = _interopRequireDefault(require("../model/PaginatedEnergySourcePreferenceList"));
10
10
  var _PatchedEnergySourcePreference = _interopRequireDefault(require("../model/PatchedEnergySourcePreference"));
11
11
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
12
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
12
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
13
13
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
14
14
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
15
15
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
16
16
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
17
17
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); } /**
18
- * GreenLink API
19
- * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
20
- *
21
- * The version of the OpenAPI document: 1.16.13
22
- *
23
- *
24
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
25
- * https://openapi-generator.tech
26
- * Do not edit the class manually.
27
- *
28
- */
18
+ * GreenLink API
19
+ * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
20
+ *
21
+ * The version of the OpenAPI document: 1.17.1
22
+ *
23
+ *
24
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
25
+ * https://openapi-generator.tech
26
+ * Do not edit the class manually.
27
+ *
28
+ */
29
29
  /**
30
30
  * Organizationprofiles service.
31
31
  * @module api/OrganizationprofilesApi
32
- * @version 1.16.13
32
+ * @version 1.17.1
33
33
  */
34
- var OrganizationprofilesApi = /*#__PURE__*/function () {
34
+ var OrganizationprofilesApi = exports["default"] = /*#__PURE__*/function () {
35
35
  /**
36
36
  * Constructs a new OrganizationprofilesApi.
37
37
  * @alias module:api/OrganizationprofilesApi
@@ -276,5 +276,4 @@ var OrganizationprofilesApi = /*#__PURE__*/function () {
276
276
  }
277
277
  }]);
278
278
  return OrganizationprofilesApi;
279
- }();
280
- exports["default"] = OrganizationprofilesApi;
279
+ }();
@@ -21,29 +21,29 @@ var _PatchedRetailer = _interopRequireDefault(require("../model/PatchedRetailer"
21
21
  var _Producer = _interopRequireDefault(require("../model/Producer"));
22
22
  var _Retailer = _interopRequireDefault(require("../model/Retailer"));
23
23
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
24
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
24
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
25
25
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
26
26
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
27
27
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
28
28
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
29
29
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); } /**
30
- * GreenLink API
31
- * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
32
- *
33
- * The version of the OpenAPI document: 1.16.13
34
- *
35
- *
36
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
37
- * https://openapi-generator.tech
38
- * Do not edit the class manually.
39
- *
40
- */
30
+ * GreenLink API
31
+ * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
32
+ *
33
+ * The version of the OpenAPI document: 1.17.1
34
+ *
35
+ *
36
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
37
+ * https://openapi-generator.tech
38
+ * Do not edit the class manually.
39
+ *
40
+ */
41
41
  /**
42
42
  * Organizations service.
43
43
  * @module api/OrganizationsApi
44
- * @version 1.16.13
44
+ * @version 1.17.1
45
45
  */
46
- var OrganizationsApi = /*#__PURE__*/function () {
46
+ var OrganizationsApi = exports["default"] = /*#__PURE__*/function () {
47
47
  /**
48
48
  * Constructs a new OrganizationsApi.
49
49
  * @alias module:api/OrganizationsApi
@@ -1248,5 +1248,4 @@ var OrganizationsApi = /*#__PURE__*/function () {
1248
1248
  }
1249
1249
  }]);
1250
1250
  return OrganizationsApi;
1251
- }();
1252
- exports["default"] = OrganizationsApi;
1251
+ }();
@@ -6,29 +6,29 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports["default"] = void 0;
7
7
  var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
8
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
9
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
9
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
10
10
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
11
11
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
12
12
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
13
13
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
14
14
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); } /**
15
- * GreenLink API
16
- * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
17
- *
18
- * The version of the OpenAPI document: 1.16.13
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
  * Schema service.
28
28
  * @module api/SchemaApi
29
- * @version 1.16.13
29
+ * @version 1.17.1
30
30
  */
31
- var SchemaApi = /*#__PURE__*/function () {
31
+ var SchemaApi = exports["default"] = /*#__PURE__*/function () {
32
32
  /**
33
33
  * Constructs a new SchemaApi.
34
34
  * @alias module:api/SchemaApi
@@ -79,5 +79,4 @@ var SchemaApi = /*#__PURE__*/function () {
79
79
  }
80
80
  }]);
81
81
  return SchemaApi;
82
- }();
83
- exports["default"] = SchemaApi;
82
+ }();
@@ -6,29 +6,29 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports["default"] = void 0;
7
7
  var _ApiClient = _interopRequireDefault(require("../ApiClient"));
8
8
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
9
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
9
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
10
10
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
11
11
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
12
12
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
13
13
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
14
14
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); } /**
15
- * GreenLink API
16
- * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
17
- *
18
- * The version of the OpenAPI document: 1.16.13
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
  * SentryDebug service.
28
28
  * @module api/SentryDebugApi
29
- * @version 1.16.13
29
+ * @version 1.17.1
30
30
  */
31
- var SentryDebugApi = /*#__PURE__*/function () {
31
+ var SentryDebugApi = exports["default"] = /*#__PURE__*/function () {
32
32
  /**
33
33
  * Constructs a new SentryDebugApi.
34
34
  * @alias module:api/SentryDebugApi
@@ -68,5 +68,4 @@ var SentryDebugApi = /*#__PURE__*/function () {
68
68
  }
69
69
  }]);
70
70
  return SentryDebugApi;
71
- }();
72
- exports["default"] = SentryDebugApi;
71
+ }();
@@ -12,29 +12,29 @@ var _Register = _interopRequireDefault(require("../model/Register"));
12
12
  var _User = _interopRequireDefault(require("../model/User"));
13
13
  var _UserDetail = _interopRequireDefault(require("../model/UserDetail"));
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.13
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
  * Users service.
34
34
  * @module api/UsersApi
35
- * @version 1.16.13
35
+ * @version 1.17.1
36
36
  */
37
- var UsersApi = /*#__PURE__*/function () {
37
+ var UsersApi = exports["default"] = /*#__PURE__*/function () {
38
38
  /**
39
39
  * Constructs a new UsersApi.
40
40
  * @alias module:api/UsersApi
@@ -345,5 +345,4 @@ var UsersApi = /*#__PURE__*/function () {
345
345
  }
346
346
  }]);
347
347
  return UsersApi;
348
- }();
349
- exports["default"] = UsersApi;
348
+ }();