@proteos/sdk 0.47.0 → 0.49.0
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/dist/{chunk-Z7LC3GGU.cjs → chunk-OD7GPJAW.cjs} +15 -3
- package/dist/chunk-OD7GPJAW.cjs.map +1 -0
- package/dist/{chunk-5KEJKXO5.js → chunk-TDG5QFZ5.js} +15 -3
- package/dist/chunk-TDG5QFZ5.js.map +1 -0
- package/dist/index.cjs +135 -98
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +128 -8
- package/dist/index.d.ts +128 -8
- package/dist/index.js +41 -4
- package/dist/index.js.map +1 -1
- package/dist/meta/index.cjs +57 -57
- package/dist/meta/index.d.cts +1 -1
- package/dist/meta/index.d.ts +1 -1
- package/dist/meta/index.js +1 -1
- package/dist/{types-oECz4xTQ.d.cts → types-COxVBT4w.d.cts} +53 -22
- package/dist/{types-oECz4xTQ.d.ts → types-COxVBT4w.d.ts} +53 -22
- package/package.json +1 -1
- package/src/conversation/index.ts +87 -3
- package/src/conversation/types.ts +103 -1
- package/src/data/types.ts +9 -0
- package/src/index.ts +8 -0
- package/src/meta/layout/elements.ts +44 -0
- package/src/meta/layout/index.ts +1 -0
- package/dist/chunk-5KEJKXO5.js.map +0 -1
- package/dist/chunk-Z7LC3GGU.cjs.map +0 -1
package/dist/meta/index.cjs
CHANGED
|
@@ -1,232 +1,232 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkOD7GPJAW_cjs = require('../chunk-OD7GPJAW.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "AppSchema", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunkOD7GPJAW_cjs.AppSchema; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "AttributeSchema", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkOD7GPJAW_cjs.AttributeSchema; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "BUILT_IN_CONTROLS", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkOD7GPJAW_cjs.BUILT_IN_CONTROLS; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "CURRENT_USER_DEFAULT", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkOD7GPJAW_cjs.CURRENT_USER_DEFAULT; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "ColumnSchema", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkOD7GPJAW_cjs.ColumnSchema; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "ComponentSchema", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkOD7GPJAW_cjs.ComponentSchema; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "CurrencyAttributeMetaSchema", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkOD7GPJAW_cjs.CurrencyAttributeMetaSchema; }
|
|
34
34
|
});
|
|
35
35
|
Object.defineProperty(exports, "DesignReferenceSchema", {
|
|
36
36
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunkOD7GPJAW_cjs.DesignReferenceSchema; }
|
|
38
38
|
});
|
|
39
39
|
Object.defineProperty(exports, "EntitySchema", {
|
|
40
40
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
41
|
+
get: function () { return chunkOD7GPJAW_cjs.EntitySchema; }
|
|
42
42
|
});
|
|
43
43
|
Object.defineProperty(exports, "EntityWithSchemaSchema", {
|
|
44
44
|
enumerable: true,
|
|
45
|
-
get: function () { return
|
|
45
|
+
get: function () { return chunkOD7GPJAW_cjs.EntityWithSchemaSchema; }
|
|
46
46
|
});
|
|
47
47
|
Object.defineProperty(exports, "FileAttributeMetaSchema", {
|
|
48
48
|
enumerable: true,
|
|
49
|
-
get: function () { return
|
|
49
|
+
get: function () { return chunkOD7GPJAW_cjs.FileAttributeMetaSchema; }
|
|
50
50
|
});
|
|
51
51
|
Object.defineProperty(exports, "FilterElementSchema", {
|
|
52
52
|
enumerable: true,
|
|
53
|
-
get: function () { return
|
|
53
|
+
get: function () { return chunkOD7GPJAW_cjs.FilterElementSchema; }
|
|
54
54
|
});
|
|
55
55
|
Object.defineProperty(exports, "FilterGroupSchema", {
|
|
56
56
|
enumerable: true,
|
|
57
|
-
get: function () { return
|
|
57
|
+
get: function () { return chunkOD7GPJAW_cjs.FilterGroupSchema; }
|
|
58
58
|
});
|
|
59
59
|
Object.defineProperty(exports, "LayoutElementSchema", {
|
|
60
60
|
enumerable: true,
|
|
61
|
-
get: function () { return
|
|
61
|
+
get: function () { return chunkOD7GPJAW_cjs.LayoutElementSchema; }
|
|
62
62
|
});
|
|
63
63
|
Object.defineProperty(exports, "LayoutElementType", {
|
|
64
64
|
enumerable: true,
|
|
65
|
-
get: function () { return
|
|
65
|
+
get: function () { return chunkOD7GPJAW_cjs.LayoutElementType; }
|
|
66
66
|
});
|
|
67
67
|
Object.defineProperty(exports, "ListSchema", {
|
|
68
68
|
enumerable: true,
|
|
69
|
-
get: function () { return
|
|
69
|
+
get: function () { return chunkOD7GPJAW_cjs.ListSchema; }
|
|
70
70
|
});
|
|
71
71
|
Object.defineProperty(exports, "ListViewSchema", {
|
|
72
72
|
enumerable: true,
|
|
73
|
-
get: function () { return
|
|
73
|
+
get: function () { return chunkOD7GPJAW_cjs.ListViewSchema; }
|
|
74
74
|
});
|
|
75
75
|
Object.defineProperty(exports, "MenuConfigurationSchema", {
|
|
76
76
|
enumerable: true,
|
|
77
|
-
get: function () { return
|
|
77
|
+
get: function () { return chunkOD7GPJAW_cjs.MenuConfigurationSchema; }
|
|
78
78
|
});
|
|
79
79
|
Object.defineProperty(exports, "MenuItemSchema", {
|
|
80
80
|
enumerable: true,
|
|
81
|
-
get: function () { return
|
|
81
|
+
get: function () { return chunkOD7GPJAW_cjs.MenuItemSchema; }
|
|
82
82
|
});
|
|
83
83
|
Object.defineProperty(exports, "MenuItemType", {
|
|
84
84
|
enumerable: true,
|
|
85
|
-
get: function () { return
|
|
85
|
+
get: function () { return chunkOD7GPJAW_cjs.MenuItemType; }
|
|
86
86
|
});
|
|
87
87
|
Object.defineProperty(exports, "MetaClient", {
|
|
88
88
|
enumerable: true,
|
|
89
|
-
get: function () { return
|
|
89
|
+
get: function () { return chunkOD7GPJAW_cjs.MetaClient; }
|
|
90
90
|
});
|
|
91
91
|
Object.defineProperty(exports, "ModuleSchema", {
|
|
92
92
|
enumerable: true,
|
|
93
|
-
get: function () { return
|
|
93
|
+
get: function () { return chunkOD7GPJAW_cjs.ModuleSchema; }
|
|
94
94
|
});
|
|
95
95
|
Object.defineProperty(exports, "OnDeleteActionSchema", {
|
|
96
96
|
enumerable: true,
|
|
97
|
-
get: function () { return
|
|
97
|
+
get: function () { return chunkOD7GPJAW_cjs.OnDeleteActionSchema; }
|
|
98
98
|
});
|
|
99
99
|
Object.defineProperty(exports, "PAGE_BACKGROUND_TOKENS", {
|
|
100
100
|
enumerable: true,
|
|
101
|
-
get: function () { return
|
|
101
|
+
get: function () { return chunkOD7GPJAW_cjs.PAGE_BACKGROUND_TOKENS; }
|
|
102
102
|
});
|
|
103
103
|
Object.defineProperty(exports, "PLATFORM_ATTRIBUTE_NAMES", {
|
|
104
104
|
enumerable: true,
|
|
105
|
-
get: function () { return
|
|
105
|
+
get: function () { return chunkOD7GPJAW_cjs.PLATFORM_ATTRIBUTE_NAMES; }
|
|
106
106
|
});
|
|
107
107
|
Object.defineProperty(exports, "PageActionSchema", {
|
|
108
108
|
enumerable: true,
|
|
109
|
-
get: function () { return
|
|
109
|
+
get: function () { return chunkOD7GPJAW_cjs.PageActionSchema; }
|
|
110
110
|
});
|
|
111
111
|
Object.defineProperty(exports, "PageLayoutSchema", {
|
|
112
112
|
enumerable: true,
|
|
113
|
-
get: function () { return
|
|
113
|
+
get: function () { return chunkOD7GPJAW_cjs.PageLayoutSchema; }
|
|
114
114
|
});
|
|
115
115
|
Object.defineProperty(exports, "PageLayoutSidePanelSchema", {
|
|
116
116
|
enumerable: true,
|
|
117
|
-
get: function () { return
|
|
117
|
+
get: function () { return chunkOD7GPJAW_cjs.PageLayoutSidePanelSchema; }
|
|
118
118
|
});
|
|
119
119
|
Object.defineProperty(exports, "PageSchema", {
|
|
120
120
|
enumerable: true,
|
|
121
|
-
get: function () { return
|
|
121
|
+
get: function () { return chunkOD7GPJAW_cjs.PageSchema; }
|
|
122
122
|
});
|
|
123
123
|
Object.defineProperty(exports, "PageStyleSchema", {
|
|
124
124
|
enumerable: true,
|
|
125
|
-
get: function () { return
|
|
125
|
+
get: function () { return chunkOD7GPJAW_cjs.PageStyleSchema; }
|
|
126
126
|
});
|
|
127
127
|
Object.defineProperty(exports, "RelationAttributeMetaSchema", {
|
|
128
128
|
enumerable: true,
|
|
129
|
-
get: function () { return
|
|
129
|
+
get: function () { return chunkOD7GPJAW_cjs.RelationAttributeMetaSchema; }
|
|
130
130
|
});
|
|
131
131
|
Object.defineProperty(exports, "SizeValueSchema", {
|
|
132
132
|
enumerable: true,
|
|
133
|
-
get: function () { return
|
|
133
|
+
get: function () { return chunkOD7GPJAW_cjs.SizeValueSchema; }
|
|
134
134
|
});
|
|
135
135
|
Object.defineProperty(exports, "SortConfigSchema", {
|
|
136
136
|
enumerable: true,
|
|
137
|
-
get: function () { return
|
|
137
|
+
get: function () { return chunkOD7GPJAW_cjs.SortConfigSchema; }
|
|
138
138
|
});
|
|
139
139
|
Object.defineProperty(exports, "UserAttributeMetaSchema", {
|
|
140
140
|
enumerable: true,
|
|
141
|
-
get: function () { return
|
|
141
|
+
get: function () { return chunkOD7GPJAW_cjs.UserAttributeMetaSchema; }
|
|
142
142
|
});
|
|
143
143
|
Object.defineProperty(exports, "VariableSchema", {
|
|
144
144
|
enumerable: true,
|
|
145
|
-
get: function () { return
|
|
145
|
+
get: function () { return chunkOD7GPJAW_cjs.VariableSchema; }
|
|
146
146
|
});
|
|
147
147
|
Object.defineProperty(exports, "acceptsCurrentUserDefault", {
|
|
148
148
|
enumerable: true,
|
|
149
|
-
get: function () { return
|
|
149
|
+
get: function () { return chunkOD7GPJAW_cjs.acceptsCurrentUserDefault; }
|
|
150
150
|
});
|
|
151
151
|
Object.defineProperty(exports, "allCurrencyCodes", {
|
|
152
152
|
enumerable: true,
|
|
153
|
-
get: function () { return
|
|
153
|
+
get: function () { return chunkOD7GPJAW_cjs.allCurrencyCodes; }
|
|
154
154
|
});
|
|
155
155
|
Object.defineProperty(exports, "currencyLabel", {
|
|
156
156
|
enumerable: true,
|
|
157
|
-
get: function () { return
|
|
157
|
+
get: function () { return chunkOD7GPJAW_cjs.currencyLabel; }
|
|
158
158
|
});
|
|
159
159
|
Object.defineProperty(exports, "currencySymbol", {
|
|
160
160
|
enumerable: true,
|
|
161
|
-
get: function () { return
|
|
161
|
+
get: function () { return chunkOD7GPJAW_cjs.currencySymbol; }
|
|
162
162
|
});
|
|
163
163
|
Object.defineProperty(exports, "currencySymbolSide", {
|
|
164
164
|
enumerable: true,
|
|
165
|
-
get: function () { return
|
|
165
|
+
get: function () { return chunkOD7GPJAW_cjs.currencySymbolSide; }
|
|
166
166
|
});
|
|
167
167
|
Object.defineProperty(exports, "formatAmount", {
|
|
168
168
|
enumerable: true,
|
|
169
|
-
get: function () { return
|
|
169
|
+
get: function () { return chunkOD7GPJAW_cjs.formatAmount; }
|
|
170
170
|
});
|
|
171
171
|
Object.defineProperty(exports, "formatMoney", {
|
|
172
172
|
enumerable: true,
|
|
173
|
-
get: function () { return
|
|
173
|
+
get: function () { return chunkOD7GPJAW_cjs.formatMoney; }
|
|
174
174
|
});
|
|
175
175
|
Object.defineProperty(exports, "isBuiltInControl", {
|
|
176
176
|
enumerable: true,
|
|
177
|
-
get: function () { return
|
|
177
|
+
get: function () { return chunkOD7GPJAW_cjs.isBuiltInControl; }
|
|
178
178
|
});
|
|
179
179
|
Object.defineProperty(exports, "isCurrentUserDefault", {
|
|
180
180
|
enumerable: true,
|
|
181
|
-
get: function () { return
|
|
181
|
+
get: function () { return chunkOD7GPJAW_cjs.isCurrentUserDefault; }
|
|
182
182
|
});
|
|
183
183
|
Object.defineProperty(exports, "isPlatformAttributeName", {
|
|
184
184
|
enumerable: true,
|
|
185
|
-
get: function () { return
|
|
185
|
+
get: function () { return chunkOD7GPJAW_cjs.isPlatformAttributeName; }
|
|
186
186
|
});
|
|
187
187
|
Object.defineProperty(exports, "localeNumberSeparators", {
|
|
188
188
|
enumerable: true,
|
|
189
|
-
get: function () { return
|
|
189
|
+
get: function () { return chunkOD7GPJAW_cjs.localeNumberSeparators; }
|
|
190
190
|
});
|
|
191
191
|
Object.defineProperty(exports, "lookupCompatibleControls", {
|
|
192
192
|
enumerable: true,
|
|
193
|
-
get: function () { return
|
|
193
|
+
get: function () { return chunkOD7GPJAW_cjs.lookupCompatibleControls; }
|
|
194
194
|
});
|
|
195
195
|
Object.defineProperty(exports, "lookupControls", {
|
|
196
196
|
enumerable: true,
|
|
197
|
-
get: function () { return
|
|
197
|
+
get: function () { return chunkOD7GPJAW_cjs.lookupControls; }
|
|
198
198
|
});
|
|
199
199
|
Object.defineProperty(exports, "lookupPrimaryControl", {
|
|
200
200
|
enumerable: true,
|
|
201
|
-
get: function () { return
|
|
201
|
+
get: function () { return chunkOD7GPJAW_cjs.lookupPrimaryControl; }
|
|
202
202
|
});
|
|
203
203
|
Object.defineProperty(exports, "parseAmount", {
|
|
204
204
|
enumerable: true,
|
|
205
|
-
get: function () { return
|
|
205
|
+
get: function () { return chunkOD7GPJAW_cjs.parseAmount; }
|
|
206
206
|
});
|
|
207
207
|
Object.defineProperty(exports, "parseCurrencyMeta", {
|
|
208
208
|
enumerable: true,
|
|
209
|
-
get: function () { return
|
|
209
|
+
get: function () { return chunkOD7GPJAW_cjs.parseCurrencyMeta; }
|
|
210
210
|
});
|
|
211
211
|
Object.defineProperty(exports, "parseFileMeta", {
|
|
212
212
|
enumerable: true,
|
|
213
|
-
get: function () { return
|
|
213
|
+
get: function () { return chunkOD7GPJAW_cjs.parseFileMeta; }
|
|
214
214
|
});
|
|
215
215
|
Object.defineProperty(exports, "parsePrincipalMeta", {
|
|
216
216
|
enumerable: true,
|
|
217
|
-
get: function () { return
|
|
217
|
+
get: function () { return chunkOD7GPJAW_cjs.parsePrincipalMeta; }
|
|
218
218
|
});
|
|
219
219
|
Object.defineProperty(exports, "parseRelationMeta", {
|
|
220
220
|
enumerable: true,
|
|
221
|
-
get: function () { return
|
|
221
|
+
get: function () { return chunkOD7GPJAW_cjs.parseRelationMeta; }
|
|
222
222
|
});
|
|
223
223
|
Object.defineProperty(exports, "parseUserMeta", {
|
|
224
224
|
enumerable: true,
|
|
225
|
-
get: function () { return
|
|
225
|
+
get: function () { return chunkOD7GPJAW_cjs.parseUserMeta; }
|
|
226
226
|
});
|
|
227
227
|
Object.defineProperty(exports, "platformAttributes", {
|
|
228
228
|
enumerable: true,
|
|
229
|
-
get: function () { return
|
|
229
|
+
get: function () { return chunkOD7GPJAW_cjs.platformAttributes; }
|
|
230
230
|
});
|
|
231
231
|
//# sourceMappingURL=index.cjs.map
|
|
232
232
|
//# sourceMappingURL=index.cjs.map
|
package/dist/meta/index.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { f as App, g as AppSchema, h as AppService, i as ArrayAttributeMeta, a as Attribute, j as AttributeAccessRule, bx as AttributeForLookup, by as AttributeMeta, k as AttributeRestrictions, l as AttributeSchema, m as AttributeType, bz as BUILT_IN_CONTROLS, bA as BuiltInControlSlug, C as CURRENT_USER_DEFAULT, bB as CardElement, p as Column, bC as ColumnElement, q as ColumnSchema, bD as CommonProps, r as ComparisonOperator, s as Component, bE as ComponentElement, t as ComponentSchema, u as ComponentService, bF as ControlBucket, v as CreateAppRequest, w as CreateComponentRequest, x as CreateDesignReferenceRequest, y as CreateEntityRequest, z as CreateListRequest, B as CreateListViewRequest, D as CreateMenuConfigurationRequest, E as CreatePageRequest, G as CreateVariableRequest, H as CurrencyAttributeMeta, I as CurrencyAttributeMetaSchema, J as CurrencySymbolSide, K as CurrencyValue, M as CurrentUserDefault, bG as DatetimeAttributeMeta, bH as DatetimeFormat, R as DeployModuleRequest, S as DesignReference, T as DesignReferenceContent, V as DesignReferenceSchema, W as DesignReferenceService, bI as DividerElement, Y as Entity, Z as EntitySchema, _ as EntityService, $ as EntityWithSchema, a0 as EntityWithSchemaSchema, a1 as EnumAttributeMeta, a2 as EnumValue, bJ as FieldElement, a3 as FileAttributeMeta, bK as FileAttributeMetaSchema, a5 as FilterElement, a6 as FilterElementSchema, a7 as FilterGroup, a8 as FilterGroupSchema, bL as LayoutAlign, bM as LayoutElement, bN as LayoutElementSchema, bO as LayoutElementType, bP as LayoutGap, bQ as LayoutJustify, bR as LayoutTab, a9 as List, aa as ListAppsOptions, ab as ListComponentsOptions, ac as ListDesignReferencesOptions, bS as ListElement, ad as ListEntitiesOptions, af as ListListViewsOptions, ag as ListListsOptions, ah as ListMenuConfigurationsOptions, ai as ListModulesOptions, aj as ListPagesOptions, ak as ListSchema, al as ListService, am as ListVariablesOptions, an as ListView, ao as ListViewSchema, ap as ListViewService, aq as LogicalOperator, ar as MenuConfiguration, as as MenuConfigurationSchema, at as MenuConfigurationService, au as MenuItem, av as MenuItemSchema, aw as MenuItemType, ax as MetaClient, ay as MetaListOptions, az as Module, aA as ModuleSchema, aB as ModuleService, aC as ModuleStatus, bT as NumberAttributeMeta, bU as ObjectAttributeMeta, aD as OnDeleteAction, aE as OnDeleteActionSchema, bV as PAGE_BACKGROUND_TOKENS, aF as PLATFORM_ATTRIBUTE_NAMES, aH as Page, aI as PageAction, aJ as PageActionKind, aK as PageActionSchema, bW as PageBackgroundToken, aL as PageLayout, aM as PageLayoutSchema, bX as PageLayoutSidePanel, bY as PageLayoutSidePanelSchema, aN as PageSchema, aO as PageService, bZ as PageStyle, b_ as PageStyleSchema, aP as PageType, b$ as PrincipalAttributeMeta, d as PrincipalRef, c0 as PrincipalType, e as PublicAccessOperation, aQ as PublicPageComponent, aR as PublicPageResponse, c1 as RecordFilterElement, c2 as RelatedListElement, c3 as RelatedRecordElement, aS as RelationAttributeMeta, aT as RelationAttributeMetaSchema, c4 as ResponsiveSizing, c5 as RowElement, c6 as SectionElement, c7 as SizeValue, c8 as SizeValueSchema, c9 as SizingProps, aY as SortConfig, aZ as SortConfigSchema, a_ as SortDirection, ca as StringAttributeMeta, cb as StringFormat, cc as TabsElement, cd as TextElement, ce as TextVariant, b1 as UpdateAppRequest, b2 as UpdateComponentRequest, b3 as UpdateDesignReferenceRequest, b4 as UpdateEntityRequest, b5 as UpdateListRequest, b6 as UpdateListViewRequest, b7 as UpdateMenuConfigurationRequest, b8 as UpdatePageRequest, b9 as UpdateVariableRequest, cf as UserAttributeMeta, cg as UserAttributeMetaSchema, bc as Variable, bd as VariableSchema, be as VariableService, bf as acceptsCurrentUserDefault, bg as allCurrencyCodes, bj as currencyLabel, bk as currencySymbol, bl as currencySymbolSide, bm as formatAmount, bn as formatMoney,
|
|
1
|
+
export { f as App, g as AppSchema, h as AppService, i as ArrayAttributeMeta, a as Attribute, j as AttributeAccessRule, bx as AttributeForLookup, by as AttributeMeta, k as AttributeRestrictions, l as AttributeSchema, m as AttributeType, bz as BUILT_IN_CONTROLS, bA as BuiltInControlSlug, C as CURRENT_USER_DEFAULT, bB as CardElement, p as Column, bC as ColumnElement, q as ColumnSchema, bD as CommonProps, r as ComparisonOperator, s as Component, bE as ComponentElement, t as ComponentSchema, u as ComponentService, bF as ControlBucket, v as CreateAppRequest, w as CreateComponentRequest, x as CreateDesignReferenceRequest, y as CreateEntityRequest, z as CreateListRequest, B as CreateListViewRequest, D as CreateMenuConfigurationRequest, E as CreatePageRequest, G as CreateVariableRequest, H as CurrencyAttributeMeta, I as CurrencyAttributeMetaSchema, J as CurrencySymbolSide, K as CurrencyValue, M as CurrentUserDefault, bG as DatetimeAttributeMeta, bH as DatetimeFormat, R as DeployModuleRequest, S as DesignReference, T as DesignReferenceContent, V as DesignReferenceSchema, W as DesignReferenceService, bI as DividerElement, Y as Entity, Z as EntitySchema, _ as EntityService, $ as EntityWithSchema, a0 as EntityWithSchemaSchema, a1 as EnumAttributeMeta, a2 as EnumValue, bJ as FieldElement, a3 as FileAttributeMeta, bK as FileAttributeMetaSchema, a5 as FilterElement, a6 as FilterElementSchema, a7 as FilterGroup, a8 as FilterGroupSchema, bL as LayoutAlign, bM as LayoutElement, bN as LayoutElementSchema, bO as LayoutElementType, bP as LayoutGap, bQ as LayoutJustify, bR as LayoutTab, a9 as List, aa as ListAppsOptions, ab as ListComponentsOptions, ac as ListDesignReferencesOptions, bS as ListElement, ad as ListEntitiesOptions, af as ListListViewsOptions, ag as ListListsOptions, ah as ListMenuConfigurationsOptions, ai as ListModulesOptions, aj as ListPagesOptions, ak as ListSchema, al as ListService, am as ListVariablesOptions, an as ListView, ao as ListViewSchema, ap as ListViewService, aq as LogicalOperator, ar as MenuConfiguration, as as MenuConfigurationSchema, at as MenuConfigurationService, au as MenuItem, av as MenuItemSchema, aw as MenuItemType, ax as MetaClient, ay as MetaListOptions, az as Module, aA as ModuleSchema, aB as ModuleService, aC as ModuleStatus, bT as NumberAttributeMeta, bU as ObjectAttributeMeta, aD as OnDeleteAction, aE as OnDeleteActionSchema, bV as PAGE_BACKGROUND_TOKENS, aF as PLATFORM_ATTRIBUTE_NAMES, aH as Page, aI as PageAction, aJ as PageActionKind, aK as PageActionSchema, bW as PageBackgroundToken, aL as PageLayout, aM as PageLayoutSchema, bX as PageLayoutSidePanel, bY as PageLayoutSidePanelSchema, aN as PageSchema, aO as PageService, bZ as PageStyle, b_ as PageStyleSchema, aP as PageType, b$ as PrincipalAttributeMeta, d as PrincipalRef, c0 as PrincipalType, e as PublicAccessOperation, aQ as PublicPageComponent, aR as PublicPageResponse, c1 as RecordFilterElement, c2 as RelatedListElement, c3 as RelatedRecordElement, aS as RelationAttributeMeta, aT as RelationAttributeMetaSchema, c4 as ResponsiveSizing, c5 as RowElement, c6 as SectionElement, c7 as SizeValue, c8 as SizeValueSchema, c9 as SizingProps, aY as SortConfig, aZ as SortConfigSchema, a_ as SortDirection, ca as StringAttributeMeta, cb as StringFormat, cc as TabsElement, cd as TextElement, ce as TextVariant, b1 as UpdateAppRequest, b2 as UpdateComponentRequest, b3 as UpdateDesignReferenceRequest, b4 as UpdateEntityRequest, b5 as UpdateListRequest, b6 as UpdateListViewRequest, b7 as UpdateMenuConfigurationRequest, b8 as UpdatePageRequest, b9 as UpdateVariableRequest, cf as UserAttributeMeta, cg as UserAttributeMetaSchema, bc as Variable, bd as VariableSchema, be as VariableService, ch as WorkflowTriggerElement, bf as acceptsCurrentUserDefault, bg as allCurrencyCodes, bj as currencyLabel, bk as currencySymbol, bl as currencySymbolSide, bm as formatAmount, bn as formatMoney, ci as isBuiltInControl, bo as isCurrentUserDefault, bp as isPlatformAttributeName, bq as localeNumberSeparators, cj as lookupCompatibleControls, ck as lookupControls, cl as lookupPrimaryControl, br as parseAmount, bs as parseCurrencyMeta, bt as parseFileMeta, cm as parsePrincipalMeta, bu as parseRelationMeta, cn as parseUserMeta, bv as platformAttributes } from '../types-COxVBT4w.cjs';
|
|
2
2
|
import 'zod';
|
package/dist/meta/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { f as App, g as AppSchema, h as AppService, i as ArrayAttributeMeta, a as Attribute, j as AttributeAccessRule, bx as AttributeForLookup, by as AttributeMeta, k as AttributeRestrictions, l as AttributeSchema, m as AttributeType, bz as BUILT_IN_CONTROLS, bA as BuiltInControlSlug, C as CURRENT_USER_DEFAULT, bB as CardElement, p as Column, bC as ColumnElement, q as ColumnSchema, bD as CommonProps, r as ComparisonOperator, s as Component, bE as ComponentElement, t as ComponentSchema, u as ComponentService, bF as ControlBucket, v as CreateAppRequest, w as CreateComponentRequest, x as CreateDesignReferenceRequest, y as CreateEntityRequest, z as CreateListRequest, B as CreateListViewRequest, D as CreateMenuConfigurationRequest, E as CreatePageRequest, G as CreateVariableRequest, H as CurrencyAttributeMeta, I as CurrencyAttributeMetaSchema, J as CurrencySymbolSide, K as CurrencyValue, M as CurrentUserDefault, bG as DatetimeAttributeMeta, bH as DatetimeFormat, R as DeployModuleRequest, S as DesignReference, T as DesignReferenceContent, V as DesignReferenceSchema, W as DesignReferenceService, bI as DividerElement, Y as Entity, Z as EntitySchema, _ as EntityService, $ as EntityWithSchema, a0 as EntityWithSchemaSchema, a1 as EnumAttributeMeta, a2 as EnumValue, bJ as FieldElement, a3 as FileAttributeMeta, bK as FileAttributeMetaSchema, a5 as FilterElement, a6 as FilterElementSchema, a7 as FilterGroup, a8 as FilterGroupSchema, bL as LayoutAlign, bM as LayoutElement, bN as LayoutElementSchema, bO as LayoutElementType, bP as LayoutGap, bQ as LayoutJustify, bR as LayoutTab, a9 as List, aa as ListAppsOptions, ab as ListComponentsOptions, ac as ListDesignReferencesOptions, bS as ListElement, ad as ListEntitiesOptions, af as ListListViewsOptions, ag as ListListsOptions, ah as ListMenuConfigurationsOptions, ai as ListModulesOptions, aj as ListPagesOptions, ak as ListSchema, al as ListService, am as ListVariablesOptions, an as ListView, ao as ListViewSchema, ap as ListViewService, aq as LogicalOperator, ar as MenuConfiguration, as as MenuConfigurationSchema, at as MenuConfigurationService, au as MenuItem, av as MenuItemSchema, aw as MenuItemType, ax as MetaClient, ay as MetaListOptions, az as Module, aA as ModuleSchema, aB as ModuleService, aC as ModuleStatus, bT as NumberAttributeMeta, bU as ObjectAttributeMeta, aD as OnDeleteAction, aE as OnDeleteActionSchema, bV as PAGE_BACKGROUND_TOKENS, aF as PLATFORM_ATTRIBUTE_NAMES, aH as Page, aI as PageAction, aJ as PageActionKind, aK as PageActionSchema, bW as PageBackgroundToken, aL as PageLayout, aM as PageLayoutSchema, bX as PageLayoutSidePanel, bY as PageLayoutSidePanelSchema, aN as PageSchema, aO as PageService, bZ as PageStyle, b_ as PageStyleSchema, aP as PageType, b$ as PrincipalAttributeMeta, d as PrincipalRef, c0 as PrincipalType, e as PublicAccessOperation, aQ as PublicPageComponent, aR as PublicPageResponse, c1 as RecordFilterElement, c2 as RelatedListElement, c3 as RelatedRecordElement, aS as RelationAttributeMeta, aT as RelationAttributeMetaSchema, c4 as ResponsiveSizing, c5 as RowElement, c6 as SectionElement, c7 as SizeValue, c8 as SizeValueSchema, c9 as SizingProps, aY as SortConfig, aZ as SortConfigSchema, a_ as SortDirection, ca as StringAttributeMeta, cb as StringFormat, cc as TabsElement, cd as TextElement, ce as TextVariant, b1 as UpdateAppRequest, b2 as UpdateComponentRequest, b3 as UpdateDesignReferenceRequest, b4 as UpdateEntityRequest, b5 as UpdateListRequest, b6 as UpdateListViewRequest, b7 as UpdateMenuConfigurationRequest, b8 as UpdatePageRequest, b9 as UpdateVariableRequest, cf as UserAttributeMeta, cg as UserAttributeMetaSchema, bc as Variable, bd as VariableSchema, be as VariableService, bf as acceptsCurrentUserDefault, bg as allCurrencyCodes, bj as currencyLabel, bk as currencySymbol, bl as currencySymbolSide, bm as formatAmount, bn as formatMoney,
|
|
1
|
+
export { f as App, g as AppSchema, h as AppService, i as ArrayAttributeMeta, a as Attribute, j as AttributeAccessRule, bx as AttributeForLookup, by as AttributeMeta, k as AttributeRestrictions, l as AttributeSchema, m as AttributeType, bz as BUILT_IN_CONTROLS, bA as BuiltInControlSlug, C as CURRENT_USER_DEFAULT, bB as CardElement, p as Column, bC as ColumnElement, q as ColumnSchema, bD as CommonProps, r as ComparisonOperator, s as Component, bE as ComponentElement, t as ComponentSchema, u as ComponentService, bF as ControlBucket, v as CreateAppRequest, w as CreateComponentRequest, x as CreateDesignReferenceRequest, y as CreateEntityRequest, z as CreateListRequest, B as CreateListViewRequest, D as CreateMenuConfigurationRequest, E as CreatePageRequest, G as CreateVariableRequest, H as CurrencyAttributeMeta, I as CurrencyAttributeMetaSchema, J as CurrencySymbolSide, K as CurrencyValue, M as CurrentUserDefault, bG as DatetimeAttributeMeta, bH as DatetimeFormat, R as DeployModuleRequest, S as DesignReference, T as DesignReferenceContent, V as DesignReferenceSchema, W as DesignReferenceService, bI as DividerElement, Y as Entity, Z as EntitySchema, _ as EntityService, $ as EntityWithSchema, a0 as EntityWithSchemaSchema, a1 as EnumAttributeMeta, a2 as EnumValue, bJ as FieldElement, a3 as FileAttributeMeta, bK as FileAttributeMetaSchema, a5 as FilterElement, a6 as FilterElementSchema, a7 as FilterGroup, a8 as FilterGroupSchema, bL as LayoutAlign, bM as LayoutElement, bN as LayoutElementSchema, bO as LayoutElementType, bP as LayoutGap, bQ as LayoutJustify, bR as LayoutTab, a9 as List, aa as ListAppsOptions, ab as ListComponentsOptions, ac as ListDesignReferencesOptions, bS as ListElement, ad as ListEntitiesOptions, af as ListListViewsOptions, ag as ListListsOptions, ah as ListMenuConfigurationsOptions, ai as ListModulesOptions, aj as ListPagesOptions, ak as ListSchema, al as ListService, am as ListVariablesOptions, an as ListView, ao as ListViewSchema, ap as ListViewService, aq as LogicalOperator, ar as MenuConfiguration, as as MenuConfigurationSchema, at as MenuConfigurationService, au as MenuItem, av as MenuItemSchema, aw as MenuItemType, ax as MetaClient, ay as MetaListOptions, az as Module, aA as ModuleSchema, aB as ModuleService, aC as ModuleStatus, bT as NumberAttributeMeta, bU as ObjectAttributeMeta, aD as OnDeleteAction, aE as OnDeleteActionSchema, bV as PAGE_BACKGROUND_TOKENS, aF as PLATFORM_ATTRIBUTE_NAMES, aH as Page, aI as PageAction, aJ as PageActionKind, aK as PageActionSchema, bW as PageBackgroundToken, aL as PageLayout, aM as PageLayoutSchema, bX as PageLayoutSidePanel, bY as PageLayoutSidePanelSchema, aN as PageSchema, aO as PageService, bZ as PageStyle, b_ as PageStyleSchema, aP as PageType, b$ as PrincipalAttributeMeta, d as PrincipalRef, c0 as PrincipalType, e as PublicAccessOperation, aQ as PublicPageComponent, aR as PublicPageResponse, c1 as RecordFilterElement, c2 as RelatedListElement, c3 as RelatedRecordElement, aS as RelationAttributeMeta, aT as RelationAttributeMetaSchema, c4 as ResponsiveSizing, c5 as RowElement, c6 as SectionElement, c7 as SizeValue, c8 as SizeValueSchema, c9 as SizingProps, aY as SortConfig, aZ as SortConfigSchema, a_ as SortDirection, ca as StringAttributeMeta, cb as StringFormat, cc as TabsElement, cd as TextElement, ce as TextVariant, b1 as UpdateAppRequest, b2 as UpdateComponentRequest, b3 as UpdateDesignReferenceRequest, b4 as UpdateEntityRequest, b5 as UpdateListRequest, b6 as UpdateListViewRequest, b7 as UpdateMenuConfigurationRequest, b8 as UpdatePageRequest, b9 as UpdateVariableRequest, cf as UserAttributeMeta, cg as UserAttributeMetaSchema, bc as Variable, bd as VariableSchema, be as VariableService, ch as WorkflowTriggerElement, bf as acceptsCurrentUserDefault, bg as allCurrencyCodes, bj as currencyLabel, bk as currencySymbol, bl as currencySymbolSide, bm as formatAmount, bn as formatMoney, ci as isBuiltInControl, bo as isCurrentUserDefault, bp as isPlatformAttributeName, bq as localeNumberSeparators, cj as lookupCompatibleControls, ck as lookupControls, cl as lookupPrimaryControl, br as parseAmount, bs as parseCurrencyMeta, bt as parseFileMeta, cm as parsePrincipalMeta, bu as parseRelationMeta, cn as parseUserMeta, bv as platformAttributes } from '../types-COxVBT4w.js';
|
|
2
2
|
import 'zod';
|
package/dist/meta/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { AppSchema, AttributeSchema, BUILT_IN_CONTROLS, CURRENT_USER_DEFAULT, ColumnSchema, ComponentSchema, CurrencyAttributeMetaSchema, DesignReferenceSchema, EntitySchema, EntityWithSchemaSchema, FileAttributeMetaSchema, FilterElementSchema, FilterGroupSchema, LayoutElementSchema, LayoutElementType, ListSchema, ListViewSchema, MenuConfigurationSchema, MenuItemSchema, MenuItemType, MetaClient, ModuleSchema, OnDeleteActionSchema, PAGE_BACKGROUND_TOKENS, PLATFORM_ATTRIBUTE_NAMES, PageActionSchema, PageLayoutSchema, PageLayoutSidePanelSchema, PageSchema, PageStyleSchema, RelationAttributeMetaSchema, SizeValueSchema, SortConfigSchema, UserAttributeMetaSchema, VariableSchema, acceptsCurrentUserDefault, allCurrencyCodes, currencyLabel, currencySymbol, currencySymbolSide, formatAmount, formatMoney, isBuiltInControl, isCurrentUserDefault, isPlatformAttributeName, localeNumberSeparators, lookupCompatibleControls, lookupControls, lookupPrimaryControl, parseAmount, parseCurrencyMeta, parseFileMeta, parsePrincipalMeta, parseRelationMeta, parseUserMeta, platformAttributes } from '../chunk-
|
|
1
|
+
export { AppSchema, AttributeSchema, BUILT_IN_CONTROLS, CURRENT_USER_DEFAULT, ColumnSchema, ComponentSchema, CurrencyAttributeMetaSchema, DesignReferenceSchema, EntitySchema, EntityWithSchemaSchema, FileAttributeMetaSchema, FilterElementSchema, FilterGroupSchema, LayoutElementSchema, LayoutElementType, ListSchema, ListViewSchema, MenuConfigurationSchema, MenuItemSchema, MenuItemType, MetaClient, ModuleSchema, OnDeleteActionSchema, PAGE_BACKGROUND_TOKENS, PLATFORM_ATTRIBUTE_NAMES, PageActionSchema, PageLayoutSchema, PageLayoutSidePanelSchema, PageSchema, PageStyleSchema, RelationAttributeMetaSchema, SizeValueSchema, SortConfigSchema, UserAttributeMetaSchema, VariableSchema, acceptsCurrentUserDefault, allCurrencyCodes, currencyLabel, currencySymbol, currencySymbolSide, formatAmount, formatMoney, isBuiltInControl, isCurrentUserDefault, isPlatformAttributeName, localeNumberSeparators, lookupCompatibleControls, lookupControls, lookupPrimaryControl, parseAmount, parseCurrencyMeta, parseFileMeta, parsePrincipalMeta, parseRelationMeta, parseUserMeta, platformAttributes } from '../chunk-TDG5QFZ5.js';
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
3
3
|
//# sourceMappingURL=index.js.map
|
|
@@ -1430,6 +1430,7 @@ declare const LayoutElementType: {
|
|
|
1430
1430
|
readonly Text: "text";
|
|
1431
1431
|
readonly RecordFilter: "record_filter";
|
|
1432
1432
|
readonly List: "list";
|
|
1433
|
+
readonly WorkflowTrigger: "workflow_trigger";
|
|
1433
1434
|
};
|
|
1434
1435
|
type LayoutElementType = (typeof LayoutElementType)[keyof typeof LayoutElementType];
|
|
1435
1436
|
type RowElement = CommonProps & {
|
|
@@ -1471,11 +1472,19 @@ type CardElement = CommonProps & {
|
|
|
1471
1472
|
default_collapsed?: boolean;
|
|
1472
1473
|
content: LayoutElement;
|
|
1473
1474
|
};
|
|
1475
|
+
/**
|
|
1476
|
+
* One switchable view inside a `tabs` element. `visible_when` hides the tab
|
|
1477
|
+
* when it does not match the record; `default_when` makes it the initially
|
|
1478
|
+
* shown tab when it matches. Both are evaluated live against the record being
|
|
1479
|
+
* viewed or edited. Resolution order: first visible tab (document order) whose
|
|
1480
|
+
* `default_when` matches → `TabsElement.default_tab_id` → first visible tab.
|
|
1481
|
+
*/
|
|
1474
1482
|
type LayoutTab = {
|
|
1475
1483
|
id: string;
|
|
1476
1484
|
label: string;
|
|
1477
1485
|
icon?: string;
|
|
1478
1486
|
visible_when?: FilterGroup;
|
|
1487
|
+
default_when?: FilterGroup;
|
|
1479
1488
|
content: LayoutElement;
|
|
1480
1489
|
};
|
|
1481
1490
|
type TabsElement = CommonProps & {
|
|
@@ -1617,13 +1626,35 @@ type ListElement = CommonProps & {
|
|
|
1617
1626
|
type DividerElement = CommonProps & {
|
|
1618
1627
|
type: 'divider';
|
|
1619
1628
|
};
|
|
1629
|
+
/**
|
|
1630
|
+
* An always-visible button that starts a manual run of `workflow` (by key) —
|
|
1631
|
+
* the in-layout counterpart of a `kind: workflow` toolbar action. `inputs`
|
|
1632
|
+
* maps the manual trigger's input_schema field names to Liquid templates
|
|
1633
|
+
* rendered against the page scope; `skip_confirmation` fires immediately when
|
|
1634
|
+
* every required input resolves. While the run is in flight the element shows
|
|
1635
|
+
* the step progress inline in place of the button.
|
|
1636
|
+
*/
|
|
1637
|
+
type WorkflowTriggerElement = CommonProps & {
|
|
1638
|
+
type: 'workflow_trigger';
|
|
1639
|
+
workflow: string;
|
|
1640
|
+
label: string;
|
|
1641
|
+
icon?: string;
|
|
1642
|
+
inputs?: Record<string, string>;
|
|
1643
|
+
skip_confirmation?: boolean;
|
|
1644
|
+
/**
|
|
1645
|
+
* Optional string attribute on the page's record where the element persists
|
|
1646
|
+
* the id of the execution it starts — and reads it back, so progress
|
|
1647
|
+
* survives reloads and is shared by every viewer. Record pages only.
|
|
1648
|
+
*/
|
|
1649
|
+
execution_attribute?: string;
|
|
1650
|
+
};
|
|
1620
1651
|
type TextVariant = 'heading' | 'subheading' | 'body' | 'caption' | 'callout';
|
|
1621
1652
|
type TextElement = CommonProps & {
|
|
1622
1653
|
type: 'text';
|
|
1623
1654
|
variant: TextVariant;
|
|
1624
1655
|
content: string;
|
|
1625
1656
|
};
|
|
1626
|
-
type LayoutElement = RowElement | ColumnElement | SectionElement | CardElement | TabsElement | FieldElement | RelatedListElement | RelatedRecordElement | ComponentElement | DividerElement | TextElement | RecordFilterElement | ListElement;
|
|
1657
|
+
type LayoutElement = RowElement | ColumnElement | SectionElement | CardElement | TabsElement | FieldElement | RelatedListElement | RelatedRecordElement | ComponentElement | DividerElement | TextElement | RecordFilterElement | ListElement | WorkflowTriggerElement;
|
|
1627
1658
|
declare const LayoutElementSchema: z.ZodType<LayoutElement>;
|
|
1628
1659
|
|
|
1629
1660
|
/**
|
|
@@ -3188,20 +3219,20 @@ declare const PageActionSchema: z.ZodObject<{
|
|
|
3188
3219
|
label: string;
|
|
3189
3220
|
icon: string;
|
|
3190
3221
|
params?: Record<string, string> | undefined;
|
|
3191
|
-
action?: string | undefined;
|
|
3192
3222
|
workflow?: string | undefined;
|
|
3193
|
-
kind?: "action" | "workflow" | undefined;
|
|
3194
3223
|
inputs?: Record<string, string> | undefined;
|
|
3195
3224
|
skip_confirmation?: boolean | undefined;
|
|
3225
|
+
action?: string | undefined;
|
|
3226
|
+
kind?: "workflow" | "action" | undefined;
|
|
3196
3227
|
}, {
|
|
3197
3228
|
label: string;
|
|
3198
3229
|
icon: string;
|
|
3199
3230
|
params?: Record<string, string> | undefined;
|
|
3200
|
-
action?: string | undefined;
|
|
3201
3231
|
workflow?: string | undefined;
|
|
3202
|
-
kind?: "action" | "workflow" | undefined;
|
|
3203
3232
|
inputs?: Record<string, string> | undefined;
|
|
3204
3233
|
skip_confirmation?: boolean | undefined;
|
|
3234
|
+
action?: string | undefined;
|
|
3235
|
+
kind?: "workflow" | "action" | undefined;
|
|
3205
3236
|
}>;
|
|
3206
3237
|
/**
|
|
3207
3238
|
* Whether a list's rows can be checked, and whether the checkboxes show from
|
|
@@ -3314,20 +3345,20 @@ declare const ListSchema: z.ZodObject<{
|
|
|
3314
3345
|
label: string;
|
|
3315
3346
|
icon: string;
|
|
3316
3347
|
params?: Record<string, string> | undefined;
|
|
3317
|
-
action?: string | undefined;
|
|
3318
3348
|
workflow?: string | undefined;
|
|
3319
|
-
kind?: "action" | "workflow" | undefined;
|
|
3320
3349
|
inputs?: Record<string, string> | undefined;
|
|
3321
3350
|
skip_confirmation?: boolean | undefined;
|
|
3351
|
+
action?: string | undefined;
|
|
3352
|
+
kind?: "workflow" | "action" | undefined;
|
|
3322
3353
|
}, {
|
|
3323
3354
|
label: string;
|
|
3324
3355
|
icon: string;
|
|
3325
3356
|
params?: Record<string, string> | undefined;
|
|
3326
|
-
action?: string | undefined;
|
|
3327
3357
|
workflow?: string | undefined;
|
|
3328
|
-
kind?: "action" | "workflow" | undefined;
|
|
3329
3358
|
inputs?: Record<string, string> | undefined;
|
|
3330
3359
|
skip_confirmation?: boolean | undefined;
|
|
3360
|
+
action?: string | undefined;
|
|
3361
|
+
kind?: "workflow" | "action" | undefined;
|
|
3331
3362
|
}>, "many">>;
|
|
3332
3363
|
selection_mode: z.ZodOptional<z.ZodEnum<["on_demand", "always", "off"]>>;
|
|
3333
3364
|
default_page_slug: z.ZodOptional<z.ZodString>;
|
|
@@ -3371,11 +3402,11 @@ declare const ListSchema: z.ZodObject<{
|
|
|
3371
3402
|
label: string;
|
|
3372
3403
|
icon: string;
|
|
3373
3404
|
params?: Record<string, string> | undefined;
|
|
3374
|
-
action?: string | undefined;
|
|
3375
3405
|
workflow?: string | undefined;
|
|
3376
|
-
kind?: "action" | "workflow" | undefined;
|
|
3377
3406
|
inputs?: Record<string, string> | undefined;
|
|
3378
3407
|
skip_confirmation?: boolean | undefined;
|
|
3408
|
+
action?: string | undefined;
|
|
3409
|
+
kind?: "workflow" | "action" | undefined;
|
|
3379
3410
|
}[] | undefined;
|
|
3380
3411
|
selection_mode?: "on_demand" | "always" | "off" | undefined;
|
|
3381
3412
|
default_page_slug?: string | undefined;
|
|
@@ -3408,11 +3439,11 @@ declare const ListSchema: z.ZodObject<{
|
|
|
3408
3439
|
label: string;
|
|
3409
3440
|
icon: string;
|
|
3410
3441
|
params?: Record<string, string> | undefined;
|
|
3411
|
-
action?: string | undefined;
|
|
3412
3442
|
workflow?: string | undefined;
|
|
3413
|
-
kind?: "action" | "workflow" | undefined;
|
|
3414
3443
|
inputs?: Record<string, string> | undefined;
|
|
3415
3444
|
skip_confirmation?: boolean | undefined;
|
|
3445
|
+
action?: string | undefined;
|
|
3446
|
+
kind?: "workflow" | "action" | undefined;
|
|
3416
3447
|
}[] | undefined;
|
|
3417
3448
|
selection_mode?: "on_demand" | "always" | "off" | undefined;
|
|
3418
3449
|
default_page_slug?: string | undefined;
|
|
@@ -3677,20 +3708,20 @@ declare const PageSchema: z.ZodObject<{
|
|
|
3677
3708
|
label: string;
|
|
3678
3709
|
icon: string;
|
|
3679
3710
|
params?: Record<string, string> | undefined;
|
|
3680
|
-
action?: string | undefined;
|
|
3681
3711
|
workflow?: string | undefined;
|
|
3682
|
-
kind?: "action" | "workflow" | undefined;
|
|
3683
3712
|
inputs?: Record<string, string> | undefined;
|
|
3684
3713
|
skip_confirmation?: boolean | undefined;
|
|
3714
|
+
action?: string | undefined;
|
|
3715
|
+
kind?: "workflow" | "action" | undefined;
|
|
3685
3716
|
}, {
|
|
3686
3717
|
label: string;
|
|
3687
3718
|
icon: string;
|
|
3688
3719
|
params?: Record<string, string> | undefined;
|
|
3689
|
-
action?: string | undefined;
|
|
3690
3720
|
workflow?: string | undefined;
|
|
3691
|
-
kind?: "action" | "workflow" | undefined;
|
|
3692
3721
|
inputs?: Record<string, string> | undefined;
|
|
3693
3722
|
skip_confirmation?: boolean | undefined;
|
|
3723
|
+
action?: string | undefined;
|
|
3724
|
+
kind?: "workflow" | "action" | undefined;
|
|
3694
3725
|
}>, "many">;
|
|
3695
3726
|
layout: z.ZodObject<{
|
|
3696
3727
|
version: z.ZodLiteral<1>;
|
|
@@ -3772,11 +3803,11 @@ declare const PageSchema: z.ZodObject<{
|
|
|
3772
3803
|
label: string;
|
|
3773
3804
|
icon: string;
|
|
3774
3805
|
params?: Record<string, string> | undefined;
|
|
3775
|
-
action?: string | undefined;
|
|
3776
3806
|
workflow?: string | undefined;
|
|
3777
|
-
kind?: "action" | "workflow" | undefined;
|
|
3778
3807
|
inputs?: Record<string, string> | undefined;
|
|
3779
3808
|
skip_confirmation?: boolean | undefined;
|
|
3809
|
+
action?: string | undefined;
|
|
3810
|
+
kind?: "workflow" | "action" | undefined;
|
|
3780
3811
|
}[];
|
|
3781
3812
|
layout: {
|
|
3782
3813
|
version: 1;
|
|
@@ -3813,11 +3844,11 @@ declare const PageSchema: z.ZodObject<{
|
|
|
3813
3844
|
label: string;
|
|
3814
3845
|
icon: string;
|
|
3815
3846
|
params?: Record<string, string> | undefined;
|
|
3816
|
-
action?: string | undefined;
|
|
3817
3847
|
workflow?: string | undefined;
|
|
3818
|
-
kind?: "action" | "workflow" | undefined;
|
|
3819
3848
|
inputs?: Record<string, string> | undefined;
|
|
3820
3849
|
skip_confirmation?: boolean | undefined;
|
|
3850
|
+
action?: string | undefined;
|
|
3851
|
+
kind?: "workflow" | "action" | undefined;
|
|
3821
3852
|
}[];
|
|
3822
3853
|
layout: {
|
|
3823
3854
|
version: 1;
|
|
@@ -4255,4 +4286,4 @@ declare function isCurrentUserDefault(value: unknown): value is CurrentUserDefau
|
|
|
4255
4286
|
/** Only the identity-valued attribute types can carry the sentinel. */
|
|
4256
4287
|
declare function acceptsCurrentUserDefault(type: AttributeType): boolean;
|
|
4257
4288
|
|
|
4258
|
-
export { type EntityWithSchema as $, type AuditFields as A, type CreateListViewRequest as B, CURRENT_USER_DEFAULT as C, type CreateMenuConfigurationRequest as D, type CreatePageRequest as E, type FileRef as F, type CreateVariableRequest as G, type CurrencyAttributeMeta as H, CurrencyAttributeMetaSchema as I, type CurrencySymbolSide as J, type CurrencyValue as K, type ListOptions as L, type CurrentUserDefault as M, DEFAULT_OPTIONS as N, DEFAULT_PAGE_SIZE as O, PageIterator as P, DONE as Q, type DeployModuleRequest as R, type DesignReference as S, type DesignReferenceContent as T, type UserRef as U, DesignReferenceSchema as V, type DesignReferenceService as W, type Done as X, type Entity as Y, EntitySchema as Z, type EntityService as _, type Attribute as a, type Timestamps as a$, EntityWithSchemaSchema as a0, type EnumAttributeMeta as a1, type EnumValue as a2, type FileAttributeMeta as a3, FileRefSchema as a4, type FilterElement as a5, FilterElementSchema as a6, type FilterGroup as a7, FilterGroupSchema as a8, type List as a9, ModuleSchema as aA, type ModuleService as aB, type ModuleStatus as aC, type OnDeleteAction as aD, OnDeleteActionSchema as aE, PLATFORM_ATTRIBUTE_NAMES as aF, PLATFORM_USER_ID as aG, type Page as aH, type PageAction as aI, type PageActionKind as aJ, PageActionSchema as aK, type PageLayout as aL, PageLayoutSchema as aM, PageSchema as aN, type PageService as aO, type PageType as aP, type PublicPageComponent as aQ, type PublicPageResponse as aR, type RelationAttributeMeta as aS, RelationAttributeMetaSchema as aT, type RequestOptions as aU, type ResolvedClientOptions as aV, type ResponseMeta as aW, ResponseMetaSchema as aX, type SortConfig as aY, SortConfigSchema as aZ, type SortDirection as a_, type ListAppsOptions as aa, type ListComponentsOptions as ab, type ListDesignReferencesOptions as ac, type ListEntitiesOptions as ad, type ListFn as ae, type ListListViewsOptions as af, type ListListsOptions as ag, type ListMenuConfigurationsOptions as ah, type ListModulesOptions as ai, type ListPagesOptions as aj, ListSchema as ak, type ListService as al, type ListVariablesOptions as am, type ListView as an, ListViewSchema as ao, type ListViewService as ap, type LogicalOperator as aq, type MenuConfiguration as ar, MenuConfigurationSchema as as, type MenuConfigurationService as at, type MenuItem as au, MenuItemSchema as av, MenuItemType as aw, MetaClient as ax, type MetaListOptions as ay, type Module as az, type ListResult as b, type PrincipalAttributeMeta as b$, type TokenProvider as b0, type UpdateAppRequest as b1, type UpdateComponentRequest as b2, type UpdateDesignReferenceRequest as b3, type UpdateEntityRequest as b4, type UpdateListRequest as b5, type UpdateListViewRequest as b6, type UpdateMenuConfigurationRequest as b7, type UpdatePageRequest as b8, type UpdateVariableRequest as b9, type BuiltInControlSlug as bA, type CardElement as bB, type ColumnElement as bC, type CommonProps as bD, type ComponentElement as bE, type ControlBucket as bF, type DatetimeAttributeMeta as bG, type DatetimeFormat as bH, type DividerElement as bI, type FieldElement as bJ, FileAttributeMetaSchema as bK, type LayoutAlign as bL, type LayoutElement as bM, LayoutElementSchema as bN, LayoutElementType as bO, type LayoutGap as bP, type LayoutJustify as bQ, type LayoutTab as bR, type ListElement as bS, type NumberAttributeMeta as bT, type ObjectAttributeMeta as bU, PAGE_BACKGROUND_TOKENS as bV, type PageBackgroundToken as bW, type PageLayoutSidePanel as bX, PageLayoutSidePanelSchema as bY, type PageStyle as bZ, PageStyleSchema as b_, UserRefSchema as ba, type UserType as bb, type Variable as bc, VariableSchema as bd, type VariableService as be, acceptsCurrentUserDefault as bf, allCurrencyCodes as bg, createIterator as bh, createListResultSchema as bi, currencyLabel as bj, currencySymbol as bk, currencySymbolSide as bl, formatAmount as bm, formatMoney as bn, isCurrentUserDefault as bo, isPlatformAttributeName as bp, localeNumberSeparators as bq, parseAmount as br, parseCurrencyMeta as bs, parseFileMeta as bt, parseRelationMeta as bu, platformAttributes as bv, resolveOptions as bw, type AttributeForLookup as bx, type AttributeMeta as by, BUILT_IN_CONTROLS as bz, ProteosClient as c, type PrincipalType as c0, type RecordFilterElement as c1, type RelatedListElement as c2, type RelatedRecordElement as c3, type ResponsiveSizing as c4, type RowElement as c5, type SectionElement as c6, type SizeValue as c7, SizeValueSchema as c8, type SizingProps as c9, type StringAttributeMeta as ca, type StringFormat as cb, type TabsElement as cc, type TextElement as cd, type TextVariant as ce, type UserAttributeMeta as cf, UserAttributeMetaSchema as cg,
|
|
4289
|
+
export { type EntityWithSchema as $, type AuditFields as A, type CreateListViewRequest as B, CURRENT_USER_DEFAULT as C, type CreateMenuConfigurationRequest as D, type CreatePageRequest as E, type FileRef as F, type CreateVariableRequest as G, type CurrencyAttributeMeta as H, CurrencyAttributeMetaSchema as I, type CurrencySymbolSide as J, type CurrencyValue as K, type ListOptions as L, type CurrentUserDefault as M, DEFAULT_OPTIONS as N, DEFAULT_PAGE_SIZE as O, PageIterator as P, DONE as Q, type DeployModuleRequest as R, type DesignReference as S, type DesignReferenceContent as T, type UserRef as U, DesignReferenceSchema as V, type DesignReferenceService as W, type Done as X, type Entity as Y, EntitySchema as Z, type EntityService as _, type Attribute as a, type Timestamps as a$, EntityWithSchemaSchema as a0, type EnumAttributeMeta as a1, type EnumValue as a2, type FileAttributeMeta as a3, FileRefSchema as a4, type FilterElement as a5, FilterElementSchema as a6, type FilterGroup as a7, FilterGroupSchema as a8, type List as a9, ModuleSchema as aA, type ModuleService as aB, type ModuleStatus as aC, type OnDeleteAction as aD, OnDeleteActionSchema as aE, PLATFORM_ATTRIBUTE_NAMES as aF, PLATFORM_USER_ID as aG, type Page as aH, type PageAction as aI, type PageActionKind as aJ, PageActionSchema as aK, type PageLayout as aL, PageLayoutSchema as aM, PageSchema as aN, type PageService as aO, type PageType as aP, type PublicPageComponent as aQ, type PublicPageResponse as aR, type RelationAttributeMeta as aS, RelationAttributeMetaSchema as aT, type RequestOptions as aU, type ResolvedClientOptions as aV, type ResponseMeta as aW, ResponseMetaSchema as aX, type SortConfig as aY, SortConfigSchema as aZ, type SortDirection as a_, type ListAppsOptions as aa, type ListComponentsOptions as ab, type ListDesignReferencesOptions as ac, type ListEntitiesOptions as ad, type ListFn as ae, type ListListViewsOptions as af, type ListListsOptions as ag, type ListMenuConfigurationsOptions as ah, type ListModulesOptions as ai, type ListPagesOptions as aj, ListSchema as ak, type ListService as al, type ListVariablesOptions as am, type ListView as an, ListViewSchema as ao, type ListViewService as ap, type LogicalOperator as aq, type MenuConfiguration as ar, MenuConfigurationSchema as as, type MenuConfigurationService as at, type MenuItem as au, MenuItemSchema as av, MenuItemType as aw, MetaClient as ax, type MetaListOptions as ay, type Module as az, type ListResult as b, type PrincipalAttributeMeta as b$, type TokenProvider as b0, type UpdateAppRequest as b1, type UpdateComponentRequest as b2, type UpdateDesignReferenceRequest as b3, type UpdateEntityRequest as b4, type UpdateListRequest as b5, type UpdateListViewRequest as b6, type UpdateMenuConfigurationRequest as b7, type UpdatePageRequest as b8, type UpdateVariableRequest as b9, type BuiltInControlSlug as bA, type CardElement as bB, type ColumnElement as bC, type CommonProps as bD, type ComponentElement as bE, type ControlBucket as bF, type DatetimeAttributeMeta as bG, type DatetimeFormat as bH, type DividerElement as bI, type FieldElement as bJ, FileAttributeMetaSchema as bK, type LayoutAlign as bL, type LayoutElement as bM, LayoutElementSchema as bN, LayoutElementType as bO, type LayoutGap as bP, type LayoutJustify as bQ, type LayoutTab as bR, type ListElement as bS, type NumberAttributeMeta as bT, type ObjectAttributeMeta as bU, PAGE_BACKGROUND_TOKENS as bV, type PageBackgroundToken as bW, type PageLayoutSidePanel as bX, PageLayoutSidePanelSchema as bY, type PageStyle as bZ, PageStyleSchema as b_, UserRefSchema as ba, type UserType as bb, type Variable as bc, VariableSchema as bd, type VariableService as be, acceptsCurrentUserDefault as bf, allCurrencyCodes as bg, createIterator as bh, createListResultSchema as bi, currencyLabel as bj, currencySymbol as bk, currencySymbolSide as bl, formatAmount as bm, formatMoney as bn, isCurrentUserDefault as bo, isPlatformAttributeName as bp, localeNumberSeparators as bq, parseAmount as br, parseCurrencyMeta as bs, parseFileMeta as bt, parseRelationMeta as bu, platformAttributes as bv, resolveOptions as bw, type AttributeForLookup as bx, type AttributeMeta as by, BUILT_IN_CONTROLS as bz, ProteosClient as c, type PrincipalType as c0, type RecordFilterElement as c1, type RelatedListElement as c2, type RelatedRecordElement as c3, type ResponsiveSizing as c4, type RowElement as c5, type SectionElement as c6, type SizeValue as c7, SizeValueSchema as c8, type SizingProps as c9, type StringAttributeMeta as ca, type StringFormat as cb, type TabsElement as cc, type TextElement as cd, type TextVariant as ce, type UserAttributeMeta as cf, UserAttributeMetaSchema as cg, type WorkflowTriggerElement as ch, isBuiltInControl as ci, lookupCompatibleControls as cj, lookupControls as ck, lookupPrimaryControl as cl, parsePrincipalMeta as cm, parseUserMeta as cn, type PrincipalRef as d, type PublicAccessOperation as e, type App as f, AppSchema as g, type AppService as h, type ArrayAttributeMeta as i, type AttributeAccessRule as j, type AttributeRestrictions as k, AttributeSchema as l, type AttributeType as m, AuditFieldsSchema as n, type ClientOptions as o, type Column as p, ColumnSchema as q, type ComparisonOperator as r, type Component as s, ComponentSchema as t, type ComponentService as u, type CreateAppRequest as v, type CreateComponentRequest as w, type CreateDesignReferenceRequest as x, type CreateEntityRequest as y, type CreateListRequest as z };
|