@proteos/sdk 0.53.0 → 0.54.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-SWCPI6SL.cjs → chunk-KMNEQP3G.cjs} +13 -3
- package/dist/chunk-KMNEQP3G.cjs.map +1 -0
- package/dist/{chunk-HEUXXELG.js → chunk-OS4IQ5VH.js} +13 -3
- package/dist/chunk-OS4IQ5VH.js.map +1 -0
- package/dist/index.cjs +453 -118
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +859 -30
- package/dist/index.d.ts +859 -30
- package/dist/index.js +338 -4
- package/dist/index.js.map +1 -1
- package/dist/meta/index.cjs +75 -75
- 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-D5P6yk1L.d.cts → types-amvSTwJy.d.cts} +20 -2
- package/dist/{types-D5P6yk1L.d.ts → types-amvSTwJy.d.ts} +20 -2
- package/package.json +3 -3
- package/src/auth/platform-entities.ts +8 -0
- package/src/connector/types.ts +8 -0
- package/src/index.ts +87 -0
- package/src/meta/layout/elements.ts +29 -0
- package/src/meta/layout/index.ts +1 -0
- package/src/scheduling/index.ts +576 -0
- package/src/scheduling/types.ts +790 -0
- package/dist/chunk-HEUXXELG.js.map +0 -1
- package/dist/chunk-SWCPI6SL.cjs.map +0 -1
package/dist/meta/index.cjs
CHANGED
|
@@ -1,304 +1,304 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkKMNEQP3G_cjs = require('../chunk-KMNEQP3G.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "AppConfigurationSchema", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunkKMNEQP3G_cjs.AppConfigurationSchema; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "AppHomeSchema", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkKMNEQP3G_cjs.AppHomeSchema; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "AppSchema", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkKMNEQP3G_cjs.AppSchema; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "AttributeSchema", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkKMNEQP3G_cjs.AttributeSchema; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "BUILT_IN_CONTROLS", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkKMNEQP3G_cjs.BUILT_IN_CONTROLS; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "CURRENT_USER_DEFAULT", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkKMNEQP3G_cjs.CURRENT_USER_DEFAULT; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "ColumnSchema", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkKMNEQP3G_cjs.ColumnSchema; }
|
|
34
34
|
});
|
|
35
35
|
Object.defineProperty(exports, "ComponentSchema", {
|
|
36
36
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunkKMNEQP3G_cjs.ComponentSchema; }
|
|
38
38
|
});
|
|
39
39
|
Object.defineProperty(exports, "ContactAddressAttributeMetaSchema", {
|
|
40
40
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
41
|
+
get: function () { return chunkKMNEQP3G_cjs.ContactAddressAttributeMetaSchema; }
|
|
42
42
|
});
|
|
43
43
|
Object.defineProperty(exports, "CurrencyAttributeMetaSchema", {
|
|
44
44
|
enumerable: true,
|
|
45
|
-
get: function () { return
|
|
45
|
+
get: function () { return chunkKMNEQP3G_cjs.CurrencyAttributeMetaSchema; }
|
|
46
46
|
});
|
|
47
47
|
Object.defineProperty(exports, "DesignReferenceSchema", {
|
|
48
48
|
enumerable: true,
|
|
49
|
-
get: function () { return
|
|
49
|
+
get: function () { return chunkKMNEQP3G_cjs.DesignReferenceSchema; }
|
|
50
50
|
});
|
|
51
51
|
Object.defineProperty(exports, "EntityContactBindingSchema", {
|
|
52
52
|
enumerable: true,
|
|
53
|
-
get: function () { return
|
|
53
|
+
get: function () { return chunkKMNEQP3G_cjs.EntityContactBindingSchema; }
|
|
54
54
|
});
|
|
55
55
|
Object.defineProperty(exports, "EntityExtensionSchema", {
|
|
56
56
|
enumerable: true,
|
|
57
|
-
get: function () { return
|
|
57
|
+
get: function () { return chunkKMNEQP3G_cjs.EntityExtensionSchema; }
|
|
58
58
|
});
|
|
59
59
|
Object.defineProperty(exports, "EntitySchema", {
|
|
60
60
|
enumerable: true,
|
|
61
|
-
get: function () { return
|
|
61
|
+
get: function () { return chunkKMNEQP3G_cjs.EntitySchema; }
|
|
62
62
|
});
|
|
63
63
|
Object.defineProperty(exports, "EntityWithSchemaSchema", {
|
|
64
64
|
enumerable: true,
|
|
65
|
-
get: function () { return
|
|
65
|
+
get: function () { return chunkKMNEQP3G_cjs.EntityWithSchemaSchema; }
|
|
66
66
|
});
|
|
67
67
|
Object.defineProperty(exports, "ExtensionPositionSchema", {
|
|
68
68
|
enumerable: true,
|
|
69
|
-
get: function () { return
|
|
69
|
+
get: function () { return chunkKMNEQP3G_cjs.ExtensionPositionSchema; }
|
|
70
70
|
});
|
|
71
71
|
Object.defineProperty(exports, "FileAttributeMetaSchema", {
|
|
72
72
|
enumerable: true,
|
|
73
|
-
get: function () { return
|
|
73
|
+
get: function () { return chunkKMNEQP3G_cjs.FileAttributeMetaSchema; }
|
|
74
74
|
});
|
|
75
75
|
Object.defineProperty(exports, "FilterElementSchema", {
|
|
76
76
|
enumerable: true,
|
|
77
|
-
get: function () { return
|
|
77
|
+
get: function () { return chunkKMNEQP3G_cjs.FilterElementSchema; }
|
|
78
78
|
});
|
|
79
79
|
Object.defineProperty(exports, "FilterGroupSchema", {
|
|
80
80
|
enumerable: true,
|
|
81
|
-
get: function () { return
|
|
81
|
+
get: function () { return chunkKMNEQP3G_cjs.FilterGroupSchema; }
|
|
82
82
|
});
|
|
83
83
|
Object.defineProperty(exports, "LayoutElementSchema", {
|
|
84
84
|
enumerable: true,
|
|
85
|
-
get: function () { return
|
|
85
|
+
get: function () { return chunkKMNEQP3G_cjs.LayoutElementSchema; }
|
|
86
86
|
});
|
|
87
87
|
Object.defineProperty(exports, "LayoutElementType", {
|
|
88
88
|
enumerable: true,
|
|
89
|
-
get: function () { return
|
|
89
|
+
get: function () { return chunkKMNEQP3G_cjs.LayoutElementType; }
|
|
90
90
|
});
|
|
91
91
|
Object.defineProperty(exports, "LayoutTabSchema", {
|
|
92
92
|
enumerable: true,
|
|
93
|
-
get: function () { return
|
|
93
|
+
get: function () { return chunkKMNEQP3G_cjs.LayoutTabSchema; }
|
|
94
94
|
});
|
|
95
95
|
Object.defineProperty(exports, "ListExtensionColumnPlacementSchema", {
|
|
96
96
|
enumerable: true,
|
|
97
|
-
get: function () { return
|
|
97
|
+
get: function () { return chunkKMNEQP3G_cjs.ListExtensionColumnPlacementSchema; }
|
|
98
98
|
});
|
|
99
99
|
Object.defineProperty(exports, "ListExtensionSchema", {
|
|
100
100
|
enumerable: true,
|
|
101
|
-
get: function () { return
|
|
101
|
+
get: function () { return chunkKMNEQP3G_cjs.ListExtensionSchema; }
|
|
102
102
|
});
|
|
103
103
|
Object.defineProperty(exports, "ListSchema", {
|
|
104
104
|
enumerable: true,
|
|
105
|
-
get: function () { return
|
|
105
|
+
get: function () { return chunkKMNEQP3G_cjs.ListSchema; }
|
|
106
106
|
});
|
|
107
107
|
Object.defineProperty(exports, "ListViewSchema", {
|
|
108
108
|
enumerable: true,
|
|
109
|
-
get: function () { return
|
|
109
|
+
get: function () { return chunkKMNEQP3G_cjs.ListViewSchema; }
|
|
110
110
|
});
|
|
111
111
|
Object.defineProperty(exports, "MENU_CONFIGURATION_EXTENSION_ANCHOR_ITEMS", {
|
|
112
112
|
enumerable: true,
|
|
113
|
-
get: function () { return
|
|
113
|
+
get: function () { return chunkKMNEQP3G_cjs.MENU_CONFIGURATION_EXTENSION_ANCHOR_ITEMS; }
|
|
114
114
|
});
|
|
115
115
|
Object.defineProperty(exports, "MenuConfigurationExtensionPlacementSchema", {
|
|
116
116
|
enumerable: true,
|
|
117
|
-
get: function () { return
|
|
117
|
+
get: function () { return chunkKMNEQP3G_cjs.MenuConfigurationExtensionPlacementSchema; }
|
|
118
118
|
});
|
|
119
119
|
Object.defineProperty(exports, "MenuConfigurationExtensionPositionSchema", {
|
|
120
120
|
enumerable: true,
|
|
121
|
-
get: function () { return
|
|
121
|
+
get: function () { return chunkKMNEQP3G_cjs.MenuConfigurationExtensionPositionSchema; }
|
|
122
122
|
});
|
|
123
123
|
Object.defineProperty(exports, "MenuConfigurationExtensionSchema", {
|
|
124
124
|
enumerable: true,
|
|
125
|
-
get: function () { return
|
|
125
|
+
get: function () { return chunkKMNEQP3G_cjs.MenuConfigurationExtensionSchema; }
|
|
126
126
|
});
|
|
127
127
|
Object.defineProperty(exports, "MenuConfigurationSchema", {
|
|
128
128
|
enumerable: true,
|
|
129
|
-
get: function () { return
|
|
129
|
+
get: function () { return chunkKMNEQP3G_cjs.MenuConfigurationSchema; }
|
|
130
130
|
});
|
|
131
131
|
Object.defineProperty(exports, "MenuItemSchema", {
|
|
132
132
|
enumerable: true,
|
|
133
|
-
get: function () { return
|
|
133
|
+
get: function () { return chunkKMNEQP3G_cjs.MenuItemSchema; }
|
|
134
134
|
});
|
|
135
135
|
Object.defineProperty(exports, "MenuItemType", {
|
|
136
136
|
enumerable: true,
|
|
137
|
-
get: function () { return
|
|
137
|
+
get: function () { return chunkKMNEQP3G_cjs.MenuItemType; }
|
|
138
138
|
});
|
|
139
139
|
Object.defineProperty(exports, "MetaClient", {
|
|
140
140
|
enumerable: true,
|
|
141
|
-
get: function () { return
|
|
141
|
+
get: function () { return chunkKMNEQP3G_cjs.MetaClient; }
|
|
142
142
|
});
|
|
143
143
|
Object.defineProperty(exports, "ModuleSchema", {
|
|
144
144
|
enumerable: true,
|
|
145
|
-
get: function () { return
|
|
145
|
+
get: function () { return chunkKMNEQP3G_cjs.ModuleSchema; }
|
|
146
146
|
});
|
|
147
147
|
Object.defineProperty(exports, "OnDeleteActionSchema", {
|
|
148
148
|
enumerable: true,
|
|
149
|
-
get: function () { return
|
|
149
|
+
get: function () { return chunkKMNEQP3G_cjs.OnDeleteActionSchema; }
|
|
150
150
|
});
|
|
151
151
|
Object.defineProperty(exports, "PAGE_BACKGROUND_TOKENS", {
|
|
152
152
|
enumerable: true,
|
|
153
|
-
get: function () { return
|
|
153
|
+
get: function () { return chunkKMNEQP3G_cjs.PAGE_BACKGROUND_TOKENS; }
|
|
154
154
|
});
|
|
155
155
|
Object.defineProperty(exports, "PAGE_EXTENSION_ANCHOR_MAIN", {
|
|
156
156
|
enumerable: true,
|
|
157
|
-
get: function () { return
|
|
157
|
+
get: function () { return chunkKMNEQP3G_cjs.PAGE_EXTENSION_ANCHOR_MAIN; }
|
|
158
158
|
});
|
|
159
159
|
Object.defineProperty(exports, "PAGE_EXTENSION_ANCHOR_SIDE_PANEL", {
|
|
160
160
|
enumerable: true,
|
|
161
|
-
get: function () { return
|
|
161
|
+
get: function () { return chunkKMNEQP3G_cjs.PAGE_EXTENSION_ANCHOR_SIDE_PANEL; }
|
|
162
162
|
});
|
|
163
163
|
Object.defineProperty(exports, "PLATFORM_ATTRIBUTE_NAMES", {
|
|
164
164
|
enumerable: true,
|
|
165
|
-
get: function () { return
|
|
165
|
+
get: function () { return chunkKMNEQP3G_cjs.PLATFORM_ATTRIBUTE_NAMES; }
|
|
166
166
|
});
|
|
167
167
|
Object.defineProperty(exports, "PageActionSchema", {
|
|
168
168
|
enumerable: true,
|
|
169
|
-
get: function () { return
|
|
169
|
+
get: function () { return chunkKMNEQP3G_cjs.PageActionSchema; }
|
|
170
170
|
});
|
|
171
171
|
Object.defineProperty(exports, "PageExtensionPlacementSchema", {
|
|
172
172
|
enumerable: true,
|
|
173
|
-
get: function () { return
|
|
173
|
+
get: function () { return chunkKMNEQP3G_cjs.PageExtensionPlacementSchema; }
|
|
174
174
|
});
|
|
175
175
|
Object.defineProperty(exports, "PageExtensionSchema", {
|
|
176
176
|
enumerable: true,
|
|
177
|
-
get: function () { return
|
|
177
|
+
get: function () { return chunkKMNEQP3G_cjs.PageExtensionSchema; }
|
|
178
178
|
});
|
|
179
179
|
Object.defineProperty(exports, "PageLayoutSchema", {
|
|
180
180
|
enumerable: true,
|
|
181
|
-
get: function () { return
|
|
181
|
+
get: function () { return chunkKMNEQP3G_cjs.PageLayoutSchema; }
|
|
182
182
|
});
|
|
183
183
|
Object.defineProperty(exports, "PageLayoutSidePanelSchema", {
|
|
184
184
|
enumerable: true,
|
|
185
|
-
get: function () { return
|
|
185
|
+
get: function () { return chunkKMNEQP3G_cjs.PageLayoutSidePanelSchema; }
|
|
186
186
|
});
|
|
187
187
|
Object.defineProperty(exports, "PageSchema", {
|
|
188
188
|
enumerable: true,
|
|
189
|
-
get: function () { return
|
|
189
|
+
get: function () { return chunkKMNEQP3G_cjs.PageSchema; }
|
|
190
190
|
});
|
|
191
191
|
Object.defineProperty(exports, "PageStyleSchema", {
|
|
192
192
|
enumerable: true,
|
|
193
|
-
get: function () { return
|
|
193
|
+
get: function () { return chunkKMNEQP3G_cjs.PageStyleSchema; }
|
|
194
194
|
});
|
|
195
195
|
Object.defineProperty(exports, "RelationAttributeMetaSchema", {
|
|
196
196
|
enumerable: true,
|
|
197
|
-
get: function () { return
|
|
197
|
+
get: function () { return chunkKMNEQP3G_cjs.RelationAttributeMetaSchema; }
|
|
198
198
|
});
|
|
199
199
|
Object.defineProperty(exports, "SizeValueSchema", {
|
|
200
200
|
enumerable: true,
|
|
201
|
-
get: function () { return
|
|
201
|
+
get: function () { return chunkKMNEQP3G_cjs.SizeValueSchema; }
|
|
202
202
|
});
|
|
203
203
|
Object.defineProperty(exports, "SortConfigSchema", {
|
|
204
204
|
enumerable: true,
|
|
205
|
-
get: function () { return
|
|
205
|
+
get: function () { return chunkKMNEQP3G_cjs.SortConfigSchema; }
|
|
206
206
|
});
|
|
207
207
|
Object.defineProperty(exports, "UserAttributeMetaSchema", {
|
|
208
208
|
enumerable: true,
|
|
209
|
-
get: function () { return
|
|
209
|
+
get: function () { return chunkKMNEQP3G_cjs.UserAttributeMetaSchema; }
|
|
210
210
|
});
|
|
211
211
|
Object.defineProperty(exports, "VariableSchema", {
|
|
212
212
|
enumerable: true,
|
|
213
|
-
get: function () { return
|
|
213
|
+
get: function () { return chunkKMNEQP3G_cjs.VariableSchema; }
|
|
214
214
|
});
|
|
215
215
|
Object.defineProperty(exports, "acceptsCurrentUserDefault", {
|
|
216
216
|
enumerable: true,
|
|
217
|
-
get: function () { return
|
|
217
|
+
get: function () { return chunkKMNEQP3G_cjs.acceptsCurrentUserDefault; }
|
|
218
218
|
});
|
|
219
219
|
Object.defineProperty(exports, "allCurrencyCodes", {
|
|
220
220
|
enumerable: true,
|
|
221
|
-
get: function () { return
|
|
221
|
+
get: function () { return chunkKMNEQP3G_cjs.allCurrencyCodes; }
|
|
222
222
|
});
|
|
223
223
|
Object.defineProperty(exports, "currencyLabel", {
|
|
224
224
|
enumerable: true,
|
|
225
|
-
get: function () { return
|
|
225
|
+
get: function () { return chunkKMNEQP3G_cjs.currencyLabel; }
|
|
226
226
|
});
|
|
227
227
|
Object.defineProperty(exports, "currencySymbol", {
|
|
228
228
|
enumerable: true,
|
|
229
|
-
get: function () { return
|
|
229
|
+
get: function () { return chunkKMNEQP3G_cjs.currencySymbol; }
|
|
230
230
|
});
|
|
231
231
|
Object.defineProperty(exports, "currencySymbolSide", {
|
|
232
232
|
enumerable: true,
|
|
233
|
-
get: function () { return
|
|
233
|
+
get: function () { return chunkKMNEQP3G_cjs.currencySymbolSide; }
|
|
234
234
|
});
|
|
235
235
|
Object.defineProperty(exports, "formatAmount", {
|
|
236
236
|
enumerable: true,
|
|
237
|
-
get: function () { return
|
|
237
|
+
get: function () { return chunkKMNEQP3G_cjs.formatAmount; }
|
|
238
238
|
});
|
|
239
239
|
Object.defineProperty(exports, "formatMoney", {
|
|
240
240
|
enumerable: true,
|
|
241
|
-
get: function () { return
|
|
241
|
+
get: function () { return chunkKMNEQP3G_cjs.formatMoney; }
|
|
242
242
|
});
|
|
243
243
|
Object.defineProperty(exports, "isBuiltInControl", {
|
|
244
244
|
enumerable: true,
|
|
245
|
-
get: function () { return
|
|
245
|
+
get: function () { return chunkKMNEQP3G_cjs.isBuiltInControl; }
|
|
246
246
|
});
|
|
247
247
|
Object.defineProperty(exports, "isCurrentUserDefault", {
|
|
248
248
|
enumerable: true,
|
|
249
|
-
get: function () { return
|
|
249
|
+
get: function () { return chunkKMNEQP3G_cjs.isCurrentUserDefault; }
|
|
250
250
|
});
|
|
251
251
|
Object.defineProperty(exports, "isPlatformAttributeName", {
|
|
252
252
|
enumerable: true,
|
|
253
|
-
get: function () { return
|
|
253
|
+
get: function () { return chunkKMNEQP3G_cjs.isPlatformAttributeName; }
|
|
254
254
|
});
|
|
255
255
|
Object.defineProperty(exports, "localeNumberSeparators", {
|
|
256
256
|
enumerable: true,
|
|
257
|
-
get: function () { return
|
|
257
|
+
get: function () { return chunkKMNEQP3G_cjs.localeNumberSeparators; }
|
|
258
258
|
});
|
|
259
259
|
Object.defineProperty(exports, "lookupCompatibleControls", {
|
|
260
260
|
enumerable: true,
|
|
261
|
-
get: function () { return
|
|
261
|
+
get: function () { return chunkKMNEQP3G_cjs.lookupCompatibleControls; }
|
|
262
262
|
});
|
|
263
263
|
Object.defineProperty(exports, "lookupControls", {
|
|
264
264
|
enumerable: true,
|
|
265
|
-
get: function () { return
|
|
265
|
+
get: function () { return chunkKMNEQP3G_cjs.lookupControls; }
|
|
266
266
|
});
|
|
267
267
|
Object.defineProperty(exports, "lookupPrimaryControl", {
|
|
268
268
|
enumerable: true,
|
|
269
|
-
get: function () { return
|
|
269
|
+
get: function () { return chunkKMNEQP3G_cjs.lookupPrimaryControl; }
|
|
270
270
|
});
|
|
271
271
|
Object.defineProperty(exports, "parseAmount", {
|
|
272
272
|
enumerable: true,
|
|
273
|
-
get: function () { return
|
|
273
|
+
get: function () { return chunkKMNEQP3G_cjs.parseAmount; }
|
|
274
274
|
});
|
|
275
275
|
Object.defineProperty(exports, "parseContactAddressMeta", {
|
|
276
276
|
enumerable: true,
|
|
277
|
-
get: function () { return
|
|
277
|
+
get: function () { return chunkKMNEQP3G_cjs.parseContactAddressMeta; }
|
|
278
278
|
});
|
|
279
279
|
Object.defineProperty(exports, "parseCurrencyMeta", {
|
|
280
280
|
enumerable: true,
|
|
281
|
-
get: function () { return
|
|
281
|
+
get: function () { return chunkKMNEQP3G_cjs.parseCurrencyMeta; }
|
|
282
282
|
});
|
|
283
283
|
Object.defineProperty(exports, "parseFileMeta", {
|
|
284
284
|
enumerable: true,
|
|
285
|
-
get: function () { return
|
|
285
|
+
get: function () { return chunkKMNEQP3G_cjs.parseFileMeta; }
|
|
286
286
|
});
|
|
287
287
|
Object.defineProperty(exports, "parsePrincipalMeta", {
|
|
288
288
|
enumerable: true,
|
|
289
|
-
get: function () { return
|
|
289
|
+
get: function () { return chunkKMNEQP3G_cjs.parsePrincipalMeta; }
|
|
290
290
|
});
|
|
291
291
|
Object.defineProperty(exports, "parseRelationMeta", {
|
|
292
292
|
enumerable: true,
|
|
293
|
-
get: function () { return
|
|
293
|
+
get: function () { return chunkKMNEQP3G_cjs.parseRelationMeta; }
|
|
294
294
|
});
|
|
295
295
|
Object.defineProperty(exports, "parseUserMeta", {
|
|
296
296
|
enumerable: true,
|
|
297
|
-
get: function () { return
|
|
297
|
+
get: function () { return chunkKMNEQP3G_cjs.parseUserMeta; }
|
|
298
298
|
});
|
|
299
299
|
Object.defineProperty(exports, "platformAttributes", {
|
|
300
300
|
enumerable: true,
|
|
301
|
-
get: function () { return
|
|
301
|
+
get: function () { return chunkKMNEQP3G_cjs.platformAttributes; }
|
|
302
302
|
});
|
|
303
303
|
//# sourceMappingURL=index.cjs.map
|
|
304
304
|
//# sourceMappingURL=index.cjs.map
|
package/dist/meta/index.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { f as App, g as AppConfiguration, h as AppConfigurationSchema, i as AppConfigurationService, j as AppHome, k as AppHomeSchema, l as AppHomeType, m as AppSchema, n as AppService, o as ArrayAttributeMeta, a as Attribute, p as AttributeAccessRule, cm as AttributeForLookup, cn as AttributeMeta, q as AttributeRestrictions, r as AttributeSchema, s as AttributeType, co as BUILT_IN_CONTROLS, cp as BuiltInControlSlug, C as CURRENT_USER_DEFAULT, cq as CardElement, v as Column, cr as ColumnElement, w as ColumnSchema, cs as CommonProps, x as ComparisonOperator, y as Component, ct as ComponentElement, z as ComponentSchema, B as ComponentService, D as ContactAddressAttributeKind, E as ContactAddressAttributeMeta, G as ContactAddressAttributeMetaSchema, H as ContactBindingDuplicatePolicy, cu as ControlBucket, I as CreateAppConfigurationRequest, J as CreateAppRequest, K as CreateComponentRequest, M as CreateDesignReferenceRequest, N as CreateEntityExtensionRequest, O as CreateEntityRequest, Q as CreateListExtensionRequest,
|
|
1
|
+
export { f as App, g as AppConfiguration, h as AppConfigurationSchema, i as AppConfigurationService, j as AppHome, k as AppHomeSchema, l as AppHomeType, m as AppSchema, n as AppService, o as ArrayAttributeMeta, a as Attribute, p as AttributeAccessRule, cm as AttributeForLookup, cn as AttributeMeta, q as AttributeRestrictions, r as AttributeSchema, s as AttributeType, co as BUILT_IN_CONTROLS, cp as BuiltInControlSlug, C as CURRENT_USER_DEFAULT, cq as CardElement, v as Column, cr as ColumnElement, w as ColumnSchema, cs as CommonProps, x as ComparisonOperator, y as Component, ct as ComponentElement, z as ComponentSchema, B as ComponentService, D as ContactAddressAttributeKind, E as ContactAddressAttributeMeta, G as ContactAddressAttributeMetaSchema, H as ContactBindingDuplicatePolicy, cu as ControlBucket, I as CreateAppConfigurationRequest, J as CreateAppRequest, K as CreateComponentRequest, M as CreateDesignReferenceRequest, N as CreateEntityExtensionRequest, O as CreateEntityRequest, Q as CreateListExtensionRequest, S as CreateListRequest, T as CreateListViewRequest, V as CreateMenuConfigurationExtensionRequest, W as CreateMenuConfigurationRequest, X as CreatePageExtensionRequest, Y as CreatePageRequest, Z as CreateVariableRequest, _ as CurrencyAttributeMeta, $ as CurrencyAttributeMetaSchema, a0 as CurrencySymbolSide, a1 as CurrencyValue, a2 as CurrentUserDefault, cv as DatetimeAttributeMeta, cw as DatetimeFormat, a6 as DeployModuleRequest, a7 as DesignReference, a8 as DesignReferenceContent, a9 as DesignReferenceSchema, aa as DesignReferenceService, cx as DividerElement, ac as Entity, ad as EntityContactBinding, ae as EntityContactBindingSchema, af as EntityExtension, ag as EntityExtensionSchema, ah as EntityExtensionService, ai as EntitySchema, aj as EntityService, ak as EntityWithSchema, al as EntityWithSchemaSchema, am as EnumAttributeMeta, an as EnumValue, ao as ExtensionPosition, ap as ExtensionPositionSchema, cy as FieldElement, aq as FileAttributeMeta, cz as FileAttributeMetaSchema, as as FilterElement, at as FilterElementSchema, au as FilterGroup, av as FilterGroupSchema, cA as LayoutAlign, cB as LayoutElement, cC as LayoutElementSchema, cD as LayoutElementType, cE as LayoutGap, cF as LayoutJustify, cG as LayoutTab, cH as LayoutTabSchema, aw as List, ax as ListAppConfigurationsOptions, ay as ListAppsOptions, az as ListComponentsOptions, aA as ListDesignReferencesOptions, cI as ListElement, aB as ListEntitiesOptions, aC as ListEntityExtensionsOptions, aD as ListExtension, aE as ListExtensionColumnPlacement, aF as ListExtensionColumnPlacementSchema, aG as ListExtensionSchema, aH as ListExtensionService, aJ as ListListExtensionsOptions, aK as ListListViewsOptions, aL as ListListsOptions, aM as ListMenuConfigurationExtensionsOptions, aN as ListMenuConfigurationsOptions, aO as ListModulesOptions, aP as ListPageExtensionsOptions, aQ as ListPagesOptions, aR as ListSchema, aS as ListService, aT as ListVariablesOptions, aU as ListView, aV as ListViewSchema, aW as ListViewService, aX as LogicalOperator, aY as MENU_CONFIGURATION_EXTENSION_ANCHOR_ITEMS, aZ as MenuConfiguration, a_ as MenuConfigurationExtension, a$ as MenuConfigurationExtensionPlacement, b0 as MenuConfigurationExtensionPlacementSchema, b1 as MenuConfigurationExtensionPosition, b2 as MenuConfigurationExtensionPositionSchema, b3 as MenuConfigurationExtensionSchema, b4 as MenuConfigurationExtensionService, b5 as MenuConfigurationSchema, b6 as MenuConfigurationService, b7 as MenuItem, b8 as MenuItemSchema, b9 as MenuItemType, ba as MetaClient, bb as MetaListOptions, bc as Module, bd as ModuleSchema, be as ModuleService, bf as ModuleStatus, cJ as NumberAttributeMeta, cK as ObjectAttributeMeta, bg as OnDeleteAction, bh as OnDeleteActionSchema, cL as PAGE_BACKGROUND_TOKENS, bi as PAGE_EXTENSION_ANCHOR_MAIN, bj as PAGE_EXTENSION_ANCHOR_SIDE_PANEL, bk as PLATFORM_ATTRIBUTE_NAMES, bm as Page, bn as PageAction, bo as PageActionKind, bp as PageActionSchema, cM as PageBackgroundToken, bq as PageExtension, br as PageExtensionPlacement, bs as PageExtensionPlacementSchema, bt as PageExtensionSchema, bu as PageExtensionService, bv as PageLayout, bw as PageLayoutSchema, cN as PageLayoutSidePanel, cO as PageLayoutSidePanelSchema, bx as PageSchema, by as PageService, cP as PageStyle, cQ as PageStyleSchema, bz as PageType, cR as PrincipalAttributeMeta, d as PrincipalRef, cS as PrincipalType, e as PublicAccessOperation, bA as PublicPageComponent, bB as PublicPageResponse, cT as RecordFilterElement, cU as RelatedListElement, cV as RelatedRecordElement, bC as RelationAttributeMeta, bD as RelationAttributeMetaSchema, cW as ResponsiveSizing, cX as RowElement, cY as SchedulingPickerElement, cZ as SectionElement, c_ as SizeValue, c$ as SizeValueSchema, d0 as SizingProps, bH as SortConfig, bI as SortConfigSchema, bJ as SortDirection, d1 as StringAttributeMeta, d2 as StringFormat, d3 as TabsElement, d4 as TextElement, d5 as TextVariant, bM as UpdateAppConfigurationRequest, bN as UpdateAppRequest, bO as UpdateComponentRequest, bP as UpdateDesignReferenceRequest, bQ as UpdateEntityExtensionRequest, bR as UpdateEntityRequest, bS as UpdateListExtensionRequest, bT as UpdateListRequest, bU as UpdateListViewRequest, bV as UpdateMenuConfigurationExtensionRequest, bW as UpdateMenuConfigurationRequest, bX as UpdatePageExtensionRequest, bY as UpdatePageRequest, bZ as UpdateVariableRequest, d6 as UserAttributeMeta, d7 as UserAttributeMetaSchema, c0 as Variable, c1 as VariableSchema, c2 as VariableService, d8 as WorkflowTriggerElement, c3 as acceptsCurrentUserDefault, c4 as allCurrencyCodes, c7 as currencyLabel, c8 as currencySymbol, c9 as currencySymbolSide, ca as formatAmount, cb as formatMoney, d9 as isBuiltInControl, cc as isCurrentUserDefault, cd as isPlatformAttributeName, ce as localeNumberSeparators, da as lookupCompatibleControls, db as lookupControls, dc as lookupPrimaryControl, cf as parseAmount, cg as parseContactAddressMeta, ch as parseCurrencyMeta, ci as parseFileMeta, dd as parsePrincipalMeta, cj as parseRelationMeta, de as parseUserMeta, ck as platformAttributes } from '../types-amvSTwJy.cjs';
|
|
2
2
|
import 'zod';
|
package/dist/meta/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { f as App, g as AppConfiguration, h as AppConfigurationSchema, i as AppConfigurationService, j as AppHome, k as AppHomeSchema, l as AppHomeType, m as AppSchema, n as AppService, o as ArrayAttributeMeta, a as Attribute, p as AttributeAccessRule, cm as AttributeForLookup, cn as AttributeMeta, q as AttributeRestrictions, r as AttributeSchema, s as AttributeType, co as BUILT_IN_CONTROLS, cp as BuiltInControlSlug, C as CURRENT_USER_DEFAULT, cq as CardElement, v as Column, cr as ColumnElement, w as ColumnSchema, cs as CommonProps, x as ComparisonOperator, y as Component, ct as ComponentElement, z as ComponentSchema, B as ComponentService, D as ContactAddressAttributeKind, E as ContactAddressAttributeMeta, G as ContactAddressAttributeMetaSchema, H as ContactBindingDuplicatePolicy, cu as ControlBucket, I as CreateAppConfigurationRequest, J as CreateAppRequest, K as CreateComponentRequest, M as CreateDesignReferenceRequest, N as CreateEntityExtensionRequest, O as CreateEntityRequest, Q as CreateListExtensionRequest,
|
|
1
|
+
export { f as App, g as AppConfiguration, h as AppConfigurationSchema, i as AppConfigurationService, j as AppHome, k as AppHomeSchema, l as AppHomeType, m as AppSchema, n as AppService, o as ArrayAttributeMeta, a as Attribute, p as AttributeAccessRule, cm as AttributeForLookup, cn as AttributeMeta, q as AttributeRestrictions, r as AttributeSchema, s as AttributeType, co as BUILT_IN_CONTROLS, cp as BuiltInControlSlug, C as CURRENT_USER_DEFAULT, cq as CardElement, v as Column, cr as ColumnElement, w as ColumnSchema, cs as CommonProps, x as ComparisonOperator, y as Component, ct as ComponentElement, z as ComponentSchema, B as ComponentService, D as ContactAddressAttributeKind, E as ContactAddressAttributeMeta, G as ContactAddressAttributeMetaSchema, H as ContactBindingDuplicatePolicy, cu as ControlBucket, I as CreateAppConfigurationRequest, J as CreateAppRequest, K as CreateComponentRequest, M as CreateDesignReferenceRequest, N as CreateEntityExtensionRequest, O as CreateEntityRequest, Q as CreateListExtensionRequest, S as CreateListRequest, T as CreateListViewRequest, V as CreateMenuConfigurationExtensionRequest, W as CreateMenuConfigurationRequest, X as CreatePageExtensionRequest, Y as CreatePageRequest, Z as CreateVariableRequest, _ as CurrencyAttributeMeta, $ as CurrencyAttributeMetaSchema, a0 as CurrencySymbolSide, a1 as CurrencyValue, a2 as CurrentUserDefault, cv as DatetimeAttributeMeta, cw as DatetimeFormat, a6 as DeployModuleRequest, a7 as DesignReference, a8 as DesignReferenceContent, a9 as DesignReferenceSchema, aa as DesignReferenceService, cx as DividerElement, ac as Entity, ad as EntityContactBinding, ae as EntityContactBindingSchema, af as EntityExtension, ag as EntityExtensionSchema, ah as EntityExtensionService, ai as EntitySchema, aj as EntityService, ak as EntityWithSchema, al as EntityWithSchemaSchema, am as EnumAttributeMeta, an as EnumValue, ao as ExtensionPosition, ap as ExtensionPositionSchema, cy as FieldElement, aq as FileAttributeMeta, cz as FileAttributeMetaSchema, as as FilterElement, at as FilterElementSchema, au as FilterGroup, av as FilterGroupSchema, cA as LayoutAlign, cB as LayoutElement, cC as LayoutElementSchema, cD as LayoutElementType, cE as LayoutGap, cF as LayoutJustify, cG as LayoutTab, cH as LayoutTabSchema, aw as List, ax as ListAppConfigurationsOptions, ay as ListAppsOptions, az as ListComponentsOptions, aA as ListDesignReferencesOptions, cI as ListElement, aB as ListEntitiesOptions, aC as ListEntityExtensionsOptions, aD as ListExtension, aE as ListExtensionColumnPlacement, aF as ListExtensionColumnPlacementSchema, aG as ListExtensionSchema, aH as ListExtensionService, aJ as ListListExtensionsOptions, aK as ListListViewsOptions, aL as ListListsOptions, aM as ListMenuConfigurationExtensionsOptions, aN as ListMenuConfigurationsOptions, aO as ListModulesOptions, aP as ListPageExtensionsOptions, aQ as ListPagesOptions, aR as ListSchema, aS as ListService, aT as ListVariablesOptions, aU as ListView, aV as ListViewSchema, aW as ListViewService, aX as LogicalOperator, aY as MENU_CONFIGURATION_EXTENSION_ANCHOR_ITEMS, aZ as MenuConfiguration, a_ as MenuConfigurationExtension, a$ as MenuConfigurationExtensionPlacement, b0 as MenuConfigurationExtensionPlacementSchema, b1 as MenuConfigurationExtensionPosition, b2 as MenuConfigurationExtensionPositionSchema, b3 as MenuConfigurationExtensionSchema, b4 as MenuConfigurationExtensionService, b5 as MenuConfigurationSchema, b6 as MenuConfigurationService, b7 as MenuItem, b8 as MenuItemSchema, b9 as MenuItemType, ba as MetaClient, bb as MetaListOptions, bc as Module, bd as ModuleSchema, be as ModuleService, bf as ModuleStatus, cJ as NumberAttributeMeta, cK as ObjectAttributeMeta, bg as OnDeleteAction, bh as OnDeleteActionSchema, cL as PAGE_BACKGROUND_TOKENS, bi as PAGE_EXTENSION_ANCHOR_MAIN, bj as PAGE_EXTENSION_ANCHOR_SIDE_PANEL, bk as PLATFORM_ATTRIBUTE_NAMES, bm as Page, bn as PageAction, bo as PageActionKind, bp as PageActionSchema, cM as PageBackgroundToken, bq as PageExtension, br as PageExtensionPlacement, bs as PageExtensionPlacementSchema, bt as PageExtensionSchema, bu as PageExtensionService, bv as PageLayout, bw as PageLayoutSchema, cN as PageLayoutSidePanel, cO as PageLayoutSidePanelSchema, bx as PageSchema, by as PageService, cP as PageStyle, cQ as PageStyleSchema, bz as PageType, cR as PrincipalAttributeMeta, d as PrincipalRef, cS as PrincipalType, e as PublicAccessOperation, bA as PublicPageComponent, bB as PublicPageResponse, cT as RecordFilterElement, cU as RelatedListElement, cV as RelatedRecordElement, bC as RelationAttributeMeta, bD as RelationAttributeMetaSchema, cW as ResponsiveSizing, cX as RowElement, cY as SchedulingPickerElement, cZ as SectionElement, c_ as SizeValue, c$ as SizeValueSchema, d0 as SizingProps, bH as SortConfig, bI as SortConfigSchema, bJ as SortDirection, d1 as StringAttributeMeta, d2 as StringFormat, d3 as TabsElement, d4 as TextElement, d5 as TextVariant, bM as UpdateAppConfigurationRequest, bN as UpdateAppRequest, bO as UpdateComponentRequest, bP as UpdateDesignReferenceRequest, bQ as UpdateEntityExtensionRequest, bR as UpdateEntityRequest, bS as UpdateListExtensionRequest, bT as UpdateListRequest, bU as UpdateListViewRequest, bV as UpdateMenuConfigurationExtensionRequest, bW as UpdateMenuConfigurationRequest, bX as UpdatePageExtensionRequest, bY as UpdatePageRequest, bZ as UpdateVariableRequest, d6 as UserAttributeMeta, d7 as UserAttributeMetaSchema, c0 as Variable, c1 as VariableSchema, c2 as VariableService, d8 as WorkflowTriggerElement, c3 as acceptsCurrentUserDefault, c4 as allCurrencyCodes, c7 as currencyLabel, c8 as currencySymbol, c9 as currencySymbolSide, ca as formatAmount, cb as formatMoney, d9 as isBuiltInControl, cc as isCurrentUserDefault, cd as isPlatformAttributeName, ce as localeNumberSeparators, da as lookupCompatibleControls, db as lookupControls, dc as lookupPrimaryControl, cf as parseAmount, cg as parseContactAddressMeta, ch as parseCurrencyMeta, ci as parseFileMeta, dd as parsePrincipalMeta, cj as parseRelationMeta, de as parseUserMeta, ck as platformAttributes } from '../types-amvSTwJy.js';
|
|
2
2
|
import 'zod';
|
package/dist/meta/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { AppConfigurationSchema, AppHomeSchema, AppSchema, AttributeSchema, BUILT_IN_CONTROLS, CURRENT_USER_DEFAULT, ColumnSchema, ComponentSchema, ContactAddressAttributeMetaSchema, CurrencyAttributeMetaSchema, DesignReferenceSchema, EntityContactBindingSchema, EntityExtensionSchema, EntitySchema, EntityWithSchemaSchema, ExtensionPositionSchema, FileAttributeMetaSchema, FilterElementSchema, FilterGroupSchema, LayoutElementSchema, LayoutElementType, LayoutTabSchema, ListExtensionColumnPlacementSchema, ListExtensionSchema, ListSchema, ListViewSchema, MENU_CONFIGURATION_EXTENSION_ANCHOR_ITEMS, MenuConfigurationExtensionPlacementSchema, MenuConfigurationExtensionPositionSchema, MenuConfigurationExtensionSchema, MenuConfigurationSchema, MenuItemSchema, MenuItemType, MetaClient, ModuleSchema, OnDeleteActionSchema, PAGE_BACKGROUND_TOKENS, PAGE_EXTENSION_ANCHOR_MAIN, PAGE_EXTENSION_ANCHOR_SIDE_PANEL, PLATFORM_ATTRIBUTE_NAMES, PageActionSchema, PageExtensionPlacementSchema, PageExtensionSchema, PageLayoutSchema, PageLayoutSidePanelSchema, PageSchema, PageStyleSchema, RelationAttributeMetaSchema, SizeValueSchema, SortConfigSchema, UserAttributeMetaSchema, VariableSchema, acceptsCurrentUserDefault, allCurrencyCodes, currencyLabel, currencySymbol, currencySymbolSide, formatAmount, formatMoney, isBuiltInControl, isCurrentUserDefault, isPlatformAttributeName, localeNumberSeparators, lookupCompatibleControls, lookupControls, lookupPrimaryControl, parseAmount, parseContactAddressMeta, parseCurrencyMeta, parseFileMeta, parsePrincipalMeta, parseRelationMeta, parseUserMeta, platformAttributes } from '../chunk-
|
|
1
|
+
export { AppConfigurationSchema, AppHomeSchema, AppSchema, AttributeSchema, BUILT_IN_CONTROLS, CURRENT_USER_DEFAULT, ColumnSchema, ComponentSchema, ContactAddressAttributeMetaSchema, CurrencyAttributeMetaSchema, DesignReferenceSchema, EntityContactBindingSchema, EntityExtensionSchema, EntitySchema, EntityWithSchemaSchema, ExtensionPositionSchema, FileAttributeMetaSchema, FilterElementSchema, FilterGroupSchema, LayoutElementSchema, LayoutElementType, LayoutTabSchema, ListExtensionColumnPlacementSchema, ListExtensionSchema, ListSchema, ListViewSchema, MENU_CONFIGURATION_EXTENSION_ANCHOR_ITEMS, MenuConfigurationExtensionPlacementSchema, MenuConfigurationExtensionPositionSchema, MenuConfigurationExtensionSchema, MenuConfigurationSchema, MenuItemSchema, MenuItemType, MetaClient, ModuleSchema, OnDeleteActionSchema, PAGE_BACKGROUND_TOKENS, PAGE_EXTENSION_ANCHOR_MAIN, PAGE_EXTENSION_ANCHOR_SIDE_PANEL, PLATFORM_ATTRIBUTE_NAMES, PageActionSchema, PageExtensionPlacementSchema, PageExtensionSchema, PageLayoutSchema, PageLayoutSidePanelSchema, PageSchema, PageStyleSchema, RelationAttributeMetaSchema, SizeValueSchema, SortConfigSchema, UserAttributeMetaSchema, VariableSchema, acceptsCurrentUserDefault, allCurrencyCodes, currencyLabel, currencySymbol, currencySymbolSide, formatAmount, formatMoney, isBuiltInControl, isCurrentUserDefault, isPlatformAttributeName, localeNumberSeparators, lookupCompatibleControls, lookupControls, lookupPrimaryControl, parseAmount, parseContactAddressMeta, parseCurrencyMeta, parseFileMeta, parsePrincipalMeta, parseRelationMeta, parseUserMeta, platformAttributes } from '../chunk-OS4IQ5VH.js';
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
3
3
|
//# sourceMappingURL=index.js.map
|
|
@@ -1613,6 +1613,7 @@ declare const LayoutElementType: {
|
|
|
1613
1613
|
readonly RecordFilter: "record_filter";
|
|
1614
1614
|
readonly List: "list";
|
|
1615
1615
|
readonly WorkflowTrigger: "workflow_trigger";
|
|
1616
|
+
readonly SchedulingPicker: "scheduling_picker";
|
|
1616
1617
|
};
|
|
1617
1618
|
type LayoutElementType = (typeof LayoutElementType)[keyof typeof LayoutElementType];
|
|
1618
1619
|
type RowElement = CommonProps & {
|
|
@@ -1832,13 +1833,30 @@ type WorkflowTriggerElement = CommonProps & {
|
|
|
1832
1833
|
*/
|
|
1833
1834
|
execution_attribute?: string;
|
|
1834
1835
|
};
|
|
1836
|
+
/**
|
|
1837
|
+
* Embeds a scheduling link's booking flow (type → time → details →
|
|
1838
|
+
* confirmation) in the layout — the in-page counterpart of /s/:orgId/:key.
|
|
1839
|
+
* `type_key` pre-selects one of the link's types (the picker shows the choice
|
|
1840
|
+
* otherwise), `host_user_id` pins one host, `contact_id` is a Liquid template
|
|
1841
|
+
* over the page scope that binds the booking to a known contact (no name /
|
|
1842
|
+
* email asked). Allowed on every page type; public pages book through the
|
|
1843
|
+
* unauthenticated surface.
|
|
1844
|
+
*/
|
|
1845
|
+
type SchedulingPickerElement = CommonProps & {
|
|
1846
|
+
type: 'scheduling_picker';
|
|
1847
|
+
link_key: string;
|
|
1848
|
+
type_key?: string;
|
|
1849
|
+
host_user_id?: string;
|
|
1850
|
+
contact_id?: string;
|
|
1851
|
+
is_header_hidden?: boolean;
|
|
1852
|
+
};
|
|
1835
1853
|
type TextVariant = 'heading' | 'subheading' | 'body' | 'caption' | 'callout';
|
|
1836
1854
|
type TextElement = CommonProps & {
|
|
1837
1855
|
type: 'text';
|
|
1838
1856
|
variant: TextVariant;
|
|
1839
1857
|
content: string;
|
|
1840
1858
|
};
|
|
1841
|
-
type LayoutElement = RowElement | ColumnElement | SectionElement | CardElement | TabsElement | FieldElement | RelatedListElement | RelatedRecordElement | ComponentElement | DividerElement | TextElement | RecordFilterElement | ListElement | WorkflowTriggerElement;
|
|
1859
|
+
type LayoutElement = RowElement | ColumnElement | SectionElement | CardElement | TabsElement | FieldElement | RelatedListElement | RelatedRecordElement | ComponentElement | DividerElement | TextElement | RecordFilterElement | ListElement | WorkflowTriggerElement | SchedulingPickerElement;
|
|
1842
1860
|
declare const LayoutTabSchema: z.ZodType<LayoutTab>;
|
|
1843
1861
|
declare const LayoutElementSchema: z.ZodType<LayoutElement>;
|
|
1844
1862
|
|
|
@@ -5706,4 +5724,4 @@ declare function isCurrentUserDefault(value: unknown): value is CurrentUserDefau
|
|
|
5706
5724
|
/** Only the identity-valued attribute types can carry the sentinel. */
|
|
5707
5725
|
declare function acceptsCurrentUserDefault(type: AttributeType): boolean;
|
|
5708
5726
|
|
|
5709
|
-
export {
|
|
5727
|
+
export { CurrencyAttributeMetaSchema as $, type AuditFields as A, type ComponentService as B, CURRENT_USER_DEFAULT as C, type ContactAddressAttributeKind as D, type ContactAddressAttributeMeta as E, type FileRef as F, ContactAddressAttributeMetaSchema as G, type ContactBindingDuplicatePolicy as H, type CreateAppConfigurationRequest as I, type CreateAppRequest as J, type CreateComponentRequest as K, type ListOptions as L, type CreateDesignReferenceRequest as M, type CreateEntityExtensionRequest as N, type CreateEntityRequest as O, PageIterator as P, type CreateListExtensionRequest as Q, type ResponseMeta as R, type CreateListRequest as S, type CreateListViewRequest as T, type UserRef as U, type CreateMenuConfigurationExtensionRequest as V, type CreateMenuConfigurationRequest as W, type CreatePageExtensionRequest as X, type CreatePageRequest as Y, type CreateVariableRequest as Z, type CurrencyAttributeMeta as _, type Attribute as a, type MenuConfigurationExtensionPlacement as a$, type CurrencySymbolSide as a0, type CurrencyValue as a1, type CurrentUserDefault as a2, DEFAULT_OPTIONS as a3, DEFAULT_PAGE_SIZE as a4, DONE as a5, type DeployModuleRequest as a6, type DesignReference as a7, type DesignReferenceContent as a8, DesignReferenceSchema as a9, type ListDesignReferencesOptions as aA, type ListEntitiesOptions as aB, type ListEntityExtensionsOptions as aC, type ListExtension as aD, type ListExtensionColumnPlacement as aE, ListExtensionColumnPlacementSchema as aF, ListExtensionSchema as aG, type ListExtensionService as aH, type ListFn as aI, type ListListExtensionsOptions as aJ, type ListListViewsOptions as aK, type ListListsOptions as aL, type ListMenuConfigurationExtensionsOptions as aM, type ListMenuConfigurationsOptions as aN, type ListModulesOptions as aO, type ListPageExtensionsOptions as aP, type ListPagesOptions as aQ, ListSchema as aR, type ListService as aS, type ListVariablesOptions as aT, type ListView as aU, ListViewSchema as aV, type ListViewService as aW, type LogicalOperator as aX, MENU_CONFIGURATION_EXTENSION_ANCHOR_ITEMS as aY, type MenuConfiguration as aZ, type MenuConfigurationExtension as a_, type DesignReferenceService as aa, type Done as ab, type Entity as ac, type EntityContactBinding as ad, EntityContactBindingSchema as ae, type EntityExtension as af, EntityExtensionSchema as ag, type EntityExtensionService as ah, EntitySchema as ai, type EntityService as aj, type EntityWithSchema as ak, EntityWithSchemaSchema as al, type EnumAttributeMeta as am, type EnumValue as an, type ExtensionPosition as ao, ExtensionPositionSchema as ap, type FileAttributeMeta as aq, FileRefSchema as ar, type FilterElement as as, FilterElementSchema as at, type FilterGroup as au, FilterGroupSchema as av, type List as aw, type ListAppConfigurationsOptions as ax, type ListAppsOptions as ay, type ListComponentsOptions as az, type ListResult as b, type UserType as b$, MenuConfigurationExtensionPlacementSchema as b0, type MenuConfigurationExtensionPosition as b1, MenuConfigurationExtensionPositionSchema as b2, MenuConfigurationExtensionSchema as b3, type MenuConfigurationExtensionService as b4, MenuConfigurationSchema as b5, type MenuConfigurationService as b6, type MenuItem as b7, MenuItemSchema as b8, MenuItemType as b9, type PublicPageComponent as bA, type PublicPageResponse as bB, type RelationAttributeMeta as bC, RelationAttributeMetaSchema as bD, type RequestOptions as bE, type ResolvedClientOptions as bF, ResponseMetaSchema as bG, type SortConfig as bH, SortConfigSchema as bI, type SortDirection as bJ, type Timestamps as bK, type TokenProvider as bL, type UpdateAppConfigurationRequest as bM, type UpdateAppRequest as bN, type UpdateComponentRequest as bO, type UpdateDesignReferenceRequest as bP, type UpdateEntityExtensionRequest as bQ, type UpdateEntityRequest as bR, type UpdateListExtensionRequest as bS, type UpdateListRequest as bT, type UpdateListViewRequest as bU, type UpdateMenuConfigurationExtensionRequest as bV, type UpdateMenuConfigurationRequest as bW, type UpdatePageExtensionRequest as bX, type UpdatePageRequest as bY, type UpdateVariableRequest as bZ, UserRefSchema as b_, MetaClient as ba, type MetaListOptions as bb, type Module as bc, ModuleSchema as bd, type ModuleService as be, type ModuleStatus as bf, type OnDeleteAction as bg, OnDeleteActionSchema as bh, PAGE_EXTENSION_ANCHOR_MAIN as bi, PAGE_EXTENSION_ANCHOR_SIDE_PANEL as bj, PLATFORM_ATTRIBUTE_NAMES as bk, PLATFORM_USER_ID as bl, type Page as bm, type PageAction as bn, type PageActionKind as bo, PageActionSchema as bp, type PageExtension as bq, type PageExtensionPlacement as br, PageExtensionPlacementSchema as bs, PageExtensionSchema as bt, type PageExtensionService as bu, type PageLayout as bv, PageLayoutSchema as bw, PageSchema as bx, type PageService as by, type PageType as bz, ProteosClient as c, SizeValueSchema as c$, type Variable as c0, VariableSchema as c1, type VariableService as c2, acceptsCurrentUserDefault as c3, allCurrencyCodes as c4, createIterator as c5, createListResultSchema as c6, currencyLabel as c7, currencySymbol as c8, currencySymbolSide as c9, type LayoutAlign as cA, type LayoutElement as cB, LayoutElementSchema as cC, LayoutElementType as cD, type LayoutGap as cE, type LayoutJustify as cF, type LayoutTab as cG, LayoutTabSchema as cH, type ListElement as cI, type NumberAttributeMeta as cJ, type ObjectAttributeMeta as cK, PAGE_BACKGROUND_TOKENS as cL, type PageBackgroundToken as cM, type PageLayoutSidePanel as cN, PageLayoutSidePanelSchema as cO, type PageStyle as cP, PageStyleSchema as cQ, type PrincipalAttributeMeta as cR, type PrincipalType as cS, type RecordFilterElement as cT, type RelatedListElement as cU, type RelatedRecordElement as cV, type ResponsiveSizing as cW, type RowElement as cX, type SchedulingPickerElement as cY, type SectionElement as cZ, type SizeValue as c_, formatAmount as ca, formatMoney as cb, isCurrentUserDefault as cc, isPlatformAttributeName as cd, localeNumberSeparators as ce, parseAmount as cf, parseContactAddressMeta as cg, parseCurrencyMeta as ch, parseFileMeta as ci, parseRelationMeta as cj, platformAttributes as ck, resolveOptions as cl, type AttributeForLookup as cm, type AttributeMeta as cn, BUILT_IN_CONTROLS as co, type BuiltInControlSlug as cp, type CardElement as cq, type ColumnElement as cr, type CommonProps as cs, type ComponentElement as ct, type ControlBucket as cu, type DatetimeAttributeMeta as cv, type DatetimeFormat as cw, type DividerElement as cx, type FieldElement as cy, FileAttributeMetaSchema as cz, type PrincipalRef as d, type SizingProps as d0, type StringAttributeMeta as d1, type StringFormat as d2, type TabsElement as d3, type TextElement as d4, type TextVariant as d5, type UserAttributeMeta as d6, UserAttributeMetaSchema as d7, type WorkflowTriggerElement as d8, isBuiltInControl as d9, lookupCompatibleControls as da, lookupControls as db, lookupPrimaryControl as dc, parsePrincipalMeta as dd, parseUserMeta as de, type PublicAccessOperation as e, type App as f, type AppConfiguration as g, AppConfigurationSchema as h, type AppConfigurationService as i, type AppHome as j, AppHomeSchema as k, type AppHomeType as l, AppSchema as m, type AppService as n, type ArrayAttributeMeta as o, type AttributeAccessRule as p, type AttributeRestrictions as q, AttributeSchema as r, type AttributeType as s, AuditFieldsSchema as t, type ClientOptions as u, type Column as v, ColumnSchema as w, type ComparisonOperator as x, type Component as y, ComponentSchema as z };
|