@objectstack/plugin-security 7.0.0 → 7.1.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 +12 -12
- package/dist/index.d.ts +12 -12
- 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;
|
|
@@ -959,7 +959,7 @@ declare const securityObjects: ((Omit<{
|
|
|
959
959
|
field?: string | undefined;
|
|
960
960
|
objectOverride?: string | undefined;
|
|
961
961
|
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;
|
|
962
|
+
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
963
|
options?: {
|
|
964
964
|
label: string;
|
|
965
965
|
value: string;
|
|
@@ -2795,7 +2795,7 @@ declare const securityObjects: ((Omit<{
|
|
|
2795
2795
|
abstract: boolean;
|
|
2796
2796
|
datasource: string;
|
|
2797
2797
|
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";
|
|
2798
|
+
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
2799
|
required: boolean;
|
|
2800
2800
|
searchable: boolean;
|
|
2801
2801
|
multiple: boolean;
|
|
@@ -2934,7 +2934,7 @@ declare const securityObjects: ((Omit<{
|
|
|
2934
2934
|
autoRotate: boolean;
|
|
2935
2935
|
} | undefined;
|
|
2936
2936
|
};
|
|
2937
|
-
scope: "
|
|
2937
|
+
scope: "record" | "field" | "table" | "database";
|
|
2938
2938
|
deterministicEncryption: boolean;
|
|
2939
2939
|
searchableEncryption: boolean;
|
|
2940
2940
|
} | undefined;
|
|
@@ -3417,7 +3417,7 @@ declare const securityObjects: ((Omit<{
|
|
|
3417
3417
|
field?: string | undefined;
|
|
3418
3418
|
objectOverride?: string | undefined;
|
|
3419
3419
|
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;
|
|
3420
|
+
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
3421
|
options?: {
|
|
3422
3422
|
label: string;
|
|
3423
3423
|
value: string;
|
|
@@ -5742,7 +5742,7 @@ declare const securityObjects: ((Omit<{
|
|
|
5742
5742
|
abstract: boolean;
|
|
5743
5743
|
datasource: string;
|
|
5744
5744
|
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";
|
|
5745
|
+
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
5746
|
required: boolean;
|
|
5747
5747
|
searchable: boolean;
|
|
5748
5748
|
multiple: boolean;
|
|
@@ -5881,7 +5881,7 @@ declare const securityObjects: ((Omit<{
|
|
|
5881
5881
|
autoRotate: boolean;
|
|
5882
5882
|
} | undefined;
|
|
5883
5883
|
};
|
|
5884
|
-
scope: "
|
|
5884
|
+
scope: "record" | "field" | "table" | "database";
|
|
5885
5885
|
deterministicEncryption: boolean;
|
|
5886
5886
|
searchableEncryption: boolean;
|
|
5887
5887
|
} | undefined;
|
|
@@ -6364,7 +6364,7 @@ declare const securityObjects: ((Omit<{
|
|
|
6364
6364
|
field?: string | undefined;
|
|
6365
6365
|
objectOverride?: string | undefined;
|
|
6366
6366
|
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;
|
|
6367
|
+
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
6368
|
options?: {
|
|
6369
6369
|
label: string;
|
|
6370
6370
|
value: string;
|
|
@@ -7686,7 +7686,7 @@ declare const securityObjects: ((Omit<{
|
|
|
7686
7686
|
abstract: boolean;
|
|
7687
7687
|
datasource: string;
|
|
7688
7688
|
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";
|
|
7689
|
+
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
7690
|
required: boolean;
|
|
7691
7691
|
searchable: boolean;
|
|
7692
7692
|
multiple: boolean;
|
|
@@ -7825,7 +7825,7 @@ declare const securityObjects: ((Omit<{
|
|
|
7825
7825
|
autoRotate: boolean;
|
|
7826
7826
|
} | undefined;
|
|
7827
7827
|
};
|
|
7828
|
-
scope: "
|
|
7828
|
+
scope: "record" | "field" | "table" | "database";
|
|
7829
7829
|
deterministicEncryption: boolean;
|
|
7830
7830
|
searchableEncryption: boolean;
|
|
7831
7831
|
} | undefined;
|
|
@@ -8308,7 +8308,7 @@ declare const securityObjects: ((Omit<{
|
|
|
8308
8308
|
field?: string | undefined;
|
|
8309
8309
|
objectOverride?: string | undefined;
|
|
8310
8310
|
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;
|
|
8311
|
+
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
8312
|
options?: {
|
|
8313
8313
|
label: string;
|
|
8314
8314
|
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;
|
|
@@ -959,7 +959,7 @@ declare const securityObjects: ((Omit<{
|
|
|
959
959
|
field?: string | undefined;
|
|
960
960
|
objectOverride?: string | undefined;
|
|
961
961
|
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;
|
|
962
|
+
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
963
|
options?: {
|
|
964
964
|
label: string;
|
|
965
965
|
value: string;
|
|
@@ -2795,7 +2795,7 @@ declare const securityObjects: ((Omit<{
|
|
|
2795
2795
|
abstract: boolean;
|
|
2796
2796
|
datasource: string;
|
|
2797
2797
|
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";
|
|
2798
|
+
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
2799
|
required: boolean;
|
|
2800
2800
|
searchable: boolean;
|
|
2801
2801
|
multiple: boolean;
|
|
@@ -2934,7 +2934,7 @@ declare const securityObjects: ((Omit<{
|
|
|
2934
2934
|
autoRotate: boolean;
|
|
2935
2935
|
} | undefined;
|
|
2936
2936
|
};
|
|
2937
|
-
scope: "
|
|
2937
|
+
scope: "record" | "field" | "table" | "database";
|
|
2938
2938
|
deterministicEncryption: boolean;
|
|
2939
2939
|
searchableEncryption: boolean;
|
|
2940
2940
|
} | undefined;
|
|
@@ -3417,7 +3417,7 @@ declare const securityObjects: ((Omit<{
|
|
|
3417
3417
|
field?: string | undefined;
|
|
3418
3418
|
objectOverride?: string | undefined;
|
|
3419
3419
|
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;
|
|
3420
|
+
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
3421
|
options?: {
|
|
3422
3422
|
label: string;
|
|
3423
3423
|
value: string;
|
|
@@ -5742,7 +5742,7 @@ declare const securityObjects: ((Omit<{
|
|
|
5742
5742
|
abstract: boolean;
|
|
5743
5743
|
datasource: string;
|
|
5744
5744
|
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";
|
|
5745
|
+
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
5746
|
required: boolean;
|
|
5747
5747
|
searchable: boolean;
|
|
5748
5748
|
multiple: boolean;
|
|
@@ -5881,7 +5881,7 @@ declare const securityObjects: ((Omit<{
|
|
|
5881
5881
|
autoRotate: boolean;
|
|
5882
5882
|
} | undefined;
|
|
5883
5883
|
};
|
|
5884
|
-
scope: "
|
|
5884
|
+
scope: "record" | "field" | "table" | "database";
|
|
5885
5885
|
deterministicEncryption: boolean;
|
|
5886
5886
|
searchableEncryption: boolean;
|
|
5887
5887
|
} | undefined;
|
|
@@ -6364,7 +6364,7 @@ declare const securityObjects: ((Omit<{
|
|
|
6364
6364
|
field?: string | undefined;
|
|
6365
6365
|
objectOverride?: string | undefined;
|
|
6366
6366
|
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;
|
|
6367
|
+
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
6368
|
options?: {
|
|
6369
6369
|
label: string;
|
|
6370
6370
|
value: string;
|
|
@@ -7686,7 +7686,7 @@ declare const securityObjects: ((Omit<{
|
|
|
7686
7686
|
abstract: boolean;
|
|
7687
7687
|
datasource: string;
|
|
7688
7688
|
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";
|
|
7689
|
+
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
7690
|
required: boolean;
|
|
7691
7691
|
searchable: boolean;
|
|
7692
7692
|
multiple: boolean;
|
|
@@ -7825,7 +7825,7 @@ declare const securityObjects: ((Omit<{
|
|
|
7825
7825
|
autoRotate: boolean;
|
|
7826
7826
|
} | undefined;
|
|
7827
7827
|
};
|
|
7828
|
-
scope: "
|
|
7828
|
+
scope: "record" | "field" | "table" | "database";
|
|
7829
7829
|
deterministicEncryption: boolean;
|
|
7830
7830
|
searchableEncryption: boolean;
|
|
7831
7831
|
} | undefined;
|
|
@@ -8308,7 +8308,7 @@ declare const securityObjects: ((Omit<{
|
|
|
8308
8308
|
field?: string | undefined;
|
|
8309
8309
|
objectOverride?: string | undefined;
|
|
8310
8310
|
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;
|
|
8311
|
+
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
8312
|
options?: {
|
|
8313
8313
|
label: string;
|
|
8314
8314
|
value: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/plugin-security",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.1.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.1.0",
|
|
17
|
+
"@objectstack/platform-objects": "7.1.0",
|
|
18
|
+
"@objectstack/spec": "7.1.0"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/node": "^25.9.1",
|