@proteos/sdk 0.52.0 → 0.53.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-VKS2VX24.js → chunk-HEUXXELG.js} +25 -4
- package/dist/chunk-HEUXXELG.js.map +1 -0
- package/dist/{chunk-WEEC4REL.cjs → chunk-SWCPI6SL.cjs} +27 -3
- package/dist/chunk-SWCPI6SL.cjs.map +1 -0
- package/dist/index.cjs +161 -114
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +109 -7
- package/dist/index.d.ts +109 -7
- package/dist/index.js +37 -2
- package/dist/index.js.map +1 -1
- package/dist/meta/index.cjs +84 -72
- 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-DHhuGDpV.d.cts → types-D5P6yk1L.d.cts} +111 -17
- package/dist/{types-DHhuGDpV.d.ts → types-D5P6yk1L.d.ts} +111 -17
- package/package.json +3 -3
- package/src/conversation/types.ts +37 -4
- package/src/data/index.ts +15 -2
- package/src/data/records.ts +63 -0
- package/src/data/types.ts +52 -0
- package/src/index.ts +19 -1
- package/src/meta/index.ts +8 -1
- package/src/meta/layout/control-registry.json +10 -2
- package/src/meta/types.ts +72 -0
- package/dist/chunk-VKS2VX24.js.map +0 -1
- package/dist/chunk-WEEC4REL.cjs.map +0 -1
package/dist/meta/index.cjs
CHANGED
|
@@ -1,292 +1,304 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkSWCPI6SL_cjs = require('../chunk-SWCPI6SL.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 chunkSWCPI6SL_cjs.AppConfigurationSchema; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "AppHomeSchema", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkSWCPI6SL_cjs.AppHomeSchema; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "AppSchema", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkSWCPI6SL_cjs.AppSchema; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "AttributeSchema", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkSWCPI6SL_cjs.AttributeSchema; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "BUILT_IN_CONTROLS", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkSWCPI6SL_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 chunkSWCPI6SL_cjs.CURRENT_USER_DEFAULT; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "ColumnSchema", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkSWCPI6SL_cjs.ColumnSchema; }
|
|
34
34
|
});
|
|
35
35
|
Object.defineProperty(exports, "ComponentSchema", {
|
|
36
36
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunkSWCPI6SL_cjs.ComponentSchema; }
|
|
38
|
+
});
|
|
39
|
+
Object.defineProperty(exports, "ContactAddressAttributeMetaSchema", {
|
|
40
|
+
enumerable: true,
|
|
41
|
+
get: function () { return chunkSWCPI6SL_cjs.ContactAddressAttributeMetaSchema; }
|
|
38
42
|
});
|
|
39
43
|
Object.defineProperty(exports, "CurrencyAttributeMetaSchema", {
|
|
40
44
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
45
|
+
get: function () { return chunkSWCPI6SL_cjs.CurrencyAttributeMetaSchema; }
|
|
42
46
|
});
|
|
43
47
|
Object.defineProperty(exports, "DesignReferenceSchema", {
|
|
44
48
|
enumerable: true,
|
|
45
|
-
get: function () { return
|
|
49
|
+
get: function () { return chunkSWCPI6SL_cjs.DesignReferenceSchema; }
|
|
50
|
+
});
|
|
51
|
+
Object.defineProperty(exports, "EntityContactBindingSchema", {
|
|
52
|
+
enumerable: true,
|
|
53
|
+
get: function () { return chunkSWCPI6SL_cjs.EntityContactBindingSchema; }
|
|
46
54
|
});
|
|
47
55
|
Object.defineProperty(exports, "EntityExtensionSchema", {
|
|
48
56
|
enumerable: true,
|
|
49
|
-
get: function () { return
|
|
57
|
+
get: function () { return chunkSWCPI6SL_cjs.EntityExtensionSchema; }
|
|
50
58
|
});
|
|
51
59
|
Object.defineProperty(exports, "EntitySchema", {
|
|
52
60
|
enumerable: true,
|
|
53
|
-
get: function () { return
|
|
61
|
+
get: function () { return chunkSWCPI6SL_cjs.EntitySchema; }
|
|
54
62
|
});
|
|
55
63
|
Object.defineProperty(exports, "EntityWithSchemaSchema", {
|
|
56
64
|
enumerable: true,
|
|
57
|
-
get: function () { return
|
|
65
|
+
get: function () { return chunkSWCPI6SL_cjs.EntityWithSchemaSchema; }
|
|
58
66
|
});
|
|
59
67
|
Object.defineProperty(exports, "ExtensionPositionSchema", {
|
|
60
68
|
enumerable: true,
|
|
61
|
-
get: function () { return
|
|
69
|
+
get: function () { return chunkSWCPI6SL_cjs.ExtensionPositionSchema; }
|
|
62
70
|
});
|
|
63
71
|
Object.defineProperty(exports, "FileAttributeMetaSchema", {
|
|
64
72
|
enumerable: true,
|
|
65
|
-
get: function () { return
|
|
73
|
+
get: function () { return chunkSWCPI6SL_cjs.FileAttributeMetaSchema; }
|
|
66
74
|
});
|
|
67
75
|
Object.defineProperty(exports, "FilterElementSchema", {
|
|
68
76
|
enumerable: true,
|
|
69
|
-
get: function () { return
|
|
77
|
+
get: function () { return chunkSWCPI6SL_cjs.FilterElementSchema; }
|
|
70
78
|
});
|
|
71
79
|
Object.defineProperty(exports, "FilterGroupSchema", {
|
|
72
80
|
enumerable: true,
|
|
73
|
-
get: function () { return
|
|
81
|
+
get: function () { return chunkSWCPI6SL_cjs.FilterGroupSchema; }
|
|
74
82
|
});
|
|
75
83
|
Object.defineProperty(exports, "LayoutElementSchema", {
|
|
76
84
|
enumerable: true,
|
|
77
|
-
get: function () { return
|
|
85
|
+
get: function () { return chunkSWCPI6SL_cjs.LayoutElementSchema; }
|
|
78
86
|
});
|
|
79
87
|
Object.defineProperty(exports, "LayoutElementType", {
|
|
80
88
|
enumerable: true,
|
|
81
|
-
get: function () { return
|
|
89
|
+
get: function () { return chunkSWCPI6SL_cjs.LayoutElementType; }
|
|
82
90
|
});
|
|
83
91
|
Object.defineProperty(exports, "LayoutTabSchema", {
|
|
84
92
|
enumerable: true,
|
|
85
|
-
get: function () { return
|
|
93
|
+
get: function () { return chunkSWCPI6SL_cjs.LayoutTabSchema; }
|
|
86
94
|
});
|
|
87
95
|
Object.defineProperty(exports, "ListExtensionColumnPlacementSchema", {
|
|
88
96
|
enumerable: true,
|
|
89
|
-
get: function () { return
|
|
97
|
+
get: function () { return chunkSWCPI6SL_cjs.ListExtensionColumnPlacementSchema; }
|
|
90
98
|
});
|
|
91
99
|
Object.defineProperty(exports, "ListExtensionSchema", {
|
|
92
100
|
enumerable: true,
|
|
93
|
-
get: function () { return
|
|
101
|
+
get: function () { return chunkSWCPI6SL_cjs.ListExtensionSchema; }
|
|
94
102
|
});
|
|
95
103
|
Object.defineProperty(exports, "ListSchema", {
|
|
96
104
|
enumerable: true,
|
|
97
|
-
get: function () { return
|
|
105
|
+
get: function () { return chunkSWCPI6SL_cjs.ListSchema; }
|
|
98
106
|
});
|
|
99
107
|
Object.defineProperty(exports, "ListViewSchema", {
|
|
100
108
|
enumerable: true,
|
|
101
|
-
get: function () { return
|
|
109
|
+
get: function () { return chunkSWCPI6SL_cjs.ListViewSchema; }
|
|
102
110
|
});
|
|
103
111
|
Object.defineProperty(exports, "MENU_CONFIGURATION_EXTENSION_ANCHOR_ITEMS", {
|
|
104
112
|
enumerable: true,
|
|
105
|
-
get: function () { return
|
|
113
|
+
get: function () { return chunkSWCPI6SL_cjs.MENU_CONFIGURATION_EXTENSION_ANCHOR_ITEMS; }
|
|
106
114
|
});
|
|
107
115
|
Object.defineProperty(exports, "MenuConfigurationExtensionPlacementSchema", {
|
|
108
116
|
enumerable: true,
|
|
109
|
-
get: function () { return
|
|
117
|
+
get: function () { return chunkSWCPI6SL_cjs.MenuConfigurationExtensionPlacementSchema; }
|
|
110
118
|
});
|
|
111
119
|
Object.defineProperty(exports, "MenuConfigurationExtensionPositionSchema", {
|
|
112
120
|
enumerable: true,
|
|
113
|
-
get: function () { return
|
|
121
|
+
get: function () { return chunkSWCPI6SL_cjs.MenuConfigurationExtensionPositionSchema; }
|
|
114
122
|
});
|
|
115
123
|
Object.defineProperty(exports, "MenuConfigurationExtensionSchema", {
|
|
116
124
|
enumerable: true,
|
|
117
|
-
get: function () { return
|
|
125
|
+
get: function () { return chunkSWCPI6SL_cjs.MenuConfigurationExtensionSchema; }
|
|
118
126
|
});
|
|
119
127
|
Object.defineProperty(exports, "MenuConfigurationSchema", {
|
|
120
128
|
enumerable: true,
|
|
121
|
-
get: function () { return
|
|
129
|
+
get: function () { return chunkSWCPI6SL_cjs.MenuConfigurationSchema; }
|
|
122
130
|
});
|
|
123
131
|
Object.defineProperty(exports, "MenuItemSchema", {
|
|
124
132
|
enumerable: true,
|
|
125
|
-
get: function () { return
|
|
133
|
+
get: function () { return chunkSWCPI6SL_cjs.MenuItemSchema; }
|
|
126
134
|
});
|
|
127
135
|
Object.defineProperty(exports, "MenuItemType", {
|
|
128
136
|
enumerable: true,
|
|
129
|
-
get: function () { return
|
|
137
|
+
get: function () { return chunkSWCPI6SL_cjs.MenuItemType; }
|
|
130
138
|
});
|
|
131
139
|
Object.defineProperty(exports, "MetaClient", {
|
|
132
140
|
enumerable: true,
|
|
133
|
-
get: function () { return
|
|
141
|
+
get: function () { return chunkSWCPI6SL_cjs.MetaClient; }
|
|
134
142
|
});
|
|
135
143
|
Object.defineProperty(exports, "ModuleSchema", {
|
|
136
144
|
enumerable: true,
|
|
137
|
-
get: function () { return
|
|
145
|
+
get: function () { return chunkSWCPI6SL_cjs.ModuleSchema; }
|
|
138
146
|
});
|
|
139
147
|
Object.defineProperty(exports, "OnDeleteActionSchema", {
|
|
140
148
|
enumerable: true,
|
|
141
|
-
get: function () { return
|
|
149
|
+
get: function () { return chunkSWCPI6SL_cjs.OnDeleteActionSchema; }
|
|
142
150
|
});
|
|
143
151
|
Object.defineProperty(exports, "PAGE_BACKGROUND_TOKENS", {
|
|
144
152
|
enumerable: true,
|
|
145
|
-
get: function () { return
|
|
153
|
+
get: function () { return chunkSWCPI6SL_cjs.PAGE_BACKGROUND_TOKENS; }
|
|
146
154
|
});
|
|
147
155
|
Object.defineProperty(exports, "PAGE_EXTENSION_ANCHOR_MAIN", {
|
|
148
156
|
enumerable: true,
|
|
149
|
-
get: function () { return
|
|
157
|
+
get: function () { return chunkSWCPI6SL_cjs.PAGE_EXTENSION_ANCHOR_MAIN; }
|
|
150
158
|
});
|
|
151
159
|
Object.defineProperty(exports, "PAGE_EXTENSION_ANCHOR_SIDE_PANEL", {
|
|
152
160
|
enumerable: true,
|
|
153
|
-
get: function () { return
|
|
161
|
+
get: function () { return chunkSWCPI6SL_cjs.PAGE_EXTENSION_ANCHOR_SIDE_PANEL; }
|
|
154
162
|
});
|
|
155
163
|
Object.defineProperty(exports, "PLATFORM_ATTRIBUTE_NAMES", {
|
|
156
164
|
enumerable: true,
|
|
157
|
-
get: function () { return
|
|
165
|
+
get: function () { return chunkSWCPI6SL_cjs.PLATFORM_ATTRIBUTE_NAMES; }
|
|
158
166
|
});
|
|
159
167
|
Object.defineProperty(exports, "PageActionSchema", {
|
|
160
168
|
enumerable: true,
|
|
161
|
-
get: function () { return
|
|
169
|
+
get: function () { return chunkSWCPI6SL_cjs.PageActionSchema; }
|
|
162
170
|
});
|
|
163
171
|
Object.defineProperty(exports, "PageExtensionPlacementSchema", {
|
|
164
172
|
enumerable: true,
|
|
165
|
-
get: function () { return
|
|
173
|
+
get: function () { return chunkSWCPI6SL_cjs.PageExtensionPlacementSchema; }
|
|
166
174
|
});
|
|
167
175
|
Object.defineProperty(exports, "PageExtensionSchema", {
|
|
168
176
|
enumerable: true,
|
|
169
|
-
get: function () { return
|
|
177
|
+
get: function () { return chunkSWCPI6SL_cjs.PageExtensionSchema; }
|
|
170
178
|
});
|
|
171
179
|
Object.defineProperty(exports, "PageLayoutSchema", {
|
|
172
180
|
enumerable: true,
|
|
173
|
-
get: function () { return
|
|
181
|
+
get: function () { return chunkSWCPI6SL_cjs.PageLayoutSchema; }
|
|
174
182
|
});
|
|
175
183
|
Object.defineProperty(exports, "PageLayoutSidePanelSchema", {
|
|
176
184
|
enumerable: true,
|
|
177
|
-
get: function () { return
|
|
185
|
+
get: function () { return chunkSWCPI6SL_cjs.PageLayoutSidePanelSchema; }
|
|
178
186
|
});
|
|
179
187
|
Object.defineProperty(exports, "PageSchema", {
|
|
180
188
|
enumerable: true,
|
|
181
|
-
get: function () { return
|
|
189
|
+
get: function () { return chunkSWCPI6SL_cjs.PageSchema; }
|
|
182
190
|
});
|
|
183
191
|
Object.defineProperty(exports, "PageStyleSchema", {
|
|
184
192
|
enumerable: true,
|
|
185
|
-
get: function () { return
|
|
193
|
+
get: function () { return chunkSWCPI6SL_cjs.PageStyleSchema; }
|
|
186
194
|
});
|
|
187
195
|
Object.defineProperty(exports, "RelationAttributeMetaSchema", {
|
|
188
196
|
enumerable: true,
|
|
189
|
-
get: function () { return
|
|
197
|
+
get: function () { return chunkSWCPI6SL_cjs.RelationAttributeMetaSchema; }
|
|
190
198
|
});
|
|
191
199
|
Object.defineProperty(exports, "SizeValueSchema", {
|
|
192
200
|
enumerable: true,
|
|
193
|
-
get: function () { return
|
|
201
|
+
get: function () { return chunkSWCPI6SL_cjs.SizeValueSchema; }
|
|
194
202
|
});
|
|
195
203
|
Object.defineProperty(exports, "SortConfigSchema", {
|
|
196
204
|
enumerable: true,
|
|
197
|
-
get: function () { return
|
|
205
|
+
get: function () { return chunkSWCPI6SL_cjs.SortConfigSchema; }
|
|
198
206
|
});
|
|
199
207
|
Object.defineProperty(exports, "UserAttributeMetaSchema", {
|
|
200
208
|
enumerable: true,
|
|
201
|
-
get: function () { return
|
|
209
|
+
get: function () { return chunkSWCPI6SL_cjs.UserAttributeMetaSchema; }
|
|
202
210
|
});
|
|
203
211
|
Object.defineProperty(exports, "VariableSchema", {
|
|
204
212
|
enumerable: true,
|
|
205
|
-
get: function () { return
|
|
213
|
+
get: function () { return chunkSWCPI6SL_cjs.VariableSchema; }
|
|
206
214
|
});
|
|
207
215
|
Object.defineProperty(exports, "acceptsCurrentUserDefault", {
|
|
208
216
|
enumerable: true,
|
|
209
|
-
get: function () { return
|
|
217
|
+
get: function () { return chunkSWCPI6SL_cjs.acceptsCurrentUserDefault; }
|
|
210
218
|
});
|
|
211
219
|
Object.defineProperty(exports, "allCurrencyCodes", {
|
|
212
220
|
enumerable: true,
|
|
213
|
-
get: function () { return
|
|
221
|
+
get: function () { return chunkSWCPI6SL_cjs.allCurrencyCodes; }
|
|
214
222
|
});
|
|
215
223
|
Object.defineProperty(exports, "currencyLabel", {
|
|
216
224
|
enumerable: true,
|
|
217
|
-
get: function () { return
|
|
225
|
+
get: function () { return chunkSWCPI6SL_cjs.currencyLabel; }
|
|
218
226
|
});
|
|
219
227
|
Object.defineProperty(exports, "currencySymbol", {
|
|
220
228
|
enumerable: true,
|
|
221
|
-
get: function () { return
|
|
229
|
+
get: function () { return chunkSWCPI6SL_cjs.currencySymbol; }
|
|
222
230
|
});
|
|
223
231
|
Object.defineProperty(exports, "currencySymbolSide", {
|
|
224
232
|
enumerable: true,
|
|
225
|
-
get: function () { return
|
|
233
|
+
get: function () { return chunkSWCPI6SL_cjs.currencySymbolSide; }
|
|
226
234
|
});
|
|
227
235
|
Object.defineProperty(exports, "formatAmount", {
|
|
228
236
|
enumerable: true,
|
|
229
|
-
get: function () { return
|
|
237
|
+
get: function () { return chunkSWCPI6SL_cjs.formatAmount; }
|
|
230
238
|
});
|
|
231
239
|
Object.defineProperty(exports, "formatMoney", {
|
|
232
240
|
enumerable: true,
|
|
233
|
-
get: function () { return
|
|
241
|
+
get: function () { return chunkSWCPI6SL_cjs.formatMoney; }
|
|
234
242
|
});
|
|
235
243
|
Object.defineProperty(exports, "isBuiltInControl", {
|
|
236
244
|
enumerable: true,
|
|
237
|
-
get: function () { return
|
|
245
|
+
get: function () { return chunkSWCPI6SL_cjs.isBuiltInControl; }
|
|
238
246
|
});
|
|
239
247
|
Object.defineProperty(exports, "isCurrentUserDefault", {
|
|
240
248
|
enumerable: true,
|
|
241
|
-
get: function () { return
|
|
249
|
+
get: function () { return chunkSWCPI6SL_cjs.isCurrentUserDefault; }
|
|
242
250
|
});
|
|
243
251
|
Object.defineProperty(exports, "isPlatformAttributeName", {
|
|
244
252
|
enumerable: true,
|
|
245
|
-
get: function () { return
|
|
253
|
+
get: function () { return chunkSWCPI6SL_cjs.isPlatformAttributeName; }
|
|
246
254
|
});
|
|
247
255
|
Object.defineProperty(exports, "localeNumberSeparators", {
|
|
248
256
|
enumerable: true,
|
|
249
|
-
get: function () { return
|
|
257
|
+
get: function () { return chunkSWCPI6SL_cjs.localeNumberSeparators; }
|
|
250
258
|
});
|
|
251
259
|
Object.defineProperty(exports, "lookupCompatibleControls", {
|
|
252
260
|
enumerable: true,
|
|
253
|
-
get: function () { return
|
|
261
|
+
get: function () { return chunkSWCPI6SL_cjs.lookupCompatibleControls; }
|
|
254
262
|
});
|
|
255
263
|
Object.defineProperty(exports, "lookupControls", {
|
|
256
264
|
enumerable: true,
|
|
257
|
-
get: function () { return
|
|
265
|
+
get: function () { return chunkSWCPI6SL_cjs.lookupControls; }
|
|
258
266
|
});
|
|
259
267
|
Object.defineProperty(exports, "lookupPrimaryControl", {
|
|
260
268
|
enumerable: true,
|
|
261
|
-
get: function () { return
|
|
269
|
+
get: function () { return chunkSWCPI6SL_cjs.lookupPrimaryControl; }
|
|
262
270
|
});
|
|
263
271
|
Object.defineProperty(exports, "parseAmount", {
|
|
264
272
|
enumerable: true,
|
|
265
|
-
get: function () { return
|
|
273
|
+
get: function () { return chunkSWCPI6SL_cjs.parseAmount; }
|
|
274
|
+
});
|
|
275
|
+
Object.defineProperty(exports, "parseContactAddressMeta", {
|
|
276
|
+
enumerable: true,
|
|
277
|
+
get: function () { return chunkSWCPI6SL_cjs.parseContactAddressMeta; }
|
|
266
278
|
});
|
|
267
279
|
Object.defineProperty(exports, "parseCurrencyMeta", {
|
|
268
280
|
enumerable: true,
|
|
269
|
-
get: function () { return
|
|
281
|
+
get: function () { return chunkSWCPI6SL_cjs.parseCurrencyMeta; }
|
|
270
282
|
});
|
|
271
283
|
Object.defineProperty(exports, "parseFileMeta", {
|
|
272
284
|
enumerable: true,
|
|
273
|
-
get: function () { return
|
|
285
|
+
get: function () { return chunkSWCPI6SL_cjs.parseFileMeta; }
|
|
274
286
|
});
|
|
275
287
|
Object.defineProperty(exports, "parsePrincipalMeta", {
|
|
276
288
|
enumerable: true,
|
|
277
|
-
get: function () { return
|
|
289
|
+
get: function () { return chunkSWCPI6SL_cjs.parsePrincipalMeta; }
|
|
278
290
|
});
|
|
279
291
|
Object.defineProperty(exports, "parseRelationMeta", {
|
|
280
292
|
enumerable: true,
|
|
281
|
-
get: function () { return
|
|
293
|
+
get: function () { return chunkSWCPI6SL_cjs.parseRelationMeta; }
|
|
282
294
|
});
|
|
283
295
|
Object.defineProperty(exports, "parseUserMeta", {
|
|
284
296
|
enumerable: true,
|
|
285
|
-
get: function () { return
|
|
297
|
+
get: function () { return chunkSWCPI6SL_cjs.parseUserMeta; }
|
|
286
298
|
});
|
|
287
299
|
Object.defineProperty(exports, "platformAttributes", {
|
|
288
300
|
enumerable: true,
|
|
289
|
-
get: function () { return
|
|
301
|
+
get: function () { return chunkSWCPI6SL_cjs.platformAttributes; }
|
|
290
302
|
});
|
|
291
303
|
//# sourceMappingURL=index.cjs.map
|
|
292
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,
|
|
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, R as CreateListRequest, S as CreateListViewRequest, T as CreateMenuConfigurationExtensionRequest, V as CreateMenuConfigurationRequest, W as CreatePageExtensionRequest, X as CreatePageRequest, Y as CreateVariableRequest, Z as CurrencyAttributeMeta, _ as CurrencyAttributeMetaSchema, $ as CurrencySymbolSide, a0 as CurrencyValue, a1 as CurrentUserDefault, cv as DatetimeAttributeMeta, cw as DatetimeFormat, a5 as DeployModuleRequest, a6 as DesignReference, a7 as DesignReferenceContent, a8 as DesignReferenceSchema, a9 as DesignReferenceService, cx as DividerElement, ab as Entity, ac as EntityContactBinding, ad as EntityContactBindingSchema, ae as EntityExtension, af as EntityExtensionSchema, ag as EntityExtensionService, ah as EntitySchema, ai as EntityService, aj as EntityWithSchema, ak as EntityWithSchemaSchema, al as EnumAttributeMeta, am as EnumValue, an as ExtensionPosition, ao as ExtensionPositionSchema, cy as FieldElement, ap as FileAttributeMeta, cz as FileAttributeMetaSchema, ar as FilterElement, as as FilterElementSchema, at as FilterGroup, au 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, av as List, aw as ListAppConfigurationsOptions, ax as ListAppsOptions, ay as ListComponentsOptions, az as ListDesignReferencesOptions, cI as ListElement, aA as ListEntitiesOptions, aB as ListEntityExtensionsOptions, aC as ListExtension, aD as ListExtensionColumnPlacement, aE as ListExtensionColumnPlacementSchema, aF as ListExtensionSchema, aG as ListExtensionService, aI as ListListExtensionsOptions, aJ as ListListViewsOptions, aK as ListListsOptions, aL as ListMenuConfigurationExtensionsOptions, aM as ListMenuConfigurationsOptions, aN as ListModulesOptions, aO as ListPageExtensionsOptions, aP as ListPagesOptions, aQ as ListSchema, aR as ListService, aS as ListVariablesOptions, aT as ListView, aU as ListViewSchema, aV as ListViewService, aW as LogicalOperator, aX as MENU_CONFIGURATION_EXTENSION_ANCHOR_ITEMS, aY as MenuConfiguration, aZ as MenuConfigurationExtension, a_ as MenuConfigurationExtensionPlacement, a$ as MenuConfigurationExtensionPlacementSchema, b0 as MenuConfigurationExtensionPosition, b1 as MenuConfigurationExtensionPositionSchema, b2 as MenuConfigurationExtensionSchema, b3 as MenuConfigurationExtensionService, b4 as MenuConfigurationSchema, b5 as MenuConfigurationService, b6 as MenuItem, b7 as MenuItemSchema, b8 as MenuItemType, b9 as MetaClient, ba as MetaListOptions, bb as Module, bc as ModuleSchema, bd as ModuleService, be as ModuleStatus, cJ as NumberAttributeMeta, cK as ObjectAttributeMeta, bf as OnDeleteAction, bg as OnDeleteActionSchema, cL as PAGE_BACKGROUND_TOKENS, bh as PAGE_EXTENSION_ANCHOR_MAIN, bi as PAGE_EXTENSION_ANCHOR_SIDE_PANEL, bj as PLATFORM_ATTRIBUTE_NAMES, bl as Page, bm as PageAction, bn as PageActionKind, bo as PageActionSchema, cM as PageBackgroundToken, bp as PageExtension, bq as PageExtensionPlacement, br as PageExtensionPlacementSchema, bs as PageExtensionSchema, bt as PageExtensionService, bu as PageLayout, bv as PageLayoutSchema, cN as PageLayoutSidePanel, cO as PageLayoutSidePanelSchema, bw as PageSchema, bx as PageService, cP as PageStyle, cQ as PageStyleSchema, by as PageType, cR as PrincipalAttributeMeta, d as PrincipalRef, cS as PrincipalType, e as PublicAccessOperation, bz as PublicPageComponent, bA as PublicPageResponse, cT as RecordFilterElement, cU as RelatedListElement, cV as RelatedRecordElement, bB as RelationAttributeMeta, bC as RelationAttributeMetaSchema, cW as ResponsiveSizing, cX as RowElement, cY as SectionElement, cZ as SizeValue, c_ as SizeValueSchema, c$ as SizingProps, bH as SortConfig, bI as SortConfigSchema, bJ as SortDirection, d0 as StringAttributeMeta, d1 as StringFormat, d2 as TabsElement, d3 as TextElement, d4 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, d5 as UserAttributeMeta, d6 as UserAttributeMetaSchema, c0 as Variable, c1 as VariableSchema, c2 as VariableService, d7 as WorkflowTriggerElement, c3 as acceptsCurrentUserDefault, c4 as allCurrencyCodes, c7 as currencyLabel, c8 as currencySymbol, c9 as currencySymbolSide, ca as formatAmount, cb as formatMoney, d8 as isBuiltInControl, cc as isCurrentUserDefault, cd as isPlatformAttributeName, ce as localeNumberSeparators, d9 as lookupCompatibleControls, da as lookupControls, db as lookupPrimaryControl, cf as parseAmount, cg as parseContactAddressMeta, ch as parseCurrencyMeta, ci as parseFileMeta, dc as parsePrincipalMeta, cj as parseRelationMeta, dd as parseUserMeta, ck as platformAttributes } from '../types-D5P6yk1L.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,
|
|
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, R as CreateListRequest, S as CreateListViewRequest, T as CreateMenuConfigurationExtensionRequest, V as CreateMenuConfigurationRequest, W as CreatePageExtensionRequest, X as CreatePageRequest, Y as CreateVariableRequest, Z as CurrencyAttributeMeta, _ as CurrencyAttributeMetaSchema, $ as CurrencySymbolSide, a0 as CurrencyValue, a1 as CurrentUserDefault, cv as DatetimeAttributeMeta, cw as DatetimeFormat, a5 as DeployModuleRequest, a6 as DesignReference, a7 as DesignReferenceContent, a8 as DesignReferenceSchema, a9 as DesignReferenceService, cx as DividerElement, ab as Entity, ac as EntityContactBinding, ad as EntityContactBindingSchema, ae as EntityExtension, af as EntityExtensionSchema, ag as EntityExtensionService, ah as EntitySchema, ai as EntityService, aj as EntityWithSchema, ak as EntityWithSchemaSchema, al as EnumAttributeMeta, am as EnumValue, an as ExtensionPosition, ao as ExtensionPositionSchema, cy as FieldElement, ap as FileAttributeMeta, cz as FileAttributeMetaSchema, ar as FilterElement, as as FilterElementSchema, at as FilterGroup, au 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, av as List, aw as ListAppConfigurationsOptions, ax as ListAppsOptions, ay as ListComponentsOptions, az as ListDesignReferencesOptions, cI as ListElement, aA as ListEntitiesOptions, aB as ListEntityExtensionsOptions, aC as ListExtension, aD as ListExtensionColumnPlacement, aE as ListExtensionColumnPlacementSchema, aF as ListExtensionSchema, aG as ListExtensionService, aI as ListListExtensionsOptions, aJ as ListListViewsOptions, aK as ListListsOptions, aL as ListMenuConfigurationExtensionsOptions, aM as ListMenuConfigurationsOptions, aN as ListModulesOptions, aO as ListPageExtensionsOptions, aP as ListPagesOptions, aQ as ListSchema, aR as ListService, aS as ListVariablesOptions, aT as ListView, aU as ListViewSchema, aV as ListViewService, aW as LogicalOperator, aX as MENU_CONFIGURATION_EXTENSION_ANCHOR_ITEMS, aY as MenuConfiguration, aZ as MenuConfigurationExtension, a_ as MenuConfigurationExtensionPlacement, a$ as MenuConfigurationExtensionPlacementSchema, b0 as MenuConfigurationExtensionPosition, b1 as MenuConfigurationExtensionPositionSchema, b2 as MenuConfigurationExtensionSchema, b3 as MenuConfigurationExtensionService, b4 as MenuConfigurationSchema, b5 as MenuConfigurationService, b6 as MenuItem, b7 as MenuItemSchema, b8 as MenuItemType, b9 as MetaClient, ba as MetaListOptions, bb as Module, bc as ModuleSchema, bd as ModuleService, be as ModuleStatus, cJ as NumberAttributeMeta, cK as ObjectAttributeMeta, bf as OnDeleteAction, bg as OnDeleteActionSchema, cL as PAGE_BACKGROUND_TOKENS, bh as PAGE_EXTENSION_ANCHOR_MAIN, bi as PAGE_EXTENSION_ANCHOR_SIDE_PANEL, bj as PLATFORM_ATTRIBUTE_NAMES, bl as Page, bm as PageAction, bn as PageActionKind, bo as PageActionSchema, cM as PageBackgroundToken, bp as PageExtension, bq as PageExtensionPlacement, br as PageExtensionPlacementSchema, bs as PageExtensionSchema, bt as PageExtensionService, bu as PageLayout, bv as PageLayoutSchema, cN as PageLayoutSidePanel, cO as PageLayoutSidePanelSchema, bw as PageSchema, bx as PageService, cP as PageStyle, cQ as PageStyleSchema, by as PageType, cR as PrincipalAttributeMeta, d as PrincipalRef, cS as PrincipalType, e as PublicAccessOperation, bz as PublicPageComponent, bA as PublicPageResponse, cT as RecordFilterElement, cU as RelatedListElement, cV as RelatedRecordElement, bB as RelationAttributeMeta, bC as RelationAttributeMetaSchema, cW as ResponsiveSizing, cX as RowElement, cY as SectionElement, cZ as SizeValue, c_ as SizeValueSchema, c$ as SizingProps, bH as SortConfig, bI as SortConfigSchema, bJ as SortDirection, d0 as StringAttributeMeta, d1 as StringFormat, d2 as TabsElement, d3 as TextElement, d4 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, d5 as UserAttributeMeta, d6 as UserAttributeMetaSchema, c0 as Variable, c1 as VariableSchema, c2 as VariableService, d7 as WorkflowTriggerElement, c3 as acceptsCurrentUserDefault, c4 as allCurrencyCodes, c7 as currencyLabel, c8 as currencySymbol, c9 as currencySymbolSide, ca as formatAmount, cb as formatMoney, d8 as isBuiltInControl, cc as isCurrentUserDefault, cd as isPlatformAttributeName, ce as localeNumberSeparators, d9 as lookupCompatibleControls, da as lookupControls, db as lookupPrimaryControl, cf as parseAmount, cg as parseContactAddressMeta, ch as parseCurrencyMeta, ci as parseFileMeta, dc as parsePrincipalMeta, cj as parseRelationMeta, dd as parseUserMeta, ck as platformAttributes } from '../types-D5P6yk1L.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, CurrencyAttributeMetaSchema, DesignReferenceSchema, 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, 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-HEUXXELG.js';
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
3
3
|
//# sourceMappingURL=index.js.map
|