green_link_api 1.9.4 → 1.10.0
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 +11 -6
- package/dist/ApiClient.js +2 -2
- package/dist/api/BlockchainApi.js +1 -1
- package/dist/api/EnergyAssetsApi.js +244 -72
- package/dist/api/EnergyDataApi.js +5 -3
- package/dist/api/HealthCheckApi.js +1 -1
- package/dist/api/LicensedProductionSitesOnEpiasApi.js +1 -1
- package/dist/api/LocationsApi.js +1 -1
- package/dist/api/LogsApi.js +1 -1
- package/dist/api/MaintenanceCheckApi.js +1 -1
- package/dist/api/OrganizationprofilesApi.js +1 -1
- package/dist/api/OrganizationsApi.js +1 -1
- package/dist/api/SchemaApi.js +1 -1
- package/dist/api/SentryDebugApi.js +1 -1
- package/dist/api/UsersApi.js +1 -1
- package/dist/index.js +22 -14
- package/dist/model/Activities.js +1 -1
- package/dist/model/BlockchainTransaction.js +1 -1
- package/dist/model/Consumer.js +10 -1
- package/dist/model/ConsumptionDataFileList.js +1 -1
- package/dist/model/ConsumptionDataFromRetailerRequest.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/ConsumptionSiteContract.js +138 -0
- package/dist/model/{ConsumptionSiteFromRetailer.js → ConsumptionSiteContractImport.js} +38 -28
- package/dist/model/ConsumptionSiteCreate.js +1 -1
- package/dist/model/ConsumptionSiteFileUpload.js +1 -1
- package/dist/model/ConsumptionSiteListOrDetail.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/ImportRequest.js +16 -16
- package/dist/model/ImportedEnergyDataPoint.js +10 -10
- 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/PaginatedActivitiesList.js +1 -1
- package/dist/model/PaginatedConsumerList.js +1 -1
- package/dist/model/PaginatedConsumptionDataPointListOrDetailList.js +1 -1
- package/dist/model/PaginatedConsumptionSiteContractList.js +104 -0
- 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/PaginatedImportRequestList.js +1 -1
- package/dist/model/PaginatedImportedEnergyDataPointList.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/PaginatedUploadedCertificateListorDetailList.js +1 -1
- package/dist/model/PaginatedUploadedFileList.js +1 -1
- package/dist/model/PaginatedUserList.js +1 -1
- package/dist/model/PatchedConsumer.js +10 -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/PatchedSmartContract.js +1 -1
- package/dist/model/PatchedUser.js +1 -1
- package/dist/model/PatchedUserDetail.js +1 -1
- package/dist/model/Producer.js +1 -1
- 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 +1 -1
- package/dist/model/SmartContract.js +1 -1
- package/dist/model/Token.js +1 -1
- package/dist/model/UnprocessedRow.js +1 -1
- package/dist/model/UploadedCertificate.js +1 -1
- package/dist/model/UploadedCertificateListorDetail.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
- package/dist/model/ConsumptionSiteMany.js +0 -195
|
@@ -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 1.
|
|
23
|
+
* @version 1.10.0
|
|
24
24
|
*/
|
|
25
25
|
var PatchedUserDetail = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
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 1.
|
|
21
|
+
* @version 1.10.0
|
|
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 1.
|
|
29
|
+
* @version 1.10.0
|
|
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 1.
|
|
23
|
+
* @version 1.10.0
|
|
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 1.
|
|
31
|
+
* @version 1.10.0
|
|
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 1.
|
|
23
|
+
* @version 1.10.0
|
|
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 1.
|
|
23
|
+
* @version 1.10.0
|
|
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 1.
|
|
21
|
+
* @version 1.10.0
|
|
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 1.
|
|
25
|
+
* @version 1.10.0
|
|
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 1.
|
|
23
|
+
* @version 1.10.0
|
|
24
24
|
*/
|
|
25
25
|
var ProductionSiteUpdate = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
package/dist/model/Register.js
CHANGED
package/dist/model/Retailer.js
CHANGED
|
@@ -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 1.
|
|
21
|
+
* @version 1.10.0
|
|
22
22
|
*/
|
|
23
23
|
var SmartContract = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
package/dist/model/Token.js
CHANGED
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The UnprocessedRow model module.
|
|
20
20
|
* @module model/UnprocessedRow
|
|
21
|
-
* @version 1.
|
|
21
|
+
* @version 1.10.0
|
|
22
22
|
*/
|
|
23
23
|
var UnprocessedRow = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The UploadedCertificate model module.
|
|
22
22
|
* @module model/UploadedCertificate
|
|
23
|
-
* @version 1.
|
|
23
|
+
* @version 1.10.0
|
|
24
24
|
*/
|
|
25
25
|
var UploadedCertificate = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
22
22
|
/**
|
|
23
23
|
* The UploadedCertificateListorDetail model module.
|
|
24
24
|
* @module model/UploadedCertificateListorDetail
|
|
25
|
-
* @version 1.
|
|
25
|
+
* @version 1.10.0
|
|
26
26
|
*/
|
|
27
27
|
var UploadedCertificateListorDetail = /*#__PURE__*/function () {
|
|
28
28
|
/**
|
package/dist/model/User.js
CHANGED
package/dist/model/UserDetail.js
CHANGED
package/package.json
CHANGED
|
@@ -1,195 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports["default"] = void 0;
|
|
7
|
-
|
|
8
|
-
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
9
|
-
|
|
10
|
-
var _Location = _interopRequireDefault(require("./Location"));
|
|
11
|
-
|
|
12
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
|
-
|
|
14
|
-
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
15
|
-
|
|
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
|
-
|
|
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
|
-
|
|
20
|
-
/**
|
|
21
|
-
* The ConsumptionSiteMany model module.
|
|
22
|
-
* @module model/ConsumptionSiteMany
|
|
23
|
-
* @version 1.9.4
|
|
24
|
-
*/
|
|
25
|
-
var ConsumptionSiteMany = /*#__PURE__*/function () {
|
|
26
|
-
/**
|
|
27
|
-
* Constructs a new <code>ConsumptionSiteMany</code>.
|
|
28
|
-
* @alias module:model/ConsumptionSiteMany
|
|
29
|
-
* @param location {module:model/Location}
|
|
30
|
-
* @param name {String} Required. 150 characters or fewer.
|
|
31
|
-
* @param eic {String} Required. 30 characters or fewer.
|
|
32
|
-
*/
|
|
33
|
-
function ConsumptionSiteMany(location, name, eic) {
|
|
34
|
-
_classCallCheck(this, ConsumptionSiteMany);
|
|
35
|
-
|
|
36
|
-
ConsumptionSiteMany.initialize(this, location, name, eic);
|
|
37
|
-
}
|
|
38
|
-
/**
|
|
39
|
-
* Initializes the fields of this object.
|
|
40
|
-
* This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
|
|
41
|
-
* Only for internal use.
|
|
42
|
-
*/
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
_createClass(ConsumptionSiteMany, null, [{
|
|
46
|
-
key: "initialize",
|
|
47
|
-
value: function initialize(obj, location, name, eic) {
|
|
48
|
-
obj['location'] = location;
|
|
49
|
-
obj['name'] = name;
|
|
50
|
-
obj['eic'] = eic;
|
|
51
|
-
}
|
|
52
|
-
/**
|
|
53
|
-
* Constructs a <code>ConsumptionSiteMany</code> from a plain JavaScript object, optionally creating a new instance.
|
|
54
|
-
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
55
|
-
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
56
|
-
* @param {module:model/ConsumptionSiteMany} obj Optional instance to populate.
|
|
57
|
-
* @return {module:model/ConsumptionSiteMany} The populated <code>ConsumptionSiteMany</code> instance.
|
|
58
|
-
*/
|
|
59
|
-
|
|
60
|
-
}, {
|
|
61
|
-
key: "constructFromObject",
|
|
62
|
-
value: function constructFromObject(data, obj) {
|
|
63
|
-
if (data) {
|
|
64
|
-
obj = obj || new ConsumptionSiteMany();
|
|
65
|
-
|
|
66
|
-
if (data.hasOwnProperty('id')) {
|
|
67
|
-
obj['id'] = _ApiClient["default"].convertToType(data['id'], 'String');
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
if (data.hasOwnProperty('consumer')) {
|
|
71
|
-
obj['consumer'] = _ApiClient["default"].convertToType(data['consumer'], 'String');
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
if (data.hasOwnProperty('grid_operator')) {
|
|
75
|
-
obj['grid_operator'] = _ApiClient["default"].convertToType(data['grid_operator'], 'String');
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
if (data.hasOwnProperty('retailer')) {
|
|
79
|
-
obj['retailer'] = _ApiClient["default"].convertToType(data['retailer'], 'String');
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
if (data.hasOwnProperty('issuer')) {
|
|
83
|
-
obj['issuer'] = _ApiClient["default"].convertToType(data['issuer'], 'String');
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
if (data.hasOwnProperty('location')) {
|
|
87
|
-
obj['location'] = _Location["default"].constructFromObject(data['location']);
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
if (data.hasOwnProperty('name')) {
|
|
91
|
-
obj['name'] = _ApiClient["default"].convertToType(data['name'], 'String');
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
if (data.hasOwnProperty('site_logo')) {
|
|
95
|
-
obj['site_logo'] = _ApiClient["default"].convertToType(data['site_logo'], 'String');
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
if (data.hasOwnProperty('eic')) {
|
|
99
|
-
obj['eic'] = _ApiClient["default"].convertToType(data['eic'], 'String');
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
if (data.hasOwnProperty('blockchain_account_address')) {
|
|
103
|
-
obj['blockchain_account_address'] = _ApiClient["default"].convertToType(data['blockchain_account_address'], 'String');
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
if (data.hasOwnProperty('is_active')) {
|
|
107
|
-
obj['is_active'] = _ApiClient["default"].convertToType(data['is_active'], 'Boolean');
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
if (data.hasOwnProperty('created_at')) {
|
|
111
|
-
obj['created_at'] = _ApiClient["default"].convertToType(data['created_at'], 'Date');
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
if (data.hasOwnProperty('updated_at')) {
|
|
115
|
-
obj['updated_at'] = _ApiClient["default"].convertToType(data['updated_at'], 'Date');
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
return obj;
|
|
120
|
-
}
|
|
121
|
-
}]);
|
|
122
|
-
|
|
123
|
-
return ConsumptionSiteMany;
|
|
124
|
-
}();
|
|
125
|
-
/**
|
|
126
|
-
* @member {String} id
|
|
127
|
-
*/
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
ConsumptionSiteMany.prototype['id'] = undefined;
|
|
131
|
-
/**
|
|
132
|
-
* @member {String} consumer
|
|
133
|
-
*/
|
|
134
|
-
|
|
135
|
-
ConsumptionSiteMany.prototype['consumer'] = undefined;
|
|
136
|
-
/**
|
|
137
|
-
* @member {String} grid_operator
|
|
138
|
-
*/
|
|
139
|
-
|
|
140
|
-
ConsumptionSiteMany.prototype['grid_operator'] = undefined;
|
|
141
|
-
/**
|
|
142
|
-
* @member {String} retailer
|
|
143
|
-
*/
|
|
144
|
-
|
|
145
|
-
ConsumptionSiteMany.prototype['retailer'] = undefined;
|
|
146
|
-
/**
|
|
147
|
-
* @member {String} issuer
|
|
148
|
-
*/
|
|
149
|
-
|
|
150
|
-
ConsumptionSiteMany.prototype['issuer'] = undefined;
|
|
151
|
-
/**
|
|
152
|
-
* @member {module:model/Location} location
|
|
153
|
-
*/
|
|
154
|
-
|
|
155
|
-
ConsumptionSiteMany.prototype['location'] = undefined;
|
|
156
|
-
/**
|
|
157
|
-
* Required. 150 characters or fewer.
|
|
158
|
-
* @member {String} name
|
|
159
|
-
*/
|
|
160
|
-
|
|
161
|
-
ConsumptionSiteMany.prototype['name'] = undefined;
|
|
162
|
-
/**
|
|
163
|
-
* @member {String} site_logo
|
|
164
|
-
*/
|
|
165
|
-
|
|
166
|
-
ConsumptionSiteMany.prototype['site_logo'] = undefined;
|
|
167
|
-
/**
|
|
168
|
-
* Required. 30 characters or fewer.
|
|
169
|
-
* @member {String} eic
|
|
170
|
-
*/
|
|
171
|
-
|
|
172
|
-
ConsumptionSiteMany.prototype['eic'] = undefined;
|
|
173
|
-
/**
|
|
174
|
-
* @member {String} blockchain_account_address
|
|
175
|
-
*/
|
|
176
|
-
|
|
177
|
-
ConsumptionSiteMany.prototype['blockchain_account_address'] = undefined;
|
|
178
|
-
/**
|
|
179
|
-
* True if organization is active. Default True.
|
|
180
|
-
* @member {Boolean} is_active
|
|
181
|
-
*/
|
|
182
|
-
|
|
183
|
-
ConsumptionSiteMany.prototype['is_active'] = undefined;
|
|
184
|
-
/**
|
|
185
|
-
* @member {Date} created_at
|
|
186
|
-
*/
|
|
187
|
-
|
|
188
|
-
ConsumptionSiteMany.prototype['created_at'] = undefined;
|
|
189
|
-
/**
|
|
190
|
-
* @member {Date} updated_at
|
|
191
|
-
*/
|
|
192
|
-
|
|
193
|
-
ConsumptionSiteMany.prototype['updated_at'] = undefined;
|
|
194
|
-
var _default = ConsumptionSiteMany;
|
|
195
|
-
exports["default"] = _default;
|