@caraer/client 2.0.452 → 2.0.454
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 +1 -1
- package/dist/api.d.ts +1 -1
- package/dist/esm/api.d.ts +1 -1
- package/docs/ExistingWidgetSummary.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
|
+
'ymetric'?: string;
|
|
2209
2210
|
'yproperty'?: string;
|
|
2210
2211
|
'xproperty'?: string;
|
|
2211
|
-
'ymetric'?: string;
|
|
2212
2212
|
'title'?: string;
|
|
2213
2213
|
'chartType'?: string;
|
|
2214
2214
|
'xProperty'?: string;
|
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
|
+
'ymetric'?: string;
|
|
2187
2188
|
'yproperty'?: string;
|
|
2188
2189
|
'xproperty'?: string;
|
|
2189
|
-
'ymetric'?: string;
|
|
2190
2190
|
'title'?: string;
|
|
2191
2191
|
'chartType'?: string;
|
|
2192
2192
|
'xProperty'?: 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
|
+
'ymetric'?: string;
|
|
2187
2188
|
'yproperty'?: string;
|
|
2188
2189
|
'xproperty'?: string;
|
|
2189
|
-
'ymetric'?: string;
|
|
2190
2190
|
'title'?: string;
|
|
2191
2191
|
'chartType'?: string;
|
|
2192
2192
|
'xProperty'?: string;
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**ymetric** | **string** | | [optional] [default to undefined]
|
|
8
9
|
**yproperty** | **string** | | [optional] [default to undefined]
|
|
9
10
|
**xproperty** | **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,
|
|
23
24
|
yproperty,
|
|
24
25
|
xproperty,
|
|
25
|
-
ymetric,
|
|
26
26
|
title,
|
|
27
27
|
chartType,
|
|
28
28
|
xProperty,
|