@caraer/client 2.0.447 → 2.0.449
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 +2 -2
- package/dist/api.d.ts +2 -2
- package/dist/esm/api.d.ts +2 -2
- package/docs/ExistingWidgetSummary.md +2 -2
- package/docs/SettingField.md +2 -2
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -2203,8 +2203,8 @@ export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof t
|
|
|
2203
2203
|
|
|
2204
2204
|
export interface ExistingWidgetSummary {
|
|
2205
2205
|
'ymetric'?: string;
|
|
2206
|
-
'yproperty'?: string;
|
|
2207
2206
|
'xproperty'?: string;
|
|
2207
|
+
'yproperty'?: string;
|
|
2208
2208
|
'title'?: string;
|
|
2209
2209
|
'chartType'?: string;
|
|
2210
2210
|
'xProperty'?: string;
|
|
@@ -5157,8 +5157,8 @@ export interface SettingField {
|
|
|
5157
5157
|
'hidden'?: boolean;
|
|
5158
5158
|
'disabled'?: boolean;
|
|
5159
5159
|
'options'?: Array<SettingOption>;
|
|
5160
|
-
'defaultValue'?: any;
|
|
5161
5160
|
'value'?: any;
|
|
5161
|
+
'defaultValue'?: any;
|
|
5162
5162
|
}
|
|
5163
5163
|
|
|
5164
5164
|
export const SettingFieldTypeEnum = {
|
package/dist/api.d.ts
CHANGED
|
@@ -2181,8 +2181,8 @@ export declare const EventRsvpRequestScopeEnum: {
|
|
|
2181
2181
|
export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
|
|
2182
2182
|
export interface ExistingWidgetSummary {
|
|
2183
2183
|
'ymetric'?: string;
|
|
2184
|
-
'yproperty'?: string;
|
|
2185
2184
|
'xproperty'?: string;
|
|
2185
|
+
'yproperty'?: string;
|
|
2186
2186
|
'title'?: string;
|
|
2187
2187
|
'chartType'?: string;
|
|
2188
2188
|
'xProperty'?: string;
|
|
@@ -5187,8 +5187,8 @@ export interface SettingField {
|
|
|
5187
5187
|
'hidden'?: boolean;
|
|
5188
5188
|
'disabled'?: boolean;
|
|
5189
5189
|
'options'?: Array<SettingOption>;
|
|
5190
|
-
'defaultValue'?: any;
|
|
5191
5190
|
'value'?: any;
|
|
5191
|
+
'defaultValue'?: any;
|
|
5192
5192
|
}
|
|
5193
5193
|
export declare const SettingFieldTypeEnum: {
|
|
5194
5194
|
readonly String: "STRING";
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -2181,8 +2181,8 @@ export declare const EventRsvpRequestScopeEnum: {
|
|
|
2181
2181
|
export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
|
|
2182
2182
|
export interface ExistingWidgetSummary {
|
|
2183
2183
|
'ymetric'?: string;
|
|
2184
|
-
'yproperty'?: string;
|
|
2185
2184
|
'xproperty'?: string;
|
|
2185
|
+
'yproperty'?: string;
|
|
2186
2186
|
'title'?: string;
|
|
2187
2187
|
'chartType'?: string;
|
|
2188
2188
|
'xProperty'?: string;
|
|
@@ -5187,8 +5187,8 @@ export interface SettingField {
|
|
|
5187
5187
|
'hidden'?: boolean;
|
|
5188
5188
|
'disabled'?: boolean;
|
|
5189
5189
|
'options'?: Array<SettingOption>;
|
|
5190
|
-
'defaultValue'?: any;
|
|
5191
5190
|
'value'?: any;
|
|
5191
|
+
'defaultValue'?: any;
|
|
5192
5192
|
}
|
|
5193
5193
|
export declare const SettingFieldTypeEnum: {
|
|
5194
5194
|
readonly String: "STRING";
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
8
|
**ymetric** | **string** | | [optional] [default to undefined]
|
|
9
|
-
**yproperty** | **string** | | [optional] [default to undefined]
|
|
10
9
|
**xproperty** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**yproperty** | **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
|
-
yproperty,
|
|
25
24
|
xproperty,
|
|
25
|
+
yproperty,
|
|
26
26
|
title,
|
|
27
27
|
chartType,
|
|
28
28
|
xProperty,
|
package/docs/SettingField.md
CHANGED
|
@@ -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<SettingOption>**](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
|
|