@caraer/client 2.0.399 → 2.0.400
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 +5 -5
- package/dist/api.d.ts +5 -5
- package/dist/esm/api.d.ts +5 -5
- package/docs/ExistingWidgetSummary.md +2 -2
- package/docs/Record.md +4 -4
- package/docs/SettingField.md +2 -2
- package/docs/Team.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;
|
|
@@ -2979,12 +2979,12 @@ export interface ModelRecord {
|
|
|
2979
2979
|
'updatedByUuid'?: string;
|
|
2980
2980
|
'deletedByUuid'?: string;
|
|
2981
2981
|
'index'?: number;
|
|
2982
|
-
'deleted'?: boolean;
|
|
2983
2982
|
'complete'?: boolean;
|
|
2983
|
+
'deleted'?: boolean;
|
|
2984
2984
|
'uuid': string;
|
|
2985
|
-
'user'?: PublicUserDTO;
|
|
2986
2985
|
'properties'?: Array<FilledProperty>;
|
|
2987
2986
|
'objects'?: { [key: string]: any | null; };
|
|
2987
|
+
'user'?: PublicUserDTO;
|
|
2988
2988
|
}
|
|
2989
2989
|
export interface MultiLine extends PropertyFormat {
|
|
2990
2990
|
}
|
|
@@ -4497,8 +4497,8 @@ export interface SettingField {
|
|
|
4497
4497
|
'hidden'?: boolean;
|
|
4498
4498
|
'disabled'?: boolean;
|
|
4499
4499
|
'options'?: Array<SettingOption>;
|
|
4500
|
-
'defaultValue'?: any;
|
|
4501
4500
|
'value'?: any;
|
|
4501
|
+
'defaultValue'?: any;
|
|
4502
4502
|
}
|
|
4503
4503
|
|
|
4504
4504
|
export const SettingFieldTypeEnum = {
|
|
@@ -5353,8 +5353,8 @@ export interface Team {
|
|
|
5353
5353
|
'filtersString'?: string;
|
|
5354
5354
|
'filters'?: { [key: string]: Filter; };
|
|
5355
5355
|
'memberCount'?: number;
|
|
5356
|
-
'deleted'?: boolean;
|
|
5357
5356
|
'complete'?: boolean;
|
|
5357
|
+
'deleted'?: boolean;
|
|
5358
5358
|
'uuid': string;
|
|
5359
5359
|
}
|
|
5360
5360
|
export interface TeamDTO {
|
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;
|
|
@@ -2972,14 +2972,14 @@ export interface ModelRecord {
|
|
|
2972
2972
|
'updatedByUuid'?: string;
|
|
2973
2973
|
'deletedByUuid'?: string;
|
|
2974
2974
|
'index'?: number;
|
|
2975
|
-
'deleted'?: boolean;
|
|
2976
2975
|
'complete'?: boolean;
|
|
2976
|
+
'deleted'?: boolean;
|
|
2977
2977
|
'uuid': string;
|
|
2978
|
-
'user'?: PublicUserDTO;
|
|
2979
2978
|
'properties'?: Array<FilledProperty>;
|
|
2980
2979
|
'objects'?: {
|
|
2981
2980
|
[key: string]: any | null;
|
|
2982
2981
|
};
|
|
2982
|
+
'user'?: PublicUserDTO;
|
|
2983
2983
|
}
|
|
2984
2984
|
export interface MultiLine extends PropertyFormat {
|
|
2985
2985
|
}
|
|
@@ -4520,8 +4520,8 @@ export interface SettingField {
|
|
|
4520
4520
|
'hidden'?: boolean;
|
|
4521
4521
|
'disabled'?: boolean;
|
|
4522
4522
|
'options'?: Array<SettingOption>;
|
|
4523
|
-
'defaultValue'?: any;
|
|
4524
4523
|
'value'?: any;
|
|
4524
|
+
'defaultValue'?: any;
|
|
4525
4525
|
}
|
|
4526
4526
|
export declare const SettingFieldTypeEnum: {
|
|
4527
4527
|
readonly String: "STRING";
|
|
@@ -5376,8 +5376,8 @@ export interface Team {
|
|
|
5376
5376
|
[key: string]: Filter;
|
|
5377
5377
|
};
|
|
5378
5378
|
'memberCount'?: number;
|
|
5379
|
-
'deleted'?: boolean;
|
|
5380
5379
|
'complete'?: boolean;
|
|
5380
|
+
'deleted'?: boolean;
|
|
5381
5381
|
'uuid': string;
|
|
5382
5382
|
}
|
|
5383
5383
|
export interface TeamDTO {
|
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;
|
|
@@ -2972,14 +2972,14 @@ export interface ModelRecord {
|
|
|
2972
2972
|
'updatedByUuid'?: string;
|
|
2973
2973
|
'deletedByUuid'?: string;
|
|
2974
2974
|
'index'?: number;
|
|
2975
|
-
'deleted'?: boolean;
|
|
2976
2975
|
'complete'?: boolean;
|
|
2976
|
+
'deleted'?: boolean;
|
|
2977
2977
|
'uuid': string;
|
|
2978
|
-
'user'?: PublicUserDTO;
|
|
2979
2978
|
'properties'?: Array<FilledProperty>;
|
|
2980
2979
|
'objects'?: {
|
|
2981
2980
|
[key: string]: any | null;
|
|
2982
2981
|
};
|
|
2982
|
+
'user'?: PublicUserDTO;
|
|
2983
2983
|
}
|
|
2984
2984
|
export interface MultiLine extends PropertyFormat {
|
|
2985
2985
|
}
|
|
@@ -4520,8 +4520,8 @@ export interface SettingField {
|
|
|
4520
4520
|
'hidden'?: boolean;
|
|
4521
4521
|
'disabled'?: boolean;
|
|
4522
4522
|
'options'?: Array<SettingOption>;
|
|
4523
|
-
'defaultValue'?: any;
|
|
4524
4523
|
'value'?: any;
|
|
4524
|
+
'defaultValue'?: any;
|
|
4525
4525
|
}
|
|
4526
4526
|
export declare const SettingFieldTypeEnum: {
|
|
4527
4527
|
readonly String: "STRING";
|
|
@@ -5376,8 +5376,8 @@ export interface Team {
|
|
|
5376
5376
|
[key: string]: Filter;
|
|
5377
5377
|
};
|
|
5378
5378
|
'memberCount'?: number;
|
|
5379
|
-
'deleted'?: boolean;
|
|
5380
5379
|
'complete'?: boolean;
|
|
5380
|
+
'deleted'?: boolean;
|
|
5381
5381
|
'uuid': string;
|
|
5382
5382
|
}
|
|
5383
5383
|
export interface TeamDTO {
|
|
@@ -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,
|
package/docs/Record.md
CHANGED
|
@@ -14,12 +14,12 @@ 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
|
-
**user** | [**PublicUserDTO**](PublicUserDTO.md) | | [optional] [default to undefined]
|
|
21
20
|
**properties** | [**Array<FilledProperty>**](FilledProperty.md) | | [optional] [default to undefined]
|
|
22
21
|
**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
|
|
|
@@ -36,12 +36,12 @@ const instance: ModelRecord = {
|
|
|
36
36
|
updatedByUuid,
|
|
37
37
|
deletedByUuid,
|
|
38
38
|
index,
|
|
39
|
-
deleted,
|
|
40
39
|
complete,
|
|
40
|
+
deleted,
|
|
41
41
|
uuid,
|
|
42
|
-
user,
|
|
43
42
|
properties,
|
|
44
43
|
objects,
|
|
44
|
+
user,
|
|
45
45
|
};
|
|
46
46
|
```
|
|
47
47
|
|
package/docs/SettingField.md
CHANGED
|
@@ -14,8 +14,8 @@ Name | Type | Description | Notes
|
|
|
14
14
|
**hidden** | **boolean** | | [optional] [default to undefined]
|
|
15
15
|
**disabled** | **boolean** | | [optional] [default to undefined]
|
|
16
16
|
**_options** | [**Array<SettingOption>**](SettingOption.md) | | [optional] [default to undefined]
|
|
17
|
-
**defaultValue** | **any** | | [optional] [default to undefined]
|
|
18
17
|
**value** | **any** | | [optional] [default to undefined]
|
|
18
|
+
**defaultValue** | **any** | | [optional] [default to undefined]
|
|
19
19
|
|
|
20
20
|
## Example
|
|
21
21
|
|
|
@@ -32,8 +32,8 @@ const instance: SettingField = {
|
|
|
32
32
|
hidden,
|
|
33
33
|
disabled,
|
|
34
34
|
_options,
|
|
35
|
-
defaultValue,
|
|
36
35
|
value,
|
|
36
|
+
defaultValue,
|
|
37
37
|
};
|
|
38
38
|
```
|
|
39
39
|
|
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
|
```
|