vayu-ts 0.2.7 → 0.2.8

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 (35) hide show
  1. package/dist/openapi/apis/AuthApi.js +1 -1
  2. package/dist/openapi/apis/ContractsApi.js +4 -4
  3. package/dist/openapi/apis/CreditsApi.js +3 -3
  4. package/dist/openapi/apis/CustomersApi.js +7 -7
  5. package/dist/openapi/apis/EventsApi.js +5 -5
  6. package/dist/openapi/apis/IntegrationsApi.js +2 -2
  7. package/dist/openapi/apis/InvoicesApi.js +2 -2
  8. package/dist/openapi/apis/MetersApi.js +4 -4
  9. package/dist/openapi/apis/PlansApi.js +3 -3
  10. package/dist/openapi/apis/ProductConsumptionsApi.js +1 -1
  11. package/dist/openapi/apis/ReportsApi.js +2 -2
  12. package/dist/openapi/apis/WebhooksApi.js +1 -1
  13. package/dist/openapi/configuration.d.ts +2 -8
  14. package/dist/openapi/index.d.ts +2 -3
  15. package/dist/openapi/index.js +1 -3
  16. package/dist/openapi/types/ObservableAPI.d.ts +71 -71
  17. package/dist/openapi/types/ObservableAPI.js +105 -1085
  18. package/dist/openapi/types/PromiseAPI.d.ts +71 -71
  19. package/dist/openapi/types/PromiseAPI.js +70 -771
  20. package/dist/openapi-v2/apis/AuthenticationApi.js +1 -1
  21. package/dist/openapi-v2/apis/CustomersApi.js +6 -6
  22. package/dist/openapi-v2/apis/EntitlementsApi.js +3 -3
  23. package/dist/openapi-v2/apis/EventsApi.js +4 -4
  24. package/dist/openapi-v2/apis/InvoicesApi.js +6 -6
  25. package/dist/openapi-v2/apis/ProductsApi.js +5 -5
  26. package/dist/openapi-v2/configuration.d.ts +2 -8
  27. package/dist/openapi-v2/index.d.ts +2 -3
  28. package/dist/openapi-v2/index.js +1 -3
  29. package/dist/openapi-v2/types/ObservableAPI.d.ts +51 -51
  30. package/dist/openapi-v2/types/ObservableAPI.js +75 -775
  31. package/dist/openapi-v2/types/PromiseAPI.d.ts +51 -51
  32. package/dist/openapi-v2/types/PromiseAPI.js +50 -551
  33. package/dist/sdk/clients/CustomersClient.d.ts +1 -0
  34. package/dist/sdk/clients/CustomersClient.js +3 -0
  35. package/package.json +1 -1
@@ -32,7 +32,7 @@ class AuthenticationApiRequestFactory extends baseapi_1.BaseAPIRequestFactory {
32
32
  requestContext.setHeaderParam("Content-Type", contentType);
33
33
  const serializedBody = ObjectSerializer_1.ObjectSerializer.stringify(ObjectSerializer_1.ObjectSerializer.serialize(loginRequest, "LoginRequest", ""), contentType);
34
34
  requestContext.setBody(serializedBody);
35
- const defaultAuth = _config?.authMethods?.default;
35
+ const defaultAuth = _options?.authMethods?.default || this.configuration?.authMethods?.default;
36
36
  if (defaultAuth?.applySecurityAuthentication) {
37
37
  await defaultAuth?.applySecurityAuthentication(requestContext);
38
38
  }
@@ -33,7 +33,7 @@ class CustomersApiRequestFactory extends baseapi_1.BaseAPIRequestFactory {
33
33
  requestContext.setHeaderParam("Content-Type", contentType);
34
34
  const serializedBody = ObjectSerializer_1.ObjectSerializer.stringify(ObjectSerializer_1.ObjectSerializer.serialize(aPICreateCustomerPayload, "APICreateCustomerPayload", ""), contentType);
35
35
  requestContext.setBody(serializedBody);
36
- const defaultAuth = _config?.authMethods?.default;
36
+ const defaultAuth = _options?.authMethods?.default || this.configuration?.authMethods?.default;
37
37
  if (defaultAuth?.applySecurityAuthentication) {
38
38
  await defaultAuth?.applySecurityAuthentication(requestContext);
39
39
  }
@@ -55,7 +55,7 @@ class CustomersApiRequestFactory extends baseapi_1.BaseAPIRequestFactory {
55
55
  // Make Request Context
56
56
  const requestContext = _config.baseServer.makeRequestContext(localVarPath, http_1.HttpMethod.DELETE);
57
57
  requestContext.setHeaderParam("Accept", "application/json, */*;q=0.8");
58
- const defaultAuth = _config?.authMethods?.default;
58
+ const defaultAuth = _options?.authMethods?.default || this.configuration?.authMethods?.default;
59
59
  if (defaultAuth?.applySecurityAuthentication) {
60
60
  await defaultAuth?.applySecurityAuthentication(requestContext);
61
61
  }
@@ -77,7 +77,7 @@ class CustomersApiRequestFactory extends baseapi_1.BaseAPIRequestFactory {
77
77
  // Make Request Context
78
78
  const requestContext = _config.baseServer.makeRequestContext(localVarPath, http_1.HttpMethod.GET);
79
79
  requestContext.setHeaderParam("Accept", "application/json, */*;q=0.8");
80
- const defaultAuth = _config?.authMethods?.default;
80
+ const defaultAuth = _options?.authMethods?.default || this.configuration?.authMethods?.default;
81
81
  if (defaultAuth?.applySecurityAuthentication) {
82
82
  await defaultAuth?.applySecurityAuthentication(requestContext);
83
83
  }
@@ -105,7 +105,7 @@ class CustomersApiRequestFactory extends baseapi_1.BaseAPIRequestFactory {
105
105
  requestContext.setHeaderParam("Content-Type", contentType);
106
106
  const serializedBody = ObjectSerializer_1.ObjectSerializer.stringify(ObjectSerializer_1.ObjectSerializer.serialize(aPIQueryPayloadAPICustomer, "APIQueryPayloadAPICustomer", ""), contentType);
107
107
  requestContext.setBody(serializedBody);
108
- const defaultAuth = _config?.authMethods?.default;
108
+ const defaultAuth = _options?.authMethods?.default || this.configuration?.authMethods?.default;
109
109
  if (defaultAuth?.applySecurityAuthentication) {
110
110
  await defaultAuth?.applySecurityAuthentication(requestContext);
111
111
  }
@@ -145,7 +145,7 @@ class CustomersApiRequestFactory extends baseapi_1.BaseAPIRequestFactory {
145
145
  requestContext.setHeaderParam("Content-Type", contentType);
146
146
  const serializedBody = ObjectSerializer_1.ObjectSerializer.stringify(ObjectSerializer_1.ObjectSerializer.serialize(body, "ReviseEntitlementPayload", ""), contentType);
147
147
  requestContext.setBody(serializedBody);
148
- const defaultAuth = _config?.authMethods?.default;
148
+ const defaultAuth = _options?.authMethods?.default || this.configuration?.authMethods?.default;
149
149
  if (defaultAuth?.applySecurityAuthentication) {
150
150
  await defaultAuth?.applySecurityAuthentication(requestContext);
151
151
  }
@@ -179,7 +179,7 @@ class CustomersApiRequestFactory extends baseapi_1.BaseAPIRequestFactory {
179
179
  requestContext.setHeaderParam("Content-Type", contentType);
180
180
  const serializedBody = ObjectSerializer_1.ObjectSerializer.stringify(ObjectSerializer_1.ObjectSerializer.serialize(aPIUpdateCustomerPayload, "APIUpdateCustomerPayload", ""), contentType);
181
181
  requestContext.setBody(serializedBody);
182
- const defaultAuth = _config?.authMethods?.default;
182
+ const defaultAuth = _options?.authMethods?.default || this.configuration?.authMethods?.default;
183
183
  if (defaultAuth?.applySecurityAuthentication) {
184
184
  await defaultAuth?.applySecurityAuthentication(requestContext);
185
185
  }
@@ -27,7 +27,7 @@ class EntitlementsApiRequestFactory extends baseapi_1.BaseAPIRequestFactory {
27
27
  // Make Request Context
28
28
  const requestContext = _config.baseServer.makeRequestContext(localVarPath, http_1.HttpMethod.DELETE);
29
29
  requestContext.setHeaderParam("Accept", "application/json, */*;q=0.8");
30
- const defaultAuth = _config?.authMethods?.default;
30
+ const defaultAuth = _options?.authMethods?.default || this.configuration?.authMethods?.default;
31
31
  if (defaultAuth?.applySecurityAuthentication) {
32
32
  await defaultAuth?.applySecurityAuthentication(requestContext);
33
33
  }
@@ -49,7 +49,7 @@ class EntitlementsApiRequestFactory extends baseapi_1.BaseAPIRequestFactory {
49
49
  // Make Request Context
50
50
  const requestContext = _config.baseServer.makeRequestContext(localVarPath, http_1.HttpMethod.GET);
51
51
  requestContext.setHeaderParam("Accept", "application/json, */*;q=0.8");
52
- const defaultAuth = _config?.authMethods?.default;
52
+ const defaultAuth = _options?.authMethods?.default || this.configuration?.authMethods?.default;
53
53
  if (defaultAuth?.applySecurityAuthentication) {
54
54
  await defaultAuth?.applySecurityAuthentication(requestContext);
55
55
  }
@@ -77,7 +77,7 @@ class EntitlementsApiRequestFactory extends baseapi_1.BaseAPIRequestFactory {
77
77
  requestContext.setHeaderParam("Content-Type", contentType);
78
78
  const serializedBody = ObjectSerializer_1.ObjectSerializer.stringify(ObjectSerializer_1.ObjectSerializer.serialize(aPIQueryPayloadAPIEntitlement, "APIQueryPayloadAPIEntitlement", ""), contentType);
79
79
  requestContext.setBody(serializedBody);
80
- const defaultAuth = _config?.authMethods?.default;
80
+ const defaultAuth = _options?.authMethods?.default || this.configuration?.authMethods?.default;
81
81
  if (defaultAuth?.applySecurityAuthentication) {
82
82
  await defaultAuth?.applySecurityAuthentication(requestContext);
83
83
  }
@@ -27,7 +27,7 @@ class EventsApiRequestFactory extends baseapi_1.BaseAPIRequestFactory {
27
27
  // Make Request Context
28
28
  const requestContext = _config.baseServer.makeRequestContext(localVarPath, http_1.HttpMethod.DELETE);
29
29
  requestContext.setHeaderParam("Accept", "application/json, */*;q=0.8");
30
- const defaultAuth = _config?.authMethods?.default;
30
+ const defaultAuth = _options?.authMethods?.default || this.configuration?.authMethods?.default;
31
31
  if (defaultAuth?.applySecurityAuthentication) {
32
32
  await defaultAuth?.applySecurityAuthentication(requestContext);
33
33
  }
@@ -49,7 +49,7 @@ class EventsApiRequestFactory extends baseapi_1.BaseAPIRequestFactory {
49
49
  // Make Request Context
50
50
  const requestContext = _config.baseServer.makeRequestContext(localVarPath, http_1.HttpMethod.GET);
51
51
  requestContext.setHeaderParam("Accept", "application/json, */*;q=0.8");
52
- const defaultAuth = _config?.authMethods?.default;
52
+ const defaultAuth = _options?.authMethods?.default || this.configuration?.authMethods?.default;
53
53
  if (defaultAuth?.applySecurityAuthentication) {
54
54
  await defaultAuth?.applySecurityAuthentication(requestContext);
55
55
  }
@@ -77,7 +77,7 @@ class EventsApiRequestFactory extends baseapi_1.BaseAPIRequestFactory {
77
77
  requestContext.setHeaderParam("Content-Type", contentType);
78
78
  const serializedBody = ObjectSerializer_1.ObjectSerializer.stringify(ObjectSerializer_1.ObjectSerializer.serialize(aPIIngestEventPayload, "Array<APIIngestEventPayload>", ""), contentType);
79
79
  requestContext.setBody(serializedBody);
80
- const defaultAuth = _config?.authMethods?.default;
80
+ const defaultAuth = _options?.authMethods?.default || this.configuration?.authMethods?.default;
81
81
  if (defaultAuth?.applySecurityAuthentication) {
82
82
  await defaultAuth?.applySecurityAuthentication(requestContext);
83
83
  }
@@ -105,7 +105,7 @@ class EventsApiRequestFactory extends baseapi_1.BaseAPIRequestFactory {
105
105
  requestContext.setHeaderParam("Content-Type", contentType);
106
106
  const serializedBody = ObjectSerializer_1.ObjectSerializer.stringify(ObjectSerializer_1.ObjectSerializer.serialize(aPIQueryPayloadAPIEvent, "APIQueryPayloadAPIEvent", ""), contentType);
107
107
  requestContext.setBody(serializedBody);
108
- const defaultAuth = _config?.authMethods?.default;
108
+ const defaultAuth = _options?.authMethods?.default || this.configuration?.authMethods?.default;
109
109
  if (defaultAuth?.applySecurityAuthentication) {
110
110
  await defaultAuth?.applySecurityAuthentication(requestContext);
111
111
  }
@@ -27,7 +27,7 @@ class InvoicesApiRequestFactory extends baseapi_1.BaseAPIRequestFactory {
27
27
  // Make Request Context
28
28
  const requestContext = _config.baseServer.makeRequestContext(localVarPath, http_1.HttpMethod.GET);
29
29
  requestContext.setHeaderParam("Accept", "application/json, */*;q=0.8");
30
- const defaultAuth = _config?.authMethods?.default;
30
+ const defaultAuth = _options?.authMethods?.default || this.configuration?.authMethods?.default;
31
31
  if (defaultAuth?.applySecurityAuthentication) {
32
32
  await defaultAuth?.applySecurityAuthentication(requestContext);
33
33
  }
@@ -55,7 +55,7 @@ class InvoicesApiRequestFactory extends baseapi_1.BaseAPIRequestFactory {
55
55
  requestContext.setHeaderParam("Content-Type", contentType);
56
56
  const serializedBody = ObjectSerializer_1.ObjectSerializer.stringify(ObjectSerializer_1.ObjectSerializer.serialize(aPICreateInvoicePayload, "APICreateInvoicePayload", ""), contentType);
57
57
  requestContext.setBody(serializedBody);
58
- const defaultAuth = _config?.authMethods?.default;
58
+ const defaultAuth = _options?.authMethods?.default || this.configuration?.authMethods?.default;
59
59
  if (defaultAuth?.applySecurityAuthentication) {
60
60
  await defaultAuth?.applySecurityAuthentication(requestContext);
61
61
  }
@@ -77,7 +77,7 @@ class InvoicesApiRequestFactory extends baseapi_1.BaseAPIRequestFactory {
77
77
  // Make Request Context
78
78
  const requestContext = _config.baseServer.makeRequestContext(localVarPath, http_1.HttpMethod.DELETE);
79
79
  requestContext.setHeaderParam("Accept", "application/json, */*;q=0.8");
80
- const defaultAuth = _config?.authMethods?.default;
80
+ const defaultAuth = _options?.authMethods?.default || this.configuration?.authMethods?.default;
81
81
  if (defaultAuth?.applySecurityAuthentication) {
82
82
  await defaultAuth?.applySecurityAuthentication(requestContext);
83
83
  }
@@ -99,7 +99,7 @@ class InvoicesApiRequestFactory extends baseapi_1.BaseAPIRequestFactory {
99
99
  // Make Request Context
100
100
  const requestContext = _config.baseServer.makeRequestContext(localVarPath, http_1.HttpMethod.GET);
101
101
  requestContext.setHeaderParam("Accept", "application/json, */*;q=0.8");
102
- const defaultAuth = _config?.authMethods?.default;
102
+ const defaultAuth = _options?.authMethods?.default || this.configuration?.authMethods?.default;
103
103
  if (defaultAuth?.applySecurityAuthentication) {
104
104
  await defaultAuth?.applySecurityAuthentication(requestContext);
105
105
  }
@@ -127,7 +127,7 @@ class InvoicesApiRequestFactory extends baseapi_1.BaseAPIRequestFactory {
127
127
  requestContext.setHeaderParam("Content-Type", contentType);
128
128
  const serializedBody = ObjectSerializer_1.ObjectSerializer.stringify(ObjectSerializer_1.ObjectSerializer.serialize(aPIQueryPayloadAPIInvoice, "APIQueryPayloadAPIInvoice", ""), contentType);
129
129
  requestContext.setBody(serializedBody);
130
- const defaultAuth = _config?.authMethods?.default;
130
+ const defaultAuth = _options?.authMethods?.default || this.configuration?.authMethods?.default;
131
131
  if (defaultAuth?.applySecurityAuthentication) {
132
132
  await defaultAuth?.applySecurityAuthentication(requestContext);
133
133
  }
@@ -161,7 +161,7 @@ class InvoicesApiRequestFactory extends baseapi_1.BaseAPIRequestFactory {
161
161
  requestContext.setHeaderParam("Content-Type", contentType);
162
162
  const serializedBody = ObjectSerializer_1.ObjectSerializer.stringify(ObjectSerializer_1.ObjectSerializer.serialize(aPIUpdateInvoicePayload, "APIUpdateInvoicePayload", ""), contentType);
163
163
  requestContext.setBody(serializedBody);
164
- const defaultAuth = _config?.authMethods?.default;
164
+ const defaultAuth = _options?.authMethods?.default || this.configuration?.authMethods?.default;
165
165
  if (defaultAuth?.applySecurityAuthentication) {
166
166
  await defaultAuth?.applySecurityAuthentication(requestContext);
167
167
  }
@@ -33,7 +33,7 @@ class ProductsApiRequestFactory extends baseapi_1.BaseAPIRequestFactory {
33
33
  requestContext.setHeaderParam("Content-Type", contentType);
34
34
  const serializedBody = ObjectSerializer_1.ObjectSerializer.stringify(ObjectSerializer_1.ObjectSerializer.serialize(aPICreateProductPayload, "APICreateProductPayload", ""), contentType);
35
35
  requestContext.setBody(serializedBody);
36
- const defaultAuth = _config?.authMethods?.default;
36
+ const defaultAuth = _options?.authMethods?.default || this.configuration?.authMethods?.default;
37
37
  if (defaultAuth?.applySecurityAuthentication) {
38
38
  await defaultAuth?.applySecurityAuthentication(requestContext);
39
39
  }
@@ -55,7 +55,7 @@ class ProductsApiRequestFactory extends baseapi_1.BaseAPIRequestFactory {
55
55
  // Make Request Context
56
56
  const requestContext = _config.baseServer.makeRequestContext(localVarPath, http_1.HttpMethod.DELETE);
57
57
  requestContext.setHeaderParam("Accept", "application/json, */*;q=0.8");
58
- const defaultAuth = _config?.authMethods?.default;
58
+ const defaultAuth = _options?.authMethods?.default || this.configuration?.authMethods?.default;
59
59
  if (defaultAuth?.applySecurityAuthentication) {
60
60
  await defaultAuth?.applySecurityAuthentication(requestContext);
61
61
  }
@@ -77,7 +77,7 @@ class ProductsApiRequestFactory extends baseapi_1.BaseAPIRequestFactory {
77
77
  // Make Request Context
78
78
  const requestContext = _config.baseServer.makeRequestContext(localVarPath, http_1.HttpMethod.GET);
79
79
  requestContext.setHeaderParam("Accept", "application/json, */*;q=0.8");
80
- const defaultAuth = _config?.authMethods?.default;
80
+ const defaultAuth = _options?.authMethods?.default || this.configuration?.authMethods?.default;
81
81
  if (defaultAuth?.applySecurityAuthentication) {
82
82
  await defaultAuth?.applySecurityAuthentication(requestContext);
83
83
  }
@@ -105,7 +105,7 @@ class ProductsApiRequestFactory extends baseapi_1.BaseAPIRequestFactory {
105
105
  requestContext.setHeaderParam("Content-Type", contentType);
106
106
  const serializedBody = ObjectSerializer_1.ObjectSerializer.stringify(ObjectSerializer_1.ObjectSerializer.serialize(aPIQueryPayloadAPIProduct, "APIQueryPayloadAPIProduct", ""), contentType);
107
107
  requestContext.setBody(serializedBody);
108
- const defaultAuth = _config?.authMethods?.default;
108
+ const defaultAuth = _options?.authMethods?.default || this.configuration?.authMethods?.default;
109
109
  if (defaultAuth?.applySecurityAuthentication) {
110
110
  await defaultAuth?.applySecurityAuthentication(requestContext);
111
111
  }
@@ -139,7 +139,7 @@ class ProductsApiRequestFactory extends baseapi_1.BaseAPIRequestFactory {
139
139
  requestContext.setHeaderParam("Content-Type", contentType);
140
140
  const serializedBody = ObjectSerializer_1.ObjectSerializer.stringify(ObjectSerializer_1.ObjectSerializer.serialize(aPIUpdateProductPayload, "APIUpdateProductPayload", ""), contentType);
141
141
  requestContext.setBody(serializedBody);
142
- const defaultAuth = _config?.authMethods?.default;
142
+ const defaultAuth = _options?.authMethods?.default || this.configuration?.authMethods?.default;
143
143
  if (defaultAuth?.applySecurityAuthentication) {
144
144
  await defaultAuth?.applySecurityAuthentication(requestContext);
145
145
  }
@@ -2,18 +2,12 @@ import { HttpLibrary } from "./http/http";
2
2
  import { Middleware, PromiseMiddleware } from "./middleware";
3
3
  import { BaseServerConfiguration } from "./servers";
4
4
  import { AuthMethods, AuthMethodsConfiguration } from "./auth/auth";
5
- export interface Configuration<M = Middleware> {
5
+ export interface Configuration {
6
6
  readonly baseServer: BaseServerConfiguration;
7
7
  readonly httpApi: HttpLibrary;
8
- readonly middleware: M[];
8
+ readonly middleware: Middleware[];
9
9
  readonly authMethods: AuthMethods;
10
10
  }
11
- export interface MiddlewareMergeOptions {
12
- middlewareMergeStrategy?: 'replace' | 'append' | 'prepend';
13
- }
14
- export type ConfigurationOptions<M = Middleware> = Partial<Configuration<M>> & MiddlewareMergeOptions;
15
- export type StandardConfigurationOptions = ConfigurationOptions<Middleware>;
16
- export type PromiseConfigurationOptions = ConfigurationOptions<PromiseMiddleware>;
17
11
  /**
18
12
  * Interface with which a configuration object can be configured.
19
13
  */
@@ -2,10 +2,9 @@ export * from "./http/http";
2
2
  export * from "./auth/auth";
3
3
  export * from "./models/all";
4
4
  export { createConfiguration } from "./configuration";
5
- export type { Configuration, ConfigurationOptions, PromiseConfigurationOptions } from "./configuration";
5
+ export type { Configuration } from "./configuration";
6
6
  export * from "./apis/exception";
7
7
  export * from "./servers";
8
8
  export { RequiredError } from "./apis/baseapi";
9
- export type { PromiseMiddleware as Middleware, Middleware as ObservableMiddleware } from './middleware';
10
- export { Observable } from './rxjsStub';
9
+ export type { PromiseMiddleware as Middleware } from './middleware';
11
10
  export { PromiseAuthenticationApi as AuthenticationApi, PromiseCustomersApi as CustomersApi, PromiseEntitlementsApi as EntitlementsApi, PromiseEventsApi as EventsApi, PromiseInvoicesApi as InvoicesApi, PromiseProductsApi as ProductsApi } from './types/PromiseAPI';
@@ -14,7 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- exports.ProductsApi = exports.InvoicesApi = exports.EventsApi = exports.EntitlementsApi = exports.CustomersApi = exports.AuthenticationApi = exports.Observable = exports.RequiredError = exports.createConfiguration = void 0;
17
+ exports.ProductsApi = exports.InvoicesApi = exports.EventsApi = exports.EntitlementsApi = exports.CustomersApi = exports.AuthenticationApi = exports.RequiredError = exports.createConfiguration = void 0;
18
18
  __exportStar(require("./http/http"), exports);
19
19
  __exportStar(require("./auth/auth"), exports);
20
20
  __exportStar(require("./models/all"), exports);
@@ -24,8 +24,6 @@ __exportStar(require("./apis/exception"), exports);
24
24
  __exportStar(require("./servers"), exports);
25
25
  var baseapi_1 = require("./apis/baseapi");
26
26
  Object.defineProperty(exports, "RequiredError", { enumerable: true, get: function () { return baseapi_1.RequiredError; } });
27
- var rxjsStub_1 = require("./rxjsStub");
28
- Object.defineProperty(exports, "Observable", { enumerable: true, get: function () { return rxjsStub_1.Observable; } });
29
27
  var PromiseAPI_1 = require("./types/PromiseAPI");
30
28
  Object.defineProperty(exports, "AuthenticationApi", { enumerable: true, get: function () { return PromiseAPI_1.PromiseAuthenticationApi; } });
31
29
  Object.defineProperty(exports, "CustomersApi", { enumerable: true, get: function () { return PromiseAPI_1.PromiseCustomersApi; } });
@@ -1,5 +1,5 @@
1
1
  import { HttpInfo } from '../http/http';
2
- import { Configuration, ConfigurationOptions } from '../configuration';
2
+ import { Configuration } from '../configuration';
3
3
  import { Observable } from '../rxjsStub';
4
4
  import { APICreateCustomerPayload } from '../models/APICreateCustomerPayload';
5
5
  import { APICreateInvoicePayload } from '../models/APICreateInvoicePayload';
@@ -36,11 +36,11 @@ export declare class ObservableAuthenticationApi {
36
36
  /**
37
37
  * @param loginRequest
38
38
  */
39
- loginWithHttpInfo(loginRequest: LoginRequest, _options?: ConfigurationOptions): Observable<HttpInfo<Login200Response>>;
39
+ loginWithHttpInfo(loginRequest: LoginRequest, _options?: Configuration): Observable<HttpInfo<Login200Response>>;
40
40
  /**
41
41
  * @param loginRequest
42
42
  */
43
- login(loginRequest: LoginRequest, _options?: ConfigurationOptions): Observable<Login200Response>;
43
+ login(loginRequest: LoginRequest, _options?: Configuration): Observable<Login200Response>;
44
44
  }
45
45
  import { CustomersApiRequestFactory, CustomersApiResponseProcessor } from "../apis/CustomersApi";
46
46
  export declare class ObservableCustomersApi {
@@ -52,68 +52,68 @@ export declare class ObservableCustomersApi {
52
52
  * Create a new customer.
53
53
  * @param aPICreateCustomerPayload - The details of the customer to create.
54
54
  */
55
- createCustomerWithHttpInfo(aPICreateCustomerPayload: APICreateCustomerPayload, _options?: ConfigurationOptions): Observable<HttpInfo<APICustomer>>;
55
+ createCustomerWithHttpInfo(aPICreateCustomerPayload: APICreateCustomerPayload, _options?: Configuration): Observable<HttpInfo<APICustomer>>;
56
56
  /**
57
57
  * Create a new customer.
58
58
  * @param aPICreateCustomerPayload - The details of the customer to create.
59
59
  */
60
- createCustomer(aPICreateCustomerPayload: APICreateCustomerPayload, _options?: ConfigurationOptions): Observable<APICustomer>;
60
+ createCustomer(aPICreateCustomerPayload: APICreateCustomerPayload, _options?: Configuration): Observable<APICustomer>;
61
61
  /**
62
62
  * Delete a customer by ID.
63
63
  * @param id - The ID of the customer to delete.
64
64
  */
65
- deleteCustomerWithHttpInfo(id: string, _options?: ConfigurationOptions): Observable<HttpInfo<void>>;
65
+ deleteCustomerWithHttpInfo(id: string, _options?: Configuration): Observable<HttpInfo<void>>;
66
66
  /**
67
67
  * Delete a customer by ID.
68
68
  * @param id - The ID of the customer to delete.
69
69
  */
70
- deleteCustomer(id: string, _options?: ConfigurationOptions): Observable<void>;
70
+ deleteCustomer(id: string, _options?: Configuration): Observable<void>;
71
71
  /**
72
72
  * Get a single customer by ID.
73
73
  * @param id - The ID of the customer to fetch.
74
74
  */
75
- getCustomerWithHttpInfo(id: string, _options?: ConfigurationOptions): Observable<HttpInfo<APICustomer>>;
75
+ getCustomerWithHttpInfo(id: string, _options?: Configuration): Observable<HttpInfo<APICustomer>>;
76
76
  /**
77
77
  * Get a single customer by ID.
78
78
  * @param id - The ID of the customer to fetch.
79
79
  */
80
- getCustomer(id: string, _options?: ConfigurationOptions): Observable<APICustomer>;
80
+ getCustomer(id: string, _options?: Configuration): Observable<APICustomer>;
81
81
  /**
82
82
  * Query customers based on filters and pagination.
83
83
  * @param aPIQueryPayloadAPICustomer - The query filters and pagination options.
84
84
  */
85
- queryCustomersWithHttpInfo(aPIQueryPayloadAPICustomer: APIQueryPayloadAPICustomer, _options?: ConfigurationOptions): Observable<HttpInfo<QueryResultAPICustomer>>;
85
+ queryCustomersWithHttpInfo(aPIQueryPayloadAPICustomer: APIQueryPayloadAPICustomer, _options?: Configuration): Observable<HttpInfo<QueryResultAPICustomer>>;
86
86
  /**
87
87
  * Query customers based on filters and pagination.
88
88
  * @param aPIQueryPayloadAPICustomer - The query filters and pagination options.
89
89
  */
90
- queryCustomers(aPIQueryPayloadAPICustomer: APIQueryPayloadAPICustomer, _options?: ConfigurationOptions): Observable<QueryResultAPICustomer>;
90
+ queryCustomers(aPIQueryPayloadAPICustomer: APIQueryPayloadAPICustomer, _options?: Configuration): Observable<QueryResultAPICustomer>;
91
91
  /**
92
92
  * Revise a customer\'s product.
93
93
  * @param body - The details of the revision to apply.
94
94
  * @param id - The ID of the customer to revise.
95
95
  * @param productId - The ID of the product to revise.
96
96
  */
97
- updateACustomersProductWithHttpInfo(body: ReviseEntitlementPayload, id: string, productId: string, _options?: ConfigurationOptions): Observable<HttpInfo<APIEntitlement>>;
97
+ updateACustomersProductWithHttpInfo(body: ReviseEntitlementPayload, id: string, productId: string, _options?: Configuration): Observable<HttpInfo<APIEntitlement>>;
98
98
  /**
99
99
  * Revise a customer\'s product.
100
100
  * @param body - The details of the revision to apply.
101
101
  * @param id - The ID of the customer to revise.
102
102
  * @param productId - The ID of the product to revise.
103
103
  */
104
- updateACustomersProduct(body: ReviseEntitlementPayload, id: string, productId: string, _options?: ConfigurationOptions): Observable<APIEntitlement>;
104
+ updateACustomersProduct(body: ReviseEntitlementPayload, id: string, productId: string, _options?: Configuration): Observable<APIEntitlement>;
105
105
  /**
106
106
  * Update an existing customer.
107
107
  * @param aPIUpdateCustomerPayload - The updated details of the customer.
108
108
  * @param id - The ID of the customer to update.
109
109
  */
110
- updateCustomerWithHttpInfo(aPIUpdateCustomerPayload: APIUpdateCustomerPayload, id: string, _options?: ConfigurationOptions): Observable<HttpInfo<APICustomer>>;
110
+ updateCustomerWithHttpInfo(aPIUpdateCustomerPayload: APIUpdateCustomerPayload, id: string, _options?: Configuration): Observable<HttpInfo<APICustomer>>;
111
111
  /**
112
112
  * Update an existing customer.
113
113
  * @param aPIUpdateCustomerPayload - The updated details of the customer.
114
114
  * @param id - The ID of the customer to update.
115
115
  */
116
- updateCustomer(aPIUpdateCustomerPayload: APIUpdateCustomerPayload, id: string, _options?: ConfigurationOptions): Observable<APICustomer>;
116
+ updateCustomer(aPIUpdateCustomerPayload: APIUpdateCustomerPayload, id: string, _options?: Configuration): Observable<APICustomer>;
117
117
  }
118
118
  import { EntitlementsApiRequestFactory, EntitlementsApiResponseProcessor } from "../apis/EntitlementsApi";
119
119
  export declare class ObservableEntitlementsApi {
@@ -125,32 +125,32 @@ export declare class ObservableEntitlementsApi {
125
125
  * Delete an entitlement by ID.
126
126
  * @param id - The ID of the entitlement to delete.
127
127
  */
128
- deleteEntitlementWithHttpInfo(id: string, _options?: ConfigurationOptions): Observable<HttpInfo<void>>;
128
+ deleteEntitlementWithHttpInfo(id: string, _options?: Configuration): Observable<HttpInfo<void>>;
129
129
  /**
130
130
  * Delete an entitlement by ID.
131
131
  * @param id - The ID of the entitlement to delete.
132
132
  */
133
- deleteEntitlement(id: string, _options?: ConfigurationOptions): Observable<void>;
133
+ deleteEntitlement(id: string, _options?: Configuration): Observable<void>;
134
134
  /**
135
135
  * Get a single entitlement by ID.
136
136
  * @param id - The ID of the entitlement to fetch.
137
137
  */
138
- getEntitlementWithHttpInfo(id: string, _options?: ConfigurationOptions): Observable<HttpInfo<APIEntitlement>>;
138
+ getEntitlementWithHttpInfo(id: string, _options?: Configuration): Observable<HttpInfo<APIEntitlement>>;
139
139
  /**
140
140
  * Get a single entitlement by ID.
141
141
  * @param id - The ID of the entitlement to fetch.
142
142
  */
143
- getEntitlement(id: string, _options?: ConfigurationOptions): Observable<APIEntitlement>;
143
+ getEntitlement(id: string, _options?: Configuration): Observable<APIEntitlement>;
144
144
  /**
145
145
  * Query entitlements based on filters and pagination.
146
146
  * @param aPIQueryPayloadAPIEntitlement - The query filters and pagination options.
147
147
  */
148
- queryEntitlementsWithHttpInfo(aPIQueryPayloadAPIEntitlement: APIQueryPayloadAPIEntitlement, _options?: ConfigurationOptions): Observable<HttpInfo<QueryResultAPIEntitlement>>;
148
+ queryEntitlementsWithHttpInfo(aPIQueryPayloadAPIEntitlement: APIQueryPayloadAPIEntitlement, _options?: Configuration): Observable<HttpInfo<QueryResultAPIEntitlement>>;
149
149
  /**
150
150
  * Query entitlements based on filters and pagination.
151
151
  * @param aPIQueryPayloadAPIEntitlement - The query filters and pagination options.
152
152
  */
153
- queryEntitlements(aPIQueryPayloadAPIEntitlement: APIQueryPayloadAPIEntitlement, _options?: ConfigurationOptions): Observable<QueryResultAPIEntitlement>;
153
+ queryEntitlements(aPIQueryPayloadAPIEntitlement: APIQueryPayloadAPIEntitlement, _options?: Configuration): Observable<QueryResultAPIEntitlement>;
154
154
  }
155
155
  import { EventsApiRequestFactory, EventsApiResponseProcessor } from "../apis/EventsApi";
156
156
  export declare class ObservableEventsApi {
@@ -162,42 +162,42 @@ export declare class ObservableEventsApi {
162
162
  * Delete an event by ID.
163
163
  * @param id - The ID of the event to delete.
164
164
  */
165
- deleteEventWithHttpInfo(id: string, _options?: ConfigurationOptions): Observable<HttpInfo<void>>;
165
+ deleteEventWithHttpInfo(id: string, _options?: Configuration): Observable<HttpInfo<void>>;
166
166
  /**
167
167
  * Delete an event by ID.
168
168
  * @param id - The ID of the event to delete.
169
169
  */
170
- deleteEvent(id: string, _options?: ConfigurationOptions): Observable<void>;
170
+ deleteEvent(id: string, _options?: Configuration): Observable<void>;
171
171
  /**
172
172
  * Get a single event by ID.
173
173
  * @param id - The ID of the event to fetch.
174
174
  */
175
- getEventWithHttpInfo(id: string, _options?: ConfigurationOptions): Observable<HttpInfo<APIEvent>>;
175
+ getEventWithHttpInfo(id: string, _options?: Configuration): Observable<HttpInfo<APIEvent>>;
176
176
  /**
177
177
  * Get a single event by ID.
178
178
  * @param id - The ID of the event to fetch.
179
179
  */
180
- getEvent(id: string, _options?: ConfigurationOptions): Observable<APIEvent>;
180
+ getEvent(id: string, _options?: Configuration): Observable<APIEvent>;
181
181
  /**
182
182
  * Ingest events to the system
183
183
  * @param aPIIngestEventPayload - The events to ingest
184
184
  */
185
- ingestEventToTheSystemWithHttpInfo(aPIIngestEventPayload: Array<APIIngestEventPayload>, _options?: ConfigurationOptions): Observable<HttpInfo<IngestEventToTheSystem201Response>>;
185
+ ingestEventToTheSystemWithHttpInfo(aPIIngestEventPayload: Array<APIIngestEventPayload>, _options?: Configuration): Observable<HttpInfo<IngestEventToTheSystem201Response>>;
186
186
  /**
187
187
  * Ingest events to the system
188
188
  * @param aPIIngestEventPayload - The events to ingest
189
189
  */
190
- ingestEventToTheSystem(aPIIngestEventPayload: Array<APIIngestEventPayload>, _options?: ConfigurationOptions): Observable<IngestEventToTheSystem201Response>;
190
+ ingestEventToTheSystem(aPIIngestEventPayload: Array<APIIngestEventPayload>, _options?: Configuration): Observable<IngestEventToTheSystem201Response>;
191
191
  /**
192
192
  * Query events based on filters and pagination.
193
193
  * @param aPIQueryPayloadAPIEvent - The query filters and pagination options.
194
194
  */
195
- queryEventsWithHttpInfo(aPIQueryPayloadAPIEvent: APIQueryPayloadAPIEvent, _options?: ConfigurationOptions): Observable<HttpInfo<QueryResultAPIEvent>>;
195
+ queryEventsWithHttpInfo(aPIQueryPayloadAPIEvent: APIQueryPayloadAPIEvent, _options?: Configuration): Observable<HttpInfo<QueryResultAPIEvent>>;
196
196
  /**
197
197
  * Query events based on filters and pagination.
198
198
  * @param aPIQueryPayloadAPIEvent - The query filters and pagination options.
199
199
  */
200
- queryEvents(aPIQueryPayloadAPIEvent: APIQueryPayloadAPIEvent, _options?: ConfigurationOptions): Observable<QueryResultAPIEvent>;
200
+ queryEvents(aPIQueryPayloadAPIEvent: APIQueryPayloadAPIEvent, _options?: Configuration): Observable<QueryResultAPIEvent>;
201
201
  }
202
202
  import { InvoicesApiRequestFactory, InvoicesApiResponseProcessor } from "../apis/InvoicesApi";
203
203
  export declare class ObservableInvoicesApi {
@@ -209,64 +209,64 @@ export declare class ObservableInvoicesApi {
209
209
  * Calculate the total of an invoice.
210
210
  * @param id - The ID of the invoice to calculate.
211
211
  */
212
- calculateInvoiceWithHttpInfo(id: string, _options?: ConfigurationOptions): Observable<HttpInfo<APIInvoice>>;
212
+ calculateInvoiceWithHttpInfo(id: string, _options?: Configuration): Observable<HttpInfo<APIInvoice>>;
213
213
  /**
214
214
  * Calculate the total of an invoice.
215
215
  * @param id - The ID of the invoice to calculate.
216
216
  */
217
- calculateInvoice(id: string, _options?: ConfigurationOptions): Observable<APIInvoice>;
217
+ calculateInvoice(id: string, _options?: Configuration): Observable<APIInvoice>;
218
218
  /**
219
219
  * Create a new invoice.
220
220
  * @param aPICreateInvoicePayload - The details of the invoice to create.
221
221
  */
222
- createInvoiceWithHttpInfo(aPICreateInvoicePayload: APICreateInvoicePayload, _options?: ConfigurationOptions): Observable<HttpInfo<APIInvoice>>;
222
+ createInvoiceWithHttpInfo(aPICreateInvoicePayload: APICreateInvoicePayload, _options?: Configuration): Observable<HttpInfo<APIInvoice>>;
223
223
  /**
224
224
  * Create a new invoice.
225
225
  * @param aPICreateInvoicePayload - The details of the invoice to create.
226
226
  */
227
- createInvoice(aPICreateInvoicePayload: APICreateInvoicePayload, _options?: ConfigurationOptions): Observable<APIInvoice>;
227
+ createInvoice(aPICreateInvoicePayload: APICreateInvoicePayload, _options?: Configuration): Observable<APIInvoice>;
228
228
  /**
229
229
  * Delete an invoice by ID.
230
230
  * @param id - The ID of the invoice to delete.
231
231
  */
232
- deleteInvoiceWithHttpInfo(id: string, _options?: ConfigurationOptions): Observable<HttpInfo<void>>;
232
+ deleteInvoiceWithHttpInfo(id: string, _options?: Configuration): Observable<HttpInfo<void>>;
233
233
  /**
234
234
  * Delete an invoice by ID.
235
235
  * @param id - The ID of the invoice to delete.
236
236
  */
237
- deleteInvoice(id: string, _options?: ConfigurationOptions): Observable<void>;
237
+ deleteInvoice(id: string, _options?: Configuration): Observable<void>;
238
238
  /**
239
239
  * Get a single invoice by ID.
240
240
  * @param id - The ID of the invoice to fetch.
241
241
  */
242
- getInvoiceWithHttpInfo(id: string, _options?: ConfigurationOptions): Observable<HttpInfo<APIInvoice>>;
242
+ getInvoiceWithHttpInfo(id: string, _options?: Configuration): Observable<HttpInfo<APIInvoice>>;
243
243
  /**
244
244
  * Get a single invoice by ID.
245
245
  * @param id - The ID of the invoice to fetch.
246
246
  */
247
- getInvoice(id: string, _options?: ConfigurationOptions): Observable<APIInvoice>;
247
+ getInvoice(id: string, _options?: Configuration): Observable<APIInvoice>;
248
248
  /**
249
249
  * Query invoices based on filters and pagination.
250
250
  * @param aPIQueryPayloadAPIInvoice - The query filters and pagination options.
251
251
  */
252
- queryInvoicesWithHttpInfo(aPIQueryPayloadAPIInvoice: APIQueryPayloadAPIInvoice, _options?: ConfigurationOptions): Observable<HttpInfo<QueryResultAPIInvoice>>;
252
+ queryInvoicesWithHttpInfo(aPIQueryPayloadAPIInvoice: APIQueryPayloadAPIInvoice, _options?: Configuration): Observable<HttpInfo<QueryResultAPIInvoice>>;
253
253
  /**
254
254
  * Query invoices based on filters and pagination.
255
255
  * @param aPIQueryPayloadAPIInvoice - The query filters and pagination options.
256
256
  */
257
- queryInvoices(aPIQueryPayloadAPIInvoice: APIQueryPayloadAPIInvoice, _options?: ConfigurationOptions): Observable<QueryResultAPIInvoice>;
257
+ queryInvoices(aPIQueryPayloadAPIInvoice: APIQueryPayloadAPIInvoice, _options?: Configuration): Observable<QueryResultAPIInvoice>;
258
258
  /**
259
259
  * Update an existing invoice.
260
260
  * @param aPIUpdateInvoicePayload - The updated details of the invoice.
261
261
  * @param id - The ID of the invoice to update.
262
262
  */
263
- updateInvoiceWithHttpInfo(aPIUpdateInvoicePayload: APIUpdateInvoicePayload, id: string, _options?: ConfigurationOptions): Observable<HttpInfo<APIInvoice>>;
263
+ updateInvoiceWithHttpInfo(aPIUpdateInvoicePayload: APIUpdateInvoicePayload, id: string, _options?: Configuration): Observable<HttpInfo<APIInvoice>>;
264
264
  /**
265
265
  * Update an existing invoice.
266
266
  * @param aPIUpdateInvoicePayload - The updated details of the invoice.
267
267
  * @param id - The ID of the invoice to update.
268
268
  */
269
- updateInvoice(aPIUpdateInvoicePayload: APIUpdateInvoicePayload, id: string, _options?: ConfigurationOptions): Observable<APIInvoice>;
269
+ updateInvoice(aPIUpdateInvoicePayload: APIUpdateInvoicePayload, id: string, _options?: Configuration): Observable<APIInvoice>;
270
270
  }
271
271
  import { ProductsApiRequestFactory, ProductsApiResponseProcessor } from "../apis/ProductsApi";
272
272
  export declare class ObservableProductsApi {
@@ -278,52 +278,52 @@ export declare class ObservableProductsApi {
278
278
  * Create a new product.
279
279
  * @param aPICreateProductPayload - The details of the product to create.
280
280
  */
281
- createProductWithHttpInfo(aPICreateProductPayload: APICreateProductPayload, _options?: ConfigurationOptions): Observable<HttpInfo<APIProduct>>;
281
+ createProductWithHttpInfo(aPICreateProductPayload: APICreateProductPayload, _options?: Configuration): Observable<HttpInfo<APIProduct>>;
282
282
  /**
283
283
  * Create a new product.
284
284
  * @param aPICreateProductPayload - The details of the product to create.
285
285
  */
286
- createProduct(aPICreateProductPayload: APICreateProductPayload, _options?: ConfigurationOptions): Observable<APIProduct>;
286
+ createProduct(aPICreateProductPayload: APICreateProductPayload, _options?: Configuration): Observable<APIProduct>;
287
287
  /**
288
288
  * Delete a product by ID.
289
289
  * @param id - The ID of the product to delete.
290
290
  */
291
- deleteProductWithHttpInfo(id: string, _options?: ConfigurationOptions): Observable<HttpInfo<void>>;
291
+ deleteProductWithHttpInfo(id: string, _options?: Configuration): Observable<HttpInfo<void>>;
292
292
  /**
293
293
  * Delete a product by ID.
294
294
  * @param id - The ID of the product to delete.
295
295
  */
296
- deleteProduct(id: string, _options?: ConfigurationOptions): Observable<void>;
296
+ deleteProduct(id: string, _options?: Configuration): Observable<void>;
297
297
  /**
298
298
  * Get a single product by ID.
299
299
  * @param id - The ID of the product to fetch.
300
300
  */
301
- getProductWithHttpInfo(id: string, _options?: ConfigurationOptions): Observable<HttpInfo<APIProduct>>;
301
+ getProductWithHttpInfo(id: string, _options?: Configuration): Observable<HttpInfo<APIProduct>>;
302
302
  /**
303
303
  * Get a single product by ID.
304
304
  * @param id - The ID of the product to fetch.
305
305
  */
306
- getProduct(id: string, _options?: ConfigurationOptions): Observable<APIProduct>;
306
+ getProduct(id: string, _options?: Configuration): Observable<APIProduct>;
307
307
  /**
308
308
  * Query products based on filters and pagination.
309
309
  * @param aPIQueryPayloadAPIProduct - The query filters and pagination details.
310
310
  */
311
- queryProductsWithHttpInfo(aPIQueryPayloadAPIProduct: APIQueryPayloadAPIProduct, _options?: ConfigurationOptions): Observable<HttpInfo<QueryResultAPIProduct>>;
311
+ queryProductsWithHttpInfo(aPIQueryPayloadAPIProduct: APIQueryPayloadAPIProduct, _options?: Configuration): Observable<HttpInfo<QueryResultAPIProduct>>;
312
312
  /**
313
313
  * Query products based on filters and pagination.
314
314
  * @param aPIQueryPayloadAPIProduct - The query filters and pagination details.
315
315
  */
316
- queryProducts(aPIQueryPayloadAPIProduct: APIQueryPayloadAPIProduct, _options?: ConfigurationOptions): Observable<QueryResultAPIProduct>;
316
+ queryProducts(aPIQueryPayloadAPIProduct: APIQueryPayloadAPIProduct, _options?: Configuration): Observable<QueryResultAPIProduct>;
317
317
  /**
318
318
  * Update an existing product.
319
319
  * @param aPIUpdateProductPayload - The updated details of the product.
320
320
  * @param id - The ID of the product to update.
321
321
  */
322
- updateProductWithHttpInfo(aPIUpdateProductPayload: APIUpdateProductPayload, id: string, _options?: ConfigurationOptions): Observable<HttpInfo<APIProduct>>;
322
+ updateProductWithHttpInfo(aPIUpdateProductPayload: APIUpdateProductPayload, id: string, _options?: Configuration): Observable<HttpInfo<APIProduct>>;
323
323
  /**
324
324
  * Update an existing product.
325
325
  * @param aPIUpdateProductPayload - The updated details of the product.
326
326
  * @param id - The ID of the product to update.
327
327
  */
328
- updateProduct(aPIUpdateProductPayload: APIUpdateProductPayload, id: string, _options?: ConfigurationOptions): Observable<APIProduct>;
328
+ updateProduct(aPIUpdateProductPayload: APIUpdateProductPayload, id: string, _options?: Configuration): Observable<APIProduct>;
329
329
  }