@objectstack/service-messaging 7.7.0 → 7.9.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.cts +14 -14
- package/dist/index.d.ts +14 -14
- package/package.json +3 -3
package/dist/index.d.cts
CHANGED
|
@@ -1387,7 +1387,7 @@ declare const InboxMessage: Omit<{
|
|
|
1387
1387
|
abstract: boolean;
|
|
1388
1388
|
datasource: string;
|
|
1389
1389
|
fields: Record<string, {
|
|
1390
|
-
type: "number" | "boolean" | "date" | "record" | "file" | "email" | "url" | "tags" | "code" | "datetime" | "signature" | "progress" | "currency" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
1390
|
+
type: "number" | "boolean" | "date" | "record" | "file" | "email" | "url" | "tags" | "code" | "datetime" | "signature" | "progress" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
1391
1391
|
required: boolean;
|
|
1392
1392
|
searchable: boolean;
|
|
1393
1393
|
multiple: boolean;
|
|
@@ -1994,7 +1994,7 @@ declare const InboxMessage: Omit<{
|
|
|
1994
1994
|
field?: string | undefined;
|
|
1995
1995
|
objectOverride?: string | undefined;
|
|
1996
1996
|
label?: string | undefined;
|
|
1997
|
-
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
1997
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
1998
1998
|
options?: {
|
|
1999
1999
|
label: string;
|
|
2000
2000
|
value: string;
|
|
@@ -3873,7 +3873,7 @@ declare const NotificationReceipt: Omit<{
|
|
|
3873
3873
|
abstract: boolean;
|
|
3874
3874
|
datasource: string;
|
|
3875
3875
|
fields: Record<string, {
|
|
3876
|
-
type: "number" | "boolean" | "date" | "record" | "file" | "email" | "url" | "tags" | "code" | "datetime" | "signature" | "progress" | "currency" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
3876
|
+
type: "number" | "boolean" | "date" | "record" | "file" | "email" | "url" | "tags" | "code" | "datetime" | "signature" | "progress" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
3877
3877
|
required: boolean;
|
|
3878
3878
|
searchable: boolean;
|
|
3879
3879
|
multiple: boolean;
|
|
@@ -4480,7 +4480,7 @@ declare const NotificationReceipt: Omit<{
|
|
|
4480
4480
|
field?: string | undefined;
|
|
4481
4481
|
objectOverride?: string | undefined;
|
|
4482
4482
|
label?: string | undefined;
|
|
4483
|
-
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
4483
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
4484
4484
|
options?: {
|
|
4485
4485
|
label: string;
|
|
4486
4486
|
value: string;
|
|
@@ -5985,7 +5985,7 @@ declare const NotificationDelivery: Omit<{
|
|
|
5985
5985
|
abstract: boolean;
|
|
5986
5986
|
datasource: string;
|
|
5987
5987
|
fields: Record<string, {
|
|
5988
|
-
type: "number" | "boolean" | "date" | "record" | "file" | "email" | "url" | "tags" | "code" | "datetime" | "signature" | "progress" | "currency" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
5988
|
+
type: "number" | "boolean" | "date" | "record" | "file" | "email" | "url" | "tags" | "code" | "datetime" | "signature" | "progress" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
5989
5989
|
required: boolean;
|
|
5990
5990
|
searchable: boolean;
|
|
5991
5991
|
multiple: boolean;
|
|
@@ -6592,7 +6592,7 @@ declare const NotificationDelivery: Omit<{
|
|
|
6592
6592
|
field?: string | undefined;
|
|
6593
6593
|
objectOverride?: string | undefined;
|
|
6594
6594
|
label?: string | undefined;
|
|
6595
|
-
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
6595
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
6596
6596
|
options?: {
|
|
6597
6597
|
label: string;
|
|
6598
6598
|
value: string;
|
|
@@ -9505,7 +9505,7 @@ declare const NotificationPreference: Omit<{
|
|
|
9505
9505
|
abstract: boolean;
|
|
9506
9506
|
datasource: string;
|
|
9507
9507
|
fields: Record<string, {
|
|
9508
|
-
type: "number" | "boolean" | "date" | "record" | "file" | "email" | "url" | "tags" | "code" | "datetime" | "signature" | "progress" | "currency" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
9508
|
+
type: "number" | "boolean" | "date" | "record" | "file" | "email" | "url" | "tags" | "code" | "datetime" | "signature" | "progress" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
9509
9509
|
required: boolean;
|
|
9510
9510
|
searchable: boolean;
|
|
9511
9511
|
multiple: boolean;
|
|
@@ -10112,7 +10112,7 @@ declare const NotificationPreference: Omit<{
|
|
|
10112
10112
|
field?: string | undefined;
|
|
10113
10113
|
objectOverride?: string | undefined;
|
|
10114
10114
|
label?: string | undefined;
|
|
10115
|
-
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
10115
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
10116
10116
|
options?: {
|
|
10117
10117
|
label: string;
|
|
10118
10118
|
value: string;
|
|
@@ -11794,7 +11794,7 @@ declare const NotificationSubscription: Omit<{
|
|
|
11794
11794
|
abstract: boolean;
|
|
11795
11795
|
datasource: string;
|
|
11796
11796
|
fields: Record<string, {
|
|
11797
|
-
type: "number" | "boolean" | "date" | "record" | "file" | "email" | "url" | "tags" | "code" | "datetime" | "signature" | "progress" | "currency" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
11797
|
+
type: "number" | "boolean" | "date" | "record" | "file" | "email" | "url" | "tags" | "code" | "datetime" | "signature" | "progress" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
11798
11798
|
required: boolean;
|
|
11799
11799
|
searchable: boolean;
|
|
11800
11800
|
multiple: boolean;
|
|
@@ -12401,7 +12401,7 @@ declare const NotificationSubscription: Omit<{
|
|
|
12401
12401
|
field?: string | undefined;
|
|
12402
12402
|
objectOverride?: string | undefined;
|
|
12403
12403
|
label?: string | undefined;
|
|
12404
|
-
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
12404
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
12405
12405
|
options?: {
|
|
12406
12406
|
label: string;
|
|
12407
12407
|
value: string;
|
|
@@ -13382,7 +13382,7 @@ declare const NotificationTemplate: Omit<{
|
|
|
13382
13382
|
abstract: boolean;
|
|
13383
13383
|
datasource: string;
|
|
13384
13384
|
fields: Record<string, {
|
|
13385
|
-
type: "number" | "boolean" | "date" | "record" | "file" | "email" | "url" | "tags" | "code" | "datetime" | "signature" | "progress" | "currency" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
13385
|
+
type: "number" | "boolean" | "date" | "record" | "file" | "email" | "url" | "tags" | "code" | "datetime" | "signature" | "progress" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
13386
13386
|
required: boolean;
|
|
13387
13387
|
searchable: boolean;
|
|
13388
13388
|
multiple: boolean;
|
|
@@ -13989,7 +13989,7 @@ declare const NotificationTemplate: Omit<{
|
|
|
13989
13989
|
field?: string | undefined;
|
|
13990
13990
|
objectOverride?: string | undefined;
|
|
13991
13991
|
label?: string | undefined;
|
|
13992
|
-
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
13992
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
13993
13993
|
options?: {
|
|
13994
13994
|
label: string;
|
|
13995
13995
|
value: string;
|
|
@@ -16028,7 +16028,7 @@ declare const HttpDelivery: Omit<{
|
|
|
16028
16028
|
abstract: boolean;
|
|
16029
16029
|
datasource: string;
|
|
16030
16030
|
fields: Record<string, {
|
|
16031
|
-
type: "number" | "boolean" | "date" | "record" | "file" | "email" | "url" | "tags" | "code" | "datetime" | "signature" | "progress" | "currency" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
16031
|
+
type: "number" | "boolean" | "date" | "record" | "file" | "email" | "url" | "tags" | "code" | "datetime" | "signature" | "progress" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
16032
16032
|
required: boolean;
|
|
16033
16033
|
searchable: boolean;
|
|
16034
16034
|
multiple: boolean;
|
|
@@ -16635,7 +16635,7 @@ declare const HttpDelivery: Omit<{
|
|
|
16635
16635
|
field?: string | undefined;
|
|
16636
16636
|
objectOverride?: string | undefined;
|
|
16637
16637
|
label?: string | undefined;
|
|
16638
|
-
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
16638
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
16639
16639
|
options?: {
|
|
16640
16640
|
label: string;
|
|
16641
16641
|
value: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1387,7 +1387,7 @@ declare const InboxMessage: Omit<{
|
|
|
1387
1387
|
abstract: boolean;
|
|
1388
1388
|
datasource: string;
|
|
1389
1389
|
fields: Record<string, {
|
|
1390
|
-
type: "number" | "boolean" | "date" | "record" | "file" | "email" | "url" | "tags" | "code" | "datetime" | "signature" | "progress" | "currency" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
1390
|
+
type: "number" | "boolean" | "date" | "record" | "file" | "email" | "url" | "tags" | "code" | "datetime" | "signature" | "progress" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
1391
1391
|
required: boolean;
|
|
1392
1392
|
searchable: boolean;
|
|
1393
1393
|
multiple: boolean;
|
|
@@ -1994,7 +1994,7 @@ declare const InboxMessage: Omit<{
|
|
|
1994
1994
|
field?: string | undefined;
|
|
1995
1995
|
objectOverride?: string | undefined;
|
|
1996
1996
|
label?: string | undefined;
|
|
1997
|
-
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
1997
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
1998
1998
|
options?: {
|
|
1999
1999
|
label: string;
|
|
2000
2000
|
value: string;
|
|
@@ -3873,7 +3873,7 @@ declare const NotificationReceipt: Omit<{
|
|
|
3873
3873
|
abstract: boolean;
|
|
3874
3874
|
datasource: string;
|
|
3875
3875
|
fields: Record<string, {
|
|
3876
|
-
type: "number" | "boolean" | "date" | "record" | "file" | "email" | "url" | "tags" | "code" | "datetime" | "signature" | "progress" | "currency" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
3876
|
+
type: "number" | "boolean" | "date" | "record" | "file" | "email" | "url" | "tags" | "code" | "datetime" | "signature" | "progress" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
3877
3877
|
required: boolean;
|
|
3878
3878
|
searchable: boolean;
|
|
3879
3879
|
multiple: boolean;
|
|
@@ -4480,7 +4480,7 @@ declare const NotificationReceipt: Omit<{
|
|
|
4480
4480
|
field?: string | undefined;
|
|
4481
4481
|
objectOverride?: string | undefined;
|
|
4482
4482
|
label?: string | undefined;
|
|
4483
|
-
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
4483
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
4484
4484
|
options?: {
|
|
4485
4485
|
label: string;
|
|
4486
4486
|
value: string;
|
|
@@ -5985,7 +5985,7 @@ declare const NotificationDelivery: Omit<{
|
|
|
5985
5985
|
abstract: boolean;
|
|
5986
5986
|
datasource: string;
|
|
5987
5987
|
fields: Record<string, {
|
|
5988
|
-
type: "number" | "boolean" | "date" | "record" | "file" | "email" | "url" | "tags" | "code" | "datetime" | "signature" | "progress" | "currency" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
5988
|
+
type: "number" | "boolean" | "date" | "record" | "file" | "email" | "url" | "tags" | "code" | "datetime" | "signature" | "progress" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
5989
5989
|
required: boolean;
|
|
5990
5990
|
searchable: boolean;
|
|
5991
5991
|
multiple: boolean;
|
|
@@ -6592,7 +6592,7 @@ declare const NotificationDelivery: Omit<{
|
|
|
6592
6592
|
field?: string | undefined;
|
|
6593
6593
|
objectOverride?: string | undefined;
|
|
6594
6594
|
label?: string | undefined;
|
|
6595
|
-
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
6595
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
6596
6596
|
options?: {
|
|
6597
6597
|
label: string;
|
|
6598
6598
|
value: string;
|
|
@@ -9505,7 +9505,7 @@ declare const NotificationPreference: Omit<{
|
|
|
9505
9505
|
abstract: boolean;
|
|
9506
9506
|
datasource: string;
|
|
9507
9507
|
fields: Record<string, {
|
|
9508
|
-
type: "number" | "boolean" | "date" | "record" | "file" | "email" | "url" | "tags" | "code" | "datetime" | "signature" | "progress" | "currency" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
9508
|
+
type: "number" | "boolean" | "date" | "record" | "file" | "email" | "url" | "tags" | "code" | "datetime" | "signature" | "progress" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
9509
9509
|
required: boolean;
|
|
9510
9510
|
searchable: boolean;
|
|
9511
9511
|
multiple: boolean;
|
|
@@ -10112,7 +10112,7 @@ declare const NotificationPreference: Omit<{
|
|
|
10112
10112
|
field?: string | undefined;
|
|
10113
10113
|
objectOverride?: string | undefined;
|
|
10114
10114
|
label?: string | undefined;
|
|
10115
|
-
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
10115
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
10116
10116
|
options?: {
|
|
10117
10117
|
label: string;
|
|
10118
10118
|
value: string;
|
|
@@ -11794,7 +11794,7 @@ declare const NotificationSubscription: Omit<{
|
|
|
11794
11794
|
abstract: boolean;
|
|
11795
11795
|
datasource: string;
|
|
11796
11796
|
fields: Record<string, {
|
|
11797
|
-
type: "number" | "boolean" | "date" | "record" | "file" | "email" | "url" | "tags" | "code" | "datetime" | "signature" | "progress" | "currency" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
11797
|
+
type: "number" | "boolean" | "date" | "record" | "file" | "email" | "url" | "tags" | "code" | "datetime" | "signature" | "progress" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
11798
11798
|
required: boolean;
|
|
11799
11799
|
searchable: boolean;
|
|
11800
11800
|
multiple: boolean;
|
|
@@ -12401,7 +12401,7 @@ declare const NotificationSubscription: Omit<{
|
|
|
12401
12401
|
field?: string | undefined;
|
|
12402
12402
|
objectOverride?: string | undefined;
|
|
12403
12403
|
label?: string | undefined;
|
|
12404
|
-
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
12404
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
12405
12405
|
options?: {
|
|
12406
12406
|
label: string;
|
|
12407
12407
|
value: string;
|
|
@@ -13382,7 +13382,7 @@ declare const NotificationTemplate: Omit<{
|
|
|
13382
13382
|
abstract: boolean;
|
|
13383
13383
|
datasource: string;
|
|
13384
13384
|
fields: Record<string, {
|
|
13385
|
-
type: "number" | "boolean" | "date" | "record" | "file" | "email" | "url" | "tags" | "code" | "datetime" | "signature" | "progress" | "currency" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
13385
|
+
type: "number" | "boolean" | "date" | "record" | "file" | "email" | "url" | "tags" | "code" | "datetime" | "signature" | "progress" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
13386
13386
|
required: boolean;
|
|
13387
13387
|
searchable: boolean;
|
|
13388
13388
|
multiple: boolean;
|
|
@@ -13989,7 +13989,7 @@ declare const NotificationTemplate: Omit<{
|
|
|
13989
13989
|
field?: string | undefined;
|
|
13990
13990
|
objectOverride?: string | undefined;
|
|
13991
13991
|
label?: string | undefined;
|
|
13992
|
-
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
13992
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
13993
13993
|
options?: {
|
|
13994
13994
|
label: string;
|
|
13995
13995
|
value: string;
|
|
@@ -16028,7 +16028,7 @@ declare const HttpDelivery: Omit<{
|
|
|
16028
16028
|
abstract: boolean;
|
|
16029
16029
|
datasource: string;
|
|
16030
16030
|
fields: Record<string, {
|
|
16031
|
-
type: "number" | "boolean" | "date" | "record" | "file" | "email" | "url" | "tags" | "code" | "datetime" | "signature" | "progress" | "currency" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
16031
|
+
type: "number" | "boolean" | "date" | "record" | "file" | "email" | "url" | "tags" | "code" | "datetime" | "signature" | "progress" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "vector";
|
|
16032
16032
|
required: boolean;
|
|
16033
16033
|
searchable: boolean;
|
|
16034
16034
|
multiple: boolean;
|
|
@@ -16635,7 +16635,7 @@ declare const HttpDelivery: Omit<{
|
|
|
16635
16635
|
field?: string | undefined;
|
|
16636
16636
|
objectOverride?: string | undefined;
|
|
16637
16637
|
label?: string | undefined;
|
|
16638
|
-
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "
|
|
16638
|
+
type?: "number" | "boolean" | "date" | "record" | "file" | "code" | "datetime" | "signature" | "progress" | "url" | "lookup" | "master_detail" | "currency" | "percent" | "password" | "secret" | "email" | "time" | "text" | "textarea" | "phone" | "markdown" | "html" | "richtext" | "toggle" | "select" | "multiselect" | "radio" | "checkboxes" | "tree" | "image" | "avatar" | "video" | "audio" | "formula" | "summary" | "autonumber" | "composite" | "repeater" | "location" | "address" | "json" | "color" | "rating" | "slider" | "qrcode" | "tags" | "vector" | undefined;
|
|
16639
16639
|
options?: {
|
|
16640
16640
|
label: string;
|
|
16641
16641
|
value: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/service-messaging",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.9.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Messaging Service for ObjectStack — outbound notification dispatch (ADR-0012). Ships the MessagingChannel registry, emit() fan-out, and the always-on inbox channel; other channels (email/webhook/push/IM) plug in.",
|
|
6
6
|
"type": "module",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@objectstack/core": "7.
|
|
18
|
-
"@objectstack/spec": "7.
|
|
17
|
+
"@objectstack/core": "7.9.0",
|
|
18
|
+
"@objectstack/spec": "7.9.0"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/node": "^25.9.1",
|