@lssm/example.analytics-dashboard 0.0.0-canary-20251217063201 → 0.0.0-canary-20251217072406
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/dashboard/dashboard.contracts.d.ts +131 -131
- package/dist/dashboard/dashboard.contracts.js +5 -5
- package/dist/dashboard/dashboard.enum.d.ts +4 -4
- package/dist/dashboard/dashboard.enum.js +4 -4
- package/dist/dashboard/dashboard.schema.d.ts +79 -79
- package/dist/dashboard/dashboard.schema.js +43 -43
- package/dist/docs/analytics-dashboard.docblock.js +2 -2
- package/dist/events.d.ts +40 -40
- package/dist/events.js +25 -25
- package/dist/libs/contracts/dist/capabilities/openbanking.js +53 -49
- package/dist/libs/contracts/dist/client/index.js +1 -1
- package/dist/libs/contracts/dist/client/react/index.js +1 -1
- package/dist/libs/contracts/dist/contract-registry/index.js +1 -1
- package/dist/libs/contracts/dist/contract-registry/schemas.js +52 -49
- package/dist/libs/contracts/dist/docs/PUBLISHING.docblock.js +11 -86
- package/dist/libs/contracts/dist/docs/accessibility_wcag_compliance_specs.docblock.js +11 -360
- package/dist/libs/contracts/dist/docs/index.js +2 -2
- package/dist/libs/contracts/dist/docs/presentations.js +48 -44
- package/dist/libs/contracts/dist/docs/registry.js +27 -25
- package/dist/libs/contracts/dist/docs/tech/PHASE_1_QUICKSTART.docblock.js +11 -393
- package/dist/libs/contracts/dist/docs/tech/PHASE_2_AI_NATIVE_OPERATIONS.docblock.js +11 -78
- package/dist/libs/contracts/dist/docs/tech/PHASE_3_AUTO_EVOLUTION.docblock.js +11 -150
- package/dist/libs/contracts/dist/docs/tech/PHASE_4_PERSONALIZATION_ENGINE.docblock.js +11 -96
- package/dist/libs/contracts/dist/docs/tech/PHASE_5_ZERO_TOUCH_OPERATIONS.docblock.js +10 -10
- package/dist/libs/contracts/dist/docs/tech/auth/better-auth-nextjs.docblock.js +15 -15
- package/dist/libs/contracts/dist/docs/tech/contracts/openapi-export.docblock.js +12 -12
- package/dist/libs/contracts/dist/docs/tech/lifecycle-stage-system.docblock.js +11 -223
- package/dist/libs/contracts/dist/docs/tech/llm/llm-integration.docblock.js +44 -44
- package/dist/libs/contracts/dist/docs/tech/mcp-endpoints.docblock.js +30 -14
- package/dist/libs/contracts/dist/docs/tech/presentation-runtime.docblock.js +10 -10
- package/dist/libs/contracts/dist/docs/tech/schema/README.docblock.js +13 -274
- package/dist/libs/contracts/dist/docs/tech/studio/learning-events.docblock.js +41 -15
- package/dist/libs/contracts/dist/docs/tech/studio/learning-journeys.docblock.js +15 -15
- package/dist/libs/contracts/dist/docs/tech/studio/platform-admin-panel.docblock.js +14 -14
- package/dist/libs/contracts/dist/docs/tech/studio/project-access-teams.docblock.js +16 -28
- package/dist/libs/contracts/dist/docs/tech/studio/project-routing.docblock.js +60 -15
- package/dist/libs/contracts/dist/docs/tech/studio/sandbox-unlogged.docblock.js +13 -13
- package/dist/libs/contracts/dist/docs/tech/studio/team-invitations.docblock.js +31 -48
- package/dist/libs/contracts/dist/docs/tech/studio/workspace-ops.docblock.js +40 -15
- package/dist/libs/contracts/dist/docs/tech/studio/workspaces.docblock.js +14 -14
- package/dist/libs/contracts/dist/docs/tech/telemetry-ingest.docblock.js +22 -22
- package/dist/libs/contracts/dist/docs/tech/templates/runtime.docblock.js +12 -12
- package/dist/libs/contracts/dist/docs/tech/vscode-extension.docblock.js +22 -22
- package/dist/libs/contracts/dist/docs/tech/workflows/overview.docblock.js +11 -11
- package/dist/libs/contracts/dist/events.js +4 -3
- package/dist/libs/contracts/dist/index.js +14 -14
- package/dist/libs/contracts/dist/integrations/contracts.js +205 -199
- package/dist/libs/contracts/dist/integrations/index.js +5 -5
- package/dist/libs/contracts/dist/integrations/openbanking/contracts/accounts.js +133 -130
- package/dist/libs/contracts/dist/integrations/openbanking/contracts/balances.js +95 -93
- package/dist/libs/contracts/dist/integrations/openbanking/contracts/index.js +3 -3
- package/dist/libs/contracts/dist/integrations/openbanking/contracts/transactions.js +120 -118
- package/dist/libs/contracts/dist/integrations/openbanking/models.js +122 -120
- package/dist/libs/contracts/dist/integrations/openbanking/telemetry.js +9 -20
- package/dist/libs/contracts/dist/integrations/providers/elevenlabs.js +25 -25
- package/dist/libs/contracts/dist/integrations/providers/gcs-storage.js +36 -36
- package/dist/libs/contracts/dist/integrations/providers/gmail.js +40 -40
- package/dist/libs/contracts/dist/integrations/providers/google-calendar.js +31 -31
- package/dist/libs/contracts/dist/integrations/providers/mistral.js +31 -31
- package/dist/libs/contracts/dist/integrations/providers/postmark.js +31 -31
- package/dist/libs/contracts/dist/integrations/providers/powens.js +51 -51
- package/dist/libs/contracts/dist/integrations/providers/qdrant.js +31 -31
- package/dist/libs/contracts/dist/integrations/providers/stripe.js +35 -35
- package/dist/libs/contracts/dist/integrations/providers/twilio-sms.js +28 -28
- package/dist/libs/contracts/dist/jsonschema.js +1 -1
- package/dist/libs/contracts/dist/knowledge/contracts.js +170 -163
- package/dist/libs/contracts/dist/knowledge/spaces/email-threads.js +17 -17
- package/dist/libs/contracts/dist/knowledge/spaces/financial-docs.js +17 -17
- package/dist/libs/contracts/dist/knowledge/spaces/financial-overview.js +19 -19
- package/dist/libs/contracts/dist/knowledge/spaces/product-canon.js +17 -17
- package/dist/libs/contracts/dist/knowledge/spaces/support-faq.js +17 -17
- package/dist/libs/contracts/dist/knowledge/spaces/uploaded-docs.js +17 -17
- package/dist/libs/contracts/dist/llm/exporters.js +13 -12
- package/dist/libs/contracts/dist/onboarding-base.js +116 -99
- package/dist/libs/contracts/dist/ownership.js +18 -33
- package/dist/libs/contracts/dist/presentations.js +1 -1
- package/dist/libs/contracts/dist/presentations.v2.js +6 -2
- package/dist/libs/contracts/dist/regenerator/service.js +5 -0
- package/dist/libs/contracts/dist/registry.js +1 -1
- package/dist/libs/contracts/dist/schema/dist/FieldType.js +24 -14
- package/dist/libs/contracts/dist/schema/dist/ScalarTypeEnum.js +180 -166
- package/dist/libs/contracts/dist/schema/dist/SchemaModel.js +20 -9
- package/dist/libs/contracts/dist/server/mcp/registerPrompts.js +1 -1
- package/dist/libs/contracts/dist/spec.js +22 -13
- package/dist/libs/schema/dist/EnumType.js +25 -9
- package/dist/libs/schema/dist/FieldType.js +24 -14
- package/dist/libs/schema/dist/ScalarTypeEnum.js +180 -166
- package/dist/libs/schema/dist/SchemaModel.js +25 -10
- package/dist/libs/schema/dist/index.js +4 -4
- package/dist/query/query.contracts.d.ts +44 -44
- package/dist/query/query.contracts.js +3 -3
- package/dist/query/query.enum.js +2 -2
- package/dist/query/query.schema.js +33 -33
- package/package.json +10 -10
|
@@ -1,240 +1,242 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { SchemaModel } from "../../schema/dist/SchemaModel.js";
|
|
2
|
+
import { ScalarTypeEnum } from "../../schema/dist/ScalarTypeEnum.js";
|
|
3
3
|
import "../../schema/dist/index.js";
|
|
4
4
|
|
|
5
5
|
//#region ../../libs/contracts/dist/integrations/openbanking/models.js
|
|
6
|
-
const
|
|
7
|
-
name:
|
|
8
|
-
description:
|
|
6
|
+
const BankAccountRecord = new SchemaModel({
|
|
7
|
+
name: "BankAccountRecord",
|
|
8
|
+
description: "Canonical representation of a bank account synced from an open banking provider.",
|
|
9
9
|
fields: {
|
|
10
10
|
id: {
|
|
11
|
-
type:
|
|
12
|
-
isOptional:
|
|
11
|
+
type: ScalarTypeEnum.ID(),
|
|
12
|
+
isOptional: false
|
|
13
13
|
},
|
|
14
14
|
tenantId: {
|
|
15
|
-
type:
|
|
16
|
-
isOptional:
|
|
15
|
+
type: ScalarTypeEnum.ID(),
|
|
16
|
+
isOptional: false
|
|
17
17
|
},
|
|
18
18
|
userId: {
|
|
19
|
-
type:
|
|
20
|
-
isOptional:
|
|
19
|
+
type: ScalarTypeEnum.ID(),
|
|
20
|
+
isOptional: false
|
|
21
21
|
},
|
|
22
22
|
connectionId: {
|
|
23
|
-
type:
|
|
24
|
-
isOptional:
|
|
23
|
+
type: ScalarTypeEnum.ID(),
|
|
24
|
+
isOptional: false
|
|
25
25
|
},
|
|
26
26
|
externalId: {
|
|
27
|
-
type:
|
|
28
|
-
isOptional:
|
|
27
|
+
type: ScalarTypeEnum.NonEmptyString(),
|
|
28
|
+
isOptional: false
|
|
29
29
|
},
|
|
30
30
|
institutionId: {
|
|
31
|
-
type:
|
|
32
|
-
isOptional:
|
|
31
|
+
type: ScalarTypeEnum.NonEmptyString(),
|
|
32
|
+
isOptional: false
|
|
33
33
|
},
|
|
34
34
|
institutionName: {
|
|
35
|
-
type:
|
|
36
|
-
isOptional:
|
|
35
|
+
type: ScalarTypeEnum.NonEmptyString(),
|
|
36
|
+
isOptional: false
|
|
37
37
|
},
|
|
38
38
|
institutionLogoUrl: {
|
|
39
|
-
type:
|
|
40
|
-
isOptional:
|
|
39
|
+
type: ScalarTypeEnum.URL(),
|
|
40
|
+
isOptional: true
|
|
41
41
|
},
|
|
42
42
|
iban: {
|
|
43
|
-
type:
|
|
44
|
-
isOptional:
|
|
43
|
+
type: ScalarTypeEnum.String_unsecure(),
|
|
44
|
+
isOptional: true
|
|
45
45
|
},
|
|
46
46
|
bic: {
|
|
47
|
-
type:
|
|
48
|
-
isOptional:
|
|
47
|
+
type: ScalarTypeEnum.String_unsecure(),
|
|
48
|
+
isOptional: true
|
|
49
49
|
},
|
|
50
50
|
accountType: {
|
|
51
|
-
type:
|
|
52
|
-
isOptional:
|
|
51
|
+
type: ScalarTypeEnum.NonEmptyString(),
|
|
52
|
+
isOptional: false
|
|
53
53
|
},
|
|
54
54
|
currency: {
|
|
55
|
-
type:
|
|
56
|
-
isOptional:
|
|
55
|
+
type: ScalarTypeEnum.Currency(),
|
|
56
|
+
isOptional: false
|
|
57
57
|
},
|
|
58
58
|
displayName: {
|
|
59
|
-
type:
|
|
60
|
-
isOptional:
|
|
59
|
+
type: ScalarTypeEnum.NonEmptyString(),
|
|
60
|
+
isOptional: false
|
|
61
61
|
},
|
|
62
62
|
accountNumberMasked: {
|
|
63
|
-
type:
|
|
64
|
-
isOptional:
|
|
63
|
+
type: ScalarTypeEnum.String_unsecure(),
|
|
64
|
+
isOptional: true
|
|
65
65
|
},
|
|
66
66
|
productCode: {
|
|
67
|
-
type:
|
|
68
|
-
isOptional:
|
|
67
|
+
type: ScalarTypeEnum.String_unsecure(),
|
|
68
|
+
isOptional: true
|
|
69
69
|
},
|
|
70
70
|
balance: {
|
|
71
|
-
type:
|
|
72
|
-
isOptional:
|
|
71
|
+
type: ScalarTypeEnum.Float_unsecure(),
|
|
72
|
+
isOptional: true
|
|
73
73
|
},
|
|
74
74
|
availableBalance: {
|
|
75
|
-
type:
|
|
76
|
-
isOptional:
|
|
75
|
+
type: ScalarTypeEnum.Float_unsecure(),
|
|
76
|
+
isOptional: true
|
|
77
77
|
},
|
|
78
78
|
lastSyncedAt: {
|
|
79
|
-
type:
|
|
80
|
-
isOptional:
|
|
79
|
+
type: ScalarTypeEnum.DateTime(),
|
|
80
|
+
isOptional: false
|
|
81
81
|
},
|
|
82
82
|
createdAt: {
|
|
83
|
-
type:
|
|
84
|
-
isOptional:
|
|
83
|
+
type: ScalarTypeEnum.DateTime(),
|
|
84
|
+
isOptional: false
|
|
85
85
|
},
|
|
86
86
|
updatedAt: {
|
|
87
|
-
type:
|
|
88
|
-
isOptional:
|
|
87
|
+
type: ScalarTypeEnum.DateTime(),
|
|
88
|
+
isOptional: false
|
|
89
89
|
},
|
|
90
90
|
metadata: {
|
|
91
|
-
type:
|
|
92
|
-
isOptional:
|
|
91
|
+
type: ScalarTypeEnum.JSONObject(),
|
|
92
|
+
isOptional: true
|
|
93
93
|
}
|
|
94
94
|
}
|
|
95
|
-
})
|
|
96
|
-
|
|
97
|
-
|
|
95
|
+
});
|
|
96
|
+
const BankTransactionRecord = new SchemaModel({
|
|
97
|
+
name: "BankTransactionRecord",
|
|
98
|
+
description: "Canonical transaction entry mapped from Powens into the open banking ledger.",
|
|
98
99
|
fields: {
|
|
99
100
|
id: {
|
|
100
|
-
type:
|
|
101
|
-
isOptional:
|
|
101
|
+
type: ScalarTypeEnum.ID(),
|
|
102
|
+
isOptional: false
|
|
102
103
|
},
|
|
103
104
|
accountId: {
|
|
104
|
-
type:
|
|
105
|
-
isOptional:
|
|
105
|
+
type: ScalarTypeEnum.ID(),
|
|
106
|
+
isOptional: false
|
|
106
107
|
},
|
|
107
108
|
tenantId: {
|
|
108
|
-
type:
|
|
109
|
-
isOptional:
|
|
109
|
+
type: ScalarTypeEnum.ID(),
|
|
110
|
+
isOptional: false
|
|
110
111
|
},
|
|
111
112
|
connectionId: {
|
|
112
|
-
type:
|
|
113
|
-
isOptional:
|
|
113
|
+
type: ScalarTypeEnum.ID(),
|
|
114
|
+
isOptional: false
|
|
114
115
|
},
|
|
115
116
|
externalId: {
|
|
116
|
-
type:
|
|
117
|
-
isOptional:
|
|
117
|
+
type: ScalarTypeEnum.NonEmptyString(),
|
|
118
|
+
isOptional: false
|
|
118
119
|
},
|
|
119
120
|
amount: {
|
|
120
|
-
type:
|
|
121
|
-
isOptional:
|
|
121
|
+
type: ScalarTypeEnum.Float_unsecure(),
|
|
122
|
+
isOptional: false
|
|
122
123
|
},
|
|
123
124
|
currency: {
|
|
124
|
-
type:
|
|
125
|
-
isOptional:
|
|
125
|
+
type: ScalarTypeEnum.Currency(),
|
|
126
|
+
isOptional: false
|
|
126
127
|
},
|
|
127
128
|
date: {
|
|
128
|
-
type:
|
|
129
|
-
isOptional:
|
|
129
|
+
type: ScalarTypeEnum.DateTime(),
|
|
130
|
+
isOptional: false
|
|
130
131
|
},
|
|
131
132
|
bookingDate: {
|
|
132
|
-
type:
|
|
133
|
-
isOptional:
|
|
133
|
+
type: ScalarTypeEnum.DateTime(),
|
|
134
|
+
isOptional: true
|
|
134
135
|
},
|
|
135
136
|
valueDate: {
|
|
136
|
-
type:
|
|
137
|
-
isOptional:
|
|
137
|
+
type: ScalarTypeEnum.DateTime(),
|
|
138
|
+
isOptional: true
|
|
138
139
|
},
|
|
139
140
|
description: {
|
|
140
|
-
type:
|
|
141
|
-
isOptional:
|
|
141
|
+
type: ScalarTypeEnum.String_unsecure(),
|
|
142
|
+
isOptional: true
|
|
142
143
|
},
|
|
143
144
|
counterpartyName: {
|
|
144
|
-
type:
|
|
145
|
-
isOptional:
|
|
145
|
+
type: ScalarTypeEnum.String_unsecure(),
|
|
146
|
+
isOptional: true
|
|
146
147
|
},
|
|
147
148
|
counterpartyAccount: {
|
|
148
|
-
type:
|
|
149
|
-
isOptional:
|
|
149
|
+
type: ScalarTypeEnum.String_unsecure(),
|
|
150
|
+
isOptional: true
|
|
150
151
|
},
|
|
151
152
|
merchantCategoryCode: {
|
|
152
|
-
type:
|
|
153
|
-
isOptional:
|
|
153
|
+
type: ScalarTypeEnum.String_unsecure(),
|
|
154
|
+
isOptional: true
|
|
154
155
|
},
|
|
155
156
|
rawCategory: {
|
|
156
|
-
type:
|
|
157
|
-
isOptional:
|
|
157
|
+
type: ScalarTypeEnum.String_unsecure(),
|
|
158
|
+
isOptional: true
|
|
158
159
|
},
|
|
159
160
|
standardizedCategory: {
|
|
160
|
-
type:
|
|
161
|
-
isOptional:
|
|
161
|
+
type: ScalarTypeEnum.String_unsecure(),
|
|
162
|
+
isOptional: true
|
|
162
163
|
},
|
|
163
164
|
transactionType: {
|
|
164
|
-
type:
|
|
165
|
-
isOptional:
|
|
165
|
+
type: ScalarTypeEnum.NonEmptyString(),
|
|
166
|
+
isOptional: false
|
|
166
167
|
},
|
|
167
168
|
status: {
|
|
168
|
-
type:
|
|
169
|
-
isOptional:
|
|
169
|
+
type: ScalarTypeEnum.NonEmptyString(),
|
|
170
|
+
isOptional: false
|
|
170
171
|
},
|
|
171
172
|
runningBalance: {
|
|
172
|
-
type:
|
|
173
|
-
isOptional:
|
|
173
|
+
type: ScalarTypeEnum.Float_unsecure(),
|
|
174
|
+
isOptional: true
|
|
174
175
|
},
|
|
175
176
|
metadata: {
|
|
176
|
-
type:
|
|
177
|
-
isOptional:
|
|
177
|
+
type: ScalarTypeEnum.JSONObject(),
|
|
178
|
+
isOptional: true
|
|
178
179
|
},
|
|
179
180
|
createdAt: {
|
|
180
|
-
type:
|
|
181
|
-
isOptional:
|
|
181
|
+
type: ScalarTypeEnum.DateTime(),
|
|
182
|
+
isOptional: false
|
|
182
183
|
},
|
|
183
184
|
updatedAt: {
|
|
184
|
-
type:
|
|
185
|
-
isOptional:
|
|
185
|
+
type: ScalarTypeEnum.DateTime(),
|
|
186
|
+
isOptional: false
|
|
186
187
|
}
|
|
187
188
|
}
|
|
188
|
-
})
|
|
189
|
-
|
|
190
|
-
|
|
189
|
+
});
|
|
190
|
+
const AccountBalanceRecord = new SchemaModel({
|
|
191
|
+
name: "AccountBalanceRecord",
|
|
192
|
+
description: "Canonical balance snapshot computed from Powens balance payloads.",
|
|
191
193
|
fields: {
|
|
192
194
|
id: {
|
|
193
|
-
type:
|
|
194
|
-
isOptional:
|
|
195
|
+
type: ScalarTypeEnum.ID(),
|
|
196
|
+
isOptional: false
|
|
195
197
|
},
|
|
196
198
|
accountId: {
|
|
197
|
-
type:
|
|
198
|
-
isOptional:
|
|
199
|
+
type: ScalarTypeEnum.ID(),
|
|
200
|
+
isOptional: false
|
|
199
201
|
},
|
|
200
202
|
tenantId: {
|
|
201
|
-
type:
|
|
202
|
-
isOptional:
|
|
203
|
+
type: ScalarTypeEnum.ID(),
|
|
204
|
+
isOptional: false
|
|
203
205
|
},
|
|
204
206
|
connectionId: {
|
|
205
|
-
type:
|
|
206
|
-
isOptional:
|
|
207
|
+
type: ScalarTypeEnum.ID(),
|
|
208
|
+
isOptional: false
|
|
207
209
|
},
|
|
208
210
|
balanceType: {
|
|
209
|
-
type:
|
|
210
|
-
isOptional:
|
|
211
|
+
type: ScalarTypeEnum.NonEmptyString(),
|
|
212
|
+
isOptional: false
|
|
211
213
|
},
|
|
212
214
|
currentBalance: {
|
|
213
|
-
type:
|
|
214
|
-
isOptional:
|
|
215
|
+
type: ScalarTypeEnum.Float_unsecure(),
|
|
216
|
+
isOptional: false
|
|
215
217
|
},
|
|
216
218
|
availableBalance: {
|
|
217
|
-
type:
|
|
218
|
-
isOptional:
|
|
219
|
+
type: ScalarTypeEnum.Float_unsecure(),
|
|
220
|
+
isOptional: true
|
|
219
221
|
},
|
|
220
222
|
currency: {
|
|
221
|
-
type:
|
|
222
|
-
isOptional:
|
|
223
|
+
type: ScalarTypeEnum.Currency(),
|
|
224
|
+
isOptional: false
|
|
223
225
|
},
|
|
224
226
|
lastUpdatedAt: {
|
|
225
|
-
type:
|
|
226
|
-
isOptional:
|
|
227
|
+
type: ScalarTypeEnum.DateTime(),
|
|
228
|
+
isOptional: false
|
|
227
229
|
},
|
|
228
230
|
createdAt: {
|
|
229
|
-
type:
|
|
230
|
-
isOptional:
|
|
231
|
+
type: ScalarTypeEnum.DateTime(),
|
|
232
|
+
isOptional: false
|
|
231
233
|
},
|
|
232
234
|
metadata: {
|
|
233
|
-
type:
|
|
234
|
-
isOptional:
|
|
235
|
+
type: ScalarTypeEnum.JSONObject(),
|
|
236
|
+
isOptional: true
|
|
235
237
|
}
|
|
236
238
|
}
|
|
237
239
|
});
|
|
238
240
|
|
|
239
241
|
//#endregion
|
|
240
|
-
export {
|
|
242
|
+
export { AccountBalanceRecord, BankAccountRecord, BankTransactionRecord };
|
|
@@ -1,24 +1,13 @@
|
|
|
1
1
|
//#region ../../libs/contracts/dist/integrations/openbanking/telemetry.js
|
|
2
|
-
const
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
`merchantName`,
|
|
11
|
-
`merchantCategoryCode`,
|
|
12
|
-
`reference`
|
|
13
|
-
], t = {
|
|
14
|
-
accountsSynced: `openbanking.accounts.synced`,
|
|
15
|
-
accountsSyncFailed: `openbanking.accounts.sync_failed`,
|
|
16
|
-
transactionsSynced: `openbanking.transactions.synced`,
|
|
17
|
-
transactionsSyncFailed: `openbanking.transactions.sync_failed`,
|
|
18
|
-
balancesRefreshed: `openbanking.balances.refreshed`,
|
|
19
|
-
balancesRefreshFailed: `openbanking.balances.refresh_failed`,
|
|
20
|
-
overviewGenerated: `openbanking.overview.generated`
|
|
2
|
+
const OPENBANKING_TELEMETRY_EVENTS = {
|
|
3
|
+
accountsSynced: "openbanking.accounts.synced",
|
|
4
|
+
accountsSyncFailed: "openbanking.accounts.sync_failed",
|
|
5
|
+
transactionsSynced: "openbanking.transactions.synced",
|
|
6
|
+
transactionsSyncFailed: "openbanking.transactions.sync_failed",
|
|
7
|
+
balancesRefreshed: "openbanking.balances.refreshed",
|
|
8
|
+
balancesRefreshFailed: "openbanking.balances.refresh_failed",
|
|
9
|
+
overviewGenerated: "openbanking.overview.generated"
|
|
21
10
|
};
|
|
22
11
|
|
|
23
12
|
//#endregion
|
|
24
|
-
export {
|
|
13
|
+
export { OPENBANKING_TELEMETRY_EVENTS };
|
|
@@ -1,52 +1,52 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { StabilityEnum } from "../../ownership.js";
|
|
2
2
|
|
|
3
3
|
//#region ../../libs/contracts/dist/integrations/providers/elevenlabs.js
|
|
4
|
-
const
|
|
4
|
+
const elevenLabsIntegrationSpec = {
|
|
5
5
|
meta: {
|
|
6
|
-
key:
|
|
6
|
+
key: "ai-voice.elevenlabs",
|
|
7
7
|
version: 1,
|
|
8
|
-
category:
|
|
9
|
-
displayName:
|
|
10
|
-
title:
|
|
11
|
-
description:
|
|
12
|
-
domain:
|
|
13
|
-
owners: [
|
|
14
|
-
tags: [
|
|
15
|
-
stability:
|
|
8
|
+
category: "ai-voice",
|
|
9
|
+
displayName: "ElevenLabs Voice",
|
|
10
|
+
title: "ElevenLabs Text-to-Speech",
|
|
11
|
+
description: "ElevenLabs integration for neural voice synthesis and voice catalog access.",
|
|
12
|
+
domain: "ai",
|
|
13
|
+
owners: ["platform.ai"],
|
|
14
|
+
tags: ["voice", "tts"],
|
|
15
|
+
stability: StabilityEnum.Beta
|
|
16
16
|
},
|
|
17
|
-
supportedModes: [
|
|
17
|
+
supportedModes: ["managed", "byok"],
|
|
18
18
|
capabilities: { provides: [{
|
|
19
|
-
key:
|
|
19
|
+
key: "ai.voice.synthesis",
|
|
20
20
|
version: 1
|
|
21
21
|
}] },
|
|
22
22
|
configSchema: {
|
|
23
23
|
schema: {
|
|
24
|
-
type:
|
|
24
|
+
type: "object",
|
|
25
25
|
properties: { defaultVoiceId: {
|
|
26
|
-
type:
|
|
27
|
-
description:
|
|
26
|
+
type: "string",
|
|
27
|
+
description: "Optional default voice identifier for synthesis requests."
|
|
28
28
|
} }
|
|
29
29
|
},
|
|
30
|
-
example: { defaultVoiceId:
|
|
30
|
+
example: { defaultVoiceId: "pNInz6obpgDQGcFmaJgB" }
|
|
31
31
|
},
|
|
32
32
|
secretSchema: {
|
|
33
33
|
schema: {
|
|
34
|
-
type:
|
|
35
|
-
required: [
|
|
34
|
+
type: "object",
|
|
35
|
+
required: ["apiKey"],
|
|
36
36
|
properties: { apiKey: {
|
|
37
|
-
type:
|
|
38
|
-
description:
|
|
37
|
+
type: "string",
|
|
38
|
+
description: "ElevenLabs API key with text-to-speech permissions."
|
|
39
39
|
} }
|
|
40
40
|
},
|
|
41
|
-
example: { apiKey:
|
|
41
|
+
example: { apiKey: "eleven-***" }
|
|
42
42
|
},
|
|
43
43
|
healthCheck: {
|
|
44
|
-
method:
|
|
44
|
+
method: "custom",
|
|
45
45
|
timeoutMs: 4e3
|
|
46
46
|
},
|
|
47
|
-
docsUrl:
|
|
47
|
+
docsUrl: "https://elevenlabs.io/docs/api-reference/text-to-speech",
|
|
48
48
|
constraints: { rateLimit: { rpm: 120 } },
|
|
49
|
-
byokSetup: { setupInstructions:
|
|
49
|
+
byokSetup: { setupInstructions: "Create an ElevenLabs API key and ensure the desired voices are accessible to the key scope." }
|
|
50
50
|
};
|
|
51
51
|
|
|
52
52
|
//#endregion
|
|
@@ -1,75 +1,75 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { StabilityEnum } from "../../ownership.js";
|
|
2
2
|
|
|
3
3
|
//#region ../../libs/contracts/dist/integrations/providers/gcs-storage.js
|
|
4
|
-
const
|
|
4
|
+
const gcsStorageIntegrationSpec = {
|
|
5
5
|
meta: {
|
|
6
|
-
key:
|
|
6
|
+
key: "storage.gcs",
|
|
7
7
|
version: 1,
|
|
8
|
-
category:
|
|
9
|
-
displayName:
|
|
10
|
-
title:
|
|
11
|
-
description:
|
|
12
|
-
domain:
|
|
13
|
-
owners: [
|
|
8
|
+
category: "storage",
|
|
9
|
+
displayName: "Google Cloud Storage",
|
|
10
|
+
title: "Google Cloud Storage Buckets",
|
|
11
|
+
description: "Google Cloud Storage integration for object storage and retrieval.",
|
|
12
|
+
domain: "infrastructure",
|
|
13
|
+
owners: ["platform.infrastructure"],
|
|
14
14
|
tags: [
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
15
|
+
"storage",
|
|
16
|
+
"gcs",
|
|
17
|
+
"google-cloud"
|
|
18
18
|
],
|
|
19
|
-
stability:
|
|
19
|
+
stability: StabilityEnum.Beta
|
|
20
20
|
},
|
|
21
|
-
supportedModes: [
|
|
21
|
+
supportedModes: ["managed", "byok"],
|
|
22
22
|
capabilities: { provides: [{
|
|
23
|
-
key:
|
|
23
|
+
key: "storage.objects",
|
|
24
24
|
version: 1
|
|
25
25
|
}] },
|
|
26
26
|
configSchema: {
|
|
27
27
|
schema: {
|
|
28
|
-
type:
|
|
29
|
-
required: [
|
|
28
|
+
type: "object",
|
|
29
|
+
required: ["bucket"],
|
|
30
30
|
properties: {
|
|
31
31
|
bucket: {
|
|
32
|
-
type:
|
|
33
|
-
description:
|
|
32
|
+
type: "string",
|
|
33
|
+
description: "Primary bucket name used for storing objects."
|
|
34
34
|
},
|
|
35
35
|
prefix: {
|
|
36
|
-
type:
|
|
37
|
-
description:
|
|
36
|
+
type: "string",
|
|
37
|
+
description: "Optional prefix applied to object keys."
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
41
|
example: {
|
|
42
|
-
bucket:
|
|
43
|
-
prefix:
|
|
42
|
+
bucket: "pfo-tenant-assets",
|
|
43
|
+
prefix: "documents/"
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
46
|
secretSchema: {
|
|
47
47
|
schema: {
|
|
48
|
-
type:
|
|
48
|
+
type: "object",
|
|
49
49
|
properties: {
|
|
50
50
|
type: {
|
|
51
|
-
type:
|
|
52
|
-
description:
|
|
51
|
+
type: "string",
|
|
52
|
+
description: "Service account type field from Google credentials JSON (if provided)."
|
|
53
53
|
},
|
|
54
|
-
client_email: { type:
|
|
55
|
-
private_key: { type:
|
|
56
|
-
project_id: { type:
|
|
54
|
+
client_email: { type: "string" },
|
|
55
|
+
private_key: { type: "string" },
|
|
56
|
+
project_id: { type: "string" }
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
59
|
example: {
|
|
60
|
-
type:
|
|
61
|
-
client_email:
|
|
62
|
-
private_key:
|
|
63
|
-
project_id:
|
|
60
|
+
type: "service_account",
|
|
61
|
+
client_email: "svc-account@example.iam.gserviceaccount.com",
|
|
62
|
+
private_key: "-----BEGIN PRIVATE KEY-----...",
|
|
63
|
+
project_id: "example-project"
|
|
64
64
|
}
|
|
65
65
|
},
|
|
66
66
|
healthCheck: {
|
|
67
|
-
method:
|
|
67
|
+
method: "ping",
|
|
68
68
|
timeoutMs: 4e3
|
|
69
69
|
},
|
|
70
|
-
docsUrl:
|
|
70
|
+
docsUrl: "https://cloud.google.com/storage/docs/apis",
|
|
71
71
|
constraints: { quotas: { storageGb: 5120 } },
|
|
72
|
-
byokSetup: { setupInstructions:
|
|
72
|
+
byokSetup: { setupInstructions: "Create a Google Cloud service account with Storage Object Admin role and upload the JSON credentials to the secret store." }
|
|
73
73
|
};
|
|
74
74
|
|
|
75
75
|
//#endregion
|