@caraer/client 2.0.392 → 2.0.394
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/SettingField.md +2 -2
- package/docs/Team.md +2 -2
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -2221,9 +2221,9 @@ export const EventRsvpRequestScopeEnum = {
|
|
|
2221
2221
|
export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
|
|
2222
2222
|
|
|
2223
2223
|
export interface ExistingWidgetSummary {
|
|
2224
|
-
'xproperty'?: string;
|
|
2225
2224
|
'ymetric'?: string;
|
|
2226
2225
|
'yproperty'?: string;
|
|
2226
|
+
'xproperty'?: string;
|
|
2227
2227
|
'title'?: string;
|
|
2228
2228
|
'chartType'?: string;
|
|
2229
2229
|
'xProperty'?: string;
|
|
@@ -2956,8 +2956,8 @@ export interface ModelRecord {
|
|
|
2956
2956
|
'updatedByUuid'?: string;
|
|
2957
2957
|
'deletedByUuid'?: string;
|
|
2958
2958
|
'index'?: number;
|
|
2959
|
-
'complete'?: boolean;
|
|
2960
2959
|
'deleted'?: boolean;
|
|
2960
|
+
'complete'?: boolean;
|
|
2961
2961
|
'uuid': string;
|
|
2962
2962
|
'properties'?: Array<FilledProperty>;
|
|
2963
2963
|
'objects'?: { [key: string]: any | null; };
|
|
@@ -4474,8 +4474,8 @@ export interface SettingField {
|
|
|
4474
4474
|
'hidden'?: boolean;
|
|
4475
4475
|
'disabled'?: boolean;
|
|
4476
4476
|
'options'?: Array<SettingOption>;
|
|
4477
|
-
'defaultValue'?: any;
|
|
4478
4477
|
'value'?: any;
|
|
4478
|
+
'defaultValue'?: any;
|
|
4479
4479
|
}
|
|
4480
4480
|
|
|
4481
4481
|
export const SettingFieldTypeEnum = {
|
|
@@ -5330,8 +5330,8 @@ export interface Team {
|
|
|
5330
5330
|
'filtersString'?: string;
|
|
5331
5331
|
'filters'?: { [key: string]: Filter; };
|
|
5332
5332
|
'memberCount'?: number;
|
|
5333
|
-
'complete'?: boolean;
|
|
5334
5333
|
'deleted'?: boolean;
|
|
5334
|
+
'complete'?: boolean;
|
|
5335
5335
|
'uuid': string;
|
|
5336
5336
|
}
|
|
5337
5337
|
export interface TeamDTO {
|
package/dist/api.d.ts
CHANGED
|
@@ -2200,9 +2200,9 @@ export declare const EventRsvpRequestScopeEnum: {
|
|
|
2200
2200
|
};
|
|
2201
2201
|
export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
|
|
2202
2202
|
export interface ExistingWidgetSummary {
|
|
2203
|
-
'xproperty'?: string;
|
|
2204
2203
|
'ymetric'?: string;
|
|
2205
2204
|
'yproperty'?: string;
|
|
2205
|
+
'xproperty'?: string;
|
|
2206
2206
|
'title'?: string;
|
|
2207
2207
|
'chartType'?: string;
|
|
2208
2208
|
'xProperty'?: string;
|
|
@@ -2949,8 +2949,8 @@ export interface ModelRecord {
|
|
|
2949
2949
|
'updatedByUuid'?: string;
|
|
2950
2950
|
'deletedByUuid'?: string;
|
|
2951
2951
|
'index'?: number;
|
|
2952
|
-
'complete'?: boolean;
|
|
2953
2952
|
'deleted'?: boolean;
|
|
2953
|
+
'complete'?: boolean;
|
|
2954
2954
|
'uuid': string;
|
|
2955
2955
|
'properties'?: Array<FilledProperty>;
|
|
2956
2956
|
'objects'?: {
|
|
@@ -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
|
export declare const SettingFieldTypeEnum: {
|
|
4504
4504
|
readonly String: "STRING";
|
|
@@ -5353,8 +5353,8 @@ export interface Team {
|
|
|
5353
5353
|
[key: string]: Filter;
|
|
5354
5354
|
};
|
|
5355
5355
|
'memberCount'?: number;
|
|
5356
|
-
'complete'?: boolean;
|
|
5357
5356
|
'deleted'?: boolean;
|
|
5357
|
+
'complete'?: boolean;
|
|
5358
5358
|
'uuid': string;
|
|
5359
5359
|
}
|
|
5360
5360
|
export interface TeamDTO {
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -2200,9 +2200,9 @@ export declare const EventRsvpRequestScopeEnum: {
|
|
|
2200
2200
|
};
|
|
2201
2201
|
export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
|
|
2202
2202
|
export interface ExistingWidgetSummary {
|
|
2203
|
-
'xproperty'?: string;
|
|
2204
2203
|
'ymetric'?: string;
|
|
2205
2204
|
'yproperty'?: string;
|
|
2205
|
+
'xproperty'?: string;
|
|
2206
2206
|
'title'?: string;
|
|
2207
2207
|
'chartType'?: string;
|
|
2208
2208
|
'xProperty'?: string;
|
|
@@ -2949,8 +2949,8 @@ export interface ModelRecord {
|
|
|
2949
2949
|
'updatedByUuid'?: string;
|
|
2950
2950
|
'deletedByUuid'?: string;
|
|
2951
2951
|
'index'?: number;
|
|
2952
|
-
'complete'?: boolean;
|
|
2953
2952
|
'deleted'?: boolean;
|
|
2953
|
+
'complete'?: boolean;
|
|
2954
2954
|
'uuid': string;
|
|
2955
2955
|
'properties'?: Array<FilledProperty>;
|
|
2956
2956
|
'objects'?: {
|
|
@@ -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
|
export declare const SettingFieldTypeEnum: {
|
|
4504
4504
|
readonly String: "STRING";
|
|
@@ -5353,8 +5353,8 @@ export interface Team {
|
|
|
5353
5353
|
[key: string]: Filter;
|
|
5354
5354
|
};
|
|
5355
5355
|
'memberCount'?: number;
|
|
5356
|
-
'complete'?: boolean;
|
|
5357
5356
|
'deleted'?: boolean;
|
|
5357
|
+
'complete'?: boolean;
|
|
5358
5358
|
'uuid': string;
|
|
5359
5359
|
}
|
|
5360
5360
|
export interface TeamDTO {
|
|
@@ -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/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
|
-
**complete** | **boolean** | | [optional] [default to undefined]
|
|
18
17
|
**deleted** | **boolean** | | [optional] [default to undefined]
|
|
18
|
+
**complete** | **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
|
-
complete,
|
|
40
39
|
deleted,
|
|
40
|
+
complete,
|
|
41
41
|
uuid,
|
|
42
42
|
properties,
|
|
43
43
|
objects,
|
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
|
-
**complete** | **boolean** | | [optional] [default to undefined]
|
|
23
22
|
**deleted** | **boolean** | | [optional] [default to undefined]
|
|
23
|
+
**complete** | **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
|
-
complete,
|
|
47
46
|
deleted,
|
|
47
|
+
complete,
|
|
48
48
|
uuid,
|
|
49
49
|
};
|
|
50
50
|
```
|