green_link_api 0.82.5 → 0.82.9
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 +7 -27
- 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/LogsApi.js +44 -536
- 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 +6 -70
- package/dist/model/{AddConsumptionSiteFromEnerjisa.js → Activities.js} +77 -33
- package/dist/model/BlockchainTransaction.js +1 -1
- 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/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 +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/{PaginatedAddConsumerList.js → PaginatedActivitiesList.js} +23 -23
- 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 +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/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/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/AddConsumer.js +0 -121
- package/dist/model/AddConsumptionSite.js +0 -130
- package/dist/model/AddProducer.js +0 -121
- package/dist/model/AddProductionSite.js +0 -135
- package/dist/model/PaginatedAddConsumptionSiteFromEnerjisaList.js +0 -104
- package/dist/model/PaginatedAddConsumptionSiteList.js +0 -104
- package/dist/model/PaginatedAddProducerList.js +0 -104
- package/dist/model/PaginatedAddProductionSiteList.js +0 -104
|
@@ -1,104 +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 _AddConsumptionSite = _interopRequireDefault(require("./AddConsumptionSite"));
|
|
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 PaginatedAddConsumptionSiteList model module.
|
|
22
|
-
* @module model/PaginatedAddConsumptionSiteList
|
|
23
|
-
* @version 0.82.5
|
|
24
|
-
*/
|
|
25
|
-
var PaginatedAddConsumptionSiteList = /*#__PURE__*/function () {
|
|
26
|
-
/**
|
|
27
|
-
* Constructs a new <code>PaginatedAddConsumptionSiteList</code>.
|
|
28
|
-
* @alias module:model/PaginatedAddConsumptionSiteList
|
|
29
|
-
*/
|
|
30
|
-
function PaginatedAddConsumptionSiteList() {
|
|
31
|
-
_classCallCheck(this, PaginatedAddConsumptionSiteList);
|
|
32
|
-
|
|
33
|
-
PaginatedAddConsumptionSiteList.initialize(this);
|
|
34
|
-
}
|
|
35
|
-
/**
|
|
36
|
-
* Initializes the fields of this object.
|
|
37
|
-
* This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
|
|
38
|
-
* Only for internal use.
|
|
39
|
-
*/
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
_createClass(PaginatedAddConsumptionSiteList, null, [{
|
|
43
|
-
key: "initialize",
|
|
44
|
-
value: function initialize(obj) {}
|
|
45
|
-
/**
|
|
46
|
-
* Constructs a <code>PaginatedAddConsumptionSiteList</code> from a plain JavaScript object, optionally creating a new instance.
|
|
47
|
-
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
48
|
-
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
49
|
-
* @param {module:model/PaginatedAddConsumptionSiteList} obj Optional instance to populate.
|
|
50
|
-
* @return {module:model/PaginatedAddConsumptionSiteList} The populated <code>PaginatedAddConsumptionSiteList</code> instance.
|
|
51
|
-
*/
|
|
52
|
-
|
|
53
|
-
}, {
|
|
54
|
-
key: "constructFromObject",
|
|
55
|
-
value: function constructFromObject(data, obj) {
|
|
56
|
-
if (data) {
|
|
57
|
-
obj = obj || new PaginatedAddConsumptionSiteList();
|
|
58
|
-
|
|
59
|
-
if (data.hasOwnProperty('count')) {
|
|
60
|
-
obj['count'] = _ApiClient["default"].convertToType(data['count'], 'Number');
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
if (data.hasOwnProperty('next')) {
|
|
64
|
-
obj['next'] = _ApiClient["default"].convertToType(data['next'], 'String');
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
if (data.hasOwnProperty('previous')) {
|
|
68
|
-
obj['previous'] = _ApiClient["default"].convertToType(data['previous'], 'String');
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
if (data.hasOwnProperty('results')) {
|
|
72
|
-
obj['results'] = _ApiClient["default"].convertToType(data['results'], [_AddConsumptionSite["default"]]);
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
return obj;
|
|
77
|
-
}
|
|
78
|
-
}]);
|
|
79
|
-
|
|
80
|
-
return PaginatedAddConsumptionSiteList;
|
|
81
|
-
}();
|
|
82
|
-
/**
|
|
83
|
-
* @member {Number} count
|
|
84
|
-
*/
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
PaginatedAddConsumptionSiteList.prototype['count'] = undefined;
|
|
88
|
-
/**
|
|
89
|
-
* @member {String} next
|
|
90
|
-
*/
|
|
91
|
-
|
|
92
|
-
PaginatedAddConsumptionSiteList.prototype['next'] = undefined;
|
|
93
|
-
/**
|
|
94
|
-
* @member {String} previous
|
|
95
|
-
*/
|
|
96
|
-
|
|
97
|
-
PaginatedAddConsumptionSiteList.prototype['previous'] = undefined;
|
|
98
|
-
/**
|
|
99
|
-
* @member {Array.<module:model/AddConsumptionSite>} results
|
|
100
|
-
*/
|
|
101
|
-
|
|
102
|
-
PaginatedAddConsumptionSiteList.prototype['results'] = undefined;
|
|
103
|
-
var _default = PaginatedAddConsumptionSiteList;
|
|
104
|
-
exports["default"] = _default;
|
|
@@ -1,104 +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 _AddProducer = _interopRequireDefault(require("./AddProducer"));
|
|
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 PaginatedAddProducerList model module.
|
|
22
|
-
* @module model/PaginatedAddProducerList
|
|
23
|
-
* @version 0.82.5
|
|
24
|
-
*/
|
|
25
|
-
var PaginatedAddProducerList = /*#__PURE__*/function () {
|
|
26
|
-
/**
|
|
27
|
-
* Constructs a new <code>PaginatedAddProducerList</code>.
|
|
28
|
-
* @alias module:model/PaginatedAddProducerList
|
|
29
|
-
*/
|
|
30
|
-
function PaginatedAddProducerList() {
|
|
31
|
-
_classCallCheck(this, PaginatedAddProducerList);
|
|
32
|
-
|
|
33
|
-
PaginatedAddProducerList.initialize(this);
|
|
34
|
-
}
|
|
35
|
-
/**
|
|
36
|
-
* Initializes the fields of this object.
|
|
37
|
-
* This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
|
|
38
|
-
* Only for internal use.
|
|
39
|
-
*/
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
_createClass(PaginatedAddProducerList, null, [{
|
|
43
|
-
key: "initialize",
|
|
44
|
-
value: function initialize(obj) {}
|
|
45
|
-
/**
|
|
46
|
-
* Constructs a <code>PaginatedAddProducerList</code> from a plain JavaScript object, optionally creating a new instance.
|
|
47
|
-
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
48
|
-
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
49
|
-
* @param {module:model/PaginatedAddProducerList} obj Optional instance to populate.
|
|
50
|
-
* @return {module:model/PaginatedAddProducerList} The populated <code>PaginatedAddProducerList</code> instance.
|
|
51
|
-
*/
|
|
52
|
-
|
|
53
|
-
}, {
|
|
54
|
-
key: "constructFromObject",
|
|
55
|
-
value: function constructFromObject(data, obj) {
|
|
56
|
-
if (data) {
|
|
57
|
-
obj = obj || new PaginatedAddProducerList();
|
|
58
|
-
|
|
59
|
-
if (data.hasOwnProperty('count')) {
|
|
60
|
-
obj['count'] = _ApiClient["default"].convertToType(data['count'], 'Number');
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
if (data.hasOwnProperty('next')) {
|
|
64
|
-
obj['next'] = _ApiClient["default"].convertToType(data['next'], 'String');
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
if (data.hasOwnProperty('previous')) {
|
|
68
|
-
obj['previous'] = _ApiClient["default"].convertToType(data['previous'], 'String');
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
if (data.hasOwnProperty('results')) {
|
|
72
|
-
obj['results'] = _ApiClient["default"].convertToType(data['results'], [_AddProducer["default"]]);
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
return obj;
|
|
77
|
-
}
|
|
78
|
-
}]);
|
|
79
|
-
|
|
80
|
-
return PaginatedAddProducerList;
|
|
81
|
-
}();
|
|
82
|
-
/**
|
|
83
|
-
* @member {Number} count
|
|
84
|
-
*/
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
PaginatedAddProducerList.prototype['count'] = undefined;
|
|
88
|
-
/**
|
|
89
|
-
* @member {String} next
|
|
90
|
-
*/
|
|
91
|
-
|
|
92
|
-
PaginatedAddProducerList.prototype['next'] = undefined;
|
|
93
|
-
/**
|
|
94
|
-
* @member {String} previous
|
|
95
|
-
*/
|
|
96
|
-
|
|
97
|
-
PaginatedAddProducerList.prototype['previous'] = undefined;
|
|
98
|
-
/**
|
|
99
|
-
* @member {Array.<module:model/AddProducer>} results
|
|
100
|
-
*/
|
|
101
|
-
|
|
102
|
-
PaginatedAddProducerList.prototype['results'] = undefined;
|
|
103
|
-
var _default = PaginatedAddProducerList;
|
|
104
|
-
exports["default"] = _default;
|
|
@@ -1,104 +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 _AddProductionSite = _interopRequireDefault(require("./AddProductionSite"));
|
|
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 PaginatedAddProductionSiteList model module.
|
|
22
|
-
* @module model/PaginatedAddProductionSiteList
|
|
23
|
-
* @version 0.82.5
|
|
24
|
-
*/
|
|
25
|
-
var PaginatedAddProductionSiteList = /*#__PURE__*/function () {
|
|
26
|
-
/**
|
|
27
|
-
* Constructs a new <code>PaginatedAddProductionSiteList</code>.
|
|
28
|
-
* @alias module:model/PaginatedAddProductionSiteList
|
|
29
|
-
*/
|
|
30
|
-
function PaginatedAddProductionSiteList() {
|
|
31
|
-
_classCallCheck(this, PaginatedAddProductionSiteList);
|
|
32
|
-
|
|
33
|
-
PaginatedAddProductionSiteList.initialize(this);
|
|
34
|
-
}
|
|
35
|
-
/**
|
|
36
|
-
* Initializes the fields of this object.
|
|
37
|
-
* This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
|
|
38
|
-
* Only for internal use.
|
|
39
|
-
*/
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
_createClass(PaginatedAddProductionSiteList, null, [{
|
|
43
|
-
key: "initialize",
|
|
44
|
-
value: function initialize(obj) {}
|
|
45
|
-
/**
|
|
46
|
-
* Constructs a <code>PaginatedAddProductionSiteList</code> from a plain JavaScript object, optionally creating a new instance.
|
|
47
|
-
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
48
|
-
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
49
|
-
* @param {module:model/PaginatedAddProductionSiteList} obj Optional instance to populate.
|
|
50
|
-
* @return {module:model/PaginatedAddProductionSiteList} The populated <code>PaginatedAddProductionSiteList</code> instance.
|
|
51
|
-
*/
|
|
52
|
-
|
|
53
|
-
}, {
|
|
54
|
-
key: "constructFromObject",
|
|
55
|
-
value: function constructFromObject(data, obj) {
|
|
56
|
-
if (data) {
|
|
57
|
-
obj = obj || new PaginatedAddProductionSiteList();
|
|
58
|
-
|
|
59
|
-
if (data.hasOwnProperty('count')) {
|
|
60
|
-
obj['count'] = _ApiClient["default"].convertToType(data['count'], 'Number');
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
if (data.hasOwnProperty('next')) {
|
|
64
|
-
obj['next'] = _ApiClient["default"].convertToType(data['next'], 'String');
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
if (data.hasOwnProperty('previous')) {
|
|
68
|
-
obj['previous'] = _ApiClient["default"].convertToType(data['previous'], 'String');
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
if (data.hasOwnProperty('results')) {
|
|
72
|
-
obj['results'] = _ApiClient["default"].convertToType(data['results'], [_AddProductionSite["default"]]);
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
return obj;
|
|
77
|
-
}
|
|
78
|
-
}]);
|
|
79
|
-
|
|
80
|
-
return PaginatedAddProductionSiteList;
|
|
81
|
-
}();
|
|
82
|
-
/**
|
|
83
|
-
* @member {Number} count
|
|
84
|
-
*/
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
PaginatedAddProductionSiteList.prototype['count'] = undefined;
|
|
88
|
-
/**
|
|
89
|
-
* @member {String} next
|
|
90
|
-
*/
|
|
91
|
-
|
|
92
|
-
PaginatedAddProductionSiteList.prototype['next'] = undefined;
|
|
93
|
-
/**
|
|
94
|
-
* @member {String} previous
|
|
95
|
-
*/
|
|
96
|
-
|
|
97
|
-
PaginatedAddProductionSiteList.prototype['previous'] = undefined;
|
|
98
|
-
/**
|
|
99
|
-
* @member {Array.<module:model/AddProductionSite>} results
|
|
100
|
-
*/
|
|
101
|
-
|
|
102
|
-
PaginatedAddProductionSiteList.prototype['results'] = undefined;
|
|
103
|
-
var _default = PaginatedAddProductionSiteList;
|
|
104
|
-
exports["default"] = _default;
|