green_link_api 1.0.0 → 1.0.1

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 (107) hide show
  1. package/README.md +72 -33
  2. package/dist/ApiClient.js +70 -24
  3. package/dist/api/BlockchainApi.js +283 -0
  4. package/dist/api/EnergyAssetsApi.js +196 -44
  5. package/dist/api/EnergyDataApi.js +354 -46
  6. package/dist/api/HealthCheckApi.js +68 -0
  7. package/dist/api/LicensedProductionSitesOnEpiasApi.js +69 -0
  8. package/dist/api/LocationsApi.js +10 -10
  9. package/dist/api/LogsApi.js +428 -0
  10. package/dist/api/MaintenanceCheckApi.js +68 -0
  11. package/dist/api/OrganizationprofilesApi.js +8 -8
  12. package/dist/api/OrganizationsApi.js +47 -47
  13. package/dist/api/SchemaApi.js +6 -6
  14. package/dist/api/SentryDebugApi.js +68 -0
  15. package/dist/api/UsersApi.js +74 -256
  16. package/dist/index.js +267 -67
  17. package/dist/model/BlockchainTransaction.js +172 -0
  18. package/dist/model/Consumer.js +7 -7
  19. package/dist/model/ConsumptionDataFileList.js +132 -0
  20. package/dist/model/ConsumptionDataFromRetailerRequest.js +110 -0
  21. package/dist/model/{RestAuthDetail.js → ConsumptionDataFromRetailerResponse.js} +26 -21
  22. package/dist/model/ConsumptionDataPointCreate.js +12 -12
  23. package/dist/model/ConsumptionDataPointListOrDetail.js +21 -14
  24. package/dist/model/ConsumptionDataPointUpdate.js +12 -12
  25. package/dist/model/ConsumptionSite.js +20 -21
  26. package/dist/model/ConsumptionSiteCreate.js +195 -0
  27. package/dist/model/ConsumptionSiteFileUpload.js +133 -0
  28. package/dist/model/{TokenRefresh.js → ConsumptionSiteFromRetailer.js} +25 -33
  29. package/dist/model/ConsumptionSiteListOrDetail.js +15 -33
  30. package/dist/model/ConsumptionSiteMany.js +195 -0
  31. package/dist/model/ContentTypeEnum.js +54 -0
  32. package/dist/model/EmissionFactor.js +6 -8
  33. package/dist/model/EnergySourceEnum.js +1 -1
  34. package/dist/model/EnergySourcePreference.js +2 -2
  35. package/dist/model/GetFromEpias.js +98 -0
  36. package/dist/model/GridOperator.js +6 -6
  37. package/dist/model/Issuer.js +6 -6
  38. package/dist/model/Location.js +6 -8
  39. package/dist/model/Login.js +2 -2
  40. package/dist/model/MatchRequest.js +299 -0
  41. package/dist/model/{CountryEnum.js → MatchTypeEnum.js} +12 -12
  42. package/dist/model/MatchedEnergyDataPoint.js +13 -14
  43. package/dist/model/MatchingConsumerRequest.js +122 -0
  44. package/dist/model/{MatchingRequest.js → MatchingSiteRequest.js} +32 -21
  45. package/dist/model/OrganizationTypeEnum.js +1 -1
  46. package/dist/model/PaginatedConsumerList.js +2 -2
  47. package/dist/model/PaginatedConsumptionDataPointListOrDetailList.js +2 -2
  48. package/dist/model/PaginatedConsumptionSiteListOrDetailList.js +2 -2
  49. package/dist/model/PaginatedEmissionFactorList.js +2 -2
  50. package/dist/model/PaginatedEnergySourcePreferenceList.js +2 -2
  51. package/dist/model/PaginatedGridOperatorList.js +2 -2
  52. package/dist/model/PaginatedIssuerList.js +2 -2
  53. package/dist/model/PaginatedLocationList.js +2 -2
  54. package/dist/model/PaginatedMatchRequestList.js +104 -0
  55. package/dist/model/PaginatedMatchedEnergyDataPointList.js +2 -2
  56. package/dist/model/PaginatedProducerList.js +2 -2
  57. package/dist/model/PaginatedProductionDataFromEpiasRequestList.js +104 -0
  58. package/dist/model/PaginatedProductionDataPointListOrDetailList.js +2 -2
  59. package/dist/model/PaginatedProductionSiteListOrDetailList.js +2 -2
  60. package/dist/model/PaginatedRetailerList.js +2 -2
  61. package/dist/model/PaginatedSmartContractList.js +104 -0
  62. package/dist/model/PaginatedUnprocessedRowList.js +104 -0
  63. package/dist/model/PaginatedUploadedFileList.js +104 -0
  64. package/dist/model/PaginatedUserList.js +2 -2
  65. package/dist/model/PatchedConsumer.js +7 -7
  66. package/dist/model/PatchedConsumptionDataPointUpdate.js +12 -12
  67. package/dist/model/PatchedConsumptionSite.js +15 -16
  68. package/dist/model/PatchedEmissionFactor.js +5 -7
  69. package/dist/model/PatchedEnergySourcePreference.js +2 -2
  70. package/dist/model/PatchedGridOperator.js +6 -6
  71. package/dist/model/PatchedIssuer.js +6 -6
  72. package/dist/model/PatchedLocation.js +5 -7
  73. package/dist/model/PatchedProducer.js +6 -6
  74. package/dist/model/PatchedProductionDataPointUpdate.js +13 -13
  75. package/dist/model/{PatchedProductionSite.js → PatchedProductionSiteUpdate.js} +60 -45
  76. package/dist/model/PatchedRetailer.js +16 -6
  77. package/dist/model/PatchedSmartContract.js +134 -0
  78. package/dist/model/PatchedUser.js +13 -2
  79. package/dist/model/PatchedUserDetail.js +13 -2
  80. package/dist/model/PriorityEnum.js +7 -1
  81. package/dist/model/Producer.js +6 -6
  82. package/dist/model/ProductionDataFileList.js +132 -0
  83. package/dist/model/ProductionDataFromEpiasRequest.js +167 -0
  84. package/dist/model/ProductionDataPointCreate.js +13 -13
  85. package/dist/model/ProductionDataPointListOrDetail.js +24 -21
  86. package/dist/model/ProductionDataPointUpdate.js +13 -13
  87. package/dist/model/ProductionSite.js +37 -24
  88. package/dist/model/ProductionSiteFileUpload.js +177 -0
  89. package/dist/model/ProductionSiteListOrDetail.js +30 -43
  90. package/dist/model/ProductionSiteUpdate.js +245 -0
  91. package/dist/model/Register.js +18 -6
  92. package/dist/model/Retailer.js +16 -6
  93. package/dist/model/SmartContract.js +139 -0
  94. package/dist/model/StatusEnum.js +52 -0
  95. package/dist/model/{VerifyEmail.js → Token.js} +19 -18
  96. package/dist/model/TypeEnum.js +52 -0
  97. package/dist/model/UnprocessedRow.js +140 -0
  98. package/dist/model/UploadedFile.js +154 -0
  99. package/dist/model/User.js +13 -2
  100. package/dist/model/UserDetail.js +13 -2
  101. package/package.json +4 -4
  102. package/dist/model/JWT.js +0 -103
  103. package/dist/model/PasswordChange.js +0 -100
  104. package/dist/model/PasswordReset.js +0 -79
  105. package/dist/model/PasswordResetConfirm.js +0 -112
  106. package/dist/model/TechnologyOrFuelTypeEnum.js +0 -170
  107. package/dist/model/TokenVerify.js +0 -78
@@ -0,0 +1,68 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+
8
+ var _ApiClient = _interopRequireDefault(require("../ApiClient"));
9
+
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
11
+
12
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
13
+
14
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
15
+
16
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
17
+
18
+ /**
19
+ * MaintenanceCheck service.
20
+ * @module api/MaintenanceCheckApi
21
+ * @version 1.0.1
22
+ */
23
+ var MaintenanceCheckApi = /*#__PURE__*/function () {
24
+ /**
25
+ * Constructs a new MaintenanceCheckApi.
26
+ * @alias module:api/MaintenanceCheckApi
27
+ * @class
28
+ * @param {module:ApiClient} [apiClient] Optional API client implementation to use,
29
+ * default to {@link module:ApiClient#instance} if unspecified.
30
+ */
31
+ function MaintenanceCheckApi(apiClient) {
32
+ _classCallCheck(this, MaintenanceCheckApi);
33
+
34
+ this.apiClient = apiClient || _ApiClient["default"].instance;
35
+ }
36
+ /**
37
+ * Callback function to receive the result of the maintenanceCheckRetrieve operation.
38
+ * @callback module:api/MaintenanceCheckApi~maintenanceCheckRetrieveCallback
39
+ * @param {String} error Error message, if any.
40
+ * @param data This operation does not return a value.
41
+ * @param {String} response The complete HTTP response.
42
+ */
43
+
44
+ /**
45
+ * @param {module:api/MaintenanceCheckApi~maintenanceCheckRetrieveCallback} callback The callback function, accepting three arguments: error, data, response
46
+ */
47
+
48
+
49
+ _createClass(MaintenanceCheckApi, [{
50
+ key: "maintenanceCheckRetrieve",
51
+ value: function maintenanceCheckRetrieve(callback) {
52
+ var postBody = null;
53
+ var pathParams = {};
54
+ var queryParams = {};
55
+ var headerParams = {};
56
+ var formParams = {};
57
+ var authNames = ['basicAuth', 'jwtAuth', 'tokenAuth'];
58
+ var contentTypes = [];
59
+ var accepts = [];
60
+ var returnType = null;
61
+ return this.apiClient.callApi('/maintenance-check/', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
62
+ }
63
+ }]);
64
+
65
+ return MaintenanceCheckApi;
66
+ }();
67
+
68
+ exports["default"] = MaintenanceCheckApi;
@@ -19,12 +19,12 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
19
19
 
20
20
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
21
21
 
22
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
22
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
23
23
 
24
24
  /**
25
25
  * Organizationprofiles service.
26
26
  * @module api/OrganizationprofilesApi
27
- * @version 1.0.0
27
+ * @version 1.0.1
28
28
  */
29
29
  var OrganizationprofilesApi = /*#__PURE__*/function () {
30
30
  /**
@@ -68,7 +68,7 @@ var OrganizationprofilesApi = /*#__PURE__*/function () {
68
68
  var queryParams = {};
69
69
  var headerParams = {};
70
70
  var formParams = {};
71
- var authNames = ['basicAuth', 'cookieAuth', 'jwtAuth', 'tokenAuth'];
71
+ var authNames = ['basicAuth', 'jwtAuth', 'tokenAuth'];
72
72
  var contentTypes = ['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'];
73
73
  var accepts = ['application/json'];
74
74
  var returnType = _EnergySourcePreference["default"];
@@ -103,7 +103,7 @@ var OrganizationprofilesApi = /*#__PURE__*/function () {
103
103
  var queryParams = {};
104
104
  var headerParams = {};
105
105
  var formParams = {};
106
- var authNames = ['basicAuth', 'cookieAuth', 'jwtAuth', 'tokenAuth'];
106
+ var authNames = ['basicAuth', 'jwtAuth', 'tokenAuth'];
107
107
  var contentTypes = [];
108
108
  var accepts = [];
109
109
  var returnType = null;
@@ -138,7 +138,7 @@ var OrganizationprofilesApi = /*#__PURE__*/function () {
138
138
  };
139
139
  var headerParams = {};
140
140
  var formParams = {};
141
- var authNames = ['basicAuth', 'cookieAuth', 'jwtAuth', 'tokenAuth'];
141
+ var authNames = ['basicAuth', 'jwtAuth', 'tokenAuth'];
142
142
  var contentTypes = [];
143
143
  var accepts = ['application/json'];
144
144
  var returnType = _PaginatedEnergySourcePreferenceList["default"];
@@ -177,7 +177,7 @@ var OrganizationprofilesApi = /*#__PURE__*/function () {
177
177
  var queryParams = {};
178
178
  var headerParams = {};
179
179
  var formParams = {};
180
- var authNames = ['basicAuth', 'cookieAuth', 'jwtAuth', 'tokenAuth'];
180
+ var authNames = ['basicAuth', 'jwtAuth', 'tokenAuth'];
181
181
  var contentTypes = ['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'];
182
182
  var accepts = ['application/json'];
183
183
  var returnType = _EnergySourcePreference["default"];
@@ -213,7 +213,7 @@ var OrganizationprofilesApi = /*#__PURE__*/function () {
213
213
  var queryParams = {};
214
214
  var headerParams = {};
215
215
  var formParams = {};
216
- var authNames = ['basicAuth', 'cookieAuth', 'jwtAuth', 'tokenAuth'];
216
+ var authNames = ['basicAuth', 'jwtAuth', 'tokenAuth'];
217
217
  var contentTypes = [];
218
218
  var accepts = ['application/json'];
219
219
  var returnType = _EnergySourcePreference["default"];
@@ -255,7 +255,7 @@ var OrganizationprofilesApi = /*#__PURE__*/function () {
255
255
  var queryParams = {};
256
256
  var headerParams = {};
257
257
  var formParams = {};
258
- var authNames = ['basicAuth', 'cookieAuth', 'jwtAuth', 'tokenAuth'];
258
+ var authNames = ['basicAuth', 'jwtAuth', 'tokenAuth'];
259
259
  var contentTypes = ['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'];
260
260
  var accepts = ['application/json'];
261
261
  var returnType = _EnergySourcePreference["default"];
@@ -43,12 +43,12 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
43
43
 
44
44
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
45
45
 
46
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
46
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
47
47
 
48
48
  /**
49
49
  * Organizations service.
50
50
  * @module api/OrganizationsApi
51
- * @version 1.0.0
51
+ * @version 1.0.1
52
52
  */
53
53
  var OrganizationsApi = /*#__PURE__*/function () {
54
54
  /**
@@ -92,7 +92,7 @@ var OrganizationsApi = /*#__PURE__*/function () {
92
92
  var queryParams = {};
93
93
  var headerParams = {};
94
94
  var formParams = {};
95
- var authNames = ['basicAuth', 'cookieAuth', 'jwtAuth', 'tokenAuth'];
95
+ var authNames = ['basicAuth', 'jwtAuth', 'tokenAuth'];
96
96
  var contentTypes = ['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'];
97
97
  var accepts = ['application/json'];
98
98
  var returnType = _Consumer["default"];
@@ -127,7 +127,7 @@ var OrganizationsApi = /*#__PURE__*/function () {
127
127
  var queryParams = {};
128
128
  var headerParams = {};
129
129
  var formParams = {};
130
- var authNames = ['basicAuth', 'cookieAuth', 'jwtAuth', 'tokenAuth'];
130
+ var authNames = ['basicAuth', 'jwtAuth', 'tokenAuth'];
131
131
  var contentTypes = [];
132
132
  var accepts = [];
133
133
  var returnType = null;
@@ -149,7 +149,6 @@ var OrganizationsApi = /*#__PURE__*/function () {
149
149
  * @param {String} opts.country
150
150
  * @param {Date} opts.createdAt
151
151
  * @param {Number} opts.energySourceMaxDistance
152
- * @param {String} opts.enodeUrl
153
152
  * @param {String} opts.id
154
153
  * @param {Boolean} opts.isActive
155
154
  * @param {Number} opts.limit Number of results to return per page.
@@ -158,6 +157,7 @@ var OrganizationsApi = /*#__PURE__*/function () {
158
157
  * @param {Number} opts.offset The initial index from which to return the results.
159
158
  * @param {String} opts.retailer
160
159
  * @param {Date} opts.updatedAt
160
+ * @param {String} opts.websiteUrl
161
161
  * @param {module:api/OrganizationsApi~organizationsConsumersListCallback} callback The callback function, accepting three arguments: error, data, response
162
162
  * data is of type: {@link module:model/PaginatedConsumerList}
163
163
  */
@@ -174,7 +174,6 @@ var OrganizationsApi = /*#__PURE__*/function () {
174
174
  'country': opts['country'],
175
175
  'created_at': opts['createdAt'],
176
176
  'energy_source_max_distance': opts['energySourceMaxDistance'],
177
- 'enode_url': opts['enodeUrl'],
178
177
  'id': opts['id'],
179
178
  'is_active': opts['isActive'],
180
179
  'limit': opts['limit'],
@@ -182,11 +181,12 @@ var OrganizationsApi = /*#__PURE__*/function () {
182
181
  'name': opts['name'],
183
182
  'offset': opts['offset'],
184
183
  'retailer': opts['retailer'],
185
- 'updated_at': opts['updatedAt']
184
+ 'updated_at': opts['updatedAt'],
185
+ 'website_url': opts['websiteUrl']
186
186
  };
187
187
  var headerParams = {};
188
188
  var formParams = {};
189
- var authNames = ['basicAuth', 'cookieAuth', 'jwtAuth', 'tokenAuth'];
189
+ var authNames = ['basicAuth', 'jwtAuth', 'tokenAuth'];
190
190
  var contentTypes = [];
191
191
  var accepts = ['application/json'];
192
192
  var returnType = _PaginatedConsumerList["default"];
@@ -225,7 +225,7 @@ var OrganizationsApi = /*#__PURE__*/function () {
225
225
  var queryParams = {};
226
226
  var headerParams = {};
227
227
  var formParams = {};
228
- var authNames = ['basicAuth', 'cookieAuth', 'jwtAuth', 'tokenAuth'];
228
+ var authNames = ['basicAuth', 'jwtAuth', 'tokenAuth'];
229
229
  var contentTypes = ['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'];
230
230
  var accepts = ['application/json'];
231
231
  var returnType = _Consumer["default"];
@@ -261,7 +261,7 @@ var OrganizationsApi = /*#__PURE__*/function () {
261
261
  var queryParams = {};
262
262
  var headerParams = {};
263
263
  var formParams = {};
264
- var authNames = ['basicAuth', 'cookieAuth', 'jwtAuth', 'tokenAuth'];
264
+ var authNames = ['basicAuth', 'jwtAuth', 'tokenAuth'];
265
265
  var contentTypes = [];
266
266
  var accepts = ['application/json'];
267
267
  var returnType = _Consumer["default"];
@@ -303,7 +303,7 @@ var OrganizationsApi = /*#__PURE__*/function () {
303
303
  var queryParams = {};
304
304
  var headerParams = {};
305
305
  var formParams = {};
306
- var authNames = ['basicAuth', 'cookieAuth', 'jwtAuth', 'tokenAuth'];
306
+ var authNames = ['basicAuth', 'jwtAuth', 'tokenAuth'];
307
307
  var contentTypes = ['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'];
308
308
  var accepts = ['application/json'];
309
309
  var returnType = _Consumer["default"];
@@ -337,7 +337,7 @@ var OrganizationsApi = /*#__PURE__*/function () {
337
337
  var queryParams = {};
338
338
  var headerParams = {};
339
339
  var formParams = {};
340
- var authNames = ['basicAuth', 'cookieAuth', 'jwtAuth', 'tokenAuth'];
340
+ var authNames = ['basicAuth', 'jwtAuth', 'tokenAuth'];
341
341
  var contentTypes = ['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'];
342
342
  var accepts = ['application/json'];
343
343
  var returnType = _GridOperator["default"];
@@ -372,7 +372,7 @@ var OrganizationsApi = /*#__PURE__*/function () {
372
372
  var queryParams = {};
373
373
  var headerParams = {};
374
374
  var formParams = {};
375
- var authNames = ['basicAuth', 'cookieAuth', 'jwtAuth', 'tokenAuth'];
375
+ var authNames = ['basicAuth', 'jwtAuth', 'tokenAuth'];
376
376
  var contentTypes = [];
377
377
  var accepts = [];
378
378
  var returnType = null;
@@ -393,7 +393,6 @@ var OrganizationsApi = /*#__PURE__*/function () {
393
393
  * @param {String} opts.city
394
394
  * @param {String} opts.country
395
395
  * @param {Date} opts.createdAt
396
- * @param {String} opts.enodeUrl
397
396
  * @param {String} opts.id
398
397
  * @param {Boolean} opts.isActive
399
398
  * @param {Boolean} opts.isDistributionSystemOperator
@@ -402,6 +401,7 @@ var OrganizationsApi = /*#__PURE__*/function () {
402
401
  * @param {String} opts.name
403
402
  * @param {Number} opts.offset The initial index from which to return the results.
404
403
  * @param {Date} opts.updatedAt
404
+ * @param {String} opts.websiteUrl
405
405
  * @param {module:api/OrganizationsApi~organizationsGridoperatorsListCallback} callback The callback function, accepting three arguments: error, data, response
406
406
  * data is of type: {@link module:model/PaginatedGridOperatorList}
407
407
  */
@@ -417,7 +417,6 @@ var OrganizationsApi = /*#__PURE__*/function () {
417
417
  'city': opts['city'],
418
418
  'country': opts['country'],
419
419
  'created_at': opts['createdAt'],
420
- 'enode_url': opts['enodeUrl'],
421
420
  'id': opts['id'],
422
421
  'is_active': opts['isActive'],
423
422
  'is_distribution_system_operator': opts['isDistributionSystemOperator'],
@@ -425,11 +424,12 @@ var OrganizationsApi = /*#__PURE__*/function () {
425
424
  'location': opts['location'],
426
425
  'name': opts['name'],
427
426
  'offset': opts['offset'],
428
- 'updated_at': opts['updatedAt']
427
+ 'updated_at': opts['updatedAt'],
428
+ 'website_url': opts['websiteUrl']
429
429
  };
430
430
  var headerParams = {};
431
431
  var formParams = {};
432
- var authNames = ['basicAuth', 'cookieAuth', 'jwtAuth', 'tokenAuth'];
432
+ var authNames = ['basicAuth', 'jwtAuth', 'tokenAuth'];
433
433
  var contentTypes = [];
434
434
  var accepts = ['application/json'];
435
435
  var returnType = _PaginatedGridOperatorList["default"];
@@ -468,7 +468,7 @@ var OrganizationsApi = /*#__PURE__*/function () {
468
468
  var queryParams = {};
469
469
  var headerParams = {};
470
470
  var formParams = {};
471
- var authNames = ['basicAuth', 'cookieAuth', 'jwtAuth', 'tokenAuth'];
471
+ var authNames = ['basicAuth', 'jwtAuth', 'tokenAuth'];
472
472
  var contentTypes = ['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'];
473
473
  var accepts = ['application/json'];
474
474
  var returnType = _GridOperator["default"];
@@ -504,7 +504,7 @@ var OrganizationsApi = /*#__PURE__*/function () {
504
504
  var queryParams = {};
505
505
  var headerParams = {};
506
506
  var formParams = {};
507
- var authNames = ['basicAuth', 'cookieAuth', 'jwtAuth', 'tokenAuth'];
507
+ var authNames = ['basicAuth', 'jwtAuth', 'tokenAuth'];
508
508
  var contentTypes = [];
509
509
  var accepts = ['application/json'];
510
510
  var returnType = _GridOperator["default"];
@@ -546,7 +546,7 @@ var OrganizationsApi = /*#__PURE__*/function () {
546
546
  var queryParams = {};
547
547
  var headerParams = {};
548
548
  var formParams = {};
549
- var authNames = ['basicAuth', 'cookieAuth', 'jwtAuth', 'tokenAuth'];
549
+ var authNames = ['basicAuth', 'jwtAuth', 'tokenAuth'];
550
550
  var contentTypes = ['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'];
551
551
  var accepts = ['application/json'];
552
552
  var returnType = _GridOperator["default"];
@@ -580,7 +580,7 @@ var OrganizationsApi = /*#__PURE__*/function () {
580
580
  var queryParams = {};
581
581
  var headerParams = {};
582
582
  var formParams = {};
583
- var authNames = ['basicAuth', 'cookieAuth', 'jwtAuth', 'tokenAuth'];
583
+ var authNames = ['basicAuth', 'jwtAuth', 'tokenAuth'];
584
584
  var contentTypes = ['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'];
585
585
  var accepts = ['application/json'];
586
586
  var returnType = _Issuer["default"];
@@ -615,7 +615,7 @@ var OrganizationsApi = /*#__PURE__*/function () {
615
615
  var queryParams = {};
616
616
  var headerParams = {};
617
617
  var formParams = {};
618
- var authNames = ['basicAuth', 'cookieAuth', 'jwtAuth', 'tokenAuth'];
618
+ var authNames = ['basicAuth', 'jwtAuth', 'tokenAuth'];
619
619
  var contentTypes = [];
620
620
  var accepts = [];
621
621
  var returnType = null;
@@ -636,7 +636,6 @@ var OrganizationsApi = /*#__PURE__*/function () {
636
636
  * @param {String} opts.city
637
637
  * @param {String} opts.country
638
638
  * @param {Date} opts.createdAt
639
- * @param {String} opts.enodeUrl
640
639
  * @param {String} opts.id
641
640
  * @param {Boolean} opts.isActive
642
641
  * @param {Boolean} opts.isIrecIssuer
@@ -645,6 +644,7 @@ var OrganizationsApi = /*#__PURE__*/function () {
645
644
  * @param {String} opts.name
646
645
  * @param {Number} opts.offset The initial index from which to return the results.
647
646
  * @param {Date} opts.updatedAt
647
+ * @param {String} opts.websiteUrl
648
648
  * @param {module:api/OrganizationsApi~organizationsIssuersListCallback} callback The callback function, accepting three arguments: error, data, response
649
649
  * data is of type: {@link module:model/PaginatedIssuerList}
650
650
  */
@@ -660,7 +660,6 @@ var OrganizationsApi = /*#__PURE__*/function () {
660
660
  'city': opts['city'],
661
661
  'country': opts['country'],
662
662
  'created_at': opts['createdAt'],
663
- 'enode_url': opts['enodeUrl'],
664
663
  'id': opts['id'],
665
664
  'is_active': opts['isActive'],
666
665
  'is_irec_issuer': opts['isIrecIssuer'],
@@ -668,11 +667,12 @@ var OrganizationsApi = /*#__PURE__*/function () {
668
667
  'location': opts['location'],
669
668
  'name': opts['name'],
670
669
  'offset': opts['offset'],
671
- 'updated_at': opts['updatedAt']
670
+ 'updated_at': opts['updatedAt'],
671
+ 'website_url': opts['websiteUrl']
672
672
  };
673
673
  var headerParams = {};
674
674
  var formParams = {};
675
- var authNames = ['basicAuth', 'cookieAuth', 'jwtAuth', 'tokenAuth'];
675
+ var authNames = ['basicAuth', 'jwtAuth', 'tokenAuth'];
676
676
  var contentTypes = [];
677
677
  var accepts = ['application/json'];
678
678
  var returnType = _PaginatedIssuerList["default"];
@@ -711,7 +711,7 @@ var OrganizationsApi = /*#__PURE__*/function () {
711
711
  var queryParams = {};
712
712
  var headerParams = {};
713
713
  var formParams = {};
714
- var authNames = ['basicAuth', 'cookieAuth', 'jwtAuth', 'tokenAuth'];
714
+ var authNames = ['basicAuth', 'jwtAuth', 'tokenAuth'];
715
715
  var contentTypes = ['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'];
716
716
  var accepts = ['application/json'];
717
717
  var returnType = _Issuer["default"];
@@ -747,7 +747,7 @@ var OrganizationsApi = /*#__PURE__*/function () {
747
747
  var queryParams = {};
748
748
  var headerParams = {};
749
749
  var formParams = {};
750
- var authNames = ['basicAuth', 'cookieAuth', 'jwtAuth', 'tokenAuth'];
750
+ var authNames = ['basicAuth', 'jwtAuth', 'tokenAuth'];
751
751
  var contentTypes = [];
752
752
  var accepts = ['application/json'];
753
753
  var returnType = _Issuer["default"];
@@ -789,7 +789,7 @@ var OrganizationsApi = /*#__PURE__*/function () {
789
789
  var queryParams = {};
790
790
  var headerParams = {};
791
791
  var formParams = {};
792
- var authNames = ['basicAuth', 'cookieAuth', 'jwtAuth', 'tokenAuth'];
792
+ var authNames = ['basicAuth', 'jwtAuth', 'tokenAuth'];
793
793
  var contentTypes = ['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'];
794
794
  var accepts = ['application/json'];
795
795
  var returnType = _Issuer["default"];
@@ -823,7 +823,7 @@ var OrganizationsApi = /*#__PURE__*/function () {
823
823
  var queryParams = {};
824
824
  var headerParams = {};
825
825
  var formParams = {};
826
- var authNames = ['basicAuth', 'cookieAuth', 'jwtAuth', 'tokenAuth'];
826
+ var authNames = ['basicAuth', 'jwtAuth', 'tokenAuth'];
827
827
  var contentTypes = ['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'];
828
828
  var accepts = ['application/json'];
829
829
  var returnType = _Producer["default"];
@@ -858,7 +858,7 @@ var OrganizationsApi = /*#__PURE__*/function () {
858
858
  var queryParams = {};
859
859
  var headerParams = {};
860
860
  var formParams = {};
861
- var authNames = ['basicAuth', 'cookieAuth', 'jwtAuth', 'tokenAuth'];
861
+ var authNames = ['basicAuth', 'jwtAuth', 'tokenAuth'];
862
862
  var contentTypes = [];
863
863
  var accepts = [];
864
864
  var returnType = null;
@@ -879,7 +879,6 @@ var OrganizationsApi = /*#__PURE__*/function () {
879
879
  * @param {String} opts.city
880
880
  * @param {String} opts.country
881
881
  * @param {Date} opts.createdAt
882
- * @param {String} opts.enodeUrl
883
882
  * @param {String} opts.id
884
883
  * @param {Boolean} opts.isActive
885
884
  * @param {Number} opts.limit Number of results to return per page.
@@ -888,6 +887,7 @@ var OrganizationsApi = /*#__PURE__*/function () {
888
887
  * @param {Number} opts.offset The initial index from which to return the results.
889
888
  * @param {String} opts.retailer
890
889
  * @param {Date} opts.updatedAt
890
+ * @param {String} opts.websiteUrl
891
891
  * @param {module:api/OrganizationsApi~organizationsProducersListCallback} callback The callback function, accepting three arguments: error, data, response
892
892
  * data is of type: {@link module:model/PaginatedProducerList}
893
893
  */
@@ -903,7 +903,6 @@ var OrganizationsApi = /*#__PURE__*/function () {
903
903
  'city': opts['city'],
904
904
  'country': opts['country'],
905
905
  'created_at': opts['createdAt'],
906
- 'enode_url': opts['enodeUrl'],
907
906
  'id': opts['id'],
908
907
  'is_active': opts['isActive'],
909
908
  'limit': opts['limit'],
@@ -911,11 +910,12 @@ var OrganizationsApi = /*#__PURE__*/function () {
911
910
  'name': opts['name'],
912
911
  'offset': opts['offset'],
913
912
  'retailer': opts['retailer'],
914
- 'updated_at': opts['updatedAt']
913
+ 'updated_at': opts['updatedAt'],
914
+ 'website_url': opts['websiteUrl']
915
915
  };
916
916
  var headerParams = {};
917
917
  var formParams = {};
918
- var authNames = ['basicAuth', 'cookieAuth', 'jwtAuth', 'tokenAuth'];
918
+ var authNames = ['basicAuth', 'jwtAuth', 'tokenAuth'];
919
919
  var contentTypes = [];
920
920
  var accepts = ['application/json'];
921
921
  var returnType = _PaginatedProducerList["default"];
@@ -954,7 +954,7 @@ var OrganizationsApi = /*#__PURE__*/function () {
954
954
  var queryParams = {};
955
955
  var headerParams = {};
956
956
  var formParams = {};
957
- var authNames = ['basicAuth', 'cookieAuth', 'jwtAuth', 'tokenAuth'];
957
+ var authNames = ['basicAuth', 'jwtAuth', 'tokenAuth'];
958
958
  var contentTypes = ['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'];
959
959
  var accepts = ['application/json'];
960
960
  var returnType = _Producer["default"];
@@ -990,7 +990,7 @@ var OrganizationsApi = /*#__PURE__*/function () {
990
990
  var queryParams = {};
991
991
  var headerParams = {};
992
992
  var formParams = {};
993
- var authNames = ['basicAuth', 'cookieAuth', 'jwtAuth', 'tokenAuth'];
993
+ var authNames = ['basicAuth', 'jwtAuth', 'tokenAuth'];
994
994
  var contentTypes = [];
995
995
  var accepts = ['application/json'];
996
996
  var returnType = _Producer["default"];
@@ -1032,7 +1032,7 @@ var OrganizationsApi = /*#__PURE__*/function () {
1032
1032
  var queryParams = {};
1033
1033
  var headerParams = {};
1034
1034
  var formParams = {};
1035
- var authNames = ['basicAuth', 'cookieAuth', 'jwtAuth', 'tokenAuth'];
1035
+ var authNames = ['basicAuth', 'jwtAuth', 'tokenAuth'];
1036
1036
  var contentTypes = ['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'];
1037
1037
  var accepts = ['application/json'];
1038
1038
  var returnType = _Producer["default"];
@@ -1066,7 +1066,7 @@ var OrganizationsApi = /*#__PURE__*/function () {
1066
1066
  var queryParams = {};
1067
1067
  var headerParams = {};
1068
1068
  var formParams = {};
1069
- var authNames = ['basicAuth', 'cookieAuth', 'jwtAuth', 'tokenAuth'];
1069
+ var authNames = ['basicAuth', 'jwtAuth', 'tokenAuth'];
1070
1070
  var contentTypes = ['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'];
1071
1071
  var accepts = ['application/json'];
1072
1072
  var returnType = _Retailer["default"];
@@ -1101,7 +1101,7 @@ var OrganizationsApi = /*#__PURE__*/function () {
1101
1101
  var queryParams = {};
1102
1102
  var headerParams = {};
1103
1103
  var formParams = {};
1104
- var authNames = ['basicAuth', 'cookieAuth', 'jwtAuth', 'tokenAuth'];
1104
+ var authNames = ['basicAuth', 'jwtAuth', 'tokenAuth'];
1105
1105
  var contentTypes = [];
1106
1106
  var accepts = [];
1107
1107
  var returnType = null;
@@ -1122,7 +1122,6 @@ var OrganizationsApi = /*#__PURE__*/function () {
1122
1122
  * @param {String} opts.city
1123
1123
  * @param {String} opts.country
1124
1124
  * @param {Date} opts.createdAt
1125
- * @param {String} opts.enodeUrl
1126
1125
  * @param {String} opts.id
1127
1126
  * @param {Boolean} opts.isActive
1128
1127
  * @param {Boolean} opts.isRegistrant
@@ -1131,6 +1130,7 @@ var OrganizationsApi = /*#__PURE__*/function () {
1131
1130
  * @param {String} opts.name
1132
1131
  * @param {Number} opts.offset The initial index from which to return the results.
1133
1132
  * @param {Date} opts.updatedAt
1133
+ * @param {String} opts.websiteUrl
1134
1134
  * @param {module:api/OrganizationsApi~organizationsRetailersListCallback} callback The callback function, accepting three arguments: error, data, response
1135
1135
  * data is of type: {@link module:model/PaginatedRetailerList}
1136
1136
  */
@@ -1146,7 +1146,6 @@ var OrganizationsApi = /*#__PURE__*/function () {
1146
1146
  'city': opts['city'],
1147
1147
  'country': opts['country'],
1148
1148
  'created_at': opts['createdAt'],
1149
- 'enode_url': opts['enodeUrl'],
1150
1149
  'id': opts['id'],
1151
1150
  'is_active': opts['isActive'],
1152
1151
  'is_registrant': opts['isRegistrant'],
@@ -1154,11 +1153,12 @@ var OrganizationsApi = /*#__PURE__*/function () {
1154
1153
  'location': opts['location'],
1155
1154
  'name': opts['name'],
1156
1155
  'offset': opts['offset'],
1157
- 'updated_at': opts['updatedAt']
1156
+ 'updated_at': opts['updatedAt'],
1157
+ 'website_url': opts['websiteUrl']
1158
1158
  };
1159
1159
  var headerParams = {};
1160
1160
  var formParams = {};
1161
- var authNames = ['basicAuth', 'cookieAuth', 'jwtAuth', 'tokenAuth'];
1161
+ var authNames = ['basicAuth', 'jwtAuth', 'tokenAuth'];
1162
1162
  var contentTypes = [];
1163
1163
  var accepts = ['application/json'];
1164
1164
  var returnType = _PaginatedRetailerList["default"];
@@ -1197,7 +1197,7 @@ var OrganizationsApi = /*#__PURE__*/function () {
1197
1197
  var queryParams = {};
1198
1198
  var headerParams = {};
1199
1199
  var formParams = {};
1200
- var authNames = ['basicAuth', 'cookieAuth', 'jwtAuth', 'tokenAuth'];
1200
+ var authNames = ['basicAuth', 'jwtAuth', 'tokenAuth'];
1201
1201
  var contentTypes = ['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'];
1202
1202
  var accepts = ['application/json'];
1203
1203
  var returnType = _Retailer["default"];
@@ -1233,7 +1233,7 @@ var OrganizationsApi = /*#__PURE__*/function () {
1233
1233
  var queryParams = {};
1234
1234
  var headerParams = {};
1235
1235
  var formParams = {};
1236
- var authNames = ['basicAuth', 'cookieAuth', 'jwtAuth', 'tokenAuth'];
1236
+ var authNames = ['basicAuth', 'jwtAuth', 'tokenAuth'];
1237
1237
  var contentTypes = [];
1238
1238
  var accepts = ['application/json'];
1239
1239
  var returnType = _Retailer["default"];
@@ -1275,7 +1275,7 @@ var OrganizationsApi = /*#__PURE__*/function () {
1275
1275
  var queryParams = {};
1276
1276
  var headerParams = {};
1277
1277
  var formParams = {};
1278
- var authNames = ['basicAuth', 'cookieAuth', 'jwtAuth', 'tokenAuth'];
1278
+ var authNames = ['basicAuth', 'jwtAuth', 'tokenAuth'];
1279
1279
  var contentTypes = ['application/json', 'application/x-www-form-urlencoded', 'multipart/form-data'];
1280
1280
  var accepts = ['application/json'];
1281
1281
  var returnType = _Retailer["default"];
@@ -13,12 +13,12 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
13
13
 
14
14
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
15
15
 
16
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
16
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
17
17
 
18
18
  /**
19
19
  * Schema service.
20
20
  * @module api/SchemaApi
21
- * @version 1.0.0
21
+ * @version 1.0.1
22
22
  */
23
23
  var SchemaApi = /*#__PURE__*/function () {
24
24
  /**
@@ -37,7 +37,7 @@ var SchemaApi = /*#__PURE__*/function () {
37
37
  * Callback function to receive the result of the schemaRetrieve operation.
38
38
  * @callback module:api/SchemaApi~schemaRetrieveCallback
39
39
  * @param {String} error Error message, if any.
40
- * @param {Object.<String, module:model/{String: AnyType}>} data The data returned by the service call.
40
+ * @param {Object.<String, {String: Object}>} data The data returned by the service call.
41
41
  * @param {String} response The complete HTTP response.
42
42
  */
43
43
 
@@ -47,7 +47,7 @@ var SchemaApi = /*#__PURE__*/function () {
47
47
  * @param {module:model/String} opts.format
48
48
  * @param {module:model/String} opts.lang
49
49
  * @param {module:api/SchemaApi~schemaRetrieveCallback} callback The callback function, accepting three arguments: error, data, response
50
- * data is of type: {@link Object.<String, module:model/{String: AnyType}>}
50
+ * data is of type: {@link Object.<String, {String: Object}>}
51
51
  */
52
52
 
53
53
 
@@ -63,11 +63,11 @@ var SchemaApi = /*#__PURE__*/function () {
63
63
  };
64
64
  var headerParams = {};
65
65
  var formParams = {};
66
- var authNames = ['basicAuth', 'cookieAuth', 'jwtAuth', 'tokenAuth'];
66
+ var authNames = ['basicAuth', 'jwtAuth', 'tokenAuth'];
67
67
  var contentTypes = [];
68
68
  var accepts = ['application/vnd.oai.openapi', 'application/yaml', 'application/vnd.oai.openapi+json', 'application/json'];
69
69
  var returnType = {
70
- 'String': AnyType
70
+ 'String': Object
71
71
  };
72
72
  return this.apiClient.callApi('/schema/', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
73
73
  }