green_link_api 1.16.0 → 1.16.7
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 +3 -4
- package/dist/ApiClient.js +3 -3
- package/dist/api/BlockchainApi.js +2 -2
- package/dist/api/EnergyAssetsApi.js +2 -2
- package/dist/api/EnergyDataApi.js +4 -4
- package/dist/api/HealthCheckApi.js +2 -2
- package/dist/api/LicensedProductionSitesOnEpiasApi.js +2 -2
- package/dist/api/LocationsApi.js +2 -2
- package/dist/api/LogsApi.js +22 -50
- package/dist/api/MaintenanceCheckApi.js +2 -2
- package/dist/api/OrganizationprofilesApi.js +2 -2
- package/dist/api/OrganizationsApi.js +2 -2
- package/dist/api/SchemaApi.js +2 -2
- package/dist/api/SentryDebugApi.js +2 -2
- package/dist/api/UsersApi.js +2 -2
- package/dist/index.js +3 -3
- package/dist/model/Activities.js +2 -2
- package/dist/model/ActivitiesStatusEnum.js +1 -1
- package/dist/model/BlockchainTransactionTask.js +5 -5
- package/dist/model/Consumer.js +2 -2
- package/dist/model/ConsumptionDataFileList.js +2 -2
- package/dist/model/ConsumptionDataFromRetailerRequest.js +2 -2
- package/dist/model/ConsumptionDataPointCreate.js +2 -2
- package/dist/model/ConsumptionDataPointListOrDetail.js +2 -2
- package/dist/model/ConsumptionDataPointUpdate.js +2 -2
- package/dist/model/ConsumptionDataTask.js +5 -5
- package/dist/model/ConsumptionSite.js +2 -2
- package/dist/model/ConsumptionSiteContract.js +2 -2
- package/dist/model/ConsumptionSiteContractImport.js +2 -2
- package/dist/model/ConsumptionSiteCreate.js +2 -2
- package/dist/model/ConsumptionSiteFileUpload.js +2 -2
- package/dist/model/ConsumptionSiteListOrDetail.js +2 -2
- package/dist/model/ContentTypeEnum.js +1 -1
- package/dist/model/EacTypeEnum.js +1 -1
- package/dist/model/EmissionFactor.js +2 -2
- package/dist/model/EnergySourceEnum.js +1 -1
- package/dist/model/EnergySourcePreference.js +2 -2
- package/dist/model/EventEnum.js +1 -1
- package/dist/model/GetFromEpias.js +2 -2
- package/dist/model/GridOperator.js +2 -2
- package/dist/model/ImportedConsumptionDataPoint.js +2 -2
- package/dist/model/Issuer.js +2 -2
- package/dist/model/Location.js +2 -2
- package/dist/model/MatchTypeEnum.js +1 -1
- package/dist/model/MatchedDataPoint.js +2 -2
- package/dist/model/MatchedDataTask.js +5 -6
- package/dist/model/MatchingConsumerRequest.js +2 -2
- package/dist/model/MatchingSiteRequest.js +2 -2
- package/dist/model/NullEnum.js +1 -1
- package/dist/model/OrganizationTypeEnum.js +1 -1
- package/dist/model/PaginatedActivitiesList.js +2 -2
- package/dist/model/PaginatedConsumerList.js +2 -2
- package/dist/model/PaginatedConsumptionDataPointListOrDetailList.js +2 -2
- package/dist/model/PaginatedConsumptionDataTaskList.js +2 -2
- package/dist/model/PaginatedConsumptionSiteContractList.js +2 -2
- package/dist/model/PaginatedConsumptionSiteListOrDetailList.js +2 -2
- package/dist/model/PaginatedEmissionFactorList.js +2 -2
- package/dist/model/PaginatedEnergySourcePreferenceList.js +2 -2
- package/dist/model/PaginatedGridOperatorList.js +2 -2
- package/dist/model/PaginatedImportedConsumptionDataPointList.js +2 -2
- package/dist/model/PaginatedIssuerList.js +2 -2
- package/dist/model/PaginatedLocationList.js +2 -2
- package/dist/model/PaginatedMatchedDataPointList.js +2 -2
- package/dist/model/PaginatedMatchedDataTaskList.js +2 -2
- package/dist/model/PaginatedProducerList.js +2 -2
- package/dist/model/PaginatedProductionDataFromEpiasTaskList.js +2 -2
- package/dist/model/PaginatedProductionDataPointListOrDetailList.js +2 -2
- package/dist/model/PaginatedProductionSiteListOrDetailList.js +2 -2
- package/dist/model/PaginatedRetailerList.js +2 -2
- package/dist/model/PaginatedSmartContractList.js +2 -2
- package/dist/model/PaginatedUnprocessedRowList.js +2 -2
- package/dist/model/PaginatedUploadedCertificateListorDetailList.js +2 -2
- package/dist/model/PaginatedUploadedFileTaskList.js +2 -2
- package/dist/model/PaginatedUserList.js +2 -2
- package/dist/model/PatchedConsumer.js +2 -2
- package/dist/model/PatchedConsumptionDataPointUpdate.js +2 -2
- package/dist/model/PatchedConsumptionSite.js +2 -2
- package/dist/model/PatchedEmissionFactor.js +2 -2
- package/dist/model/PatchedEnergySourcePreference.js +2 -2
- package/dist/model/PatchedGridOperator.js +2 -2
- package/dist/model/PatchedIssuer.js +2 -2
- package/dist/model/PatchedLocation.js +2 -2
- package/dist/model/PatchedProducer.js +2 -2
- package/dist/model/PatchedProductionDataPointUpdate.js +2 -2
- package/dist/model/PatchedProductionSiteUpdate.js +2 -2
- package/dist/model/PatchedRetailer.js +2 -2
- package/dist/model/PatchedSmartContract.js +2 -2
- package/dist/model/PatchedUser.js +2 -2
- package/dist/model/PatchedUserDetail.js +2 -2
- package/dist/model/PriorityEnum.js +1 -1
- package/dist/model/Producer.js +2 -2
- package/dist/model/ProductionDataFileList.js +2 -2
- package/dist/model/ProductionDataFromEpiasTask.js +5 -6
- package/dist/model/ProductionDataPointCreate.js +2 -2
- package/dist/model/ProductionDataPointListOrDetail.js +2 -2
- package/dist/model/ProductionDataPointUpdate.js +2 -2
- package/dist/model/ProductionSite.js +2 -2
- package/dist/model/ProductionSiteFileUpload.js +2 -2
- package/dist/model/ProductionSiteListOrDetail.js +2 -2
- package/dist/model/ProductionSiteUpdate.js +2 -2
- package/dist/model/Register.js +2 -2
- package/dist/model/Retailer.js +2 -2
- package/dist/model/SmartContract.js +2 -2
- package/dist/model/{Status90bEnum.js → Status965Enum.js} +10 -15
- package/dist/model/TypeEnum.js +1 -1
- package/dist/model/UnprocessedRow.js +2 -2
- package/dist/model/UploadedCertificate.js +2 -2
- package/dist/model/UploadedCertificateListorDetail.js +2 -2
- package/dist/model/UploadedFileTask.js +5 -6
- package/dist/model/User.js +2 -2
- package/dist/model/UserDetail.js +2 -2
- package/package.json +1 -1
|
@@ -8,7 +8,7 @@ var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
|
8
8
|
var _Producer = _interopRequireDefault(require("./Producer"));
|
|
9
9
|
var _ProductionSite = _interopRequireDefault(require("./ProductionSite"));
|
|
10
10
|
var _Retailer = _interopRequireDefault(require("./Retailer"));
|
|
11
|
-
var
|
|
11
|
+
var _Status965Enum = _interopRequireDefault(require("./Status965Enum"));
|
|
12
12
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
13
|
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
14
14
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
@@ -19,7 +19,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
19
19
|
* GreenLink API
|
|
20
20
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
21
21
|
*
|
|
22
|
-
* The version of the OpenAPI document: 1.16.
|
|
22
|
+
* The version of the OpenAPI document: 1.16.7
|
|
23
23
|
*
|
|
24
24
|
*
|
|
25
25
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -30,7 +30,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
30
30
|
/**
|
|
31
31
|
* The ProductionDataFromEpiasTask model module.
|
|
32
32
|
* @module model/ProductionDataFromEpiasTask
|
|
33
|
-
* @version 1.16.
|
|
33
|
+
* @version 1.16.7
|
|
34
34
|
*/
|
|
35
35
|
var ProductionDataFromEpiasTask = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -87,7 +87,7 @@ var ProductionDataFromEpiasTask = /*#__PURE__*/function () {
|
|
|
87
87
|
obj['production_site'] = _ProductionSite["default"].constructFromObject(data['production_site']);
|
|
88
88
|
}
|
|
89
89
|
if (data.hasOwnProperty('status')) {
|
|
90
|
-
obj['status'] = _ApiClient["default"].convertToType(data['status'],
|
|
90
|
+
obj['status'] = _ApiClient["default"].convertToType(data['status'], _Status965Enum["default"]);
|
|
91
91
|
}
|
|
92
92
|
if (data.hasOwnProperty('start_time')) {
|
|
93
93
|
obj['start_time'] = _ApiClient["default"].convertToType(data['start_time'], 'Date');
|
|
@@ -128,8 +128,7 @@ ProductionDataFromEpiasTask.prototype['retailer'] = undefined;
|
|
|
128
128
|
ProductionDataFromEpiasTask.prototype['production_site'] = undefined;
|
|
129
129
|
|
|
130
130
|
/**
|
|
131
|
-
*
|
|
132
|
-
* @member {module:model/Status90bEnum} status
|
|
131
|
+
* @member {module:model/Status965Enum} status
|
|
133
132
|
*/
|
|
134
133
|
ProductionDataFromEpiasTask.prototype['status'] = undefined;
|
|
135
134
|
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* GreenLink API
|
|
17
17
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 1.16.
|
|
19
|
+
* The version of the OpenAPI document: 1.16.7
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The ProductionDataPointCreate model module.
|
|
29
29
|
* @module model/ProductionDataPointCreate
|
|
30
|
-
* @version 1.16.
|
|
30
|
+
* @version 1.16.7
|
|
31
31
|
*/
|
|
32
32
|
var ProductionDataPointCreate = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -20,7 +20,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
20
20
|
* GreenLink API
|
|
21
21
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
22
22
|
*
|
|
23
|
-
* The version of the OpenAPI document: 1.16.
|
|
23
|
+
* The version of the OpenAPI document: 1.16.7
|
|
24
24
|
*
|
|
25
25
|
*
|
|
26
26
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -31,7 +31,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
31
31
|
/**
|
|
32
32
|
* The ProductionDataPointListOrDetail model module.
|
|
33
33
|
* @module model/ProductionDataPointListOrDetail
|
|
34
|
-
* @version 1.16.
|
|
34
|
+
* @version 1.16.7
|
|
35
35
|
*/
|
|
36
36
|
var ProductionDataPointListOrDetail = /*#__PURE__*/function () {
|
|
37
37
|
/**
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* GreenLink API
|
|
17
17
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 1.16.
|
|
19
|
+
* The version of the OpenAPI document: 1.16.7
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The ProductionDataPointUpdate model module.
|
|
29
29
|
* @module model/ProductionDataPointUpdate
|
|
30
|
-
* @version 1.16.
|
|
30
|
+
* @version 1.16.7
|
|
31
31
|
*/
|
|
32
32
|
var ProductionDataPointUpdate = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* GreenLink API
|
|
17
17
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 1.16.
|
|
19
|
+
* The version of the OpenAPI document: 1.16.7
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The ProductionSite model module.
|
|
29
29
|
* @module model/ProductionSite
|
|
30
|
-
* @version 1.16.
|
|
30
|
+
* @version 1.16.7
|
|
31
31
|
*/
|
|
32
32
|
var ProductionSite = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
15
15
|
* GreenLink API
|
|
16
16
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
17
17
|
*
|
|
18
|
-
* The version of the OpenAPI document: 1.16.
|
|
18
|
+
* The version of the OpenAPI document: 1.16.7
|
|
19
19
|
*
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
26
26
|
/**
|
|
27
27
|
* The ProductionSiteFileUpload model module.
|
|
28
28
|
* @module model/ProductionSiteFileUpload
|
|
29
|
-
* @version 1.16.
|
|
29
|
+
* @version 1.16.7
|
|
30
30
|
*/
|
|
31
31
|
var ProductionSiteFileUpload = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
17
17
|
* GreenLink API
|
|
18
18
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
19
19
|
*
|
|
20
|
-
* The version of the OpenAPI document: 1.16.
|
|
20
|
+
* The version of the OpenAPI document: 1.16.7
|
|
21
21
|
*
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
28
28
|
/**
|
|
29
29
|
* The ProductionSiteListOrDetail model module.
|
|
30
30
|
* @module model/ProductionSiteListOrDetail
|
|
31
|
-
* @version 1.16.
|
|
31
|
+
* @version 1.16.7
|
|
32
32
|
*/
|
|
33
33
|
var ProductionSiteListOrDetail = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* GreenLink API
|
|
17
17
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 1.16.
|
|
19
|
+
* The version of the OpenAPI document: 1.16.7
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The ProductionSiteUpdate model module.
|
|
29
29
|
* @module model/ProductionSiteUpdate
|
|
30
|
-
* @version 1.16.
|
|
30
|
+
* @version 1.16.7
|
|
31
31
|
*/
|
|
32
32
|
var ProductionSiteUpdate = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
package/dist/model/Register.js
CHANGED
|
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
15
15
|
* GreenLink API
|
|
16
16
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
17
17
|
*
|
|
18
|
-
* The version of the OpenAPI document: 1.16.
|
|
18
|
+
* The version of the OpenAPI document: 1.16.7
|
|
19
19
|
*
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
26
26
|
/**
|
|
27
27
|
* The Register model module.
|
|
28
28
|
* @module model/Register
|
|
29
|
-
* @version 1.16.
|
|
29
|
+
* @version 1.16.7
|
|
30
30
|
*/
|
|
31
31
|
var Register = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
package/dist/model/Retailer.js
CHANGED
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* GreenLink API
|
|
17
17
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 1.16.
|
|
19
|
+
* The version of the OpenAPI document: 1.16.7
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The Retailer model module.
|
|
29
29
|
* @module model/Retailer
|
|
30
|
-
* @version 1.16.
|
|
30
|
+
* @version 1.16.7
|
|
31
31
|
*/
|
|
32
32
|
var Retailer = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
15
15
|
* GreenLink API
|
|
16
16
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
17
17
|
*
|
|
18
|
-
* The version of the OpenAPI document: 1.16.
|
|
18
|
+
* The version of the OpenAPI document: 1.16.7
|
|
19
19
|
*
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
26
26
|
/**
|
|
27
27
|
* The SmartContract model module.
|
|
28
28
|
* @module model/SmartContract
|
|
29
|
-
* @version 1.16.
|
|
29
|
+
* @version 1.16.7
|
|
30
30
|
*/
|
|
31
31
|
var SmartContract = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* GreenLink API
|
|
17
17
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 1.16.
|
|
19
|
+
* The version of the OpenAPI document: 1.16.7
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -25,18 +25,13 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
/**
|
|
28
|
-
* Enum class
|
|
28
|
+
* Enum class Status965Enum.
|
|
29
29
|
* @enum {}
|
|
30
30
|
* @readonly
|
|
31
31
|
*/
|
|
32
|
-
var
|
|
33
|
-
function
|
|
34
|
-
_classCallCheck(this,
|
|
35
|
-
/**
|
|
36
|
-
* value: "pending"
|
|
37
|
-
* @const
|
|
38
|
-
*/
|
|
39
|
-
_defineProperty(this, "pending", "pending");
|
|
32
|
+
var Status965Enum = /*#__PURE__*/function () {
|
|
33
|
+
function Status965Enum() {
|
|
34
|
+
_classCallCheck(this, Status965Enum);
|
|
40
35
|
/**
|
|
41
36
|
* value: "started"
|
|
42
37
|
* @const
|
|
@@ -58,18 +53,18 @@ var Status90bEnum = /*#__PURE__*/function () {
|
|
|
58
53
|
*/
|
|
59
54
|
_defineProperty(this, "unstarted", "unstarted");
|
|
60
55
|
}
|
|
61
|
-
_createClass(
|
|
56
|
+
_createClass(Status965Enum, null, [{
|
|
62
57
|
key: "constructFromObject",
|
|
63
58
|
value:
|
|
64
59
|
/**
|
|
65
|
-
* Returns a <code>
|
|
60
|
+
* Returns a <code>Status965Enum</code> enum value from a Javascript object name.
|
|
66
61
|
* @param {Object} data The plain JavaScript object containing the name of the enum value.
|
|
67
|
-
* @return {module:model/
|
|
62
|
+
* @return {module:model/Status965Enum} The enum <code>Status965Enum</code> value.
|
|
68
63
|
*/
|
|
69
64
|
function constructFromObject(object) {
|
|
70
65
|
return object;
|
|
71
66
|
}
|
|
72
67
|
}]);
|
|
73
|
-
return
|
|
68
|
+
return Status965Enum;
|
|
74
69
|
}();
|
|
75
|
-
exports["default"] =
|
|
70
|
+
exports["default"] = Status965Enum;
|
package/dist/model/TypeEnum.js
CHANGED
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* GreenLink API
|
|
17
17
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 1.16.
|
|
19
|
+
* The version of the OpenAPI document: 1.16.7
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
15
15
|
* GreenLink API
|
|
16
16
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
17
17
|
*
|
|
18
|
-
* The version of the OpenAPI document: 1.16.
|
|
18
|
+
* The version of the OpenAPI document: 1.16.7
|
|
19
19
|
*
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
26
26
|
/**
|
|
27
27
|
* The UnprocessedRow model module.
|
|
28
28
|
* @module model/UnprocessedRow
|
|
29
|
-
* @version 1.16.
|
|
29
|
+
* @version 1.16.7
|
|
30
30
|
*/
|
|
31
31
|
var UnprocessedRow = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* GreenLink API
|
|
17
17
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 1.16.
|
|
19
|
+
* The version of the OpenAPI document: 1.16.7
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The UploadedCertificate model module.
|
|
29
29
|
* @module model/UploadedCertificate
|
|
30
|
-
* @version 1.16.
|
|
30
|
+
* @version 1.16.7
|
|
31
31
|
*/
|
|
32
32
|
var UploadedCertificate = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
17
17
|
* GreenLink API
|
|
18
18
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
19
19
|
*
|
|
20
|
-
* The version of the OpenAPI document: 1.16.
|
|
20
|
+
* The version of the OpenAPI document: 1.16.7
|
|
21
21
|
*
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
28
28
|
/**
|
|
29
29
|
* The UploadedCertificateListorDetail model module.
|
|
30
30
|
* @module model/UploadedCertificateListorDetail
|
|
31
|
-
* @version 1.16.
|
|
31
|
+
* @version 1.16.7
|
|
32
32
|
*/
|
|
33
33
|
var UploadedCertificateListorDetail = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports["default"] = void 0;
|
|
7
7
|
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
8
8
|
var _ContentTypeEnum = _interopRequireDefault(require("./ContentTypeEnum"));
|
|
9
|
-
var
|
|
9
|
+
var _Status965Enum = _interopRequireDefault(require("./Status965Enum"));
|
|
10
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
11
11
|
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
12
12
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
17
17
|
* GreenLink API
|
|
18
18
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
19
19
|
*
|
|
20
|
-
* The version of the OpenAPI document: 1.16.
|
|
20
|
+
* The version of the OpenAPI document: 1.16.7
|
|
21
21
|
*
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
28
28
|
/**
|
|
29
29
|
* The UploadedFileTask model module.
|
|
30
30
|
* @module model/UploadedFileTask
|
|
31
|
-
* @version 1.16.
|
|
31
|
+
* @version 1.16.7
|
|
32
32
|
*/
|
|
33
33
|
var UploadedFileTask = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -86,7 +86,7 @@ var UploadedFileTask = /*#__PURE__*/function () {
|
|
|
86
86
|
obj['owner'] = _ApiClient["default"].convertToType(data['owner'], 'String');
|
|
87
87
|
}
|
|
88
88
|
if (data.hasOwnProperty('status')) {
|
|
89
|
-
obj['status'] =
|
|
89
|
+
obj['status'] = _Status965Enum["default"].constructFromObject(data['status']);
|
|
90
90
|
}
|
|
91
91
|
if (data.hasOwnProperty('created_at')) {
|
|
92
92
|
obj['created_at'] = _ApiClient["default"].convertToType(data['created_at'], 'Date');
|
|
@@ -128,8 +128,7 @@ UploadedFileTask.prototype['content_type'] = undefined;
|
|
|
128
128
|
UploadedFileTask.prototype['owner'] = undefined;
|
|
129
129
|
|
|
130
130
|
/**
|
|
131
|
-
*
|
|
132
|
-
* @member {module:model/Status90bEnum} status
|
|
131
|
+
* @member {module:model/Status965Enum} status
|
|
133
132
|
*/
|
|
134
133
|
UploadedFileTask.prototype['status'] = undefined;
|
|
135
134
|
|
package/dist/model/User.js
CHANGED
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* GreenLink API
|
|
17
17
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 1.16.
|
|
19
|
+
* The version of the OpenAPI document: 1.16.7
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The User model module.
|
|
29
29
|
* @module model/User
|
|
30
|
-
* @version 1.16.
|
|
30
|
+
* @version 1.16.7
|
|
31
31
|
*/
|
|
32
32
|
var User = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
package/dist/model/UserDetail.js
CHANGED
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* GreenLink API
|
|
17
17
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 1.16.
|
|
19
|
+
* The version of the OpenAPI document: 1.16.7
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The UserDetail model module.
|
|
29
29
|
* @module model/UserDetail
|
|
30
|
-
* @version 1.16.
|
|
30
|
+
* @version 1.16.7
|
|
31
31
|
*/
|
|
32
32
|
var UserDetail = /*#__PURE__*/function () {
|
|
33
33
|
/**
|