@objectstack/service-messaging 9.10.0 → 9.11.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
|
@@ -1437,7 +1437,7 @@ declare const InboxMessage: Omit<{
|
|
|
1437
1437
|
abstract: boolean;
|
|
1438
1438
|
datasource: string;
|
|
1439
1439
|
fields: Record<string, {
|
|
1440
|
-
type: "number" | "boolean" | "
|
|
1440
|
+
type: "number" | "boolean" | "email" | "date" | "record" | "file" | "code" | "url" | "tags" | "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";
|
|
1441
1441
|
required: boolean;
|
|
1442
1442
|
searchable: boolean;
|
|
1443
1443
|
multiple: boolean;
|
|
@@ -2058,7 +2058,7 @@ declare const InboxMessage: Omit<{
|
|
|
2058
2058
|
clone: boolean;
|
|
2059
2059
|
apiMethods?: ("search" | "upsert" | "create" | "import" | "delete" | "list" | "get" | "update" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
2060
2060
|
} | undefined;
|
|
2061
|
-
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
2061
|
+
sharingModel?: "read" | "full" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
2062
2062
|
publicSharing?: {
|
|
2063
2063
|
enabled: boolean;
|
|
2064
2064
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -3795,7 +3795,7 @@ declare const NotificationReceipt: Omit<{
|
|
|
3795
3795
|
abstract: boolean;
|
|
3796
3796
|
datasource: string;
|
|
3797
3797
|
fields: Record<string, {
|
|
3798
|
-
type: "number" | "boolean" | "
|
|
3798
|
+
type: "number" | "boolean" | "email" | "date" | "record" | "file" | "code" | "url" | "tags" | "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";
|
|
3799
3799
|
required: boolean;
|
|
3800
3800
|
searchable: boolean;
|
|
3801
3801
|
multiple: boolean;
|
|
@@ -4416,7 +4416,7 @@ declare const NotificationReceipt: Omit<{
|
|
|
4416
4416
|
clone: boolean;
|
|
4417
4417
|
apiMethods?: ("search" | "upsert" | "create" | "import" | "delete" | "list" | "get" | "update" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
4418
4418
|
} | undefined;
|
|
4419
|
-
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
4419
|
+
sharingModel?: "read" | "full" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
4420
4420
|
publicSharing?: {
|
|
4421
4421
|
enabled: boolean;
|
|
4422
4422
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -5819,7 +5819,7 @@ declare const NotificationDelivery: Omit<{
|
|
|
5819
5819
|
abstract: boolean;
|
|
5820
5820
|
datasource: string;
|
|
5821
5821
|
fields: Record<string, {
|
|
5822
|
-
type: "number" | "boolean" | "
|
|
5822
|
+
type: "number" | "boolean" | "email" | "date" | "record" | "file" | "code" | "url" | "tags" | "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";
|
|
5823
5823
|
required: boolean;
|
|
5824
5824
|
searchable: boolean;
|
|
5825
5825
|
multiple: boolean;
|
|
@@ -6440,7 +6440,7 @@ declare const NotificationDelivery: Omit<{
|
|
|
6440
6440
|
clone: boolean;
|
|
6441
6441
|
apiMethods?: ("search" | "upsert" | "create" | "import" | "delete" | "list" | "get" | "update" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
6442
6442
|
} | undefined;
|
|
6443
|
-
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
6443
|
+
sharingModel?: "read" | "full" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
6444
6444
|
publicSharing?: {
|
|
6445
6445
|
enabled: boolean;
|
|
6446
6446
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -9248,7 +9248,7 @@ declare const NotificationPreference: Omit<{
|
|
|
9248
9248
|
abstract: boolean;
|
|
9249
9249
|
datasource: string;
|
|
9250
9250
|
fields: Record<string, {
|
|
9251
|
-
type: "number" | "boolean" | "
|
|
9251
|
+
type: "number" | "boolean" | "email" | "date" | "record" | "file" | "code" | "url" | "tags" | "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";
|
|
9252
9252
|
required: boolean;
|
|
9253
9253
|
searchable: boolean;
|
|
9254
9254
|
multiple: boolean;
|
|
@@ -9869,7 +9869,7 @@ declare const NotificationPreference: Omit<{
|
|
|
9869
9869
|
clone: boolean;
|
|
9870
9870
|
apiMethods?: ("search" | "upsert" | "create" | "import" | "delete" | "list" | "get" | "update" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
9871
9871
|
} | undefined;
|
|
9872
|
-
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
9872
|
+
sharingModel?: "read" | "full" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
9873
9873
|
publicSharing?: {
|
|
9874
9874
|
enabled: boolean;
|
|
9875
9875
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -11429,7 +11429,7 @@ declare const NotificationSubscription: Omit<{
|
|
|
11429
11429
|
abstract: boolean;
|
|
11430
11430
|
datasource: string;
|
|
11431
11431
|
fields: Record<string, {
|
|
11432
|
-
type: "number" | "boolean" | "
|
|
11432
|
+
type: "number" | "boolean" | "email" | "date" | "record" | "file" | "code" | "url" | "tags" | "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";
|
|
11433
11433
|
required: boolean;
|
|
11434
11434
|
searchable: boolean;
|
|
11435
11435
|
multiple: boolean;
|
|
@@ -12050,7 +12050,7 @@ declare const NotificationSubscription: Omit<{
|
|
|
12050
12050
|
clone: boolean;
|
|
12051
12051
|
apiMethods?: ("search" | "upsert" | "create" | "import" | "delete" | "list" | "get" | "update" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
12052
12052
|
} | undefined;
|
|
12053
|
-
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
12053
|
+
sharingModel?: "read" | "full" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
12054
12054
|
publicSharing?: {
|
|
12055
12055
|
enabled: boolean;
|
|
12056
12056
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -12989,7 +12989,7 @@ declare const NotificationTemplate: Omit<{
|
|
|
12989
12989
|
abstract: boolean;
|
|
12990
12990
|
datasource: string;
|
|
12991
12991
|
fields: Record<string, {
|
|
12992
|
-
type: "number" | "boolean" | "
|
|
12992
|
+
type: "number" | "boolean" | "email" | "date" | "record" | "file" | "code" | "url" | "tags" | "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";
|
|
12993
12993
|
required: boolean;
|
|
12994
12994
|
searchable: boolean;
|
|
12995
12995
|
multiple: boolean;
|
|
@@ -13610,7 +13610,7 @@ declare const NotificationTemplate: Omit<{
|
|
|
13610
13610
|
clone: boolean;
|
|
13611
13611
|
apiMethods?: ("search" | "upsert" | "create" | "import" | "delete" | "list" | "get" | "update" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
13612
13612
|
} | undefined;
|
|
13613
|
-
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
13613
|
+
sharingModel?: "read" | "full" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
13614
13614
|
publicSharing?: {
|
|
13615
13615
|
enabled: boolean;
|
|
13616
13616
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -15487,7 +15487,7 @@ declare const HttpDelivery: Omit<{
|
|
|
15487
15487
|
abstract: boolean;
|
|
15488
15488
|
datasource: string;
|
|
15489
15489
|
fields: Record<string, {
|
|
15490
|
-
type: "number" | "boolean" | "
|
|
15490
|
+
type: "number" | "boolean" | "email" | "date" | "record" | "file" | "code" | "url" | "tags" | "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";
|
|
15491
15491
|
required: boolean;
|
|
15492
15492
|
searchable: boolean;
|
|
15493
15493
|
multiple: boolean;
|
|
@@ -16108,7 +16108,7 @@ declare const HttpDelivery: Omit<{
|
|
|
16108
16108
|
clone: boolean;
|
|
16109
16109
|
apiMethods?: ("search" | "upsert" | "create" | "import" | "delete" | "list" | "get" | "update" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
16110
16110
|
} | undefined;
|
|
16111
|
-
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
16111
|
+
sharingModel?: "read" | "full" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
16112
16112
|
publicSharing?: {
|
|
16113
16113
|
enabled: boolean;
|
|
16114
16114
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -1437,7 +1437,7 @@ declare const InboxMessage: Omit<{
|
|
|
1437
1437
|
abstract: boolean;
|
|
1438
1438
|
datasource: string;
|
|
1439
1439
|
fields: Record<string, {
|
|
1440
|
-
type: "number" | "boolean" | "
|
|
1440
|
+
type: "number" | "boolean" | "email" | "date" | "record" | "file" | "code" | "url" | "tags" | "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";
|
|
1441
1441
|
required: boolean;
|
|
1442
1442
|
searchable: boolean;
|
|
1443
1443
|
multiple: boolean;
|
|
@@ -2058,7 +2058,7 @@ declare const InboxMessage: Omit<{
|
|
|
2058
2058
|
clone: boolean;
|
|
2059
2059
|
apiMethods?: ("search" | "upsert" | "create" | "import" | "delete" | "list" | "get" | "update" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
2060
2060
|
} | undefined;
|
|
2061
|
-
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
2061
|
+
sharingModel?: "read" | "full" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
2062
2062
|
publicSharing?: {
|
|
2063
2063
|
enabled: boolean;
|
|
2064
2064
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -3795,7 +3795,7 @@ declare const NotificationReceipt: Omit<{
|
|
|
3795
3795
|
abstract: boolean;
|
|
3796
3796
|
datasource: string;
|
|
3797
3797
|
fields: Record<string, {
|
|
3798
|
-
type: "number" | "boolean" | "
|
|
3798
|
+
type: "number" | "boolean" | "email" | "date" | "record" | "file" | "code" | "url" | "tags" | "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";
|
|
3799
3799
|
required: boolean;
|
|
3800
3800
|
searchable: boolean;
|
|
3801
3801
|
multiple: boolean;
|
|
@@ -4416,7 +4416,7 @@ declare const NotificationReceipt: Omit<{
|
|
|
4416
4416
|
clone: boolean;
|
|
4417
4417
|
apiMethods?: ("search" | "upsert" | "create" | "import" | "delete" | "list" | "get" | "update" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
4418
4418
|
} | undefined;
|
|
4419
|
-
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
4419
|
+
sharingModel?: "read" | "full" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
4420
4420
|
publicSharing?: {
|
|
4421
4421
|
enabled: boolean;
|
|
4422
4422
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -5819,7 +5819,7 @@ declare const NotificationDelivery: Omit<{
|
|
|
5819
5819
|
abstract: boolean;
|
|
5820
5820
|
datasource: string;
|
|
5821
5821
|
fields: Record<string, {
|
|
5822
|
-
type: "number" | "boolean" | "
|
|
5822
|
+
type: "number" | "boolean" | "email" | "date" | "record" | "file" | "code" | "url" | "tags" | "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";
|
|
5823
5823
|
required: boolean;
|
|
5824
5824
|
searchable: boolean;
|
|
5825
5825
|
multiple: boolean;
|
|
@@ -6440,7 +6440,7 @@ declare const NotificationDelivery: Omit<{
|
|
|
6440
6440
|
clone: boolean;
|
|
6441
6441
|
apiMethods?: ("search" | "upsert" | "create" | "import" | "delete" | "list" | "get" | "update" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
6442
6442
|
} | undefined;
|
|
6443
|
-
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
6443
|
+
sharingModel?: "read" | "full" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
6444
6444
|
publicSharing?: {
|
|
6445
6445
|
enabled: boolean;
|
|
6446
6446
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -9248,7 +9248,7 @@ declare const NotificationPreference: Omit<{
|
|
|
9248
9248
|
abstract: boolean;
|
|
9249
9249
|
datasource: string;
|
|
9250
9250
|
fields: Record<string, {
|
|
9251
|
-
type: "number" | "boolean" | "
|
|
9251
|
+
type: "number" | "boolean" | "email" | "date" | "record" | "file" | "code" | "url" | "tags" | "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";
|
|
9252
9252
|
required: boolean;
|
|
9253
9253
|
searchable: boolean;
|
|
9254
9254
|
multiple: boolean;
|
|
@@ -9869,7 +9869,7 @@ declare const NotificationPreference: Omit<{
|
|
|
9869
9869
|
clone: boolean;
|
|
9870
9870
|
apiMethods?: ("search" | "upsert" | "create" | "import" | "delete" | "list" | "get" | "update" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
9871
9871
|
} | undefined;
|
|
9872
|
-
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
9872
|
+
sharingModel?: "read" | "full" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
9873
9873
|
publicSharing?: {
|
|
9874
9874
|
enabled: boolean;
|
|
9875
9875
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -11429,7 +11429,7 @@ declare const NotificationSubscription: Omit<{
|
|
|
11429
11429
|
abstract: boolean;
|
|
11430
11430
|
datasource: string;
|
|
11431
11431
|
fields: Record<string, {
|
|
11432
|
-
type: "number" | "boolean" | "
|
|
11432
|
+
type: "number" | "boolean" | "email" | "date" | "record" | "file" | "code" | "url" | "tags" | "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";
|
|
11433
11433
|
required: boolean;
|
|
11434
11434
|
searchable: boolean;
|
|
11435
11435
|
multiple: boolean;
|
|
@@ -12050,7 +12050,7 @@ declare const NotificationSubscription: Omit<{
|
|
|
12050
12050
|
clone: boolean;
|
|
12051
12051
|
apiMethods?: ("search" | "upsert" | "create" | "import" | "delete" | "list" | "get" | "update" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
12052
12052
|
} | undefined;
|
|
12053
|
-
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
12053
|
+
sharingModel?: "read" | "full" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
12054
12054
|
publicSharing?: {
|
|
12055
12055
|
enabled: boolean;
|
|
12056
12056
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -12989,7 +12989,7 @@ declare const NotificationTemplate: Omit<{
|
|
|
12989
12989
|
abstract: boolean;
|
|
12990
12990
|
datasource: string;
|
|
12991
12991
|
fields: Record<string, {
|
|
12992
|
-
type: "number" | "boolean" | "
|
|
12992
|
+
type: "number" | "boolean" | "email" | "date" | "record" | "file" | "code" | "url" | "tags" | "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";
|
|
12993
12993
|
required: boolean;
|
|
12994
12994
|
searchable: boolean;
|
|
12995
12995
|
multiple: boolean;
|
|
@@ -13610,7 +13610,7 @@ declare const NotificationTemplate: Omit<{
|
|
|
13610
13610
|
clone: boolean;
|
|
13611
13611
|
apiMethods?: ("search" | "upsert" | "create" | "import" | "delete" | "list" | "get" | "update" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
13612
13612
|
} | undefined;
|
|
13613
|
-
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
13613
|
+
sharingModel?: "read" | "full" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
13614
13614
|
publicSharing?: {
|
|
13615
13615
|
enabled: boolean;
|
|
13616
13616
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -15487,7 +15487,7 @@ declare const HttpDelivery: Omit<{
|
|
|
15487
15487
|
abstract: boolean;
|
|
15488
15488
|
datasource: string;
|
|
15489
15489
|
fields: Record<string, {
|
|
15490
|
-
type: "number" | "boolean" | "
|
|
15490
|
+
type: "number" | "boolean" | "email" | "date" | "record" | "file" | "code" | "url" | "tags" | "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";
|
|
15491
15491
|
required: boolean;
|
|
15492
15492
|
searchable: boolean;
|
|
15493
15493
|
multiple: boolean;
|
|
@@ -16108,7 +16108,7 @@ declare const HttpDelivery: Omit<{
|
|
|
16108
16108
|
clone: boolean;
|
|
16109
16109
|
apiMethods?: ("search" | "upsert" | "create" | "import" | "delete" | "list" | "get" | "update" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
16110
16110
|
} | undefined;
|
|
16111
|
-
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
16111
|
+
sharingModel?: "read" | "full" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
16112
16112
|
publicSharing?: {
|
|
16113
16113
|
enabled: boolean;
|
|
16114
16114
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/service-messaging",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.11.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": "9.
|
|
18
|
-
"@objectstack/spec": "9.
|
|
17
|
+
"@objectstack/core": "9.11.0",
|
|
18
|
+
"@objectstack/spec": "9.11.0"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/node": "^25.9.3",
|