@caraer/client 2.0.461 → 2.0.462
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 +3 -3
- package/dist/api.d.ts +3 -3
- package/dist/esm/api.d.ts +3 -3
- package/docs/ExistingWidgetSummary.md +2 -2
- package/docs/Record.md +2 -2
- package/docs/Team.md +2 -2
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -2215,8 +2215,8 @@ export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof t
|
|
|
2215
2215
|
|
|
2216
2216
|
export interface ExistingWidgetSummary {
|
|
2217
2217
|
'yproperty'?: string;
|
|
2218
|
-
'xproperty'?: string;
|
|
2219
2218
|
'ymetric'?: string;
|
|
2219
|
+
'xproperty'?: string;
|
|
2220
2220
|
'title'?: string;
|
|
2221
2221
|
'chartType'?: string;
|
|
2222
2222
|
'xProperty'?: string;
|
|
@@ -3020,8 +3020,8 @@ export interface ModelRecord {
|
|
|
3020
3020
|
'updatedByUuid'?: string;
|
|
3021
3021
|
'deletedByUuid'?: string;
|
|
3022
3022
|
'index'?: number;
|
|
3023
|
-
'deleted'?: boolean;
|
|
3024
3023
|
'complete'?: boolean;
|
|
3024
|
+
'deleted'?: boolean;
|
|
3025
3025
|
'uuid': string;
|
|
3026
3026
|
'properties'?: Array<FilledProperty>;
|
|
3027
3027
|
'objects'?: { [key: string]: any | null; };
|
|
@@ -6490,8 +6490,8 @@ export interface Team {
|
|
|
6490
6490
|
'filtersString'?: string;
|
|
6491
6491
|
'filters'?: { [key: string]: Filter; };
|
|
6492
6492
|
'memberCount'?: number;
|
|
6493
|
-
'deleted'?: boolean;
|
|
6494
6493
|
'complete'?: boolean;
|
|
6494
|
+
'deleted'?: boolean;
|
|
6495
6495
|
'uuid': string;
|
|
6496
6496
|
}
|
|
6497
6497
|
export interface TeamDTO {
|
package/dist/api.d.ts
CHANGED
|
@@ -2193,8 +2193,8 @@ export declare const EventRsvpRequestScopeEnum: {
|
|
|
2193
2193
|
export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
|
|
2194
2194
|
export interface ExistingWidgetSummary {
|
|
2195
2195
|
'yproperty'?: string;
|
|
2196
|
-
'xproperty'?: string;
|
|
2197
2196
|
'ymetric'?: string;
|
|
2197
|
+
'xproperty'?: string;
|
|
2198
2198
|
'title'?: string;
|
|
2199
2199
|
'chartType'?: string;
|
|
2200
2200
|
'xProperty'?: string;
|
|
@@ -3014,8 +3014,8 @@ export interface ModelRecord {
|
|
|
3014
3014
|
'updatedByUuid'?: string;
|
|
3015
3015
|
'deletedByUuid'?: string;
|
|
3016
3016
|
'index'?: number;
|
|
3017
|
-
'deleted'?: boolean;
|
|
3018
3017
|
'complete'?: boolean;
|
|
3018
|
+
'deleted'?: boolean;
|
|
3019
3019
|
'uuid': string;
|
|
3020
3020
|
'properties'?: Array<FilledProperty>;
|
|
3021
3021
|
'objects'?: {
|
|
@@ -6590,8 +6590,8 @@ export interface Team {
|
|
|
6590
6590
|
[key: string]: Filter;
|
|
6591
6591
|
};
|
|
6592
6592
|
'memberCount'?: number;
|
|
6593
|
-
'deleted'?: boolean;
|
|
6594
6593
|
'complete'?: boolean;
|
|
6594
|
+
'deleted'?: boolean;
|
|
6595
6595
|
'uuid': string;
|
|
6596
6596
|
}
|
|
6597
6597
|
export interface TeamDTO {
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -2193,8 +2193,8 @@ export declare const EventRsvpRequestScopeEnum: {
|
|
|
2193
2193
|
export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
|
|
2194
2194
|
export interface ExistingWidgetSummary {
|
|
2195
2195
|
'yproperty'?: string;
|
|
2196
|
-
'xproperty'?: string;
|
|
2197
2196
|
'ymetric'?: string;
|
|
2197
|
+
'xproperty'?: string;
|
|
2198
2198
|
'title'?: string;
|
|
2199
2199
|
'chartType'?: string;
|
|
2200
2200
|
'xProperty'?: string;
|
|
@@ -3014,8 +3014,8 @@ export interface ModelRecord {
|
|
|
3014
3014
|
'updatedByUuid'?: string;
|
|
3015
3015
|
'deletedByUuid'?: string;
|
|
3016
3016
|
'index'?: number;
|
|
3017
|
-
'deleted'?: boolean;
|
|
3018
3017
|
'complete'?: boolean;
|
|
3018
|
+
'deleted'?: boolean;
|
|
3019
3019
|
'uuid': string;
|
|
3020
3020
|
'properties'?: Array<FilledProperty>;
|
|
3021
3021
|
'objects'?: {
|
|
@@ -6590,8 +6590,8 @@ export interface Team {
|
|
|
6590
6590
|
[key: string]: Filter;
|
|
6591
6591
|
};
|
|
6592
6592
|
'memberCount'?: number;
|
|
6593
|
-
'deleted'?: boolean;
|
|
6594
6593
|
'complete'?: boolean;
|
|
6594
|
+
'deleted'?: boolean;
|
|
6595
6595
|
'uuid': string;
|
|
6596
6596
|
}
|
|
6597
6597
|
export interface TeamDTO {
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
8
|
**yproperty** | **string** | | [optional] [default to undefined]
|
|
9
|
-
**xproperty** | **string** | | [optional] [default to undefined]
|
|
10
9
|
**ymetric** | **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]
|
|
@@ -21,8 +21,8 @@ import { ExistingWidgetSummary } from '@caraer/client';
|
|
|
21
21
|
|
|
22
22
|
const instance: ExistingWidgetSummary = {
|
|
23
23
|
yproperty,
|
|
24
|
-
xproperty,
|
|
25
24
|
ymetric,
|
|
25
|
+
xproperty,
|
|
26
26
|
title,
|
|
27
27
|
chartType,
|
|
28
28
|
xProperty,
|
package/docs/Record.md
CHANGED
|
@@ -14,8 +14,8 @@ Name | Type | Description | Notes
|
|
|
14
14
|
**updatedByUuid** | **string** | | [optional] [default to undefined]
|
|
15
15
|
**deletedByUuid** | **string** | | [optional] [default to undefined]
|
|
16
16
|
**index** | **number** | | [optional] [default to undefined]
|
|
17
|
-
**deleted** | **boolean** | | [optional] [default to undefined]
|
|
18
17
|
**complete** | **boolean** | | [optional] [default to undefined]
|
|
18
|
+
**deleted** | **boolean** | | [optional] [default to undefined]
|
|
19
19
|
**uuid** | **string** | | [default to undefined]
|
|
20
20
|
**properties** | [**Array<FilledProperty>**](FilledProperty.md) | | [optional] [default to undefined]
|
|
21
21
|
**objects** | **{ [key: string]: any | null; }** | | [optional] [default to undefined]
|
|
@@ -36,8 +36,8 @@ const instance: ModelRecord = {
|
|
|
36
36
|
updatedByUuid,
|
|
37
37
|
deletedByUuid,
|
|
38
38
|
index,
|
|
39
|
-
deleted,
|
|
40
39
|
complete,
|
|
40
|
+
deleted,
|
|
41
41
|
uuid,
|
|
42
42
|
properties,
|
|
43
43
|
objects,
|
package/docs/Team.md
CHANGED
|
@@ -19,8 +19,8 @@ Name | Type | Description | Notes
|
|
|
19
19
|
**filtersString** | **string** | | [optional] [default to undefined]
|
|
20
20
|
**filters** | [**{ [key: string]: Filter; }**](Filter.md) | | [optional] [default to undefined]
|
|
21
21
|
**memberCount** | **number** | | [optional] [default to undefined]
|
|
22
|
-
**deleted** | **boolean** | | [optional] [default to undefined]
|
|
23
22
|
**complete** | **boolean** | | [optional] [default to undefined]
|
|
23
|
+
**deleted** | **boolean** | | [optional] [default to undefined]
|
|
24
24
|
**uuid** | **string** | | [default to undefined]
|
|
25
25
|
|
|
26
26
|
## Example
|
|
@@ -43,8 +43,8 @@ const instance: Team = {
|
|
|
43
43
|
filtersString,
|
|
44
44
|
filters,
|
|
45
45
|
memberCount,
|
|
46
|
-
deleted,
|
|
47
46
|
complete,
|
|
47
|
+
deleted,
|
|
48
48
|
uuid,
|
|
49
49
|
};
|
|
50
50
|
```
|