@proteos/sdk 0.21.0 → 0.22.1
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-NYIHV7ET.js} +118 -4
- package/dist/chunk-NYIHV7ET.js.map +1 -0
- package/dist/{chunk-DD6H5PIF.cjs → chunk-V3U7U3IX.cjs} +120 -3
- package/dist/chunk-V3U7U3IX.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 +62 -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-B0LqBATf.d.cts} +290 -1
- package/dist/{types-PzImL4QI.d.ts → types-B0LqBATf.d.ts} +290 -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/layout/index.ts +4 -0
- package/src/meta/layout/page-layout.ts +54 -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,216 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkV3U7U3IX_cjs = require('../chunk-V3U7U3IX.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 chunkV3U7U3IX_cjs.AppSchema; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "AttributeSchema", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkV3U7U3IX_cjs.AttributeSchema; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "BUILT_IN_CONTROLS", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkV3U7U3IX_cjs.BUILT_IN_CONTROLS; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "ColumnSchema", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkV3U7U3IX_cjs.ColumnSchema; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "ComponentSchema", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkV3U7U3IX_cjs.ComponentSchema; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "CurrencyAttributeMetaSchema", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkV3U7U3IX_cjs.CurrencyAttributeMetaSchema; }
|
|
30
|
+
});
|
|
31
|
+
Object.defineProperty(exports, "DesignReferenceSchema", {
|
|
32
|
+
enumerable: true,
|
|
33
|
+
get: function () { return chunkV3U7U3IX_cjs.DesignReferenceSchema; }
|
|
30
34
|
});
|
|
31
35
|
Object.defineProperty(exports, "EntitySchema", {
|
|
32
36
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunkV3U7U3IX_cjs.EntitySchema; }
|
|
34
38
|
});
|
|
35
39
|
Object.defineProperty(exports, "EntityWithSchemaSchema", {
|
|
36
40
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
41
|
+
get: function () { return chunkV3U7U3IX_cjs.EntityWithSchemaSchema; }
|
|
38
42
|
});
|
|
39
43
|
Object.defineProperty(exports, "FileAttributeMetaSchema", {
|
|
40
44
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
45
|
+
get: function () { return chunkV3U7U3IX_cjs.FileAttributeMetaSchema; }
|
|
42
46
|
});
|
|
43
47
|
Object.defineProperty(exports, "FilterElementSchema", {
|
|
44
48
|
enumerable: true,
|
|
45
|
-
get: function () { return
|
|
49
|
+
get: function () { return chunkV3U7U3IX_cjs.FilterElementSchema; }
|
|
46
50
|
});
|
|
47
51
|
Object.defineProperty(exports, "FilterGroupSchema", {
|
|
48
52
|
enumerable: true,
|
|
49
|
-
get: function () { return
|
|
53
|
+
get: function () { return chunkV3U7U3IX_cjs.FilterGroupSchema; }
|
|
50
54
|
});
|
|
51
55
|
Object.defineProperty(exports, "LayoutElementSchema", {
|
|
52
56
|
enumerable: true,
|
|
53
|
-
get: function () { return
|
|
57
|
+
get: function () { return chunkV3U7U3IX_cjs.LayoutElementSchema; }
|
|
54
58
|
});
|
|
55
59
|
Object.defineProperty(exports, "LayoutElementType", {
|
|
56
60
|
enumerable: true,
|
|
57
|
-
get: function () { return
|
|
61
|
+
get: function () { return chunkV3U7U3IX_cjs.LayoutElementType; }
|
|
58
62
|
});
|
|
59
63
|
Object.defineProperty(exports, "ListSchema", {
|
|
60
64
|
enumerable: true,
|
|
61
|
-
get: function () { return
|
|
65
|
+
get: function () { return chunkV3U7U3IX_cjs.ListSchema; }
|
|
62
66
|
});
|
|
63
67
|
Object.defineProperty(exports, "ListViewSchema", {
|
|
64
68
|
enumerable: true,
|
|
65
|
-
get: function () { return
|
|
69
|
+
get: function () { return chunkV3U7U3IX_cjs.ListViewSchema; }
|
|
66
70
|
});
|
|
67
71
|
Object.defineProperty(exports, "MenuConfigurationSchema", {
|
|
68
72
|
enumerable: true,
|
|
69
|
-
get: function () { return
|
|
73
|
+
get: function () { return chunkV3U7U3IX_cjs.MenuConfigurationSchema; }
|
|
70
74
|
});
|
|
71
75
|
Object.defineProperty(exports, "MenuItemSchema", {
|
|
72
76
|
enumerable: true,
|
|
73
|
-
get: function () { return
|
|
77
|
+
get: function () { return chunkV3U7U3IX_cjs.MenuItemSchema; }
|
|
74
78
|
});
|
|
75
79
|
Object.defineProperty(exports, "MenuItemType", {
|
|
76
80
|
enumerable: true,
|
|
77
|
-
get: function () { return
|
|
81
|
+
get: function () { return chunkV3U7U3IX_cjs.MenuItemType; }
|
|
78
82
|
});
|
|
79
83
|
Object.defineProperty(exports, "MetaClient", {
|
|
80
84
|
enumerable: true,
|
|
81
|
-
get: function () { return
|
|
85
|
+
get: function () { return chunkV3U7U3IX_cjs.MetaClient; }
|
|
82
86
|
});
|
|
83
87
|
Object.defineProperty(exports, "ModuleSchema", {
|
|
84
88
|
enumerable: true,
|
|
85
|
-
get: function () { return
|
|
89
|
+
get: function () { return chunkV3U7U3IX_cjs.ModuleSchema; }
|
|
86
90
|
});
|
|
87
91
|
Object.defineProperty(exports, "OnDeleteActionSchema", {
|
|
88
92
|
enumerable: true,
|
|
89
|
-
get: function () { return
|
|
93
|
+
get: function () { return chunkV3U7U3IX_cjs.OnDeleteActionSchema; }
|
|
94
|
+
});
|
|
95
|
+
Object.defineProperty(exports, "PAGE_BACKGROUND_TOKENS", {
|
|
96
|
+
enumerable: true,
|
|
97
|
+
get: function () { return chunkV3U7U3IX_cjs.PAGE_BACKGROUND_TOKENS; }
|
|
90
98
|
});
|
|
91
99
|
Object.defineProperty(exports, "PLATFORM_ATTRIBUTE_NAMES", {
|
|
92
100
|
enumerable: true,
|
|
93
|
-
get: function () { return
|
|
101
|
+
get: function () { return chunkV3U7U3IX_cjs.PLATFORM_ATTRIBUTE_NAMES; }
|
|
94
102
|
});
|
|
95
103
|
Object.defineProperty(exports, "PageActionSchema", {
|
|
96
104
|
enumerable: true,
|
|
97
|
-
get: function () { return
|
|
105
|
+
get: function () { return chunkV3U7U3IX_cjs.PageActionSchema; }
|
|
98
106
|
});
|
|
99
107
|
Object.defineProperty(exports, "PageLayoutSchema", {
|
|
100
108
|
enumerable: true,
|
|
101
|
-
get: function () { return
|
|
109
|
+
get: function () { return chunkV3U7U3IX_cjs.PageLayoutSchema; }
|
|
102
110
|
});
|
|
103
111
|
Object.defineProperty(exports, "PageLayoutSidePanelSchema", {
|
|
104
112
|
enumerable: true,
|
|
105
|
-
get: function () { return
|
|
113
|
+
get: function () { return chunkV3U7U3IX_cjs.PageLayoutSidePanelSchema; }
|
|
106
114
|
});
|
|
107
115
|
Object.defineProperty(exports, "PageSchema", {
|
|
108
116
|
enumerable: true,
|
|
109
|
-
get: function () { return
|
|
117
|
+
get: function () { return chunkV3U7U3IX_cjs.PageSchema; }
|
|
118
|
+
});
|
|
119
|
+
Object.defineProperty(exports, "PageStyleSchema", {
|
|
120
|
+
enumerable: true,
|
|
121
|
+
get: function () { return chunkV3U7U3IX_cjs.PageStyleSchema; }
|
|
110
122
|
});
|
|
111
123
|
Object.defineProperty(exports, "RelationAttributeMetaSchema", {
|
|
112
124
|
enumerable: true,
|
|
113
|
-
get: function () { return
|
|
125
|
+
get: function () { return chunkV3U7U3IX_cjs.RelationAttributeMetaSchema; }
|
|
114
126
|
});
|
|
115
127
|
Object.defineProperty(exports, "SizeValueSchema", {
|
|
116
128
|
enumerable: true,
|
|
117
|
-
get: function () { return
|
|
129
|
+
get: function () { return chunkV3U7U3IX_cjs.SizeValueSchema; }
|
|
118
130
|
});
|
|
119
131
|
Object.defineProperty(exports, "SortConfigSchema", {
|
|
120
132
|
enumerable: true,
|
|
121
|
-
get: function () { return
|
|
133
|
+
get: function () { return chunkV3U7U3IX_cjs.SortConfigSchema; }
|
|
122
134
|
});
|
|
123
135
|
Object.defineProperty(exports, "UserAttributeMetaSchema", {
|
|
124
136
|
enumerable: true,
|
|
125
|
-
get: function () { return
|
|
137
|
+
get: function () { return chunkV3U7U3IX_cjs.UserAttributeMetaSchema; }
|
|
126
138
|
});
|
|
127
139
|
Object.defineProperty(exports, "VariableSchema", {
|
|
128
140
|
enumerable: true,
|
|
129
|
-
get: function () { return
|
|
141
|
+
get: function () { return chunkV3U7U3IX_cjs.VariableSchema; }
|
|
130
142
|
});
|
|
131
143
|
Object.defineProperty(exports, "allCurrencyCodes", {
|
|
132
144
|
enumerable: true,
|
|
133
|
-
get: function () { return
|
|
145
|
+
get: function () { return chunkV3U7U3IX_cjs.allCurrencyCodes; }
|
|
134
146
|
});
|
|
135
147
|
Object.defineProperty(exports, "currencyLabel", {
|
|
136
148
|
enumerable: true,
|
|
137
|
-
get: function () { return
|
|
149
|
+
get: function () { return chunkV3U7U3IX_cjs.currencyLabel; }
|
|
138
150
|
});
|
|
139
151
|
Object.defineProperty(exports, "currencySymbol", {
|
|
140
152
|
enumerable: true,
|
|
141
|
-
get: function () { return
|
|
153
|
+
get: function () { return chunkV3U7U3IX_cjs.currencySymbol; }
|
|
142
154
|
});
|
|
143
155
|
Object.defineProperty(exports, "currencySymbolSide", {
|
|
144
156
|
enumerable: true,
|
|
145
|
-
get: function () { return
|
|
157
|
+
get: function () { return chunkV3U7U3IX_cjs.currencySymbolSide; }
|
|
146
158
|
});
|
|
147
159
|
Object.defineProperty(exports, "formatAmount", {
|
|
148
160
|
enumerable: true,
|
|
149
|
-
get: function () { return
|
|
161
|
+
get: function () { return chunkV3U7U3IX_cjs.formatAmount; }
|
|
150
162
|
});
|
|
151
163
|
Object.defineProperty(exports, "formatMoney", {
|
|
152
164
|
enumerable: true,
|
|
153
|
-
get: function () { return
|
|
165
|
+
get: function () { return chunkV3U7U3IX_cjs.formatMoney; }
|
|
154
166
|
});
|
|
155
167
|
Object.defineProperty(exports, "isBuiltInControl", {
|
|
156
168
|
enumerable: true,
|
|
157
|
-
get: function () { return
|
|
169
|
+
get: function () { return chunkV3U7U3IX_cjs.isBuiltInControl; }
|
|
158
170
|
});
|
|
159
171
|
Object.defineProperty(exports, "isPlatformAttributeName", {
|
|
160
172
|
enumerable: true,
|
|
161
|
-
get: function () { return
|
|
173
|
+
get: function () { return chunkV3U7U3IX_cjs.isPlatformAttributeName; }
|
|
162
174
|
});
|
|
163
175
|
Object.defineProperty(exports, "localeNumberSeparators", {
|
|
164
176
|
enumerable: true,
|
|
165
|
-
get: function () { return
|
|
177
|
+
get: function () { return chunkV3U7U3IX_cjs.localeNumberSeparators; }
|
|
166
178
|
});
|
|
167
179
|
Object.defineProperty(exports, "lookupCompatibleControls", {
|
|
168
180
|
enumerable: true,
|
|
169
|
-
get: function () { return
|
|
181
|
+
get: function () { return chunkV3U7U3IX_cjs.lookupCompatibleControls; }
|
|
170
182
|
});
|
|
171
183
|
Object.defineProperty(exports, "lookupControls", {
|
|
172
184
|
enumerable: true,
|
|
173
|
-
get: function () { return
|
|
185
|
+
get: function () { return chunkV3U7U3IX_cjs.lookupControls; }
|
|
174
186
|
});
|
|
175
187
|
Object.defineProperty(exports, "lookupPrimaryControl", {
|
|
176
188
|
enumerable: true,
|
|
177
|
-
get: function () { return
|
|
189
|
+
get: function () { return chunkV3U7U3IX_cjs.lookupPrimaryControl; }
|
|
178
190
|
});
|
|
179
191
|
Object.defineProperty(exports, "parseAmount", {
|
|
180
192
|
enumerable: true,
|
|
181
|
-
get: function () { return
|
|
193
|
+
get: function () { return chunkV3U7U3IX_cjs.parseAmount; }
|
|
182
194
|
});
|
|
183
195
|
Object.defineProperty(exports, "parseCurrencyMeta", {
|
|
184
196
|
enumerable: true,
|
|
185
|
-
get: function () { return
|
|
197
|
+
get: function () { return chunkV3U7U3IX_cjs.parseCurrencyMeta; }
|
|
186
198
|
});
|
|
187
199
|
Object.defineProperty(exports, "parseFileMeta", {
|
|
188
200
|
enumerable: true,
|
|
189
|
-
get: function () { return
|
|
201
|
+
get: function () { return chunkV3U7U3IX_cjs.parseFileMeta; }
|
|
190
202
|
});
|
|
191
203
|
Object.defineProperty(exports, "parseRelationMeta", {
|
|
192
204
|
enumerable: true,
|
|
193
|
-
get: function () { return
|
|
205
|
+
get: function () { return chunkV3U7U3IX_cjs.parseRelationMeta; }
|
|
194
206
|
});
|
|
195
207
|
Object.defineProperty(exports, "parseUserMeta", {
|
|
196
208
|
enumerable: true,
|
|
197
|
-
get: function () { return
|
|
209
|
+
get: function () { return chunkV3U7U3IX_cjs.parseUserMeta; }
|
|
198
210
|
});
|
|
199
211
|
Object.defineProperty(exports, "platformAttributes", {
|
|
200
212
|
enumerable: true,
|
|
201
|
-
get: function () { return
|
|
213
|
+
get: function () { return chunkV3U7U3IX_cjs.platformAttributes; }
|
|
202
214
|
});
|
|
203
215
|
//# sourceMappingURL=index.cjs.map
|
|
204
216
|
//# 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, bL as PAGE_BACKGROUND_TOKENS, ax as PLATFORM_ATTRIBUTE_NAMES, az as Page, aA as PageAction, aB as PageActionSchema, bM as PageBackgroundToken, aC as PageLayout, aD as PageLayoutSchema, bN as PageLayoutSidePanel, bO as PageLayoutSidePanelSchema, aE as PageSchema, aF as PageService, bP as PageStyle, bQ as PageStyleSchema, aG as PageType, aH as PublicPageComponent, aI as PublicPageResponse, bR as RelatedListElement, aJ as RelationAttributeMeta, aK as RelationAttributeMetaSchema, bS as ResponsiveSizing, bT as RowElement, bU as SectionElement, bV as SizeValue, bW as SizeValueSchema, bX as SizingProps, aP as SortConfig, aQ as SortConfigSchema, aR as SortDirection, bY as StringAttributeMeta, bZ as StringFormat, b_ as TabsElement, b$ as TextElement, c0 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, c1 as UserAttributeMeta, c2 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, c3 as isBuiltInControl, be as isPlatformAttributeName, bf as localeNumberSeparators, c4 as lookupCompatibleControls, c5 as lookupControls, c6 as lookupPrimaryControl, bg as parseAmount, bh as parseCurrencyMeta, bi as parseFileMeta, bj as parseRelationMeta, c7 as parseUserMeta, bk as platformAttributes } from '../types-B0LqBATf.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, bL as PAGE_BACKGROUND_TOKENS, ax as PLATFORM_ATTRIBUTE_NAMES, az as Page, aA as PageAction, aB as PageActionSchema, bM as PageBackgroundToken, aC as PageLayout, aD as PageLayoutSchema, bN as PageLayoutSidePanel, bO as PageLayoutSidePanelSchema, aE as PageSchema, aF as PageService, bP as PageStyle, bQ as PageStyleSchema, aG as PageType, aH as PublicPageComponent, aI as PublicPageResponse, bR as RelatedListElement, aJ as RelationAttributeMeta, aK as RelationAttributeMetaSchema, bS as ResponsiveSizing, bT as RowElement, bU as SectionElement, bV as SizeValue, bW as SizeValueSchema, bX as SizingProps, aP as SortConfig, aQ as SortConfigSchema, aR as SortDirection, bY as StringAttributeMeta, bZ as StringFormat, b_ as TabsElement, b$ as TextElement, c0 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, c1 as UserAttributeMeta, c2 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, c3 as isBuiltInControl, be as isPlatformAttributeName, bf as localeNumberSeparators, c4 as lookupCompatibleControls, c5 as lookupControls, c6 as lookupPrimaryControl, bg as parseAmount, bh as parseCurrencyMeta, bi as parseFileMeta, bj as parseRelationMeta, c7 as parseUserMeta, bk as platformAttributes } from '../types-B0LqBATf.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, PAGE_BACKGROUND_TOKENS, PLATFORM_ATTRIBUTE_NAMES, PageActionSchema, PageLayoutSchema, PageLayoutSidePanelSchema, PageSchema, PageStyleSchema, 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-NYIHV7ET.js';
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
3
3
|
//# sourceMappingURL=index.js.map
|