@caraer/client 2.0.416 → 2.0.417
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
|
@@ -2089,8 +2089,8 @@ export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof t
|
|
|
2089
2089
|
|
|
2090
2090
|
export interface ExistingWidgetSummary {
|
|
2091
2091
|
'ymetric'?: string;
|
|
2092
|
-
'xproperty'?: string;
|
|
2093
2092
|
'yproperty'?: string;
|
|
2093
|
+
'xproperty'?: 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
|
-
'value'?: any;
|
|
4345
4344
|
'defaultValue'?: any;
|
|
4345
|
+
'value'?: any;
|
|
4346
4346
|
}
|
|
4347
4347
|
|
|
4348
4348
|
export const SettingFieldTypeEnum = {
|
package/dist/api.d.ts
CHANGED
|
@@ -2068,8 +2068,8 @@ export declare const EventRsvpRequestScopeEnum: {
|
|
|
2068
2068
|
export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
|
|
2069
2069
|
export interface ExistingWidgetSummary {
|
|
2070
2070
|
'ymetric'?: string;
|
|
2071
|
-
'xproperty'?: string;
|
|
2072
2071
|
'yproperty'?: string;
|
|
2072
|
+
'xproperty'?: 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
|
-
'value'?: any;
|
|
4368
4367
|
'defaultValue'?: any;
|
|
4368
|
+
'value'?: any;
|
|
4369
4369
|
}
|
|
4370
4370
|
export declare const SettingFieldTypeEnum: {
|
|
4371
4371
|
readonly String: "STRING";
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -2068,8 +2068,8 @@ export declare const EventRsvpRequestScopeEnum: {
|
|
|
2068
2068
|
export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
|
|
2069
2069
|
export interface ExistingWidgetSummary {
|
|
2070
2070
|
'ymetric'?: string;
|
|
2071
|
-
'xproperty'?: string;
|
|
2072
2071
|
'yproperty'?: string;
|
|
2072
|
+
'xproperty'?: 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
|
-
'value'?: any;
|
|
4368
4367
|
'defaultValue'?: any;
|
|
4368
|
+
'value'?: any;
|
|
4369
4369
|
}
|
|
4370
4370
|
export declare const SettingFieldTypeEnum: {
|
|
4371
4371
|
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,
|
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
|
-
**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
|
|