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