@caraer/client 2.0.417 → 2.0.418
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 +3 -3
- package/dist/api.d.ts +3 -3
- package/dist/esm/api.d.ts +3 -3
- package/docs/ExistingWidgetSummary.md +4 -4
- package/docs/SettingField.md +2 -2
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -2088,9 +2088,9 @@ export const EventRsvpRequestScopeEnum = {
|
|
|
2088
2088
|
export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
|
|
2089
2089
|
|
|
2090
2090
|
export interface ExistingWidgetSummary {
|
|
2091
|
-
'ymetric'?: string;
|
|
2092
|
-
'yproperty'?: string;
|
|
2093
2091
|
'xproperty'?: string;
|
|
2092
|
+
'yproperty'?: string;
|
|
2093
|
+
'ymetric'?: string;
|
|
2094
2094
|
'title'?: string;
|
|
2095
2095
|
'chartType'?: string;
|
|
2096
2096
|
'xProperty'?: string;
|
|
@@ -4341,8 +4341,8 @@ export interface SettingField {
|
|
|
4341
4341
|
'hidden'?: boolean;
|
|
4342
4342
|
'disabled'?: boolean;
|
|
4343
4343
|
'options'?: Array<SettingOption>;
|
|
4344
|
-
'defaultValue'?: any;
|
|
4345
4344
|
'value'?: any;
|
|
4345
|
+
'defaultValue'?: any;
|
|
4346
4346
|
}
|
|
4347
4347
|
|
|
4348
4348
|
export const SettingFieldTypeEnum = {
|
package/dist/api.d.ts
CHANGED
|
@@ -2067,9 +2067,9 @@ export declare const EventRsvpRequestScopeEnum: {
|
|
|
2067
2067
|
};
|
|
2068
2068
|
export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
|
|
2069
2069
|
export interface ExistingWidgetSummary {
|
|
2070
|
-
'ymetric'?: string;
|
|
2071
|
-
'yproperty'?: string;
|
|
2072
2070
|
'xproperty'?: string;
|
|
2071
|
+
'yproperty'?: string;
|
|
2072
|
+
'ymetric'?: string;
|
|
2073
2073
|
'title'?: string;
|
|
2074
2074
|
'chartType'?: string;
|
|
2075
2075
|
'xProperty'?: string;
|
|
@@ -4364,8 +4364,8 @@ export interface SettingField {
|
|
|
4364
4364
|
'hidden'?: boolean;
|
|
4365
4365
|
'disabled'?: boolean;
|
|
4366
4366
|
'options'?: Array<SettingOption>;
|
|
4367
|
-
'defaultValue'?: any;
|
|
4368
4367
|
'value'?: any;
|
|
4368
|
+
'defaultValue'?: any;
|
|
4369
4369
|
}
|
|
4370
4370
|
export declare const SettingFieldTypeEnum: {
|
|
4371
4371
|
readonly String: "STRING";
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -2067,9 +2067,9 @@ export declare const EventRsvpRequestScopeEnum: {
|
|
|
2067
2067
|
};
|
|
2068
2068
|
export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
|
|
2069
2069
|
export interface ExistingWidgetSummary {
|
|
2070
|
-
'ymetric'?: string;
|
|
2071
|
-
'yproperty'?: string;
|
|
2072
2070
|
'xproperty'?: string;
|
|
2071
|
+
'yproperty'?: string;
|
|
2072
|
+
'ymetric'?: string;
|
|
2073
2073
|
'title'?: string;
|
|
2074
2074
|
'chartType'?: string;
|
|
2075
2075
|
'xProperty'?: string;
|
|
@@ -4364,8 +4364,8 @@ export interface SettingField {
|
|
|
4364
4364
|
'hidden'?: boolean;
|
|
4365
4365
|
'disabled'?: boolean;
|
|
4366
4366
|
'options'?: Array<SettingOption>;
|
|
4367
|
-
'defaultValue'?: any;
|
|
4368
4367
|
'value'?: any;
|
|
4368
|
+
'defaultValue'?: any;
|
|
4369
4369
|
}
|
|
4370
4370
|
export declare const SettingFieldTypeEnum: {
|
|
4371
4371
|
readonly String: "STRING";
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
|
-
**ymetric** | **string** | | [optional] [default to undefined]
|
|
9
|
-
**yproperty** | **string** | | [optional] [default to undefined]
|
|
10
8
|
**xproperty** | **string** | | [optional] [default to undefined]
|
|
9
|
+
**yproperty** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**ymetric** | **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
|
-
ymetric,
|
|
24
|
-
yproperty,
|
|
25
23
|
xproperty,
|
|
24
|
+
yproperty,
|
|
25
|
+
ymetric,
|
|
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
|
|