@objectstack/service-storage 10.3.0 → 11.0.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/LICENSE +202 -93
- package/dist/index.d.cts +40 -4
- package/dist/index.d.ts +40 -4
- package/package.json +5 -5
package/LICENSE
CHANGED
|
@@ -1,93 +1,202 @@
|
|
|
1
|
-
License
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
Licensor
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute
|
|
108
|
+
must include a readable copy of the attribution notices
|
|
109
|
+
contained within such NOTICE file, excluding those notices
|
|
110
|
+
that do not pertain to any part of the Derivative Works,
|
|
111
|
+
in at least one of the following places: within a NOTICE
|
|
112
|
+
text file distributed as part of the Derivative Works; within
|
|
113
|
+
the Source form or documentation, if provided along with
|
|
114
|
+
the Derivative Works; or, within a display generated by the
|
|
115
|
+
Derivative Works, if and wherever such third-party notices
|
|
116
|
+
normally appear. The contents of the NOTICE file are for
|
|
117
|
+
informational purposes only and do not modify the License.
|
|
118
|
+
You may add Your own attribution notices within Derivative
|
|
119
|
+
Works that You distribute, alongside or as an addendum to
|
|
120
|
+
the NOTICE text from the Work, provided that such additional
|
|
121
|
+
attribution notices cannot be construed as modifying the
|
|
122
|
+
License.
|
|
123
|
+
|
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
|
125
|
+
may provide additional or different license terms and conditions
|
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
129
|
+
the conditions stated in this License.
|
|
130
|
+
|
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
134
|
+
this License, without any additional terms or conditions.
|
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
136
|
+
the terms of any separate license agreement you may have executed
|
|
137
|
+
with Licensor regarding such Contributions.
|
|
138
|
+
|
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
141
|
+
except as required for reasonable and customary use in describing the
|
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
143
|
+
|
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
|
153
|
+
|
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
|
159
|
+
incidental, or consequential damages of any character arising as a
|
|
160
|
+
result of this License or out of the use or inability to use the
|
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
163
|
+
other commercial damages or losses), even if such Contributor
|
|
164
|
+
has been advised of the possibility of such damages.
|
|
165
|
+
|
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
169
|
+
or other liability obligations and/or rights consistent with this
|
|
170
|
+
License. However, in accepting such obligations, You may act only
|
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
175
|
+
of your accepting any such warranty or additional liability.
|
|
176
|
+
|
|
177
|
+
END OF TERMS AND CONDITIONS
|
|
178
|
+
|
|
179
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
180
|
+
|
|
181
|
+
To apply the Apache License to your work, attach the following
|
|
182
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
183
|
+
replaced with your own identifying information. (Don't include
|
|
184
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
185
|
+
comment syntax for the file format. We also recommend that a
|
|
186
|
+
file or class name and description of purpose be included on the
|
|
187
|
+
same "printed page" as the copyright notice for easier
|
|
188
|
+
identification within third-party archives.
|
|
189
|
+
|
|
190
|
+
Copyright 2026 ObjectStack
|
|
191
|
+
|
|
192
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
193
|
+
you may not use this file except in compliance with the License.
|
|
194
|
+
You may obtain a copy of the License at
|
|
195
|
+
|
|
196
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
197
|
+
|
|
198
|
+
Unless required by applicable law or agreed to in writing, software
|
|
199
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
201
|
+
See the License for the specific language governing permissions and
|
|
202
|
+
limitations under the License.
|
package/dist/index.d.cts
CHANGED
|
@@ -440,7 +440,7 @@ declare const SystemFile: Omit<{
|
|
|
440
440
|
abstract: boolean;
|
|
441
441
|
datasource: string;
|
|
442
442
|
fields: Record<string, {
|
|
443
|
-
type: "number" | "boolean" | "email" | "currency" | "date" | "record" | "file" | "signature" | "tags" | "code" | "datetime" | "progress" | "url" | "lookup" | "master_detail" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
443
|
+
type: "number" | "boolean" | "email" | "currency" | "date" | "record" | "file" | "user" | "signature" | "tags" | "code" | "datetime" | "progress" | "url" | "lookup" | "master_detail" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
444
444
|
required: boolean;
|
|
445
445
|
searchable: boolean;
|
|
446
446
|
multiple: boolean;
|
|
@@ -514,6 +514,7 @@ declare const SystemFile: Omit<{
|
|
|
514
514
|
generatedBy?: string | undefined;
|
|
515
515
|
} | undefined;
|
|
516
516
|
} | undefined;
|
|
517
|
+
returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
517
518
|
summaryOperations?: {
|
|
518
519
|
object: string;
|
|
519
520
|
field: string;
|
|
@@ -1137,7 +1138,7 @@ declare const SystemFile: Omit<{
|
|
|
1137
1138
|
field?: string | undefined;
|
|
1138
1139
|
objectOverride?: string | undefined;
|
|
1139
1140
|
label?: string | undefined;
|
|
1140
|
-
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
1141
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "user" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
1141
1142
|
options?: {
|
|
1142
1143
|
label: string;
|
|
1143
1144
|
value: string;
|
|
@@ -1241,6 +1242,7 @@ declare const SystemFile: Omit<{
|
|
|
1241
1242
|
readonly name?: string | undefined;
|
|
1242
1243
|
readonly precision?: number | undefined;
|
|
1243
1244
|
readonly required?: boolean | undefined;
|
|
1245
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1244
1246
|
readonly multiple?: boolean | undefined;
|
|
1245
1247
|
readonly dependencies?: string[] | undefined;
|
|
1246
1248
|
readonly externalId?: boolean | undefined;
|
|
@@ -1416,6 +1418,7 @@ declare const SystemFile: Omit<{
|
|
|
1416
1418
|
readonly name?: string | undefined;
|
|
1417
1419
|
readonly precision?: number | undefined;
|
|
1418
1420
|
readonly required?: boolean | undefined;
|
|
1421
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1419
1422
|
readonly multiple?: boolean | undefined;
|
|
1420
1423
|
readonly dependencies?: string[] | undefined;
|
|
1421
1424
|
readonly externalId?: boolean | undefined;
|
|
@@ -1591,6 +1594,7 @@ declare const SystemFile: Omit<{
|
|
|
1591
1594
|
readonly name?: string | undefined;
|
|
1592
1595
|
readonly precision?: number | undefined;
|
|
1593
1596
|
readonly required?: boolean | undefined;
|
|
1597
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1594
1598
|
readonly multiple?: boolean | undefined;
|
|
1595
1599
|
readonly dependencies?: string[] | undefined;
|
|
1596
1600
|
readonly externalId?: boolean | undefined;
|
|
@@ -1766,6 +1770,7 @@ declare const SystemFile: Omit<{
|
|
|
1766
1770
|
readonly name?: string | undefined;
|
|
1767
1771
|
readonly precision?: number | undefined;
|
|
1768
1772
|
readonly required?: boolean | undefined;
|
|
1773
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1769
1774
|
readonly multiple?: boolean | undefined;
|
|
1770
1775
|
readonly dependencies?: string[] | undefined;
|
|
1771
1776
|
readonly externalId?: boolean | undefined;
|
|
@@ -1941,6 +1946,7 @@ declare const SystemFile: Omit<{
|
|
|
1941
1946
|
readonly name?: string | undefined;
|
|
1942
1947
|
readonly precision?: number | undefined;
|
|
1943
1948
|
readonly required?: boolean | undefined;
|
|
1949
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1944
1950
|
readonly multiple?: boolean | undefined;
|
|
1945
1951
|
readonly dependencies?: string[] | undefined;
|
|
1946
1952
|
readonly externalId?: boolean | undefined;
|
|
@@ -2116,6 +2122,7 @@ declare const SystemFile: Omit<{
|
|
|
2116
2122
|
readonly name?: string | undefined;
|
|
2117
2123
|
readonly precision?: number | undefined;
|
|
2118
2124
|
readonly required?: boolean | undefined;
|
|
2125
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2119
2126
|
readonly multiple?: boolean | undefined;
|
|
2120
2127
|
readonly dependencies?: string[] | undefined;
|
|
2121
2128
|
readonly externalId?: boolean | undefined;
|
|
@@ -2291,6 +2298,7 @@ declare const SystemFile: Omit<{
|
|
|
2291
2298
|
readonly name?: string | undefined;
|
|
2292
2299
|
readonly precision?: number | undefined;
|
|
2293
2300
|
readonly required?: boolean | undefined;
|
|
2301
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2294
2302
|
readonly multiple?: boolean | undefined;
|
|
2295
2303
|
readonly dependencies?: string[] | undefined;
|
|
2296
2304
|
readonly externalId?: boolean | undefined;
|
|
@@ -2466,6 +2474,7 @@ declare const SystemFile: Omit<{
|
|
|
2466
2474
|
readonly name?: string | undefined;
|
|
2467
2475
|
readonly precision?: number | undefined;
|
|
2468
2476
|
readonly required?: boolean | undefined;
|
|
2477
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2469
2478
|
readonly multiple?: boolean | undefined;
|
|
2470
2479
|
readonly dependencies?: string[] | undefined;
|
|
2471
2480
|
readonly externalId?: boolean | undefined;
|
|
@@ -2641,6 +2650,7 @@ declare const SystemFile: Omit<{
|
|
|
2641
2650
|
readonly name?: string | undefined;
|
|
2642
2651
|
readonly precision?: number | undefined;
|
|
2643
2652
|
readonly required?: boolean | undefined;
|
|
2653
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2644
2654
|
readonly multiple?: boolean | undefined;
|
|
2645
2655
|
readonly dependencies?: string[] | undefined;
|
|
2646
2656
|
readonly externalId?: boolean | undefined;
|
|
@@ -2816,6 +2826,7 @@ declare const SystemFile: Omit<{
|
|
|
2816
2826
|
readonly name?: string | undefined;
|
|
2817
2827
|
readonly precision?: number | undefined;
|
|
2818
2828
|
readonly required?: boolean | undefined;
|
|
2829
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2819
2830
|
readonly multiple?: boolean | undefined;
|
|
2820
2831
|
readonly dependencies?: string[] | undefined;
|
|
2821
2832
|
readonly externalId?: boolean | undefined;
|
|
@@ -2991,6 +3002,7 @@ declare const SystemFile: Omit<{
|
|
|
2991
3002
|
readonly name?: string | undefined;
|
|
2992
3003
|
readonly precision?: number | undefined;
|
|
2993
3004
|
readonly required?: boolean | undefined;
|
|
3005
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2994
3006
|
readonly multiple?: boolean | undefined;
|
|
2995
3007
|
readonly dependencies?: string[] | undefined;
|
|
2996
3008
|
readonly externalId?: boolean | undefined;
|
|
@@ -3166,6 +3178,7 @@ declare const SystemFile: Omit<{
|
|
|
3166
3178
|
readonly name?: string | undefined;
|
|
3167
3179
|
readonly precision?: number | undefined;
|
|
3168
3180
|
readonly required?: boolean | undefined;
|
|
3181
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3169
3182
|
readonly multiple?: boolean | undefined;
|
|
3170
3183
|
readonly dependencies?: string[] | undefined;
|
|
3171
3184
|
readonly externalId?: boolean | undefined;
|
|
@@ -3341,6 +3354,7 @@ declare const SystemFile: Omit<{
|
|
|
3341
3354
|
readonly name?: string | undefined;
|
|
3342
3355
|
readonly precision?: number | undefined;
|
|
3343
3356
|
readonly required?: boolean | undefined;
|
|
3357
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3344
3358
|
readonly multiple?: boolean | undefined;
|
|
3345
3359
|
readonly dependencies?: string[] | undefined;
|
|
3346
3360
|
readonly externalId?: boolean | undefined;
|
|
@@ -3516,6 +3530,7 @@ declare const SystemFile: Omit<{
|
|
|
3516
3530
|
readonly name?: string | undefined;
|
|
3517
3531
|
readonly precision?: number | undefined;
|
|
3518
3532
|
readonly required?: boolean | undefined;
|
|
3533
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3519
3534
|
readonly multiple?: boolean | undefined;
|
|
3520
3535
|
readonly dependencies?: string[] | undefined;
|
|
3521
3536
|
readonly externalId?: boolean | undefined;
|
|
@@ -3696,7 +3711,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
3696
3711
|
abstract: boolean;
|
|
3697
3712
|
datasource: string;
|
|
3698
3713
|
fields: Record<string, {
|
|
3699
|
-
type: "number" | "boolean" | "email" | "currency" | "date" | "record" | "file" | "signature" | "tags" | "code" | "datetime" | "progress" | "url" | "lookup" | "master_detail" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
3714
|
+
type: "number" | "boolean" | "email" | "currency" | "date" | "record" | "file" | "user" | "signature" | "tags" | "code" | "datetime" | "progress" | "url" | "lookup" | "master_detail" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
3700
3715
|
required: boolean;
|
|
3701
3716
|
searchable: boolean;
|
|
3702
3717
|
multiple: boolean;
|
|
@@ -3770,6 +3785,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
3770
3785
|
generatedBy?: string | undefined;
|
|
3771
3786
|
} | undefined;
|
|
3772
3787
|
} | undefined;
|
|
3788
|
+
returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3773
3789
|
summaryOperations?: {
|
|
3774
3790
|
object: string;
|
|
3775
3791
|
field: string;
|
|
@@ -4393,7 +4409,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
4393
4409
|
field?: string | undefined;
|
|
4394
4410
|
objectOverride?: string | undefined;
|
|
4395
4411
|
label?: string | undefined;
|
|
4396
|
-
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
4412
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "user" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
4397
4413
|
options?: {
|
|
4398
4414
|
label: string;
|
|
4399
4415
|
value: string;
|
|
@@ -4497,6 +4513,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
4497
4513
|
readonly name?: string | undefined;
|
|
4498
4514
|
readonly precision?: number | undefined;
|
|
4499
4515
|
readonly required?: boolean | undefined;
|
|
4516
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4500
4517
|
readonly multiple?: boolean | undefined;
|
|
4501
4518
|
readonly dependencies?: string[] | undefined;
|
|
4502
4519
|
readonly externalId?: boolean | undefined;
|
|
@@ -4672,6 +4689,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
4672
4689
|
readonly name?: string | undefined;
|
|
4673
4690
|
readonly precision?: number | undefined;
|
|
4674
4691
|
readonly required?: boolean | undefined;
|
|
4692
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4675
4693
|
readonly multiple?: boolean | undefined;
|
|
4676
4694
|
readonly dependencies?: string[] | undefined;
|
|
4677
4695
|
readonly externalId?: boolean | undefined;
|
|
@@ -4847,6 +4865,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
4847
4865
|
readonly name?: string | undefined;
|
|
4848
4866
|
readonly precision?: number | undefined;
|
|
4849
4867
|
readonly required?: boolean | undefined;
|
|
4868
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4850
4869
|
readonly multiple?: boolean | undefined;
|
|
4851
4870
|
readonly dependencies?: string[] | undefined;
|
|
4852
4871
|
readonly externalId?: boolean | undefined;
|
|
@@ -5022,6 +5041,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
5022
5041
|
readonly name?: string | undefined;
|
|
5023
5042
|
readonly precision?: number | undefined;
|
|
5024
5043
|
readonly required?: boolean | undefined;
|
|
5044
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5025
5045
|
readonly multiple?: boolean | undefined;
|
|
5026
5046
|
readonly dependencies?: string[] | undefined;
|
|
5027
5047
|
readonly externalId?: boolean | undefined;
|
|
@@ -5197,6 +5217,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
5197
5217
|
readonly name?: string | undefined;
|
|
5198
5218
|
readonly precision?: number | undefined;
|
|
5199
5219
|
readonly required?: boolean | undefined;
|
|
5220
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5200
5221
|
readonly multiple?: boolean | undefined;
|
|
5201
5222
|
readonly dependencies?: string[] | undefined;
|
|
5202
5223
|
readonly externalId?: boolean | undefined;
|
|
@@ -5372,6 +5393,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
5372
5393
|
readonly name?: string | undefined;
|
|
5373
5394
|
readonly precision?: number | undefined;
|
|
5374
5395
|
readonly required?: boolean | undefined;
|
|
5396
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5375
5397
|
readonly multiple?: boolean | undefined;
|
|
5376
5398
|
readonly dependencies?: string[] | undefined;
|
|
5377
5399
|
readonly externalId?: boolean | undefined;
|
|
@@ -5547,6 +5569,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
5547
5569
|
readonly name?: string | undefined;
|
|
5548
5570
|
readonly precision?: number | undefined;
|
|
5549
5571
|
readonly required?: boolean | undefined;
|
|
5572
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5550
5573
|
readonly multiple?: boolean | undefined;
|
|
5551
5574
|
readonly dependencies?: string[] | undefined;
|
|
5552
5575
|
readonly externalId?: boolean | undefined;
|
|
@@ -5722,6 +5745,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
5722
5745
|
readonly name?: string | undefined;
|
|
5723
5746
|
readonly precision?: number | undefined;
|
|
5724
5747
|
readonly required?: boolean | undefined;
|
|
5748
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5725
5749
|
readonly multiple?: boolean | undefined;
|
|
5726
5750
|
readonly dependencies?: string[] | undefined;
|
|
5727
5751
|
readonly externalId?: boolean | undefined;
|
|
@@ -5897,6 +5921,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
5897
5921
|
readonly name?: string | undefined;
|
|
5898
5922
|
readonly precision?: number | undefined;
|
|
5899
5923
|
readonly required?: boolean | undefined;
|
|
5924
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5900
5925
|
readonly multiple?: boolean | undefined;
|
|
5901
5926
|
readonly dependencies?: string[] | undefined;
|
|
5902
5927
|
readonly externalId?: boolean | undefined;
|
|
@@ -6072,6 +6097,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
6072
6097
|
readonly name?: string | undefined;
|
|
6073
6098
|
readonly precision?: number | undefined;
|
|
6074
6099
|
readonly required?: boolean | undefined;
|
|
6100
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
6075
6101
|
readonly multiple?: boolean | undefined;
|
|
6076
6102
|
readonly dependencies?: string[] | undefined;
|
|
6077
6103
|
readonly externalId?: boolean | undefined;
|
|
@@ -6247,6 +6273,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
6247
6273
|
readonly name?: string | undefined;
|
|
6248
6274
|
readonly precision?: number | undefined;
|
|
6249
6275
|
readonly required?: boolean | undefined;
|
|
6276
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
6250
6277
|
readonly multiple?: boolean | undefined;
|
|
6251
6278
|
readonly dependencies?: string[] | undefined;
|
|
6252
6279
|
readonly externalId?: boolean | undefined;
|
|
@@ -6422,6 +6449,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
6422
6449
|
readonly name?: string | undefined;
|
|
6423
6450
|
readonly precision?: number | undefined;
|
|
6424
6451
|
readonly required?: boolean | undefined;
|
|
6452
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
6425
6453
|
readonly multiple?: boolean | undefined;
|
|
6426
6454
|
readonly dependencies?: string[] | undefined;
|
|
6427
6455
|
readonly externalId?: boolean | undefined;
|
|
@@ -6597,6 +6625,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
6597
6625
|
readonly name?: string | undefined;
|
|
6598
6626
|
readonly precision?: number | undefined;
|
|
6599
6627
|
readonly required?: boolean | undefined;
|
|
6628
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
6600
6629
|
readonly multiple?: boolean | undefined;
|
|
6601
6630
|
readonly dependencies?: string[] | undefined;
|
|
6602
6631
|
readonly externalId?: boolean | undefined;
|
|
@@ -6772,6 +6801,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
6772
6801
|
readonly name?: string | undefined;
|
|
6773
6802
|
readonly precision?: number | undefined;
|
|
6774
6803
|
readonly required?: boolean | undefined;
|
|
6804
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
6775
6805
|
readonly multiple?: boolean | undefined;
|
|
6776
6806
|
readonly dependencies?: string[] | undefined;
|
|
6777
6807
|
readonly externalId?: boolean | undefined;
|
|
@@ -6947,6 +6977,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
6947
6977
|
readonly name?: string | undefined;
|
|
6948
6978
|
readonly precision?: number | undefined;
|
|
6949
6979
|
readonly required?: boolean | undefined;
|
|
6980
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
6950
6981
|
readonly multiple?: boolean | undefined;
|
|
6951
6982
|
readonly dependencies?: string[] | undefined;
|
|
6952
6983
|
readonly externalId?: boolean | undefined;
|
|
@@ -7122,6 +7153,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
7122
7153
|
readonly name?: string | undefined;
|
|
7123
7154
|
readonly precision?: number | undefined;
|
|
7124
7155
|
readonly required?: boolean | undefined;
|
|
7156
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7125
7157
|
readonly multiple?: boolean | undefined;
|
|
7126
7158
|
readonly dependencies?: string[] | undefined;
|
|
7127
7159
|
readonly externalId?: boolean | undefined;
|
|
@@ -7297,6 +7329,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
7297
7329
|
readonly name?: string | undefined;
|
|
7298
7330
|
readonly precision?: number | undefined;
|
|
7299
7331
|
readonly required?: boolean | undefined;
|
|
7332
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7300
7333
|
readonly multiple?: boolean | undefined;
|
|
7301
7334
|
readonly dependencies?: string[] | undefined;
|
|
7302
7335
|
readonly externalId?: boolean | undefined;
|
|
@@ -7472,6 +7505,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
7472
7505
|
readonly name?: string | undefined;
|
|
7473
7506
|
readonly precision?: number | undefined;
|
|
7474
7507
|
readonly required?: boolean | undefined;
|
|
7508
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7475
7509
|
readonly multiple?: boolean | undefined;
|
|
7476
7510
|
readonly dependencies?: string[] | undefined;
|
|
7477
7511
|
readonly externalId?: boolean | undefined;
|
|
@@ -7647,6 +7681,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
7647
7681
|
readonly name?: string | undefined;
|
|
7648
7682
|
readonly precision?: number | undefined;
|
|
7649
7683
|
readonly required?: boolean | undefined;
|
|
7684
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7650
7685
|
readonly multiple?: boolean | undefined;
|
|
7651
7686
|
readonly dependencies?: string[] | undefined;
|
|
7652
7687
|
readonly externalId?: boolean | undefined;
|
|
@@ -7822,6 +7857,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
7822
7857
|
readonly name?: string | undefined;
|
|
7823
7858
|
readonly precision?: number | undefined;
|
|
7824
7859
|
readonly required?: boolean | undefined;
|
|
7860
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7825
7861
|
readonly multiple?: boolean | undefined;
|
|
7826
7862
|
readonly dependencies?: string[] | undefined;
|
|
7827
7863
|
readonly externalId?: boolean | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -440,7 +440,7 @@ declare const SystemFile: Omit<{
|
|
|
440
440
|
abstract: boolean;
|
|
441
441
|
datasource: string;
|
|
442
442
|
fields: Record<string, {
|
|
443
|
-
type: "number" | "boolean" | "email" | "currency" | "date" | "record" | "file" | "signature" | "tags" | "code" | "datetime" | "progress" | "url" | "lookup" | "master_detail" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
443
|
+
type: "number" | "boolean" | "email" | "currency" | "date" | "record" | "file" | "user" | "signature" | "tags" | "code" | "datetime" | "progress" | "url" | "lookup" | "master_detail" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
444
444
|
required: boolean;
|
|
445
445
|
searchable: boolean;
|
|
446
446
|
multiple: boolean;
|
|
@@ -514,6 +514,7 @@ declare const SystemFile: Omit<{
|
|
|
514
514
|
generatedBy?: string | undefined;
|
|
515
515
|
} | undefined;
|
|
516
516
|
} | undefined;
|
|
517
|
+
returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
517
518
|
summaryOperations?: {
|
|
518
519
|
object: string;
|
|
519
520
|
field: string;
|
|
@@ -1137,7 +1138,7 @@ declare const SystemFile: Omit<{
|
|
|
1137
1138
|
field?: string | undefined;
|
|
1138
1139
|
objectOverride?: string | undefined;
|
|
1139
1140
|
label?: string | undefined;
|
|
1140
|
-
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
1141
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "user" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
1141
1142
|
options?: {
|
|
1142
1143
|
label: string;
|
|
1143
1144
|
value: string;
|
|
@@ -1241,6 +1242,7 @@ declare const SystemFile: Omit<{
|
|
|
1241
1242
|
readonly name?: string | undefined;
|
|
1242
1243
|
readonly precision?: number | undefined;
|
|
1243
1244
|
readonly required?: boolean | undefined;
|
|
1245
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1244
1246
|
readonly multiple?: boolean | undefined;
|
|
1245
1247
|
readonly dependencies?: string[] | undefined;
|
|
1246
1248
|
readonly externalId?: boolean | undefined;
|
|
@@ -1416,6 +1418,7 @@ declare const SystemFile: Omit<{
|
|
|
1416
1418
|
readonly name?: string | undefined;
|
|
1417
1419
|
readonly precision?: number | undefined;
|
|
1418
1420
|
readonly required?: boolean | undefined;
|
|
1421
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1419
1422
|
readonly multiple?: boolean | undefined;
|
|
1420
1423
|
readonly dependencies?: string[] | undefined;
|
|
1421
1424
|
readonly externalId?: boolean | undefined;
|
|
@@ -1591,6 +1594,7 @@ declare const SystemFile: Omit<{
|
|
|
1591
1594
|
readonly name?: string | undefined;
|
|
1592
1595
|
readonly precision?: number | undefined;
|
|
1593
1596
|
readonly required?: boolean | undefined;
|
|
1597
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1594
1598
|
readonly multiple?: boolean | undefined;
|
|
1595
1599
|
readonly dependencies?: string[] | undefined;
|
|
1596
1600
|
readonly externalId?: boolean | undefined;
|
|
@@ -1766,6 +1770,7 @@ declare const SystemFile: Omit<{
|
|
|
1766
1770
|
readonly name?: string | undefined;
|
|
1767
1771
|
readonly precision?: number | undefined;
|
|
1768
1772
|
readonly required?: boolean | undefined;
|
|
1773
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1769
1774
|
readonly multiple?: boolean | undefined;
|
|
1770
1775
|
readonly dependencies?: string[] | undefined;
|
|
1771
1776
|
readonly externalId?: boolean | undefined;
|
|
@@ -1941,6 +1946,7 @@ declare const SystemFile: Omit<{
|
|
|
1941
1946
|
readonly name?: string | undefined;
|
|
1942
1947
|
readonly precision?: number | undefined;
|
|
1943
1948
|
readonly required?: boolean | undefined;
|
|
1949
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1944
1950
|
readonly multiple?: boolean | undefined;
|
|
1945
1951
|
readonly dependencies?: string[] | undefined;
|
|
1946
1952
|
readonly externalId?: boolean | undefined;
|
|
@@ -2116,6 +2122,7 @@ declare const SystemFile: Omit<{
|
|
|
2116
2122
|
readonly name?: string | undefined;
|
|
2117
2123
|
readonly precision?: number | undefined;
|
|
2118
2124
|
readonly required?: boolean | undefined;
|
|
2125
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2119
2126
|
readonly multiple?: boolean | undefined;
|
|
2120
2127
|
readonly dependencies?: string[] | undefined;
|
|
2121
2128
|
readonly externalId?: boolean | undefined;
|
|
@@ -2291,6 +2298,7 @@ declare const SystemFile: Omit<{
|
|
|
2291
2298
|
readonly name?: string | undefined;
|
|
2292
2299
|
readonly precision?: number | undefined;
|
|
2293
2300
|
readonly required?: boolean | undefined;
|
|
2301
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2294
2302
|
readonly multiple?: boolean | undefined;
|
|
2295
2303
|
readonly dependencies?: string[] | undefined;
|
|
2296
2304
|
readonly externalId?: boolean | undefined;
|
|
@@ -2466,6 +2474,7 @@ declare const SystemFile: Omit<{
|
|
|
2466
2474
|
readonly name?: string | undefined;
|
|
2467
2475
|
readonly precision?: number | undefined;
|
|
2468
2476
|
readonly required?: boolean | undefined;
|
|
2477
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2469
2478
|
readonly multiple?: boolean | undefined;
|
|
2470
2479
|
readonly dependencies?: string[] | undefined;
|
|
2471
2480
|
readonly externalId?: boolean | undefined;
|
|
@@ -2641,6 +2650,7 @@ declare const SystemFile: Omit<{
|
|
|
2641
2650
|
readonly name?: string | undefined;
|
|
2642
2651
|
readonly precision?: number | undefined;
|
|
2643
2652
|
readonly required?: boolean | undefined;
|
|
2653
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2644
2654
|
readonly multiple?: boolean | undefined;
|
|
2645
2655
|
readonly dependencies?: string[] | undefined;
|
|
2646
2656
|
readonly externalId?: boolean | undefined;
|
|
@@ -2816,6 +2826,7 @@ declare const SystemFile: Omit<{
|
|
|
2816
2826
|
readonly name?: string | undefined;
|
|
2817
2827
|
readonly precision?: number | undefined;
|
|
2818
2828
|
readonly required?: boolean | undefined;
|
|
2829
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2819
2830
|
readonly multiple?: boolean | undefined;
|
|
2820
2831
|
readonly dependencies?: string[] | undefined;
|
|
2821
2832
|
readonly externalId?: boolean | undefined;
|
|
@@ -2991,6 +3002,7 @@ declare const SystemFile: Omit<{
|
|
|
2991
3002
|
readonly name?: string | undefined;
|
|
2992
3003
|
readonly precision?: number | undefined;
|
|
2993
3004
|
readonly required?: boolean | undefined;
|
|
3005
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2994
3006
|
readonly multiple?: boolean | undefined;
|
|
2995
3007
|
readonly dependencies?: string[] | undefined;
|
|
2996
3008
|
readonly externalId?: boolean | undefined;
|
|
@@ -3166,6 +3178,7 @@ declare const SystemFile: Omit<{
|
|
|
3166
3178
|
readonly name?: string | undefined;
|
|
3167
3179
|
readonly precision?: number | undefined;
|
|
3168
3180
|
readonly required?: boolean | undefined;
|
|
3181
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3169
3182
|
readonly multiple?: boolean | undefined;
|
|
3170
3183
|
readonly dependencies?: string[] | undefined;
|
|
3171
3184
|
readonly externalId?: boolean | undefined;
|
|
@@ -3341,6 +3354,7 @@ declare const SystemFile: Omit<{
|
|
|
3341
3354
|
readonly name?: string | undefined;
|
|
3342
3355
|
readonly precision?: number | undefined;
|
|
3343
3356
|
readonly required?: boolean | undefined;
|
|
3357
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3344
3358
|
readonly multiple?: boolean | undefined;
|
|
3345
3359
|
readonly dependencies?: string[] | undefined;
|
|
3346
3360
|
readonly externalId?: boolean | undefined;
|
|
@@ -3516,6 +3530,7 @@ declare const SystemFile: Omit<{
|
|
|
3516
3530
|
readonly name?: string | undefined;
|
|
3517
3531
|
readonly precision?: number | undefined;
|
|
3518
3532
|
readonly required?: boolean | undefined;
|
|
3533
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3519
3534
|
readonly multiple?: boolean | undefined;
|
|
3520
3535
|
readonly dependencies?: string[] | undefined;
|
|
3521
3536
|
readonly externalId?: boolean | undefined;
|
|
@@ -3696,7 +3711,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
3696
3711
|
abstract: boolean;
|
|
3697
3712
|
datasource: string;
|
|
3698
3713
|
fields: Record<string, {
|
|
3699
|
-
type: "number" | "boolean" | "email" | "currency" | "date" | "record" | "file" | "signature" | "tags" | "code" | "datetime" | "progress" | "url" | "lookup" | "master_detail" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
3714
|
+
type: "number" | "boolean" | "email" | "currency" | "date" | "record" | "file" | "user" | "signature" | "tags" | "code" | "datetime" | "progress" | "url" | "lookup" | "master_detail" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
3700
3715
|
required: boolean;
|
|
3701
3716
|
searchable: boolean;
|
|
3702
3717
|
multiple: boolean;
|
|
@@ -3770,6 +3785,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
3770
3785
|
generatedBy?: string | undefined;
|
|
3771
3786
|
} | undefined;
|
|
3772
3787
|
} | undefined;
|
|
3788
|
+
returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3773
3789
|
summaryOperations?: {
|
|
3774
3790
|
object: string;
|
|
3775
3791
|
field: string;
|
|
@@ -4393,7 +4409,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
4393
4409
|
field?: string | undefined;
|
|
4394
4410
|
objectOverride?: string | undefined;
|
|
4395
4411
|
label?: string | undefined;
|
|
4396
|
-
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
4412
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "user" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
4397
4413
|
options?: {
|
|
4398
4414
|
label: string;
|
|
4399
4415
|
value: string;
|
|
@@ -4497,6 +4513,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
4497
4513
|
readonly name?: string | undefined;
|
|
4498
4514
|
readonly precision?: number | undefined;
|
|
4499
4515
|
readonly required?: boolean | undefined;
|
|
4516
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4500
4517
|
readonly multiple?: boolean | undefined;
|
|
4501
4518
|
readonly dependencies?: string[] | undefined;
|
|
4502
4519
|
readonly externalId?: boolean | undefined;
|
|
@@ -4672,6 +4689,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
4672
4689
|
readonly name?: string | undefined;
|
|
4673
4690
|
readonly precision?: number | undefined;
|
|
4674
4691
|
readonly required?: boolean | undefined;
|
|
4692
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4675
4693
|
readonly multiple?: boolean | undefined;
|
|
4676
4694
|
readonly dependencies?: string[] | undefined;
|
|
4677
4695
|
readonly externalId?: boolean | undefined;
|
|
@@ -4847,6 +4865,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
4847
4865
|
readonly name?: string | undefined;
|
|
4848
4866
|
readonly precision?: number | undefined;
|
|
4849
4867
|
readonly required?: boolean | undefined;
|
|
4868
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4850
4869
|
readonly multiple?: boolean | undefined;
|
|
4851
4870
|
readonly dependencies?: string[] | undefined;
|
|
4852
4871
|
readonly externalId?: boolean | undefined;
|
|
@@ -5022,6 +5041,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
5022
5041
|
readonly name?: string | undefined;
|
|
5023
5042
|
readonly precision?: number | undefined;
|
|
5024
5043
|
readonly required?: boolean | undefined;
|
|
5044
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5025
5045
|
readonly multiple?: boolean | undefined;
|
|
5026
5046
|
readonly dependencies?: string[] | undefined;
|
|
5027
5047
|
readonly externalId?: boolean | undefined;
|
|
@@ -5197,6 +5217,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
5197
5217
|
readonly name?: string | undefined;
|
|
5198
5218
|
readonly precision?: number | undefined;
|
|
5199
5219
|
readonly required?: boolean | undefined;
|
|
5220
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5200
5221
|
readonly multiple?: boolean | undefined;
|
|
5201
5222
|
readonly dependencies?: string[] | undefined;
|
|
5202
5223
|
readonly externalId?: boolean | undefined;
|
|
@@ -5372,6 +5393,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
5372
5393
|
readonly name?: string | undefined;
|
|
5373
5394
|
readonly precision?: number | undefined;
|
|
5374
5395
|
readonly required?: boolean | undefined;
|
|
5396
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5375
5397
|
readonly multiple?: boolean | undefined;
|
|
5376
5398
|
readonly dependencies?: string[] | undefined;
|
|
5377
5399
|
readonly externalId?: boolean | undefined;
|
|
@@ -5547,6 +5569,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
5547
5569
|
readonly name?: string | undefined;
|
|
5548
5570
|
readonly precision?: number | undefined;
|
|
5549
5571
|
readonly required?: boolean | undefined;
|
|
5572
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5550
5573
|
readonly multiple?: boolean | undefined;
|
|
5551
5574
|
readonly dependencies?: string[] | undefined;
|
|
5552
5575
|
readonly externalId?: boolean | undefined;
|
|
@@ -5722,6 +5745,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
5722
5745
|
readonly name?: string | undefined;
|
|
5723
5746
|
readonly precision?: number | undefined;
|
|
5724
5747
|
readonly required?: boolean | undefined;
|
|
5748
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5725
5749
|
readonly multiple?: boolean | undefined;
|
|
5726
5750
|
readonly dependencies?: string[] | undefined;
|
|
5727
5751
|
readonly externalId?: boolean | undefined;
|
|
@@ -5897,6 +5921,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
5897
5921
|
readonly name?: string | undefined;
|
|
5898
5922
|
readonly precision?: number | undefined;
|
|
5899
5923
|
readonly required?: boolean | undefined;
|
|
5924
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5900
5925
|
readonly multiple?: boolean | undefined;
|
|
5901
5926
|
readonly dependencies?: string[] | undefined;
|
|
5902
5927
|
readonly externalId?: boolean | undefined;
|
|
@@ -6072,6 +6097,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
6072
6097
|
readonly name?: string | undefined;
|
|
6073
6098
|
readonly precision?: number | undefined;
|
|
6074
6099
|
readonly required?: boolean | undefined;
|
|
6100
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
6075
6101
|
readonly multiple?: boolean | undefined;
|
|
6076
6102
|
readonly dependencies?: string[] | undefined;
|
|
6077
6103
|
readonly externalId?: boolean | undefined;
|
|
@@ -6247,6 +6273,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
6247
6273
|
readonly name?: string | undefined;
|
|
6248
6274
|
readonly precision?: number | undefined;
|
|
6249
6275
|
readonly required?: boolean | undefined;
|
|
6276
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
6250
6277
|
readonly multiple?: boolean | undefined;
|
|
6251
6278
|
readonly dependencies?: string[] | undefined;
|
|
6252
6279
|
readonly externalId?: boolean | undefined;
|
|
@@ -6422,6 +6449,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
6422
6449
|
readonly name?: string | undefined;
|
|
6423
6450
|
readonly precision?: number | undefined;
|
|
6424
6451
|
readonly required?: boolean | undefined;
|
|
6452
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
6425
6453
|
readonly multiple?: boolean | undefined;
|
|
6426
6454
|
readonly dependencies?: string[] | undefined;
|
|
6427
6455
|
readonly externalId?: boolean | undefined;
|
|
@@ -6597,6 +6625,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
6597
6625
|
readonly name?: string | undefined;
|
|
6598
6626
|
readonly precision?: number | undefined;
|
|
6599
6627
|
readonly required?: boolean | undefined;
|
|
6628
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
6600
6629
|
readonly multiple?: boolean | undefined;
|
|
6601
6630
|
readonly dependencies?: string[] | undefined;
|
|
6602
6631
|
readonly externalId?: boolean | undefined;
|
|
@@ -6772,6 +6801,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
6772
6801
|
readonly name?: string | undefined;
|
|
6773
6802
|
readonly precision?: number | undefined;
|
|
6774
6803
|
readonly required?: boolean | undefined;
|
|
6804
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
6775
6805
|
readonly multiple?: boolean | undefined;
|
|
6776
6806
|
readonly dependencies?: string[] | undefined;
|
|
6777
6807
|
readonly externalId?: boolean | undefined;
|
|
@@ -6947,6 +6977,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
6947
6977
|
readonly name?: string | undefined;
|
|
6948
6978
|
readonly precision?: number | undefined;
|
|
6949
6979
|
readonly required?: boolean | undefined;
|
|
6980
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
6950
6981
|
readonly multiple?: boolean | undefined;
|
|
6951
6982
|
readonly dependencies?: string[] | undefined;
|
|
6952
6983
|
readonly externalId?: boolean | undefined;
|
|
@@ -7122,6 +7153,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
7122
7153
|
readonly name?: string | undefined;
|
|
7123
7154
|
readonly precision?: number | undefined;
|
|
7124
7155
|
readonly required?: boolean | undefined;
|
|
7156
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7125
7157
|
readonly multiple?: boolean | undefined;
|
|
7126
7158
|
readonly dependencies?: string[] | undefined;
|
|
7127
7159
|
readonly externalId?: boolean | undefined;
|
|
@@ -7297,6 +7329,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
7297
7329
|
readonly name?: string | undefined;
|
|
7298
7330
|
readonly precision?: number | undefined;
|
|
7299
7331
|
readonly required?: boolean | undefined;
|
|
7332
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7300
7333
|
readonly multiple?: boolean | undefined;
|
|
7301
7334
|
readonly dependencies?: string[] | undefined;
|
|
7302
7335
|
readonly externalId?: boolean | undefined;
|
|
@@ -7472,6 +7505,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
7472
7505
|
readonly name?: string | undefined;
|
|
7473
7506
|
readonly precision?: number | undefined;
|
|
7474
7507
|
readonly required?: boolean | undefined;
|
|
7508
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7475
7509
|
readonly multiple?: boolean | undefined;
|
|
7476
7510
|
readonly dependencies?: string[] | undefined;
|
|
7477
7511
|
readonly externalId?: boolean | undefined;
|
|
@@ -7647,6 +7681,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
7647
7681
|
readonly name?: string | undefined;
|
|
7648
7682
|
readonly precision?: number | undefined;
|
|
7649
7683
|
readonly required?: boolean | undefined;
|
|
7684
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7650
7685
|
readonly multiple?: boolean | undefined;
|
|
7651
7686
|
readonly dependencies?: string[] | undefined;
|
|
7652
7687
|
readonly externalId?: boolean | undefined;
|
|
@@ -7822,6 +7857,7 @@ declare const SystemUploadSession: Omit<{
|
|
|
7822
7857
|
readonly name?: string | undefined;
|
|
7823
7858
|
readonly precision?: number | undefined;
|
|
7824
7859
|
readonly required?: boolean | undefined;
|
|
7860
|
+
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7825
7861
|
readonly multiple?: boolean | undefined;
|
|
7826
7862
|
readonly dependencies?: string[] | undefined;
|
|
7827
7863
|
readonly externalId?: boolean | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/service-storage",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "11.0.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Storage Service for ObjectStack — implements IStorageService with local filesystem and S3 adapter skeleton",
|
|
6
6
|
"type": "module",
|
|
@@ -14,10 +14,10 @@
|
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@objectstack/core": "
|
|
18
|
-
"@objectstack/observability": "
|
|
19
|
-
"@objectstack/platform-objects": "
|
|
20
|
-
"@objectstack/spec": "
|
|
17
|
+
"@objectstack/core": "11.0.0",
|
|
18
|
+
"@objectstack/observability": "11.0.0",
|
|
19
|
+
"@objectstack/platform-objects": "11.0.0",
|
|
20
|
+
"@objectstack/spec": "11.0.0"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"@aws-sdk/client-s3": "^3.0.0",
|