@caraer/client 2.0.352 → 2.0.354

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
@@ -3546,8 +3546,8 @@ export interface SettingField {
3546
3546
  'hidden'?: boolean;
3547
3547
  'disabled'?: boolean;
3548
3548
  'options'?: Array<SettingOption>;
3549
- 'value'?: any;
3550
3549
  'defaultValue'?: any;
3550
+ 'value'?: any;
3551
3551
  }
3552
3552
 
3553
3553
  export const SettingFieldTypeEnum = {
@@ -4030,9 +4030,9 @@ export interface StyleSetDTO {
4030
4030
  'hyperlinkLetterSpacing'?: any;
4031
4031
  'hyperlinkColorLight'?: string;
4032
4032
  'hyperlinkColorDark'?: string;
4033
- 'zindex'?: number;
4034
4033
  'xlargeFontSize'?: any;
4035
4034
  'xsmallFontSize'?: any;
4035
+ 'zindex'?: number;
4036
4036
  }
4037
4037
  /**
4038
4038
  * Data Transfer Object for subscribing to a webhook. This DTO represents the details required to configure a webhook subscription.
package/dist/api.d.ts CHANGED
@@ -3557,8 +3557,8 @@ export interface SettingField {
3557
3557
  'hidden'?: boolean;
3558
3558
  'disabled'?: boolean;
3559
3559
  'options'?: Array<SettingOption>;
3560
- 'value'?: any;
3561
3560
  'defaultValue'?: any;
3561
+ 'value'?: any;
3562
3562
  }
3563
3563
  export declare const SettingFieldTypeEnum: {
3564
3564
  readonly String: "STRING";
@@ -4035,9 +4035,9 @@ export interface StyleSetDTO {
4035
4035
  'hyperlinkLetterSpacing'?: any;
4036
4036
  'hyperlinkColorLight'?: string;
4037
4037
  'hyperlinkColorDark'?: string;
4038
- 'zindex'?: number;
4039
4038
  'xlargeFontSize'?: any;
4040
4039
  'xsmallFontSize'?: any;
4040
+ 'zindex'?: number;
4041
4041
  }
4042
4042
  /**
4043
4043
  * Data Transfer Object for subscribing to a webhook. This DTO represents the details required to configure a webhook subscription.
package/dist/esm/api.d.ts CHANGED
@@ -3557,8 +3557,8 @@ export interface SettingField {
3557
3557
  'hidden'?: boolean;
3558
3558
  'disabled'?: boolean;
3559
3559
  'options'?: Array<SettingOption>;
3560
- 'value'?: any;
3561
3560
  'defaultValue'?: any;
3561
+ 'value'?: any;
3562
3562
  }
3563
3563
  export declare const SettingFieldTypeEnum: {
3564
3564
  readonly String: "STRING";
@@ -4035,9 +4035,9 @@ export interface StyleSetDTO {
4035
4035
  'hyperlinkLetterSpacing'?: any;
4036
4036
  'hyperlinkColorLight'?: string;
4037
4037
  'hyperlinkColorDark'?: string;
4038
- 'zindex'?: number;
4039
4038
  'xlargeFontSize'?: any;
4040
4039
  'xsmallFontSize'?: any;
4040
+ 'zindex'?: number;
4041
4041
  }
4042
4042
  /**
4043
4043
  * Data Transfer Object for subscribing to a webhook. This DTO represents the details required to configure a webhook subscription.
@@ -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
- **value** | **any** | | [optional] [default to undefined]
18
17
  **defaultValue** | **any** | | [optional] [default to undefined]
18
+ **value** | **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
- value,
36
35
  defaultValue,
36
+ value,
37
37
  };
38
38
  ```
39
39
 
@@ -244,9 +244,9 @@ Name | Type | Description | Notes
244
244
  **hyperlinkLetterSpacing** | **any** | | [optional] [default to undefined]
245
245
  **hyperlinkColorLight** | **string** | | [optional] [default to undefined]
246
246
  **hyperlinkColorDark** | **string** | | [optional] [default to undefined]
247
- **zindex** | **number** | | [optional] [default to undefined]
248
247
  **xlargeFontSize** | **any** | | [optional] [default to undefined]
249
248
  **xsmallFontSize** | **any** | | [optional] [default to undefined]
249
+ **zindex** | **number** | | [optional] [default to undefined]
250
250
 
251
251
  ## Example
252
252
 
@@ -493,9 +493,9 @@ const instance: StyleSetDTO = {
493
493
  hyperlinkLetterSpacing,
494
494
  hyperlinkColorLight,
495
495
  hyperlinkColorDark,
496
- zindex,
497
496
  xlargeFontSize,
498
497
  xsmallFontSize,
498
+ zindex,
499
499
  };
500
500
  ```
501
501
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caraer/client",
3
- "version": "2.0.352",
3
+ "version": "2.0.354",
4
4
  "description": "Generated TypeScript client for the Caraer API",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {