@contractspec/example.pocket-family-office 2.3.0 → 2.5.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/blueprint.js +3 -3
- package/dist/browser/blueprint.js +3 -3
- package/dist/browser/index.js +3 -3
- package/dist/index.js +3 -3
- package/dist/node/blueprint.js +3 -3
- package/dist/node/index.js +3 -3
- package/package.json +7 -7
package/dist/blueprint.js
CHANGED
|
@@ -29,7 +29,7 @@ var pocketFamilyOfficeBlueprint = {
|
|
|
29
29
|
cap("email.transactional", "1.0.0"),
|
|
30
30
|
cap("calendar.events", "1.0.0"),
|
|
31
31
|
cap("sms.outbound", "1.0.0"),
|
|
32
|
-
cap("ai.voice.
|
|
32
|
+
cap("ai.voice.tts", "1.0.0"),
|
|
33
33
|
cap("payments.psp", "1.0.0"),
|
|
34
34
|
cap("openbanking.accounts.read", "1.0.0"),
|
|
35
35
|
cap("openbanking.transactions.read", "1.0.0"),
|
|
@@ -99,9 +99,9 @@ var pocketFamilyOfficeBlueprint = {
|
|
|
99
99
|
},
|
|
100
100
|
{
|
|
101
101
|
slotId: "voicePlayback",
|
|
102
|
-
requiredCategory: "ai-voice",
|
|
102
|
+
requiredCategory: "ai-voice-tts",
|
|
103
103
|
allowedModes: ["managed", "byok"],
|
|
104
|
-
requiredCapabilities: [cap("ai.voice.
|
|
104
|
+
requiredCapabilities: [cap("ai.voice.tts", "1.0.0")],
|
|
105
105
|
required: false,
|
|
106
106
|
description: "Optional voice synthesis for spoken summaries (ElevenLabs)."
|
|
107
107
|
},
|
|
@@ -28,7 +28,7 @@ var pocketFamilyOfficeBlueprint = {
|
|
|
28
28
|
cap("email.transactional", "1.0.0"),
|
|
29
29
|
cap("calendar.events", "1.0.0"),
|
|
30
30
|
cap("sms.outbound", "1.0.0"),
|
|
31
|
-
cap("ai.voice.
|
|
31
|
+
cap("ai.voice.tts", "1.0.0"),
|
|
32
32
|
cap("payments.psp", "1.0.0"),
|
|
33
33
|
cap("openbanking.accounts.read", "1.0.0"),
|
|
34
34
|
cap("openbanking.transactions.read", "1.0.0"),
|
|
@@ -98,9 +98,9 @@ var pocketFamilyOfficeBlueprint = {
|
|
|
98
98
|
},
|
|
99
99
|
{
|
|
100
100
|
slotId: "voicePlayback",
|
|
101
|
-
requiredCategory: "ai-voice",
|
|
101
|
+
requiredCategory: "ai-voice-tts",
|
|
102
102
|
allowedModes: ["managed", "byok"],
|
|
103
|
-
requiredCapabilities: [cap("ai.voice.
|
|
103
|
+
requiredCapabilities: [cap("ai.voice.tts", "1.0.0")],
|
|
104
104
|
required: false,
|
|
105
105
|
description: "Optional voice synthesis for spoken summaries (ElevenLabs)."
|
|
106
106
|
},
|
package/dist/browser/index.js
CHANGED
|
@@ -28,7 +28,7 @@ var pocketFamilyOfficeBlueprint = {
|
|
|
28
28
|
cap("email.transactional", "1.0.0"),
|
|
29
29
|
cap("calendar.events", "1.0.0"),
|
|
30
30
|
cap("sms.outbound", "1.0.0"),
|
|
31
|
-
cap("ai.voice.
|
|
31
|
+
cap("ai.voice.tts", "1.0.0"),
|
|
32
32
|
cap("payments.psp", "1.0.0"),
|
|
33
33
|
cap("openbanking.accounts.read", "1.0.0"),
|
|
34
34
|
cap("openbanking.transactions.read", "1.0.0"),
|
|
@@ -98,9 +98,9 @@ var pocketFamilyOfficeBlueprint = {
|
|
|
98
98
|
},
|
|
99
99
|
{
|
|
100
100
|
slotId: "voicePlayback",
|
|
101
|
-
requiredCategory: "ai-voice",
|
|
101
|
+
requiredCategory: "ai-voice-tts",
|
|
102
102
|
allowedModes: ["managed", "byok"],
|
|
103
|
-
requiredCapabilities: [cap("ai.voice.
|
|
103
|
+
requiredCapabilities: [cap("ai.voice.tts", "1.0.0")],
|
|
104
104
|
required: false,
|
|
105
105
|
description: "Optional voice synthesis for spoken summaries (ElevenLabs)."
|
|
106
106
|
},
|
package/dist/index.js
CHANGED
|
@@ -29,7 +29,7 @@ var pocketFamilyOfficeBlueprint = {
|
|
|
29
29
|
cap("email.transactional", "1.0.0"),
|
|
30
30
|
cap("calendar.events", "1.0.0"),
|
|
31
31
|
cap("sms.outbound", "1.0.0"),
|
|
32
|
-
cap("ai.voice.
|
|
32
|
+
cap("ai.voice.tts", "1.0.0"),
|
|
33
33
|
cap("payments.psp", "1.0.0"),
|
|
34
34
|
cap("openbanking.accounts.read", "1.0.0"),
|
|
35
35
|
cap("openbanking.transactions.read", "1.0.0"),
|
|
@@ -99,9 +99,9 @@ var pocketFamilyOfficeBlueprint = {
|
|
|
99
99
|
},
|
|
100
100
|
{
|
|
101
101
|
slotId: "voicePlayback",
|
|
102
|
-
requiredCategory: "ai-voice",
|
|
102
|
+
requiredCategory: "ai-voice-tts",
|
|
103
103
|
allowedModes: ["managed", "byok"],
|
|
104
|
-
requiredCapabilities: [cap("ai.voice.
|
|
104
|
+
requiredCapabilities: [cap("ai.voice.tts", "1.0.0")],
|
|
105
105
|
required: false,
|
|
106
106
|
description: "Optional voice synthesis for spoken summaries (ElevenLabs)."
|
|
107
107
|
},
|
package/dist/node/blueprint.js
CHANGED
|
@@ -28,7 +28,7 @@ var pocketFamilyOfficeBlueprint = {
|
|
|
28
28
|
cap("email.transactional", "1.0.0"),
|
|
29
29
|
cap("calendar.events", "1.0.0"),
|
|
30
30
|
cap("sms.outbound", "1.0.0"),
|
|
31
|
-
cap("ai.voice.
|
|
31
|
+
cap("ai.voice.tts", "1.0.0"),
|
|
32
32
|
cap("payments.psp", "1.0.0"),
|
|
33
33
|
cap("openbanking.accounts.read", "1.0.0"),
|
|
34
34
|
cap("openbanking.transactions.read", "1.0.0"),
|
|
@@ -98,9 +98,9 @@ var pocketFamilyOfficeBlueprint = {
|
|
|
98
98
|
},
|
|
99
99
|
{
|
|
100
100
|
slotId: "voicePlayback",
|
|
101
|
-
requiredCategory: "ai-voice",
|
|
101
|
+
requiredCategory: "ai-voice-tts",
|
|
102
102
|
allowedModes: ["managed", "byok"],
|
|
103
|
-
requiredCapabilities: [cap("ai.voice.
|
|
103
|
+
requiredCapabilities: [cap("ai.voice.tts", "1.0.0")],
|
|
104
104
|
required: false,
|
|
105
105
|
description: "Optional voice synthesis for spoken summaries (ElevenLabs)."
|
|
106
106
|
},
|
package/dist/node/index.js
CHANGED
|
@@ -28,7 +28,7 @@ var pocketFamilyOfficeBlueprint = {
|
|
|
28
28
|
cap("email.transactional", "1.0.0"),
|
|
29
29
|
cap("calendar.events", "1.0.0"),
|
|
30
30
|
cap("sms.outbound", "1.0.0"),
|
|
31
|
-
cap("ai.voice.
|
|
31
|
+
cap("ai.voice.tts", "1.0.0"),
|
|
32
32
|
cap("payments.psp", "1.0.0"),
|
|
33
33
|
cap("openbanking.accounts.read", "1.0.0"),
|
|
34
34
|
cap("openbanking.transactions.read", "1.0.0"),
|
|
@@ -98,9 +98,9 @@ var pocketFamilyOfficeBlueprint = {
|
|
|
98
98
|
},
|
|
99
99
|
{
|
|
100
100
|
slotId: "voicePlayback",
|
|
101
|
-
requiredCategory: "ai-voice",
|
|
101
|
+
requiredCategory: "ai-voice-tts",
|
|
102
102
|
allowedModes: ["managed", "byok"],
|
|
103
|
-
requiredCapabilities: [cap("ai.voice.
|
|
103
|
+
requiredCapabilities: [cap("ai.voice.tts", "1.0.0")],
|
|
104
104
|
required: false,
|
|
105
105
|
description: "Optional voice synthesis for spoken summaries (ElevenLabs)."
|
|
106
106
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.pocket-family-office",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.0",
|
|
4
4
|
"description": "Pocket Family Office example - personal finance automation with open banking",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"contractspec",
|
|
@@ -28,15 +28,15 @@
|
|
|
28
28
|
"typecheck": "tsc --noEmit"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@contractspec/lib.knowledge": "2.
|
|
32
|
-
"@contractspec/lib.contracts-spec": "2.
|
|
33
|
-
"@contractspec/lib.contracts-integrations": "2.
|
|
34
|
-
"@contractspec/lib.schema": "2.
|
|
31
|
+
"@contractspec/lib.knowledge": "2.5.0",
|
|
32
|
+
"@contractspec/lib.contracts-spec": "2.5.0",
|
|
33
|
+
"@contractspec/lib.contracts-integrations": "2.5.0",
|
|
34
|
+
"@contractspec/lib.schema": "2.5.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@contractspec/tool.typescript": "2.
|
|
37
|
+
"@contractspec/tool.typescript": "2.5.0",
|
|
38
38
|
"typescript": "^5.9.3",
|
|
39
|
-
"@contractspec/tool.bun": "2.
|
|
39
|
+
"@contractspec/tool.bun": "2.5.0"
|
|
40
40
|
},
|
|
41
41
|
"exports": {
|
|
42
42
|
".": {
|