@proteos/sdk 0.43.0 → 0.45.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-5Y6JDCFX.cjs → chunk-33EULWIM.cjs} +2 -2
- package/dist/{chunk-5Y6JDCFX.cjs.map → chunk-33EULWIM.cjs.map} +1 -1
- package/dist/{chunk-ONMJ52OX.js → chunk-IGIAJVX6.js} +2 -2
- package/dist/{chunk-ONMJ52OX.js.map → chunk-IGIAJVX6.js.map} +1 -1
- package/dist/index.cjs +116 -85
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +57 -4
- package/dist/index.d.ts +57 -4
- package/dist/index.js +33 -2
- package/dist/index.js.map +1 -1
- package/dist/meta/index.cjs +53 -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-Biohdxjn.d.cts → types-BTdBFq34.d.cts} +3 -1
- package/dist/{types-Biohdxjn.d.ts → types-BTdBFq34.d.ts} +3 -1
- package/package.json +1 -1
- package/src/conversation/index.ts +42 -0
- package/src/conversation/types.ts +37 -0
- package/src/meta/layout/page-layout.ts +3 -1
- package/src/storage/files.ts +22 -0
package/dist/meta/index.cjs
CHANGED
|
@@ -1,216 +1,216 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk33EULWIM_cjs = require('../chunk-33EULWIM.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 chunk33EULWIM_cjs.AppSchema; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "AttributeSchema", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunk33EULWIM_cjs.AttributeSchema; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "BUILT_IN_CONTROLS", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunk33EULWIM_cjs.BUILT_IN_CONTROLS; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "ColumnSchema", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunk33EULWIM_cjs.ColumnSchema; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "ComponentSchema", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunk33EULWIM_cjs.ComponentSchema; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "CurrencyAttributeMetaSchema", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunk33EULWIM_cjs.CurrencyAttributeMetaSchema; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "DesignReferenceSchema", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunk33EULWIM_cjs.DesignReferenceSchema; }
|
|
34
34
|
});
|
|
35
35
|
Object.defineProperty(exports, "EntitySchema", {
|
|
36
36
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunk33EULWIM_cjs.EntitySchema; }
|
|
38
38
|
});
|
|
39
39
|
Object.defineProperty(exports, "EntityWithSchemaSchema", {
|
|
40
40
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
41
|
+
get: function () { return chunk33EULWIM_cjs.EntityWithSchemaSchema; }
|
|
42
42
|
});
|
|
43
43
|
Object.defineProperty(exports, "FileAttributeMetaSchema", {
|
|
44
44
|
enumerable: true,
|
|
45
|
-
get: function () { return
|
|
45
|
+
get: function () { return chunk33EULWIM_cjs.FileAttributeMetaSchema; }
|
|
46
46
|
});
|
|
47
47
|
Object.defineProperty(exports, "FilterElementSchema", {
|
|
48
48
|
enumerable: true,
|
|
49
|
-
get: function () { return
|
|
49
|
+
get: function () { return chunk33EULWIM_cjs.FilterElementSchema; }
|
|
50
50
|
});
|
|
51
51
|
Object.defineProperty(exports, "FilterGroupSchema", {
|
|
52
52
|
enumerable: true,
|
|
53
|
-
get: function () { return
|
|
53
|
+
get: function () { return chunk33EULWIM_cjs.FilterGroupSchema; }
|
|
54
54
|
});
|
|
55
55
|
Object.defineProperty(exports, "LayoutElementSchema", {
|
|
56
56
|
enumerable: true,
|
|
57
|
-
get: function () { return
|
|
57
|
+
get: function () { return chunk33EULWIM_cjs.LayoutElementSchema; }
|
|
58
58
|
});
|
|
59
59
|
Object.defineProperty(exports, "LayoutElementType", {
|
|
60
60
|
enumerable: true,
|
|
61
|
-
get: function () { return
|
|
61
|
+
get: function () { return chunk33EULWIM_cjs.LayoutElementType; }
|
|
62
62
|
});
|
|
63
63
|
Object.defineProperty(exports, "ListSchema", {
|
|
64
64
|
enumerable: true,
|
|
65
|
-
get: function () { return
|
|
65
|
+
get: function () { return chunk33EULWIM_cjs.ListSchema; }
|
|
66
66
|
});
|
|
67
67
|
Object.defineProperty(exports, "ListViewSchema", {
|
|
68
68
|
enumerable: true,
|
|
69
|
-
get: function () { return
|
|
69
|
+
get: function () { return chunk33EULWIM_cjs.ListViewSchema; }
|
|
70
70
|
});
|
|
71
71
|
Object.defineProperty(exports, "MenuConfigurationSchema", {
|
|
72
72
|
enumerable: true,
|
|
73
|
-
get: function () { return
|
|
73
|
+
get: function () { return chunk33EULWIM_cjs.MenuConfigurationSchema; }
|
|
74
74
|
});
|
|
75
75
|
Object.defineProperty(exports, "MenuItemSchema", {
|
|
76
76
|
enumerable: true,
|
|
77
|
-
get: function () { return
|
|
77
|
+
get: function () { return chunk33EULWIM_cjs.MenuItemSchema; }
|
|
78
78
|
});
|
|
79
79
|
Object.defineProperty(exports, "MenuItemType", {
|
|
80
80
|
enumerable: true,
|
|
81
|
-
get: function () { return
|
|
81
|
+
get: function () { return chunk33EULWIM_cjs.MenuItemType; }
|
|
82
82
|
});
|
|
83
83
|
Object.defineProperty(exports, "MetaClient", {
|
|
84
84
|
enumerable: true,
|
|
85
|
-
get: function () { return
|
|
85
|
+
get: function () { return chunk33EULWIM_cjs.MetaClient; }
|
|
86
86
|
});
|
|
87
87
|
Object.defineProperty(exports, "ModuleSchema", {
|
|
88
88
|
enumerable: true,
|
|
89
|
-
get: function () { return
|
|
89
|
+
get: function () { return chunk33EULWIM_cjs.ModuleSchema; }
|
|
90
90
|
});
|
|
91
91
|
Object.defineProperty(exports, "OnDeleteActionSchema", {
|
|
92
92
|
enumerable: true,
|
|
93
|
-
get: function () { return
|
|
93
|
+
get: function () { return chunk33EULWIM_cjs.OnDeleteActionSchema; }
|
|
94
94
|
});
|
|
95
95
|
Object.defineProperty(exports, "PAGE_BACKGROUND_TOKENS", {
|
|
96
96
|
enumerable: true,
|
|
97
|
-
get: function () { return
|
|
97
|
+
get: function () { return chunk33EULWIM_cjs.PAGE_BACKGROUND_TOKENS; }
|
|
98
98
|
});
|
|
99
99
|
Object.defineProperty(exports, "PLATFORM_ATTRIBUTE_NAMES", {
|
|
100
100
|
enumerable: true,
|
|
101
|
-
get: function () { return
|
|
101
|
+
get: function () { return chunk33EULWIM_cjs.PLATFORM_ATTRIBUTE_NAMES; }
|
|
102
102
|
});
|
|
103
103
|
Object.defineProperty(exports, "PageActionSchema", {
|
|
104
104
|
enumerable: true,
|
|
105
|
-
get: function () { return
|
|
105
|
+
get: function () { return chunk33EULWIM_cjs.PageActionSchema; }
|
|
106
106
|
});
|
|
107
107
|
Object.defineProperty(exports, "PageLayoutSchema", {
|
|
108
108
|
enumerable: true,
|
|
109
|
-
get: function () { return
|
|
109
|
+
get: function () { return chunk33EULWIM_cjs.PageLayoutSchema; }
|
|
110
110
|
});
|
|
111
111
|
Object.defineProperty(exports, "PageLayoutSidePanelSchema", {
|
|
112
112
|
enumerable: true,
|
|
113
|
-
get: function () { return
|
|
113
|
+
get: function () { return chunk33EULWIM_cjs.PageLayoutSidePanelSchema; }
|
|
114
114
|
});
|
|
115
115
|
Object.defineProperty(exports, "PageSchema", {
|
|
116
116
|
enumerable: true,
|
|
117
|
-
get: function () { return
|
|
117
|
+
get: function () { return chunk33EULWIM_cjs.PageSchema; }
|
|
118
118
|
});
|
|
119
119
|
Object.defineProperty(exports, "PageStyleSchema", {
|
|
120
120
|
enumerable: true,
|
|
121
|
-
get: function () { return
|
|
121
|
+
get: function () { return chunk33EULWIM_cjs.PageStyleSchema; }
|
|
122
122
|
});
|
|
123
123
|
Object.defineProperty(exports, "RelationAttributeMetaSchema", {
|
|
124
124
|
enumerable: true,
|
|
125
|
-
get: function () { return
|
|
125
|
+
get: function () { return chunk33EULWIM_cjs.RelationAttributeMetaSchema; }
|
|
126
126
|
});
|
|
127
127
|
Object.defineProperty(exports, "SizeValueSchema", {
|
|
128
128
|
enumerable: true,
|
|
129
|
-
get: function () { return
|
|
129
|
+
get: function () { return chunk33EULWIM_cjs.SizeValueSchema; }
|
|
130
130
|
});
|
|
131
131
|
Object.defineProperty(exports, "SortConfigSchema", {
|
|
132
132
|
enumerable: true,
|
|
133
|
-
get: function () { return
|
|
133
|
+
get: function () { return chunk33EULWIM_cjs.SortConfigSchema; }
|
|
134
134
|
});
|
|
135
135
|
Object.defineProperty(exports, "UserAttributeMetaSchema", {
|
|
136
136
|
enumerable: true,
|
|
137
|
-
get: function () { return
|
|
137
|
+
get: function () { return chunk33EULWIM_cjs.UserAttributeMetaSchema; }
|
|
138
138
|
});
|
|
139
139
|
Object.defineProperty(exports, "VariableSchema", {
|
|
140
140
|
enumerable: true,
|
|
141
|
-
get: function () { return
|
|
141
|
+
get: function () { return chunk33EULWIM_cjs.VariableSchema; }
|
|
142
142
|
});
|
|
143
143
|
Object.defineProperty(exports, "allCurrencyCodes", {
|
|
144
144
|
enumerable: true,
|
|
145
|
-
get: function () { return
|
|
145
|
+
get: function () { return chunk33EULWIM_cjs.allCurrencyCodes; }
|
|
146
146
|
});
|
|
147
147
|
Object.defineProperty(exports, "currencyLabel", {
|
|
148
148
|
enumerable: true,
|
|
149
|
-
get: function () { return
|
|
149
|
+
get: function () { return chunk33EULWIM_cjs.currencyLabel; }
|
|
150
150
|
});
|
|
151
151
|
Object.defineProperty(exports, "currencySymbol", {
|
|
152
152
|
enumerable: true,
|
|
153
|
-
get: function () { return
|
|
153
|
+
get: function () { return chunk33EULWIM_cjs.currencySymbol; }
|
|
154
154
|
});
|
|
155
155
|
Object.defineProperty(exports, "currencySymbolSide", {
|
|
156
156
|
enumerable: true,
|
|
157
|
-
get: function () { return
|
|
157
|
+
get: function () { return chunk33EULWIM_cjs.currencySymbolSide; }
|
|
158
158
|
});
|
|
159
159
|
Object.defineProperty(exports, "formatAmount", {
|
|
160
160
|
enumerable: true,
|
|
161
|
-
get: function () { return
|
|
161
|
+
get: function () { return chunk33EULWIM_cjs.formatAmount; }
|
|
162
162
|
});
|
|
163
163
|
Object.defineProperty(exports, "formatMoney", {
|
|
164
164
|
enumerable: true,
|
|
165
|
-
get: function () { return
|
|
165
|
+
get: function () { return chunk33EULWIM_cjs.formatMoney; }
|
|
166
166
|
});
|
|
167
167
|
Object.defineProperty(exports, "isBuiltInControl", {
|
|
168
168
|
enumerable: true,
|
|
169
|
-
get: function () { return
|
|
169
|
+
get: function () { return chunk33EULWIM_cjs.isBuiltInControl; }
|
|
170
170
|
});
|
|
171
171
|
Object.defineProperty(exports, "isPlatformAttributeName", {
|
|
172
172
|
enumerable: true,
|
|
173
|
-
get: function () { return
|
|
173
|
+
get: function () { return chunk33EULWIM_cjs.isPlatformAttributeName; }
|
|
174
174
|
});
|
|
175
175
|
Object.defineProperty(exports, "localeNumberSeparators", {
|
|
176
176
|
enumerable: true,
|
|
177
|
-
get: function () { return
|
|
177
|
+
get: function () { return chunk33EULWIM_cjs.localeNumberSeparators; }
|
|
178
178
|
});
|
|
179
179
|
Object.defineProperty(exports, "lookupCompatibleControls", {
|
|
180
180
|
enumerable: true,
|
|
181
|
-
get: function () { return
|
|
181
|
+
get: function () { return chunk33EULWIM_cjs.lookupCompatibleControls; }
|
|
182
182
|
});
|
|
183
183
|
Object.defineProperty(exports, "lookupControls", {
|
|
184
184
|
enumerable: true,
|
|
185
|
-
get: function () { return
|
|
185
|
+
get: function () { return chunk33EULWIM_cjs.lookupControls; }
|
|
186
186
|
});
|
|
187
187
|
Object.defineProperty(exports, "lookupPrimaryControl", {
|
|
188
188
|
enumerable: true,
|
|
189
|
-
get: function () { return
|
|
189
|
+
get: function () { return chunk33EULWIM_cjs.lookupPrimaryControl; }
|
|
190
190
|
});
|
|
191
191
|
Object.defineProperty(exports, "parseAmount", {
|
|
192
192
|
enumerable: true,
|
|
193
|
-
get: function () { return
|
|
193
|
+
get: function () { return chunk33EULWIM_cjs.parseAmount; }
|
|
194
194
|
});
|
|
195
195
|
Object.defineProperty(exports, "parseCurrencyMeta", {
|
|
196
196
|
enumerable: true,
|
|
197
|
-
get: function () { return
|
|
197
|
+
get: function () { return chunk33EULWIM_cjs.parseCurrencyMeta; }
|
|
198
198
|
});
|
|
199
199
|
Object.defineProperty(exports, "parseFileMeta", {
|
|
200
200
|
enumerable: true,
|
|
201
|
-
get: function () { return
|
|
201
|
+
get: function () { return chunk33EULWIM_cjs.parseFileMeta; }
|
|
202
202
|
});
|
|
203
203
|
Object.defineProperty(exports, "parseRelationMeta", {
|
|
204
204
|
enumerable: true,
|
|
205
|
-
get: function () { return
|
|
205
|
+
get: function () { return chunk33EULWIM_cjs.parseRelationMeta; }
|
|
206
206
|
});
|
|
207
207
|
Object.defineProperty(exports, "parseUserMeta", {
|
|
208
208
|
enumerable: true,
|
|
209
|
-
get: function () { return
|
|
209
|
+
get: function () { return chunk33EULWIM_cjs.parseUserMeta; }
|
|
210
210
|
});
|
|
211
211
|
Object.defineProperty(exports, "platformAttributes", {
|
|
212
212
|
enumerable: true,
|
|
213
|
-
get: function () { return
|
|
213
|
+
get: function () { return chunk33EULWIM_cjs.platformAttributes; }
|
|
214
214
|
});
|
|
215
215
|
//# sourceMappingURL=index.cjs.map
|
|
216
216
|
//# sourceMappingURL=index.cjs.map
|
package/dist/meta/index.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { e as App, f as AppSchema, g as AppService, h as ArrayAttributeMeta, a as Attribute, bp as AttributeForLookup, bq as AttributeMeta, i as AttributeSchema, j as AttributeType, br as BUILT_IN_CONTROLS, bs as BuiltInControlSlug, bt as CardElement, l as Column, bu as ColumnElement, m as ColumnSchema, bv as CommonProps, n as ComparisonOperator, o as Component, bw as ComponentElement, p as ComponentSchema, q as ComponentService, bx as ControlBucket, r as CreateAppRequest, s as CreateComponentRequest, t as CreateDesignReferenceRequest, u as CreateEntityRequest, v as CreateListRequest, w as CreateListViewRequest, x as CreateMenuConfigurationRequest, y as CreatePageRequest, z as CreateVariableRequest, B as CurrencyAttributeMeta, D as CurrencyAttributeMetaSchema, E as CurrencySymbolSide, G as CurrencyValue, by as DatetimeAttributeMeta, bz as DatetimeFormat, K as DeployModuleRequest, M as DesignReference, N as DesignReferenceContent, O as DesignReferenceSchema, Q as DesignReferenceService, bA as DividerElement, S as Entity, T as EntitySchema, V as EntityService, W as EntityWithSchema, X as EntityWithSchemaSchema, Y as EnumAttributeMeta, Z as EnumValue, bB as FieldElement, _ as FileAttributeMeta, bC as FileAttributeMetaSchema, a0 as FilterElement, a1 as FilterElementSchema, a2 as FilterGroup, a3 as FilterGroupSchema, bD as LayoutAlign, bE as LayoutElement, bF as LayoutElementSchema, bG as LayoutElementType, bH as LayoutGap, bI as LayoutJustify, bJ as LayoutTab, a4 as List, a5 as ListAppsOptions, a6 as ListComponentsOptions, a7 as ListDesignReferencesOptions, a8 as ListEntitiesOptions, aa as ListListViewsOptions, ab as ListListsOptions, ac as ListMenuConfigurationsOptions, ad as ListModulesOptions, ae as ListPagesOptions, af as ListSchema, ag as ListService, ah as ListVariablesOptions, ai as ListView, aj as ListViewSchema, ak as ListViewService, al as LogicalOperator, am as MenuConfiguration, an as MenuConfigurationSchema, ao as MenuConfigurationService, ap as MenuItem, aq as MenuItemSchema, ar as MenuItemType, as as MetaClient, at as MetaListOptions, au as Module, av as ModuleSchema, aw as ModuleService, ax as ModuleStatus, bK as NumberAttributeMeta, bL as ObjectAttributeMeta, ay as OnDeleteAction, az as OnDeleteActionSchema, bM as PAGE_BACKGROUND_TOKENS, aA as PLATFORM_ATTRIBUTE_NAMES, aC as Page, aD as PageAction, aE as PageActionSchema, bN as PageBackgroundToken, aF as PageLayout, aG as PageLayoutSchema, bO as PageLayoutSidePanel, bP as PageLayoutSidePanelSchema, aH as PageSchema, aI as PageService, bQ as PageStyle, bR as PageStyleSchema, aJ as PageType, d as PublicAccessOperation, aK as PublicPageComponent, aL as PublicPageResponse, bS as RelatedListElement, bT as RelatedRecordElement, aM as RelationAttributeMeta, aN as RelationAttributeMetaSchema, bU as ResponsiveSizing, bV as RowElement, bW as SectionElement, bX as SizeValue, bY as SizeValueSchema, bZ as SizingProps, aS as SortConfig, aT as SortConfigSchema, aU as SortDirection, b_ as StringAttributeMeta, b$ as StringFormat, c0 as TabsElement, c1 as TextElement, c2 as TextVariant, aX as UpdateAppRequest, aY as UpdateComponentRequest, aZ as UpdateDesignReferenceRequest, a_ as UpdateEntityRequest, a$ as UpdateListRequest, b0 as UpdateListViewRequest, b1 as UpdateMenuConfigurationRequest, b2 as UpdatePageRequest, b3 as UpdateVariableRequest, c3 as UserAttributeMeta, c4 as UserAttributeMetaSchema, b6 as Variable, b7 as VariableSchema, b8 as VariableService, b9 as allCurrencyCodes, bc as currencyLabel, bd as currencySymbol, be as currencySymbolSide, bf as formatAmount, bg as formatMoney, c5 as isBuiltInControl, bh as isPlatformAttributeName, bi as localeNumberSeparators, c6 as lookupCompatibleControls, c7 as lookupControls, c8 as lookupPrimaryControl, bj as parseAmount, bk as parseCurrencyMeta, bl as parseFileMeta, bm as parseRelationMeta, c9 as parseUserMeta, bn as platformAttributes } from '../types-
|
|
1
|
+
export { e as App, f as AppSchema, g as AppService, h as ArrayAttributeMeta, a as Attribute, bp as AttributeForLookup, bq as AttributeMeta, i as AttributeSchema, j as AttributeType, br as BUILT_IN_CONTROLS, bs as BuiltInControlSlug, bt as CardElement, l as Column, bu as ColumnElement, m as ColumnSchema, bv as CommonProps, n as ComparisonOperator, o as Component, bw as ComponentElement, p as ComponentSchema, q as ComponentService, bx as ControlBucket, r as CreateAppRequest, s as CreateComponentRequest, t as CreateDesignReferenceRequest, u as CreateEntityRequest, v as CreateListRequest, w as CreateListViewRequest, x as CreateMenuConfigurationRequest, y as CreatePageRequest, z as CreateVariableRequest, B as CurrencyAttributeMeta, D as CurrencyAttributeMetaSchema, E as CurrencySymbolSide, G as CurrencyValue, by as DatetimeAttributeMeta, bz as DatetimeFormat, K as DeployModuleRequest, M as DesignReference, N as DesignReferenceContent, O as DesignReferenceSchema, Q as DesignReferenceService, bA as DividerElement, S as Entity, T as EntitySchema, V as EntityService, W as EntityWithSchema, X as EntityWithSchemaSchema, Y as EnumAttributeMeta, Z as EnumValue, bB as FieldElement, _ as FileAttributeMeta, bC as FileAttributeMetaSchema, a0 as FilterElement, a1 as FilterElementSchema, a2 as FilterGroup, a3 as FilterGroupSchema, bD as LayoutAlign, bE as LayoutElement, bF as LayoutElementSchema, bG as LayoutElementType, bH as LayoutGap, bI as LayoutJustify, bJ as LayoutTab, a4 as List, a5 as ListAppsOptions, a6 as ListComponentsOptions, a7 as ListDesignReferencesOptions, a8 as ListEntitiesOptions, aa as ListListViewsOptions, ab as ListListsOptions, ac as ListMenuConfigurationsOptions, ad as ListModulesOptions, ae as ListPagesOptions, af as ListSchema, ag as ListService, ah as ListVariablesOptions, ai as ListView, aj as ListViewSchema, ak as ListViewService, al as LogicalOperator, am as MenuConfiguration, an as MenuConfigurationSchema, ao as MenuConfigurationService, ap as MenuItem, aq as MenuItemSchema, ar as MenuItemType, as as MetaClient, at as MetaListOptions, au as Module, av as ModuleSchema, aw as ModuleService, ax as ModuleStatus, bK as NumberAttributeMeta, bL as ObjectAttributeMeta, ay as OnDeleteAction, az as OnDeleteActionSchema, bM as PAGE_BACKGROUND_TOKENS, aA as PLATFORM_ATTRIBUTE_NAMES, aC as Page, aD as PageAction, aE as PageActionSchema, bN as PageBackgroundToken, aF as PageLayout, aG as PageLayoutSchema, bO as PageLayoutSidePanel, bP as PageLayoutSidePanelSchema, aH as PageSchema, aI as PageService, bQ as PageStyle, bR as PageStyleSchema, aJ as PageType, d as PublicAccessOperation, aK as PublicPageComponent, aL as PublicPageResponse, bS as RelatedListElement, bT as RelatedRecordElement, aM as RelationAttributeMeta, aN as RelationAttributeMetaSchema, bU as ResponsiveSizing, bV as RowElement, bW as SectionElement, bX as SizeValue, bY as SizeValueSchema, bZ as SizingProps, aS as SortConfig, aT as SortConfigSchema, aU as SortDirection, b_ as StringAttributeMeta, b$ as StringFormat, c0 as TabsElement, c1 as TextElement, c2 as TextVariant, aX as UpdateAppRequest, aY as UpdateComponentRequest, aZ as UpdateDesignReferenceRequest, a_ as UpdateEntityRequest, a$ as UpdateListRequest, b0 as UpdateListViewRequest, b1 as UpdateMenuConfigurationRequest, b2 as UpdatePageRequest, b3 as UpdateVariableRequest, c3 as UserAttributeMeta, c4 as UserAttributeMetaSchema, b6 as Variable, b7 as VariableSchema, b8 as VariableService, b9 as allCurrencyCodes, bc as currencyLabel, bd as currencySymbol, be as currencySymbolSide, bf as formatAmount, bg as formatMoney, c5 as isBuiltInControl, bh as isPlatformAttributeName, bi as localeNumberSeparators, c6 as lookupCompatibleControls, c7 as lookupControls, c8 as lookupPrimaryControl, bj as parseAmount, bk as parseCurrencyMeta, bl as parseFileMeta, bm as parseRelationMeta, c9 as parseUserMeta, bn as platformAttributes } from '../types-BTdBFq34.cjs';
|
|
2
2
|
import 'zod';
|
package/dist/meta/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { e as App, f as AppSchema, g as AppService, h as ArrayAttributeMeta, a as Attribute, bp as AttributeForLookup, bq as AttributeMeta, i as AttributeSchema, j as AttributeType, br as BUILT_IN_CONTROLS, bs as BuiltInControlSlug, bt as CardElement, l as Column, bu as ColumnElement, m as ColumnSchema, bv as CommonProps, n as ComparisonOperator, o as Component, bw as ComponentElement, p as ComponentSchema, q as ComponentService, bx as ControlBucket, r as CreateAppRequest, s as CreateComponentRequest, t as CreateDesignReferenceRequest, u as CreateEntityRequest, v as CreateListRequest, w as CreateListViewRequest, x as CreateMenuConfigurationRequest, y as CreatePageRequest, z as CreateVariableRequest, B as CurrencyAttributeMeta, D as CurrencyAttributeMetaSchema, E as CurrencySymbolSide, G as CurrencyValue, by as DatetimeAttributeMeta, bz as DatetimeFormat, K as DeployModuleRequest, M as DesignReference, N as DesignReferenceContent, O as DesignReferenceSchema, Q as DesignReferenceService, bA as DividerElement, S as Entity, T as EntitySchema, V as EntityService, W as EntityWithSchema, X as EntityWithSchemaSchema, Y as EnumAttributeMeta, Z as EnumValue, bB as FieldElement, _ as FileAttributeMeta, bC as FileAttributeMetaSchema, a0 as FilterElement, a1 as FilterElementSchema, a2 as FilterGroup, a3 as FilterGroupSchema, bD as LayoutAlign, bE as LayoutElement, bF as LayoutElementSchema, bG as LayoutElementType, bH as LayoutGap, bI as LayoutJustify, bJ as LayoutTab, a4 as List, a5 as ListAppsOptions, a6 as ListComponentsOptions, a7 as ListDesignReferencesOptions, a8 as ListEntitiesOptions, aa as ListListViewsOptions, ab as ListListsOptions, ac as ListMenuConfigurationsOptions, ad as ListModulesOptions, ae as ListPagesOptions, af as ListSchema, ag as ListService, ah as ListVariablesOptions, ai as ListView, aj as ListViewSchema, ak as ListViewService, al as LogicalOperator, am as MenuConfiguration, an as MenuConfigurationSchema, ao as MenuConfigurationService, ap as MenuItem, aq as MenuItemSchema, ar as MenuItemType, as as MetaClient, at as MetaListOptions, au as Module, av as ModuleSchema, aw as ModuleService, ax as ModuleStatus, bK as NumberAttributeMeta, bL as ObjectAttributeMeta, ay as OnDeleteAction, az as OnDeleteActionSchema, bM as PAGE_BACKGROUND_TOKENS, aA as PLATFORM_ATTRIBUTE_NAMES, aC as Page, aD as PageAction, aE as PageActionSchema, bN as PageBackgroundToken, aF as PageLayout, aG as PageLayoutSchema, bO as PageLayoutSidePanel, bP as PageLayoutSidePanelSchema, aH as PageSchema, aI as PageService, bQ as PageStyle, bR as PageStyleSchema, aJ as PageType, d as PublicAccessOperation, aK as PublicPageComponent, aL as PublicPageResponse, bS as RelatedListElement, bT as RelatedRecordElement, aM as RelationAttributeMeta, aN as RelationAttributeMetaSchema, bU as ResponsiveSizing, bV as RowElement, bW as SectionElement, bX as SizeValue, bY as SizeValueSchema, bZ as SizingProps, aS as SortConfig, aT as SortConfigSchema, aU as SortDirection, b_ as StringAttributeMeta, b$ as StringFormat, c0 as TabsElement, c1 as TextElement, c2 as TextVariant, aX as UpdateAppRequest, aY as UpdateComponentRequest, aZ as UpdateDesignReferenceRequest, a_ as UpdateEntityRequest, a$ as UpdateListRequest, b0 as UpdateListViewRequest, b1 as UpdateMenuConfigurationRequest, b2 as UpdatePageRequest, b3 as UpdateVariableRequest, c3 as UserAttributeMeta, c4 as UserAttributeMetaSchema, b6 as Variable, b7 as VariableSchema, b8 as VariableService, b9 as allCurrencyCodes, bc as currencyLabel, bd as currencySymbol, be as currencySymbolSide, bf as formatAmount, bg as formatMoney, c5 as isBuiltInControl, bh as isPlatformAttributeName, bi as localeNumberSeparators, c6 as lookupCompatibleControls, c7 as lookupControls, c8 as lookupPrimaryControl, bj as parseAmount, bk as parseCurrencyMeta, bl as parseFileMeta, bm as parseRelationMeta, c9 as parseUserMeta, bn as platformAttributes } from '../types-
|
|
1
|
+
export { e as App, f as AppSchema, g as AppService, h as ArrayAttributeMeta, a as Attribute, bp as AttributeForLookup, bq as AttributeMeta, i as AttributeSchema, j as AttributeType, br as BUILT_IN_CONTROLS, bs as BuiltInControlSlug, bt as CardElement, l as Column, bu as ColumnElement, m as ColumnSchema, bv as CommonProps, n as ComparisonOperator, o as Component, bw as ComponentElement, p as ComponentSchema, q as ComponentService, bx as ControlBucket, r as CreateAppRequest, s as CreateComponentRequest, t as CreateDesignReferenceRequest, u as CreateEntityRequest, v as CreateListRequest, w as CreateListViewRequest, x as CreateMenuConfigurationRequest, y as CreatePageRequest, z as CreateVariableRequest, B as CurrencyAttributeMeta, D as CurrencyAttributeMetaSchema, E as CurrencySymbolSide, G as CurrencyValue, by as DatetimeAttributeMeta, bz as DatetimeFormat, K as DeployModuleRequest, M as DesignReference, N as DesignReferenceContent, O as DesignReferenceSchema, Q as DesignReferenceService, bA as DividerElement, S as Entity, T as EntitySchema, V as EntityService, W as EntityWithSchema, X as EntityWithSchemaSchema, Y as EnumAttributeMeta, Z as EnumValue, bB as FieldElement, _ as FileAttributeMeta, bC as FileAttributeMetaSchema, a0 as FilterElement, a1 as FilterElementSchema, a2 as FilterGroup, a3 as FilterGroupSchema, bD as LayoutAlign, bE as LayoutElement, bF as LayoutElementSchema, bG as LayoutElementType, bH as LayoutGap, bI as LayoutJustify, bJ as LayoutTab, a4 as List, a5 as ListAppsOptions, a6 as ListComponentsOptions, a7 as ListDesignReferencesOptions, a8 as ListEntitiesOptions, aa as ListListViewsOptions, ab as ListListsOptions, ac as ListMenuConfigurationsOptions, ad as ListModulesOptions, ae as ListPagesOptions, af as ListSchema, ag as ListService, ah as ListVariablesOptions, ai as ListView, aj as ListViewSchema, ak as ListViewService, al as LogicalOperator, am as MenuConfiguration, an as MenuConfigurationSchema, ao as MenuConfigurationService, ap as MenuItem, aq as MenuItemSchema, ar as MenuItemType, as as MetaClient, at as MetaListOptions, au as Module, av as ModuleSchema, aw as ModuleService, ax as ModuleStatus, bK as NumberAttributeMeta, bL as ObjectAttributeMeta, ay as OnDeleteAction, az as OnDeleteActionSchema, bM as PAGE_BACKGROUND_TOKENS, aA as PLATFORM_ATTRIBUTE_NAMES, aC as Page, aD as PageAction, aE as PageActionSchema, bN as PageBackgroundToken, aF as PageLayout, aG as PageLayoutSchema, bO as PageLayoutSidePanel, bP as PageLayoutSidePanelSchema, aH as PageSchema, aI as PageService, bQ as PageStyle, bR as PageStyleSchema, aJ as PageType, d as PublicAccessOperation, aK as PublicPageComponent, aL as PublicPageResponse, bS as RelatedListElement, bT as RelatedRecordElement, aM as RelationAttributeMeta, aN as RelationAttributeMetaSchema, bU as ResponsiveSizing, bV as RowElement, bW as SectionElement, bX as SizeValue, bY as SizeValueSchema, bZ as SizingProps, aS as SortConfig, aT as SortConfigSchema, aU as SortDirection, b_ as StringAttributeMeta, b$ as StringFormat, c0 as TabsElement, c1 as TextElement, c2 as TextVariant, aX as UpdateAppRequest, aY as UpdateComponentRequest, aZ as UpdateDesignReferenceRequest, a_ as UpdateEntityRequest, a$ as UpdateListRequest, b0 as UpdateListViewRequest, b1 as UpdateMenuConfigurationRequest, b2 as UpdatePageRequest, b3 as UpdateVariableRequest, c3 as UserAttributeMeta, c4 as UserAttributeMetaSchema, b6 as Variable, b7 as VariableSchema, b8 as VariableService, b9 as allCurrencyCodes, bc as currencyLabel, bd as currencySymbol, be as currencySymbolSide, bf as formatAmount, bg as formatMoney, c5 as isBuiltInControl, bh as isPlatformAttributeName, bi as localeNumberSeparators, c6 as lookupCompatibleControls, c7 as lookupControls, c8 as lookupPrimaryControl, bj as parseAmount, bk as parseCurrencyMeta, bl as parseFileMeta, bm as parseRelationMeta, c9 as parseUserMeta, bn as platformAttributes } from '../types-BTdBFq34.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, 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-IGIAJVX6.js';
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
3
3
|
//# sourceMappingURL=index.js.map
|
|
@@ -1596,7 +1596,9 @@ type PageBackgroundToken = (typeof PAGE_BACKGROUND_TOKENS)[number];
|
|
|
1596
1596
|
* bg / 1200px / 24px-32px look). `max_width: "fill"` (or `"auto"`) with zero
|
|
1597
1597
|
* padding lets a component fill the page edge-to-edge.
|
|
1598
1598
|
*
|
|
1599
|
-
* Honored
|
|
1599
|
+
* Honored on `platform`, `public` and `kiosk` pages; record pages reject it
|
|
1600
|
+
* (enforced server-side). On platform pages it styles the app shell's content
|
|
1601
|
+
* area rather than a standalone shell.
|
|
1600
1602
|
*/
|
|
1601
1603
|
interface PageStyle {
|
|
1602
1604
|
/** Design-token key (see PAGE_BACKGROUND_TOKENS) or a raw CSS color. */
|
|
@@ -1596,7 +1596,9 @@ type PageBackgroundToken = (typeof PAGE_BACKGROUND_TOKENS)[number];
|
|
|
1596
1596
|
* bg / 1200px / 24px-32px look). `max_width: "fill"` (or `"auto"`) with zero
|
|
1597
1597
|
* padding lets a component fill the page edge-to-edge.
|
|
1598
1598
|
*
|
|
1599
|
-
* Honored
|
|
1599
|
+
* Honored on `platform`, `public` and `kiosk` pages; record pages reject it
|
|
1600
|
+
* (enforced server-side). On platform pages it styles the app shell's content
|
|
1601
|
+
* area rather than a standalone shell.
|
|
1600
1602
|
*/
|
|
1601
1603
|
interface PageStyle {
|
|
1602
1604
|
/** Design-token key (see PAGE_BACKGROUND_TOKENS) or a raw CSS color. */
|
package/package.json
CHANGED
|
@@ -17,6 +17,10 @@ import type {
|
|
|
17
17
|
CreateAgentListenerRequest,
|
|
18
18
|
CreateConnectionRequest,
|
|
19
19
|
CreateContactGroupRequest,
|
|
20
|
+
CreateContactRequest,
|
|
21
|
+
ContactRecordLink,
|
|
22
|
+
CreateContactRecordLinkRequest,
|
|
23
|
+
ListContactRecordLinksQuery,
|
|
20
24
|
CreateConversationFilterRequest,
|
|
21
25
|
CreateConversationTypeRequest,
|
|
22
26
|
CreateGlossaryTermRequest,
|
|
@@ -282,9 +286,17 @@ class ConnectionServiceImpl implements ConnectionService {
|
|
|
282
286
|
export interface ContactService {
|
|
283
287
|
list(query?: ListContactsQuery): Promise<ListResponse<Contact>>
|
|
284
288
|
get(id: string): Promise<Contact>
|
|
289
|
+
/** Manually mint a contact (sync dedup — 409 contact_address_taken on any owned address). */
|
|
290
|
+
create(request: CreateContactRequest): Promise<Contact>
|
|
285
291
|
update(id: string, request: UpdateContactRequest): Promise<Contact>
|
|
286
292
|
attachAddress(contactId: string, request: AttachContactAddressRequest): Promise<Contact>
|
|
287
293
|
detachAddress(contactId: string, addressId: string): Promise<Contact>
|
|
294
|
+
/** Link the contact to a business record (bare edge; 409 contact_record_link_exists on duplicates). */
|
|
295
|
+
linkRecord(request: CreateContactRecordLinkRequest): Promise<ContactRecordLink>
|
|
296
|
+
/** Page contact→record edges by contact_id, or by entity_slug + record_id. */
|
|
297
|
+
listRecordLinks(query?: ListContactRecordLinksQuery): Promise<ListResponse<ContactRecordLink>>
|
|
298
|
+
getRecordLink(linkId: string): Promise<ContactRecordLink>
|
|
299
|
+
unlinkRecord(linkId: string): Promise<void>
|
|
288
300
|
/** Fold source_contact_id into contactId (contactId wins). */
|
|
289
301
|
merge(contactId: string, request: MergeContactsRequest): Promise<Contact>
|
|
290
302
|
recordPermissionEvent(contactId: string, request: RecordPermissionEventRequest): Promise<Contact>
|
|
@@ -313,6 +325,10 @@ class ContactServiceImpl implements ContactService {
|
|
|
313
325
|
)
|
|
314
326
|
}
|
|
315
327
|
|
|
328
|
+
create(request: CreateContactRequest): Promise<Contact> {
|
|
329
|
+
return this.client.request('POST', `${CONVERSATION_BASE_PATH}/contacts`, request)
|
|
330
|
+
}
|
|
331
|
+
|
|
316
332
|
update(id: string, request: UpdateContactRequest): Promise<Contact> {
|
|
317
333
|
return this.client.request(
|
|
318
334
|
'PATCH',
|
|
@@ -336,6 +352,32 @@ class ContactServiceImpl implements ContactService {
|
|
|
336
352
|
)
|
|
337
353
|
}
|
|
338
354
|
|
|
355
|
+
linkRecord(request: CreateContactRecordLinkRequest): Promise<ContactRecordLink> {
|
|
356
|
+
return this.client.request('POST', `${CONVERSATION_BASE_PATH}/contact-record-links`, request)
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
listRecordLinks(query: ListContactRecordLinksQuery = {}): Promise<ListResponse<ContactRecordLink>> {
|
|
360
|
+
return this.client.requestWithQuery(
|
|
361
|
+
'GET',
|
|
362
|
+
`${CONVERSATION_BASE_PATH}/contact-record-links`,
|
|
363
|
+
query,
|
|
364
|
+
)
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
getRecordLink(linkId: string): Promise<ContactRecordLink> {
|
|
368
|
+
return this.client.request(
|
|
369
|
+
'GET',
|
|
370
|
+
`${CONVERSATION_BASE_PATH}/contact-record-links/${encodeURIComponent(linkId)}`,
|
|
371
|
+
)
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
unlinkRecord(linkId: string): Promise<void> {
|
|
375
|
+
return this.client.request(
|
|
376
|
+
'DELETE',
|
|
377
|
+
`${CONVERSATION_BASE_PATH}/contact-record-links/${encodeURIComponent(linkId)}`,
|
|
378
|
+
)
|
|
379
|
+
}
|
|
380
|
+
|
|
339
381
|
merge(contactId: string, request: MergeContactsRequest): Promise<Contact> {
|
|
340
382
|
return this.client.request(
|
|
341
383
|
'POST',
|
|
@@ -1252,6 +1252,16 @@ export interface UpdateContactRequest {
|
|
|
1252
1252
|
group_key?: string
|
|
1253
1253
|
}
|
|
1254
1254
|
|
|
1255
|
+
/**
|
|
1256
|
+
* Manually mints a contact with at least one address. Addresses are
|
|
1257
|
+
* canonicalized server-side; any address already owned by another contact
|
|
1258
|
+
* rejects the create with 409 contact_address_taken.
|
|
1259
|
+
*/
|
|
1260
|
+
export interface CreateContactRequest {
|
|
1261
|
+
name: string
|
|
1262
|
+
addresses: AttachContactAddressRequest[]
|
|
1263
|
+
}
|
|
1264
|
+
|
|
1255
1265
|
export interface AttachContactAddressRequest {
|
|
1256
1266
|
kind: ContactAddressKind
|
|
1257
1267
|
scope?: string
|
|
@@ -1259,6 +1269,33 @@ export interface AttachContactAddressRequest {
|
|
|
1259
1269
|
name?: string
|
|
1260
1270
|
}
|
|
1261
1271
|
|
|
1272
|
+
/**
|
|
1273
|
+
* A directed edge from a contact to a business record (entity_slug +
|
|
1274
|
+
* record_id). Bare — no role; the relationship's semantics come from the
|
|
1275
|
+
* target entity. Immutable once created.
|
|
1276
|
+
*/
|
|
1277
|
+
export interface ContactRecordLink {
|
|
1278
|
+
id: string
|
|
1279
|
+
org_id: string
|
|
1280
|
+
contact_id: string
|
|
1281
|
+
entity_slug: string
|
|
1282
|
+
record_id: string
|
|
1283
|
+
created_at: string
|
|
1284
|
+
created_by: UserRef
|
|
1285
|
+
}
|
|
1286
|
+
|
|
1287
|
+
export interface CreateContactRecordLinkRequest {
|
|
1288
|
+
contact_id: string
|
|
1289
|
+
entity_slug: string
|
|
1290
|
+
record_id: string
|
|
1291
|
+
}
|
|
1292
|
+
|
|
1293
|
+
export interface ListContactRecordLinksQuery extends PaginationQuery {
|
|
1294
|
+
contact_id?: string
|
|
1295
|
+
entity_slug?: string
|
|
1296
|
+
record_id?: string
|
|
1297
|
+
}
|
|
1298
|
+
|
|
1262
1299
|
export interface MergeContactsRequest {
|
|
1263
1300
|
source_contact_id: string
|
|
1264
1301
|
}
|
|
@@ -51,7 +51,9 @@ export type PageBackgroundToken = (typeof PAGE_BACKGROUND_TOKENS)[number]
|
|
|
51
51
|
* bg / 1200px / 24px-32px look). `max_width: "fill"` (or `"auto"`) with zero
|
|
52
52
|
* padding lets a component fill the page edge-to-edge.
|
|
53
53
|
*
|
|
54
|
-
* Honored
|
|
54
|
+
* Honored on `platform`, `public` and `kiosk` pages; record pages reject it
|
|
55
|
+
* (enforced server-side). On platform pages it styles the app shell's content
|
|
56
|
+
* area rather than a standalone shell.
|
|
55
57
|
*/
|
|
56
58
|
export interface PageStyle {
|
|
57
59
|
/** Design-token key (see PAGE_BACKGROUND_TOKENS) or a raw CSS color. */
|
package/src/storage/files.ts
CHANGED
|
@@ -82,6 +82,20 @@ export interface FileService {
|
|
|
82
82
|
* survives repeated GETs (≈1 h TTL) for consumers that probe the URL before
|
|
83
83
|
* downloading.
|
|
84
84
|
*/
|
|
85
|
+
/**
|
|
86
|
+
* Permanently deletes a file: every version's stored bytes, its access
|
|
87
|
+
* tokens and parsed content. Irreversible. Locked files are refused
|
|
88
|
+
* (409 `delete_locked_file`) — unlock via {@link FileService.update} first.
|
|
89
|
+
*/
|
|
90
|
+
delete(id: string): Promise<void>
|
|
91
|
+
|
|
92
|
+
/**
|
|
93
|
+
* Permanently deletes a single non-current version and its stored bytes.
|
|
94
|
+
* Irreversible. Deleting the current version is refused
|
|
95
|
+
* (409 `delete_current_version`), as are locked files (409 `delete_locked_file`).
|
|
96
|
+
*/
|
|
97
|
+
deleteVersion(id: string, versionId: string): Promise<void>
|
|
98
|
+
|
|
85
99
|
createDownloadUrl(
|
|
86
100
|
id: string,
|
|
87
101
|
options?: { allowsMultiUse?: boolean },
|
|
@@ -215,6 +229,14 @@ export class FileServiceImpl implements FileService {
|
|
|
215
229
|
return response.data
|
|
216
230
|
}
|
|
217
231
|
|
|
232
|
+
async delete(id: string): Promise<void> {
|
|
233
|
+
await this.client.request<void>('DELETE', `${FILES_BASE_PATH}/${id}`)
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
async deleteVersion(id: string, versionId: string): Promise<void> {
|
|
237
|
+
await this.client.request<void>('DELETE', `${FILES_BASE_PATH}/${id}/versions/${versionId}`)
|
|
238
|
+
}
|
|
239
|
+
|
|
218
240
|
async createDownloadUrl(
|
|
219
241
|
id: string,
|
|
220
242
|
options?: { allowsMultiUse?: boolean },
|