green_link_api 1.14.0 → 1.15.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (114) hide show
  1. package/README.md +6 -43
  2. package/dist/ApiClient.js +5 -19
  3. package/dist/api/BlockchainApi.js +8 -8
  4. package/dist/api/EnergyAssetsApi.js +22 -22
  5. package/dist/api/EnergyDataApi.js +37 -37
  6. package/dist/api/HealthCheckApi.js +3 -3
  7. package/dist/api/LicensedProductionSitesOnEpiasApi.js +3 -3
  8. package/dist/api/LocationsApi.js +10 -10
  9. package/dist/api/LogsApi.js +17 -17
  10. package/dist/api/MaintenanceCheckApi.js +3 -3
  11. package/dist/api/OrganizationprofilesApi.js +8 -8
  12. package/dist/api/OrganizationsApi.js +32 -32
  13. package/dist/api/SchemaApi.js +3 -3
  14. package/dist/api/SentryDebugApi.js +3 -3
  15. package/dist/api/UsersApi.js +10 -72
  16. package/dist/index.js +0 -14
  17. package/dist/model/Activities.js +2 -2
  18. package/dist/model/BlockchainTransaction.js +2 -2
  19. package/dist/model/Consumer.js +2 -2
  20. package/dist/model/ConsumptionDataFileList.js +2 -2
  21. package/dist/model/ConsumptionDataFromRetailerRequest.js +2 -2
  22. package/dist/model/ConsumptionDataPointCreate.js +2 -2
  23. package/dist/model/ConsumptionDataPointListOrDetail.js +2 -2
  24. package/dist/model/ConsumptionDataPointUpdate.js +2 -2
  25. package/dist/model/ConsumptionSite.js +2 -2
  26. package/dist/model/ConsumptionSiteContract.js +2 -2
  27. package/dist/model/ConsumptionSiteContractImport.js +2 -2
  28. package/dist/model/ConsumptionSiteCreate.js +2 -2
  29. package/dist/model/ConsumptionSiteFileUpload.js +2 -2
  30. package/dist/model/ConsumptionSiteListOrDetail.js +2 -2
  31. package/dist/model/ContentTypeEnum.js +1 -1
  32. package/dist/model/EacTypeEnum.js +1 -1
  33. package/dist/model/EmissionFactor.js +2 -2
  34. package/dist/model/EnergySourceEnum.js +1 -1
  35. package/dist/model/EnergySourcePreference.js +2 -2
  36. package/dist/model/GetFromEpias.js +2 -2
  37. package/dist/model/GridOperator.js +2 -2
  38. package/dist/model/ImportRequest.js +2 -2
  39. package/dist/model/ImportRequestRaw.js +2 -2
  40. package/dist/model/ImportRequestStatusEnum.js +1 -1
  41. package/dist/model/ImportedEnergyDataPoint.js +2 -2
  42. package/dist/model/Issuer.js +2 -2
  43. package/dist/model/Location.js +2 -2
  44. package/dist/model/MatchRequest.js +2 -2
  45. package/dist/model/MatchTypeEnum.js +1 -1
  46. package/dist/model/MatchedEnergyDataPoint.js +2 -2
  47. package/dist/model/MatchingConsumerRequest.js +2 -2
  48. package/dist/model/MatchingSiteRequest.js +2 -2
  49. package/dist/model/OrganizationTypeEnum.js +1 -1
  50. package/dist/model/PaginatedActivitiesList.js +2 -2
  51. package/dist/model/PaginatedConsumerList.js +2 -2
  52. package/dist/model/PaginatedConsumptionDataPointListOrDetailList.js +2 -2
  53. package/dist/model/PaginatedConsumptionSiteContractList.js +2 -2
  54. package/dist/model/PaginatedConsumptionSiteListOrDetailList.js +2 -2
  55. package/dist/model/PaginatedEmissionFactorList.js +2 -2
  56. package/dist/model/PaginatedEnergySourcePreferenceList.js +2 -2
  57. package/dist/model/PaginatedGridOperatorList.js +2 -2
  58. package/dist/model/PaginatedImportRequestList.js +2 -2
  59. package/dist/model/PaginatedImportRequestRawList.js +2 -2
  60. package/dist/model/PaginatedImportedEnergyDataPointList.js +2 -2
  61. package/dist/model/PaginatedIssuerList.js +2 -2
  62. package/dist/model/PaginatedLocationList.js +2 -2
  63. package/dist/model/PaginatedMatchRequestList.js +2 -2
  64. package/dist/model/PaginatedMatchedEnergyDataPointList.js +2 -2
  65. package/dist/model/PaginatedProducerList.js +2 -2
  66. package/dist/model/PaginatedProductionDataFromEpiasRequestList.js +2 -2
  67. package/dist/model/PaginatedProductionDataPointListOrDetailList.js +2 -2
  68. package/dist/model/PaginatedProductionSiteListOrDetailList.js +2 -2
  69. package/dist/model/PaginatedRetailerList.js +2 -2
  70. package/dist/model/PaginatedSmartContractList.js +2 -2
  71. package/dist/model/PaginatedUnprocessedRowList.js +2 -2
  72. package/dist/model/PaginatedUploadedCertificateListorDetailList.js +2 -2
  73. package/dist/model/PaginatedUploadedFileList.js +2 -2
  74. package/dist/model/PaginatedUserList.js +2 -2
  75. package/dist/model/PatchedConsumer.js +2 -2
  76. package/dist/model/PatchedConsumptionDataPointUpdate.js +2 -2
  77. package/dist/model/PatchedConsumptionSite.js +2 -2
  78. package/dist/model/PatchedEmissionFactor.js +2 -2
  79. package/dist/model/PatchedEnergySourcePreference.js +2 -2
  80. package/dist/model/PatchedGridOperator.js +2 -2
  81. package/dist/model/PatchedIssuer.js +2 -2
  82. package/dist/model/PatchedLocation.js +2 -2
  83. package/dist/model/PatchedProducer.js +2 -2
  84. package/dist/model/PatchedProductionDataPointUpdate.js +2 -2
  85. package/dist/model/PatchedProductionSiteUpdate.js +2 -2
  86. package/dist/model/PatchedRetailer.js +2 -2
  87. package/dist/model/PatchedSmartContract.js +2 -2
  88. package/dist/model/PatchedUser.js +2 -2
  89. package/dist/model/PatchedUserDetail.js +2 -2
  90. package/dist/model/PriorityEnum.js +1 -1
  91. package/dist/model/Producer.js +2 -2
  92. package/dist/model/ProductionDataFileList.js +2 -2
  93. package/dist/model/ProductionDataFromEpiasRequest.js +2 -2
  94. package/dist/model/ProductionDataPointCreate.js +2 -2
  95. package/dist/model/ProductionDataPointListOrDetail.js +2 -2
  96. package/dist/model/ProductionDataPointUpdate.js +2 -2
  97. package/dist/model/ProductionSite.js +2 -2
  98. package/dist/model/ProductionSiteFileUpload.js +2 -2
  99. package/dist/model/ProductionSiteListOrDetail.js +2 -2
  100. package/dist/model/ProductionSiteUpdate.js +2 -2
  101. package/dist/model/Register.js +2 -2
  102. package/dist/model/Retailer.js +2 -2
  103. package/dist/model/SmartContract.js +2 -2
  104. package/dist/model/Status619Enum.js +1 -1
  105. package/dist/model/TypeEnum.js +1 -1
  106. package/dist/model/UnprocessedRow.js +2 -2
  107. package/dist/model/UploadedCertificate.js +2 -2
  108. package/dist/model/UploadedCertificateListorDetail.js +2 -2
  109. package/dist/model/UploadedFile.js +2 -2
  110. package/dist/model/User.js +2 -2
  111. package/dist/model/UserDetail.js +2 -2
  112. package/package.json +1 -1
  113. package/dist/model/Login.js +0 -95
  114. package/dist/model/Token.js +0 -80
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  * GreenLink API
17
17
  * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
18
18
  *
19
- * The version of the OpenAPI document: 1.14.0
19
+ * The version of the OpenAPI document: 1.15.0
20
20
  *
21
21
  *
22
22
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
27
27
  /**
28
28
  * The Producer model module.
29
29
  * @module model/Producer
30
- * @version 1.14.0
30
+ * @version 1.15.0
31
31
  */
32
32
  var Producer = /*#__PURE__*/function () {
33
33
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  * GreenLink API
16
16
  * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
17
17
  *
18
- * The version of the OpenAPI document: 1.14.0
18
+ * The version of the OpenAPI document: 1.15.0
19
19
  *
20
20
  *
21
21
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -26,7 +26,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
26
26
  /**
27
27
  * The ProductionDataFileList model module.
28
28
  * @module model/ProductionDataFileList
29
- * @version 1.14.0
29
+ * @version 1.15.0
30
30
  */
31
31
  var ProductionDataFileList = /*#__PURE__*/function () {
32
32
  /**
@@ -19,7 +19,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
19
19
  * GreenLink API
20
20
  * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
21
21
  *
22
- * The version of the OpenAPI document: 1.14.0
22
+ * The version of the OpenAPI document: 1.15.0
23
23
  *
24
24
  *
25
25
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -30,7 +30,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
30
30
  /**
31
31
  * The ProductionDataFromEpiasRequest model module.
32
32
  * @module model/ProductionDataFromEpiasRequest
33
- * @version 1.14.0
33
+ * @version 1.15.0
34
34
  */
35
35
  var ProductionDataFromEpiasRequest = /*#__PURE__*/function () {
36
36
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  * GreenLink API
17
17
  * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
18
18
  *
19
- * The version of the OpenAPI document: 1.14.0
19
+ * The version of the OpenAPI document: 1.15.0
20
20
  *
21
21
  *
22
22
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
27
27
  /**
28
28
  * The ProductionDataPointCreate model module.
29
29
  * @module model/ProductionDataPointCreate
30
- * @version 1.14.0
30
+ * @version 1.15.0
31
31
  */
32
32
  var ProductionDataPointCreate = /*#__PURE__*/function () {
33
33
  /**
@@ -20,7 +20,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
20
20
  * GreenLink API
21
21
  * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
22
22
  *
23
- * The version of the OpenAPI document: 1.14.0
23
+ * The version of the OpenAPI document: 1.15.0
24
24
  *
25
25
  *
26
26
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -31,7 +31,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
31
31
  /**
32
32
  * The ProductionDataPointListOrDetail model module.
33
33
  * @module model/ProductionDataPointListOrDetail
34
- * @version 1.14.0
34
+ * @version 1.15.0
35
35
  */
36
36
  var ProductionDataPointListOrDetail = /*#__PURE__*/function () {
37
37
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  * GreenLink API
17
17
  * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
18
18
  *
19
- * The version of the OpenAPI document: 1.14.0
19
+ * The version of the OpenAPI document: 1.15.0
20
20
  *
21
21
  *
22
22
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
27
27
  /**
28
28
  * The ProductionDataPointUpdate model module.
29
29
  * @module model/ProductionDataPointUpdate
30
- * @version 1.14.0
30
+ * @version 1.15.0
31
31
  */
32
32
  var ProductionDataPointUpdate = /*#__PURE__*/function () {
33
33
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  * GreenLink API
17
17
  * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
18
18
  *
19
- * The version of the OpenAPI document: 1.14.0
19
+ * The version of the OpenAPI document: 1.15.0
20
20
  *
21
21
  *
22
22
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
27
27
  /**
28
28
  * The ProductionSite model module.
29
29
  * @module model/ProductionSite
30
- * @version 1.14.0
30
+ * @version 1.15.0
31
31
  */
32
32
  var ProductionSite = /*#__PURE__*/function () {
33
33
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  * GreenLink API
16
16
  * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
17
17
  *
18
- * The version of the OpenAPI document: 1.14.0
18
+ * The version of the OpenAPI document: 1.15.0
19
19
  *
20
20
  *
21
21
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -26,7 +26,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
26
26
  /**
27
27
  * The ProductionSiteFileUpload model module.
28
28
  * @module model/ProductionSiteFileUpload
29
- * @version 1.14.0
29
+ * @version 1.15.0
30
30
  */
31
31
  var ProductionSiteFileUpload = /*#__PURE__*/function () {
32
32
  /**
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
17
17
  * GreenLink API
18
18
  * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
19
19
  *
20
- * The version of the OpenAPI document: 1.14.0
20
+ * The version of the OpenAPI document: 1.15.0
21
21
  *
22
22
  *
23
23
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
28
28
  /**
29
29
  * The ProductionSiteListOrDetail model module.
30
30
  * @module model/ProductionSiteListOrDetail
31
- * @version 1.14.0
31
+ * @version 1.15.0
32
32
  */
33
33
  var ProductionSiteListOrDetail = /*#__PURE__*/function () {
34
34
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  * GreenLink API
17
17
  * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
18
18
  *
19
- * The version of the OpenAPI document: 1.14.0
19
+ * The version of the OpenAPI document: 1.15.0
20
20
  *
21
21
  *
22
22
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
27
27
  /**
28
28
  * The ProductionSiteUpdate model module.
29
29
  * @module model/ProductionSiteUpdate
30
- * @version 1.14.0
30
+ * @version 1.15.0
31
31
  */
32
32
  var ProductionSiteUpdate = /*#__PURE__*/function () {
33
33
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  * GreenLink API
16
16
  * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
17
17
  *
18
- * The version of the OpenAPI document: 1.14.0
18
+ * The version of the OpenAPI document: 1.15.0
19
19
  *
20
20
  *
21
21
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -26,7 +26,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
26
26
  /**
27
27
  * The Register model module.
28
28
  * @module model/Register
29
- * @version 1.14.0
29
+ * @version 1.15.0
30
30
  */
31
31
  var Register = /*#__PURE__*/function () {
32
32
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  * GreenLink API
17
17
  * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
18
18
  *
19
- * The version of the OpenAPI document: 1.14.0
19
+ * The version of the OpenAPI document: 1.15.0
20
20
  *
21
21
  *
22
22
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
27
27
  /**
28
28
  * The Retailer model module.
29
29
  * @module model/Retailer
30
- * @version 1.14.0
30
+ * @version 1.15.0
31
31
  */
32
32
  var Retailer = /*#__PURE__*/function () {
33
33
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  * GreenLink API
16
16
  * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
17
17
  *
18
- * The version of the OpenAPI document: 1.14.0
18
+ * The version of the OpenAPI document: 1.15.0
19
19
  *
20
20
  *
21
21
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -26,7 +26,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
26
26
  /**
27
27
  * The SmartContract model module.
28
28
  * @module model/SmartContract
29
- * @version 1.14.0
29
+ * @version 1.15.0
30
30
  */
31
31
  var SmartContract = /*#__PURE__*/function () {
32
32
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  * GreenLink API
17
17
  * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
18
18
  *
19
- * The version of the OpenAPI document: 1.14.0
19
+ * The version of the OpenAPI document: 1.15.0
20
20
  *
21
21
  *
22
22
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  * GreenLink API
17
17
  * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
18
18
  *
19
- * The version of the OpenAPI document: 1.14.0
19
+ * The version of the OpenAPI document: 1.15.0
20
20
  *
21
21
  *
22
22
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  * GreenLink API
16
16
  * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
17
17
  *
18
- * The version of the OpenAPI document: 1.14.0
18
+ * The version of the OpenAPI document: 1.15.0
19
19
  *
20
20
  *
21
21
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -26,7 +26,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
26
26
  /**
27
27
  * The UnprocessedRow model module.
28
28
  * @module model/UnprocessedRow
29
- * @version 1.14.0
29
+ * @version 1.15.0
30
30
  */
31
31
  var UnprocessedRow = /*#__PURE__*/function () {
32
32
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  * GreenLink API
17
17
  * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
18
18
  *
19
- * The version of the OpenAPI document: 1.14.0
19
+ * The version of the OpenAPI document: 1.15.0
20
20
  *
21
21
  *
22
22
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
27
27
  /**
28
28
  * The UploadedCertificate model module.
29
29
  * @module model/UploadedCertificate
30
- * @version 1.14.0
30
+ * @version 1.15.0
31
31
  */
32
32
  var UploadedCertificate = /*#__PURE__*/function () {
33
33
  /**
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
17
17
  * GreenLink API
18
18
  * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
19
19
  *
20
- * The version of the OpenAPI document: 1.14.0
20
+ * The version of the OpenAPI document: 1.15.0
21
21
  *
22
22
  *
23
23
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
28
28
  /**
29
29
  * The UploadedCertificateListorDetail model module.
30
30
  * @module model/UploadedCertificateListorDetail
31
- * @version 1.14.0
31
+ * @version 1.15.0
32
32
  */
33
33
  var UploadedCertificateListorDetail = /*#__PURE__*/function () {
34
34
  /**
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
17
17
  * GreenLink API
18
18
  * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
19
19
  *
20
- * The version of the OpenAPI document: 1.14.0
20
+ * The version of the OpenAPI document: 1.15.0
21
21
  *
22
22
  *
23
23
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
28
28
  /**
29
29
  * The UploadedFile model module.
30
30
  * @module model/UploadedFile
31
- * @version 1.14.0
31
+ * @version 1.15.0
32
32
  */
33
33
  var UploadedFile = /*#__PURE__*/function () {
34
34
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  * GreenLink API
17
17
  * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
18
18
  *
19
- * The version of the OpenAPI document: 1.14.0
19
+ * The version of the OpenAPI document: 1.15.0
20
20
  *
21
21
  *
22
22
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
27
27
  /**
28
28
  * The User model module.
29
29
  * @module model/User
30
- * @version 1.14.0
30
+ * @version 1.15.0
31
31
  */
32
32
  var User = /*#__PURE__*/function () {
33
33
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  * GreenLink API
17
17
  * ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
18
18
  *
19
- * The version of the OpenAPI document: 1.14.0
19
+ * The version of the OpenAPI document: 1.15.0
20
20
  *
21
21
  *
22
22
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
27
27
  /**
28
28
  * The UserDetail model module.
29
29
  * @module model/UserDetail
30
- * @version 1.14.0
30
+ * @version 1.15.0
31
31
  */
32
32
  var UserDetail = /*#__PURE__*/function () {
33
33
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "green_link_api",
3
- "version": "1.14.0",
3
+ "version": "1.15.0",
4
4
  "description": "GreenLink_API_documentation_with_interactive_tools_for_testing_API_endpoints_",
5
5
  "license": "Unlicense",
6
6
  "main": "dist/index.js",
@@ -1,95 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = void 0;
7
- var _ApiClient = _interopRequireDefault(require("../ApiClient"));
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); }
10
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
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
- 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
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
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.14.0
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
- /**
27
- * The Login model module.
28
- * @module model/Login
29
- * @version 1.14.0
30
- */
31
- var Login = /*#__PURE__*/function () {
32
- /**
33
- * Constructs a new <code>Login</code>.
34
- * @alias module:model/Login
35
- * @param password {String}
36
- */
37
- function Login(password) {
38
- _classCallCheck(this, Login);
39
- Login.initialize(this, password);
40
- }
41
-
42
- /**
43
- * Initializes the fields of this object.
44
- * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
45
- * Only for internal use.
46
- */
47
- _createClass(Login, null, [{
48
- key: "initialize",
49
- value: function initialize(obj, password) {
50
- obj['password'] = password;
51
- }
52
-
53
- /**
54
- * Constructs a <code>Login</code> from a plain JavaScript object, optionally creating a new instance.
55
- * Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
56
- * @param {Object} data The plain JavaScript object bearing properties of interest.
57
- * @param {module:model/Login} obj Optional instance to populate.
58
- * @return {module:model/Login} The populated <code>Login</code> instance.
59
- */
60
- }, {
61
- key: "constructFromObject",
62
- value: function constructFromObject(data, obj) {
63
- if (data) {
64
- obj = obj || new Login();
65
- if (data.hasOwnProperty('username')) {
66
- obj['username'] = _ApiClient["default"].convertToType(data['username'], 'String');
67
- }
68
- if (data.hasOwnProperty('email')) {
69
- obj['email'] = _ApiClient["default"].convertToType(data['email'], 'String');
70
- }
71
- if (data.hasOwnProperty('password')) {
72
- obj['password'] = _ApiClient["default"].convertToType(data['password'], 'String');
73
- }
74
- }
75
- return obj;
76
- }
77
- }]);
78
- return Login;
79
- }();
80
- /**
81
- * @member {String} username
82
- */
83
- Login.prototype['username'] = undefined;
84
-
85
- /**
86
- * @member {String} email
87
- */
88
- Login.prototype['email'] = undefined;
89
-
90
- /**
91
- * @member {String} password
92
- */
93
- Login.prototype['password'] = undefined;
94
- var _default = Login;
95
- exports["default"] = _default;