@caraer/client 2.0.348 → 2.0.349

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/api.ts CHANGED
@@ -1502,10 +1502,10 @@ export interface FeedDTO {
1502
1502
  'active'?: boolean;
1503
1503
  }
1504
1504
  export interface FilledProperty {
1505
- 'icon'?: string;
1506
1505
  'name'?: string;
1507
1506
  'value'?: any;
1508
1507
  'type'?: string;
1508
+ 'icon'?: string;
1509
1509
  'label'?: string;
1510
1510
  }
1511
1511
  /**
package/dist/api.d.ts CHANGED
@@ -1483,10 +1483,10 @@ export interface FeedDTO {
1483
1483
  'active'?: boolean;
1484
1484
  }
1485
1485
  export interface FilledProperty {
1486
- 'icon'?: string;
1487
1486
  'name'?: string;
1488
1487
  'value'?: any;
1489
1488
  'type'?: string;
1489
+ 'icon'?: string;
1490
1490
  'label'?: string;
1491
1491
  }
1492
1492
  /**
package/dist/esm/api.d.ts CHANGED
@@ -1483,10 +1483,10 @@ export interface FeedDTO {
1483
1483
  'active'?: boolean;
1484
1484
  }
1485
1485
  export interface FilledProperty {
1486
- 'icon'?: string;
1487
1486
  'name'?: string;
1488
1487
  'value'?: any;
1489
1488
  'type'?: string;
1489
+ 'icon'?: string;
1490
1490
  'label'?: string;
1491
1491
  }
1492
1492
  /**
@@ -5,10 +5,10 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **icon** | **string** | | [optional] [default to undefined]
9
8
  **name** | **string** | | [optional] [default to undefined]
10
9
  **value** | **any** | | [optional] [default to undefined]
11
10
  **type** | **string** | | [optional] [default to undefined]
11
+ **icon** | **string** | | [optional] [default to undefined]
12
12
  **label** | **string** | | [optional] [default to undefined]
13
13
 
14
14
  ## Example
@@ -17,10 +17,10 @@ Name | Type | Description | Notes
17
17
  import { FilledProperty } from '@caraer/client';
18
18
 
19
19
  const instance: FilledProperty = {
20
- icon,
21
20
  name,
22
21
  value,
23
22
  type,
23
+ icon,
24
24
  label,
25
25
  };
26
26
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caraer/client",
3
- "version": "2.0.348",
3
+ "version": "2.0.349",
4
4
  "description": "Generated TypeScript client for the Caraer API",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {