@caraer/client 2.0.396 → 2.0.397
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 +9 -1
- package/dist/api.d.ts +9 -1
- package/dist/esm/api.d.ts +9 -1
- package/docs/ExistingWidgetSummary.md +2 -2
- package/docs/LoadAppSettingOptionsRequest.md +4 -0
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -2227,8 +2227,8 @@ 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;
|
|
2231
|
+
'xproperty'?: string;
|
|
2232
2232
|
'yproperty'?: string;
|
|
2233
2233
|
'title'?: string;
|
|
2234
2234
|
'chartType'?: 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;
|
package/dist/api.d.ts
CHANGED
|
@@ -2206,8 +2206,8 @@ 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;
|
|
2210
|
+
'xproperty'?: string;
|
|
2211
2211
|
'yproperty'?: string;
|
|
2212
2212
|
'title'?: string;
|
|
2213
2213
|
'chartType'?: 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;
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -2206,8 +2206,8 @@ 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;
|
|
2210
|
+
'xproperty'?: string;
|
|
2211
2211
|
'yproperty'?: string;
|
|
2212
2212
|
'title'?: string;
|
|
2213
2213
|
'chartType'?: 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;
|
|
@@ -5,8 +5,8 @@
|
|
|
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]
|
|
9
|
+
**xproperty** | **string** | | [optional] [default to undefined]
|
|
10
10
|
**yproperty** | **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
|
-
xproperty,
|
|
24
23
|
ymetric,
|
|
24
|
+
xproperty,
|
|
25
25
|
yproperty,
|
|
26
26
|
title,
|
|
27
27
|
chartType,
|
|
@@ -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
|
|