@objectstack/platform-objects 12.1.0 → 12.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/audit/index.d.mts +20 -20
- package/dist/audit/index.d.ts +20 -20
- package/dist/identity/index.d.mts +44 -44
- package/dist/identity/index.d.ts +44 -44
- package/dist/system/index.d.mts +6 -6
- package/dist/system/index.d.ts +6 -6
- package/package.json +3 -3
package/dist/system/index.d.mts
CHANGED
|
@@ -36,7 +36,7 @@ declare const SysSetting: Omit<{
|
|
|
36
36
|
abstract: boolean;
|
|
37
37
|
datasource: string;
|
|
38
38
|
fields: Record<string, {
|
|
39
|
-
type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "
|
|
39
|
+
type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "email" | "time" | "secret" | "user" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
40
40
|
required: boolean;
|
|
41
41
|
searchable: boolean;
|
|
42
42
|
multiple: boolean;
|
|
@@ -679,7 +679,7 @@ declare const SysSetting: Omit<{
|
|
|
679
679
|
field?: string | undefined;
|
|
680
680
|
objectOverride?: string | undefined;
|
|
681
681
|
label?: string | undefined;
|
|
682
|
-
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "
|
|
682
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "email" | "time" | "secret" | "user" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
683
683
|
options?: {
|
|
684
684
|
label: string;
|
|
685
685
|
value: string;
|
|
@@ -3186,7 +3186,7 @@ declare const SysSecret: Omit<{
|
|
|
3186
3186
|
abstract: boolean;
|
|
3187
3187
|
datasource: string;
|
|
3188
3188
|
fields: Record<string, {
|
|
3189
|
-
type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "
|
|
3189
|
+
type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "email" | "time" | "secret" | "user" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
3190
3190
|
required: boolean;
|
|
3191
3191
|
searchable: boolean;
|
|
3192
3192
|
multiple: boolean;
|
|
@@ -3829,7 +3829,7 @@ declare const SysSecret: Omit<{
|
|
|
3829
3829
|
field?: string | undefined;
|
|
3830
3830
|
objectOverride?: string | undefined;
|
|
3831
3831
|
label?: string | undefined;
|
|
3832
|
-
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "
|
|
3832
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "email" | "time" | "secret" | "user" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
3833
3833
|
options?: {
|
|
3834
3834
|
label: string;
|
|
3835
3835
|
value: string;
|
|
@@ -5548,7 +5548,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
5548
5548
|
abstract: boolean;
|
|
5549
5549
|
datasource: string;
|
|
5550
5550
|
fields: Record<string, {
|
|
5551
|
-
type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "
|
|
5551
|
+
type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "email" | "time" | "secret" | "user" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
5552
5552
|
required: boolean;
|
|
5553
5553
|
searchable: boolean;
|
|
5554
5554
|
multiple: boolean;
|
|
@@ -6191,7 +6191,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
6191
6191
|
field?: string | undefined;
|
|
6192
6192
|
objectOverride?: string | undefined;
|
|
6193
6193
|
label?: string | undefined;
|
|
6194
|
-
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "
|
|
6194
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "email" | "time" | "secret" | "user" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
6195
6195
|
options?: {
|
|
6196
6196
|
label: string;
|
|
6197
6197
|
value: string;
|
package/dist/system/index.d.ts
CHANGED
|
@@ -36,7 +36,7 @@ declare const SysSetting: Omit<{
|
|
|
36
36
|
abstract: boolean;
|
|
37
37
|
datasource: string;
|
|
38
38
|
fields: Record<string, {
|
|
39
|
-
type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "
|
|
39
|
+
type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "email" | "time" | "secret" | "user" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
40
40
|
required: boolean;
|
|
41
41
|
searchable: boolean;
|
|
42
42
|
multiple: boolean;
|
|
@@ -679,7 +679,7 @@ declare const SysSetting: Omit<{
|
|
|
679
679
|
field?: string | undefined;
|
|
680
680
|
objectOverride?: string | undefined;
|
|
681
681
|
label?: string | undefined;
|
|
682
|
-
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "
|
|
682
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "email" | "time" | "secret" | "user" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
683
683
|
options?: {
|
|
684
684
|
label: string;
|
|
685
685
|
value: string;
|
|
@@ -3186,7 +3186,7 @@ declare const SysSecret: Omit<{
|
|
|
3186
3186
|
abstract: boolean;
|
|
3187
3187
|
datasource: string;
|
|
3188
3188
|
fields: Record<string, {
|
|
3189
|
-
type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "
|
|
3189
|
+
type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "email" | "time" | "secret" | "user" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
3190
3190
|
required: boolean;
|
|
3191
3191
|
searchable: boolean;
|
|
3192
3192
|
multiple: boolean;
|
|
@@ -3829,7 +3829,7 @@ declare const SysSecret: Omit<{
|
|
|
3829
3829
|
field?: string | undefined;
|
|
3830
3830
|
objectOverride?: string | undefined;
|
|
3831
3831
|
label?: string | undefined;
|
|
3832
|
-
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "
|
|
3832
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "email" | "time" | "secret" | "user" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
3833
3833
|
options?: {
|
|
3834
3834
|
label: string;
|
|
3835
3835
|
value: string;
|
|
@@ -5548,7 +5548,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
5548
5548
|
abstract: boolean;
|
|
5549
5549
|
datasource: string;
|
|
5550
5550
|
fields: Record<string, {
|
|
5551
|
-
type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "
|
|
5551
|
+
type: "number" | "boolean" | "tags" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "email" | "time" | "secret" | "user" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
5552
5552
|
required: boolean;
|
|
5553
5553
|
searchable: boolean;
|
|
5554
5554
|
multiple: boolean;
|
|
@@ -6191,7 +6191,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
6191
6191
|
field?: string | undefined;
|
|
6192
6192
|
objectOverride?: string | undefined;
|
|
6193
6193
|
label?: string | undefined;
|
|
6194
|
-
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "
|
|
6194
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "email" | "time" | "secret" | "user" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
6195
6195
|
options?: {
|
|
6196
6196
|
label: string;
|
|
6197
6197
|
value: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/platform-objects",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.2.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Core platform object schemas for ObjectStack — identity, security, audit, tenant, and metadata objects",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
}
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@objectstack/metadata-core": "12.
|
|
67
|
-
"@objectstack/spec": "12.
|
|
66
|
+
"@objectstack/metadata-core": "12.2.0",
|
|
67
|
+
"@objectstack/spec": "12.2.0"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@types/node": "^26.0.1",
|