@emilgroup/billing-sdk-node 1.26.2-beta.2 → 1.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -17,11 +17,11 @@ Although this package can be used in both TypeScript and JavaScript, it is inten
17
17
  Navigate to the folder of your consuming project and run one of the following commands:
18
18
 
19
19
  ```
20
- npm install @emilgroup/billing-sdk-node@1.26.2-beta.2 --save
20
+ npm install @emilgroup/billing-sdk-node@1.27.0 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/billing-sdk-node@1.26.2-beta.2
24
+ yarn add @emilgroup/billing-sdk-node@1.27.0
25
25
  ```
26
26
 
27
27
  And then you can import `InvoicesApi`.
@@ -51,10 +51,4 @@ export interface ListRequestDto {
51
51
  * @memberof ListRequestDto
52
52
  */
53
53
  'expand'?: string;
54
- /**
55
- * Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
56
- * @type {string}
57
- * @memberof ListRequestDto
58
- */
59
- 'filters'?: string;
60
54
  }
@@ -56,11 +56,5 @@ export interface ListRequestDto {
56
56
  * @memberof ListRequestDto
57
57
  */
58
58
  'expand'?: string;
59
- /**
60
- * Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
61
- * @type {string}
62
- * @memberof ListRequestDto
63
- */
64
- 'filters'?: string;
65
59
  }
66
60
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/billing-sdk-node",
3
- "version": "1.26.2-beta.2",
3
+ "version": "1.27.0",
4
4
  "description": "OpenAPI client for @emilgroup/billing-sdk-node",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [