@caraer/client 2.0.396 → 2.0.398
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 +10 -2
- package/dist/api.d.ts +10 -2
- package/dist/esm/api.d.ts +10 -2
- package/docs/ExistingWidgetSummary.md +2 -2
- package/docs/LoadAppSettingOptionsRequest.md +4 -0
- package/docs/SettingField.md +2 -2
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -2227,9 +2227,9 @@ export const EventRsvpRequestScopeEnum = {
|
|
|
2227
2227
|
export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
|
|
2228
2228
|
|
|
2229
2229
|
export interface ExistingWidgetSummary {
|
|
2230
|
-
'xproperty'?: string;
|
|
2231
2230
|
'ymetric'?: string;
|
|
2232
2231
|
'yproperty'?: string;
|
|
2232
|
+
'xproperty'?: string;
|
|
2233
2233
|
'title'?: string;
|
|
2234
2234
|
'chartType'?: string;
|
|
2235
2235
|
'xProperty'?: string;
|
|
@@ -2840,6 +2840,14 @@ export interface LoadAppSettingOptionsRequest {
|
|
|
2840
2840
|
* When loading options for an app bar field, the app bar UUID.
|
|
2841
2841
|
*/
|
|
2842
2842
|
'appBarUuid'?: string;
|
|
2843
|
+
/**
|
|
2844
|
+
* Record in context when the options field is on an action dialog.
|
|
2845
|
+
*/
|
|
2846
|
+
'recordUuid'?: string;
|
|
2847
|
+
/**
|
|
2848
|
+
* Object name in context when the options field is on an action dialog.
|
|
2849
|
+
*/
|
|
2850
|
+
'object'?: string;
|
|
2843
2851
|
}
|
|
2844
2852
|
export interface LoginRequest {
|
|
2845
2853
|
'email': string;
|
|
@@ -4480,8 +4488,8 @@ export interface SettingField {
|
|
|
4480
4488
|
'hidden'?: boolean;
|
|
4481
4489
|
'disabled'?: boolean;
|
|
4482
4490
|
'options'?: Array<SettingOption>;
|
|
4483
|
-
'defaultValue'?: any;
|
|
4484
4491
|
'value'?: any;
|
|
4492
|
+
'defaultValue'?: any;
|
|
4485
4493
|
}
|
|
4486
4494
|
|
|
4487
4495
|
export const SettingFieldTypeEnum = {
|
package/dist/api.d.ts
CHANGED
|
@@ -2206,9 +2206,9 @@ export declare const EventRsvpRequestScopeEnum: {
|
|
|
2206
2206
|
};
|
|
2207
2207
|
export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
|
|
2208
2208
|
export interface ExistingWidgetSummary {
|
|
2209
|
-
'xproperty'?: string;
|
|
2210
2209
|
'ymetric'?: string;
|
|
2211
2210
|
'yproperty'?: string;
|
|
2211
|
+
'xproperty'?: string;
|
|
2212
2212
|
'title'?: string;
|
|
2213
2213
|
'chartType'?: string;
|
|
2214
2214
|
'xProperty'?: string;
|
|
@@ -2833,6 +2833,14 @@ export interface LoadAppSettingOptionsRequest {
|
|
|
2833
2833
|
* When loading options for an app bar field, the app bar UUID.
|
|
2834
2834
|
*/
|
|
2835
2835
|
'appBarUuid'?: string;
|
|
2836
|
+
/**
|
|
2837
|
+
* Record in context when the options field is on an action dialog.
|
|
2838
|
+
*/
|
|
2839
|
+
'recordUuid'?: string;
|
|
2840
|
+
/**
|
|
2841
|
+
* Object name in context when the options field is on an action dialog.
|
|
2842
|
+
*/
|
|
2843
|
+
'object'?: string;
|
|
2836
2844
|
}
|
|
2837
2845
|
export interface LoginRequest {
|
|
2838
2846
|
'email': string;
|
|
@@ -4503,8 +4511,8 @@ export interface SettingField {
|
|
|
4503
4511
|
'hidden'?: boolean;
|
|
4504
4512
|
'disabled'?: boolean;
|
|
4505
4513
|
'options'?: Array<SettingOption>;
|
|
4506
|
-
'defaultValue'?: any;
|
|
4507
4514
|
'value'?: any;
|
|
4515
|
+
'defaultValue'?: any;
|
|
4508
4516
|
}
|
|
4509
4517
|
export declare const SettingFieldTypeEnum: {
|
|
4510
4518
|
readonly String: "STRING";
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -2206,9 +2206,9 @@ export declare const EventRsvpRequestScopeEnum: {
|
|
|
2206
2206
|
};
|
|
2207
2207
|
export type EventRsvpRequestScopeEnum = typeof EventRsvpRequestScopeEnum[keyof typeof EventRsvpRequestScopeEnum];
|
|
2208
2208
|
export interface ExistingWidgetSummary {
|
|
2209
|
-
'xproperty'?: string;
|
|
2210
2209
|
'ymetric'?: string;
|
|
2211
2210
|
'yproperty'?: string;
|
|
2211
|
+
'xproperty'?: string;
|
|
2212
2212
|
'title'?: string;
|
|
2213
2213
|
'chartType'?: string;
|
|
2214
2214
|
'xProperty'?: string;
|
|
@@ -2833,6 +2833,14 @@ export interface LoadAppSettingOptionsRequest {
|
|
|
2833
2833
|
* When loading options for an app bar field, the app bar UUID.
|
|
2834
2834
|
*/
|
|
2835
2835
|
'appBarUuid'?: string;
|
|
2836
|
+
/**
|
|
2837
|
+
* Record in context when the options field is on an action dialog.
|
|
2838
|
+
*/
|
|
2839
|
+
'recordUuid'?: string;
|
|
2840
|
+
/**
|
|
2841
|
+
* Object name in context when the options field is on an action dialog.
|
|
2842
|
+
*/
|
|
2843
|
+
'object'?: string;
|
|
2836
2844
|
}
|
|
2837
2845
|
export interface LoginRequest {
|
|
2838
2846
|
'email': string;
|
|
@@ -4503,8 +4511,8 @@ export interface SettingField {
|
|
|
4503
4511
|
'hidden'?: boolean;
|
|
4504
4512
|
'disabled'?: boolean;
|
|
4505
4513
|
'options'?: Array<SettingOption>;
|
|
4506
|
-
'defaultValue'?: any;
|
|
4507
4514
|
'value'?: any;
|
|
4515
|
+
'defaultValue'?: any;
|
|
4508
4516
|
}
|
|
4509
4517
|
export declare const SettingFieldTypeEnum: {
|
|
4510
4518
|
readonly String: "STRING";
|
|
@@ -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,
|
|
@@ -10,6 +10,8 @@ Name | Type | Description | Notes
|
|
|
10
10
|
**query** | **string** | Optional search query typed by the installer. | [optional] [default to undefined]
|
|
11
11
|
**settingsSchema** | [**Array<AppSettingFieldSchema>**](AppSettingFieldSchema.md) | Current draft settings schema with values from the installer UI. | [default to undefined]
|
|
12
12
|
**appBarUuid** | **string** | When loading options for an app bar field, the app bar UUID. | [optional] [default to undefined]
|
|
13
|
+
**recordUuid** | **string** | Record in context when the options field is on an action dialog. | [optional] [default to undefined]
|
|
14
|
+
**object** | **string** | Object name in context when the options field is on an action dialog. | [optional] [default to undefined]
|
|
13
15
|
|
|
14
16
|
## Example
|
|
15
17
|
|
|
@@ -21,6 +23,8 @@ const instance: LoadAppSettingOptionsRequest = {
|
|
|
21
23
|
query,
|
|
22
24
|
settingsSchema,
|
|
23
25
|
appBarUuid,
|
|
26
|
+
recordUuid,
|
|
27
|
+
object,
|
|
24
28
|
};
|
|
25
29
|
```
|
|
26
30
|
|
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
|
|