green_link_api 1.11.2 → 1.11.3

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.
Files changed (104) hide show
  1. package/README.md +2 -2
  2. package/dist/ApiClient.js +2 -2
  3. package/dist/api/BlockchainApi.js +1 -1
  4. package/dist/api/EnergyAssetsApi.js +1 -1
  5. package/dist/api/EnergyDataApi.js +1 -1
  6. package/dist/api/HealthCheckApi.js +1 -1
  7. package/dist/api/LicensedProductionSitesOnEpiasApi.js +1 -1
  8. package/dist/api/LocationsApi.js +1 -1
  9. package/dist/api/LogsApi.js +1 -1
  10. package/dist/api/MaintenanceCheckApi.js +1 -1
  11. package/dist/api/OrganizationprofilesApi.js +1 -1
  12. package/dist/api/OrganizationsApi.js +1 -1
  13. package/dist/api/SchemaApi.js +1 -1
  14. package/dist/api/SentryDebugApi.js +1 -1
  15. package/dist/api/UsersApi.js +1 -1
  16. package/dist/model/Activities.js +1 -1
  17. package/dist/model/BlockchainTransaction.js +1 -1
  18. package/dist/model/Consumer.js +1 -1
  19. package/dist/model/ConsumptionDataFileList.js +1 -1
  20. package/dist/model/ConsumptionDataFromRetailerRequest.js +1 -1
  21. package/dist/model/ConsumptionDataPointCreate.js +1 -1
  22. package/dist/model/ConsumptionDataPointListOrDetail.js +1 -1
  23. package/dist/model/ConsumptionDataPointUpdate.js +1 -1
  24. package/dist/model/ConsumptionSite.js +1 -1
  25. package/dist/model/ConsumptionSiteContract.js +1 -1
  26. package/dist/model/ConsumptionSiteContractImport.js +1 -1
  27. package/dist/model/ConsumptionSiteCreate.js +1 -1
  28. package/dist/model/ConsumptionSiteFileUpload.js +1 -1
  29. package/dist/model/ConsumptionSiteListOrDetail.js +1 -1
  30. package/dist/model/EmissionFactor.js +1 -1
  31. package/dist/model/EnergySourcePreference.js +1 -1
  32. package/dist/model/GetFromEpias.js +1 -1
  33. package/dist/model/GridOperator.js +1 -1
  34. package/dist/model/ImportRequest.js +1 -1
  35. package/dist/model/ImportRequestRaw.js +1 -1
  36. package/dist/model/ImportedEnergyDataPoint.js +1 -1
  37. package/dist/model/Issuer.js +1 -1
  38. package/dist/model/Location.js +1 -1
  39. package/dist/model/Login.js +1 -1
  40. package/dist/model/MatchRequest.js +1 -1
  41. package/dist/model/MatchedEnergyDataPoint.js +1 -1
  42. package/dist/model/MatchingConsumerRequest.js +1 -1
  43. package/dist/model/MatchingSiteRequest.js +1 -1
  44. package/dist/model/PaginatedActivitiesList.js +1 -1
  45. package/dist/model/PaginatedConsumerList.js +1 -1
  46. package/dist/model/PaginatedConsumptionDataPointListOrDetailList.js +1 -1
  47. package/dist/model/PaginatedConsumptionSiteContractList.js +1 -1
  48. package/dist/model/PaginatedConsumptionSiteListOrDetailList.js +1 -1
  49. package/dist/model/PaginatedEmissionFactorList.js +1 -1
  50. package/dist/model/PaginatedEnergySourcePreferenceList.js +1 -1
  51. package/dist/model/PaginatedGridOperatorList.js +1 -1
  52. package/dist/model/PaginatedImportRequestList.js +1 -1
  53. package/dist/model/PaginatedImportRequestRawList.js +1 -1
  54. package/dist/model/PaginatedImportedEnergyDataPointList.js +1 -1
  55. package/dist/model/PaginatedIssuerList.js +1 -1
  56. package/dist/model/PaginatedLocationList.js +1 -1
  57. package/dist/model/PaginatedMatchRequestList.js +1 -1
  58. package/dist/model/PaginatedMatchedEnergyDataPointList.js +1 -1
  59. package/dist/model/PaginatedProducerList.js +1 -1
  60. package/dist/model/PaginatedProductionDataFromEpiasRequestList.js +1 -1
  61. package/dist/model/PaginatedProductionDataPointListOrDetailList.js +1 -1
  62. package/dist/model/PaginatedProductionSiteListOrDetailList.js +1 -1
  63. package/dist/model/PaginatedRetailerList.js +1 -1
  64. package/dist/model/PaginatedSmartContractList.js +1 -1
  65. package/dist/model/PaginatedUnprocessedRowList.js +1 -1
  66. package/dist/model/PaginatedUploadedCertificateListorDetailList.js +1 -1
  67. package/dist/model/PaginatedUploadedFileList.js +1 -1
  68. package/dist/model/PaginatedUserList.js +1 -1
  69. package/dist/model/PatchedConsumer.js +1 -1
  70. package/dist/model/PatchedConsumptionDataPointUpdate.js +1 -1
  71. package/dist/model/PatchedConsumptionSite.js +1 -1
  72. package/dist/model/PatchedEmissionFactor.js +1 -1
  73. package/dist/model/PatchedEnergySourcePreference.js +1 -1
  74. package/dist/model/PatchedGridOperator.js +1 -1
  75. package/dist/model/PatchedIssuer.js +1 -1
  76. package/dist/model/PatchedLocation.js +1 -1
  77. package/dist/model/PatchedProducer.js +1 -1
  78. package/dist/model/PatchedProductionDataPointUpdate.js +1 -1
  79. package/dist/model/PatchedProductionSiteUpdate.js +1 -1
  80. package/dist/model/PatchedRetailer.js +1 -1
  81. package/dist/model/PatchedSmartContract.js +1 -1
  82. package/dist/model/PatchedUser.js +1 -1
  83. package/dist/model/PatchedUserDetail.js +1 -1
  84. package/dist/model/Producer.js +1 -1
  85. package/dist/model/ProductionDataFileList.js +1 -1
  86. package/dist/model/ProductionDataFromEpiasRequest.js +1 -1
  87. package/dist/model/ProductionDataPointCreate.js +1 -1
  88. package/dist/model/ProductionDataPointListOrDetail.js +1 -1
  89. package/dist/model/ProductionDataPointUpdate.js +1 -1
  90. package/dist/model/ProductionSite.js +1 -1
  91. package/dist/model/ProductionSiteFileUpload.js +1 -1
  92. package/dist/model/ProductionSiteListOrDetail.js +1 -1
  93. package/dist/model/ProductionSiteUpdate.js +1 -1
  94. package/dist/model/Register.js +1 -1
  95. package/dist/model/Retailer.js +1 -1
  96. package/dist/model/SmartContract.js +1 -1
  97. package/dist/model/Token.js +1 -1
  98. package/dist/model/UnprocessedRow.js +1 -1
  99. package/dist/model/UploadedCertificate.js +1 -1
  100. package/dist/model/UploadedCertificateListorDetail.js +1 -1
  101. package/dist/model/UploadedFile.js +1 -1
  102. package/dist/model/User.js +1 -1
  103. package/dist/model/UserDetail.js +1 -1
  104. package/package.json +1 -1
package/README.md CHANGED
@@ -4,8 +4,8 @@ GreenLinkApi - JavaScript client for green_link_api
4
4
  ⚡GreenLink API documentation with interactive tools for testing API endpoints.⚡
5
5
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
6
6
 
7
- - API version: 1.11.2
8
- - Package version: 1.11.2
7
+ - API version: 1.11.3
8
+ - Package version: 1.11.3
9
9
  - Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
10
10
 
11
11
  ## Installation
package/dist/ApiClient.js CHANGED
@@ -15,7 +15,7 @@ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _ty
15
15
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
16
16
  /**
17
17
  * @module ApiClient
18
- * @version 1.11.2
18
+ * @version 1.11.3
19
19
  */
20
20
  /**
21
21
  * Manages low level client-server communications, parameter marshalling, etc. There should not be any need for an
@@ -70,7 +70,7 @@ var ApiClient = /*#__PURE__*/function () {
70
70
  * @default {}
71
71
  */
72
72
  this.defaultHeaders = {
73
- 'User-Agent': 'OpenAPI-Generator/1.11.2/Javascript'
73
+ 'User-Agent': 'OpenAPI-Generator/1.11.3/Javascript'
74
74
  };
75
75
 
76
76
  /**
@@ -18,7 +18,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
18
18
  /**
19
19
  * Blockchain service.
20
20
  * @module api/BlockchainApi
21
- * @version 1.11.2
21
+ * @version 1.11.3
22
22
  */
23
23
  var BlockchainApi = /*#__PURE__*/function () {
24
24
  /**
@@ -30,7 +30,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
30
30
  /**
31
31
  * EnergyAssets service.
32
32
  * @module api/EnergyAssetsApi
33
- * @version 1.11.2
33
+ * @version 1.11.3
34
34
  */
35
35
  var EnergyAssetsApi = /*#__PURE__*/function () {
36
36
  /**
@@ -44,7 +44,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
44
44
  /**
45
45
  * EnergyData service.
46
46
  * @module api/EnergyDataApi
47
- * @version 1.11.2
47
+ * @version 1.11.3
48
48
  */
49
49
  var EnergyDataApi = /*#__PURE__*/function () {
50
50
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  /**
16
16
  * HealthCheck service.
17
17
  * @module api/HealthCheckApi
18
- * @version 1.11.2
18
+ * @version 1.11.3
19
19
  */
20
20
  var HealthCheckApi = /*#__PURE__*/function () {
21
21
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  /**
16
16
  * LicensedProductionSitesOnEpias service.
17
17
  * @module api/LicensedProductionSitesOnEpiasApi
18
- * @version 1.11.2
18
+ * @version 1.11.3
19
19
  */
20
20
  var LicensedProductionSitesOnEpiasApi = /*#__PURE__*/function () {
21
21
  /**
@@ -18,7 +18,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
18
18
  /**
19
19
  * Locations service.
20
20
  * @module api/LocationsApi
21
- * @version 1.11.2
21
+ * @version 1.11.3
22
22
  */
23
23
  var LocationsApi = /*#__PURE__*/function () {
24
24
  /**
@@ -26,7 +26,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
26
26
  /**
27
27
  * Logs service.
28
28
  * @module api/LogsApi
29
- * @version 1.11.2
29
+ * @version 1.11.3
30
30
  */
31
31
  var LogsApi = /*#__PURE__*/function () {
32
32
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  /**
16
16
  * MaintenanceCheck service.
17
17
  * @module api/MaintenanceCheckApi
18
- * @version 1.11.2
18
+ * @version 1.11.3
19
19
  */
20
20
  var MaintenanceCheckApi = /*#__PURE__*/function () {
21
21
  /**
@@ -18,7 +18,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
18
18
  /**
19
19
  * Organizationprofiles service.
20
20
  * @module api/OrganizationprofilesApi
21
- * @version 1.11.2
21
+ * @version 1.11.3
22
22
  */
23
23
  var OrganizationprofilesApi = /*#__PURE__*/function () {
24
24
  /**
@@ -30,7 +30,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
30
30
  /**
31
31
  * Organizations service.
32
32
  * @module api/OrganizationsApi
33
- * @version 1.11.2
33
+ * @version 1.11.3
34
34
  */
35
35
  var OrganizationsApi = /*#__PURE__*/function () {
36
36
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  /**
16
16
  * Schema service.
17
17
  * @module api/SchemaApi
18
- * @version 1.11.2
18
+ * @version 1.11.3
19
19
  */
20
20
  var SchemaApi = /*#__PURE__*/function () {
21
21
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  /**
16
16
  * SentryDebug service.
17
17
  * @module api/SentryDebugApi
18
- * @version 1.11.2
18
+ * @version 1.11.3
19
19
  */
20
20
  var SentryDebugApi = /*#__PURE__*/function () {
21
21
  /**
@@ -23,7 +23,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
23
23
  /**
24
24
  * Users service.
25
25
  * @module api/UsersApi
26
- * @version 1.11.2
26
+ * @version 1.11.3
27
27
  */
28
28
  var UsersApi = /*#__PURE__*/function () {
29
29
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  /**
16
16
  * The Activities model module.
17
17
  * @module model/Activities
18
- * @version 1.11.2
18
+ * @version 1.11.3
19
19
  */
20
20
  var Activities = /*#__PURE__*/function () {
21
21
  /**
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
17
17
  /**
18
18
  * The BlockchainTransaction model module.
19
19
  * @module model/BlockchainTransaction
20
- * @version 1.11.2
20
+ * @version 1.11.3
21
21
  */
22
22
  var BlockchainTransaction = /*#__PURE__*/function () {
23
23
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The Consumer model module.
18
18
  * @module model/Consumer
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var Consumer = /*#__PURE__*/function () {
22
22
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  /**
16
16
  * The ConsumptionDataFileList model module.
17
17
  * @module model/ConsumptionDataFileList
18
- * @version 1.11.2
18
+ * @version 1.11.3
19
19
  */
20
20
  var ConsumptionDataFileList = /*#__PURE__*/function () {
21
21
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  /**
16
16
  * The ConsumptionDataFromRetailerRequest model module.
17
17
  * @module model/ConsumptionDataFromRetailerRequest
18
- * @version 1.11.2
18
+ * @version 1.11.3
19
19
  */
20
20
  var ConsumptionDataFromRetailerRequest = /*#__PURE__*/function () {
21
21
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The ConsumptionDataPointCreate model module.
18
18
  * @module model/ConsumptionDataPointCreate
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var ConsumptionDataPointCreate = /*#__PURE__*/function () {
22
22
  /**
@@ -21,7 +21,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
21
21
  /**
22
22
  * The ConsumptionDataPointListOrDetail model module.
23
23
  * @module model/ConsumptionDataPointListOrDetail
24
- * @version 1.11.2
24
+ * @version 1.11.3
25
25
  */
26
26
  var ConsumptionDataPointListOrDetail = /*#__PURE__*/function () {
27
27
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The ConsumptionDataPointUpdate model module.
18
18
  * @module model/ConsumptionDataPointUpdate
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var ConsumptionDataPointUpdate = /*#__PURE__*/function () {
22
22
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The ConsumptionSite model module.
18
18
  * @module model/ConsumptionSite
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var ConsumptionSite = /*#__PURE__*/function () {
22
22
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The ConsumptionSiteContract model module.
18
18
  * @module model/ConsumptionSiteContract
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var ConsumptionSiteContract = /*#__PURE__*/function () {
22
22
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  /**
16
16
  * The ConsumptionSiteContractImport model module.
17
17
  * @module model/ConsumptionSiteContractImport
18
- * @version 1.11.2
18
+ * @version 1.11.3
19
19
  */
20
20
  var ConsumptionSiteContractImport = /*#__PURE__*/function () {
21
21
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The ConsumptionSiteCreate model module.
18
18
  * @module model/ConsumptionSiteCreate
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var ConsumptionSiteCreate = /*#__PURE__*/function () {
22
22
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  /**
16
16
  * The ConsumptionSiteFileUpload model module.
17
17
  * @module model/ConsumptionSiteFileUpload
18
- * @version 1.11.2
18
+ * @version 1.11.3
19
19
  */
20
20
  var ConsumptionSiteFileUpload = /*#__PURE__*/function () {
21
21
  /**
@@ -18,7 +18,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
18
18
  /**
19
19
  * The ConsumptionSiteListOrDetail model module.
20
20
  * @module model/ConsumptionSiteListOrDetail
21
- * @version 1.11.2
21
+ * @version 1.11.3
22
22
  */
23
23
  var ConsumptionSiteListOrDetail = /*#__PURE__*/function () {
24
24
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  /**
16
16
  * The EmissionFactor model module.
17
17
  * @module model/EmissionFactor
18
- * @version 1.11.2
18
+ * @version 1.11.3
19
19
  */
20
20
  var EmissionFactor = /*#__PURE__*/function () {
21
21
  /**
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
17
17
  /**
18
18
  * The EnergySourcePreference model module.
19
19
  * @module model/EnergySourcePreference
20
- * @version 1.11.2
20
+ * @version 1.11.3
21
21
  */
22
22
  var EnergySourcePreference = /*#__PURE__*/function () {
23
23
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  /**
16
16
  * The GetFromEpias model module.
17
17
  * @module model/GetFromEpias
18
- * @version 1.11.2
18
+ * @version 1.11.3
19
19
  */
20
20
  var GetFromEpias = /*#__PURE__*/function () {
21
21
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The GridOperator model module.
18
18
  * @module model/GridOperator
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var GridOperator = /*#__PURE__*/function () {
22
22
  /**
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
17
17
  /**
18
18
  * The ImportRequest model module.
19
19
  * @module model/ImportRequest
20
- * @version 1.11.2
20
+ * @version 1.11.3
21
21
  */
22
22
  var ImportRequest = /*#__PURE__*/function () {
23
23
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The ImportRequestRaw model module.
18
18
  * @module model/ImportRequestRaw
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var ImportRequestRaw = /*#__PURE__*/function () {
22
22
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  /**
16
16
  * The ImportedEnergyDataPoint model module.
17
17
  * @module model/ImportedEnergyDataPoint
18
- * @version 1.11.2
18
+ * @version 1.11.3
19
19
  */
20
20
  var ImportedEnergyDataPoint = /*#__PURE__*/function () {
21
21
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The Issuer model module.
18
18
  * @module model/Issuer
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var Issuer = /*#__PURE__*/function () {
22
22
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  /**
16
16
  * The Location model module.
17
17
  * @module model/Location
18
- * @version 1.11.2
18
+ * @version 1.11.3
19
19
  */
20
20
  var Location = /*#__PURE__*/function () {
21
21
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  /**
16
16
  * The Login model module.
17
17
  * @module model/Login
18
- * @version 1.11.2
18
+ * @version 1.11.3
19
19
  */
20
20
  var Login = /*#__PURE__*/function () {
21
21
  /**
@@ -22,7 +22,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
22
22
  /**
23
23
  * The MatchRequest model module.
24
24
  * @module model/MatchRequest
25
- * @version 1.11.2
25
+ * @version 1.11.3
26
26
  */
27
27
  var MatchRequest = /*#__PURE__*/function () {
28
28
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The MatchedEnergyDataPoint model module.
18
18
  * @module model/MatchedEnergyDataPoint
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var MatchedEnergyDataPoint = /*#__PURE__*/function () {
22
22
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  /**
16
16
  * The MatchingConsumerRequest model module.
17
17
  * @module model/MatchingConsumerRequest
18
- * @version 1.11.2
18
+ * @version 1.11.3
19
19
  */
20
20
  var MatchingConsumerRequest = /*#__PURE__*/function () {
21
21
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  /**
16
16
  * The MatchingSiteRequest model module.
17
17
  * @module model/MatchingSiteRequest
18
- * @version 1.11.2
18
+ * @version 1.11.3
19
19
  */
20
20
  var MatchingSiteRequest = /*#__PURE__*/function () {
21
21
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The PaginatedActivitiesList model module.
18
18
  * @module model/PaginatedActivitiesList
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var PaginatedActivitiesList = /*#__PURE__*/function () {
22
22
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The PaginatedConsumerList model module.
18
18
  * @module model/PaginatedConsumerList
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var PaginatedConsumerList = /*#__PURE__*/function () {
22
22
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The PaginatedConsumptionDataPointListOrDetailList model module.
18
18
  * @module model/PaginatedConsumptionDataPointListOrDetailList
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var PaginatedConsumptionDataPointListOrDetailList = /*#__PURE__*/function () {
22
22
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The PaginatedConsumptionSiteContractList model module.
18
18
  * @module model/PaginatedConsumptionSiteContractList
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var PaginatedConsumptionSiteContractList = /*#__PURE__*/function () {
22
22
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The PaginatedConsumptionSiteListOrDetailList model module.
18
18
  * @module model/PaginatedConsumptionSiteListOrDetailList
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var PaginatedConsumptionSiteListOrDetailList = /*#__PURE__*/function () {
22
22
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The PaginatedEmissionFactorList model module.
18
18
  * @module model/PaginatedEmissionFactorList
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var PaginatedEmissionFactorList = /*#__PURE__*/function () {
22
22
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The PaginatedEnergySourcePreferenceList model module.
18
18
  * @module model/PaginatedEnergySourcePreferenceList
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var PaginatedEnergySourcePreferenceList = /*#__PURE__*/function () {
22
22
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The PaginatedGridOperatorList model module.
18
18
  * @module model/PaginatedGridOperatorList
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var PaginatedGridOperatorList = /*#__PURE__*/function () {
22
22
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The PaginatedImportRequestList model module.
18
18
  * @module model/PaginatedImportRequestList
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var PaginatedImportRequestList = /*#__PURE__*/function () {
22
22
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The PaginatedImportRequestRawList model module.
18
18
  * @module model/PaginatedImportRequestRawList
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var PaginatedImportRequestRawList = /*#__PURE__*/function () {
22
22
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The PaginatedImportedEnergyDataPointList model module.
18
18
  * @module model/PaginatedImportedEnergyDataPointList
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var PaginatedImportedEnergyDataPointList = /*#__PURE__*/function () {
22
22
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The PaginatedIssuerList model module.
18
18
  * @module model/PaginatedIssuerList
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var PaginatedIssuerList = /*#__PURE__*/function () {
22
22
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The PaginatedLocationList model module.
18
18
  * @module model/PaginatedLocationList
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var PaginatedLocationList = /*#__PURE__*/function () {
22
22
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The PaginatedMatchRequestList model module.
18
18
  * @module model/PaginatedMatchRequestList
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var PaginatedMatchRequestList = /*#__PURE__*/function () {
22
22
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The PaginatedMatchedEnergyDataPointList model module.
18
18
  * @module model/PaginatedMatchedEnergyDataPointList
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var PaginatedMatchedEnergyDataPointList = /*#__PURE__*/function () {
22
22
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The PaginatedProducerList model module.
18
18
  * @module model/PaginatedProducerList
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var PaginatedProducerList = /*#__PURE__*/function () {
22
22
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The PaginatedProductionDataFromEpiasRequestList model module.
18
18
  * @module model/PaginatedProductionDataFromEpiasRequestList
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var PaginatedProductionDataFromEpiasRequestList = /*#__PURE__*/function () {
22
22
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The PaginatedProductionDataPointListOrDetailList model module.
18
18
  * @module model/PaginatedProductionDataPointListOrDetailList
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var PaginatedProductionDataPointListOrDetailList = /*#__PURE__*/function () {
22
22
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The PaginatedProductionSiteListOrDetailList model module.
18
18
  * @module model/PaginatedProductionSiteListOrDetailList
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var PaginatedProductionSiteListOrDetailList = /*#__PURE__*/function () {
22
22
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The PaginatedRetailerList model module.
18
18
  * @module model/PaginatedRetailerList
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var PaginatedRetailerList = /*#__PURE__*/function () {
22
22
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The PaginatedSmartContractList model module.
18
18
  * @module model/PaginatedSmartContractList
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var PaginatedSmartContractList = /*#__PURE__*/function () {
22
22
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The PaginatedUnprocessedRowList model module.
18
18
  * @module model/PaginatedUnprocessedRowList
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var PaginatedUnprocessedRowList = /*#__PURE__*/function () {
22
22
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The PaginatedUploadedCertificateListorDetailList model module.
18
18
  * @module model/PaginatedUploadedCertificateListorDetailList
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var PaginatedUploadedCertificateListorDetailList = /*#__PURE__*/function () {
22
22
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The PaginatedUploadedFileList model module.
18
18
  * @module model/PaginatedUploadedFileList
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var PaginatedUploadedFileList = /*#__PURE__*/function () {
22
22
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The PaginatedUserList model module.
18
18
  * @module model/PaginatedUserList
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var PaginatedUserList = /*#__PURE__*/function () {
22
22
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The PatchedConsumer model module.
18
18
  * @module model/PatchedConsumer
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var PatchedConsumer = /*#__PURE__*/function () {
22
22
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The PatchedConsumptionDataPointUpdate model module.
18
18
  * @module model/PatchedConsumptionDataPointUpdate
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var PatchedConsumptionDataPointUpdate = /*#__PURE__*/function () {
22
22
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The PatchedConsumptionSite model module.
18
18
  * @module model/PatchedConsumptionSite
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var PatchedConsumptionSite = /*#__PURE__*/function () {
22
22
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  /**
16
16
  * The PatchedEmissionFactor model module.
17
17
  * @module model/PatchedEmissionFactor
18
- * @version 1.11.2
18
+ * @version 1.11.3
19
19
  */
20
20
  var PatchedEmissionFactor = /*#__PURE__*/function () {
21
21
  /**
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
17
17
  /**
18
18
  * The PatchedEnergySourcePreference model module.
19
19
  * @module model/PatchedEnergySourcePreference
20
- * @version 1.11.2
20
+ * @version 1.11.3
21
21
  */
22
22
  var PatchedEnergySourcePreference = /*#__PURE__*/function () {
23
23
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The PatchedGridOperator model module.
18
18
  * @module model/PatchedGridOperator
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var PatchedGridOperator = /*#__PURE__*/function () {
22
22
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The PatchedIssuer model module.
18
18
  * @module model/PatchedIssuer
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var PatchedIssuer = /*#__PURE__*/function () {
22
22
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  /**
16
16
  * The PatchedLocation model module.
17
17
  * @module model/PatchedLocation
18
- * @version 1.11.2
18
+ * @version 1.11.3
19
19
  */
20
20
  var PatchedLocation = /*#__PURE__*/function () {
21
21
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The PatchedProducer model module.
18
18
  * @module model/PatchedProducer
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var PatchedProducer = /*#__PURE__*/function () {
22
22
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The PatchedProductionDataPointUpdate model module.
18
18
  * @module model/PatchedProductionDataPointUpdate
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var PatchedProductionDataPointUpdate = /*#__PURE__*/function () {
22
22
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The PatchedProductionSiteUpdate model module.
18
18
  * @module model/PatchedProductionSiteUpdate
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var PatchedProductionSiteUpdate = /*#__PURE__*/function () {
22
22
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The PatchedRetailer model module.
18
18
  * @module model/PatchedRetailer
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var PatchedRetailer = /*#__PURE__*/function () {
22
22
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  /**
16
16
  * The PatchedSmartContract model module.
17
17
  * @module model/PatchedSmartContract
18
- * @version 1.11.2
18
+ * @version 1.11.3
19
19
  */
20
20
  var PatchedSmartContract = /*#__PURE__*/function () {
21
21
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The PatchedUser model module.
18
18
  * @module model/PatchedUser
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var PatchedUser = /*#__PURE__*/function () {
22
22
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The PatchedUserDetail model module.
18
18
  * @module model/PatchedUserDetail
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var PatchedUserDetail = /*#__PURE__*/function () {
22
22
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The Producer model module.
18
18
  * @module model/Producer
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var Producer = /*#__PURE__*/function () {
22
22
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  /**
16
16
  * The ProductionDataFileList model module.
17
17
  * @module model/ProductionDataFileList
18
- * @version 1.11.2
18
+ * @version 1.11.3
19
19
  */
20
20
  var ProductionDataFileList = /*#__PURE__*/function () {
21
21
  /**
@@ -19,7 +19,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
19
19
  /**
20
20
  * The ProductionDataFromEpiasRequest model module.
21
21
  * @module model/ProductionDataFromEpiasRequest
22
- * @version 1.11.2
22
+ * @version 1.11.3
23
23
  */
24
24
  var ProductionDataFromEpiasRequest = /*#__PURE__*/function () {
25
25
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The ProductionDataPointCreate model module.
18
18
  * @module model/ProductionDataPointCreate
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var ProductionDataPointCreate = /*#__PURE__*/function () {
22
22
  /**
@@ -20,7 +20,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
20
20
  /**
21
21
  * The ProductionDataPointListOrDetail model module.
22
22
  * @module model/ProductionDataPointListOrDetail
23
- * @version 1.11.2
23
+ * @version 1.11.3
24
24
  */
25
25
  var ProductionDataPointListOrDetail = /*#__PURE__*/function () {
26
26
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The ProductionDataPointUpdate model module.
18
18
  * @module model/ProductionDataPointUpdate
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var ProductionDataPointUpdate = /*#__PURE__*/function () {
22
22
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The ProductionSite model module.
18
18
  * @module model/ProductionSite
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var ProductionSite = /*#__PURE__*/function () {
22
22
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  /**
16
16
  * The ProductionSiteFileUpload model module.
17
17
  * @module model/ProductionSiteFileUpload
18
- * @version 1.11.2
18
+ * @version 1.11.3
19
19
  */
20
20
  var ProductionSiteFileUpload = /*#__PURE__*/function () {
21
21
  /**
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
17
17
  /**
18
18
  * The ProductionSiteListOrDetail model module.
19
19
  * @module model/ProductionSiteListOrDetail
20
- * @version 1.11.2
20
+ * @version 1.11.3
21
21
  */
22
22
  var ProductionSiteListOrDetail = /*#__PURE__*/function () {
23
23
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The ProductionSiteUpdate model module.
18
18
  * @module model/ProductionSiteUpdate
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var ProductionSiteUpdate = /*#__PURE__*/function () {
22
22
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  /**
16
16
  * The Register model module.
17
17
  * @module model/Register
18
- * @version 1.11.2
18
+ * @version 1.11.3
19
19
  */
20
20
  var Register = /*#__PURE__*/function () {
21
21
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The Retailer model module.
18
18
  * @module model/Retailer
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var Retailer = /*#__PURE__*/function () {
22
22
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  /**
16
16
  * The SmartContract model module.
17
17
  * @module model/SmartContract
18
- * @version 1.11.2
18
+ * @version 1.11.3
19
19
  */
20
20
  var SmartContract = /*#__PURE__*/function () {
21
21
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  /**
16
16
  * The Token model module.
17
17
  * @module model/Token
18
- * @version 1.11.2
18
+ * @version 1.11.3
19
19
  */
20
20
  var Token = /*#__PURE__*/function () {
21
21
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  /**
16
16
  * The UnprocessedRow model module.
17
17
  * @module model/UnprocessedRow
18
- * @version 1.11.2
18
+ * @version 1.11.3
19
19
  */
20
20
  var UnprocessedRow = /*#__PURE__*/function () {
21
21
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The UploadedCertificate model module.
18
18
  * @module model/UploadedCertificate
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var UploadedCertificate = /*#__PURE__*/function () {
22
22
  /**
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
17
17
  /**
18
18
  * The UploadedCertificateListorDetail model module.
19
19
  * @module model/UploadedCertificateListorDetail
20
- * @version 1.11.2
20
+ * @version 1.11.3
21
21
  */
22
22
  var UploadedCertificateListorDetail = /*#__PURE__*/function () {
23
23
  /**
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
17
17
  /**
18
18
  * The UploadedFile model module.
19
19
  * @module model/UploadedFile
20
- * @version 1.11.2
20
+ * @version 1.11.3
21
21
  */
22
22
  var UploadedFile = /*#__PURE__*/function () {
23
23
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The User model module.
18
18
  * @module model/User
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var User = /*#__PURE__*/function () {
22
22
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  /**
17
17
  * The UserDetail model module.
18
18
  * @module model/UserDetail
19
- * @version 1.11.2
19
+ * @version 1.11.3
20
20
  */
21
21
  var UserDetail = /*#__PURE__*/function () {
22
22
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "green_link_api",
3
- "version": "1.11.2",
3
+ "version": "1.11.3",
4
4
  "description": "GreenLink_API_documentation_with_interactive_tools_for_testing_API_endpoints_",
5
5
  "license": "Unlicense",
6
6
  "main": "dist/index.js",