@objectstack/platform-objects 6.7.1 → 6.8.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/apps/index.d.mts +28 -1
- package/dist/apps/index.d.ts +28 -1
- package/dist/apps/index.js +271 -6
- package/dist/apps/index.js.map +1 -1
- package/dist/apps/index.mjs +271 -7
- package/dist/apps/index.mjs.map +1 -1
- package/dist/audit/index.d.mts +96 -32
- package/dist/audit/index.d.ts +96 -32
- package/dist/identity/index.d.mts +121 -40
- package/dist/identity/index.d.ts +121 -40
- package/dist/identity/index.js +6 -0
- package/dist/identity/index.js.map +1 -1
- package/dist/identity/index.mjs +6 -0
- package/dist/identity/index.mjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +316 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +316 -8
- package/dist/index.mjs.map +1 -1
- package/dist/integration/index.d.mts +6 -2
- package/dist/integration/index.d.ts +6 -2
- package/dist/metadata/index.d.mts +75 -4
- package/dist/metadata/index.d.ts +75 -4
- package/dist/metadata/index.js +38 -0
- package/dist/metadata/index.js.map +1 -1
- package/dist/metadata/index.mjs +38 -0
- package/dist/metadata/index.mjs.map +1 -1
- package/dist/security/index.d.mts +36 -12
- package/dist/security/index.d.ts +36 -12
- package/dist/security/index.js +1 -1
- package/dist/security/index.js.map +1 -1
- package/dist/security/index.mjs +1 -1
- package/dist/security/index.mjs.map +1 -1
- package/dist/system/index.d.mts +18 -6
- package/dist/system/index.d.ts +18 -6
- package/package.json +2 -2
|
@@ -20,7 +20,7 @@ declare const SysUser: Omit<{
|
|
|
20
20
|
abstract: boolean;
|
|
21
21
|
datasource: string;
|
|
22
22
|
fields: Record<string, {
|
|
23
|
-
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
23
|
+
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
24
24
|
required: boolean;
|
|
25
25
|
searchable: boolean;
|
|
26
26
|
multiple: boolean;
|
|
@@ -383,6 +383,10 @@ declare const SysUser: Omit<{
|
|
|
383
383
|
} | {
|
|
384
384
|
provider: "value";
|
|
385
385
|
items: unknown[];
|
|
386
|
+
} | {
|
|
387
|
+
provider: "schema";
|
|
388
|
+
schemaId: string;
|
|
389
|
+
schema?: Record<string, unknown> | undefined;
|
|
386
390
|
} | undefined;
|
|
387
391
|
filter?: {
|
|
388
392
|
field: string;
|
|
@@ -630,7 +634,7 @@ declare const SysUser: Omit<{
|
|
|
630
634
|
field?: string | undefined;
|
|
631
635
|
objectOverride?: string | undefined;
|
|
632
636
|
label?: string | undefined;
|
|
633
|
-
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
637
|
+
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
634
638
|
options?: {
|
|
635
639
|
label: string;
|
|
636
640
|
value: string;
|
|
@@ -3015,7 +3019,7 @@ declare const SysSession: Omit<{
|
|
|
3015
3019
|
abstract: boolean;
|
|
3016
3020
|
datasource: string;
|
|
3017
3021
|
fields: Record<string, {
|
|
3018
|
-
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
3022
|
+
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
3019
3023
|
required: boolean;
|
|
3020
3024
|
searchable: boolean;
|
|
3021
3025
|
multiple: boolean;
|
|
@@ -3378,6 +3382,10 @@ declare const SysSession: Omit<{
|
|
|
3378
3382
|
} | {
|
|
3379
3383
|
provider: "value";
|
|
3380
3384
|
items: unknown[];
|
|
3385
|
+
} | {
|
|
3386
|
+
provider: "schema";
|
|
3387
|
+
schemaId: string;
|
|
3388
|
+
schema?: Record<string, unknown> | undefined;
|
|
3381
3389
|
} | undefined;
|
|
3382
3390
|
filter?: {
|
|
3383
3391
|
field: string;
|
|
@@ -3625,7 +3633,7 @@ declare const SysSession: Omit<{
|
|
|
3625
3633
|
field?: string | undefined;
|
|
3626
3634
|
objectOverride?: string | undefined;
|
|
3627
3635
|
label?: string | undefined;
|
|
3628
|
-
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
3636
|
+
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
3629
3637
|
options?: {
|
|
3630
3638
|
label: string;
|
|
3631
3639
|
value: string;
|
|
@@ -5715,7 +5723,7 @@ declare const SysAccount: Omit<{
|
|
|
5715
5723
|
abstract: boolean;
|
|
5716
5724
|
datasource: string;
|
|
5717
5725
|
fields: Record<string, {
|
|
5718
|
-
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
5726
|
+
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
5719
5727
|
required: boolean;
|
|
5720
5728
|
searchable: boolean;
|
|
5721
5729
|
multiple: boolean;
|
|
@@ -6078,6 +6086,10 @@ declare const SysAccount: Omit<{
|
|
|
6078
6086
|
} | {
|
|
6079
6087
|
provider: "value";
|
|
6080
6088
|
items: unknown[];
|
|
6089
|
+
} | {
|
|
6090
|
+
provider: "schema";
|
|
6091
|
+
schemaId: string;
|
|
6092
|
+
schema?: Record<string, unknown> | undefined;
|
|
6081
6093
|
} | undefined;
|
|
6082
6094
|
filter?: {
|
|
6083
6095
|
field: string;
|
|
@@ -6325,7 +6337,7 @@ declare const SysAccount: Omit<{
|
|
|
6325
6337
|
field?: string | undefined;
|
|
6326
6338
|
objectOverride?: string | undefined;
|
|
6327
6339
|
label?: string | undefined;
|
|
6328
|
-
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
6340
|
+
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
6329
6341
|
options?: {
|
|
6330
6342
|
label: string;
|
|
6331
6343
|
value: string;
|
|
@@ -8785,7 +8797,7 @@ declare const SysVerification: Omit<{
|
|
|
8785
8797
|
abstract: boolean;
|
|
8786
8798
|
datasource: string;
|
|
8787
8799
|
fields: Record<string, {
|
|
8788
|
-
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
8800
|
+
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
8789
8801
|
required: boolean;
|
|
8790
8802
|
searchable: boolean;
|
|
8791
8803
|
multiple: boolean;
|
|
@@ -9148,6 +9160,10 @@ declare const SysVerification: Omit<{
|
|
|
9148
9160
|
} | {
|
|
9149
9161
|
provider: "value";
|
|
9150
9162
|
items: unknown[];
|
|
9163
|
+
} | {
|
|
9164
|
+
provider: "schema";
|
|
9165
|
+
schemaId: string;
|
|
9166
|
+
schema?: Record<string, unknown> | undefined;
|
|
9151
9167
|
} | undefined;
|
|
9152
9168
|
filter?: {
|
|
9153
9169
|
field: string;
|
|
@@ -9395,7 +9411,7 @@ declare const SysVerification: Omit<{
|
|
|
9395
9411
|
field?: string | undefined;
|
|
9396
9412
|
objectOverride?: string | undefined;
|
|
9397
9413
|
label?: string | undefined;
|
|
9398
|
-
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
9414
|
+
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
9399
9415
|
options?: {
|
|
9400
9416
|
label: string;
|
|
9401
9417
|
value: string;
|
|
@@ -10541,7 +10557,7 @@ declare const SysOrganization: Omit<{
|
|
|
10541
10557
|
abstract: boolean;
|
|
10542
10558
|
datasource: string;
|
|
10543
10559
|
fields: Record<string, {
|
|
10544
|
-
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
10560
|
+
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
10545
10561
|
required: boolean;
|
|
10546
10562
|
searchable: boolean;
|
|
10547
10563
|
multiple: boolean;
|
|
@@ -10904,6 +10920,10 @@ declare const SysOrganization: Omit<{
|
|
|
10904
10920
|
} | {
|
|
10905
10921
|
provider: "value";
|
|
10906
10922
|
items: unknown[];
|
|
10923
|
+
} | {
|
|
10924
|
+
provider: "schema";
|
|
10925
|
+
schemaId: string;
|
|
10926
|
+
schema?: Record<string, unknown> | undefined;
|
|
10907
10927
|
} | undefined;
|
|
10908
10928
|
filter?: {
|
|
10909
10929
|
field: string;
|
|
@@ -11151,7 +11171,7 @@ declare const SysOrganization: Omit<{
|
|
|
11151
11171
|
field?: string | undefined;
|
|
11152
11172
|
objectOverride?: string | undefined;
|
|
11153
11173
|
label?: string | undefined;
|
|
11154
|
-
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
11174
|
+
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
11155
11175
|
options?: {
|
|
11156
11176
|
label: string;
|
|
11157
11177
|
value: string;
|
|
@@ -11221,6 +11241,7 @@ declare const SysOrganization: Omit<{
|
|
|
11221
11241
|
readonly target: "/api/v1/auth/organization/create";
|
|
11222
11242
|
readonly successMessage: "Organization created";
|
|
11223
11243
|
readonly refreshAfter: true;
|
|
11244
|
+
readonly visible: "features.multiOrgEnabled != false";
|
|
11224
11245
|
readonly params: [{
|
|
11225
11246
|
readonly field: "name";
|
|
11226
11247
|
readonly required: true;
|
|
@@ -12572,7 +12593,7 @@ declare const SysMember: Omit<{
|
|
|
12572
12593
|
abstract: boolean;
|
|
12573
12594
|
datasource: string;
|
|
12574
12595
|
fields: Record<string, {
|
|
12575
|
-
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
12596
|
+
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
12576
12597
|
required: boolean;
|
|
12577
12598
|
searchable: boolean;
|
|
12578
12599
|
multiple: boolean;
|
|
@@ -12935,6 +12956,10 @@ declare const SysMember: Omit<{
|
|
|
12935
12956
|
} | {
|
|
12936
12957
|
provider: "value";
|
|
12937
12958
|
items: unknown[];
|
|
12959
|
+
} | {
|
|
12960
|
+
provider: "schema";
|
|
12961
|
+
schemaId: string;
|
|
12962
|
+
schema?: Record<string, unknown> | undefined;
|
|
12938
12963
|
} | undefined;
|
|
12939
12964
|
filter?: {
|
|
12940
12965
|
field: string;
|
|
@@ -13182,7 +13207,7 @@ declare const SysMember: Omit<{
|
|
|
13182
13207
|
field?: string | undefined;
|
|
13183
13208
|
objectOverride?: string | undefined;
|
|
13184
13209
|
label?: string | undefined;
|
|
13185
|
-
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
13210
|
+
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
13186
13211
|
options?: {
|
|
13187
13212
|
label: string;
|
|
13188
13213
|
value: string;
|
|
@@ -14200,7 +14225,7 @@ declare const SysInvitation: Omit<{
|
|
|
14200
14225
|
abstract: boolean;
|
|
14201
14226
|
datasource: string;
|
|
14202
14227
|
fields: Record<string, {
|
|
14203
|
-
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
14228
|
+
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
14204
14229
|
required: boolean;
|
|
14205
14230
|
searchable: boolean;
|
|
14206
14231
|
multiple: boolean;
|
|
@@ -14563,6 +14588,10 @@ declare const SysInvitation: Omit<{
|
|
|
14563
14588
|
} | {
|
|
14564
14589
|
provider: "value";
|
|
14565
14590
|
items: unknown[];
|
|
14591
|
+
} | {
|
|
14592
|
+
provider: "schema";
|
|
14593
|
+
schemaId: string;
|
|
14594
|
+
schema?: Record<string, unknown> | undefined;
|
|
14566
14595
|
} | undefined;
|
|
14567
14596
|
filter?: {
|
|
14568
14597
|
field: string;
|
|
@@ -14810,7 +14839,7 @@ declare const SysInvitation: Omit<{
|
|
|
14810
14839
|
field?: string | undefined;
|
|
14811
14840
|
objectOverride?: string | undefined;
|
|
14812
14841
|
label?: string | undefined;
|
|
14813
|
-
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
14842
|
+
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
14814
14843
|
options?: {
|
|
14815
14844
|
label: string;
|
|
14816
14845
|
value: string;
|
|
@@ -16616,7 +16645,7 @@ declare const SysTeam: Omit<{
|
|
|
16616
16645
|
abstract: boolean;
|
|
16617
16646
|
datasource: string;
|
|
16618
16647
|
fields: Record<string, {
|
|
16619
|
-
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
16648
|
+
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
16620
16649
|
required: boolean;
|
|
16621
16650
|
searchable: boolean;
|
|
16622
16651
|
multiple: boolean;
|
|
@@ -16979,6 +17008,10 @@ declare const SysTeam: Omit<{
|
|
|
16979
17008
|
} | {
|
|
16980
17009
|
provider: "value";
|
|
16981
17010
|
items: unknown[];
|
|
17011
|
+
} | {
|
|
17012
|
+
provider: "schema";
|
|
17013
|
+
schemaId: string;
|
|
17014
|
+
schema?: Record<string, unknown> | undefined;
|
|
16982
17015
|
} | undefined;
|
|
16983
17016
|
filter?: {
|
|
16984
17017
|
field: string;
|
|
@@ -17226,7 +17259,7 @@ declare const SysTeam: Omit<{
|
|
|
17226
17259
|
field?: string | undefined;
|
|
17227
17260
|
objectOverride?: string | undefined;
|
|
17228
17261
|
label?: string | undefined;
|
|
17229
|
-
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
17262
|
+
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
17230
17263
|
options?: {
|
|
17231
17264
|
label: string;
|
|
17232
17265
|
value: string;
|
|
@@ -18290,7 +18323,7 @@ declare const SysTeamMember: Omit<{
|
|
|
18290
18323
|
abstract: boolean;
|
|
18291
18324
|
datasource: string;
|
|
18292
18325
|
fields: Record<string, {
|
|
18293
|
-
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
18326
|
+
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
18294
18327
|
required: boolean;
|
|
18295
18328
|
searchable: boolean;
|
|
18296
18329
|
multiple: boolean;
|
|
@@ -18653,6 +18686,10 @@ declare const SysTeamMember: Omit<{
|
|
|
18653
18686
|
} | {
|
|
18654
18687
|
provider: "value";
|
|
18655
18688
|
items: unknown[];
|
|
18689
|
+
} | {
|
|
18690
|
+
provider: "schema";
|
|
18691
|
+
schemaId: string;
|
|
18692
|
+
schema?: Record<string, unknown> | undefined;
|
|
18656
18693
|
} | undefined;
|
|
18657
18694
|
filter?: {
|
|
18658
18695
|
field: string;
|
|
@@ -18900,7 +18937,7 @@ declare const SysTeamMember: Omit<{
|
|
|
18900
18937
|
field?: string | undefined;
|
|
18901
18938
|
objectOverride?: string | undefined;
|
|
18902
18939
|
label?: string | undefined;
|
|
18903
|
-
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
18940
|
+
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
18904
18941
|
options?: {
|
|
18905
18942
|
label: string;
|
|
18906
18943
|
value: string;
|
|
@@ -19745,7 +19782,7 @@ declare const SysDepartment: Omit<{
|
|
|
19745
19782
|
abstract: boolean;
|
|
19746
19783
|
datasource: string;
|
|
19747
19784
|
fields: Record<string, {
|
|
19748
|
-
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
19785
|
+
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
19749
19786
|
required: boolean;
|
|
19750
19787
|
searchable: boolean;
|
|
19751
19788
|
multiple: boolean;
|
|
@@ -20108,6 +20145,10 @@ declare const SysDepartment: Omit<{
|
|
|
20108
20145
|
} | {
|
|
20109
20146
|
provider: "value";
|
|
20110
20147
|
items: unknown[];
|
|
20148
|
+
} | {
|
|
20149
|
+
provider: "schema";
|
|
20150
|
+
schemaId: string;
|
|
20151
|
+
schema?: Record<string, unknown> | undefined;
|
|
20111
20152
|
} | undefined;
|
|
20112
20153
|
filter?: {
|
|
20113
20154
|
field: string;
|
|
@@ -20355,7 +20396,7 @@ declare const SysDepartment: Omit<{
|
|
|
20355
20396
|
field?: string | undefined;
|
|
20356
20397
|
objectOverride?: string | undefined;
|
|
20357
20398
|
label?: string | undefined;
|
|
20358
|
-
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
20399
|
+
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
20359
20400
|
options?: {
|
|
20360
20401
|
label: string;
|
|
20361
20402
|
value: string;
|
|
@@ -22821,7 +22862,7 @@ declare const SysDepartmentMember: Omit<{
|
|
|
22821
22862
|
abstract: boolean;
|
|
22822
22863
|
datasource: string;
|
|
22823
22864
|
fields: Record<string, {
|
|
22824
|
-
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
22865
|
+
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
22825
22866
|
required: boolean;
|
|
22826
22867
|
searchable: boolean;
|
|
22827
22868
|
multiple: boolean;
|
|
@@ -23184,6 +23225,10 @@ declare const SysDepartmentMember: Omit<{
|
|
|
23184
23225
|
} | {
|
|
23185
23226
|
provider: "value";
|
|
23186
23227
|
items: unknown[];
|
|
23228
|
+
} | {
|
|
23229
|
+
provider: "schema";
|
|
23230
|
+
schemaId: string;
|
|
23231
|
+
schema?: Record<string, unknown> | undefined;
|
|
23187
23232
|
} | undefined;
|
|
23188
23233
|
filter?: {
|
|
23189
23234
|
field: string;
|
|
@@ -23431,7 +23476,7 @@ declare const SysDepartmentMember: Omit<{
|
|
|
23431
23476
|
field?: string | undefined;
|
|
23432
23477
|
objectOverride?: string | undefined;
|
|
23433
23478
|
label?: string | undefined;
|
|
23434
|
-
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
23479
|
+
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
23435
23480
|
options?: {
|
|
23436
23481
|
label: string;
|
|
23437
23482
|
value: string;
|
|
@@ -25103,7 +25148,7 @@ declare const SysApiKey: Omit<{
|
|
|
25103
25148
|
abstract: boolean;
|
|
25104
25149
|
datasource: string;
|
|
25105
25150
|
fields: Record<string, {
|
|
25106
|
-
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
25151
|
+
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
25107
25152
|
required: boolean;
|
|
25108
25153
|
searchable: boolean;
|
|
25109
25154
|
multiple: boolean;
|
|
@@ -25466,6 +25511,10 @@ declare const SysApiKey: Omit<{
|
|
|
25466
25511
|
} | {
|
|
25467
25512
|
provider: "value";
|
|
25468
25513
|
items: unknown[];
|
|
25514
|
+
} | {
|
|
25515
|
+
provider: "schema";
|
|
25516
|
+
schemaId: string;
|
|
25517
|
+
schema?: Record<string, unknown> | undefined;
|
|
25469
25518
|
} | undefined;
|
|
25470
25519
|
filter?: {
|
|
25471
25520
|
field: string;
|
|
@@ -25713,7 +25762,7 @@ declare const SysApiKey: Omit<{
|
|
|
25713
25762
|
field?: string | undefined;
|
|
25714
25763
|
objectOverride?: string | undefined;
|
|
25715
25764
|
label?: string | undefined;
|
|
25716
|
-
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
25765
|
+
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
25717
25766
|
options?: {
|
|
25718
25767
|
label: string;
|
|
25719
25768
|
value: string;
|
|
@@ -27853,7 +27902,7 @@ declare const SysTwoFactor: Omit<{
|
|
|
27853
27902
|
abstract: boolean;
|
|
27854
27903
|
datasource: string;
|
|
27855
27904
|
fields: Record<string, {
|
|
27856
|
-
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
27905
|
+
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
27857
27906
|
required: boolean;
|
|
27858
27907
|
searchable: boolean;
|
|
27859
27908
|
multiple: boolean;
|
|
@@ -28216,6 +28265,10 @@ declare const SysTwoFactor: Omit<{
|
|
|
28216
28265
|
} | {
|
|
28217
28266
|
provider: "value";
|
|
28218
28267
|
items: unknown[];
|
|
28268
|
+
} | {
|
|
28269
|
+
provider: "schema";
|
|
28270
|
+
schemaId: string;
|
|
28271
|
+
schema?: Record<string, unknown> | undefined;
|
|
28219
28272
|
} | undefined;
|
|
28220
28273
|
filter?: {
|
|
28221
28274
|
field: string;
|
|
@@ -28463,7 +28516,7 @@ declare const SysTwoFactor: Omit<{
|
|
|
28463
28516
|
field?: string | undefined;
|
|
28464
28517
|
objectOverride?: string | undefined;
|
|
28465
28518
|
label?: string | undefined;
|
|
28466
|
-
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
28519
|
+
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
28467
28520
|
options?: {
|
|
28468
28521
|
label: string;
|
|
28469
28522
|
value: string;
|
|
@@ -29687,7 +29740,7 @@ declare const SysDeviceCode: Omit<{
|
|
|
29687
29740
|
abstract: boolean;
|
|
29688
29741
|
datasource: string;
|
|
29689
29742
|
fields: Record<string, {
|
|
29690
|
-
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
29743
|
+
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
29691
29744
|
required: boolean;
|
|
29692
29745
|
searchable: boolean;
|
|
29693
29746
|
multiple: boolean;
|
|
@@ -30050,6 +30103,10 @@ declare const SysDeviceCode: Omit<{
|
|
|
30050
30103
|
} | {
|
|
30051
30104
|
provider: "value";
|
|
30052
30105
|
items: unknown[];
|
|
30106
|
+
} | {
|
|
30107
|
+
provider: "schema";
|
|
30108
|
+
schemaId: string;
|
|
30109
|
+
schema?: Record<string, unknown> | undefined;
|
|
30053
30110
|
} | undefined;
|
|
30054
30111
|
filter?: {
|
|
30055
30112
|
field: string;
|
|
@@ -30297,7 +30354,7 @@ declare const SysDeviceCode: Omit<{
|
|
|
30297
30354
|
field?: string | undefined;
|
|
30298
30355
|
objectOverride?: string | undefined;
|
|
30299
30356
|
label?: string | undefined;
|
|
30300
|
-
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
30357
|
+
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
30301
30358
|
options?: {
|
|
30302
30359
|
label: string;
|
|
30303
30360
|
value: string;
|
|
@@ -32503,7 +32560,7 @@ declare const SysUserPreference: Omit<{
|
|
|
32503
32560
|
abstract: boolean;
|
|
32504
32561
|
datasource: string;
|
|
32505
32562
|
fields: Record<string, {
|
|
32506
|
-
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
32563
|
+
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
32507
32564
|
required: boolean;
|
|
32508
32565
|
searchable: boolean;
|
|
32509
32566
|
multiple: boolean;
|
|
@@ -32866,6 +32923,10 @@ declare const SysUserPreference: Omit<{
|
|
|
32866
32923
|
} | {
|
|
32867
32924
|
provider: "value";
|
|
32868
32925
|
items: unknown[];
|
|
32926
|
+
} | {
|
|
32927
|
+
provider: "schema";
|
|
32928
|
+
schemaId: string;
|
|
32929
|
+
schema?: Record<string, unknown> | undefined;
|
|
32869
32930
|
} | undefined;
|
|
32870
32931
|
filter?: {
|
|
32871
32932
|
field: string;
|
|
@@ -33113,7 +33174,7 @@ declare const SysUserPreference: Omit<{
|
|
|
33113
33174
|
field?: string | undefined;
|
|
33114
33175
|
objectOverride?: string | undefined;
|
|
33115
33176
|
label?: string | undefined;
|
|
33116
|
-
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
33177
|
+
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
33117
33178
|
options?: {
|
|
33118
33179
|
label: string;
|
|
33119
33180
|
value: string;
|
|
@@ -34331,7 +34392,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
34331
34392
|
abstract: boolean;
|
|
34332
34393
|
datasource: string;
|
|
34333
34394
|
fields: Record<string, {
|
|
34334
|
-
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
34395
|
+
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
34335
34396
|
required: boolean;
|
|
34336
34397
|
searchable: boolean;
|
|
34337
34398
|
multiple: boolean;
|
|
@@ -34694,6 +34755,10 @@ declare const SysOauthApplication: Omit<{
|
|
|
34694
34755
|
} | {
|
|
34695
34756
|
provider: "value";
|
|
34696
34757
|
items: unknown[];
|
|
34758
|
+
} | {
|
|
34759
|
+
provider: "schema";
|
|
34760
|
+
schemaId: string;
|
|
34761
|
+
schema?: Record<string, unknown> | undefined;
|
|
34697
34762
|
} | undefined;
|
|
34698
34763
|
filter?: {
|
|
34699
34764
|
field: string;
|
|
@@ -34941,7 +35006,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
34941
35006
|
field?: string | undefined;
|
|
34942
35007
|
objectOverride?: string | undefined;
|
|
34943
35008
|
label?: string | undefined;
|
|
34944
|
-
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
35009
|
+
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
34945
35010
|
options?: {
|
|
34946
35011
|
label: string;
|
|
34947
35012
|
value: string;
|
|
@@ -40439,7 +40504,7 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
40439
40504
|
abstract: boolean;
|
|
40440
40505
|
datasource: string;
|
|
40441
40506
|
fields: Record<string, {
|
|
40442
|
-
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
40507
|
+
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
40443
40508
|
required: boolean;
|
|
40444
40509
|
searchable: boolean;
|
|
40445
40510
|
multiple: boolean;
|
|
@@ -40802,6 +40867,10 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
40802
40867
|
} | {
|
|
40803
40868
|
provider: "value";
|
|
40804
40869
|
items: unknown[];
|
|
40870
|
+
} | {
|
|
40871
|
+
provider: "schema";
|
|
40872
|
+
schemaId: string;
|
|
40873
|
+
schema?: Record<string, unknown> | undefined;
|
|
40805
40874
|
} | undefined;
|
|
40806
40875
|
filter?: {
|
|
40807
40876
|
field: string;
|
|
@@ -41049,7 +41118,7 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
41049
41118
|
field?: string | undefined;
|
|
41050
41119
|
objectOverride?: string | undefined;
|
|
41051
41120
|
label?: string | undefined;
|
|
41052
|
-
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
41121
|
+
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
41053
41122
|
options?: {
|
|
41054
41123
|
label: string;
|
|
41055
41124
|
value: string;
|
|
@@ -42900,7 +42969,7 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
42900
42969
|
abstract: boolean;
|
|
42901
42970
|
datasource: string;
|
|
42902
42971
|
fields: Record<string, {
|
|
42903
|
-
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
42972
|
+
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
42904
42973
|
required: boolean;
|
|
42905
42974
|
searchable: boolean;
|
|
42906
42975
|
multiple: boolean;
|
|
@@ -43263,6 +43332,10 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
43263
43332
|
} | {
|
|
43264
43333
|
provider: "value";
|
|
43265
43334
|
items: unknown[];
|
|
43335
|
+
} | {
|
|
43336
|
+
provider: "schema";
|
|
43337
|
+
schemaId: string;
|
|
43338
|
+
schema?: Record<string, unknown> | undefined;
|
|
43266
43339
|
} | undefined;
|
|
43267
43340
|
filter?: {
|
|
43268
43341
|
field: string;
|
|
@@ -43510,7 +43583,7 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
43510
43583
|
field?: string | undefined;
|
|
43511
43584
|
objectOverride?: string | undefined;
|
|
43512
43585
|
label?: string | undefined;
|
|
43513
|
-
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
43586
|
+
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
43514
43587
|
options?: {
|
|
43515
43588
|
label: string;
|
|
43516
43589
|
value: string;
|
|
@@ -45536,7 +45609,7 @@ declare const SysOauthConsent: Omit<{
|
|
|
45536
45609
|
abstract: boolean;
|
|
45537
45610
|
datasource: string;
|
|
45538
45611
|
fields: Record<string, {
|
|
45539
|
-
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
45612
|
+
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
45540
45613
|
required: boolean;
|
|
45541
45614
|
searchable: boolean;
|
|
45542
45615
|
multiple: boolean;
|
|
@@ -45899,6 +45972,10 @@ declare const SysOauthConsent: Omit<{
|
|
|
45899
45972
|
} | {
|
|
45900
45973
|
provider: "value";
|
|
45901
45974
|
items: unknown[];
|
|
45975
|
+
} | {
|
|
45976
|
+
provider: "schema";
|
|
45977
|
+
schemaId: string;
|
|
45978
|
+
schema?: Record<string, unknown> | undefined;
|
|
45902
45979
|
} | undefined;
|
|
45903
45980
|
filter?: {
|
|
45904
45981
|
field: string;
|
|
@@ -46146,7 +46223,7 @@ declare const SysOauthConsent: Omit<{
|
|
|
46146
46223
|
field?: string | undefined;
|
|
46147
46224
|
objectOverride?: string | undefined;
|
|
46148
46225
|
label?: string | undefined;
|
|
46149
|
-
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
46226
|
+
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
46150
46227
|
options?: {
|
|
46151
46228
|
label: string;
|
|
46152
46229
|
value: string;
|
|
@@ -47465,7 +47542,7 @@ declare const SysJwks: Omit<{
|
|
|
47465
47542
|
abstract: boolean;
|
|
47466
47543
|
datasource: string;
|
|
47467
47544
|
fields: Record<string, {
|
|
47468
|
-
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
47545
|
+
type: "number" | "boolean" | "tags" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
47469
47546
|
required: boolean;
|
|
47470
47547
|
searchable: boolean;
|
|
47471
47548
|
multiple: boolean;
|
|
@@ -47828,6 +47905,10 @@ declare const SysJwks: Omit<{
|
|
|
47828
47905
|
} | {
|
|
47829
47906
|
provider: "value";
|
|
47830
47907
|
items: unknown[];
|
|
47908
|
+
} | {
|
|
47909
|
+
provider: "schema";
|
|
47910
|
+
schemaId: string;
|
|
47911
|
+
schema?: Record<string, unknown> | undefined;
|
|
47831
47912
|
} | undefined;
|
|
47832
47913
|
filter?: {
|
|
47833
47914
|
field: string;
|
|
@@ -48075,7 +48156,7 @@ declare const SysJwks: Omit<{
|
|
|
48075
48156
|
field?: string | undefined;
|
|
48076
48157
|
objectOverride?: string | undefined;
|
|
48077
48158
|
label?: string | undefined;
|
|
48078
|
-
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
48159
|
+
type?: "number" | "boolean" | "date" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "text" | "textarea" | "email" | "phone" | "password" | "markdown" | "html" | "richtext" | "currency" | "percent" | "time" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "lookup" | "master_detail" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
48079
48160
|
options?: {
|
|
48080
48161
|
label: string;
|
|
48081
48162
|
value: string;
|