@caraer/client 2.0.414 → 2.0.415
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/StyleSetDTO.md +2 -2
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -2086,9 +2086,9 @@ export const EventRsvpRequestScopeEnum = {
|
|
|
2086
2086
|
export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
|
|
2087
2087
|
|
|
2088
2088
|
export interface ExistingWidgetSummary {
|
|
2089
|
-
'xproperty'?: string;
|
|
2090
2089
|
'ymetric'?: string;
|
|
2091
2090
|
'yproperty'?: string;
|
|
2091
|
+
'xproperty'?: string;
|
|
2092
2092
|
'title'?: string;
|
|
2093
2093
|
'chartType'?: string;
|
|
2094
2094
|
'xProperty'?: string;
|
|
@@ -4932,9 +4932,9 @@ export interface StyleSetDTO {
|
|
|
4932
4932
|
'hyperlinkLetterSpacing'?: any;
|
|
4933
4933
|
'hyperlinkColorLight'?: string;
|
|
4934
4934
|
'hyperlinkColorDark'?: string;
|
|
4935
|
+
'zindex'?: number;
|
|
4935
4936
|
'xlargeFontSize'?: any;
|
|
4936
4937
|
'xsmallFontSize'?: any;
|
|
4937
|
-
'zindex'?: number;
|
|
4938
4938
|
}
|
|
4939
4939
|
/**
|
|
4940
4940
|
* Data Transfer Object for subscribing to a webhook. This DTO represents the details required to configure a webhook subscription.
|
package/dist/api.d.ts
CHANGED
|
@@ -2065,9 +2065,9 @@ export declare const EventRsvpRequestScopeEnum: {
|
|
|
2065
2065
|
};
|
|
2066
2066
|
export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
|
|
2067
2067
|
export interface ExistingWidgetSummary {
|
|
2068
|
-
'xproperty'?: string;
|
|
2069
2068
|
'ymetric'?: string;
|
|
2070
2069
|
'yproperty'?: string;
|
|
2070
|
+
'xproperty'?: string;
|
|
2071
2071
|
'title'?: string;
|
|
2072
2072
|
'chartType'?: string;
|
|
2073
2073
|
'xProperty'?: string;
|
|
@@ -4951,9 +4951,9 @@ export interface StyleSetDTO {
|
|
|
4951
4951
|
'hyperlinkLetterSpacing'?: any;
|
|
4952
4952
|
'hyperlinkColorLight'?: string;
|
|
4953
4953
|
'hyperlinkColorDark'?: string;
|
|
4954
|
+
'zindex'?: number;
|
|
4954
4955
|
'xlargeFontSize'?: any;
|
|
4955
4956
|
'xsmallFontSize'?: any;
|
|
4956
|
-
'zindex'?: number;
|
|
4957
4957
|
}
|
|
4958
4958
|
/**
|
|
4959
4959
|
* Data Transfer Object for subscribing to a webhook. This DTO represents the details required to configure a webhook subscription.
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -2065,9 +2065,9 @@ export declare const EventRsvpRequestScopeEnum: {
|
|
|
2065
2065
|
};
|
|
2066
2066
|
export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
|
|
2067
2067
|
export interface ExistingWidgetSummary {
|
|
2068
|
-
'xproperty'?: string;
|
|
2069
2068
|
'ymetric'?: string;
|
|
2070
2069
|
'yproperty'?: string;
|
|
2070
|
+
'xproperty'?: string;
|
|
2071
2071
|
'title'?: string;
|
|
2072
2072
|
'chartType'?: string;
|
|
2073
2073
|
'xProperty'?: string;
|
|
@@ -4951,9 +4951,9 @@ export interface StyleSetDTO {
|
|
|
4951
4951
|
'hyperlinkLetterSpacing'?: any;
|
|
4952
4952
|
'hyperlinkColorLight'?: string;
|
|
4953
4953
|
'hyperlinkColorDark'?: string;
|
|
4954
|
+
'zindex'?: number;
|
|
4954
4955
|
'xlargeFontSize'?: any;
|
|
4955
4956
|
'xsmallFontSize'?: any;
|
|
4956
|
-
'zindex'?: number;
|
|
4957
4957
|
}
|
|
4958
4958
|
/**
|
|
4959
4959
|
* Data Transfer Object for subscribing to a webhook. This DTO represents the details required to configure a webhook subscription.
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
|
-
**xproperty** | **string** | | [optional] [default to undefined]
|
|
9
8
|
**ymetric** | **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]
|
|
@@ -20,9 +20,9 @@ Name | Type | Description | Notes
|
|
|
20
20
|
import { ExistingWidgetSummary } from '@caraer/client';
|
|
21
21
|
|
|
22
22
|
const instance: ExistingWidgetSummary = {
|
|
23
|
-
xproperty,
|
|
24
23
|
ymetric,
|
|
25
24
|
yproperty,
|
|
25
|
+
xproperty,
|
|
26
26
|
title,
|
|
27
27
|
chartType,
|
|
28
28
|
xProperty,
|
package/docs/StyleSetDTO.md
CHANGED
|
@@ -244,9 +244,9 @@ Name | Type | Description | Notes
|
|
|
244
244
|
**hyperlinkLetterSpacing** | **any** | | [optional] [default to undefined]
|
|
245
245
|
**hyperlinkColorLight** | **string** | | [optional] [default to undefined]
|
|
246
246
|
**hyperlinkColorDark** | **string** | | [optional] [default to undefined]
|
|
247
|
+
**zindex** | **number** | | [optional] [default to undefined]
|
|
247
248
|
**xlargeFontSize** | **any** | | [optional] [default to undefined]
|
|
248
249
|
**xsmallFontSize** | **any** | | [optional] [default to undefined]
|
|
249
|
-
**zindex** | **number** | | [optional] [default to undefined]
|
|
250
250
|
|
|
251
251
|
## Example
|
|
252
252
|
|
|
@@ -493,9 +493,9 @@ const instance: StyleSetDTO = {
|
|
|
493
493
|
hyperlinkLetterSpacing,
|
|
494
494
|
hyperlinkColorLight,
|
|
495
495
|
hyperlinkColorDark,
|
|
496
|
+
zindex,
|
|
496
497
|
xlargeFontSize,
|
|
497
498
|
xsmallFontSize,
|
|
498
|
-
zindex,
|
|
499
499
|
};
|
|
500
500
|
```
|
|
501
501
|
|