green_link_api 0.49.5 → 0.51.3

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 (91) hide show
  1. package/README.md +15 -37
  2. package/dist/ApiClient.js +5 -8
  3. package/dist/api/EnergyAssetsApi.js +104 -34
  4. package/dist/api/EnergyDataApi.js +81 -46
  5. package/dist/api/HealthCheckApi.js +3 -3
  6. package/dist/api/LicensedProductionSitesOnEpiasApi.js +3 -3
  7. package/dist/api/LocationsApi.js +10 -10
  8. package/dist/api/MaintenanceCheckApi.js +3 -3
  9. package/dist/api/OrganizationprofilesApi.js +8 -8
  10. package/dist/api/OrganizationsApi.js +32 -32
  11. package/dist/api/SchemaApi.js +3 -3
  12. package/dist/api/SentryDebugApi.js +3 -3
  13. package/dist/api/UsersApi.js +14 -231
  14. package/dist/index.js +27 -59
  15. package/dist/model/Consumer.js +2 -2
  16. package/dist/model/ConsumptionDataFileList.js +2 -2
  17. package/dist/model/ConsumptionDataFromRetailer.js +101 -0
  18. package/dist/model/ConsumptionDataPointCreate.js +2 -2
  19. package/dist/model/ConsumptionDataPointListOrDetail.js +2 -2
  20. package/dist/model/ConsumptionDataPointUpdate.js +2 -2
  21. package/dist/model/ConsumptionSite.js +2 -2
  22. package/dist/model/ConsumptionSiteFileUpload.js +2 -2
  23. package/dist/model/{TokenRefresh.js → ConsumptionSiteFromRetailer.js} +25 -33
  24. package/dist/model/ConsumptionSiteListOrDetail.js +2 -2
  25. package/dist/model/ConsumptionSiteMany.js +195 -0
  26. package/dist/model/EmissionFactor.js +2 -2
  27. package/dist/model/EnergySourceEnum.js +1 -1
  28. package/dist/model/EnergySourcePreference.js +2 -2
  29. package/dist/model/GetFromEpias.js +2 -2
  30. package/dist/model/GridOperator.js +2 -2
  31. package/dist/model/Issuer.js +2 -2
  32. package/dist/model/Location.js +2 -2
  33. package/dist/model/Login.js +2 -2
  34. package/dist/model/MatchRequest.js +2 -2
  35. package/dist/model/MatchTypeEnum.js +1 -1
  36. package/dist/model/MatchedEnergyDataPoint.js +2 -2
  37. package/dist/model/MatchingConsumerRequest.js +2 -2
  38. package/dist/model/MatchingSiteRequest.js +2 -2
  39. package/dist/model/OrganizationTypeEnum.js +1 -1
  40. package/dist/model/PaginatedConsumerList.js +2 -2
  41. package/dist/model/PaginatedConsumptionDataPointListOrDetailList.js +2 -2
  42. package/dist/model/PaginatedConsumptionSiteListOrDetailList.js +2 -2
  43. package/dist/model/PaginatedEmissionFactorList.js +2 -2
  44. package/dist/model/PaginatedEnergySourcePreferenceList.js +2 -2
  45. package/dist/model/PaginatedGridOperatorList.js +2 -2
  46. package/dist/model/PaginatedIssuerList.js +2 -2
  47. package/dist/model/PaginatedLocationList.js +2 -2
  48. package/dist/model/PaginatedMatchRequestList.js +2 -2
  49. package/dist/model/PaginatedMatchedEnergyDataPointList.js +2 -2
  50. package/dist/model/PaginatedProducerList.js +2 -2
  51. package/dist/model/PaginatedProductionDataPointListOrDetailList.js +2 -2
  52. package/dist/model/PaginatedProductionSiteListOrDetailList.js +2 -2
  53. package/dist/model/PaginatedRetailerList.js +2 -2
  54. package/dist/model/PaginatedUserList.js +2 -2
  55. package/dist/model/PatchedConsumer.js +2 -2
  56. package/dist/model/PatchedConsumptionDataPointUpdate.js +2 -2
  57. package/dist/model/PatchedConsumptionSite.js +2 -2
  58. package/dist/model/PatchedEmissionFactor.js +2 -2
  59. package/dist/model/PatchedEnergySourcePreference.js +2 -2
  60. package/dist/model/PatchedGridOperator.js +2 -2
  61. package/dist/model/PatchedIssuer.js +2 -2
  62. package/dist/model/PatchedLocation.js +2 -2
  63. package/dist/model/PatchedProducer.js +2 -2
  64. package/dist/model/PatchedProductionDataPointUpdate.js +2 -2
  65. package/dist/model/PatchedProductionSiteUpdate.js +2 -2
  66. package/dist/model/PatchedRetailer.js +2 -2
  67. package/dist/model/PatchedUser.js +13 -2
  68. package/dist/model/PatchedUserDetail.js +13 -2
  69. package/dist/model/PriorityEnum.js +1 -1
  70. package/dist/model/Producer.js +2 -2
  71. package/dist/model/ProductionDataFileList.js +2 -2
  72. package/dist/model/ProductionDataPointCreate.js +2 -2
  73. package/dist/model/ProductionDataPointListOrDetail.js +2 -2
  74. package/dist/model/ProductionDataPointUpdate.js +2 -2
  75. package/dist/model/ProductionSite.js +7 -5
  76. package/dist/model/ProductionSiteFileUpload.js +2 -2
  77. package/dist/model/ProductionSiteListOrDetail.js +2 -2
  78. package/dist/model/ProductionSiteUpdate.js +7 -5
  79. package/dist/model/Register.js +18 -6
  80. package/dist/model/Retailer.js +2 -2
  81. package/dist/model/StatusEnum.js +1 -1
  82. package/dist/model/{VerifyEmail.js → Token.js} +19 -18
  83. package/dist/model/User.js +13 -2
  84. package/dist/model/UserDetail.js +13 -2
  85. package/package.json +1 -1
  86. package/dist/model/JWT.js +0 -103
  87. package/dist/model/PasswordChange.js +0 -100
  88. package/dist/model/PasswordReset.js +0 -79
  89. package/dist/model/PasswordResetConfirm.js +0 -112
  90. package/dist/model/RestAuthDetail.js +0 -75
  91. package/dist/model/TokenVerify.js +0 -78
@@ -13,12 +13,12 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
13
13
 
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, descriptor.key, descriptor); } }
15
15
 
16
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
16
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
17
17
 
18
18
  /**
19
19
  * The MatchedEnergyDataPoint model module.
20
20
  * @module model/MatchedEnergyDataPoint
21
- * @version 0.49.5
21
+ * @version 0.51.3
22
22
  */
23
23
  var MatchedEnergyDataPoint = /*#__PURE__*/function () {
24
24
  /**
@@ -13,12 +13,12 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
13
13
 
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, descriptor.key, descriptor); } }
15
15
 
16
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
16
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
17
17
 
18
18
  /**
19
19
  * The MatchingConsumerRequest model module.
20
20
  * @module model/MatchingConsumerRequest
21
- * @version 0.49.5
21
+ * @version 0.51.3
22
22
  */
23
23
  var MatchingConsumerRequest = /*#__PURE__*/function () {
24
24
  /**
@@ -13,12 +13,12 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
13
13
 
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, descriptor.key, descriptor); } }
15
15
 
16
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
16
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
17
17
 
18
18
  /**
19
19
  * The MatchingSiteRequest model module.
20
20
  * @module model/MatchingSiteRequest
21
- * @version 0.49.5
21
+ * @version 0.51.3
22
22
  */
23
23
  var MatchingSiteRequest = /*#__PURE__*/function () {
24
24
  /**
@@ -13,7 +13,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
13
13
 
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, descriptor.key, descriptor); } }
15
15
 
16
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
16
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
17
17
 
18
18
  function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
19
19
 
@@ -15,12 +15,12 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
15
15
 
16
16
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
17
17
 
18
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
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
 
20
20
  /**
21
21
  * The PaginatedConsumerList model module.
22
22
  * @module model/PaginatedConsumerList
23
- * @version 0.49.5
23
+ * @version 0.51.3
24
24
  */
25
25
  var PaginatedConsumerList = /*#__PURE__*/function () {
26
26
  /**
@@ -15,12 +15,12 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
15
15
 
16
16
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
17
17
 
18
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
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
 
20
20
  /**
21
21
  * The PaginatedConsumptionDataPointListOrDetailList model module.
22
22
  * @module model/PaginatedConsumptionDataPointListOrDetailList
23
- * @version 0.49.5
23
+ * @version 0.51.3
24
24
  */
25
25
  var PaginatedConsumptionDataPointListOrDetailList = /*#__PURE__*/function () {
26
26
  /**
@@ -15,12 +15,12 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
15
15
 
16
16
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
17
17
 
18
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
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
 
20
20
  /**
21
21
  * The PaginatedConsumptionSiteListOrDetailList model module.
22
22
  * @module model/PaginatedConsumptionSiteListOrDetailList
23
- * @version 0.49.5
23
+ * @version 0.51.3
24
24
  */
25
25
  var PaginatedConsumptionSiteListOrDetailList = /*#__PURE__*/function () {
26
26
  /**
@@ -15,12 +15,12 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
15
15
 
16
16
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
17
17
 
18
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
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
 
20
20
  /**
21
21
  * The PaginatedEmissionFactorList model module.
22
22
  * @module model/PaginatedEmissionFactorList
23
- * @version 0.49.5
23
+ * @version 0.51.3
24
24
  */
25
25
  var PaginatedEmissionFactorList = /*#__PURE__*/function () {
26
26
  /**
@@ -15,12 +15,12 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
15
15
 
16
16
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
17
17
 
18
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
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
 
20
20
  /**
21
21
  * The PaginatedEnergySourcePreferenceList model module.
22
22
  * @module model/PaginatedEnergySourcePreferenceList
23
- * @version 0.49.5
23
+ * @version 0.51.3
24
24
  */
25
25
  var PaginatedEnergySourcePreferenceList = /*#__PURE__*/function () {
26
26
  /**
@@ -15,12 +15,12 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
15
15
 
16
16
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
17
17
 
18
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
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
 
20
20
  /**
21
21
  * The PaginatedGridOperatorList model module.
22
22
  * @module model/PaginatedGridOperatorList
23
- * @version 0.49.5
23
+ * @version 0.51.3
24
24
  */
25
25
  var PaginatedGridOperatorList = /*#__PURE__*/function () {
26
26
  /**
@@ -15,12 +15,12 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
15
15
 
16
16
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
17
17
 
18
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
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
 
20
20
  /**
21
21
  * The PaginatedIssuerList model module.
22
22
  * @module model/PaginatedIssuerList
23
- * @version 0.49.5
23
+ * @version 0.51.3
24
24
  */
25
25
  var PaginatedIssuerList = /*#__PURE__*/function () {
26
26
  /**
@@ -15,12 +15,12 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
15
15
 
16
16
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
17
17
 
18
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
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
 
20
20
  /**
21
21
  * The PaginatedLocationList model module.
22
22
  * @module model/PaginatedLocationList
23
- * @version 0.49.5
23
+ * @version 0.51.3
24
24
  */
25
25
  var PaginatedLocationList = /*#__PURE__*/function () {
26
26
  /**
@@ -15,12 +15,12 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
15
15
 
16
16
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
17
17
 
18
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
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
 
20
20
  /**
21
21
  * The PaginatedMatchRequestList model module.
22
22
  * @module model/PaginatedMatchRequestList
23
- * @version 0.49.5
23
+ * @version 0.51.3
24
24
  */
25
25
  var PaginatedMatchRequestList = /*#__PURE__*/function () {
26
26
  /**
@@ -15,12 +15,12 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
15
15
 
16
16
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
17
17
 
18
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
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
 
20
20
  /**
21
21
  * The PaginatedMatchedEnergyDataPointList model module.
22
22
  * @module model/PaginatedMatchedEnergyDataPointList
23
- * @version 0.49.5
23
+ * @version 0.51.3
24
24
  */
25
25
  var PaginatedMatchedEnergyDataPointList = /*#__PURE__*/function () {
26
26
  /**
@@ -15,12 +15,12 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
15
15
 
16
16
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
17
17
 
18
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
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
 
20
20
  /**
21
21
  * The PaginatedProducerList model module.
22
22
  * @module model/PaginatedProducerList
23
- * @version 0.49.5
23
+ * @version 0.51.3
24
24
  */
25
25
  var PaginatedProducerList = /*#__PURE__*/function () {
26
26
  /**
@@ -15,12 +15,12 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
15
15
 
16
16
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
17
17
 
18
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
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
 
20
20
  /**
21
21
  * The PaginatedProductionDataPointListOrDetailList model module.
22
22
  * @module model/PaginatedProductionDataPointListOrDetailList
23
- * @version 0.49.5
23
+ * @version 0.51.3
24
24
  */
25
25
  var PaginatedProductionDataPointListOrDetailList = /*#__PURE__*/function () {
26
26
  /**
@@ -15,12 +15,12 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
15
15
 
16
16
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
17
17
 
18
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
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
 
20
20
  /**
21
21
  * The PaginatedProductionSiteListOrDetailList model module.
22
22
  * @module model/PaginatedProductionSiteListOrDetailList
23
- * @version 0.49.5
23
+ * @version 0.51.3
24
24
  */
25
25
  var PaginatedProductionSiteListOrDetailList = /*#__PURE__*/function () {
26
26
  /**
@@ -15,12 +15,12 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
15
15
 
16
16
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
17
17
 
18
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
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
 
20
20
  /**
21
21
  * The PaginatedRetailerList model module.
22
22
  * @module model/PaginatedRetailerList
23
- * @version 0.49.5
23
+ * @version 0.51.3
24
24
  */
25
25
  var PaginatedRetailerList = /*#__PURE__*/function () {
26
26
  /**
@@ -15,12 +15,12 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
15
15
 
16
16
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
17
17
 
18
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
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
 
20
20
  /**
21
21
  * The PaginatedUserList model module.
22
22
  * @module model/PaginatedUserList
23
- * @version 0.49.5
23
+ * @version 0.51.3
24
24
  */
25
25
  var PaginatedUserList = /*#__PURE__*/function () {
26
26
  /**
@@ -15,12 +15,12 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
15
15
 
16
16
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
17
17
 
18
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
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
 
20
20
  /**
21
21
  * The PatchedConsumer model module.
22
22
  * @module model/PatchedConsumer
23
- * @version 0.49.5
23
+ * @version 0.51.3
24
24
  */
25
25
  var PatchedConsumer = /*#__PURE__*/function () {
26
26
  /**
@@ -13,12 +13,12 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
13
13
 
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, descriptor.key, descriptor); } }
15
15
 
16
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
16
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
17
17
 
18
18
  /**
19
19
  * The PatchedConsumptionDataPointUpdate model module.
20
20
  * @module model/PatchedConsumptionDataPointUpdate
21
- * @version 0.49.5
21
+ * @version 0.51.3
22
22
  */
23
23
  var PatchedConsumptionDataPointUpdate = /*#__PURE__*/function () {
24
24
  /**
@@ -15,12 +15,12 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
15
15
 
16
16
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
17
17
 
18
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
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
 
20
20
  /**
21
21
  * The PatchedConsumptionSite model module.
22
22
  * @module model/PatchedConsumptionSite
23
- * @version 0.49.5
23
+ * @version 0.51.3
24
24
  */
25
25
  var PatchedConsumptionSite = /*#__PURE__*/function () {
26
26
  /**
@@ -13,12 +13,12 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
13
13
 
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, descriptor.key, descriptor); } }
15
15
 
16
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
16
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
17
17
 
18
18
  /**
19
19
  * The PatchedEmissionFactor model module.
20
20
  * @module model/PatchedEmissionFactor
21
- * @version 0.49.5
21
+ * @version 0.51.3
22
22
  */
23
23
  var PatchedEmissionFactor = /*#__PURE__*/function () {
24
24
  /**
@@ -17,12 +17,12 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
17
17
 
18
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, descriptor.key, descriptor); } }
19
19
 
20
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
20
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
21
21
 
22
22
  /**
23
23
  * The PatchedEnergySourcePreference model module.
24
24
  * @module model/PatchedEnergySourcePreference
25
- * @version 0.49.5
25
+ * @version 0.51.3
26
26
  */
27
27
  var PatchedEnergySourcePreference = /*#__PURE__*/function () {
28
28
  /**
@@ -15,12 +15,12 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
15
15
 
16
16
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
17
17
 
18
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
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
 
20
20
  /**
21
21
  * The PatchedGridOperator model module.
22
22
  * @module model/PatchedGridOperator
23
- * @version 0.49.5
23
+ * @version 0.51.3
24
24
  */
25
25
  var PatchedGridOperator = /*#__PURE__*/function () {
26
26
  /**
@@ -15,12 +15,12 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
15
15
 
16
16
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
17
17
 
18
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
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
 
20
20
  /**
21
21
  * The PatchedIssuer model module.
22
22
  * @module model/PatchedIssuer
23
- * @version 0.49.5
23
+ * @version 0.51.3
24
24
  */
25
25
  var PatchedIssuer = /*#__PURE__*/function () {
26
26
  /**
@@ -13,12 +13,12 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
13
13
 
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, descriptor.key, descriptor); } }
15
15
 
16
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
16
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
17
17
 
18
18
  /**
19
19
  * The PatchedLocation model module.
20
20
  * @module model/PatchedLocation
21
- * @version 0.49.5
21
+ * @version 0.51.3
22
22
  */
23
23
  var PatchedLocation = /*#__PURE__*/function () {
24
24
  /**
@@ -15,12 +15,12 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
15
15
 
16
16
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
17
17
 
18
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
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
 
20
20
  /**
21
21
  * The PatchedProducer model module.
22
22
  * @module model/PatchedProducer
23
- * @version 0.49.5
23
+ * @version 0.51.3
24
24
  */
25
25
  var PatchedProducer = /*#__PURE__*/function () {
26
26
  /**
@@ -13,12 +13,12 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
13
13
 
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, descriptor.key, descriptor); } }
15
15
 
16
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
16
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
17
17
 
18
18
  /**
19
19
  * The PatchedProductionDataPointUpdate model module.
20
20
  * @module model/PatchedProductionDataPointUpdate
21
- * @version 0.49.5
21
+ * @version 0.51.3
22
22
  */
23
23
  var PatchedProductionDataPointUpdate = /*#__PURE__*/function () {
24
24
  /**
@@ -15,12 +15,12 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
15
15
 
16
16
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
17
17
 
18
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
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
 
20
20
  /**
21
21
  * The PatchedProductionSiteUpdate model module.
22
22
  * @module model/PatchedProductionSiteUpdate
23
- * @version 0.49.5
23
+ * @version 0.51.3
24
24
  */
25
25
  var PatchedProductionSiteUpdate = /*#__PURE__*/function () {
26
26
  /**
@@ -15,12 +15,12 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
15
15
 
16
16
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
17
17
 
18
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
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
 
20
20
  /**
21
21
  * The PatchedRetailer model module.
22
22
  * @module model/PatchedRetailer
23
- * @version 0.49.5
23
+ * @version 0.51.3
24
24
  */
25
25
  var PatchedRetailer = /*#__PURE__*/function () {
26
26
  /**
@@ -15,12 +15,12 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
15
15
 
16
16
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
17
17
 
18
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
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
 
20
20
  /**
21
21
  * The PatchedUser model module.
22
22
  * @module model/PatchedUser
23
- * @version 0.49.5
23
+ * @version 0.51.3
24
24
  */
25
25
  var PatchedUser = /*#__PURE__*/function () {
26
26
  /**
@@ -81,6 +81,10 @@ var PatchedUser = /*#__PURE__*/function () {
81
81
  obj['phone_number'] = _ApiClient["default"].convertToType(data['phone_number'], 'String');
82
82
  }
83
83
 
84
+ if (data.hasOwnProperty('profile_logo')) {
85
+ obj['profile_logo'] = _ApiClient["default"].convertToType(data['profile_logo'], 'String');
86
+ }
87
+
84
88
  if (data.hasOwnProperty('organization')) {
85
89
  obj['organization'] = _ApiClient["default"].convertToType(data['organization'], 'String');
86
90
  }
@@ -143,11 +147,13 @@ PatchedUser.prototype['first_name'] = undefined;
143
147
 
144
148
  PatchedUser.prototype['last_name'] = undefined;
145
149
  /**
150
+ * Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only. Default is the user's email.
146
151
  * @member {String} username
147
152
  */
148
153
 
149
154
  PatchedUser.prototype['username'] = undefined;
150
155
  /**
156
+ * Required.
151
157
  * @member {String} email
152
158
  */
153
159
 
@@ -157,6 +163,11 @@ PatchedUser.prototype['email'] = undefined;
157
163
  */
158
164
 
159
165
  PatchedUser.prototype['phone_number'] = undefined;
166
+ /**
167
+ * @member {String} profile_logo
168
+ */
169
+
170
+ PatchedUser.prototype['profile_logo'] = undefined;
160
171
  /**
161
172
  * @member {String} organization
162
173
  */
@@ -15,12 +15,12 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
15
15
 
16
16
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
17
17
 
18
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
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
 
20
20
  /**
21
21
  * The PatchedUserDetail model module.
22
22
  * @module model/PatchedUserDetail
23
- * @version 0.49.5
23
+ * @version 0.51.3
24
24
  */
25
25
  var PatchedUserDetail = /*#__PURE__*/function () {
26
26
  /**
@@ -81,6 +81,10 @@ var PatchedUserDetail = /*#__PURE__*/function () {
81
81
  obj['phone_number'] = _ApiClient["default"].convertToType(data['phone_number'], 'String');
82
82
  }
83
83
 
84
+ if (data.hasOwnProperty('profile_logo')) {
85
+ obj['profile_logo'] = _ApiClient["default"].convertToType(data['profile_logo'], 'String');
86
+ }
87
+
84
88
  if (data.hasOwnProperty('organization')) {
85
89
  obj['organization'] = _ApiClient["default"].convertToType(data['organization'], 'String');
86
90
  }
@@ -143,11 +147,13 @@ PatchedUserDetail.prototype['first_name'] = undefined;
143
147
 
144
148
  PatchedUserDetail.prototype['last_name'] = undefined;
145
149
  /**
150
+ * Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only. Default is the user's email.
146
151
  * @member {String} username
147
152
  */
148
153
 
149
154
  PatchedUserDetail.prototype['username'] = undefined;
150
155
  /**
156
+ * Required.
151
157
  * @member {String} email
152
158
  */
153
159
 
@@ -157,6 +163,11 @@ PatchedUserDetail.prototype['email'] = undefined;
157
163
  */
158
164
 
159
165
  PatchedUserDetail.prototype['phone_number'] = undefined;
166
+ /**
167
+ * @member {String} profile_logo
168
+ */
169
+
170
+ PatchedUserDetail.prototype['profile_logo'] = undefined;
160
171
  /**
161
172
  * @member {String} organization
162
173
  */