@caraer/client 2.0.419 → 2.0.420
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 +4 -4
- package/dist/api.d.ts +4 -4
- package/dist/esm/api.d.ts +4 -4
- package/docs/ExistingWidgetSummary.md +2 -2
- package/docs/Record.md +2 -2
- package/docs/StyleSetDTO.md +4 -4
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -2097,9 +2097,9 @@ export const EventRsvpRequestScopeEnum = {
|
|
|
2097
2097
|
export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
|
|
2098
2098
|
|
|
2099
2099
|
export interface ExistingWidgetSummary {
|
|
2100
|
-
'ymetric'?: string;
|
|
2101
2100
|
'yproperty'?: string;
|
|
2102
2101
|
'xproperty'?: string;
|
|
2102
|
+
'ymetric'?: string;
|
|
2103
2103
|
'title'?: string;
|
|
2104
2104
|
'chartType'?: string;
|
|
2105
2105
|
'xProperty'?: string;
|
|
@@ -2841,9 +2841,9 @@ export interface ModelRecord {
|
|
|
2841
2841
|
'deleted'?: boolean;
|
|
2842
2842
|
'complete'?: boolean;
|
|
2843
2843
|
'uuid': string;
|
|
2844
|
+
'user'?: PublicUserDTO;
|
|
2844
2845
|
'properties'?: Array<FilledProperty>;
|
|
2845
2846
|
'objects'?: { [key: string]: any | null; };
|
|
2846
|
-
'user'?: PublicUserDTO;
|
|
2847
2847
|
}
|
|
2848
2848
|
export interface MultiLine extends PropertyFormat {
|
|
2849
2849
|
}
|
|
@@ -4977,8 +4977,8 @@ export interface StyleSetDTO {
|
|
|
4977
4977
|
'hyperlinkColorLight'?: string;
|
|
4978
4978
|
'hyperlinkColorDark'?: string;
|
|
4979
4979
|
'zindex'?: number;
|
|
4980
|
-
'
|
|
4981
|
-
'
|
|
4980
|
+
'xLargeFontSize'?: any;
|
|
4981
|
+
'xSmallFontSize'?: any;
|
|
4982
4982
|
}
|
|
4983
4983
|
/**
|
|
4984
4984
|
* 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
|
@@ -2076,9 +2076,9 @@ export declare const EventRsvpRequestScopeEnum: {
|
|
|
2076
2076
|
};
|
|
2077
2077
|
export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
|
|
2078
2078
|
export interface ExistingWidgetSummary {
|
|
2079
|
-
'ymetric'?: string;
|
|
2080
2079
|
'yproperty'?: string;
|
|
2081
2080
|
'xproperty'?: string;
|
|
2081
|
+
'ymetric'?: string;
|
|
2082
2082
|
'title'?: string;
|
|
2083
2083
|
'chartType'?: string;
|
|
2084
2084
|
'xProperty'?: string;
|
|
@@ -2834,11 +2834,11 @@ export interface ModelRecord {
|
|
|
2834
2834
|
'deleted'?: boolean;
|
|
2835
2835
|
'complete'?: boolean;
|
|
2836
2836
|
'uuid': string;
|
|
2837
|
+
'user'?: PublicUserDTO;
|
|
2837
2838
|
'properties'?: Array<FilledProperty>;
|
|
2838
2839
|
'objects'?: {
|
|
2839
2840
|
[key: string]: any | null;
|
|
2840
2841
|
};
|
|
2841
|
-
'user'?: PublicUserDTO;
|
|
2842
2842
|
}
|
|
2843
2843
|
export interface MultiLine extends PropertyFormat {
|
|
2844
2844
|
}
|
|
@@ -4996,8 +4996,8 @@ export interface StyleSetDTO {
|
|
|
4996
4996
|
'hyperlinkColorLight'?: string;
|
|
4997
4997
|
'hyperlinkColorDark'?: string;
|
|
4998
4998
|
'zindex'?: number;
|
|
4999
|
-
'
|
|
5000
|
-
'
|
|
4999
|
+
'xLargeFontSize'?: any;
|
|
5000
|
+
'xSmallFontSize'?: any;
|
|
5001
5001
|
}
|
|
5002
5002
|
/**
|
|
5003
5003
|
* 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
|
@@ -2076,9 +2076,9 @@ export declare const EventRsvpRequestScopeEnum: {
|
|
|
2076
2076
|
};
|
|
2077
2077
|
export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
|
|
2078
2078
|
export interface ExistingWidgetSummary {
|
|
2079
|
-
'ymetric'?: string;
|
|
2080
2079
|
'yproperty'?: string;
|
|
2081
2080
|
'xproperty'?: string;
|
|
2081
|
+
'ymetric'?: string;
|
|
2082
2082
|
'title'?: string;
|
|
2083
2083
|
'chartType'?: string;
|
|
2084
2084
|
'xProperty'?: string;
|
|
@@ -2834,11 +2834,11 @@ export interface ModelRecord {
|
|
|
2834
2834
|
'deleted'?: boolean;
|
|
2835
2835
|
'complete'?: boolean;
|
|
2836
2836
|
'uuid': string;
|
|
2837
|
+
'user'?: PublicUserDTO;
|
|
2837
2838
|
'properties'?: Array<FilledProperty>;
|
|
2838
2839
|
'objects'?: {
|
|
2839
2840
|
[key: string]: any | null;
|
|
2840
2841
|
};
|
|
2841
|
-
'user'?: PublicUserDTO;
|
|
2842
2842
|
}
|
|
2843
2843
|
export interface MultiLine extends PropertyFormat {
|
|
2844
2844
|
}
|
|
@@ -4996,8 +4996,8 @@ export interface StyleSetDTO {
|
|
|
4996
4996
|
'hyperlinkColorLight'?: string;
|
|
4997
4997
|
'hyperlinkColorDark'?: string;
|
|
4998
4998
|
'zindex'?: number;
|
|
4999
|
-
'
|
|
5000
|
-
'
|
|
4999
|
+
'xLargeFontSize'?: any;
|
|
5000
|
+
'xSmallFontSize'?: any;
|
|
5001
5001
|
}
|
|
5002
5002
|
/**
|
|
5003
5003
|
* 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
|
-
**ymetric** | **string** | | [optional] [default to undefined]
|
|
9
8
|
**yproperty** | **string** | | [optional] [default to undefined]
|
|
10
9
|
**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,
|
|
24
23
|
yproperty,
|
|
25
24
|
xproperty,
|
|
25
|
+
ymetric,
|
|
26
26
|
title,
|
|
27
27
|
chartType,
|
|
28
28
|
xProperty,
|
package/docs/Record.md
CHANGED
|
@@ -17,9 +17,9 @@ Name | Type | Description | Notes
|
|
|
17
17
|
**deleted** | **boolean** | | [optional] [default to undefined]
|
|
18
18
|
**complete** | **boolean** | | [optional] [default to undefined]
|
|
19
19
|
**uuid** | **string** | | [default to undefined]
|
|
20
|
+
**user** | [**PublicUserDTO**](PublicUserDTO.md) | | [optional] [default to undefined]
|
|
20
21
|
**properties** | [**Array<FilledProperty>**](FilledProperty.md) | | [optional] [default to undefined]
|
|
21
22
|
**objects** | **{ [key: string]: any | null; }** | | [optional] [default to undefined]
|
|
22
|
-
**user** | [**PublicUserDTO**](PublicUserDTO.md) | | [optional] [default to undefined]
|
|
23
23
|
|
|
24
24
|
## Example
|
|
25
25
|
|
|
@@ -39,9 +39,9 @@ const instance: ModelRecord = {
|
|
|
39
39
|
deleted,
|
|
40
40
|
complete,
|
|
41
41
|
uuid,
|
|
42
|
+
user,
|
|
42
43
|
properties,
|
|
43
44
|
objects,
|
|
44
|
-
user,
|
|
45
45
|
};
|
|
46
46
|
```
|
|
47
47
|
|
package/docs/StyleSetDTO.md
CHANGED
|
@@ -245,8 +245,8 @@ Name | Type | Description | Notes
|
|
|
245
245
|
**hyperlinkColorLight** | **string** | | [optional] [default to undefined]
|
|
246
246
|
**hyperlinkColorDark** | **string** | | [optional] [default to undefined]
|
|
247
247
|
**zindex** | **number** | | [optional] [default to undefined]
|
|
248
|
-
**
|
|
249
|
-
**
|
|
248
|
+
**xLargeFontSize** | **any** | | [optional] [default to undefined]
|
|
249
|
+
**xSmallFontSize** | **any** | | [optional] [default to undefined]
|
|
250
250
|
|
|
251
251
|
## Example
|
|
252
252
|
|
|
@@ -494,8 +494,8 @@ const instance: StyleSetDTO = {
|
|
|
494
494
|
hyperlinkColorLight,
|
|
495
495
|
hyperlinkColorDark,
|
|
496
496
|
zindex,
|
|
497
|
-
|
|
498
|
-
|
|
497
|
+
xLargeFontSize,
|
|
498
|
+
xSmallFontSize,
|
|
499
499
|
};
|
|
500
500
|
```
|
|
501
501
|
|