@caraer/client 2.0.452 → 2.0.453
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
|
@@ -2206,9 +2206,9 @@ export const EventRsvpRequestScopeEnum = {
|
|
|
2206
2206
|
export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
|
|
2207
2207
|
|
|
2208
2208
|
export interface ExistingWidgetSummary {
|
|
2209
|
-
'yproperty'?: string;
|
|
2210
2209
|
'xproperty'?: string;
|
|
2211
2210
|
'ymetric'?: string;
|
|
2211
|
+
'yproperty'?: string;
|
|
2212
2212
|
'title'?: string;
|
|
2213
2213
|
'chartType'?: string;
|
|
2214
2214
|
'xProperty'?: string;
|
|
@@ -5161,8 +5161,8 @@ export interface SettingField {
|
|
|
5161
5161
|
'hidden'?: boolean;
|
|
5162
5162
|
'disabled'?: boolean;
|
|
5163
5163
|
'options'?: Array<SettingOption>;
|
|
5164
|
-
'defaultValue'?: any;
|
|
5165
5164
|
'value'?: any;
|
|
5165
|
+
'defaultValue'?: any;
|
|
5166
5166
|
}
|
|
5167
5167
|
|
|
5168
5168
|
export const SettingFieldTypeEnum = {
|
package/dist/api.d.ts
CHANGED
|
@@ -2184,9 +2184,9 @@ export declare const EventRsvpRequestScopeEnum: {
|
|
|
2184
2184
|
};
|
|
2185
2185
|
export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
|
|
2186
2186
|
export interface ExistingWidgetSummary {
|
|
2187
|
-
'yproperty'?: string;
|
|
2188
2187
|
'xproperty'?: string;
|
|
2189
2188
|
'ymetric'?: string;
|
|
2189
|
+
'yproperty'?: string;
|
|
2190
2190
|
'title'?: string;
|
|
2191
2191
|
'chartType'?: string;
|
|
2192
2192
|
'xProperty'?: string;
|
|
@@ -5191,8 +5191,8 @@ export interface SettingField {
|
|
|
5191
5191
|
'hidden'?: boolean;
|
|
5192
5192
|
'disabled'?: boolean;
|
|
5193
5193
|
'options'?: Array<SettingOption>;
|
|
5194
|
-
'defaultValue'?: any;
|
|
5195
5194
|
'value'?: any;
|
|
5195
|
+
'defaultValue'?: any;
|
|
5196
5196
|
}
|
|
5197
5197
|
export declare const SettingFieldTypeEnum: {
|
|
5198
5198
|
readonly String: "STRING";
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -2184,9 +2184,9 @@ export declare const EventRsvpRequestScopeEnum: {
|
|
|
2184
2184
|
};
|
|
2185
2185
|
export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
|
|
2186
2186
|
export interface ExistingWidgetSummary {
|
|
2187
|
-
'yproperty'?: string;
|
|
2188
2187
|
'xproperty'?: string;
|
|
2189
2188
|
'ymetric'?: string;
|
|
2189
|
+
'yproperty'?: string;
|
|
2190
2190
|
'title'?: string;
|
|
2191
2191
|
'chartType'?: string;
|
|
2192
2192
|
'xProperty'?: string;
|
|
@@ -5191,8 +5191,8 @@ export interface SettingField {
|
|
|
5191
5191
|
'hidden'?: boolean;
|
|
5192
5192
|
'disabled'?: boolean;
|
|
5193
5193
|
'options'?: Array<SettingOption>;
|
|
5194
|
-
'defaultValue'?: any;
|
|
5195
5194
|
'value'?: any;
|
|
5195
|
+
'defaultValue'?: any;
|
|
5196
5196
|
}
|
|
5197
5197
|
export declare const SettingFieldTypeEnum: {
|
|
5198
5198
|
readonly String: "STRING";
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
|
-
**yproperty** | **string** | | [optional] [default to undefined]
|
|
9
8
|
**xproperty** | **string** | | [optional] [default to undefined]
|
|
10
9
|
**ymetric** | **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]
|
|
@@ -20,9 +20,9 @@ Name | Type | Description | Notes
|
|
|
20
20
|
import { ExistingWidgetSummary } from '@caraer/client';
|
|
21
21
|
|
|
22
22
|
const instance: ExistingWidgetSummary = {
|
|
23
|
-
yproperty,
|
|
24
23
|
xproperty,
|
|
25
24
|
ymetric,
|
|
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
|
|