@proteos/sdk 0.50.1 → 0.51.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-TDG5QFZ5.js → chunk-IRFFXJMB.js} +66 -4
- package/dist/chunk-IRFFXJMB.js.map +1 -0
- package/dist/{chunk-OD7GPJAW.cjs → chunk-RKFXHDVU.cjs} +67 -3
- package/dist/chunk-RKFXHDVU.cjs.map +1 -0
- package/dist/index.cjs +345 -96
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +714 -12
- package/dist/index.d.ts +714 -12
- package/dist/index.js +242 -3
- package/dist/index.js.map +1 -1
- package/dist/meta/index.cjs +65 -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-COxVBT4w.d.cts → types-C9flkAj-.d.cts} +208 -7
- package/dist/{types-COxVBT4w.d.ts → types-C9flkAj-.d.ts} +208 -7
- package/package.json +1 -1
- package/src/auth/index.ts +40 -11
- package/src/auth/me.ts +13 -1
- package/src/auth/platform-entities.ts +11 -0
- package/src/auth/profiles.ts +82 -0
- package/src/auth/types.ts +87 -0
- package/src/auth/user-profile-assignments.ts +41 -0
- package/src/auth/users.ts +37 -0
- package/src/conversation/index.ts +240 -1
- package/src/conversation/types.ts +444 -6
- package/src/index.ts +55 -0
- package/src/meta/app-configurations.ts +100 -0
- package/src/meta/index.ts +28 -10
- package/src/meta/types.ts +94 -4
- package/src/workflow/types.ts +11 -0
- package/dist/chunk-OD7GPJAW.cjs.map +0 -1
- package/dist/chunk-TDG5QFZ5.js.map +0 -1
package/dist/meta/index.cjs
CHANGED
|
@@ -1,232 +1,240 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkRKFXHDVU_cjs = require('../chunk-RKFXHDVU.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
Object.defineProperty(exports, "AppConfigurationSchema", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function () { return chunkRKFXHDVU_cjs.AppConfigurationSchema; }
|
|
10
|
+
});
|
|
11
|
+
Object.defineProperty(exports, "AppHomeSchema", {
|
|
12
|
+
enumerable: true,
|
|
13
|
+
get: function () { return chunkRKFXHDVU_cjs.AppHomeSchema; }
|
|
14
|
+
});
|
|
7
15
|
Object.defineProperty(exports, "AppSchema", {
|
|
8
16
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkRKFXHDVU_cjs.AppSchema; }
|
|
10
18
|
});
|
|
11
19
|
Object.defineProperty(exports, "AttributeSchema", {
|
|
12
20
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkRKFXHDVU_cjs.AttributeSchema; }
|
|
14
22
|
});
|
|
15
23
|
Object.defineProperty(exports, "BUILT_IN_CONTROLS", {
|
|
16
24
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkRKFXHDVU_cjs.BUILT_IN_CONTROLS; }
|
|
18
26
|
});
|
|
19
27
|
Object.defineProperty(exports, "CURRENT_USER_DEFAULT", {
|
|
20
28
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkRKFXHDVU_cjs.CURRENT_USER_DEFAULT; }
|
|
22
30
|
});
|
|
23
31
|
Object.defineProperty(exports, "ColumnSchema", {
|
|
24
32
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkRKFXHDVU_cjs.ColumnSchema; }
|
|
26
34
|
});
|
|
27
35
|
Object.defineProperty(exports, "ComponentSchema", {
|
|
28
36
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunkRKFXHDVU_cjs.ComponentSchema; }
|
|
30
38
|
});
|
|
31
39
|
Object.defineProperty(exports, "CurrencyAttributeMetaSchema", {
|
|
32
40
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
41
|
+
get: function () { return chunkRKFXHDVU_cjs.CurrencyAttributeMetaSchema; }
|
|
34
42
|
});
|
|
35
43
|
Object.defineProperty(exports, "DesignReferenceSchema", {
|
|
36
44
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
45
|
+
get: function () { return chunkRKFXHDVU_cjs.DesignReferenceSchema; }
|
|
38
46
|
});
|
|
39
47
|
Object.defineProperty(exports, "EntitySchema", {
|
|
40
48
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
49
|
+
get: function () { return chunkRKFXHDVU_cjs.EntitySchema; }
|
|
42
50
|
});
|
|
43
51
|
Object.defineProperty(exports, "EntityWithSchemaSchema", {
|
|
44
52
|
enumerable: true,
|
|
45
|
-
get: function () { return
|
|
53
|
+
get: function () { return chunkRKFXHDVU_cjs.EntityWithSchemaSchema; }
|
|
46
54
|
});
|
|
47
55
|
Object.defineProperty(exports, "FileAttributeMetaSchema", {
|
|
48
56
|
enumerable: true,
|
|
49
|
-
get: function () { return
|
|
57
|
+
get: function () { return chunkRKFXHDVU_cjs.FileAttributeMetaSchema; }
|
|
50
58
|
});
|
|
51
59
|
Object.defineProperty(exports, "FilterElementSchema", {
|
|
52
60
|
enumerable: true,
|
|
53
|
-
get: function () { return
|
|
61
|
+
get: function () { return chunkRKFXHDVU_cjs.FilterElementSchema; }
|
|
54
62
|
});
|
|
55
63
|
Object.defineProperty(exports, "FilterGroupSchema", {
|
|
56
64
|
enumerable: true,
|
|
57
|
-
get: function () { return
|
|
65
|
+
get: function () { return chunkRKFXHDVU_cjs.FilterGroupSchema; }
|
|
58
66
|
});
|
|
59
67
|
Object.defineProperty(exports, "LayoutElementSchema", {
|
|
60
68
|
enumerable: true,
|
|
61
|
-
get: function () { return
|
|
69
|
+
get: function () { return chunkRKFXHDVU_cjs.LayoutElementSchema; }
|
|
62
70
|
});
|
|
63
71
|
Object.defineProperty(exports, "LayoutElementType", {
|
|
64
72
|
enumerable: true,
|
|
65
|
-
get: function () { return
|
|
73
|
+
get: function () { return chunkRKFXHDVU_cjs.LayoutElementType; }
|
|
66
74
|
});
|
|
67
75
|
Object.defineProperty(exports, "ListSchema", {
|
|
68
76
|
enumerable: true,
|
|
69
|
-
get: function () { return
|
|
77
|
+
get: function () { return chunkRKFXHDVU_cjs.ListSchema; }
|
|
70
78
|
});
|
|
71
79
|
Object.defineProperty(exports, "ListViewSchema", {
|
|
72
80
|
enumerable: true,
|
|
73
|
-
get: function () { return
|
|
81
|
+
get: function () { return chunkRKFXHDVU_cjs.ListViewSchema; }
|
|
74
82
|
});
|
|
75
83
|
Object.defineProperty(exports, "MenuConfigurationSchema", {
|
|
76
84
|
enumerable: true,
|
|
77
|
-
get: function () { return
|
|
85
|
+
get: function () { return chunkRKFXHDVU_cjs.MenuConfigurationSchema; }
|
|
78
86
|
});
|
|
79
87
|
Object.defineProperty(exports, "MenuItemSchema", {
|
|
80
88
|
enumerable: true,
|
|
81
|
-
get: function () { return
|
|
89
|
+
get: function () { return chunkRKFXHDVU_cjs.MenuItemSchema; }
|
|
82
90
|
});
|
|
83
91
|
Object.defineProperty(exports, "MenuItemType", {
|
|
84
92
|
enumerable: true,
|
|
85
|
-
get: function () { return
|
|
93
|
+
get: function () { return chunkRKFXHDVU_cjs.MenuItemType; }
|
|
86
94
|
});
|
|
87
95
|
Object.defineProperty(exports, "MetaClient", {
|
|
88
96
|
enumerable: true,
|
|
89
|
-
get: function () { return
|
|
97
|
+
get: function () { return chunkRKFXHDVU_cjs.MetaClient; }
|
|
90
98
|
});
|
|
91
99
|
Object.defineProperty(exports, "ModuleSchema", {
|
|
92
100
|
enumerable: true,
|
|
93
|
-
get: function () { return
|
|
101
|
+
get: function () { return chunkRKFXHDVU_cjs.ModuleSchema; }
|
|
94
102
|
});
|
|
95
103
|
Object.defineProperty(exports, "OnDeleteActionSchema", {
|
|
96
104
|
enumerable: true,
|
|
97
|
-
get: function () { return
|
|
105
|
+
get: function () { return chunkRKFXHDVU_cjs.OnDeleteActionSchema; }
|
|
98
106
|
});
|
|
99
107
|
Object.defineProperty(exports, "PAGE_BACKGROUND_TOKENS", {
|
|
100
108
|
enumerable: true,
|
|
101
|
-
get: function () { return
|
|
109
|
+
get: function () { return chunkRKFXHDVU_cjs.PAGE_BACKGROUND_TOKENS; }
|
|
102
110
|
});
|
|
103
111
|
Object.defineProperty(exports, "PLATFORM_ATTRIBUTE_NAMES", {
|
|
104
112
|
enumerable: true,
|
|
105
|
-
get: function () { return
|
|
113
|
+
get: function () { return chunkRKFXHDVU_cjs.PLATFORM_ATTRIBUTE_NAMES; }
|
|
106
114
|
});
|
|
107
115
|
Object.defineProperty(exports, "PageActionSchema", {
|
|
108
116
|
enumerable: true,
|
|
109
|
-
get: function () { return
|
|
117
|
+
get: function () { return chunkRKFXHDVU_cjs.PageActionSchema; }
|
|
110
118
|
});
|
|
111
119
|
Object.defineProperty(exports, "PageLayoutSchema", {
|
|
112
120
|
enumerable: true,
|
|
113
|
-
get: function () { return
|
|
121
|
+
get: function () { return chunkRKFXHDVU_cjs.PageLayoutSchema; }
|
|
114
122
|
});
|
|
115
123
|
Object.defineProperty(exports, "PageLayoutSidePanelSchema", {
|
|
116
124
|
enumerable: true,
|
|
117
|
-
get: function () { return
|
|
125
|
+
get: function () { return chunkRKFXHDVU_cjs.PageLayoutSidePanelSchema; }
|
|
118
126
|
});
|
|
119
127
|
Object.defineProperty(exports, "PageSchema", {
|
|
120
128
|
enumerable: true,
|
|
121
|
-
get: function () { return
|
|
129
|
+
get: function () { return chunkRKFXHDVU_cjs.PageSchema; }
|
|
122
130
|
});
|
|
123
131
|
Object.defineProperty(exports, "PageStyleSchema", {
|
|
124
132
|
enumerable: true,
|
|
125
|
-
get: function () { return
|
|
133
|
+
get: function () { return chunkRKFXHDVU_cjs.PageStyleSchema; }
|
|
126
134
|
});
|
|
127
135
|
Object.defineProperty(exports, "RelationAttributeMetaSchema", {
|
|
128
136
|
enumerable: true,
|
|
129
|
-
get: function () { return
|
|
137
|
+
get: function () { return chunkRKFXHDVU_cjs.RelationAttributeMetaSchema; }
|
|
130
138
|
});
|
|
131
139
|
Object.defineProperty(exports, "SizeValueSchema", {
|
|
132
140
|
enumerable: true,
|
|
133
|
-
get: function () { return
|
|
141
|
+
get: function () { return chunkRKFXHDVU_cjs.SizeValueSchema; }
|
|
134
142
|
});
|
|
135
143
|
Object.defineProperty(exports, "SortConfigSchema", {
|
|
136
144
|
enumerable: true,
|
|
137
|
-
get: function () { return
|
|
145
|
+
get: function () { return chunkRKFXHDVU_cjs.SortConfigSchema; }
|
|
138
146
|
});
|
|
139
147
|
Object.defineProperty(exports, "UserAttributeMetaSchema", {
|
|
140
148
|
enumerable: true,
|
|
141
|
-
get: function () { return
|
|
149
|
+
get: function () { return chunkRKFXHDVU_cjs.UserAttributeMetaSchema; }
|
|
142
150
|
});
|
|
143
151
|
Object.defineProperty(exports, "VariableSchema", {
|
|
144
152
|
enumerable: true,
|
|
145
|
-
get: function () { return
|
|
153
|
+
get: function () { return chunkRKFXHDVU_cjs.VariableSchema; }
|
|
146
154
|
});
|
|
147
155
|
Object.defineProperty(exports, "acceptsCurrentUserDefault", {
|
|
148
156
|
enumerable: true,
|
|
149
|
-
get: function () { return
|
|
157
|
+
get: function () { return chunkRKFXHDVU_cjs.acceptsCurrentUserDefault; }
|
|
150
158
|
});
|
|
151
159
|
Object.defineProperty(exports, "allCurrencyCodes", {
|
|
152
160
|
enumerable: true,
|
|
153
|
-
get: function () { return
|
|
161
|
+
get: function () { return chunkRKFXHDVU_cjs.allCurrencyCodes; }
|
|
154
162
|
});
|
|
155
163
|
Object.defineProperty(exports, "currencyLabel", {
|
|
156
164
|
enumerable: true,
|
|
157
|
-
get: function () { return
|
|
165
|
+
get: function () { return chunkRKFXHDVU_cjs.currencyLabel; }
|
|
158
166
|
});
|
|
159
167
|
Object.defineProperty(exports, "currencySymbol", {
|
|
160
168
|
enumerable: true,
|
|
161
|
-
get: function () { return
|
|
169
|
+
get: function () { return chunkRKFXHDVU_cjs.currencySymbol; }
|
|
162
170
|
});
|
|
163
171
|
Object.defineProperty(exports, "currencySymbolSide", {
|
|
164
172
|
enumerable: true,
|
|
165
|
-
get: function () { return
|
|
173
|
+
get: function () { return chunkRKFXHDVU_cjs.currencySymbolSide; }
|
|
166
174
|
});
|
|
167
175
|
Object.defineProperty(exports, "formatAmount", {
|
|
168
176
|
enumerable: true,
|
|
169
|
-
get: function () { return
|
|
177
|
+
get: function () { return chunkRKFXHDVU_cjs.formatAmount; }
|
|
170
178
|
});
|
|
171
179
|
Object.defineProperty(exports, "formatMoney", {
|
|
172
180
|
enumerable: true,
|
|
173
|
-
get: function () { return
|
|
181
|
+
get: function () { return chunkRKFXHDVU_cjs.formatMoney; }
|
|
174
182
|
});
|
|
175
183
|
Object.defineProperty(exports, "isBuiltInControl", {
|
|
176
184
|
enumerable: true,
|
|
177
|
-
get: function () { return
|
|
185
|
+
get: function () { return chunkRKFXHDVU_cjs.isBuiltInControl; }
|
|
178
186
|
});
|
|
179
187
|
Object.defineProperty(exports, "isCurrentUserDefault", {
|
|
180
188
|
enumerable: true,
|
|
181
|
-
get: function () { return
|
|
189
|
+
get: function () { return chunkRKFXHDVU_cjs.isCurrentUserDefault; }
|
|
182
190
|
});
|
|
183
191
|
Object.defineProperty(exports, "isPlatformAttributeName", {
|
|
184
192
|
enumerable: true,
|
|
185
|
-
get: function () { return
|
|
193
|
+
get: function () { return chunkRKFXHDVU_cjs.isPlatformAttributeName; }
|
|
186
194
|
});
|
|
187
195
|
Object.defineProperty(exports, "localeNumberSeparators", {
|
|
188
196
|
enumerable: true,
|
|
189
|
-
get: function () { return
|
|
197
|
+
get: function () { return chunkRKFXHDVU_cjs.localeNumberSeparators; }
|
|
190
198
|
});
|
|
191
199
|
Object.defineProperty(exports, "lookupCompatibleControls", {
|
|
192
200
|
enumerable: true,
|
|
193
|
-
get: function () { return
|
|
201
|
+
get: function () { return chunkRKFXHDVU_cjs.lookupCompatibleControls; }
|
|
194
202
|
});
|
|
195
203
|
Object.defineProperty(exports, "lookupControls", {
|
|
196
204
|
enumerable: true,
|
|
197
|
-
get: function () { return
|
|
205
|
+
get: function () { return chunkRKFXHDVU_cjs.lookupControls; }
|
|
198
206
|
});
|
|
199
207
|
Object.defineProperty(exports, "lookupPrimaryControl", {
|
|
200
208
|
enumerable: true,
|
|
201
|
-
get: function () { return
|
|
209
|
+
get: function () { return chunkRKFXHDVU_cjs.lookupPrimaryControl; }
|
|
202
210
|
});
|
|
203
211
|
Object.defineProperty(exports, "parseAmount", {
|
|
204
212
|
enumerable: true,
|
|
205
|
-
get: function () { return
|
|
213
|
+
get: function () { return chunkRKFXHDVU_cjs.parseAmount; }
|
|
206
214
|
});
|
|
207
215
|
Object.defineProperty(exports, "parseCurrencyMeta", {
|
|
208
216
|
enumerable: true,
|
|
209
|
-
get: function () { return
|
|
217
|
+
get: function () { return chunkRKFXHDVU_cjs.parseCurrencyMeta; }
|
|
210
218
|
});
|
|
211
219
|
Object.defineProperty(exports, "parseFileMeta", {
|
|
212
220
|
enumerable: true,
|
|
213
|
-
get: function () { return
|
|
221
|
+
get: function () { return chunkRKFXHDVU_cjs.parseFileMeta; }
|
|
214
222
|
});
|
|
215
223
|
Object.defineProperty(exports, "parsePrincipalMeta", {
|
|
216
224
|
enumerable: true,
|
|
217
|
-
get: function () { return
|
|
225
|
+
get: function () { return chunkRKFXHDVU_cjs.parsePrincipalMeta; }
|
|
218
226
|
});
|
|
219
227
|
Object.defineProperty(exports, "parseRelationMeta", {
|
|
220
228
|
enumerable: true,
|
|
221
|
-
get: function () { return
|
|
229
|
+
get: function () { return chunkRKFXHDVU_cjs.parseRelationMeta; }
|
|
222
230
|
});
|
|
223
231
|
Object.defineProperty(exports, "parseUserMeta", {
|
|
224
232
|
enumerable: true,
|
|
225
|
-
get: function () { return
|
|
233
|
+
get: function () { return chunkRKFXHDVU_cjs.parseUserMeta; }
|
|
226
234
|
});
|
|
227
235
|
Object.defineProperty(exports, "platformAttributes", {
|
|
228
236
|
enumerable: true,
|
|
229
|
-
get: function () { return
|
|
237
|
+
get: function () { return chunkRKFXHDVU_cjs.platformAttributes; }
|
|
230
238
|
});
|
|
231
239
|
//# sourceMappingURL=index.cjs.map
|
|
232
240
|
//# sourceMappingURL=index.cjs.map
|
package/dist/meta/index.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { f as App, g as
|
|
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, bG as AttributeForLookup, bH as AttributeMeta, q as AttributeRestrictions, r as AttributeSchema, s as AttributeType, bI as BUILT_IN_CONTROLS, bJ as BuiltInControlSlug, C as CURRENT_USER_DEFAULT, bK as CardElement, v as Column, bL as ColumnElement, w as ColumnSchema, bM as CommonProps, x as ComparisonOperator, y as Component, bN as ComponentElement, z as ComponentSchema, B as ComponentService, bO as ControlBucket, D as CreateAppConfigurationRequest, E as CreateAppRequest, G as CreateComponentRequest, H as CreateDesignReferenceRequest, I as CreateEntityRequest, J as CreateListRequest, K as CreateListViewRequest, M as CreateMenuConfigurationRequest, N as CreatePageRequest, O as CreateVariableRequest, Q as CurrencyAttributeMeta, R as CurrencyAttributeMetaSchema, S as CurrencySymbolSide, T as CurrencyValue, V as CurrentUserDefault, bP as DatetimeAttributeMeta, bQ as DatetimeFormat, Z as DeployModuleRequest, _ as DesignReference, $ as DesignReferenceContent, a0 as DesignReferenceSchema, a1 as DesignReferenceService, bR as DividerElement, a3 as Entity, a4 as EntitySchema, a5 as EntityService, a6 as EntityWithSchema, a7 as EntityWithSchemaSchema, a8 as EnumAttributeMeta, a9 as EnumValue, bS as FieldElement, aa as FileAttributeMeta, bT as FileAttributeMetaSchema, ac as FilterElement, ad as FilterElementSchema, ae as FilterGroup, af as FilterGroupSchema, bU as LayoutAlign, bV as LayoutElement, bW as LayoutElementSchema, bX as LayoutElementType, bY as LayoutGap, bZ as LayoutJustify, b_ as LayoutTab, ag as List, ah as ListAppConfigurationsOptions, ai as ListAppsOptions, aj as ListComponentsOptions, ak as ListDesignReferencesOptions, b$ as ListElement, al as ListEntitiesOptions, an as ListListViewsOptions, ao as ListListsOptions, ap as ListMenuConfigurationsOptions, aq as ListModulesOptions, ar as ListPagesOptions, as as ListSchema, at as ListService, au as ListVariablesOptions, av as ListView, aw as ListViewSchema, ax as ListViewService, ay as LogicalOperator, az as MenuConfiguration, aA as MenuConfigurationSchema, aB as MenuConfigurationService, aC as MenuItem, aD as MenuItemSchema, aE as MenuItemType, aF as MetaClient, aG as MetaListOptions, aH as Module, aI as ModuleSchema, aJ as ModuleService, aK as ModuleStatus, c0 as NumberAttributeMeta, c1 as ObjectAttributeMeta, aL as OnDeleteAction, aM as OnDeleteActionSchema, c2 as PAGE_BACKGROUND_TOKENS, aN as PLATFORM_ATTRIBUTE_NAMES, aP as Page, aQ as PageAction, aR as PageActionKind, aS as PageActionSchema, c3 as PageBackgroundToken, aT as PageLayout, aU as PageLayoutSchema, c4 as PageLayoutSidePanel, c5 as PageLayoutSidePanelSchema, aV as PageSchema, aW as PageService, c6 as PageStyle, c7 as PageStyleSchema, aX as PageType, c8 as PrincipalAttributeMeta, d as PrincipalRef, c9 as PrincipalType, e as PublicAccessOperation, aY as PublicPageComponent, aZ as PublicPageResponse, ca as RecordFilterElement, cb as RelatedListElement, cc as RelatedRecordElement, a_ as RelationAttributeMeta, a$ as RelationAttributeMetaSchema, cd as ResponsiveSizing, ce as RowElement, cf as SectionElement, cg as SizeValue, ch as SizeValueSchema, ci as SizingProps, b4 as SortConfig, b5 as SortConfigSchema, b6 as SortDirection, cj as StringAttributeMeta, ck as StringFormat, cl as TabsElement, cm as TextElement, cn as TextVariant, b9 as UpdateAppConfigurationRequest, ba as UpdateAppRequest, bb as UpdateComponentRequest, bc as UpdateDesignReferenceRequest, bd as UpdateEntityRequest, be as UpdateListRequest, bf as UpdateListViewRequest, bg as UpdateMenuConfigurationRequest, bh as UpdatePageRequest, bi as UpdateVariableRequest, co as UserAttributeMeta, cp as UserAttributeMetaSchema, bl as Variable, bm as VariableSchema, bn as VariableService, cq as WorkflowTriggerElement, bo as acceptsCurrentUserDefault, bp as allCurrencyCodes, bs as currencyLabel, bt as currencySymbol, bu as currencySymbolSide, bv as formatAmount, bw as formatMoney, cr as isBuiltInControl, bx as isCurrentUserDefault, by as isPlatformAttributeName, bz as localeNumberSeparators, cs as lookupCompatibleControls, ct as lookupControls, cu as lookupPrimaryControl, bA as parseAmount, bB as parseCurrencyMeta, bC as parseFileMeta, cv as parsePrincipalMeta, bD as parseRelationMeta, cw as parseUserMeta, bE as platformAttributes } from '../types-C9flkAj-.cjs';
|
|
2
2
|
import 'zod';
|
package/dist/meta/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { f as App, g as
|
|
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, bG as AttributeForLookup, bH as AttributeMeta, q as AttributeRestrictions, r as AttributeSchema, s as AttributeType, bI as BUILT_IN_CONTROLS, bJ as BuiltInControlSlug, C as CURRENT_USER_DEFAULT, bK as CardElement, v as Column, bL as ColumnElement, w as ColumnSchema, bM as CommonProps, x as ComparisonOperator, y as Component, bN as ComponentElement, z as ComponentSchema, B as ComponentService, bO as ControlBucket, D as CreateAppConfigurationRequest, E as CreateAppRequest, G as CreateComponentRequest, H as CreateDesignReferenceRequest, I as CreateEntityRequest, J as CreateListRequest, K as CreateListViewRequest, M as CreateMenuConfigurationRequest, N as CreatePageRequest, O as CreateVariableRequest, Q as CurrencyAttributeMeta, R as CurrencyAttributeMetaSchema, S as CurrencySymbolSide, T as CurrencyValue, V as CurrentUserDefault, bP as DatetimeAttributeMeta, bQ as DatetimeFormat, Z as DeployModuleRequest, _ as DesignReference, $ as DesignReferenceContent, a0 as DesignReferenceSchema, a1 as DesignReferenceService, bR as DividerElement, a3 as Entity, a4 as EntitySchema, a5 as EntityService, a6 as EntityWithSchema, a7 as EntityWithSchemaSchema, a8 as EnumAttributeMeta, a9 as EnumValue, bS as FieldElement, aa as FileAttributeMeta, bT as FileAttributeMetaSchema, ac as FilterElement, ad as FilterElementSchema, ae as FilterGroup, af as FilterGroupSchema, bU as LayoutAlign, bV as LayoutElement, bW as LayoutElementSchema, bX as LayoutElementType, bY as LayoutGap, bZ as LayoutJustify, b_ as LayoutTab, ag as List, ah as ListAppConfigurationsOptions, ai as ListAppsOptions, aj as ListComponentsOptions, ak as ListDesignReferencesOptions, b$ as ListElement, al as ListEntitiesOptions, an as ListListViewsOptions, ao as ListListsOptions, ap as ListMenuConfigurationsOptions, aq as ListModulesOptions, ar as ListPagesOptions, as as ListSchema, at as ListService, au as ListVariablesOptions, av as ListView, aw as ListViewSchema, ax as ListViewService, ay as LogicalOperator, az as MenuConfiguration, aA as MenuConfigurationSchema, aB as MenuConfigurationService, aC as MenuItem, aD as MenuItemSchema, aE as MenuItemType, aF as MetaClient, aG as MetaListOptions, aH as Module, aI as ModuleSchema, aJ as ModuleService, aK as ModuleStatus, c0 as NumberAttributeMeta, c1 as ObjectAttributeMeta, aL as OnDeleteAction, aM as OnDeleteActionSchema, c2 as PAGE_BACKGROUND_TOKENS, aN as PLATFORM_ATTRIBUTE_NAMES, aP as Page, aQ as PageAction, aR as PageActionKind, aS as PageActionSchema, c3 as PageBackgroundToken, aT as PageLayout, aU as PageLayoutSchema, c4 as PageLayoutSidePanel, c5 as PageLayoutSidePanelSchema, aV as PageSchema, aW as PageService, c6 as PageStyle, c7 as PageStyleSchema, aX as PageType, c8 as PrincipalAttributeMeta, d as PrincipalRef, c9 as PrincipalType, e as PublicAccessOperation, aY as PublicPageComponent, aZ as PublicPageResponse, ca as RecordFilterElement, cb as RelatedListElement, cc as RelatedRecordElement, a_ as RelationAttributeMeta, a$ as RelationAttributeMetaSchema, cd as ResponsiveSizing, ce as RowElement, cf as SectionElement, cg as SizeValue, ch as SizeValueSchema, ci as SizingProps, b4 as SortConfig, b5 as SortConfigSchema, b6 as SortDirection, cj as StringAttributeMeta, ck as StringFormat, cl as TabsElement, cm as TextElement, cn as TextVariant, b9 as UpdateAppConfigurationRequest, ba as UpdateAppRequest, bb as UpdateComponentRequest, bc as UpdateDesignReferenceRequest, bd as UpdateEntityRequest, be as UpdateListRequest, bf as UpdateListViewRequest, bg as UpdateMenuConfigurationRequest, bh as UpdatePageRequest, bi as UpdateVariableRequest, co as UserAttributeMeta, cp as UserAttributeMetaSchema, bl as Variable, bm as VariableSchema, bn as VariableService, cq as WorkflowTriggerElement, bo as acceptsCurrentUserDefault, bp as allCurrencyCodes, bs as currencyLabel, bt as currencySymbol, bu as currencySymbolSide, bv as formatAmount, bw as formatMoney, cr as isBuiltInControl, bx as isCurrentUserDefault, by as isPlatformAttributeName, bz as localeNumberSeparators, cs as lookupCompatibleControls, ct as lookupControls, cu as lookupPrimaryControl, bA as parseAmount, bB as parseCurrencyMeta, bC as parseFileMeta, cv as parsePrincipalMeta, bD as parseRelationMeta, cw as parseUserMeta, bE as platformAttributes } from '../types-C9flkAj-.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 { AppConfigurationSchema, AppHomeSchema, 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-IRFFXJMB.js';
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
3
3
|
//# sourceMappingURL=index.js.map
|