@caraer/client 2.0.462 → 2.0.464
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/NotificationsApi.md +1 -1
- 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
|
@@ -2214,8 +2214,8 @@ export const EventRsvpRequestScopeEnum = {
|
|
|
2214
2214
|
export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
|
|
2215
2215
|
|
|
2216
2216
|
export interface ExistingWidgetSummary {
|
|
2217
|
-
'yproperty'?: string;
|
|
2218
2217
|
'ymetric'?: string;
|
|
2218
|
+
'yproperty'?: string;
|
|
2219
2219
|
'xproperty'?: string;
|
|
2220
2220
|
'title'?: string;
|
|
2221
2221
|
'chartType'?: string;
|
|
@@ -3020,8 +3020,8 @@ export interface ModelRecord {
|
|
|
3020
3020
|
'updatedByUuid'?: string;
|
|
3021
3021
|
'deletedByUuid'?: string;
|
|
3022
3022
|
'index'?: number;
|
|
3023
|
-
'complete'?: boolean;
|
|
3024
3023
|
'deleted'?: boolean;
|
|
3024
|
+
'complete'?: boolean;
|
|
3025
3025
|
'uuid': string;
|
|
3026
3026
|
'properties'?: Array<FilledProperty>;
|
|
3027
3027
|
'objects'?: { [key: string]: any | null; };
|
|
@@ -5191,8 +5191,8 @@ export interface SettingField {
|
|
|
5191
5191
|
'hidden'?: boolean;
|
|
5192
5192
|
'disabled'?: boolean;
|
|
5193
5193
|
'options'?: Array<SettingOption>;
|
|
5194
|
-
'defaultValue'?: any;
|
|
5195
5194
|
'value'?: any;
|
|
5195
|
+
'defaultValue'?: any;
|
|
5196
5196
|
}
|
|
5197
5197
|
|
|
5198
5198
|
export const SettingFieldTypeEnum = {
|
|
@@ -6490,8 +6490,8 @@ export interface Team {
|
|
|
6490
6490
|
'filtersString'?: string;
|
|
6491
6491
|
'filters'?: { [key: string]: Filter; };
|
|
6492
6492
|
'memberCount'?: number;
|
|
6493
|
-
'complete'?: boolean;
|
|
6494
6493
|
'deleted'?: boolean;
|
|
6494
|
+
'complete'?: boolean;
|
|
6495
6495
|
'uuid': string;
|
|
6496
6496
|
}
|
|
6497
6497
|
export interface TeamDTO {
|
package/dist/api.d.ts
CHANGED
|
@@ -2192,8 +2192,8 @@ export declare const EventRsvpRequestScopeEnum: {
|
|
|
2192
2192
|
};
|
|
2193
2193
|
export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
|
|
2194
2194
|
export interface ExistingWidgetSummary {
|
|
2195
|
-
'yproperty'?: string;
|
|
2196
2195
|
'ymetric'?: string;
|
|
2196
|
+
'yproperty'?: string;
|
|
2197
2197
|
'xproperty'?: string;
|
|
2198
2198
|
'title'?: string;
|
|
2199
2199
|
'chartType'?: string;
|
|
@@ -3014,8 +3014,8 @@ export interface ModelRecord {
|
|
|
3014
3014
|
'updatedByUuid'?: string;
|
|
3015
3015
|
'deletedByUuid'?: string;
|
|
3016
3016
|
'index'?: number;
|
|
3017
|
-
'complete'?: boolean;
|
|
3018
3017
|
'deleted'?: boolean;
|
|
3018
|
+
'complete'?: boolean;
|
|
3019
3019
|
'uuid': string;
|
|
3020
3020
|
'properties'?: Array<FilledProperty>;
|
|
3021
3021
|
'objects'?: {
|
|
@@ -5223,8 +5223,8 @@ export interface SettingField {
|
|
|
5223
5223
|
'hidden'?: boolean;
|
|
5224
5224
|
'disabled'?: boolean;
|
|
5225
5225
|
'options'?: Array<SettingOption>;
|
|
5226
|
-
'defaultValue'?: any;
|
|
5227
5226
|
'value'?: any;
|
|
5227
|
+
'defaultValue'?: any;
|
|
5228
5228
|
}
|
|
5229
5229
|
export declare const SettingFieldTypeEnum: {
|
|
5230
5230
|
readonly String: "STRING";
|
|
@@ -6590,8 +6590,8 @@ export interface Team {
|
|
|
6590
6590
|
[key: string]: Filter;
|
|
6591
6591
|
};
|
|
6592
6592
|
'memberCount'?: number;
|
|
6593
|
-
'complete'?: boolean;
|
|
6594
6593
|
'deleted'?: boolean;
|
|
6594
|
+
'complete'?: boolean;
|
|
6595
6595
|
'uuid': string;
|
|
6596
6596
|
}
|
|
6597
6597
|
export interface TeamDTO {
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -2192,8 +2192,8 @@ export declare const EventRsvpRequestScopeEnum: {
|
|
|
2192
2192
|
};
|
|
2193
2193
|
export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
|
|
2194
2194
|
export interface ExistingWidgetSummary {
|
|
2195
|
-
'yproperty'?: string;
|
|
2196
2195
|
'ymetric'?: string;
|
|
2196
|
+
'yproperty'?: string;
|
|
2197
2197
|
'xproperty'?: string;
|
|
2198
2198
|
'title'?: string;
|
|
2199
2199
|
'chartType'?: string;
|
|
@@ -3014,8 +3014,8 @@ export interface ModelRecord {
|
|
|
3014
3014
|
'updatedByUuid'?: string;
|
|
3015
3015
|
'deletedByUuid'?: string;
|
|
3016
3016
|
'index'?: number;
|
|
3017
|
-
'complete'?: boolean;
|
|
3018
3017
|
'deleted'?: boolean;
|
|
3018
|
+
'complete'?: boolean;
|
|
3019
3019
|
'uuid': string;
|
|
3020
3020
|
'properties'?: Array<FilledProperty>;
|
|
3021
3021
|
'objects'?: {
|
|
@@ -5223,8 +5223,8 @@ export interface SettingField {
|
|
|
5223
5223
|
'hidden'?: boolean;
|
|
5224
5224
|
'disabled'?: boolean;
|
|
5225
5225
|
'options'?: Array<SettingOption>;
|
|
5226
|
-
'defaultValue'?: any;
|
|
5227
5226
|
'value'?: any;
|
|
5227
|
+
'defaultValue'?: any;
|
|
5228
5228
|
}
|
|
5229
5229
|
export declare const SettingFieldTypeEnum: {
|
|
5230
5230
|
readonly String: "STRING";
|
|
@@ -6590,8 +6590,8 @@ export interface Team {
|
|
|
6590
6590
|
[key: string]: Filter;
|
|
6591
6591
|
};
|
|
6592
6592
|
'memberCount'?: number;
|
|
6593
|
-
'complete'?: boolean;
|
|
6594
6593
|
'deleted'?: boolean;
|
|
6594
|
+
'complete'?: boolean;
|
|
6595
6595
|
'uuid': string;
|
|
6596
6596
|
}
|
|
6597
6597
|
export interface TeamDTO {
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
|
-
**yproperty** | **string** | | [optional] [default to undefined]
|
|
9
8
|
**ymetric** | **string** | | [optional] [default to undefined]
|
|
9
|
+
**yproperty** | **string** | | [optional] [default to undefined]
|
|
10
10
|
**xproperty** | **string** | | [optional] [default to undefined]
|
|
11
11
|
**title** | **string** | | [optional] [default to undefined]
|
|
12
12
|
**chartType** | **string** | | [optional] [default to undefined]
|
|
@@ -20,8 +20,8 @@ Name | Type | Description | Notes
|
|
|
20
20
|
import { ExistingWidgetSummary } from '@caraer/client';
|
|
21
21
|
|
|
22
22
|
const instance: ExistingWidgetSummary = {
|
|
23
|
-
yproperty,
|
|
24
23
|
ymetric,
|
|
24
|
+
yproperty,
|
|
25
25
|
xproperty,
|
|
26
26
|
title,
|
|
27
27
|
chartType,
|
package/docs/NotificationsApi.md
CHANGED
|
@@ -58,9 +58,9 @@ const { status, data } = await apiInstance.dismissNotification(
|
|
|
58
58
|
| Status code | Description | Response headers |
|
|
59
59
|
|-------------|-------------|------------------|
|
|
60
60
|
|**200** | Notification dismissed | - |
|
|
61
|
-
|**404** | Notification not found | - |
|
|
62
61
|
|**401** | Authentication is required or the token is invalid. | - |
|
|
63
62
|
|**403** | The caller is missing a required role or scope. | - |
|
|
63
|
+
|**404** | The requested resource was not found. | - |
|
|
64
64
|
|**500** | An internal server error occurred. | - |
|
|
65
65
|
|
|
66
66
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
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
|
```
|