green_link_api 0.49.7 → 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.
- package/README.md +6 -34
- package/dist/ApiClient.js +3 -6
- package/dist/api/EnergyAssetsApi.js +22 -22
- package/dist/api/EnergyDataApi.js +30 -30
- package/dist/api/HealthCheckApi.js +2 -2
- package/dist/api/LicensedProductionSitesOnEpiasApi.js +2 -2
- package/dist/api/LocationsApi.js +9 -9
- package/dist/api/MaintenanceCheckApi.js +2 -2
- package/dist/api/OrganizationprofilesApi.js +7 -7
- package/dist/api/OrganizationsApi.js +31 -31
- package/dist/api/SchemaApi.js +2 -2
- package/dist/api/SentryDebugApi.js +2 -2
- package/dist/api/UsersApi.js +13 -230
- package/dist/index.js +3 -59
- package/dist/model/Consumer.js +1 -1
- package/dist/model/ConsumptionDataFileList.js +1 -1
- package/dist/model/ConsumptionDataFromRetailer.js +1 -1
- package/dist/model/ConsumptionDataPointCreate.js +1 -1
- package/dist/model/ConsumptionDataPointListOrDetail.js +1 -1
- package/dist/model/ConsumptionDataPointUpdate.js +1 -1
- package/dist/model/ConsumptionSite.js +1 -1
- package/dist/model/ConsumptionSiteFileUpload.js +1 -1
- package/dist/model/ConsumptionSiteFromRetailer.js +1 -1
- package/dist/model/ConsumptionSiteListOrDetail.js +1 -1
- package/dist/model/ConsumptionSiteMany.js +1 -1
- package/dist/model/EmissionFactor.js +1 -1
- package/dist/model/EnergySourcePreference.js +1 -1
- package/dist/model/GetFromEpias.js +1 -1
- package/dist/model/GridOperator.js +1 -1
- package/dist/model/Issuer.js +1 -1
- package/dist/model/Location.js +1 -1
- package/dist/model/Login.js +1 -1
- package/dist/model/MatchRequest.js +1 -1
- package/dist/model/MatchedEnergyDataPoint.js +1 -1
- package/dist/model/MatchingConsumerRequest.js +1 -1
- package/dist/model/MatchingSiteRequest.js +1 -1
- package/dist/model/PaginatedConsumerList.js +1 -1
- package/dist/model/PaginatedConsumptionDataPointListOrDetailList.js +1 -1
- package/dist/model/PaginatedConsumptionSiteListOrDetailList.js +1 -1
- package/dist/model/PaginatedEmissionFactorList.js +1 -1
- package/dist/model/PaginatedEnergySourcePreferenceList.js +1 -1
- package/dist/model/PaginatedGridOperatorList.js +1 -1
- package/dist/model/PaginatedIssuerList.js +1 -1
- package/dist/model/PaginatedLocationList.js +1 -1
- package/dist/model/PaginatedMatchRequestList.js +1 -1
- package/dist/model/PaginatedMatchedEnergyDataPointList.js +1 -1
- package/dist/model/PaginatedProducerList.js +1 -1
- package/dist/model/PaginatedProductionDataPointListOrDetailList.js +1 -1
- package/dist/model/PaginatedProductionSiteListOrDetailList.js +1 -1
- package/dist/model/PaginatedRetailerList.js +1 -1
- package/dist/model/PaginatedUserList.js +1 -1
- package/dist/model/PatchedConsumer.js +1 -1
- package/dist/model/PatchedConsumptionDataPointUpdate.js +1 -1
- package/dist/model/PatchedConsumptionSite.js +1 -1
- package/dist/model/PatchedEmissionFactor.js +1 -1
- package/dist/model/PatchedEnergySourcePreference.js +1 -1
- package/dist/model/PatchedGridOperator.js +1 -1
- package/dist/model/PatchedIssuer.js +1 -1
- package/dist/model/PatchedLocation.js +1 -1
- package/dist/model/PatchedProducer.js +1 -1
- package/dist/model/PatchedProductionDataPointUpdate.js +1 -1
- package/dist/model/PatchedProductionSiteUpdate.js +1 -1
- package/dist/model/PatchedRetailer.js +1 -1
- package/dist/model/PatchedUser.js +3 -1
- package/dist/model/PatchedUserDetail.js +3 -1
- package/dist/model/Producer.js +1 -1
- package/dist/model/ProductionDataFileList.js +1 -1
- package/dist/model/ProductionDataPointCreate.js +1 -1
- package/dist/model/ProductionDataPointListOrDetail.js +1 -1
- package/dist/model/ProductionDataPointUpdate.js +1 -1
- package/dist/model/ProductionSite.js +1 -1
- package/dist/model/ProductionSiteFileUpload.js +1 -1
- package/dist/model/ProductionSiteListOrDetail.js +1 -1
- package/dist/model/ProductionSiteUpdate.js +1 -1
- package/dist/model/Register.js +8 -5
- package/dist/model/Retailer.js +1 -1
- package/dist/model/{VerifyEmail.js → Token.js} +18 -17
- package/dist/model/User.js +3 -1
- package/dist/model/UserDetail.js +3 -1
- package/package.json +1 -1
- package/dist/model/JWT.js +0 -103
- package/dist/model/PasswordChange.js +0 -100
- package/dist/model/PasswordReset.js +0 -79
- package/dist/model/PasswordResetConfirm.js +0 -112
- package/dist/model/RestAuthDetail.js +0 -75
- package/dist/model/TokenRefresh.js +0 -87
- package/dist/model/TokenVerify.js +0 -78
package/dist/model/Login.js
CHANGED
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The MatchedEnergyDataPoint model module.
|
|
20
20
|
* @module model/MatchedEnergyDataPoint
|
|
21
|
-
* @version 0.
|
|
21
|
+
* @version 0.51.3
|
|
22
22
|
*/
|
|
23
23
|
var MatchedEnergyDataPoint = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The MatchingConsumerRequest model module.
|
|
20
20
|
* @module model/MatchingConsumerRequest
|
|
21
|
-
* @version 0.
|
|
21
|
+
* @version 0.51.3
|
|
22
22
|
*/
|
|
23
23
|
var MatchingConsumerRequest = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The MatchingSiteRequest model module.
|
|
20
20
|
* @module model/MatchingSiteRequest
|
|
21
|
-
* @version 0.
|
|
21
|
+
* @version 0.51.3
|
|
22
22
|
*/
|
|
23
23
|
var MatchingSiteRequest = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PaginatedConsumerList model module.
|
|
22
22
|
* @module model/PaginatedConsumerList
|
|
23
|
-
* @version 0.
|
|
23
|
+
* @version 0.51.3
|
|
24
24
|
*/
|
|
25
25
|
var PaginatedConsumerList = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PaginatedConsumptionDataPointListOrDetailList model module.
|
|
22
22
|
* @module model/PaginatedConsumptionDataPointListOrDetailList
|
|
23
|
-
* @version 0.
|
|
23
|
+
* @version 0.51.3
|
|
24
24
|
*/
|
|
25
25
|
var PaginatedConsumptionDataPointListOrDetailList = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PaginatedConsumptionSiteListOrDetailList model module.
|
|
22
22
|
* @module model/PaginatedConsumptionSiteListOrDetailList
|
|
23
|
-
* @version 0.
|
|
23
|
+
* @version 0.51.3
|
|
24
24
|
*/
|
|
25
25
|
var PaginatedConsumptionSiteListOrDetailList = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PaginatedEmissionFactorList model module.
|
|
22
22
|
* @module model/PaginatedEmissionFactorList
|
|
23
|
-
* @version 0.
|
|
23
|
+
* @version 0.51.3
|
|
24
24
|
*/
|
|
25
25
|
var PaginatedEmissionFactorList = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PaginatedEnergySourcePreferenceList model module.
|
|
22
22
|
* @module model/PaginatedEnergySourcePreferenceList
|
|
23
|
-
* @version 0.
|
|
23
|
+
* @version 0.51.3
|
|
24
24
|
*/
|
|
25
25
|
var PaginatedEnergySourcePreferenceList = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PaginatedGridOperatorList model module.
|
|
22
22
|
* @module model/PaginatedGridOperatorList
|
|
23
|
-
* @version 0.
|
|
23
|
+
* @version 0.51.3
|
|
24
24
|
*/
|
|
25
25
|
var PaginatedGridOperatorList = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PaginatedIssuerList model module.
|
|
22
22
|
* @module model/PaginatedIssuerList
|
|
23
|
-
* @version 0.
|
|
23
|
+
* @version 0.51.3
|
|
24
24
|
*/
|
|
25
25
|
var PaginatedIssuerList = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PaginatedLocationList model module.
|
|
22
22
|
* @module model/PaginatedLocationList
|
|
23
|
-
* @version 0.
|
|
23
|
+
* @version 0.51.3
|
|
24
24
|
*/
|
|
25
25
|
var PaginatedLocationList = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PaginatedMatchRequestList model module.
|
|
22
22
|
* @module model/PaginatedMatchRequestList
|
|
23
|
-
* @version 0.
|
|
23
|
+
* @version 0.51.3
|
|
24
24
|
*/
|
|
25
25
|
var PaginatedMatchRequestList = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PaginatedMatchedEnergyDataPointList model module.
|
|
22
22
|
* @module model/PaginatedMatchedEnergyDataPointList
|
|
23
|
-
* @version 0.
|
|
23
|
+
* @version 0.51.3
|
|
24
24
|
*/
|
|
25
25
|
var PaginatedMatchedEnergyDataPointList = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PaginatedProducerList model module.
|
|
22
22
|
* @module model/PaginatedProducerList
|
|
23
|
-
* @version 0.
|
|
23
|
+
* @version 0.51.3
|
|
24
24
|
*/
|
|
25
25
|
var PaginatedProducerList = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PaginatedProductionDataPointListOrDetailList model module.
|
|
22
22
|
* @module model/PaginatedProductionDataPointListOrDetailList
|
|
23
|
-
* @version 0.
|
|
23
|
+
* @version 0.51.3
|
|
24
24
|
*/
|
|
25
25
|
var PaginatedProductionDataPointListOrDetailList = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PaginatedProductionSiteListOrDetailList model module.
|
|
22
22
|
* @module model/PaginatedProductionSiteListOrDetailList
|
|
23
|
-
* @version 0.
|
|
23
|
+
* @version 0.51.3
|
|
24
24
|
*/
|
|
25
25
|
var PaginatedProductionSiteListOrDetailList = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PaginatedRetailerList model module.
|
|
22
22
|
* @module model/PaginatedRetailerList
|
|
23
|
-
* @version 0.
|
|
23
|
+
* @version 0.51.3
|
|
24
24
|
*/
|
|
25
25
|
var PaginatedRetailerList = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PaginatedUserList model module.
|
|
22
22
|
* @module model/PaginatedUserList
|
|
23
|
-
* @version 0.
|
|
23
|
+
* @version 0.51.3
|
|
24
24
|
*/
|
|
25
25
|
var PaginatedUserList = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PatchedConsumer model module.
|
|
22
22
|
* @module model/PatchedConsumer
|
|
23
|
-
* @version 0.
|
|
23
|
+
* @version 0.51.3
|
|
24
24
|
*/
|
|
25
25
|
var PatchedConsumer = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The PatchedConsumptionDataPointUpdate model module.
|
|
20
20
|
* @module model/PatchedConsumptionDataPointUpdate
|
|
21
|
-
* @version 0.
|
|
21
|
+
* @version 0.51.3
|
|
22
22
|
*/
|
|
23
23
|
var PatchedConsumptionDataPointUpdate = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PatchedConsumptionSite model module.
|
|
22
22
|
* @module model/PatchedConsumptionSite
|
|
23
|
-
* @version 0.
|
|
23
|
+
* @version 0.51.3
|
|
24
24
|
*/
|
|
25
25
|
var PatchedConsumptionSite = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The PatchedEmissionFactor model module.
|
|
20
20
|
* @module model/PatchedEmissionFactor
|
|
21
|
-
* @version 0.
|
|
21
|
+
* @version 0.51.3
|
|
22
22
|
*/
|
|
23
23
|
var PatchedEmissionFactor = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
22
22
|
/**
|
|
23
23
|
* The PatchedEnergySourcePreference model module.
|
|
24
24
|
* @module model/PatchedEnergySourcePreference
|
|
25
|
-
* @version 0.
|
|
25
|
+
* @version 0.51.3
|
|
26
26
|
*/
|
|
27
27
|
var PatchedEnergySourcePreference = /*#__PURE__*/function () {
|
|
28
28
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PatchedGridOperator model module.
|
|
22
22
|
* @module model/PatchedGridOperator
|
|
23
|
-
* @version 0.
|
|
23
|
+
* @version 0.51.3
|
|
24
24
|
*/
|
|
25
25
|
var PatchedGridOperator = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PatchedIssuer model module.
|
|
22
22
|
* @module model/PatchedIssuer
|
|
23
|
-
* @version 0.
|
|
23
|
+
* @version 0.51.3
|
|
24
24
|
*/
|
|
25
25
|
var PatchedIssuer = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The PatchedLocation model module.
|
|
20
20
|
* @module model/PatchedLocation
|
|
21
|
-
* @version 0.
|
|
21
|
+
* @version 0.51.3
|
|
22
22
|
*/
|
|
23
23
|
var PatchedLocation = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PatchedProducer model module.
|
|
22
22
|
* @module model/PatchedProducer
|
|
23
|
-
* @version 0.
|
|
23
|
+
* @version 0.51.3
|
|
24
24
|
*/
|
|
25
25
|
var PatchedProducer = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The PatchedProductionDataPointUpdate model module.
|
|
20
20
|
* @module model/PatchedProductionDataPointUpdate
|
|
21
|
-
* @version 0.
|
|
21
|
+
* @version 0.51.3
|
|
22
22
|
*/
|
|
23
23
|
var PatchedProductionDataPointUpdate = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PatchedProductionSiteUpdate model module.
|
|
22
22
|
* @module model/PatchedProductionSiteUpdate
|
|
23
|
-
* @version 0.
|
|
23
|
+
* @version 0.51.3
|
|
24
24
|
*/
|
|
25
25
|
var PatchedProductionSiteUpdate = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PatchedRetailer model module.
|
|
22
22
|
* @module model/PatchedRetailer
|
|
23
|
-
* @version 0.
|
|
23
|
+
* @version 0.51.3
|
|
24
24
|
*/
|
|
25
25
|
var PatchedRetailer = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PatchedUser model module.
|
|
22
22
|
* @module model/PatchedUser
|
|
23
|
-
* @version 0.
|
|
23
|
+
* @version 0.51.3
|
|
24
24
|
*/
|
|
25
25
|
var PatchedUser = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -147,11 +147,13 @@ PatchedUser.prototype['first_name'] = undefined;
|
|
|
147
147
|
|
|
148
148
|
PatchedUser.prototype['last_name'] = undefined;
|
|
149
149
|
/**
|
|
150
|
+
* Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only. Default is the user's email.
|
|
150
151
|
* @member {String} username
|
|
151
152
|
*/
|
|
152
153
|
|
|
153
154
|
PatchedUser.prototype['username'] = undefined;
|
|
154
155
|
/**
|
|
156
|
+
* Required.
|
|
155
157
|
* @member {String} email
|
|
156
158
|
*/
|
|
157
159
|
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PatchedUserDetail model module.
|
|
22
22
|
* @module model/PatchedUserDetail
|
|
23
|
-
* @version 0.
|
|
23
|
+
* @version 0.51.3
|
|
24
24
|
*/
|
|
25
25
|
var PatchedUserDetail = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -147,11 +147,13 @@ PatchedUserDetail.prototype['first_name'] = undefined;
|
|
|
147
147
|
|
|
148
148
|
PatchedUserDetail.prototype['last_name'] = undefined;
|
|
149
149
|
/**
|
|
150
|
+
* Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only. Default is the user's email.
|
|
150
151
|
* @member {String} username
|
|
151
152
|
*/
|
|
152
153
|
|
|
153
154
|
PatchedUserDetail.prototype['username'] = undefined;
|
|
154
155
|
/**
|
|
156
|
+
* Required.
|
|
155
157
|
* @member {String} email
|
|
156
158
|
*/
|
|
157
159
|
|
package/dist/model/Producer.js
CHANGED
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The ProductionDataFileList model module.
|
|
20
20
|
* @module model/ProductionDataFileList
|
|
21
|
-
* @version 0.
|
|
21
|
+
* @version 0.51.3
|
|
22
22
|
*/
|
|
23
23
|
var ProductionDataFileList = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The ProductionDataPointCreate model module.
|
|
20
20
|
* @module model/ProductionDataPointCreate
|
|
21
|
-
* @version 0.
|
|
21
|
+
* @version 0.51.3
|
|
22
22
|
*/
|
|
23
23
|
var ProductionDataPointCreate = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -24,7 +24,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
24
24
|
/**
|
|
25
25
|
* The ProductionDataPointListOrDetail model module.
|
|
26
26
|
* @module model/ProductionDataPointListOrDetail
|
|
27
|
-
* @version 0.
|
|
27
|
+
* @version 0.51.3
|
|
28
28
|
*/
|
|
29
29
|
var ProductionDataPointListOrDetail = /*#__PURE__*/function () {
|
|
30
30
|
/**
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The ProductionDataPointUpdate model module.
|
|
20
20
|
* @module model/ProductionDataPointUpdate
|
|
21
|
-
* @version 0.
|
|
21
|
+
* @version 0.51.3
|
|
22
22
|
*/
|
|
23
23
|
var ProductionDataPointUpdate = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The ProductionSite model module.
|
|
22
22
|
* @module model/ProductionSite
|
|
23
|
-
* @version 0.
|
|
23
|
+
* @version 0.51.3
|
|
24
24
|
*/
|
|
25
25
|
var ProductionSite = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The ProductionSiteFileUpload model module.
|
|
20
20
|
* @module model/ProductionSiteFileUpload
|
|
21
|
-
* @version 0.
|
|
21
|
+
* @version 0.51.3
|
|
22
22
|
*/
|
|
23
23
|
var ProductionSiteFileUpload = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
22
22
|
/**
|
|
23
23
|
* The ProductionSiteListOrDetail model module.
|
|
24
24
|
* @module model/ProductionSiteListOrDetail
|
|
25
|
-
* @version 0.
|
|
25
|
+
* @version 0.51.3
|
|
26
26
|
*/
|
|
27
27
|
var ProductionSiteListOrDetail = /*#__PURE__*/function () {
|
|
28
28
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The ProductionSiteUpdate model module.
|
|
22
22
|
* @module model/ProductionSiteUpdate
|
|
23
|
-
* @version 0.
|
|
23
|
+
* @version 0.51.3
|
|
24
24
|
*/
|
|
25
25
|
var ProductionSiteUpdate = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
package/dist/model/Register.js
CHANGED
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The Register model module.
|
|
20
20
|
* @module model/Register
|
|
21
|
-
* @version 0.
|
|
21
|
+
* @version 0.51.3
|
|
22
22
|
*/
|
|
23
23
|
var Register = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -26,13 +26,14 @@ var Register = /*#__PURE__*/function () {
|
|
|
26
26
|
* @alias module:model/Register
|
|
27
27
|
* @param firstName {String} Required. 150 characters or fewer.
|
|
28
28
|
* @param lastName {String} Required. 150 characters or fewer.
|
|
29
|
+
* @param email {String} Required.
|
|
29
30
|
* @param password1 {String}
|
|
30
31
|
* @param password2 {String}
|
|
31
32
|
*/
|
|
32
|
-
function Register(firstName, lastName, password1, password2) {
|
|
33
|
+
function Register(firstName, lastName, email, password1, password2) {
|
|
33
34
|
_classCallCheck(this, Register);
|
|
34
35
|
|
|
35
|
-
Register.initialize(this, firstName, lastName, password1, password2);
|
|
36
|
+
Register.initialize(this, firstName, lastName, email, password1, password2);
|
|
36
37
|
}
|
|
37
38
|
/**
|
|
38
39
|
* Initializes the fields of this object.
|
|
@@ -43,9 +44,10 @@ var Register = /*#__PURE__*/function () {
|
|
|
43
44
|
|
|
44
45
|
_createClass(Register, null, [{
|
|
45
46
|
key: "initialize",
|
|
46
|
-
value: function initialize(obj, firstName, lastName, password1, password2) {
|
|
47
|
+
value: function initialize(obj, firstName, lastName, email, password1, password2) {
|
|
47
48
|
obj['first_name'] = firstName;
|
|
48
49
|
obj['last_name'] = lastName;
|
|
50
|
+
obj['email'] = email;
|
|
49
51
|
obj['password1'] = password1;
|
|
50
52
|
obj['password2'] = password2;
|
|
51
53
|
}
|
|
@@ -132,12 +134,13 @@ Register.prototype['first_name'] = undefined;
|
|
|
132
134
|
|
|
133
135
|
Register.prototype['last_name'] = undefined;
|
|
134
136
|
/**
|
|
135
|
-
*
|
|
137
|
+
* Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only. Default is the user's email.
|
|
136
138
|
* @member {String} username
|
|
137
139
|
*/
|
|
138
140
|
|
|
139
141
|
Register.prototype['username'] = undefined;
|
|
140
142
|
/**
|
|
143
|
+
* Required.
|
|
141
144
|
* @member {String} email
|
|
142
145
|
*/
|
|
143
146
|
|
package/dist/model/Retailer.js
CHANGED
|
@@ -16,20 +16,21 @@ function _defineProperties(target, props) { for (var i = 0; i < props.length; i+
|
|
|
16
16
|
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
17
17
|
|
|
18
18
|
/**
|
|
19
|
-
* The
|
|
20
|
-
* @module model/
|
|
21
|
-
* @version 0.
|
|
19
|
+
* The Token model module.
|
|
20
|
+
* @module model/Token
|
|
21
|
+
* @version 0.51.3
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var Token = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
25
|
-
* Constructs a new <code>
|
|
26
|
-
*
|
|
25
|
+
* Constructs a new <code>Token</code>.
|
|
26
|
+
* Serializer for Token model.
|
|
27
|
+
* @alias module:model/Token
|
|
27
28
|
* @param key {String}
|
|
28
29
|
*/
|
|
29
|
-
function
|
|
30
|
-
_classCallCheck(this,
|
|
30
|
+
function Token(key) {
|
|
31
|
+
_classCallCheck(this, Token);
|
|
31
32
|
|
|
32
|
-
|
|
33
|
+
Token.initialize(this, key);
|
|
33
34
|
}
|
|
34
35
|
/**
|
|
35
36
|
* Initializes the fields of this object.
|
|
@@ -38,24 +39,24 @@ var VerifyEmail = /*#__PURE__*/function () {
|
|
|
38
39
|
*/
|
|
39
40
|
|
|
40
41
|
|
|
41
|
-
_createClass(
|
|
42
|
+
_createClass(Token, null, [{
|
|
42
43
|
key: "initialize",
|
|
43
44
|
value: function initialize(obj, key) {
|
|
44
45
|
obj['key'] = key;
|
|
45
46
|
}
|
|
46
47
|
/**
|
|
47
|
-
* Constructs a <code>
|
|
48
|
+
* Constructs a <code>Token</code> from a plain JavaScript object, optionally creating a new instance.
|
|
48
49
|
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
49
50
|
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
50
|
-
* @param {module:model/
|
|
51
|
-
* @return {module:model/
|
|
51
|
+
* @param {module:model/Token} obj Optional instance to populate.
|
|
52
|
+
* @return {module:model/Token} The populated <code>Token</code> instance.
|
|
52
53
|
*/
|
|
53
54
|
|
|
54
55
|
}, {
|
|
55
56
|
key: "constructFromObject",
|
|
56
57
|
value: function constructFromObject(data, obj) {
|
|
57
58
|
if (data) {
|
|
58
|
-
obj = obj || new
|
|
59
|
+
obj = obj || new Token();
|
|
59
60
|
|
|
60
61
|
if (data.hasOwnProperty('key')) {
|
|
61
62
|
obj['key'] = _ApiClient["default"].convertToType(data['key'], 'String');
|
|
@@ -66,13 +67,13 @@ var VerifyEmail = /*#__PURE__*/function () {
|
|
|
66
67
|
}
|
|
67
68
|
}]);
|
|
68
69
|
|
|
69
|
-
return
|
|
70
|
+
return Token;
|
|
70
71
|
}();
|
|
71
72
|
/**
|
|
72
73
|
* @member {String} key
|
|
73
74
|
*/
|
|
74
75
|
|
|
75
76
|
|
|
76
|
-
|
|
77
|
-
var _default =
|
|
77
|
+
Token.prototype['key'] = undefined;
|
|
78
|
+
var _default = Token;
|
|
78
79
|
exports["default"] = _default;
|
package/dist/model/User.js
CHANGED
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The User model module.
|
|
22
22
|
* @module model/User
|
|
23
|
-
* @version 0.
|
|
23
|
+
* @version 0.51.3
|
|
24
24
|
*/
|
|
25
25
|
var User = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -152,11 +152,13 @@ User.prototype['first_name'] = undefined;
|
|
|
152
152
|
|
|
153
153
|
User.prototype['last_name'] = undefined;
|
|
154
154
|
/**
|
|
155
|
+
* Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only. Default is the user's email.
|
|
155
156
|
* @member {String} username
|
|
156
157
|
*/
|
|
157
158
|
|
|
158
159
|
User.prototype['username'] = undefined;
|
|
159
160
|
/**
|
|
161
|
+
* Required.
|
|
160
162
|
* @member {String} email
|
|
161
163
|
*/
|
|
162
164
|
|