green_link_api 0.73.19 → 0.74.2
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 +2 -2
- package/dist/ApiClient.js +2 -2
- package/dist/api/BlockchainApi.js +1 -1
- package/dist/api/EnergyAssetsApi.js +1 -1
- package/dist/api/EnergyDataApi.js +1 -1
- package/dist/api/HealthCheckApi.js +1 -1
- package/dist/api/LicensedProductionSitesOnEpiasApi.js +1 -1
- package/dist/api/LocationsApi.js +1 -1
- package/dist/api/MaintenanceCheckApi.js +1 -1
- package/dist/api/OrganizationprofilesApi.js +1 -1
- package/dist/api/OrganizationsApi.js +16 -16
- package/dist/api/SchemaApi.js +1 -1
- package/dist/api/SentryDebugApi.js +1 -1
- package/dist/api/UploadedfilesApi.js +1 -1
- package/dist/api/UsersApi.js +1 -1
- package/dist/model/BlockchainTransaction.js +1 -1
- package/dist/model/Consumer.js +5 -5
- 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/ConsumptionSiteCreate.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 +5 -5
- package/dist/model/Issuer.js +5 -5
- 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/PaginatedProductionDataFromEpiasRequestList.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/PaginatedSmartContractList.js +1 -1
- package/dist/model/PaginatedUnprocessedRowList.js +1 -1
- package/dist/model/PaginatedUploadedFileList.js +1 -1
- package/dist/model/PaginatedUserList.js +1 -1
- package/dist/model/PatchedConsumer.js +5 -5
- 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 +5 -5
- package/dist/model/PatchedIssuer.js +5 -5
- package/dist/model/PatchedLocation.js +1 -1
- package/dist/model/PatchedProducer.js +5 -5
- package/dist/model/PatchedProductionDataPointUpdate.js +1 -1
- package/dist/model/PatchedProductionSiteUpdate.js +1 -1
- package/dist/model/PatchedRetailer.js +5 -5
- package/dist/model/PatchedSmartContract.js +1 -1
- package/dist/model/PatchedUser.js +1 -1
- package/dist/model/PatchedUserDetail.js +1 -1
- package/dist/model/Producer.js +5 -5
- package/dist/model/ProductionDataFileList.js +1 -1
- package/dist/model/ProductionDataFromEpiasRequest.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 +1 -1
- package/dist/model/Retailer.js +5 -5
- package/dist/model/SmartContract.js +1 -1
- package/dist/model/Token.js +1 -1
- package/dist/model/UnprocessedRow.js +1 -1
- package/dist/model/UploadedFile.js +1 -1
- package/dist/model/User.js +1 -1
- package/dist/model/UserDetail.js +1 -1
- package/package.json +1 -1
|
@@ -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.74.2
|
|
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.74.2
|
|
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.74.2
|
|
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.74.2
|
|
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.74.2
|
|
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.74.2
|
|
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.74.2
|
|
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.74.2
|
|
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.74.2
|
|
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.74.2
|
|
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 PaginatedProductionDataFromEpiasRequestList model module.
|
|
22
22
|
* @module model/PaginatedProductionDataFromEpiasRequestList
|
|
23
|
-
* @version 0.
|
|
23
|
+
* @version 0.74.2
|
|
24
24
|
*/
|
|
25
25
|
var PaginatedProductionDataFromEpiasRequestList = /*#__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.74.2
|
|
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.74.2
|
|
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.74.2
|
|
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 PaginatedSmartContractList model module.
|
|
22
22
|
* @module model/PaginatedSmartContractList
|
|
23
|
-
* @version 0.
|
|
23
|
+
* @version 0.74.2
|
|
24
24
|
*/
|
|
25
25
|
var PaginatedSmartContractList = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PaginatedUnprocessedRowList model module.
|
|
22
22
|
* @module model/PaginatedUnprocessedRowList
|
|
23
|
-
* @version 0.
|
|
23
|
+
* @version 0.74.2
|
|
24
24
|
*/
|
|
25
25
|
var PaginatedUnprocessedRowList = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PaginatedUploadedFileList model module.
|
|
22
22
|
* @module model/PaginatedUploadedFileList
|
|
23
|
-
* @version 0.
|
|
23
|
+
* @version 0.74.2
|
|
24
24
|
*/
|
|
25
25
|
var PaginatedUploadedFileList = /*#__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.74.2
|
|
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.74.2
|
|
24
24
|
*/
|
|
25
25
|
var PatchedConsumer = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -72,8 +72,8 @@ var PatchedConsumer = /*#__PURE__*/function () {
|
|
|
72
72
|
obj['blockchain_account_address'] = _ApiClient["default"].convertToType(data['blockchain_account_address'], 'String');
|
|
73
73
|
}
|
|
74
74
|
|
|
75
|
-
if (data.hasOwnProperty('
|
|
76
|
-
obj['
|
|
75
|
+
if (data.hasOwnProperty('website_url')) {
|
|
76
|
+
obj['website_url'] = _ApiClient["default"].convertToType(data['website_url'], 'String');
|
|
77
77
|
}
|
|
78
78
|
|
|
79
79
|
if (data.hasOwnProperty('is_active')) {
|
|
@@ -127,10 +127,10 @@ PatchedConsumer.prototype['location'] = undefined;
|
|
|
127
127
|
PatchedConsumer.prototype['blockchain_account_address'] = undefined;
|
|
128
128
|
/**
|
|
129
129
|
* Not required. 200 characters or fewer.
|
|
130
|
-
* @member {String}
|
|
130
|
+
* @member {String} website_url
|
|
131
131
|
*/
|
|
132
132
|
|
|
133
|
-
PatchedConsumer.prototype['
|
|
133
|
+
PatchedConsumer.prototype['website_url'] = undefined;
|
|
134
134
|
/**
|
|
135
135
|
* True if organization is active. Default True.
|
|
136
136
|
* @member {Boolean} is_active
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PatchedConsumptionDataPointUpdate model module.
|
|
22
22
|
* @module model/PatchedConsumptionDataPointUpdate
|
|
23
|
-
* @version 0.
|
|
23
|
+
* @version 0.74.2
|
|
24
24
|
*/
|
|
25
25
|
var PatchedConsumptionDataPointUpdate = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -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.74.2
|
|
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.74.2
|
|
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.74.2
|
|
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.74.2
|
|
24
24
|
*/
|
|
25
25
|
var PatchedGridOperator = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -72,8 +72,8 @@ var PatchedGridOperator = /*#__PURE__*/function () {
|
|
|
72
72
|
obj['blockchain_account_address'] = _ApiClient["default"].convertToType(data['blockchain_account_address'], 'String');
|
|
73
73
|
}
|
|
74
74
|
|
|
75
|
-
if (data.hasOwnProperty('
|
|
76
|
-
obj['
|
|
75
|
+
if (data.hasOwnProperty('website_url')) {
|
|
76
|
+
obj['website_url'] = _ApiClient["default"].convertToType(data['website_url'], 'String');
|
|
77
77
|
}
|
|
78
78
|
|
|
79
79
|
if (data.hasOwnProperty('is_active')) {
|
|
@@ -123,10 +123,10 @@ PatchedGridOperator.prototype['location'] = undefined;
|
|
|
123
123
|
PatchedGridOperator.prototype['blockchain_account_address'] = undefined;
|
|
124
124
|
/**
|
|
125
125
|
* Not required. 200 characters or fewer.
|
|
126
|
-
* @member {String}
|
|
126
|
+
* @member {String} website_url
|
|
127
127
|
*/
|
|
128
128
|
|
|
129
|
-
PatchedGridOperator.prototype['
|
|
129
|
+
PatchedGridOperator.prototype['website_url'] = undefined;
|
|
130
130
|
/**
|
|
131
131
|
* True if organization is active. Default True.
|
|
132
132
|
* @member {Boolean} is_active
|
|
@@ -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.74.2
|
|
24
24
|
*/
|
|
25
25
|
var PatchedIssuer = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -72,8 +72,8 @@ var PatchedIssuer = /*#__PURE__*/function () {
|
|
|
72
72
|
obj['blockchain_account_address'] = _ApiClient["default"].convertToType(data['blockchain_account_address'], 'String');
|
|
73
73
|
}
|
|
74
74
|
|
|
75
|
-
if (data.hasOwnProperty('
|
|
76
|
-
obj['
|
|
75
|
+
if (data.hasOwnProperty('website_url')) {
|
|
76
|
+
obj['website_url'] = _ApiClient["default"].convertToType(data['website_url'], 'String');
|
|
77
77
|
}
|
|
78
78
|
|
|
79
79
|
if (data.hasOwnProperty('is_active')) {
|
|
@@ -123,10 +123,10 @@ PatchedIssuer.prototype['location'] = undefined;
|
|
|
123
123
|
PatchedIssuer.prototype['blockchain_account_address'] = undefined;
|
|
124
124
|
/**
|
|
125
125
|
* Not required. 200 characters or fewer.
|
|
126
|
-
* @member {String}
|
|
126
|
+
* @member {String} website_url
|
|
127
127
|
*/
|
|
128
128
|
|
|
129
|
-
PatchedIssuer.prototype['
|
|
129
|
+
PatchedIssuer.prototype['website_url'] = undefined;
|
|
130
130
|
/**
|
|
131
131
|
* True if organization is active. Default True.
|
|
132
132
|
* @member {Boolean} is_active
|
|
@@ -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.74.2
|
|
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.74.2
|
|
24
24
|
*/
|
|
25
25
|
var PatchedProducer = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -76,8 +76,8 @@ var PatchedProducer = /*#__PURE__*/function () {
|
|
|
76
76
|
obj['blockchain_account_address'] = _ApiClient["default"].convertToType(data['blockchain_account_address'], 'String');
|
|
77
77
|
}
|
|
78
78
|
|
|
79
|
-
if (data.hasOwnProperty('
|
|
80
|
-
obj['
|
|
79
|
+
if (data.hasOwnProperty('website_url')) {
|
|
80
|
+
obj['website_url'] = _ApiClient["default"].convertToType(data['website_url'], 'String');
|
|
81
81
|
}
|
|
82
82
|
|
|
83
83
|
if (data.hasOwnProperty('is_active')) {
|
|
@@ -128,10 +128,10 @@ PatchedProducer.prototype['retailer'] = undefined;
|
|
|
128
128
|
PatchedProducer.prototype['blockchain_account_address'] = undefined;
|
|
129
129
|
/**
|
|
130
130
|
* Not required. 200 characters or fewer.
|
|
131
|
-
* @member {String}
|
|
131
|
+
* @member {String} website_url
|
|
132
132
|
*/
|
|
133
133
|
|
|
134
|
-
PatchedProducer.prototype['
|
|
134
|
+
PatchedProducer.prototype['website_url'] = undefined;
|
|
135
135
|
/**
|
|
136
136
|
* True if organization is active. Default True.
|
|
137
137
|
* @member {Boolean} is_active
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The PatchedProductionDataPointUpdate model module.
|
|
22
22
|
* @module model/PatchedProductionDataPointUpdate
|
|
23
|
-
* @version 0.
|
|
23
|
+
* @version 0.74.2
|
|
24
24
|
*/
|
|
25
25
|
var PatchedProductionDataPointUpdate = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -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.74.2
|
|
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.74.2
|
|
24
24
|
*/
|
|
25
25
|
var PatchedRetailer = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -72,8 +72,8 @@ var PatchedRetailer = /*#__PURE__*/function () {
|
|
|
72
72
|
obj['blockchain_account_address'] = _ApiClient["default"].convertToType(data['blockchain_account_address'], 'String');
|
|
73
73
|
}
|
|
74
74
|
|
|
75
|
-
if (data.hasOwnProperty('
|
|
76
|
-
obj['
|
|
75
|
+
if (data.hasOwnProperty('website_url')) {
|
|
76
|
+
obj['website_url'] = _ApiClient["default"].convertToType(data['website_url'], 'String');
|
|
77
77
|
}
|
|
78
78
|
|
|
79
79
|
if (data.hasOwnProperty('is_active')) {
|
|
@@ -123,10 +123,10 @@ PatchedRetailer.prototype['location'] = undefined;
|
|
|
123
123
|
PatchedRetailer.prototype['blockchain_account_address'] = undefined;
|
|
124
124
|
/**
|
|
125
125
|
* Not required. 200 characters or fewer.
|
|
126
|
-
* @member {String}
|
|
126
|
+
* @member {String} website_url
|
|
127
127
|
*/
|
|
128
128
|
|
|
129
|
-
PatchedRetailer.prototype['
|
|
129
|
+
PatchedRetailer.prototype['website_url'] = undefined;
|
|
130
130
|
/**
|
|
131
131
|
* True if organization is active. Default True.
|
|
132
132
|
* @member {Boolean} is_active
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The PatchedSmartContract model module.
|
|
20
20
|
* @module model/PatchedSmartContract
|
|
21
|
-
* @version 0.
|
|
21
|
+
* @version 0.74.2
|
|
22
22
|
*/
|
|
23
23
|
var PatchedSmartContract = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -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.74.2
|
|
24
24
|
*/
|
|
25
25
|
var PatchedUserDetail = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
package/dist/model/Producer.js
CHANGED
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The Producer model module.
|
|
22
22
|
* @module model/Producer
|
|
23
|
-
* @version 0.
|
|
23
|
+
* @version 0.74.2
|
|
24
24
|
*/
|
|
25
25
|
var Producer = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -81,8 +81,8 @@ var Producer = /*#__PURE__*/function () {
|
|
|
81
81
|
obj['blockchain_account_address'] = _ApiClient["default"].convertToType(data['blockchain_account_address'], 'String');
|
|
82
82
|
}
|
|
83
83
|
|
|
84
|
-
if (data.hasOwnProperty('
|
|
85
|
-
obj['
|
|
84
|
+
if (data.hasOwnProperty('website_url')) {
|
|
85
|
+
obj['website_url'] = _ApiClient["default"].convertToType(data['website_url'], 'String');
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
if (data.hasOwnProperty('is_active')) {
|
|
@@ -133,10 +133,10 @@ Producer.prototype['retailer'] = undefined;
|
|
|
133
133
|
Producer.prototype['blockchain_account_address'] = undefined;
|
|
134
134
|
/**
|
|
135
135
|
* Not required. 200 characters or fewer.
|
|
136
|
-
* @member {String}
|
|
136
|
+
* @member {String} website_url
|
|
137
137
|
*/
|
|
138
138
|
|
|
139
|
-
Producer.prototype['
|
|
139
|
+
Producer.prototype['website_url'] = undefined;
|
|
140
140
|
/**
|
|
141
141
|
* True if organization is active. Default True.
|
|
142
142
|
* @member {Boolean} is_active
|
|
@@ -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.74.2
|
|
22
22
|
*/
|
|
23
23
|
var ProductionDataFileList = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -26,7 +26,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
26
26
|
/**
|
|
27
27
|
* The ProductionDataFromEpiasRequest model module.
|
|
28
28
|
* @module model/ProductionDataFromEpiasRequest
|
|
29
|
-
* @version 0.
|
|
29
|
+
* @version 0.74.2
|
|
30
30
|
*/
|
|
31
31
|
var ProductionDataFromEpiasRequest = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The ProductionDataPointCreate model module.
|
|
22
22
|
* @module model/ProductionDataPointCreate
|
|
23
|
-
* @version 0.
|
|
23
|
+
* @version 0.74.2
|
|
24
24
|
*/
|
|
25
25
|
var ProductionDataPointCreate = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -28,7 +28,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
28
28
|
/**
|
|
29
29
|
* The ProductionDataPointListOrDetail model module.
|
|
30
30
|
* @module model/ProductionDataPointListOrDetail
|
|
31
|
-
* @version 0.
|
|
31
|
+
* @version 0.74.2
|
|
32
32
|
*/
|
|
33
33
|
var ProductionDataPointListOrDetail = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The ProductionDataPointUpdate model module.
|
|
22
22
|
* @module model/ProductionDataPointUpdate
|
|
23
|
-
* @version 0.
|
|
23
|
+
* @version 0.74.2
|
|
24
24
|
*/
|
|
25
25
|
var ProductionDataPointUpdate = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -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.74.2
|
|
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.74.2
|
|
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.74.2
|
|
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.74.2
|
|
24
24
|
*/
|
|
25
25
|
var ProductionSiteUpdate = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
package/dist/model/Register.js
CHANGED
package/dist/model/Retailer.js
CHANGED
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The Retailer model module.
|
|
22
22
|
* @module model/Retailer
|
|
23
|
-
* @version 0.
|
|
23
|
+
* @version 0.74.2
|
|
24
24
|
*/
|
|
25
25
|
var Retailer = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -77,8 +77,8 @@ var Retailer = /*#__PURE__*/function () {
|
|
|
77
77
|
obj['blockchain_account_address'] = _ApiClient["default"].convertToType(data['blockchain_account_address'], 'String');
|
|
78
78
|
}
|
|
79
79
|
|
|
80
|
-
if (data.hasOwnProperty('
|
|
81
|
-
obj['
|
|
80
|
+
if (data.hasOwnProperty('website_url')) {
|
|
81
|
+
obj['website_url'] = _ApiClient["default"].convertToType(data['website_url'], 'String');
|
|
82
82
|
}
|
|
83
83
|
|
|
84
84
|
if (data.hasOwnProperty('is_active')) {
|
|
@@ -128,10 +128,10 @@ Retailer.prototype['location'] = undefined;
|
|
|
128
128
|
Retailer.prototype['blockchain_account_address'] = undefined;
|
|
129
129
|
/**
|
|
130
130
|
* Not required. 200 characters or fewer.
|
|
131
|
-
* @member {String}
|
|
131
|
+
* @member {String} website_url
|
|
132
132
|
*/
|
|
133
133
|
|
|
134
|
-
Retailer.prototype['
|
|
134
|
+
Retailer.prototype['website_url'] = undefined;
|
|
135
135
|
/**
|
|
136
136
|
* True if organization is active. Default True.
|
|
137
137
|
* @member {Boolean} is_active
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The SmartContract model module.
|
|
20
20
|
* @module model/SmartContract
|
|
21
|
-
* @version 0.
|
|
21
|
+
* @version 0.74.2
|
|
22
22
|
*/
|
|
23
23
|
var SmartContract = /*#__PURE__*/function () {
|
|
24
24
|
/**
|