@caraer/client 2.0.405 → 2.0.406
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
|
@@ -2237,8 +2237,8 @@ export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof t
|
|
|
2237
2237
|
|
|
2238
2238
|
export interface ExistingWidgetSummary {
|
|
2239
2239
|
'xproperty'?: string;
|
|
2240
|
-
'ymetric'?: string;
|
|
2241
2240
|
'yproperty'?: string;
|
|
2241
|
+
'ymetric'?: string;
|
|
2242
2242
|
'title'?: string;
|
|
2243
2243
|
'chartType'?: string;
|
|
2244
2244
|
'xProperty'?: string;
|
package/dist/api.d.ts
CHANGED
|
@@ -2216,8 +2216,8 @@ export declare const EventRsvpRequestScopeEnum: {
|
|
|
2216
2216
|
export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
|
|
2217
2217
|
export interface ExistingWidgetSummary {
|
|
2218
2218
|
'xproperty'?: string;
|
|
2219
|
-
'ymetric'?: string;
|
|
2220
2219
|
'yproperty'?: string;
|
|
2220
|
+
'ymetric'?: string;
|
|
2221
2221
|
'title'?: string;
|
|
2222
2222
|
'chartType'?: string;
|
|
2223
2223
|
'xProperty'?: string;
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -2216,8 +2216,8 @@ export declare const EventRsvpRequestScopeEnum: {
|
|
|
2216
2216
|
export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
|
|
2217
2217
|
export interface ExistingWidgetSummary {
|
|
2218
2218
|
'xproperty'?: string;
|
|
2219
|
-
'ymetric'?: string;
|
|
2220
2219
|
'yproperty'?: string;
|
|
2220
|
+
'ymetric'?: string;
|
|
2221
2221
|
'title'?: string;
|
|
2222
2222
|
'chartType'?: string;
|
|
2223
2223
|
'xProperty'?: string;
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
8
|
**xproperty** | **string** | | [optional] [default to undefined]
|
|
9
|
-
**ymetric** | **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]
|
|
@@ -21,8 +21,8 @@ import { ExistingWidgetSummary } from '@caraer/client';
|
|
|
21
21
|
|
|
22
22
|
const instance: ExistingWidgetSummary = {
|
|
23
23
|
xproperty,
|
|
24
|
-
ymetric,
|
|
25
24
|
yproperty,
|
|
25
|
+
ymetric,
|
|
26
26
|
title,
|
|
27
27
|
chartType,
|
|
28
28
|
xProperty,
|