@objectstack/plugin-security 7.0.0 → 7.2.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/index.d.mts +48 -24
- package/dist/index.d.ts +48 -24
- package/package.json +4 -4
package/dist/index.d.mts
CHANGED
|
@@ -337,7 +337,7 @@ declare const securityObjects: ((Omit<{
|
|
|
337
337
|
abstract: boolean;
|
|
338
338
|
datasource: string;
|
|
339
339
|
fields: Record<string, {
|
|
340
|
-
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";
|
|
340
|
+
type: "number" | "boolean" | "tags" | "date" | "record" | "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";
|
|
341
341
|
required: boolean;
|
|
342
342
|
searchable: boolean;
|
|
343
343
|
multiple: boolean;
|
|
@@ -476,7 +476,7 @@ declare const securityObjects: ((Omit<{
|
|
|
476
476
|
autoRotate: boolean;
|
|
477
477
|
} | undefined;
|
|
478
478
|
};
|
|
479
|
-
scope: "
|
|
479
|
+
scope: "record" | "field" | "table" | "database";
|
|
480
480
|
deterministicEncryption: boolean;
|
|
481
481
|
searchableEncryption: boolean;
|
|
482
482
|
} | undefined;
|
|
@@ -527,6 +527,12 @@ declare const securityObjects: ((Omit<{
|
|
|
527
527
|
caseSensitive?: boolean | undefined;
|
|
528
528
|
autonumberFormat?: string | undefined;
|
|
529
529
|
}>;
|
|
530
|
+
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
531
|
+
_lockReason?: string | undefined;
|
|
532
|
+
_lockSource?: "artifact" | "package" | "env-forced" | undefined;
|
|
533
|
+
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
534
|
+
_packageId?: string | undefined;
|
|
535
|
+
_packageVersion?: string | undefined;
|
|
530
536
|
label?: string | undefined;
|
|
531
537
|
pluralLabel?: string | undefined;
|
|
532
538
|
description?: string | undefined;
|
|
@@ -672,7 +678,7 @@ declare const securityObjects: ((Omit<{
|
|
|
672
678
|
wrap?: boolean | undefined;
|
|
673
679
|
type?: string | undefined;
|
|
674
680
|
pinned?: "left" | "right" | undefined;
|
|
675
|
-
summary?: "min" | "max" | "count" | "sum" | "avg" | "
|
|
681
|
+
summary?: "none" | "min" | "max" | "count" | "sum" | "avg" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
|
|
676
682
|
link?: boolean | undefined;
|
|
677
683
|
action?: string | undefined;
|
|
678
684
|
}[];
|
|
@@ -721,7 +727,7 @@ declare const securityObjects: ((Omit<{
|
|
|
721
727
|
bordered?: boolean | undefined;
|
|
722
728
|
compactToolbar?: boolean | undefined;
|
|
723
729
|
selection?: {
|
|
724
|
-
type: "
|
|
730
|
+
type: "none" | "multiple" | "single";
|
|
725
731
|
} | undefined;
|
|
726
732
|
navigation?: {
|
|
727
733
|
mode: "none" | "split" | "page" | "modal" | "drawer" | "popover" | "new_window";
|
|
@@ -916,7 +922,7 @@ declare const securityObjects: ((Omit<{
|
|
|
916
922
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "history" | "bulk" | "aggregate" | "restore" | "purge" | "export")[] | undefined;
|
|
917
923
|
} | undefined;
|
|
918
924
|
recordTypes?: string[] | undefined;
|
|
919
|
-
sharingModel?: "
|
|
925
|
+
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
920
926
|
publicSharing?: {
|
|
921
927
|
enabled: boolean;
|
|
922
928
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -959,7 +965,7 @@ declare const securityObjects: ((Omit<{
|
|
|
959
965
|
field?: string | undefined;
|
|
960
966
|
objectOverride?: string | undefined;
|
|
961
967
|
label?: string | undefined;
|
|
962
|
-
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;
|
|
968
|
+
type?: "number" | "boolean" | "date" | "record" | "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;
|
|
963
969
|
options?: {
|
|
964
970
|
label: string;
|
|
965
971
|
value: string;
|
|
@@ -2795,7 +2801,7 @@ declare const securityObjects: ((Omit<{
|
|
|
2795
2801
|
abstract: boolean;
|
|
2796
2802
|
datasource: string;
|
|
2797
2803
|
fields: Record<string, {
|
|
2798
|
-
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";
|
|
2804
|
+
type: "number" | "boolean" | "tags" | "date" | "record" | "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";
|
|
2799
2805
|
required: boolean;
|
|
2800
2806
|
searchable: boolean;
|
|
2801
2807
|
multiple: boolean;
|
|
@@ -2934,7 +2940,7 @@ declare const securityObjects: ((Omit<{
|
|
|
2934
2940
|
autoRotate: boolean;
|
|
2935
2941
|
} | undefined;
|
|
2936
2942
|
};
|
|
2937
|
-
scope: "
|
|
2943
|
+
scope: "record" | "field" | "table" | "database";
|
|
2938
2944
|
deterministicEncryption: boolean;
|
|
2939
2945
|
searchableEncryption: boolean;
|
|
2940
2946
|
} | undefined;
|
|
@@ -2985,6 +2991,12 @@ declare const securityObjects: ((Omit<{
|
|
|
2985
2991
|
caseSensitive?: boolean | undefined;
|
|
2986
2992
|
autonumberFormat?: string | undefined;
|
|
2987
2993
|
}>;
|
|
2994
|
+
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
2995
|
+
_lockReason?: string | undefined;
|
|
2996
|
+
_lockSource?: "artifact" | "package" | "env-forced" | undefined;
|
|
2997
|
+
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
2998
|
+
_packageId?: string | undefined;
|
|
2999
|
+
_packageVersion?: string | undefined;
|
|
2988
3000
|
label?: string | undefined;
|
|
2989
3001
|
pluralLabel?: string | undefined;
|
|
2990
3002
|
description?: string | undefined;
|
|
@@ -3130,7 +3142,7 @@ declare const securityObjects: ((Omit<{
|
|
|
3130
3142
|
wrap?: boolean | undefined;
|
|
3131
3143
|
type?: string | undefined;
|
|
3132
3144
|
pinned?: "left" | "right" | undefined;
|
|
3133
|
-
summary?: "min" | "max" | "count" | "sum" | "avg" | "
|
|
3145
|
+
summary?: "none" | "min" | "max" | "count" | "sum" | "avg" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
|
|
3134
3146
|
link?: boolean | undefined;
|
|
3135
3147
|
action?: string | undefined;
|
|
3136
3148
|
}[];
|
|
@@ -3179,7 +3191,7 @@ declare const securityObjects: ((Omit<{
|
|
|
3179
3191
|
bordered?: boolean | undefined;
|
|
3180
3192
|
compactToolbar?: boolean | undefined;
|
|
3181
3193
|
selection?: {
|
|
3182
|
-
type: "
|
|
3194
|
+
type: "none" | "multiple" | "single";
|
|
3183
3195
|
} | undefined;
|
|
3184
3196
|
navigation?: {
|
|
3185
3197
|
mode: "none" | "split" | "page" | "modal" | "drawer" | "popover" | "new_window";
|
|
@@ -3374,7 +3386,7 @@ declare const securityObjects: ((Omit<{
|
|
|
3374
3386
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "history" | "bulk" | "aggregate" | "restore" | "purge" | "export")[] | undefined;
|
|
3375
3387
|
} | undefined;
|
|
3376
3388
|
recordTypes?: string[] | undefined;
|
|
3377
|
-
sharingModel?: "
|
|
3389
|
+
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
3378
3390
|
publicSharing?: {
|
|
3379
3391
|
enabled: boolean;
|
|
3380
3392
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -3417,7 +3429,7 @@ declare const securityObjects: ((Omit<{
|
|
|
3417
3429
|
field?: string | undefined;
|
|
3418
3430
|
objectOverride?: string | undefined;
|
|
3419
3431
|
label?: string | undefined;
|
|
3420
|
-
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;
|
|
3432
|
+
type?: "number" | "boolean" | "date" | "record" | "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;
|
|
3421
3433
|
options?: {
|
|
3422
3434
|
label: string;
|
|
3423
3435
|
value: string;
|
|
@@ -5742,7 +5754,7 @@ declare const securityObjects: ((Omit<{
|
|
|
5742
5754
|
abstract: boolean;
|
|
5743
5755
|
datasource: string;
|
|
5744
5756
|
fields: Record<string, {
|
|
5745
|
-
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";
|
|
5757
|
+
type: "number" | "boolean" | "tags" | "date" | "record" | "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";
|
|
5746
5758
|
required: boolean;
|
|
5747
5759
|
searchable: boolean;
|
|
5748
5760
|
multiple: boolean;
|
|
@@ -5881,7 +5893,7 @@ declare const securityObjects: ((Omit<{
|
|
|
5881
5893
|
autoRotate: boolean;
|
|
5882
5894
|
} | undefined;
|
|
5883
5895
|
};
|
|
5884
|
-
scope: "
|
|
5896
|
+
scope: "record" | "field" | "table" | "database";
|
|
5885
5897
|
deterministicEncryption: boolean;
|
|
5886
5898
|
searchableEncryption: boolean;
|
|
5887
5899
|
} | undefined;
|
|
@@ -5932,6 +5944,12 @@ declare const securityObjects: ((Omit<{
|
|
|
5932
5944
|
caseSensitive?: boolean | undefined;
|
|
5933
5945
|
autonumberFormat?: string | undefined;
|
|
5934
5946
|
}>;
|
|
5947
|
+
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
5948
|
+
_lockReason?: string | undefined;
|
|
5949
|
+
_lockSource?: "artifact" | "package" | "env-forced" | undefined;
|
|
5950
|
+
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
5951
|
+
_packageId?: string | undefined;
|
|
5952
|
+
_packageVersion?: string | undefined;
|
|
5935
5953
|
label?: string | undefined;
|
|
5936
5954
|
pluralLabel?: string | undefined;
|
|
5937
5955
|
description?: string | undefined;
|
|
@@ -6077,7 +6095,7 @@ declare const securityObjects: ((Omit<{
|
|
|
6077
6095
|
wrap?: boolean | undefined;
|
|
6078
6096
|
type?: string | undefined;
|
|
6079
6097
|
pinned?: "left" | "right" | undefined;
|
|
6080
|
-
summary?: "min" | "max" | "count" | "sum" | "avg" | "
|
|
6098
|
+
summary?: "none" | "min" | "max" | "count" | "sum" | "avg" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
|
|
6081
6099
|
link?: boolean | undefined;
|
|
6082
6100
|
action?: string | undefined;
|
|
6083
6101
|
}[];
|
|
@@ -6126,7 +6144,7 @@ declare const securityObjects: ((Omit<{
|
|
|
6126
6144
|
bordered?: boolean | undefined;
|
|
6127
6145
|
compactToolbar?: boolean | undefined;
|
|
6128
6146
|
selection?: {
|
|
6129
|
-
type: "
|
|
6147
|
+
type: "none" | "multiple" | "single";
|
|
6130
6148
|
} | undefined;
|
|
6131
6149
|
navigation?: {
|
|
6132
6150
|
mode: "none" | "split" | "page" | "modal" | "drawer" | "popover" | "new_window";
|
|
@@ -6321,7 +6339,7 @@ declare const securityObjects: ((Omit<{
|
|
|
6321
6339
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "history" | "bulk" | "aggregate" | "restore" | "purge" | "export")[] | undefined;
|
|
6322
6340
|
} | undefined;
|
|
6323
6341
|
recordTypes?: string[] | undefined;
|
|
6324
|
-
sharingModel?: "
|
|
6342
|
+
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
6325
6343
|
publicSharing?: {
|
|
6326
6344
|
enabled: boolean;
|
|
6327
6345
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -6364,7 +6382,7 @@ declare const securityObjects: ((Omit<{
|
|
|
6364
6382
|
field?: string | undefined;
|
|
6365
6383
|
objectOverride?: string | undefined;
|
|
6366
6384
|
label?: string | undefined;
|
|
6367
|
-
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;
|
|
6385
|
+
type?: "number" | "boolean" | "date" | "record" | "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;
|
|
6368
6386
|
options?: {
|
|
6369
6387
|
label: string;
|
|
6370
6388
|
value: string;
|
|
@@ -7686,7 +7704,7 @@ declare const securityObjects: ((Omit<{
|
|
|
7686
7704
|
abstract: boolean;
|
|
7687
7705
|
datasource: string;
|
|
7688
7706
|
fields: Record<string, {
|
|
7689
|
-
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";
|
|
7707
|
+
type: "number" | "boolean" | "tags" | "date" | "record" | "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";
|
|
7690
7708
|
required: boolean;
|
|
7691
7709
|
searchable: boolean;
|
|
7692
7710
|
multiple: boolean;
|
|
@@ -7825,7 +7843,7 @@ declare const securityObjects: ((Omit<{
|
|
|
7825
7843
|
autoRotate: boolean;
|
|
7826
7844
|
} | undefined;
|
|
7827
7845
|
};
|
|
7828
|
-
scope: "
|
|
7846
|
+
scope: "record" | "field" | "table" | "database";
|
|
7829
7847
|
deterministicEncryption: boolean;
|
|
7830
7848
|
searchableEncryption: boolean;
|
|
7831
7849
|
} | undefined;
|
|
@@ -7876,6 +7894,12 @@ declare const securityObjects: ((Omit<{
|
|
|
7876
7894
|
caseSensitive?: boolean | undefined;
|
|
7877
7895
|
autonumberFormat?: string | undefined;
|
|
7878
7896
|
}>;
|
|
7897
|
+
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
7898
|
+
_lockReason?: string | undefined;
|
|
7899
|
+
_lockSource?: "artifact" | "package" | "env-forced" | undefined;
|
|
7900
|
+
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
7901
|
+
_packageId?: string | undefined;
|
|
7902
|
+
_packageVersion?: string | undefined;
|
|
7879
7903
|
label?: string | undefined;
|
|
7880
7904
|
pluralLabel?: string | undefined;
|
|
7881
7905
|
description?: string | undefined;
|
|
@@ -8021,7 +8045,7 @@ declare const securityObjects: ((Omit<{
|
|
|
8021
8045
|
wrap?: boolean | undefined;
|
|
8022
8046
|
type?: string | undefined;
|
|
8023
8047
|
pinned?: "left" | "right" | undefined;
|
|
8024
|
-
summary?: "min" | "max" | "count" | "sum" | "avg" | "
|
|
8048
|
+
summary?: "none" | "min" | "max" | "count" | "sum" | "avg" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
|
|
8025
8049
|
link?: boolean | undefined;
|
|
8026
8050
|
action?: string | undefined;
|
|
8027
8051
|
}[];
|
|
@@ -8070,7 +8094,7 @@ declare const securityObjects: ((Omit<{
|
|
|
8070
8094
|
bordered?: boolean | undefined;
|
|
8071
8095
|
compactToolbar?: boolean | undefined;
|
|
8072
8096
|
selection?: {
|
|
8073
|
-
type: "
|
|
8097
|
+
type: "none" | "multiple" | "single";
|
|
8074
8098
|
} | undefined;
|
|
8075
8099
|
navigation?: {
|
|
8076
8100
|
mode: "none" | "split" | "page" | "modal" | "drawer" | "popover" | "new_window";
|
|
@@ -8265,7 +8289,7 @@ declare const securityObjects: ((Omit<{
|
|
|
8265
8289
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "history" | "bulk" | "aggregate" | "restore" | "purge" | "export")[] | undefined;
|
|
8266
8290
|
} | undefined;
|
|
8267
8291
|
recordTypes?: string[] | undefined;
|
|
8268
|
-
sharingModel?: "
|
|
8292
|
+
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
8269
8293
|
publicSharing?: {
|
|
8270
8294
|
enabled: boolean;
|
|
8271
8295
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -8308,7 +8332,7 @@ declare const securityObjects: ((Omit<{
|
|
|
8308
8332
|
field?: string | undefined;
|
|
8309
8333
|
objectOverride?: string | undefined;
|
|
8310
8334
|
label?: string | undefined;
|
|
8311
|
-
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;
|
|
8335
|
+
type?: "number" | "boolean" | "date" | "record" | "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;
|
|
8312
8336
|
options?: {
|
|
8313
8337
|
label: string;
|
|
8314
8338
|
value: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -337,7 +337,7 @@ declare const securityObjects: ((Omit<{
|
|
|
337
337
|
abstract: boolean;
|
|
338
338
|
datasource: string;
|
|
339
339
|
fields: Record<string, {
|
|
340
|
-
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";
|
|
340
|
+
type: "number" | "boolean" | "tags" | "date" | "record" | "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";
|
|
341
341
|
required: boolean;
|
|
342
342
|
searchable: boolean;
|
|
343
343
|
multiple: boolean;
|
|
@@ -476,7 +476,7 @@ declare const securityObjects: ((Omit<{
|
|
|
476
476
|
autoRotate: boolean;
|
|
477
477
|
} | undefined;
|
|
478
478
|
};
|
|
479
|
-
scope: "
|
|
479
|
+
scope: "record" | "field" | "table" | "database";
|
|
480
480
|
deterministicEncryption: boolean;
|
|
481
481
|
searchableEncryption: boolean;
|
|
482
482
|
} | undefined;
|
|
@@ -527,6 +527,12 @@ declare const securityObjects: ((Omit<{
|
|
|
527
527
|
caseSensitive?: boolean | undefined;
|
|
528
528
|
autonumberFormat?: string | undefined;
|
|
529
529
|
}>;
|
|
530
|
+
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
531
|
+
_lockReason?: string | undefined;
|
|
532
|
+
_lockSource?: "artifact" | "package" | "env-forced" | undefined;
|
|
533
|
+
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
534
|
+
_packageId?: string | undefined;
|
|
535
|
+
_packageVersion?: string | undefined;
|
|
530
536
|
label?: string | undefined;
|
|
531
537
|
pluralLabel?: string | undefined;
|
|
532
538
|
description?: string | undefined;
|
|
@@ -672,7 +678,7 @@ declare const securityObjects: ((Omit<{
|
|
|
672
678
|
wrap?: boolean | undefined;
|
|
673
679
|
type?: string | undefined;
|
|
674
680
|
pinned?: "left" | "right" | undefined;
|
|
675
|
-
summary?: "min" | "max" | "count" | "sum" | "avg" | "
|
|
681
|
+
summary?: "none" | "min" | "max" | "count" | "sum" | "avg" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
|
|
676
682
|
link?: boolean | undefined;
|
|
677
683
|
action?: string | undefined;
|
|
678
684
|
}[];
|
|
@@ -721,7 +727,7 @@ declare const securityObjects: ((Omit<{
|
|
|
721
727
|
bordered?: boolean | undefined;
|
|
722
728
|
compactToolbar?: boolean | undefined;
|
|
723
729
|
selection?: {
|
|
724
|
-
type: "
|
|
730
|
+
type: "none" | "multiple" | "single";
|
|
725
731
|
} | undefined;
|
|
726
732
|
navigation?: {
|
|
727
733
|
mode: "none" | "split" | "page" | "modal" | "drawer" | "popover" | "new_window";
|
|
@@ -916,7 +922,7 @@ declare const securityObjects: ((Omit<{
|
|
|
916
922
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "history" | "bulk" | "aggregate" | "restore" | "purge" | "export")[] | undefined;
|
|
917
923
|
} | undefined;
|
|
918
924
|
recordTypes?: string[] | undefined;
|
|
919
|
-
sharingModel?: "
|
|
925
|
+
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
920
926
|
publicSharing?: {
|
|
921
927
|
enabled: boolean;
|
|
922
928
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -959,7 +965,7 @@ declare const securityObjects: ((Omit<{
|
|
|
959
965
|
field?: string | undefined;
|
|
960
966
|
objectOverride?: string | undefined;
|
|
961
967
|
label?: string | undefined;
|
|
962
|
-
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;
|
|
968
|
+
type?: "number" | "boolean" | "date" | "record" | "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;
|
|
963
969
|
options?: {
|
|
964
970
|
label: string;
|
|
965
971
|
value: string;
|
|
@@ -2795,7 +2801,7 @@ declare const securityObjects: ((Omit<{
|
|
|
2795
2801
|
abstract: boolean;
|
|
2796
2802
|
datasource: string;
|
|
2797
2803
|
fields: Record<string, {
|
|
2798
|
-
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";
|
|
2804
|
+
type: "number" | "boolean" | "tags" | "date" | "record" | "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";
|
|
2799
2805
|
required: boolean;
|
|
2800
2806
|
searchable: boolean;
|
|
2801
2807
|
multiple: boolean;
|
|
@@ -2934,7 +2940,7 @@ declare const securityObjects: ((Omit<{
|
|
|
2934
2940
|
autoRotate: boolean;
|
|
2935
2941
|
} | undefined;
|
|
2936
2942
|
};
|
|
2937
|
-
scope: "
|
|
2943
|
+
scope: "record" | "field" | "table" | "database";
|
|
2938
2944
|
deterministicEncryption: boolean;
|
|
2939
2945
|
searchableEncryption: boolean;
|
|
2940
2946
|
} | undefined;
|
|
@@ -2985,6 +2991,12 @@ declare const securityObjects: ((Omit<{
|
|
|
2985
2991
|
caseSensitive?: boolean | undefined;
|
|
2986
2992
|
autonumberFormat?: string | undefined;
|
|
2987
2993
|
}>;
|
|
2994
|
+
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
2995
|
+
_lockReason?: string | undefined;
|
|
2996
|
+
_lockSource?: "artifact" | "package" | "env-forced" | undefined;
|
|
2997
|
+
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
2998
|
+
_packageId?: string | undefined;
|
|
2999
|
+
_packageVersion?: string | undefined;
|
|
2988
3000
|
label?: string | undefined;
|
|
2989
3001
|
pluralLabel?: string | undefined;
|
|
2990
3002
|
description?: string | undefined;
|
|
@@ -3130,7 +3142,7 @@ declare const securityObjects: ((Omit<{
|
|
|
3130
3142
|
wrap?: boolean | undefined;
|
|
3131
3143
|
type?: string | undefined;
|
|
3132
3144
|
pinned?: "left" | "right" | undefined;
|
|
3133
|
-
summary?: "min" | "max" | "count" | "sum" | "avg" | "
|
|
3145
|
+
summary?: "none" | "min" | "max" | "count" | "sum" | "avg" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
|
|
3134
3146
|
link?: boolean | undefined;
|
|
3135
3147
|
action?: string | undefined;
|
|
3136
3148
|
}[];
|
|
@@ -3179,7 +3191,7 @@ declare const securityObjects: ((Omit<{
|
|
|
3179
3191
|
bordered?: boolean | undefined;
|
|
3180
3192
|
compactToolbar?: boolean | undefined;
|
|
3181
3193
|
selection?: {
|
|
3182
|
-
type: "
|
|
3194
|
+
type: "none" | "multiple" | "single";
|
|
3183
3195
|
} | undefined;
|
|
3184
3196
|
navigation?: {
|
|
3185
3197
|
mode: "none" | "split" | "page" | "modal" | "drawer" | "popover" | "new_window";
|
|
@@ -3374,7 +3386,7 @@ declare const securityObjects: ((Omit<{
|
|
|
3374
3386
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "history" | "bulk" | "aggregate" | "restore" | "purge" | "export")[] | undefined;
|
|
3375
3387
|
} | undefined;
|
|
3376
3388
|
recordTypes?: string[] | undefined;
|
|
3377
|
-
sharingModel?: "
|
|
3389
|
+
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
3378
3390
|
publicSharing?: {
|
|
3379
3391
|
enabled: boolean;
|
|
3380
3392
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -3417,7 +3429,7 @@ declare const securityObjects: ((Omit<{
|
|
|
3417
3429
|
field?: string | undefined;
|
|
3418
3430
|
objectOverride?: string | undefined;
|
|
3419
3431
|
label?: string | undefined;
|
|
3420
|
-
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;
|
|
3432
|
+
type?: "number" | "boolean" | "date" | "record" | "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;
|
|
3421
3433
|
options?: {
|
|
3422
3434
|
label: string;
|
|
3423
3435
|
value: string;
|
|
@@ -5742,7 +5754,7 @@ declare const securityObjects: ((Omit<{
|
|
|
5742
5754
|
abstract: boolean;
|
|
5743
5755
|
datasource: string;
|
|
5744
5756
|
fields: Record<string, {
|
|
5745
|
-
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";
|
|
5757
|
+
type: "number" | "boolean" | "tags" | "date" | "record" | "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";
|
|
5746
5758
|
required: boolean;
|
|
5747
5759
|
searchable: boolean;
|
|
5748
5760
|
multiple: boolean;
|
|
@@ -5881,7 +5893,7 @@ declare const securityObjects: ((Omit<{
|
|
|
5881
5893
|
autoRotate: boolean;
|
|
5882
5894
|
} | undefined;
|
|
5883
5895
|
};
|
|
5884
|
-
scope: "
|
|
5896
|
+
scope: "record" | "field" | "table" | "database";
|
|
5885
5897
|
deterministicEncryption: boolean;
|
|
5886
5898
|
searchableEncryption: boolean;
|
|
5887
5899
|
} | undefined;
|
|
@@ -5932,6 +5944,12 @@ declare const securityObjects: ((Omit<{
|
|
|
5932
5944
|
caseSensitive?: boolean | undefined;
|
|
5933
5945
|
autonumberFormat?: string | undefined;
|
|
5934
5946
|
}>;
|
|
5947
|
+
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
5948
|
+
_lockReason?: string | undefined;
|
|
5949
|
+
_lockSource?: "artifact" | "package" | "env-forced" | undefined;
|
|
5950
|
+
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
5951
|
+
_packageId?: string | undefined;
|
|
5952
|
+
_packageVersion?: string | undefined;
|
|
5935
5953
|
label?: string | undefined;
|
|
5936
5954
|
pluralLabel?: string | undefined;
|
|
5937
5955
|
description?: string | undefined;
|
|
@@ -6077,7 +6095,7 @@ declare const securityObjects: ((Omit<{
|
|
|
6077
6095
|
wrap?: boolean | undefined;
|
|
6078
6096
|
type?: string | undefined;
|
|
6079
6097
|
pinned?: "left" | "right" | undefined;
|
|
6080
|
-
summary?: "min" | "max" | "count" | "sum" | "avg" | "
|
|
6098
|
+
summary?: "none" | "min" | "max" | "count" | "sum" | "avg" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
|
|
6081
6099
|
link?: boolean | undefined;
|
|
6082
6100
|
action?: string | undefined;
|
|
6083
6101
|
}[];
|
|
@@ -6126,7 +6144,7 @@ declare const securityObjects: ((Omit<{
|
|
|
6126
6144
|
bordered?: boolean | undefined;
|
|
6127
6145
|
compactToolbar?: boolean | undefined;
|
|
6128
6146
|
selection?: {
|
|
6129
|
-
type: "
|
|
6147
|
+
type: "none" | "multiple" | "single";
|
|
6130
6148
|
} | undefined;
|
|
6131
6149
|
navigation?: {
|
|
6132
6150
|
mode: "none" | "split" | "page" | "modal" | "drawer" | "popover" | "new_window";
|
|
@@ -6321,7 +6339,7 @@ declare const securityObjects: ((Omit<{
|
|
|
6321
6339
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "history" | "bulk" | "aggregate" | "restore" | "purge" | "export")[] | undefined;
|
|
6322
6340
|
} | undefined;
|
|
6323
6341
|
recordTypes?: string[] | undefined;
|
|
6324
|
-
sharingModel?: "
|
|
6342
|
+
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
6325
6343
|
publicSharing?: {
|
|
6326
6344
|
enabled: boolean;
|
|
6327
6345
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -6364,7 +6382,7 @@ declare const securityObjects: ((Omit<{
|
|
|
6364
6382
|
field?: string | undefined;
|
|
6365
6383
|
objectOverride?: string | undefined;
|
|
6366
6384
|
label?: string | undefined;
|
|
6367
|
-
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;
|
|
6385
|
+
type?: "number" | "boolean" | "date" | "record" | "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;
|
|
6368
6386
|
options?: {
|
|
6369
6387
|
label: string;
|
|
6370
6388
|
value: string;
|
|
@@ -7686,7 +7704,7 @@ declare const securityObjects: ((Omit<{
|
|
|
7686
7704
|
abstract: boolean;
|
|
7687
7705
|
datasource: string;
|
|
7688
7706
|
fields: Record<string, {
|
|
7689
|
-
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";
|
|
7707
|
+
type: "number" | "boolean" | "tags" | "date" | "record" | "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";
|
|
7690
7708
|
required: boolean;
|
|
7691
7709
|
searchable: boolean;
|
|
7692
7710
|
multiple: boolean;
|
|
@@ -7825,7 +7843,7 @@ declare const securityObjects: ((Omit<{
|
|
|
7825
7843
|
autoRotate: boolean;
|
|
7826
7844
|
} | undefined;
|
|
7827
7845
|
};
|
|
7828
|
-
scope: "
|
|
7846
|
+
scope: "record" | "field" | "table" | "database";
|
|
7829
7847
|
deterministicEncryption: boolean;
|
|
7830
7848
|
searchableEncryption: boolean;
|
|
7831
7849
|
} | undefined;
|
|
@@ -7876,6 +7894,12 @@ declare const securityObjects: ((Omit<{
|
|
|
7876
7894
|
caseSensitive?: boolean | undefined;
|
|
7877
7895
|
autonumberFormat?: string | undefined;
|
|
7878
7896
|
}>;
|
|
7897
|
+
_lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
|
|
7898
|
+
_lockReason?: string | undefined;
|
|
7899
|
+
_lockSource?: "artifact" | "package" | "env-forced" | undefined;
|
|
7900
|
+
_provenance?: "package" | "env-forced" | "org" | undefined;
|
|
7901
|
+
_packageId?: string | undefined;
|
|
7902
|
+
_packageVersion?: string | undefined;
|
|
7879
7903
|
label?: string | undefined;
|
|
7880
7904
|
pluralLabel?: string | undefined;
|
|
7881
7905
|
description?: string | undefined;
|
|
@@ -8021,7 +8045,7 @@ declare const securityObjects: ((Omit<{
|
|
|
8021
8045
|
wrap?: boolean | undefined;
|
|
8022
8046
|
type?: string | undefined;
|
|
8023
8047
|
pinned?: "left" | "right" | undefined;
|
|
8024
|
-
summary?: "min" | "max" | "count" | "sum" | "avg" | "
|
|
8048
|
+
summary?: "none" | "min" | "max" | "count" | "sum" | "avg" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
|
|
8025
8049
|
link?: boolean | undefined;
|
|
8026
8050
|
action?: string | undefined;
|
|
8027
8051
|
}[];
|
|
@@ -8070,7 +8094,7 @@ declare const securityObjects: ((Omit<{
|
|
|
8070
8094
|
bordered?: boolean | undefined;
|
|
8071
8095
|
compactToolbar?: boolean | undefined;
|
|
8072
8096
|
selection?: {
|
|
8073
|
-
type: "
|
|
8097
|
+
type: "none" | "multiple" | "single";
|
|
8074
8098
|
} | undefined;
|
|
8075
8099
|
navigation?: {
|
|
8076
8100
|
mode: "none" | "split" | "page" | "modal" | "drawer" | "popover" | "new_window";
|
|
@@ -8265,7 +8289,7 @@ declare const securityObjects: ((Omit<{
|
|
|
8265
8289
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "history" | "bulk" | "aggregate" | "restore" | "purge" | "export")[] | undefined;
|
|
8266
8290
|
} | undefined;
|
|
8267
8291
|
recordTypes?: string[] | undefined;
|
|
8268
|
-
sharingModel?: "
|
|
8292
|
+
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
8269
8293
|
publicSharing?: {
|
|
8270
8294
|
enabled: boolean;
|
|
8271
8295
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -8308,7 +8332,7 @@ declare const securityObjects: ((Omit<{
|
|
|
8308
8332
|
field?: string | undefined;
|
|
8309
8333
|
objectOverride?: string | undefined;
|
|
8310
8334
|
label?: string | undefined;
|
|
8311
|
-
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;
|
|
8335
|
+
type?: "number" | "boolean" | "date" | "record" | "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;
|
|
8312
8336
|
options?: {
|
|
8313
8337
|
label: string;
|
|
8314
8338
|
value: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/plugin-security",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.2.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Security Plugin for ObjectStack — RBAC, RLS, and Field-Level Security Runtime",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@objectstack/core": "7.
|
|
17
|
-
"@objectstack/platform-objects": "7.
|
|
18
|
-
"@objectstack/spec": "7.
|
|
16
|
+
"@objectstack/core": "7.2.0",
|
|
17
|
+
"@objectstack/platform-objects": "7.2.0",
|
|
18
|
+
"@objectstack/spec": "7.2.0"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/node": "^25.9.1",
|