@caraer/client 2.0.402 → 2.0.404
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/Record.md +2 -2
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -2236,9 +2236,9 @@ export const EventRsvpRequestScopeEnum = {
|
|
|
2236
2236
|
export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
|
|
2237
2237
|
|
|
2238
2238
|
export interface ExistingWidgetSummary {
|
|
2239
|
-
'yproperty'?: string;
|
|
2240
2239
|
'xproperty'?: string;
|
|
2241
2240
|
'ymetric'?: string;
|
|
2241
|
+
'yproperty'?: string;
|
|
2242
2242
|
'title'?: string;
|
|
2243
2243
|
'chartType'?: string;
|
|
2244
2244
|
'xProperty'?: string;
|
|
@@ -2982,8 +2982,8 @@ export interface ModelRecord {
|
|
|
2982
2982
|
'deleted'?: boolean;
|
|
2983
2983
|
'complete'?: boolean;
|
|
2984
2984
|
'uuid': string;
|
|
2985
|
-
'objects'?: { [key: string]: any | null; };
|
|
2986
2985
|
'properties'?: Array<FilledProperty>;
|
|
2986
|
+
'objects'?: { [key: string]: any | null; };
|
|
2987
2987
|
'user'?: PublicUserDTO;
|
|
2988
2988
|
}
|
|
2989
2989
|
export interface MultiLine extends PropertyFormat {
|
package/dist/api.d.ts
CHANGED
|
@@ -2215,9 +2215,9 @@ export declare const EventRsvpRequestScopeEnum: {
|
|
|
2215
2215
|
};
|
|
2216
2216
|
export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
|
|
2217
2217
|
export interface ExistingWidgetSummary {
|
|
2218
|
-
'yproperty'?: string;
|
|
2219
2218
|
'xproperty'?: string;
|
|
2220
2219
|
'ymetric'?: string;
|
|
2220
|
+
'yproperty'?: string;
|
|
2221
2221
|
'title'?: string;
|
|
2222
2222
|
'chartType'?: string;
|
|
2223
2223
|
'xProperty'?: string;
|
|
@@ -2975,10 +2975,10 @@ export interface ModelRecord {
|
|
|
2975
2975
|
'deleted'?: boolean;
|
|
2976
2976
|
'complete'?: boolean;
|
|
2977
2977
|
'uuid': string;
|
|
2978
|
+
'properties'?: Array<FilledProperty>;
|
|
2978
2979
|
'objects'?: {
|
|
2979
2980
|
[key: string]: any | null;
|
|
2980
2981
|
};
|
|
2981
|
-
'properties'?: Array<FilledProperty>;
|
|
2982
2982
|
'user'?: PublicUserDTO;
|
|
2983
2983
|
}
|
|
2984
2984
|
export interface MultiLine extends PropertyFormat {
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -2215,9 +2215,9 @@ export declare const EventRsvpRequestScopeEnum: {
|
|
|
2215
2215
|
};
|
|
2216
2216
|
export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
|
|
2217
2217
|
export interface ExistingWidgetSummary {
|
|
2218
|
-
'yproperty'?: string;
|
|
2219
2218
|
'xproperty'?: string;
|
|
2220
2219
|
'ymetric'?: string;
|
|
2220
|
+
'yproperty'?: string;
|
|
2221
2221
|
'title'?: string;
|
|
2222
2222
|
'chartType'?: string;
|
|
2223
2223
|
'xProperty'?: string;
|
|
@@ -2975,10 +2975,10 @@ export interface ModelRecord {
|
|
|
2975
2975
|
'deleted'?: boolean;
|
|
2976
2976
|
'complete'?: boolean;
|
|
2977
2977
|
'uuid': string;
|
|
2978
|
+
'properties'?: Array<FilledProperty>;
|
|
2978
2979
|
'objects'?: {
|
|
2979
2980
|
[key: string]: any | null;
|
|
2980
2981
|
};
|
|
2981
|
-
'properties'?: Array<FilledProperty>;
|
|
2982
2982
|
'user'?: PublicUserDTO;
|
|
2983
2983
|
}
|
|
2984
2984
|
export interface MultiLine extends PropertyFormat {
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
|
-
**yproperty** | **string** | | [optional] [default to undefined]
|
|
9
8
|
**xproperty** | **string** | | [optional] [default to undefined]
|
|
10
9
|
**ymetric** | **string** | | [optional] [default to undefined]
|
|
10
|
+
**yproperty** | **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
|
-
yproperty,
|
|
24
23
|
xproperty,
|
|
25
24
|
ymetric,
|
|
25
|
+
yproperty,
|
|
26
26
|
title,
|
|
27
27
|
chartType,
|
|
28
28
|
xProperty,
|
package/docs/Record.md
CHANGED
|
@@ -17,8 +17,8 @@ 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
|
-
**objects** | **{ [key: string]: any | null; }** | | [optional] [default to undefined]
|
|
21
20
|
**properties** | [**Array<FilledProperty>**](FilledProperty.md) | | [optional] [default to undefined]
|
|
21
|
+
**objects** | **{ [key: string]: any | null; }** | | [optional] [default to undefined]
|
|
22
22
|
**user** | [**PublicUserDTO**](PublicUserDTO.md) | | [optional] [default to undefined]
|
|
23
23
|
|
|
24
24
|
## Example
|
|
@@ -39,8 +39,8 @@ const instance: ModelRecord = {
|
|
|
39
39
|
deleted,
|
|
40
40
|
complete,
|
|
41
41
|
uuid,
|
|
42
|
-
objects,
|
|
43
42
|
properties,
|
|
43
|
+
objects,
|
|
44
44
|
user,
|
|
45
45
|
};
|
|
46
46
|
```
|