@caraer/client 2.0.416 → 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 +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
|
@@ -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
2091
|
'xproperty'?: string;
|
|
2093
2092
|
'yproperty'?: string;
|
|
2093
|
+
'ymetric'?: string;
|
|
2094
2094
|
'title'?: string;
|
|
2095
2095
|
'chartType'?: string;
|
|
2096
2096
|
'xProperty'?: string;
|
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
2070
|
'xproperty'?: string;
|
|
2072
2071
|
'yproperty'?: string;
|
|
2072
|
+
'ymetric'?: string;
|
|
2073
2073
|
'title'?: string;
|
|
2074
2074
|
'chartType'?: string;
|
|
2075
2075
|
'xProperty'?: 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
2070
|
'xproperty'?: string;
|
|
2072
2071
|
'yproperty'?: string;
|
|
2072
|
+
'ymetric'?: string;
|
|
2073
2073
|
'title'?: string;
|
|
2074
2074
|
'chartType'?: string;
|
|
2075
2075
|
'xProperty'?: string;
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
|
-
**ymetric** | **string** | | [optional] [default to undefined]
|
|
9
8
|
**xproperty** | **string** | | [optional] [default to undefined]
|
|
10
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
23
|
xproperty,
|
|
25
24
|
yproperty,
|
|
25
|
+
ymetric,
|
|
26
26
|
title,
|
|
27
27
|
chartType,
|
|
28
28
|
xProperty,
|