@proteos/sdk 0.20.5 → 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-XJP5WCRZ.js → chunk-OOAHNKPP.js} +104 -5
- package/dist/chunk-OOAHNKPP.js.map +1 -0
- package/dist/{chunk-7RGN4E22.cjs → chunk-V5X4QWIO.cjs} +104 -4
- package/dist/chunk-V5X4QWIO.cjs.map +1 -0
- package/dist/index.cjs +202 -147
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +256 -210
- package/dist/index.d.ts +256 -210
- package/dist/index.js +118 -67
- 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-BNsjfU8N.d.cts → types-DT29DVEj.d.cts} +243 -9
- package/dist/{types-BNsjfU8N.d.ts → types-DT29DVEj.d.ts} +243 -9
- package/package.json +1 -1
- package/src/auth/platform-entities.ts +4 -0
- package/src/client.ts +5 -3
- package/src/data/records.ts +60 -0
- package/src/functions/actions.ts +25 -0
- package/src/index.ts +30 -19
- package/src/meta/design-references.ts +127 -0
- package/src/meta/entities.ts +17 -0
- package/src/meta/index.ts +18 -0
- package/src/meta/pages.ts +28 -1
- package/src/meta/types.ts +139 -6
- package/src/storage/files.ts +31 -0
- package/src/storage/types.ts +10 -0
- package/src/types/options.ts +6 -0
- package/dist/chunk-7RGN4E22.cjs.map +0 -1
- package/dist/chunk-XJP5WCRZ.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
|