green_link_api 1.13.0 → 1.13.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 +3 -3
- package/dist/api/BlockchainApi.js +2 -2
- package/dist/api/EnergyAssetsApi.js +2 -2
- package/dist/api/EnergyDataApi.js +2 -2
- 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 +2 -2
- 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/model/Activities.js +2 -2
- package/dist/model/BlockchainTransaction.js +2 -2
- 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/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/GetFromEpias.js +2 -2
- package/dist/model/GridOperator.js +2 -2
- package/dist/model/ImportRequest.js +2 -2
- package/dist/model/ImportRequestRaw.js +2 -2
- package/dist/model/ImportRequestStatusEnum.js +1 -1
- package/dist/model/ImportedEnergyDataPoint.js +2 -2
- package/dist/model/Issuer.js +2 -2
- package/dist/model/Location.js +16 -33
- package/dist/model/Login.js +2 -2
- package/dist/model/MatchRequest.js +2 -2
- package/dist/model/MatchTypeEnum.js +1 -1
- package/dist/model/MatchedEnergyDataPoint.js +2 -2
- package/dist/model/MatchingConsumerRequest.js +2 -2
- package/dist/model/MatchingSiteRequest.js +2 -2
- 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/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/PaginatedImportRequestList.js +2 -2
- package/dist/model/PaginatedImportRequestRawList.js +2 -2
- package/dist/model/PaginatedImportedEnergyDataPointList.js +2 -2
- package/dist/model/PaginatedIssuerList.js +2 -2
- package/dist/model/PaginatedLocationList.js +2 -2
- package/dist/model/PaginatedMatchRequestList.js +2 -2
- package/dist/model/PaginatedMatchedEnergyDataPointList.js +2 -2
- package/dist/model/PaginatedProducerList.js +2 -2
- package/dist/model/PaginatedProductionDataFromEpiasRequestList.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/PaginatedUploadedFileList.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 +11 -28
- 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/ProductionDataFromEpiasRequest.js +2 -2
- 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/Status619Enum.js +1 -1
- package/dist/model/Token.js +2 -2
- 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/UploadedFile.js +2 -2
- package/dist/model/User.js +2 -2
- package/dist/model/UserDetail.js +2 -2
- package/package.json +1 -1
|
@@ -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.13.
|
|
18
|
+
* The version of the OpenAPI document: 1.13.2
|
|
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 ConsumptionSiteContractImport model module.
|
|
28
28
|
* @module model/ConsumptionSiteContractImport
|
|
29
|
-
* @version 1.13.
|
|
29
|
+
* @version 1.13.2
|
|
30
30
|
*/
|
|
31
31
|
var ConsumptionSiteContractImport = /*#__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.13.
|
|
19
|
+
* The version of the OpenAPI document: 1.13.2
|
|
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 ConsumptionSiteCreate model module.
|
|
29
29
|
* @module model/ConsumptionSiteCreate
|
|
30
|
-
* @version 1.13.
|
|
30
|
+
* @version 1.13.2
|
|
31
31
|
*/
|
|
32
32
|
var ConsumptionSiteCreate = /*#__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.13.
|
|
18
|
+
* The version of the OpenAPI document: 1.13.2
|
|
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 ConsumptionSiteFileUpload model module.
|
|
28
28
|
* @module model/ConsumptionSiteFileUpload
|
|
29
|
-
* @version 1.13.
|
|
29
|
+
* @version 1.13.2
|
|
30
30
|
*/
|
|
31
31
|
var ConsumptionSiteFileUpload = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -18,7 +18,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
18
18
|
* GreenLink API
|
|
19
19
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
20
20
|
*
|
|
21
|
-
* The version of the OpenAPI document: 1.13.
|
|
21
|
+
* The version of the OpenAPI document: 1.13.2
|
|
22
22
|
*
|
|
23
23
|
*
|
|
24
24
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -29,7 +29,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
29
29
|
/**
|
|
30
30
|
* The ConsumptionSiteListOrDetail model module.
|
|
31
31
|
* @module model/ConsumptionSiteListOrDetail
|
|
32
|
-
* @version 1.13.
|
|
32
|
+
* @version 1.13.2
|
|
33
33
|
*/
|
|
34
34
|
var ConsumptionSiteListOrDetail = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
|
@@ -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.13.
|
|
19
|
+
* The version of the OpenAPI document: 1.13.2
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -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.13.
|
|
19
|
+
* The version of the OpenAPI document: 1.13.2
|
|
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.13.
|
|
18
|
+
* The version of the OpenAPI document: 1.13.2
|
|
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 EmissionFactor model module.
|
|
28
28
|
* @module model/EmissionFactor
|
|
29
|
-
* @version 1.13.
|
|
29
|
+
* @version 1.13.2
|
|
30
30
|
*/
|
|
31
31
|
var EmissionFactor = /*#__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.13.
|
|
19
|
+
* The version of the OpenAPI document: 1.13.2
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -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.13.
|
|
20
|
+
* The version of the OpenAPI document: 1.13.2
|
|
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 EnergySourcePreference model module.
|
|
30
30
|
* @module model/EnergySourcePreference
|
|
31
|
-
* @version 1.13.
|
|
31
|
+
* @version 1.13.2
|
|
32
32
|
*/
|
|
33
33
|
var EnergySourcePreference = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -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.13.
|
|
18
|
+
* The version of the OpenAPI document: 1.13.2
|
|
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 GetFromEpias model module.
|
|
28
28
|
* @module model/GetFromEpias
|
|
29
|
-
* @version 1.13.
|
|
29
|
+
* @version 1.13.2
|
|
30
30
|
*/
|
|
31
31
|
var GetFromEpias = /*#__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.13.
|
|
19
|
+
* The version of the OpenAPI document: 1.13.2
|
|
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 GridOperator model module.
|
|
29
29
|
* @module model/GridOperator
|
|
30
|
-
* @version 1.13.
|
|
30
|
+
* @version 1.13.2
|
|
31
31
|
*/
|
|
32
32
|
var GridOperator = /*#__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.13.
|
|
20
|
+
* The version of the OpenAPI document: 1.13.2
|
|
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 ImportRequest model module.
|
|
30
30
|
* @module model/ImportRequest
|
|
31
|
-
* @version 1.13.
|
|
31
|
+
* @version 1.13.2
|
|
32
32
|
*/
|
|
33
33
|
var ImportRequest = /*#__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.13.
|
|
19
|
+
* The version of the OpenAPI document: 1.13.2
|
|
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 ImportRequestRaw model module.
|
|
29
29
|
* @module model/ImportRequestRaw
|
|
30
|
-
* @version 1.13.
|
|
30
|
+
* @version 1.13.2
|
|
31
31
|
*/
|
|
32
32
|
var ImportRequestRaw = /*#__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.13.
|
|
19
|
+
* The version of the OpenAPI document: 1.13.2
|
|
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.13.
|
|
18
|
+
* The version of the OpenAPI document: 1.13.2
|
|
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 ImportedEnergyDataPoint model module.
|
|
28
28
|
* @module model/ImportedEnergyDataPoint
|
|
29
|
-
* @version 1.13.
|
|
29
|
+
* @version 1.13.2
|
|
30
30
|
*/
|
|
31
31
|
var ImportedEnergyDataPoint = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
package/dist/model/Issuer.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.13.
|
|
19
|
+
* The version of the OpenAPI document: 1.13.2
|
|
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 Issuer model module.
|
|
29
29
|
* @module model/Issuer
|
|
30
|
-
* @version 1.13.
|
|
30
|
+
* @version 1.13.2
|
|
31
31
|
*/
|
|
32
32
|
var Issuer = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
package/dist/model/Location.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.13.
|
|
18
|
+
* The version of the OpenAPI document: 1.13.2
|
|
19
19
|
*
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,19 +26,19 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
26
26
|
/**
|
|
27
27
|
* The Location model module.
|
|
28
28
|
* @module model/Location
|
|
29
|
-
* @version 1.13.
|
|
29
|
+
* @version 1.13.2
|
|
30
30
|
*/
|
|
31
31
|
var Location = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
33
33
|
* Constructs a new <code>Location</code>.
|
|
34
34
|
* @alias module:model/Location
|
|
35
|
-
* @param country {String} Required. 150 characters or fewer.
|
|
36
35
|
* @param latitude {Number}
|
|
37
36
|
* @param longitude {Number}
|
|
37
|
+
* @param country {String} Required. 150 characters or fewer.
|
|
38
38
|
*/
|
|
39
|
-
function Location(
|
|
39
|
+
function Location(latitude, longitude, country) {
|
|
40
40
|
_classCallCheck(this, Location);
|
|
41
|
-
Location.initialize(this,
|
|
41
|
+
Location.initialize(this, latitude, longitude, country);
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
/**
|
|
@@ -48,10 +48,10 @@ var Location = /*#__PURE__*/function () {
|
|
|
48
48
|
*/
|
|
49
49
|
_createClass(Location, null, [{
|
|
50
50
|
key: "initialize",
|
|
51
|
-
value: function initialize(obj,
|
|
52
|
-
obj['country'] = country;
|
|
51
|
+
value: function initialize(obj, latitude, longitude, country) {
|
|
53
52
|
obj['latitude'] = latitude;
|
|
54
53
|
obj['longitude'] = longitude;
|
|
54
|
+
obj['country'] = country;
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
/**
|
|
@@ -69,21 +69,15 @@ var Location = /*#__PURE__*/function () {
|
|
|
69
69
|
if (data.hasOwnProperty('id')) {
|
|
70
70
|
obj['id'] = _ApiClient["default"].convertToType(data['id'], 'String');
|
|
71
71
|
}
|
|
72
|
-
if (data.hasOwnProperty('country')) {
|
|
73
|
-
obj['country'] = _ApiClient["default"].convertToType(data['country'], 'String');
|
|
74
|
-
}
|
|
75
|
-
if (data.hasOwnProperty('deleted')) {
|
|
76
|
-
obj['deleted'] = _ApiClient["default"].convertToType(data['deleted'], 'Date');
|
|
77
|
-
}
|
|
78
|
-
if (data.hasOwnProperty('version')) {
|
|
79
|
-
obj['version'] = _ApiClient["default"].convertToType(data['version'], 'Number');
|
|
80
|
-
}
|
|
81
72
|
if (data.hasOwnProperty('latitude')) {
|
|
82
73
|
obj['latitude'] = _ApiClient["default"].convertToType(data['latitude'], 'Number');
|
|
83
74
|
}
|
|
84
75
|
if (data.hasOwnProperty('longitude')) {
|
|
85
76
|
obj['longitude'] = _ApiClient["default"].convertToType(data['longitude'], 'Number');
|
|
86
77
|
}
|
|
78
|
+
if (data.hasOwnProperty('country')) {
|
|
79
|
+
obj['country'] = _ApiClient["default"].convertToType(data['country'], 'String');
|
|
80
|
+
}
|
|
87
81
|
if (data.hasOwnProperty('city')) {
|
|
88
82
|
obj['city'] = _ApiClient["default"].convertToType(data['city'], 'String');
|
|
89
83
|
}
|
|
@@ -134,23 +128,6 @@ var Location = /*#__PURE__*/function () {
|
|
|
134
128
|
*/
|
|
135
129
|
Location.prototype['id'] = undefined;
|
|
136
130
|
|
|
137
|
-
/**
|
|
138
|
-
* Required. 150 characters or fewer.
|
|
139
|
-
* @member {String} country
|
|
140
|
-
*/
|
|
141
|
-
Location.prototype['country'] = undefined;
|
|
142
|
-
|
|
143
|
-
/**
|
|
144
|
-
* @member {Date} deleted
|
|
145
|
-
*/
|
|
146
|
-
Location.prototype['deleted'] = undefined;
|
|
147
|
-
|
|
148
|
-
/**
|
|
149
|
-
* record revision number
|
|
150
|
-
* @member {Number} version
|
|
151
|
-
*/
|
|
152
|
-
Location.prototype['version'] = undefined;
|
|
153
|
-
|
|
154
131
|
/**
|
|
155
132
|
* @member {Number} latitude
|
|
156
133
|
*/
|
|
@@ -161,6 +138,12 @@ Location.prototype['latitude'] = undefined;
|
|
|
161
138
|
*/
|
|
162
139
|
Location.prototype['longitude'] = undefined;
|
|
163
140
|
|
|
141
|
+
/**
|
|
142
|
+
* Required. 150 characters or fewer.
|
|
143
|
+
* @member {String} country
|
|
144
|
+
*/
|
|
145
|
+
Location.prototype['country'] = undefined;
|
|
146
|
+
|
|
164
147
|
/**
|
|
165
148
|
* Not required. 150 characters or fewer.
|
|
166
149
|
* @member {String} city
|
package/dist/model/Login.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.13.
|
|
18
|
+
* The version of the OpenAPI document: 1.13.2
|
|
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 Login model module.
|
|
28
28
|
* @module model/Login
|
|
29
|
-
* @version 1.13.
|
|
29
|
+
* @version 1.13.2
|
|
30
30
|
*/
|
|
31
31
|
var Login = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -22,7 +22,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
22
22
|
* GreenLink API
|
|
23
23
|
* ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
|
|
24
24
|
*
|
|
25
|
-
* The version of the OpenAPI document: 1.13.
|
|
25
|
+
* The version of the OpenAPI document: 1.13.2
|
|
26
26
|
*
|
|
27
27
|
*
|
|
28
28
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -33,7 +33,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
33
33
|
/**
|
|
34
34
|
* The MatchRequest model module.
|
|
35
35
|
* @module model/MatchRequest
|
|
36
|
-
* @version 1.13.
|
|
36
|
+
* @version 1.13.2
|
|
37
37
|
*/
|
|
38
38
|
var MatchRequest = /*#__PURE__*/function () {
|
|
39
39
|
/**
|
|
@@ -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.13.
|
|
19
|
+
* The version of the OpenAPI document: 1.13.2
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -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.13.
|
|
19
|
+
* The version of the OpenAPI document: 1.13.2
|
|
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 MatchedEnergyDataPoint model module.
|
|
29
29
|
* @module model/MatchedEnergyDataPoint
|
|
30
|
-
* @version 1.13.
|
|
30
|
+
* @version 1.13.2
|
|
31
31
|
*/
|
|
32
32
|
var MatchedEnergyDataPoint = /*#__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.13.
|
|
18
|
+
* The version of the OpenAPI document: 1.13.2
|
|
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 MatchingConsumerRequest model module.
|
|
28
28
|
* @module model/MatchingConsumerRequest
|
|
29
|
-
* @version 1.13.
|
|
29
|
+
* @version 1.13.2
|
|
30
30
|
*/
|
|
31
31
|
var MatchingConsumerRequest = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -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.13.
|
|
18
|
+
* The version of the OpenAPI document: 1.13.2
|
|
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 MatchingSiteRequest model module.
|
|
28
28
|
* @module model/MatchingSiteRequest
|
|
29
|
-
* @version 1.13.
|
|
29
|
+
* @version 1.13.2
|
|
30
30
|
*/
|
|
31
31
|
var MatchingSiteRequest = /*#__PURE__*/function () {
|
|
32
32
|
/**
|