@caraer/client 2.0.397 → 2.0.398

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
@@ -2228,8 +2228,8 @@ export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof t
2228
2228
 
2229
2229
  export interface ExistingWidgetSummary {
2230
2230
  'ymetric'?: string;
2231
- 'xproperty'?: string;
2232
2231
  'yproperty'?: string;
2232
+ 'xproperty'?: string;
2233
2233
  'title'?: string;
2234
2234
  'chartType'?: string;
2235
2235
  'xProperty'?: string;
@@ -4488,8 +4488,8 @@ export interface SettingField {
4488
4488
  'hidden'?: boolean;
4489
4489
  'disabled'?: boolean;
4490
4490
  'options'?: Array<SettingOption>;
4491
- 'defaultValue'?: any;
4492
4491
  'value'?: any;
4492
+ 'defaultValue'?: any;
4493
4493
  }
4494
4494
 
4495
4495
  export const SettingFieldTypeEnum = {
package/dist/api.d.ts CHANGED
@@ -2207,8 +2207,8 @@ export declare const EventRsvpRequestScopeEnum: {
2207
2207
  export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
2208
2208
  export interface ExistingWidgetSummary {
2209
2209
  'ymetric'?: string;
2210
- 'xproperty'?: string;
2211
2210
  'yproperty'?: string;
2211
+ 'xproperty'?: string;
2212
2212
  'title'?: string;
2213
2213
  'chartType'?: string;
2214
2214
  'xProperty'?: string;
@@ -4511,8 +4511,8 @@ export interface SettingField {
4511
4511
  'hidden'?: boolean;
4512
4512
  'disabled'?: boolean;
4513
4513
  'options'?: Array<SettingOption>;
4514
- 'defaultValue'?: any;
4515
4514
  'value'?: any;
4515
+ 'defaultValue'?: any;
4516
4516
  }
4517
4517
  export declare const SettingFieldTypeEnum: {
4518
4518
  readonly String: "STRING";
package/dist/esm/api.d.ts CHANGED
@@ -2207,8 +2207,8 @@ export declare const EventRsvpRequestScopeEnum: {
2207
2207
  export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
2208
2208
  export interface ExistingWidgetSummary {
2209
2209
  'ymetric'?: string;
2210
- 'xproperty'?: string;
2211
2210
  'yproperty'?: string;
2211
+ 'xproperty'?: string;
2212
2212
  'title'?: string;
2213
2213
  'chartType'?: string;
2214
2214
  'xProperty'?: string;
@@ -4511,8 +4511,8 @@ export interface SettingField {
4511
4511
  'hidden'?: boolean;
4512
4512
  'disabled'?: boolean;
4513
4513
  'options'?: Array<SettingOption>;
4514
- 'defaultValue'?: any;
4515
4514
  'value'?: any;
4515
+ 'defaultValue'?: any;
4516
4516
  }
4517
4517
  export declare const SettingFieldTypeEnum: {
4518
4518
  readonly String: "STRING";
@@ -6,8 +6,8 @@
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **ymetric** | **string** | | [optional] [default to undefined]
9
- **xproperty** | **string** | | [optional] [default to undefined]
10
9
  **yproperty** | **string** | | [optional] [default to undefined]
10
+ **xproperty** | **string** | | [optional] [default to undefined]
11
11
  **title** | **string** | | [optional] [default to undefined]
12
12
  **chartType** | **string** | | [optional] [default to undefined]
13
13
  **xProperty** | **string** | | [optional] [default to undefined]
@@ -21,8 +21,8 @@ import { ExistingWidgetSummary } from '@caraer/client';
21
21
 
22
22
  const instance: ExistingWidgetSummary = {
23
23
  ymetric,
24
- xproperty,
25
24
  yproperty,
25
+ xproperty,
26
26
  title,
27
27
  chartType,
28
28
  xProperty,
@@ -14,8 +14,8 @@ Name | Type | Description | Notes
14
14
  **hidden** | **boolean** | | [optional] [default to undefined]
15
15
  **disabled** | **boolean** | | [optional] [default to undefined]
16
16
  **_options** | [**Array&lt;SettingOption&gt;**](SettingOption.md) | | [optional] [default to undefined]
17
- **defaultValue** | **any** | | [optional] [default to undefined]
18
17
  **value** | **any** | | [optional] [default to undefined]
18
+ **defaultValue** | **any** | | [optional] [default to undefined]
19
19
 
20
20
  ## Example
21
21
 
@@ -32,8 +32,8 @@ const instance: SettingField = {
32
32
  hidden,
33
33
  disabled,
34
34
  _options,
35
- defaultValue,
36
35
  value,
36
+ defaultValue,
37
37
  };
38
38
  ```
39
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caraer/client",
3
- "version": "2.0.397",
3
+ "version": "2.0.398",
4
4
  "description": "Generated TypeScript client for the Caraer API",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {