@proteos/sdk 0.21.0 → 0.22.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-OUVD2XJX.js → chunk-OOAHNKPP.js} +92 -3
- package/dist/chunk-OOAHNKPP.js.map +1 -0
- package/dist/{chunk-DD6H5PIF.cjs → chunk-V5X4QWIO.cjs} +92 -2
- package/dist/chunk-V5X4QWIO.cjs.map +1 -0
- package/dist/index.cjs +188 -144
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +246 -210
- package/dist/index.d.ts +246 -210
- package/dist/index.js +104 -64
- package/dist/index.js.map +1 -1
- package/dist/meta/index.cjs +54 -50
- 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-PzImL4QI.d.cts → types-DT29DVEj.d.cts} +180 -1
- package/dist/{types-PzImL4QI.d.ts → types-DT29DVEj.d.ts} +180 -1
- package/package.json +1 -1
- package/src/auth/platform-entities.ts +4 -0
- package/src/data/records.ts +60 -0
- package/src/index.ts +29 -21
- package/src/meta/design-references.ts +127 -0
- package/src/meta/entities.ts +17 -0
- package/src/meta/index.ts +15 -0
- package/src/meta/types.ts +94 -0
- package/src/storage/files.ts +31 -0
- package/src/storage/types.ts +10 -0
- package/dist/chunk-DD6H5PIF.cjs.map +0 -1
- package/dist/chunk-OUVD2XJX.js.map +0 -1
package/dist/meta/index.cjs
CHANGED
|
@@ -1,204 +1,208 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkV5X4QWIO_cjs = require('../chunk-V5X4QWIO.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "AppSchema", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunkV5X4QWIO_cjs.AppSchema; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "AttributeSchema", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkV5X4QWIO_cjs.AttributeSchema; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "BUILT_IN_CONTROLS", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkV5X4QWIO_cjs.BUILT_IN_CONTROLS; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "ColumnSchema", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkV5X4QWIO_cjs.ColumnSchema; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "ComponentSchema", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkV5X4QWIO_cjs.ComponentSchema; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "CurrencyAttributeMetaSchema", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkV5X4QWIO_cjs.CurrencyAttributeMetaSchema; }
|
|
30
|
+
});
|
|
31
|
+
Object.defineProperty(exports, "DesignReferenceSchema", {
|
|
32
|
+
enumerable: true,
|
|
33
|
+
get: function () { return chunkV5X4QWIO_cjs.DesignReferenceSchema; }
|
|
30
34
|
});
|
|
31
35
|
Object.defineProperty(exports, "EntitySchema", {
|
|
32
36
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunkV5X4QWIO_cjs.EntitySchema; }
|
|
34
38
|
});
|
|
35
39
|
Object.defineProperty(exports, "EntityWithSchemaSchema", {
|
|
36
40
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
41
|
+
get: function () { return chunkV5X4QWIO_cjs.EntityWithSchemaSchema; }
|
|
38
42
|
});
|
|
39
43
|
Object.defineProperty(exports, "FileAttributeMetaSchema", {
|
|
40
44
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
45
|
+
get: function () { return chunkV5X4QWIO_cjs.FileAttributeMetaSchema; }
|
|
42
46
|
});
|
|
43
47
|
Object.defineProperty(exports, "FilterElementSchema", {
|
|
44
48
|
enumerable: true,
|
|
45
|
-
get: function () { return
|
|
49
|
+
get: function () { return chunkV5X4QWIO_cjs.FilterElementSchema; }
|
|
46
50
|
});
|
|
47
51
|
Object.defineProperty(exports, "FilterGroupSchema", {
|
|
48
52
|
enumerable: true,
|
|
49
|
-
get: function () { return
|
|
53
|
+
get: function () { return chunkV5X4QWIO_cjs.FilterGroupSchema; }
|
|
50
54
|
});
|
|
51
55
|
Object.defineProperty(exports, "LayoutElementSchema", {
|
|
52
56
|
enumerable: true,
|
|
53
|
-
get: function () { return
|
|
57
|
+
get: function () { return chunkV5X4QWIO_cjs.LayoutElementSchema; }
|
|
54
58
|
});
|
|
55
59
|
Object.defineProperty(exports, "LayoutElementType", {
|
|
56
60
|
enumerable: true,
|
|
57
|
-
get: function () { return
|
|
61
|
+
get: function () { return chunkV5X4QWIO_cjs.LayoutElementType; }
|
|
58
62
|
});
|
|
59
63
|
Object.defineProperty(exports, "ListSchema", {
|
|
60
64
|
enumerable: true,
|
|
61
|
-
get: function () { return
|
|
65
|
+
get: function () { return chunkV5X4QWIO_cjs.ListSchema; }
|
|
62
66
|
});
|
|
63
67
|
Object.defineProperty(exports, "ListViewSchema", {
|
|
64
68
|
enumerable: true,
|
|
65
|
-
get: function () { return
|
|
69
|
+
get: function () { return chunkV5X4QWIO_cjs.ListViewSchema; }
|
|
66
70
|
});
|
|
67
71
|
Object.defineProperty(exports, "MenuConfigurationSchema", {
|
|
68
72
|
enumerable: true,
|
|
69
|
-
get: function () { return
|
|
73
|
+
get: function () { return chunkV5X4QWIO_cjs.MenuConfigurationSchema; }
|
|
70
74
|
});
|
|
71
75
|
Object.defineProperty(exports, "MenuItemSchema", {
|
|
72
76
|
enumerable: true,
|
|
73
|
-
get: function () { return
|
|
77
|
+
get: function () { return chunkV5X4QWIO_cjs.MenuItemSchema; }
|
|
74
78
|
});
|
|
75
79
|
Object.defineProperty(exports, "MenuItemType", {
|
|
76
80
|
enumerable: true,
|
|
77
|
-
get: function () { return
|
|
81
|
+
get: function () { return chunkV5X4QWIO_cjs.MenuItemType; }
|
|
78
82
|
});
|
|
79
83
|
Object.defineProperty(exports, "MetaClient", {
|
|
80
84
|
enumerable: true,
|
|
81
|
-
get: function () { return
|
|
85
|
+
get: function () { return chunkV5X4QWIO_cjs.MetaClient; }
|
|
82
86
|
});
|
|
83
87
|
Object.defineProperty(exports, "ModuleSchema", {
|
|
84
88
|
enumerable: true,
|
|
85
|
-
get: function () { return
|
|
89
|
+
get: function () { return chunkV5X4QWIO_cjs.ModuleSchema; }
|
|
86
90
|
});
|
|
87
91
|
Object.defineProperty(exports, "OnDeleteActionSchema", {
|
|
88
92
|
enumerable: true,
|
|
89
|
-
get: function () { return
|
|
93
|
+
get: function () { return chunkV5X4QWIO_cjs.OnDeleteActionSchema; }
|
|
90
94
|
});
|
|
91
95
|
Object.defineProperty(exports, "PLATFORM_ATTRIBUTE_NAMES", {
|
|
92
96
|
enumerable: true,
|
|
93
|
-
get: function () { return
|
|
97
|
+
get: function () { return chunkV5X4QWIO_cjs.PLATFORM_ATTRIBUTE_NAMES; }
|
|
94
98
|
});
|
|
95
99
|
Object.defineProperty(exports, "PageActionSchema", {
|
|
96
100
|
enumerable: true,
|
|
97
|
-
get: function () { return
|
|
101
|
+
get: function () { return chunkV5X4QWIO_cjs.PageActionSchema; }
|
|
98
102
|
});
|
|
99
103
|
Object.defineProperty(exports, "PageLayoutSchema", {
|
|
100
104
|
enumerable: true,
|
|
101
|
-
get: function () { return
|
|
105
|
+
get: function () { return chunkV5X4QWIO_cjs.PageLayoutSchema; }
|
|
102
106
|
});
|
|
103
107
|
Object.defineProperty(exports, "PageLayoutSidePanelSchema", {
|
|
104
108
|
enumerable: true,
|
|
105
|
-
get: function () { return
|
|
109
|
+
get: function () { return chunkV5X4QWIO_cjs.PageLayoutSidePanelSchema; }
|
|
106
110
|
});
|
|
107
111
|
Object.defineProperty(exports, "PageSchema", {
|
|
108
112
|
enumerable: true,
|
|
109
|
-
get: function () { return
|
|
113
|
+
get: function () { return chunkV5X4QWIO_cjs.PageSchema; }
|
|
110
114
|
});
|
|
111
115
|
Object.defineProperty(exports, "RelationAttributeMetaSchema", {
|
|
112
116
|
enumerable: true,
|
|
113
|
-
get: function () { return
|
|
117
|
+
get: function () { return chunkV5X4QWIO_cjs.RelationAttributeMetaSchema; }
|
|
114
118
|
});
|
|
115
119
|
Object.defineProperty(exports, "SizeValueSchema", {
|
|
116
120
|
enumerable: true,
|
|
117
|
-
get: function () { return
|
|
121
|
+
get: function () { return chunkV5X4QWIO_cjs.SizeValueSchema; }
|
|
118
122
|
});
|
|
119
123
|
Object.defineProperty(exports, "SortConfigSchema", {
|
|
120
124
|
enumerable: true,
|
|
121
|
-
get: function () { return
|
|
125
|
+
get: function () { return chunkV5X4QWIO_cjs.SortConfigSchema; }
|
|
122
126
|
});
|
|
123
127
|
Object.defineProperty(exports, "UserAttributeMetaSchema", {
|
|
124
128
|
enumerable: true,
|
|
125
|
-
get: function () { return
|
|
129
|
+
get: function () { return chunkV5X4QWIO_cjs.UserAttributeMetaSchema; }
|
|
126
130
|
});
|
|
127
131
|
Object.defineProperty(exports, "VariableSchema", {
|
|
128
132
|
enumerable: true,
|
|
129
|
-
get: function () { return
|
|
133
|
+
get: function () { return chunkV5X4QWIO_cjs.VariableSchema; }
|
|
130
134
|
});
|
|
131
135
|
Object.defineProperty(exports, "allCurrencyCodes", {
|
|
132
136
|
enumerable: true,
|
|
133
|
-
get: function () { return
|
|
137
|
+
get: function () { return chunkV5X4QWIO_cjs.allCurrencyCodes; }
|
|
134
138
|
});
|
|
135
139
|
Object.defineProperty(exports, "currencyLabel", {
|
|
136
140
|
enumerable: true,
|
|
137
|
-
get: function () { return
|
|
141
|
+
get: function () { return chunkV5X4QWIO_cjs.currencyLabel; }
|
|
138
142
|
});
|
|
139
143
|
Object.defineProperty(exports, "currencySymbol", {
|
|
140
144
|
enumerable: true,
|
|
141
|
-
get: function () { return
|
|
145
|
+
get: function () { return chunkV5X4QWIO_cjs.currencySymbol; }
|
|
142
146
|
});
|
|
143
147
|
Object.defineProperty(exports, "currencySymbolSide", {
|
|
144
148
|
enumerable: true,
|
|
145
|
-
get: function () { return
|
|
149
|
+
get: function () { return chunkV5X4QWIO_cjs.currencySymbolSide; }
|
|
146
150
|
});
|
|
147
151
|
Object.defineProperty(exports, "formatAmount", {
|
|
148
152
|
enumerable: true,
|
|
149
|
-
get: function () { return
|
|
153
|
+
get: function () { return chunkV5X4QWIO_cjs.formatAmount; }
|
|
150
154
|
});
|
|
151
155
|
Object.defineProperty(exports, "formatMoney", {
|
|
152
156
|
enumerable: true,
|
|
153
|
-
get: function () { return
|
|
157
|
+
get: function () { return chunkV5X4QWIO_cjs.formatMoney; }
|
|
154
158
|
});
|
|
155
159
|
Object.defineProperty(exports, "isBuiltInControl", {
|
|
156
160
|
enumerable: true,
|
|
157
|
-
get: function () { return
|
|
161
|
+
get: function () { return chunkV5X4QWIO_cjs.isBuiltInControl; }
|
|
158
162
|
});
|
|
159
163
|
Object.defineProperty(exports, "isPlatformAttributeName", {
|
|
160
164
|
enumerable: true,
|
|
161
|
-
get: function () { return
|
|
165
|
+
get: function () { return chunkV5X4QWIO_cjs.isPlatformAttributeName; }
|
|
162
166
|
});
|
|
163
167
|
Object.defineProperty(exports, "localeNumberSeparators", {
|
|
164
168
|
enumerable: true,
|
|
165
|
-
get: function () { return
|
|
169
|
+
get: function () { return chunkV5X4QWIO_cjs.localeNumberSeparators; }
|
|
166
170
|
});
|
|
167
171
|
Object.defineProperty(exports, "lookupCompatibleControls", {
|
|
168
172
|
enumerable: true,
|
|
169
|
-
get: function () { return
|
|
173
|
+
get: function () { return chunkV5X4QWIO_cjs.lookupCompatibleControls; }
|
|
170
174
|
});
|
|
171
175
|
Object.defineProperty(exports, "lookupControls", {
|
|
172
176
|
enumerable: true,
|
|
173
|
-
get: function () { return
|
|
177
|
+
get: function () { return chunkV5X4QWIO_cjs.lookupControls; }
|
|
174
178
|
});
|
|
175
179
|
Object.defineProperty(exports, "lookupPrimaryControl", {
|
|
176
180
|
enumerable: true,
|
|
177
|
-
get: function () { return
|
|
181
|
+
get: function () { return chunkV5X4QWIO_cjs.lookupPrimaryControl; }
|
|
178
182
|
});
|
|
179
183
|
Object.defineProperty(exports, "parseAmount", {
|
|
180
184
|
enumerable: true,
|
|
181
|
-
get: function () { return
|
|
185
|
+
get: function () { return chunkV5X4QWIO_cjs.parseAmount; }
|
|
182
186
|
});
|
|
183
187
|
Object.defineProperty(exports, "parseCurrencyMeta", {
|
|
184
188
|
enumerable: true,
|
|
185
|
-
get: function () { return
|
|
189
|
+
get: function () { return chunkV5X4QWIO_cjs.parseCurrencyMeta; }
|
|
186
190
|
});
|
|
187
191
|
Object.defineProperty(exports, "parseFileMeta", {
|
|
188
192
|
enumerable: true,
|
|
189
|
-
get: function () { return
|
|
193
|
+
get: function () { return chunkV5X4QWIO_cjs.parseFileMeta; }
|
|
190
194
|
});
|
|
191
195
|
Object.defineProperty(exports, "parseRelationMeta", {
|
|
192
196
|
enumerable: true,
|
|
193
|
-
get: function () { return
|
|
197
|
+
get: function () { return chunkV5X4QWIO_cjs.parseRelationMeta; }
|
|
194
198
|
});
|
|
195
199
|
Object.defineProperty(exports, "parseUserMeta", {
|
|
196
200
|
enumerable: true,
|
|
197
|
-
get: function () { return
|
|
201
|
+
get: function () { return chunkV5X4QWIO_cjs.parseUserMeta; }
|
|
198
202
|
});
|
|
199
203
|
Object.defineProperty(exports, "platformAttributes", {
|
|
200
204
|
enumerable: true,
|
|
201
|
-
get: function () { return
|
|
205
|
+
get: function () { return chunkV5X4QWIO_cjs.platformAttributes; }
|
|
202
206
|
});
|
|
203
207
|
//# sourceMappingURL=index.cjs.map
|
|
204
208
|
//# sourceMappingURL=index.cjs.map
|
package/dist/meta/index.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { e as App, f as AppSchema, g as AppService, bm as ArrayAttributeMeta, a as Attribute, bn as AttributeForLookup, bo as AttributeMeta, h as AttributeSchema, i as AttributeType, bp as BUILT_IN_CONTROLS, bq as BuiltInControlSlug, k as Column, br as ColumnElement, l as ColumnSchema, bs as CommonProps, m as ComparisonOperator, n as Component, bt as ComponentElement, o as ComponentSchema, p as ComponentService, bu as ControlBucket, q as CreateAppRequest, r as CreateComponentRequest, s as CreateDesignReferenceRequest, t as CreateEntityRequest, u as CreateListRequest, v as CreateListViewRequest, w as CreateMenuConfigurationRequest, x as CreatePageRequest, y as CreateVariableRequest, z as CurrencyAttributeMeta, B as CurrencyAttributeMetaSchema, D as CurrencySymbolSide, E as CurrencyValue, bv as DatetimeAttributeMeta, bw as DatetimeFormat, J as DeployModuleRequest, K as DesignReference, M as DesignReferenceContent, N as DesignReferenceSchema, O as DesignReferenceService, bx as DividerElement, R as Entity, S as EntitySchema, T as EntityService, V as EntityWithSchema, W as EntityWithSchemaSchema, by as EnumAttributeMeta, bz as EnumValue, bA as FieldElement, X as FileAttributeMeta, bB as FileAttributeMetaSchema, Z as FilterElement, _ as FilterElementSchema, $ as FilterGroup, a0 as FilterGroupSchema, bC as LayoutAlign, bD as LayoutElement, bE as LayoutElementSchema, bF as LayoutElementType, bG as LayoutGap, bH as LayoutJustify, bI as LayoutTab, a1 as List, a2 as ListAppsOptions, a3 as ListComponentsOptions, a4 as ListDesignReferencesOptions, a5 as ListEntitiesOptions, a7 as ListListViewsOptions, a8 as ListListsOptions, a9 as ListMenuConfigurationsOptions, aa as ListModulesOptions, ab as ListPagesOptions, ac as ListSchema, ad as ListService, ae as ListVariablesOptions, af as ListView, ag as ListViewSchema, ah as ListViewService, ai as LogicalOperator, aj as MenuConfiguration, ak as MenuConfigurationSchema, al as MenuConfigurationService, am as MenuItem, an as MenuItemSchema, ao as MenuItemType, ap as MetaClient, aq as MetaListOptions, ar as Module, as as ModuleSchema, at as ModuleService, au as ModuleStatus, bJ as NumberAttributeMeta, bK as ObjectAttributeMeta, av as OnDeleteAction, aw as OnDeleteActionSchema, ax as PLATFORM_ATTRIBUTE_NAMES, az as Page, aA as PageAction, aB as PageActionSchema, aC as PageLayout, aD as PageLayoutSchema, bL as PageLayoutSidePanel, bM as PageLayoutSidePanelSchema, aE as PageSchema, aF as PageService, aG as PageType, aH as PublicPageComponent, aI as PublicPageResponse, bN as RelatedListElement, aJ as RelationAttributeMeta, aK as RelationAttributeMetaSchema, bO as ResponsiveSizing, bP as RowElement, bQ as SectionElement, bR as SizeValue, bS as SizeValueSchema, bT as SizingProps, aP as SortConfig, aQ as SortConfigSchema, aR as SortDirection, bU as StringAttributeMeta, bV as StringFormat, bW as TabsElement, bX as TextElement, bY as TextVariant, aU as UpdateAppRequest, aV as UpdateComponentRequest, aW as UpdateDesignReferenceRequest, aX as UpdateEntityRequest, aY as UpdateListRequest, aZ as UpdateListViewRequest, a_ as UpdateMenuConfigurationRequest, a$ as UpdatePageRequest, b0 as UpdateVariableRequest, bZ as UserAttributeMeta, b_ as UserAttributeMetaSchema, b3 as Variable, b4 as VariableSchema, b5 as VariableService, b6 as allCurrencyCodes, b9 as currencyLabel, ba as currencySymbol, bb as currencySymbolSide, bc as formatAmount, bd as formatMoney, b$ as isBuiltInControl, be as isPlatformAttributeName, bf as localeNumberSeparators, c0 as lookupCompatibleControls, c1 as lookupControls, c2 as lookupPrimaryControl, bg as parseAmount, bh as parseCurrencyMeta, bi as parseFileMeta, bj as parseRelationMeta, c3 as parseUserMeta, bk as platformAttributes } from '../types-DT29DVEj.cjs';
|
|
2
2
|
import 'zod';
|
package/dist/meta/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { e as App, f as AppSchema, g as AppService, bm as ArrayAttributeMeta, a as Attribute, bn as AttributeForLookup, bo as AttributeMeta, h as AttributeSchema, i as AttributeType, bp as BUILT_IN_CONTROLS, bq as BuiltInControlSlug, k as Column, br as ColumnElement, l as ColumnSchema, bs as CommonProps, m as ComparisonOperator, n as Component, bt as ComponentElement, o as ComponentSchema, p as ComponentService, bu as ControlBucket, q as CreateAppRequest, r as CreateComponentRequest, s as CreateDesignReferenceRequest, t as CreateEntityRequest, u as CreateListRequest, v as CreateListViewRequest, w as CreateMenuConfigurationRequest, x as CreatePageRequest, y as CreateVariableRequest, z as CurrencyAttributeMeta, B as CurrencyAttributeMetaSchema, D as CurrencySymbolSide, E as CurrencyValue, bv as DatetimeAttributeMeta, bw as DatetimeFormat, J as DeployModuleRequest, K as DesignReference, M as DesignReferenceContent, N as DesignReferenceSchema, O as DesignReferenceService, bx as DividerElement, R as Entity, S as EntitySchema, T as EntityService, V as EntityWithSchema, W as EntityWithSchemaSchema, by as EnumAttributeMeta, bz as EnumValue, bA as FieldElement, X as FileAttributeMeta, bB as FileAttributeMetaSchema, Z as FilterElement, _ as FilterElementSchema, $ as FilterGroup, a0 as FilterGroupSchema, bC as LayoutAlign, bD as LayoutElement, bE as LayoutElementSchema, bF as LayoutElementType, bG as LayoutGap, bH as LayoutJustify, bI as LayoutTab, a1 as List, a2 as ListAppsOptions, a3 as ListComponentsOptions, a4 as ListDesignReferencesOptions, a5 as ListEntitiesOptions, a7 as ListListViewsOptions, a8 as ListListsOptions, a9 as ListMenuConfigurationsOptions, aa as ListModulesOptions, ab as ListPagesOptions, ac as ListSchema, ad as ListService, ae as ListVariablesOptions, af as ListView, ag as ListViewSchema, ah as ListViewService, ai as LogicalOperator, aj as MenuConfiguration, ak as MenuConfigurationSchema, al as MenuConfigurationService, am as MenuItem, an as MenuItemSchema, ao as MenuItemType, ap as MetaClient, aq as MetaListOptions, ar as Module, as as ModuleSchema, at as ModuleService, au as ModuleStatus, bJ as NumberAttributeMeta, bK as ObjectAttributeMeta, av as OnDeleteAction, aw as OnDeleteActionSchema, ax as PLATFORM_ATTRIBUTE_NAMES, az as Page, aA as PageAction, aB as PageActionSchema, aC as PageLayout, aD as PageLayoutSchema, bL as PageLayoutSidePanel, bM as PageLayoutSidePanelSchema, aE as PageSchema, aF as PageService, aG as PageType, aH as PublicPageComponent, aI as PublicPageResponse, bN as RelatedListElement, aJ as RelationAttributeMeta, aK as RelationAttributeMetaSchema, bO as ResponsiveSizing, bP as RowElement, bQ as SectionElement, bR as SizeValue, bS as SizeValueSchema, bT as SizingProps, aP as SortConfig, aQ as SortConfigSchema, aR as SortDirection, bU as StringAttributeMeta, bV as StringFormat, bW as TabsElement, bX as TextElement, bY as TextVariant, aU as UpdateAppRequest, aV as UpdateComponentRequest, aW as UpdateDesignReferenceRequest, aX as UpdateEntityRequest, aY as UpdateListRequest, aZ as UpdateListViewRequest, a_ as UpdateMenuConfigurationRequest, a$ as UpdatePageRequest, b0 as UpdateVariableRequest, bZ as UserAttributeMeta, b_ as UserAttributeMetaSchema, b3 as Variable, b4 as VariableSchema, b5 as VariableService, b6 as allCurrencyCodes, b9 as currencyLabel, ba as currencySymbol, bb as currencySymbolSide, bc as formatAmount, bd as formatMoney, b$ as isBuiltInControl, be as isPlatformAttributeName, bf as localeNumberSeparators, c0 as lookupCompatibleControls, c1 as lookupControls, c2 as lookupPrimaryControl, bg as parseAmount, bh as parseCurrencyMeta, bi as parseFileMeta, bj as parseRelationMeta, c3 as parseUserMeta, bk as platformAttributes } from '../types-DT29DVEj.js';
|
|
2
2
|
import 'zod';
|
package/dist/meta/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { AppSchema, AttributeSchema, BUILT_IN_CONTROLS, ColumnSchema, ComponentSchema, CurrencyAttributeMetaSchema, EntitySchema, EntityWithSchemaSchema, FileAttributeMetaSchema, FilterElementSchema, FilterGroupSchema, LayoutElementSchema, LayoutElementType, ListSchema, ListViewSchema, MenuConfigurationSchema, MenuItemSchema, MenuItemType, MetaClient, ModuleSchema, OnDeleteActionSchema, PLATFORM_ATTRIBUTE_NAMES, PageActionSchema, PageLayoutSchema, PageLayoutSidePanelSchema, PageSchema, RelationAttributeMetaSchema, SizeValueSchema, SortConfigSchema, UserAttributeMetaSchema, VariableSchema, allCurrencyCodes, currencyLabel, currencySymbol, currencySymbolSide, formatAmount, formatMoney, isBuiltInControl, isPlatformAttributeName, localeNumberSeparators, lookupCompatibleControls, lookupControls, lookupPrimaryControl, parseAmount, parseCurrencyMeta, parseFileMeta, parseRelationMeta, parseUserMeta, platformAttributes } from '../chunk-
|
|
1
|
+
export { AppSchema, AttributeSchema, BUILT_IN_CONTROLS, ColumnSchema, ComponentSchema, CurrencyAttributeMetaSchema, DesignReferenceSchema, EntitySchema, EntityWithSchemaSchema, FileAttributeMetaSchema, FilterElementSchema, FilterGroupSchema, LayoutElementSchema, LayoutElementType, ListSchema, ListViewSchema, MenuConfigurationSchema, MenuItemSchema, MenuItemType, MetaClient, ModuleSchema, OnDeleteActionSchema, PLATFORM_ATTRIBUTE_NAMES, PageActionSchema, PageLayoutSchema, PageLayoutSidePanelSchema, PageSchema, RelationAttributeMetaSchema, SizeValueSchema, SortConfigSchema, UserAttributeMetaSchema, VariableSchema, allCurrencyCodes, currencyLabel, currencySymbol, currencySymbolSide, formatAmount, formatMoney, isBuiltInControl, isPlatformAttributeName, localeNumberSeparators, lookupCompatibleControls, lookupControls, lookupPrimaryControl, parseAmount, parseCurrencyMeta, parseFileMeta, parseRelationMeta, parseUserMeta, platformAttributes } from '../chunk-OOAHNKPP.js';
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
3
3
|
//# sourceMappingURL=index.js.map
|
|
@@ -675,6 +675,36 @@ interface ComponentService {
|
|
|
675
675
|
bundleUrl(slug: string): string;
|
|
676
676
|
}
|
|
677
677
|
|
|
678
|
+
/**
|
|
679
|
+
* Service for managing an org's stored DESIGN.md documents (design references).
|
|
680
|
+
*
|
|
681
|
+
* The markdown body is split from the metadata methods: list/get never carry
|
|
682
|
+
* `content` — read it with {@link getContent} and write it with
|
|
683
|
+
* {@link setContent} (create may seed it in one shot).
|
|
684
|
+
*/
|
|
685
|
+
interface DesignReferenceService {
|
|
686
|
+
/** Lists design references (metadata only — no `content`). */
|
|
687
|
+
list(options?: ListDesignReferencesOptions): PageIterator<DesignReference, ListDesignReferencesOptions>;
|
|
688
|
+
/** Fetches a single page of design references (metadata only). */
|
|
689
|
+
listPage(options?: ListDesignReferencesOptions): Promise<ListResult<DesignReference>>;
|
|
690
|
+
/** Gets a single design reference by id (metadata only — no `content`). */
|
|
691
|
+
get(id: string): Promise<DesignReference>;
|
|
692
|
+
/** Resolves a design reference by its per-org slug (metadata only). */
|
|
693
|
+
getBySlug(slug: string): Promise<DesignReference>;
|
|
694
|
+
/** Creates a design reference; `content` optionally seeds the body. */
|
|
695
|
+
create(request: CreateDesignReferenceRequest): Promise<DesignReference>;
|
|
696
|
+
/** Creates or (by slug) replaces a design reference, including its body. */
|
|
697
|
+
upsert(request: CreateDesignReferenceRequest): Promise<DesignReference>;
|
|
698
|
+
/** Updates a design reference's metadata (name/description/slug). */
|
|
699
|
+
update(id: string, request: UpdateDesignReferenceRequest): Promise<DesignReference>;
|
|
700
|
+
/** Deletes a design reference. */
|
|
701
|
+
delete(id: string): Promise<void>;
|
|
702
|
+
/** Reads the markdown body for a design reference. */
|
|
703
|
+
getContent(id: string): Promise<string>;
|
|
704
|
+
/** Overwrites the markdown body for a design reference (metadata untouched). */
|
|
705
|
+
setContent(id: string, content: string): Promise<void>;
|
|
706
|
+
}
|
|
707
|
+
|
|
678
708
|
/**
|
|
679
709
|
* Service for managing entity definitions.
|
|
680
710
|
* Entities define the structure of business objects in the system.
|
|
@@ -740,6 +770,12 @@ interface EntityService {
|
|
|
740
770
|
* @throws {ProteosError} If entity not found (404)
|
|
741
771
|
*/
|
|
742
772
|
getWithSchema(slug: string): Promise<EntityWithSchema>;
|
|
773
|
+
/**
|
|
774
|
+
* Gets a public-access (read) entity (with schema) through the UNAUTHENTICATED
|
|
775
|
+
* public endpoint — no Authorization header. A non-public or missing
|
|
776
|
+
* entity 404s identically.
|
|
777
|
+
*/
|
|
778
|
+
getPublic(orgId: string, slug: string): Promise<EntityWithSchema>;
|
|
743
779
|
/**
|
|
744
780
|
* Creates a new entity.
|
|
745
781
|
*
|
|
@@ -1587,6 +1623,10 @@ declare class MetaClient {
|
|
|
1587
1623
|
* Service for managing apps.
|
|
1588
1624
|
*/
|
|
1589
1625
|
readonly apps: AppService;
|
|
1626
|
+
/**
|
|
1627
|
+
* Service for managing design references (stored DESIGN.md documents).
|
|
1628
|
+
*/
|
|
1629
|
+
readonly designReferences: DesignReferenceService;
|
|
1590
1630
|
/**
|
|
1591
1631
|
* Creates a new MetaClient instance.
|
|
1592
1632
|
*
|
|
@@ -1879,6 +1919,12 @@ declare function parseUserMeta(attr: Attribute): UserAttributeMeta | null;
|
|
|
1879
1919
|
* with no meta still resolves to an empty `{}` rather than null.
|
|
1880
1920
|
*/
|
|
1881
1921
|
declare function parseFileMeta(attr: Attribute): FileAttributeMeta | null;
|
|
1922
|
+
/**
|
|
1923
|
+
* A single operation a resource may be publicly exposed for. Independent set
|
|
1924
|
+
* (not a level): a resource can be public for `write` without `read`. Only
|
|
1925
|
+
* `read` is honored on the platform today; `write`/`delete` are reserved.
|
|
1926
|
+
*/
|
|
1927
|
+
type PublicAccessOperation = 'read' | 'write' | 'delete';
|
|
1882
1928
|
/**
|
|
1883
1929
|
* Entity definition.
|
|
1884
1930
|
* Note: Entity uses `slug` as its primary identifier, not `id`.
|
|
@@ -1888,6 +1934,14 @@ interface Entity extends AuditFields {
|
|
|
1888
1934
|
name: string;
|
|
1889
1935
|
description: string;
|
|
1890
1936
|
is_remote: boolean;
|
|
1937
|
+
/**
|
|
1938
|
+
* Operations ALL records of the entity are exposed for on the
|
|
1939
|
+
* unauthenticated public surface. Only `["read"]` is honored today (records
|
|
1940
|
+
* become world-readable; the entity definition is implicitly readable so
|
|
1941
|
+
* they can be interpreted); `write`/`delete` are reserved. Empty = private
|
|
1942
|
+
* (default).
|
|
1943
|
+
*/
|
|
1944
|
+
public_record_access: PublicAccessOperation[];
|
|
1891
1945
|
module_slug: string;
|
|
1892
1946
|
/**
|
|
1893
1947
|
* Liquid template that renders a human-readable title for an instance
|
|
@@ -1929,6 +1983,7 @@ declare const EntitySchema: z.ZodObject<{
|
|
|
1929
1983
|
name: z.ZodString;
|
|
1930
1984
|
description: z.ZodString;
|
|
1931
1985
|
is_remote: z.ZodBoolean;
|
|
1986
|
+
public_record_access: z.ZodDefault<z.ZodArray<z.ZodEnum<["read", "write", "delete"]>, "many">>;
|
|
1932
1987
|
module_slug: z.ZodString;
|
|
1933
1988
|
title_template: z.ZodDefault<z.ZodString>;
|
|
1934
1989
|
attributes: z.ZodArray<z.ZodObject<{
|
|
@@ -1996,6 +2051,7 @@ declare const EntitySchema: z.ZodObject<{
|
|
|
1996
2051
|
}[];
|
|
1997
2052
|
slug: string;
|
|
1998
2053
|
is_remote: boolean;
|
|
2054
|
+
public_record_access: ("read" | "write" | "delete")[];
|
|
1999
2055
|
module_slug: string;
|
|
2000
2056
|
title_template: string;
|
|
2001
2057
|
}, {
|
|
@@ -2027,6 +2083,7 @@ declare const EntitySchema: z.ZodObject<{
|
|
|
2027
2083
|
slug: string;
|
|
2028
2084
|
is_remote: boolean;
|
|
2029
2085
|
module_slug: string;
|
|
2086
|
+
public_record_access?: ("read" | "write" | "delete")[] | undefined;
|
|
2030
2087
|
title_template?: string | undefined;
|
|
2031
2088
|
}>;
|
|
2032
2089
|
/**
|
|
@@ -2063,6 +2120,7 @@ declare const EntityWithSchemaSchema: z.ZodObject<{
|
|
|
2063
2120
|
name: z.ZodString;
|
|
2064
2121
|
description: z.ZodString;
|
|
2065
2122
|
is_remote: z.ZodBoolean;
|
|
2123
|
+
public_record_access: z.ZodDefault<z.ZodArray<z.ZodEnum<["read", "write", "delete"]>, "many">>;
|
|
2066
2124
|
module_slug: z.ZodString;
|
|
2067
2125
|
title_template: z.ZodDefault<z.ZodString>;
|
|
2068
2126
|
attributes: z.ZodArray<z.ZodObject<{
|
|
@@ -2132,6 +2190,7 @@ declare const EntityWithSchemaSchema: z.ZodObject<{
|
|
|
2132
2190
|
}[];
|
|
2133
2191
|
slug: string;
|
|
2134
2192
|
is_remote: boolean;
|
|
2193
|
+
public_record_access: ("read" | "write" | "delete")[];
|
|
2135
2194
|
module_slug: string;
|
|
2136
2195
|
title_template: string;
|
|
2137
2196
|
schema: Record<string, unknown>;
|
|
@@ -2165,6 +2224,7 @@ declare const EntityWithSchemaSchema: z.ZodObject<{
|
|
|
2165
2224
|
is_remote: boolean;
|
|
2166
2225
|
module_slug: string;
|
|
2167
2226
|
schema: Record<string, unknown>;
|
|
2227
|
+
public_record_access?: ("read" | "write" | "delete")[] | undefined;
|
|
2168
2228
|
title_template?: string | undefined;
|
|
2169
2229
|
}>;
|
|
2170
2230
|
/**
|
|
@@ -2183,6 +2243,12 @@ interface CreateEntityRequest {
|
|
|
2183
2243
|
slug: string;
|
|
2184
2244
|
name: string;
|
|
2185
2245
|
is_remote: boolean;
|
|
2246
|
+
/**
|
|
2247
|
+
* Operations to expose all records of the entity for, unauthenticated (only
|
|
2248
|
+
* `["read"]` accepted today). Full-replacement on upsert: an upsert without
|
|
2249
|
+
* the field resets it to private.
|
|
2250
|
+
*/
|
|
2251
|
+
public_record_access?: PublicAccessOperation[];
|
|
2186
2252
|
module_slug: string;
|
|
2187
2253
|
description: string;
|
|
2188
2254
|
title_template?: string;
|
|
@@ -2194,6 +2260,7 @@ interface CreateEntityRequest {
|
|
|
2194
2260
|
interface UpdateEntityRequest {
|
|
2195
2261
|
name?: string;
|
|
2196
2262
|
is_remote?: boolean;
|
|
2263
|
+
public_record_access?: PublicAccessOperation[];
|
|
2197
2264
|
module_slug?: string;
|
|
2198
2265
|
description?: string;
|
|
2199
2266
|
title_template?: string;
|
|
@@ -3350,5 +3417,117 @@ interface UpdateAppRequest {
|
|
|
3350
3417
|
description?: string;
|
|
3351
3418
|
icon_slug?: string;
|
|
3352
3419
|
}
|
|
3420
|
+
/**
|
|
3421
|
+
* A stored DESIGN.md document — a named design reference an org authors and that
|
|
3422
|
+
* design agents read as the source of truth for a surface. `name` + `description`
|
|
3423
|
+
* are the selector ("which reference, and when to use it").
|
|
3424
|
+
*
|
|
3425
|
+
* `content` (the markdown body) is NOT returned by list/get — fetch it via
|
|
3426
|
+
* {@link DesignReferenceService.getContent} and write it via `setContent`.
|
|
3427
|
+
*/
|
|
3428
|
+
interface DesignReference extends AuditFields {
|
|
3429
|
+
id: string;
|
|
3430
|
+
org_id: string;
|
|
3431
|
+
slug: string;
|
|
3432
|
+
name: string;
|
|
3433
|
+
description: string;
|
|
3434
|
+
/** The DESIGN.md body. Only present on the dedicated content endpoint; undefined on list/get. */
|
|
3435
|
+
content?: string;
|
|
3436
|
+
}
|
|
3437
|
+
declare const DesignReferenceSchema: z.ZodObject<{
|
|
3438
|
+
created_at: z.ZodString;
|
|
3439
|
+
updated_at: z.ZodString;
|
|
3440
|
+
created_by: z.ZodObject<{
|
|
3441
|
+
type: z.ZodEnum<["person", "agent", "api"]>;
|
|
3442
|
+
id: z.ZodString;
|
|
3443
|
+
}, "strip", z.ZodTypeAny, {
|
|
3444
|
+
type: "person" | "agent" | "api";
|
|
3445
|
+
id: string;
|
|
3446
|
+
}, {
|
|
3447
|
+
type: "person" | "agent" | "api";
|
|
3448
|
+
id: string;
|
|
3449
|
+
}>;
|
|
3450
|
+
updated_by: z.ZodObject<{
|
|
3451
|
+
type: z.ZodEnum<["person", "agent", "api"]>;
|
|
3452
|
+
id: z.ZodString;
|
|
3453
|
+
}, "strip", z.ZodTypeAny, {
|
|
3454
|
+
type: "person" | "agent" | "api";
|
|
3455
|
+
id: string;
|
|
3456
|
+
}, {
|
|
3457
|
+
type: "person" | "agent" | "api";
|
|
3458
|
+
id: string;
|
|
3459
|
+
}>;
|
|
3460
|
+
} & {
|
|
3461
|
+
id: z.ZodString;
|
|
3462
|
+
slug: z.ZodString;
|
|
3463
|
+
name: z.ZodString;
|
|
3464
|
+
description: z.ZodString;
|
|
3465
|
+
content: z.ZodOptional<z.ZodString>;
|
|
3466
|
+
}, "strip", z.ZodTypeAny, {
|
|
3467
|
+
id: string;
|
|
3468
|
+
name: string;
|
|
3469
|
+
created_at: string;
|
|
3470
|
+
updated_at: string;
|
|
3471
|
+
created_by: {
|
|
3472
|
+
type: "person" | "agent" | "api";
|
|
3473
|
+
id: string;
|
|
3474
|
+
};
|
|
3475
|
+
updated_by: {
|
|
3476
|
+
type: "person" | "agent" | "api";
|
|
3477
|
+
id: string;
|
|
3478
|
+
};
|
|
3479
|
+
description: string;
|
|
3480
|
+
slug: string;
|
|
3481
|
+
content?: string | undefined;
|
|
3482
|
+
}, {
|
|
3483
|
+
id: string;
|
|
3484
|
+
name: string;
|
|
3485
|
+
created_at: string;
|
|
3486
|
+
updated_at: string;
|
|
3487
|
+
created_by: {
|
|
3488
|
+
type: "person" | "agent" | "api";
|
|
3489
|
+
id: string;
|
|
3490
|
+
};
|
|
3491
|
+
updated_by: {
|
|
3492
|
+
type: "person" | "agent" | "api";
|
|
3493
|
+
id: string;
|
|
3494
|
+
};
|
|
3495
|
+
description: string;
|
|
3496
|
+
slug: string;
|
|
3497
|
+
content?: string | undefined;
|
|
3498
|
+
}>;
|
|
3499
|
+
/**
|
|
3500
|
+
* Options for listing design references.
|
|
3501
|
+
*/
|
|
3502
|
+
interface ListDesignReferencesOptions extends MetaListOptions {
|
|
3503
|
+
id?: string;
|
|
3504
|
+
slug?: string;
|
|
3505
|
+
name?: string;
|
|
3506
|
+
description?: string;
|
|
3507
|
+
}
|
|
3508
|
+
/**
|
|
3509
|
+
* Request to create a design reference. `content` optionally seeds the body.
|
|
3510
|
+
*/
|
|
3511
|
+
interface CreateDesignReferenceRequest {
|
|
3512
|
+
slug: string;
|
|
3513
|
+
name: string;
|
|
3514
|
+
description?: string;
|
|
3515
|
+
content?: string;
|
|
3516
|
+
}
|
|
3517
|
+
/**
|
|
3518
|
+
* Request to update a design reference's metadata. Content is edited via the
|
|
3519
|
+
* dedicated content endpoint, not here.
|
|
3520
|
+
*/
|
|
3521
|
+
interface UpdateDesignReferenceRequest {
|
|
3522
|
+
slug?: string;
|
|
3523
|
+
name?: string;
|
|
3524
|
+
description?: string;
|
|
3525
|
+
}
|
|
3526
|
+
/**
|
|
3527
|
+
* The markdown body, from GET/PUT /design-references/:id/content.
|
|
3528
|
+
*/
|
|
3529
|
+
interface DesignReferenceContent {
|
|
3530
|
+
content: string;
|
|
3531
|
+
}
|
|
3353
3532
|
|
|
3354
|
-
export { type
|
|
3533
|
+
export { type FilterGroup as $, type AuditFields as A, CurrencyAttributeMetaSchema as B, type ClientOptions as C, type CurrencySymbolSide as D, type CurrencyValue as E, type FileRef as F, DEFAULT_OPTIONS as G, DEFAULT_PAGE_SIZE as H, DONE as I, type DeployModuleRequest as J, type DesignReference as K, type ListOptions as L, type DesignReferenceContent as M, DesignReferenceSchema as N, type DesignReferenceService as O, PageIterator as P, type Done as Q, type Entity as R, EntitySchema as S, type EntityService as T, type UserRef as U, type EntityWithSchema as V, EntityWithSchemaSchema as W, type FileAttributeMeta as X, FileRefSchema as Y, type FilterElement as Z, FilterElementSchema as _, type Attribute as a, type UpdatePageRequest as a$, FilterGroupSchema as a0, type List as a1, type ListAppsOptions as a2, type ListComponentsOptions as a3, type ListDesignReferencesOptions as a4, type ListEntitiesOptions as a5, type ListFn as a6, type ListListViewsOptions as a7, type ListListsOptions as a8, type ListMenuConfigurationsOptions as a9, type PageAction as aA, PageActionSchema as aB, type PageLayout as aC, PageLayoutSchema as aD, PageSchema as aE, type PageService as aF, type PageType as aG, type PublicPageComponent as aH, type PublicPageResponse as aI, type RelationAttributeMeta as aJ, RelationAttributeMetaSchema as aK, type RequestOptions as aL, type ResolvedClientOptions as aM, type ResponseMeta as aN, ResponseMetaSchema as aO, type SortConfig as aP, SortConfigSchema as aQ, type SortDirection as aR, type Timestamps as aS, type TokenProvider as aT, type UpdateAppRequest as aU, type UpdateComponentRequest as aV, type UpdateDesignReferenceRequest as aW, type UpdateEntityRequest as aX, type UpdateListRequest as aY, type UpdateListViewRequest as aZ, type UpdateMenuConfigurationRequest as a_, type ListModulesOptions as aa, type ListPagesOptions as ab, ListSchema as ac, type ListService as ad, type ListVariablesOptions as ae, type ListView as af, ListViewSchema as ag, type ListViewService as ah, type LogicalOperator as ai, type MenuConfiguration as aj, MenuConfigurationSchema as ak, type MenuConfigurationService as al, type MenuItem as am, MenuItemSchema as an, MenuItemType as ao, MetaClient as ap, type MetaListOptions as aq, type Module as ar, ModuleSchema as as, type ModuleService as at, type ModuleStatus as au, type OnDeleteAction as av, OnDeleteActionSchema as aw, PLATFORM_ATTRIBUTE_NAMES as ax, PLATFORM_USER_ID as ay, type Page as az, type ListResult as b, isBuiltInControl as b$, type UpdateVariableRequest as b0, UserRefSchema as b1, type UserType as b2, type Variable as b3, VariableSchema as b4, type VariableService as b5, allCurrencyCodes as b6, createIterator as b7, createListResultSchema as b8, currencyLabel as b9, type FieldElement as bA, FileAttributeMetaSchema as bB, type LayoutAlign as bC, type LayoutElement as bD, LayoutElementSchema as bE, LayoutElementType as bF, type LayoutGap as bG, type LayoutJustify as bH, type LayoutTab as bI, type NumberAttributeMeta as bJ, type ObjectAttributeMeta as bK, type PageLayoutSidePanel as bL, PageLayoutSidePanelSchema as bM, type RelatedListElement as bN, type ResponsiveSizing as bO, type RowElement as bP, type SectionElement as bQ, type SizeValue as bR, SizeValueSchema as bS, type SizingProps as bT, type StringAttributeMeta as bU, type StringFormat as bV, type TabsElement as bW, type TextElement as bX, type TextVariant as bY, type UserAttributeMeta as bZ, UserAttributeMetaSchema as b_, currencySymbol as ba, currencySymbolSide as bb, formatAmount as bc, formatMoney as bd, isPlatformAttributeName as be, localeNumberSeparators as bf, parseAmount as bg, parseCurrencyMeta as bh, parseFileMeta as bi, parseRelationMeta as bj, platformAttributes as bk, resolveOptions as bl, type ArrayAttributeMeta as bm, type AttributeForLookup as bn, type AttributeMeta as bo, BUILT_IN_CONTROLS as bp, type BuiltInControlSlug as bq, type ColumnElement as br, type CommonProps as bs, type ComponentElement as bt, type ControlBucket as bu, type DatetimeAttributeMeta as bv, type DatetimeFormat as bw, type DividerElement as bx, type EnumAttributeMeta as by, type EnumValue as bz, ProteosClient as c, lookupCompatibleControls as c0, lookupControls as c1, lookupPrimaryControl as c2, parseUserMeta as c3, type PublicAccessOperation as d, type App as e, AppSchema as f, type AppService as g, AttributeSchema as h, type AttributeType as i, AuditFieldsSchema as j, type Column as k, ColumnSchema as l, type ComparisonOperator as m, type Component as n, ComponentSchema as o, type ComponentService as p, type CreateAppRequest as q, type CreateComponentRequest as r, type CreateDesignReferenceRequest as s, type CreateEntityRequest as t, type CreateListRequest as u, type CreateListViewRequest as v, type CreateMenuConfigurationRequest as w, type CreatePageRequest as x, type CreateVariableRequest as y, type CurrencyAttributeMeta as z };
|