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