@lssm/lib.contracts 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 (239) hide show
  1. package/dist/app-config/app-config.feature.js +53 -1
  2. package/dist/app-config/contracts.d.ts +50 -50
  3. package/dist/app-config/contracts.js +396 -1
  4. package/dist/app-config/docs/app-config.docblock.js +22 -220
  5. package/dist/app-config/events.d.ts +27 -27
  6. package/dist/app-config/events.js +168 -1
  7. package/dist/app-config/index.js +8 -1
  8. package/dist/app-config/lifecycle-contracts.d.ts +80 -80
  9. package/dist/app-config/lifecycle-contracts.js +441 -1
  10. package/dist/app-config/runtime.js +617 -1
  11. package/dist/app-config/spec.js +36 -1
  12. package/dist/app-config/validation.js +538 -1
  13. package/dist/capabilities/docs/capabilities.docblock.js +22 -1
  14. package/dist/capabilities/openbanking.js +92 -1
  15. package/dist/capabilities.js +50 -1
  16. package/dist/client/index.js +9 -1
  17. package/dist/client/react/drivers/rn-reusables.js +21 -1
  18. package/dist/client/react/drivers/shadcn.js +11 -1
  19. package/dist/client/react/feature-render.js +43 -1
  20. package/dist/client/react/form-render.js +298 -1
  21. package/dist/client/react/index.js +8 -1
  22. package/dist/contract-registry/index.js +3 -1
  23. package/dist/contract-registry/schemas.js +61 -1
  24. package/dist/contracts-adapter-hydration.js +41 -1
  25. package/dist/contracts-adapter-input.js +77 -1
  26. package/dist/data-views/docs/data-views.docblock.js +22 -1
  27. package/dist/data-views/query-generator.js +48 -1
  28. package/dist/data-views/runtime.js +39 -1
  29. package/dist/data-views.js +35 -1
  30. package/dist/docs/PUBLISHING.docblock.js +17 -76
  31. package/dist/docs/accessibility_wcag_compliance_specs.docblock.js +17 -350
  32. package/dist/docs/index.js +33 -1
  33. package/dist/docs/meta.docs.js +15 -2
  34. package/dist/docs/presentations.js +77 -1
  35. package/dist/docs/registry.js +51 -1
  36. package/dist/docs/tech/PHASE_1_QUICKSTART.docblock.js +17 -383
  37. package/dist/docs/tech/PHASE_2_AI_NATIVE_OPERATIONS.docblock.js +17 -68
  38. package/dist/docs/tech/PHASE_3_AUTO_EVOLUTION.docblock.js +17 -140
  39. package/dist/docs/tech/PHASE_4_PERSONALIZATION_ENGINE.docblock.js +17 -86
  40. package/dist/docs/tech/PHASE_5_ZERO_TOUCH_OPERATIONS.docblock.js +17 -1
  41. package/dist/docs/tech/auth/better-auth-nextjs.docblock.js +25 -2
  42. package/dist/docs/tech/contracts/README.docblock.js +21 -1
  43. package/dist/docs/tech/contracts/create-subscription.docblock.js +21 -1
  44. package/dist/docs/tech/contracts/graphql-typed-outputs.docblock.js +21 -180
  45. package/dist/docs/tech/contracts/migrations.docblock.js +21 -1
  46. package/dist/docs/tech/contracts/openapi-export.docblock.js +22 -2
  47. package/dist/docs/tech/contracts/ops-to-presentation-linking.docblock.js +19 -60
  48. package/dist/docs/tech/contracts/overlays.docblock.js +21 -68
  49. package/dist/docs/tech/contracts/tests.docblock.js +21 -132
  50. package/dist/docs/tech/contracts/themes.docblock.js +21 -1
  51. package/dist/docs/tech/contracts/vertical-pocket-family-office.docblock.js +21 -106
  52. package/dist/docs/tech/lifecycle-stage-system.docblock.js +17 -213
  53. package/dist/docs/tech/llm/llm-integration.docblock.js +74 -5
  54. package/dist/docs/tech/mcp-endpoints.docblock.js +38 -1
  55. package/dist/docs/tech/presentation-runtime.docblock.js +17 -1
  56. package/dist/docs/tech/schema/README.docblock.js +21 -262
  57. package/dist/docs/tech/studio/learning-events.docblock.js +49 -1
  58. package/dist/docs/tech/studio/learning-journeys.docblock.js +25 -2
  59. package/dist/docs/tech/studio/platform-admin-panel.docblock.js +24 -2
  60. package/dist/docs/tech/studio/project-access-teams.docblock.js +26 -16
  61. package/dist/docs/tech/studio/project-routing.docblock.js +68 -1
  62. package/dist/docs/tech/studio/sandbox-unlogged.docblock.js +23 -2
  63. package/dist/docs/tech/studio/team-invitations.docblock.js +41 -36
  64. package/dist/docs/tech/studio/workspace-ops.docblock.js +48 -1
  65. package/dist/docs/tech/studio/workspaces.docblock.js +24 -2
  66. package/dist/docs/tech/telemetry-ingest.docblock.js +37 -3
  67. package/dist/docs/tech/templates/runtime.docblock.js +21 -1
  68. package/dist/docs/tech/vscode-extension.docblock.js +37 -3
  69. package/dist/docs/tech/workflows/overview.docblock.js +21 -1
  70. package/dist/docs/tech-contracts.docs.js +19 -2
  71. package/dist/events.js +12 -1
  72. package/dist/experiments/docs/experiments.docblock.js +22 -128
  73. package/dist/experiments/evaluator.js +101 -1
  74. package/dist/experiments/spec.js +33 -1
  75. package/dist/features.js +68 -1
  76. package/dist/forms/docs/forms.docblock.js +22 -1
  77. package/dist/forms.js +119 -1
  78. package/dist/index.js +107 -1
  79. package/dist/install.js +40 -1
  80. package/dist/integrations/contracts.d.ts +102 -102
  81. package/dist/integrations/contracts.js +388 -1
  82. package/dist/integrations/docs/integrations.docblock.js +95 -1
  83. package/dist/integrations/health.js +69 -1
  84. package/dist/integrations/index.js +23 -1
  85. package/dist/integrations/openbanking/contracts/accounts.d.ts +66 -66
  86. package/dist/integrations/openbanking/contracts/accounts.js +237 -1
  87. package/dist/integrations/openbanking/contracts/balances.d.ts +34 -34
  88. package/dist/integrations/openbanking/contracts/balances.js +167 -1
  89. package/dist/integrations/openbanking/contracts/index.js +12 -1
  90. package/dist/integrations/openbanking/contracts/transactions.d.ts +48 -48
  91. package/dist/integrations/openbanking/contracts/transactions.js +218 -1
  92. package/dist/integrations/openbanking/guards.js +32 -1
  93. package/dist/integrations/openbanking/models.d.ts +55 -55
  94. package/dist/integrations/openbanking/models.js +242 -1
  95. package/dist/integrations/openbanking/openbanking.feature.js +68 -1
  96. package/dist/integrations/openbanking/telemetry.js +39 -1
  97. package/dist/integrations/providers/elevenlabs.js +56 -1
  98. package/dist/integrations/providers/gcs-storage.js +79 -1
  99. package/dist/integrations/providers/gmail.js +91 -1
  100. package/dist/integrations/providers/google-calendar.js +70 -1
  101. package/dist/integrations/providers/impls/elevenlabs-voice.js +95 -1
  102. package/dist/integrations/providers/impls/gcs-storage.js +88 -1
  103. package/dist/integrations/providers/impls/gmail-inbound.js +200 -1
  104. package/dist/integrations/providers/impls/gmail-outbound.js +104 -5
  105. package/dist/integrations/providers/impls/google-calendar.js +154 -1
  106. package/dist/integrations/providers/impls/index.js +16 -1
  107. package/dist/integrations/providers/impls/mistral-embedding.js +41 -1
  108. package/dist/integrations/providers/impls/mistral-llm.js +247 -1
  109. package/dist/integrations/providers/impls/postmark-email.js +55 -1
  110. package/dist/integrations/providers/impls/powens-client.js +171 -1
  111. package/dist/integrations/providers/impls/powens-openbanking.js +218 -1
  112. package/dist/integrations/providers/impls/provider-factory.js +142 -1
  113. package/dist/integrations/providers/impls/qdrant-vector.js +69 -1
  114. package/dist/integrations/providers/impls/stripe-payments.js +202 -1
  115. package/dist/integrations/providers/impls/twilio-sms.js +58 -1
  116. package/dist/integrations/providers/index.js +13 -1
  117. package/dist/integrations/providers/mistral.js +72 -1
  118. package/dist/integrations/providers/postmark.js +72 -1
  119. package/dist/integrations/providers/powens.js +120 -1
  120. package/dist/integrations/providers/qdrant.js +77 -1
  121. package/dist/integrations/providers/registry.js +34 -1
  122. package/dist/integrations/providers/stripe.js +87 -1
  123. package/dist/integrations/providers/twilio-sms.js +65 -1
  124. package/dist/integrations/runtime.js +186 -1
  125. package/dist/integrations/secrets/aws-secret-manager.js +231 -1
  126. package/dist/integrations/secrets/env-secret-provider.js +81 -1
  127. package/dist/integrations/secrets/gcp-secret-manager.js +229 -1
  128. package/dist/integrations/secrets/index.js +8 -1
  129. package/dist/integrations/secrets/manager.js +103 -1
  130. package/dist/integrations/secrets/provider.js +58 -1
  131. package/dist/integrations/secrets/scaleway-secret-manager.js +247 -1
  132. package/dist/integrations/spec.js +39 -1
  133. package/dist/jobs/define-job.js +16 -1
  134. package/dist/jobs/gcp-cloud-tasks.js +53 -1
  135. package/dist/jobs/gcp-pubsub.js +39 -1
  136. package/dist/jobs/handlers/gmail-sync-handler.js +9 -1
  137. package/dist/jobs/handlers/index.js +12 -1
  138. package/dist/jobs/handlers/ping-handler.js +15 -1
  139. package/dist/jobs/handlers/storage-document-handler.js +14 -1
  140. package/dist/jobs/index.js +4 -1
  141. package/dist/jobs/memory-queue.js +71 -1
  142. package/dist/jobs/queue.js +33 -1
  143. package/dist/jobs/scaleway-sqs-queue.js +153 -1
  144. package/dist/jsonschema.d.ts +3 -3
  145. package/dist/jsonschema.js +32 -1
  146. package/dist/knowledge/contracts.d.ts +66 -66
  147. package/dist/knowledge/contracts.js +317 -1
  148. package/dist/knowledge/docs/knowledge.docblock.js +22 -138
  149. package/dist/knowledge/index.js +10 -1
  150. package/dist/knowledge/ingestion/document-processor.js +54 -1
  151. package/dist/knowledge/ingestion/embedding-service.js +25 -1
  152. package/dist/knowledge/ingestion/gmail-adapter.js +50 -5
  153. package/dist/knowledge/ingestion/index.js +7 -1
  154. package/dist/knowledge/ingestion/storage-adapter.js +26 -1
  155. package/dist/knowledge/ingestion/vector-indexer.js +32 -1
  156. package/dist/knowledge/query/index.js +3 -1
  157. package/dist/knowledge/query/service.js +64 -2
  158. package/dist/knowledge/runtime.js +49 -1
  159. package/dist/knowledge/spaces/email-threads.js +38 -1
  160. package/dist/knowledge/spaces/financial-docs.js +38 -1
  161. package/dist/knowledge/spaces/financial-overview.js +42 -1
  162. package/dist/knowledge/spaces/index.js +8 -1
  163. package/dist/knowledge/spaces/product-canon.js +38 -1
  164. package/dist/knowledge/spaces/support-faq.js +41 -1
  165. package/dist/knowledge/spaces/uploaded-docs.js +38 -1
  166. package/dist/knowledge/spec.js +39 -1
  167. package/dist/llm/exporters.js +541 -8
  168. package/dist/llm/index.js +4 -1
  169. package/dist/llm/prompts.js +246 -56
  170. package/dist/markdown.js +116 -3
  171. package/dist/migrations.js +33 -1
  172. package/dist/onboarding-base.d.ts +29 -29
  173. package/dist/onboarding-base.js +196 -1
  174. package/dist/openapi.js +75 -1
  175. package/dist/openbanking/docs/openbanking.docblock.js +22 -109
  176. package/dist/ownership.js +40 -1
  177. package/dist/policy/docs/policy.docblock.js +22 -1
  178. package/dist/policy/engine.js +223 -1
  179. package/dist/policy/opa-adapter.js +71 -1
  180. package/dist/policy/spec.js +33 -1
  181. package/dist/presentations/docs/presentations-conventions.docblock.js +21 -7
  182. package/dist/presentations.backcompat.js +47 -1
  183. package/dist/presentations.d.ts +3 -3
  184. package/dist/presentations.js +66 -1
  185. package/dist/presentations.v2.js +278 -6
  186. package/dist/prompt.js +10 -1
  187. package/dist/promptRegistry.js +34 -1
  188. package/dist/regenerator/docs/regenerator.docblock.js +22 -184
  189. package/dist/regenerator/executor.js +86 -1
  190. package/dist/regenerator/index.js +6 -1
  191. package/dist/regenerator/service.js +92 -1
  192. package/dist/regenerator/sinks.js +32 -1
  193. package/dist/regenerator/utils.js +51 -1
  194. package/dist/registry.js +208 -1
  195. package/dist/resources.js +47 -1
  196. package/dist/schema/dist/EnumType.js +2 -1
  197. package/dist/schema/dist/FieldType.js +49 -1
  198. package/dist/schema/dist/ScalarTypeEnum.js +236 -1
  199. package/dist/schema/dist/SchemaModel.js +39 -1
  200. package/dist/schema/dist/entity/defineEntity.js +1 -1
  201. package/dist/schema/dist/entity/index.js +2 -1
  202. package/dist/schema/dist/entity/types.js +1 -1
  203. package/dist/schema/dist/index.js +6 -1
  204. package/dist/schema-to-markdown.js +214 -10
  205. package/dist/server/graphql-pothos.js +128 -1
  206. package/dist/server/index.js +10 -1
  207. package/dist/server/mcp/createMcpServer.js +28 -1
  208. package/dist/server/mcp/registerPresentations.js +151 -1
  209. package/dist/server/mcp/registerPrompts.js +36 -2
  210. package/dist/server/mcp/registerResources.js +35 -1
  211. package/dist/server/mcp/registerTools.js +22 -1
  212. package/dist/server/provider-mcp.js +3 -1
  213. package/dist/server/rest-elysia.js +20 -1
  214. package/dist/server/rest-express.js +39 -1
  215. package/dist/server/rest-generic.js +125 -1
  216. package/dist/server/rest-next-app.js +38 -1
  217. package/dist/server/rest-next-mcp.js +45 -1
  218. package/dist/server/rest-next-pages.js +25 -1
  219. package/dist/spec.js +35 -1
  220. package/dist/telemetry/anomaly.js +48 -1
  221. package/dist/telemetry/docs/telemetry.docblock.js +22 -139
  222. package/dist/telemetry/index.js +5 -1
  223. package/dist/telemetry/spec.js +69 -1
  224. package/dist/telemetry/tracker.js +76 -1
  225. package/dist/tests/index.js +4 -1
  226. package/dist/tests/runner.js +150 -1
  227. package/dist/tests/spec.js +33 -1
  228. package/dist/themes.js +39 -1
  229. package/dist/workflow/adapters/db-adapter.js +83 -1
  230. package/dist/workflow/adapters/file-adapter.js +11 -1
  231. package/dist/workflow/adapters/index.js +5 -1
  232. package/dist/workflow/adapters/memory-store.js +58 -1
  233. package/dist/workflow/expression.js +98 -1
  234. package/dist/workflow/index.js +9 -1
  235. package/dist/workflow/runner.js +337 -1
  236. package/dist/workflow/sla-monitor.js +47 -1
  237. package/dist/workflow/spec.js +32 -1
  238. package/dist/workflow/validation.js +175 -1
  239. package/package.json +11 -4
@@ -1,400 +1,400 @@
1
1
  import { ContractSpec } from "../spec.js";
2
2
  import { SpecRegistry } from "../registry.js";
3
- import * as _lssm_lib_schema113 from "@lssm/lib.schema";
3
+ import * as _lssm_lib_schema197 from "@lssm/lib.schema";
4
4
  import { SchemaModel } from "@lssm/lib.schema";
5
5
 
6
6
  //#region src/integrations/contracts.d.ts
7
7
  declare const CreateIntegrationConnection: ContractSpec<SchemaModel<{
8
8
  tenantId: {
9
- type: _lssm_lib_schema113.FieldType<string, string>;
9
+ type: _lssm_lib_schema197.FieldType<string, string>;
10
10
  isOptional: false;
11
11
  };
12
12
  integrationKey: {
13
- type: _lssm_lib_schema113.FieldType<string, string>;
13
+ type: _lssm_lib_schema197.FieldType<string, string>;
14
14
  isOptional: false;
15
15
  };
16
16
  integrationVersion: {
17
- type: _lssm_lib_schema113.FieldType<number, number>;
17
+ type: _lssm_lib_schema197.FieldType<number, number>;
18
18
  isOptional: false;
19
19
  };
20
20
  label: {
21
- type: _lssm_lib_schema113.FieldType<string, string>;
21
+ type: _lssm_lib_schema197.FieldType<string, string>;
22
22
  isOptional: false;
23
23
  };
24
24
  ownershipMode: {
25
- type: _lssm_lib_schema113.FieldType<string, string>;
25
+ type: _lssm_lib_schema197.FieldType<string, string>;
26
26
  isOptional: false;
27
27
  };
28
28
  externalAccountId: {
29
- type: _lssm_lib_schema113.FieldType<string, string>;
29
+ type: _lssm_lib_schema197.FieldType<string, string>;
30
30
  isOptional: true;
31
31
  };
32
32
  secretProvider: {
33
- type: _lssm_lib_schema113.FieldType<string, string>;
33
+ type: _lssm_lib_schema197.FieldType<string, string>;
34
34
  isOptional: false;
35
35
  };
36
36
  secretRef: {
37
- type: _lssm_lib_schema113.FieldType<string, string>;
37
+ type: _lssm_lib_schema197.FieldType<string, string>;
38
38
  isOptional: false;
39
39
  };
40
40
  environment: {
41
- type: _lssm_lib_schema113.FieldType<string, string>;
41
+ type: _lssm_lib_schema197.FieldType<string, string>;
42
42
  isOptional: true;
43
43
  };
44
44
  config: {
45
- type: _lssm_lib_schema113.FieldType<Record<string, unknown>, Record<string, unknown>>;
45
+ type: _lssm_lib_schema197.FieldType<Record<string, unknown>, Record<string, unknown>>;
46
46
  isOptional: false;
47
47
  };
48
48
  }>, SchemaModel<{
49
49
  id: {
50
- type: _lssm_lib_schema113.FieldType<string, string>;
50
+ type: _lssm_lib_schema197.FieldType<string, string>;
51
51
  isOptional: false;
52
52
  };
53
53
  tenantId: {
54
- type: _lssm_lib_schema113.FieldType<string, string>;
54
+ type: _lssm_lib_schema197.FieldType<string, string>;
55
55
  isOptional: false;
56
56
  };
57
57
  integrationKey: {
58
- type: _lssm_lib_schema113.FieldType<string, string>;
58
+ type: _lssm_lib_schema197.FieldType<string, string>;
59
59
  isOptional: false;
60
60
  };
61
61
  integrationVersion: {
62
- type: _lssm_lib_schema113.FieldType<number, number>;
62
+ type: _lssm_lib_schema197.FieldType<number, number>;
63
63
  isOptional: false;
64
64
  };
65
65
  label: {
66
- type: _lssm_lib_schema113.FieldType<string, string>;
66
+ type: _lssm_lib_schema197.FieldType<string, string>;
67
67
  isOptional: false;
68
68
  };
69
69
  ownershipMode: {
70
- type: _lssm_lib_schema113.FieldType<string, string>;
70
+ type: _lssm_lib_schema197.FieldType<string, string>;
71
71
  isOptional: false;
72
72
  };
73
73
  externalAccountId: {
74
- type: _lssm_lib_schema113.FieldType<string, string>;
74
+ type: _lssm_lib_schema197.FieldType<string, string>;
75
75
  isOptional: true;
76
76
  };
77
77
  secretProvider: {
78
- type: _lssm_lib_schema113.FieldType<string, string>;
78
+ type: _lssm_lib_schema197.FieldType<string, string>;
79
79
  isOptional: false;
80
80
  };
81
81
  secretRef: {
82
- type: _lssm_lib_schema113.FieldType<string, string>;
82
+ type: _lssm_lib_schema197.FieldType<string, string>;
83
83
  isOptional: false;
84
84
  };
85
85
  status: {
86
- type: _lssm_lib_schema113.FieldType<string, string>;
86
+ type: _lssm_lib_schema197.FieldType<string, string>;
87
87
  isOptional: false;
88
88
  };
89
89
  environment: {
90
- type: _lssm_lib_schema113.FieldType<string, string>;
90
+ type: _lssm_lib_schema197.FieldType<string, string>;
91
91
  isOptional: true;
92
92
  };
93
93
  healthStatus: {
94
- type: _lssm_lib_schema113.FieldType<string, string>;
94
+ type: _lssm_lib_schema197.FieldType<string, string>;
95
95
  isOptional: true;
96
96
  };
97
97
  healthCheckedAt: {
98
- type: _lssm_lib_schema113.FieldType<Date, string>;
98
+ type: _lssm_lib_schema197.FieldType<Date, string>;
99
99
  isOptional: true;
100
100
  };
101
101
  healthLatencyMs: {
102
- type: _lssm_lib_schema113.FieldType<number, number>;
102
+ type: _lssm_lib_schema197.FieldType<number, number>;
103
103
  isOptional: true;
104
104
  };
105
105
  healthErrorCode: {
106
- type: _lssm_lib_schema113.FieldType<string, string>;
106
+ type: _lssm_lib_schema197.FieldType<string, string>;
107
107
  isOptional: true;
108
108
  };
109
109
  healthErrorMessage: {
110
- type: _lssm_lib_schema113.FieldType<string, string>;
110
+ type: _lssm_lib_schema197.FieldType<string, string>;
111
111
  isOptional: true;
112
112
  };
113
113
  usageRequestCount: {
114
- type: _lssm_lib_schema113.FieldType<number, number>;
114
+ type: _lssm_lib_schema197.FieldType<number, number>;
115
115
  isOptional: true;
116
116
  };
117
117
  usageSuccessCount: {
118
- type: _lssm_lib_schema113.FieldType<number, number>;
118
+ type: _lssm_lib_schema197.FieldType<number, number>;
119
119
  isOptional: true;
120
120
  };
121
121
  usageErrorCount: {
122
- type: _lssm_lib_schema113.FieldType<number, number>;
122
+ type: _lssm_lib_schema197.FieldType<number, number>;
123
123
  isOptional: true;
124
124
  };
125
125
  usageLastUsedAt: {
126
- type: _lssm_lib_schema113.FieldType<Date, string>;
126
+ type: _lssm_lib_schema197.FieldType<Date, string>;
127
127
  isOptional: true;
128
128
  };
129
129
  usageLastErrorAt: {
130
- type: _lssm_lib_schema113.FieldType<Date, string>;
130
+ type: _lssm_lib_schema197.FieldType<Date, string>;
131
131
  isOptional: true;
132
132
  };
133
133
  usageLastErrorCode: {
134
- type: _lssm_lib_schema113.FieldType<string, string>;
134
+ type: _lssm_lib_schema197.FieldType<string, string>;
135
135
  isOptional: true;
136
136
  };
137
137
  createdAt: {
138
- type: _lssm_lib_schema113.FieldType<Date, string>;
138
+ type: _lssm_lib_schema197.FieldType<Date, string>;
139
139
  isOptional: true;
140
140
  };
141
141
  updatedAt: {
142
- type: _lssm_lib_schema113.FieldType<Date, string>;
142
+ type: _lssm_lib_schema197.FieldType<Date, string>;
143
143
  isOptional: true;
144
144
  };
145
145
  }>, undefined>;
146
146
  declare const UpdateIntegrationConnection: ContractSpec<SchemaModel<{
147
147
  connectionId: {
148
- type: _lssm_lib_schema113.FieldType<string, string>;
148
+ type: _lssm_lib_schema197.FieldType<string, string>;
149
149
  isOptional: false;
150
150
  };
151
151
  label: {
152
- type: _lssm_lib_schema113.FieldType<string, string>;
152
+ type: _lssm_lib_schema197.FieldType<string, string>;
153
153
  isOptional: true;
154
154
  };
155
155
  status: {
156
- type: _lssm_lib_schema113.FieldType<string, string>;
156
+ type: _lssm_lib_schema197.FieldType<string, string>;
157
157
  isOptional: true;
158
158
  };
159
159
  ownershipMode: {
160
- type: _lssm_lib_schema113.FieldType<string, string>;
160
+ type: _lssm_lib_schema197.FieldType<string, string>;
161
161
  isOptional: true;
162
162
  };
163
163
  externalAccountId: {
164
- type: _lssm_lib_schema113.FieldType<string, string>;
164
+ type: _lssm_lib_schema197.FieldType<string, string>;
165
165
  isOptional: true;
166
166
  };
167
167
  secretProvider: {
168
- type: _lssm_lib_schema113.FieldType<string, string>;
168
+ type: _lssm_lib_schema197.FieldType<string, string>;
169
169
  isOptional: true;
170
170
  };
171
171
  secretRef: {
172
- type: _lssm_lib_schema113.FieldType<string, string>;
172
+ type: _lssm_lib_schema197.FieldType<string, string>;
173
173
  isOptional: true;
174
174
  };
175
175
  config: {
176
- type: _lssm_lib_schema113.FieldType<Record<string, unknown>, Record<string, unknown>>;
176
+ type: _lssm_lib_schema197.FieldType<Record<string, unknown>, Record<string, unknown>>;
177
177
  isOptional: true;
178
178
  };
179
179
  }>, SchemaModel<{
180
180
  id: {
181
- type: _lssm_lib_schema113.FieldType<string, string>;
181
+ type: _lssm_lib_schema197.FieldType<string, string>;
182
182
  isOptional: false;
183
183
  };
184
184
  tenantId: {
185
- type: _lssm_lib_schema113.FieldType<string, string>;
185
+ type: _lssm_lib_schema197.FieldType<string, string>;
186
186
  isOptional: false;
187
187
  };
188
188
  integrationKey: {
189
- type: _lssm_lib_schema113.FieldType<string, string>;
189
+ type: _lssm_lib_schema197.FieldType<string, string>;
190
190
  isOptional: false;
191
191
  };
192
192
  integrationVersion: {
193
- type: _lssm_lib_schema113.FieldType<number, number>;
193
+ type: _lssm_lib_schema197.FieldType<number, number>;
194
194
  isOptional: false;
195
195
  };
196
196
  label: {
197
- type: _lssm_lib_schema113.FieldType<string, string>;
197
+ type: _lssm_lib_schema197.FieldType<string, string>;
198
198
  isOptional: false;
199
199
  };
200
200
  ownershipMode: {
201
- type: _lssm_lib_schema113.FieldType<string, string>;
201
+ type: _lssm_lib_schema197.FieldType<string, string>;
202
202
  isOptional: false;
203
203
  };
204
204
  externalAccountId: {
205
- type: _lssm_lib_schema113.FieldType<string, string>;
205
+ type: _lssm_lib_schema197.FieldType<string, string>;
206
206
  isOptional: true;
207
207
  };
208
208
  secretProvider: {
209
- type: _lssm_lib_schema113.FieldType<string, string>;
209
+ type: _lssm_lib_schema197.FieldType<string, string>;
210
210
  isOptional: false;
211
211
  };
212
212
  secretRef: {
213
- type: _lssm_lib_schema113.FieldType<string, string>;
213
+ type: _lssm_lib_schema197.FieldType<string, string>;
214
214
  isOptional: false;
215
215
  };
216
216
  status: {
217
- type: _lssm_lib_schema113.FieldType<string, string>;
217
+ type: _lssm_lib_schema197.FieldType<string, string>;
218
218
  isOptional: false;
219
219
  };
220
220
  environment: {
221
- type: _lssm_lib_schema113.FieldType<string, string>;
221
+ type: _lssm_lib_schema197.FieldType<string, string>;
222
222
  isOptional: true;
223
223
  };
224
224
  healthStatus: {
225
- type: _lssm_lib_schema113.FieldType<string, string>;
225
+ type: _lssm_lib_schema197.FieldType<string, string>;
226
226
  isOptional: true;
227
227
  };
228
228
  healthCheckedAt: {
229
- type: _lssm_lib_schema113.FieldType<Date, string>;
229
+ type: _lssm_lib_schema197.FieldType<Date, string>;
230
230
  isOptional: true;
231
231
  };
232
232
  healthLatencyMs: {
233
- type: _lssm_lib_schema113.FieldType<number, number>;
233
+ type: _lssm_lib_schema197.FieldType<number, number>;
234
234
  isOptional: true;
235
235
  };
236
236
  healthErrorCode: {
237
- type: _lssm_lib_schema113.FieldType<string, string>;
237
+ type: _lssm_lib_schema197.FieldType<string, string>;
238
238
  isOptional: true;
239
239
  };
240
240
  healthErrorMessage: {
241
- type: _lssm_lib_schema113.FieldType<string, string>;
241
+ type: _lssm_lib_schema197.FieldType<string, string>;
242
242
  isOptional: true;
243
243
  };
244
244
  usageRequestCount: {
245
- type: _lssm_lib_schema113.FieldType<number, number>;
245
+ type: _lssm_lib_schema197.FieldType<number, number>;
246
246
  isOptional: true;
247
247
  };
248
248
  usageSuccessCount: {
249
- type: _lssm_lib_schema113.FieldType<number, number>;
249
+ type: _lssm_lib_schema197.FieldType<number, number>;
250
250
  isOptional: true;
251
251
  };
252
252
  usageErrorCount: {
253
- type: _lssm_lib_schema113.FieldType<number, number>;
253
+ type: _lssm_lib_schema197.FieldType<number, number>;
254
254
  isOptional: true;
255
255
  };
256
256
  usageLastUsedAt: {
257
- type: _lssm_lib_schema113.FieldType<Date, string>;
257
+ type: _lssm_lib_schema197.FieldType<Date, string>;
258
258
  isOptional: true;
259
259
  };
260
260
  usageLastErrorAt: {
261
- type: _lssm_lib_schema113.FieldType<Date, string>;
261
+ type: _lssm_lib_schema197.FieldType<Date, string>;
262
262
  isOptional: true;
263
263
  };
264
264
  usageLastErrorCode: {
265
- type: _lssm_lib_schema113.FieldType<string, string>;
265
+ type: _lssm_lib_schema197.FieldType<string, string>;
266
266
  isOptional: true;
267
267
  };
268
268
  createdAt: {
269
- type: _lssm_lib_schema113.FieldType<Date, string>;
269
+ type: _lssm_lib_schema197.FieldType<Date, string>;
270
270
  isOptional: true;
271
271
  };
272
272
  updatedAt: {
273
- type: _lssm_lib_schema113.FieldType<Date, string>;
273
+ type: _lssm_lib_schema197.FieldType<Date, string>;
274
274
  isOptional: true;
275
275
  };
276
276
  }>, undefined>;
277
277
  declare const DeleteIntegrationConnection: ContractSpec<SchemaModel<{
278
278
  connectionId: {
279
- type: _lssm_lib_schema113.FieldType<string, string>;
279
+ type: _lssm_lib_schema197.FieldType<string, string>;
280
280
  isOptional: false;
281
281
  };
282
282
  }>, SchemaModel<{
283
283
  success: {
284
- type: _lssm_lib_schema113.FieldType<boolean, boolean>;
284
+ type: _lssm_lib_schema197.FieldType<boolean, boolean>;
285
285
  isOptional: false;
286
286
  };
287
287
  }>, undefined>;
288
288
  declare const ListIntegrationConnections: ContractSpec<SchemaModel<{
289
289
  tenantId: {
290
- type: _lssm_lib_schema113.FieldType<string, string>;
290
+ type: _lssm_lib_schema197.FieldType<string, string>;
291
291
  isOptional: false;
292
292
  };
293
293
  category: {
294
- type: _lssm_lib_schema113.FieldType<string, string>;
294
+ type: _lssm_lib_schema197.FieldType<string, string>;
295
295
  isOptional: true;
296
296
  };
297
297
  status: {
298
- type: _lssm_lib_schema113.FieldType<string, string>;
298
+ type: _lssm_lib_schema197.FieldType<string, string>;
299
299
  isOptional: true;
300
300
  };
301
301
  }>, SchemaModel<{
302
302
  connections: {
303
303
  type: SchemaModel<{
304
304
  id: {
305
- type: _lssm_lib_schema113.FieldType<string, string>;
305
+ type: _lssm_lib_schema197.FieldType<string, string>;
306
306
  isOptional: false;
307
307
  };
308
308
  tenantId: {
309
- type: _lssm_lib_schema113.FieldType<string, string>;
309
+ type: _lssm_lib_schema197.FieldType<string, string>;
310
310
  isOptional: false;
311
311
  };
312
312
  integrationKey: {
313
- type: _lssm_lib_schema113.FieldType<string, string>;
313
+ type: _lssm_lib_schema197.FieldType<string, string>;
314
314
  isOptional: false;
315
315
  };
316
316
  integrationVersion: {
317
- type: _lssm_lib_schema113.FieldType<number, number>;
317
+ type: _lssm_lib_schema197.FieldType<number, number>;
318
318
  isOptional: false;
319
319
  };
320
320
  label: {
321
- type: _lssm_lib_schema113.FieldType<string, string>;
321
+ type: _lssm_lib_schema197.FieldType<string, string>;
322
322
  isOptional: false;
323
323
  };
324
324
  ownershipMode: {
325
- type: _lssm_lib_schema113.FieldType<string, string>;
325
+ type: _lssm_lib_schema197.FieldType<string, string>;
326
326
  isOptional: false;
327
327
  };
328
328
  externalAccountId: {
329
- type: _lssm_lib_schema113.FieldType<string, string>;
329
+ type: _lssm_lib_schema197.FieldType<string, string>;
330
330
  isOptional: true;
331
331
  };
332
332
  secretProvider: {
333
- type: _lssm_lib_schema113.FieldType<string, string>;
333
+ type: _lssm_lib_schema197.FieldType<string, string>;
334
334
  isOptional: false;
335
335
  };
336
336
  secretRef: {
337
- type: _lssm_lib_schema113.FieldType<string, string>;
337
+ type: _lssm_lib_schema197.FieldType<string, string>;
338
338
  isOptional: false;
339
339
  };
340
340
  status: {
341
- type: _lssm_lib_schema113.FieldType<string, string>;
341
+ type: _lssm_lib_schema197.FieldType<string, string>;
342
342
  isOptional: false;
343
343
  };
344
344
  environment: {
345
- type: _lssm_lib_schema113.FieldType<string, string>;
345
+ type: _lssm_lib_schema197.FieldType<string, string>;
346
346
  isOptional: true;
347
347
  };
348
348
  healthStatus: {
349
- type: _lssm_lib_schema113.FieldType<string, string>;
349
+ type: _lssm_lib_schema197.FieldType<string, string>;
350
350
  isOptional: true;
351
351
  };
352
352
  healthCheckedAt: {
353
- type: _lssm_lib_schema113.FieldType<Date, string>;
353
+ type: _lssm_lib_schema197.FieldType<Date, string>;
354
354
  isOptional: true;
355
355
  };
356
356
  healthLatencyMs: {
357
- type: _lssm_lib_schema113.FieldType<number, number>;
357
+ type: _lssm_lib_schema197.FieldType<number, number>;
358
358
  isOptional: true;
359
359
  };
360
360
  healthErrorCode: {
361
- type: _lssm_lib_schema113.FieldType<string, string>;
361
+ type: _lssm_lib_schema197.FieldType<string, string>;
362
362
  isOptional: true;
363
363
  };
364
364
  healthErrorMessage: {
365
- type: _lssm_lib_schema113.FieldType<string, string>;
365
+ type: _lssm_lib_schema197.FieldType<string, string>;
366
366
  isOptional: true;
367
367
  };
368
368
  usageRequestCount: {
369
- type: _lssm_lib_schema113.FieldType<number, number>;
369
+ type: _lssm_lib_schema197.FieldType<number, number>;
370
370
  isOptional: true;
371
371
  };
372
372
  usageSuccessCount: {
373
- type: _lssm_lib_schema113.FieldType<number, number>;
373
+ type: _lssm_lib_schema197.FieldType<number, number>;
374
374
  isOptional: true;
375
375
  };
376
376
  usageErrorCount: {
377
- type: _lssm_lib_schema113.FieldType<number, number>;
377
+ type: _lssm_lib_schema197.FieldType<number, number>;
378
378
  isOptional: true;
379
379
  };
380
380
  usageLastUsedAt: {
381
- type: _lssm_lib_schema113.FieldType<Date, string>;
381
+ type: _lssm_lib_schema197.FieldType<Date, string>;
382
382
  isOptional: true;
383
383
  };
384
384
  usageLastErrorAt: {
385
- type: _lssm_lib_schema113.FieldType<Date, string>;
385
+ type: _lssm_lib_schema197.FieldType<Date, string>;
386
386
  isOptional: true;
387
387
  };
388
388
  usageLastErrorCode: {
389
- type: _lssm_lib_schema113.FieldType<string, string>;
389
+ type: _lssm_lib_schema197.FieldType<string, string>;
390
390
  isOptional: true;
391
391
  };
392
392
  createdAt: {
393
- type: _lssm_lib_schema113.FieldType<Date, string>;
393
+ type: _lssm_lib_schema197.FieldType<Date, string>;
394
394
  isOptional: true;
395
395
  };
396
396
  updatedAt: {
397
- type: _lssm_lib_schema113.FieldType<Date, string>;
397
+ type: _lssm_lib_schema197.FieldType<Date, string>;
398
398
  isOptional: true;
399
399
  };
400
400
  }>;
@@ -404,28 +404,28 @@ declare const ListIntegrationConnections: ContractSpec<SchemaModel<{
404
404
  }>, undefined>;
405
405
  declare const TestIntegrationConnection: ContractSpec<SchemaModel<{
406
406
  connectionId: {
407
- type: _lssm_lib_schema113.FieldType<string, string>;
407
+ type: _lssm_lib_schema197.FieldType<string, string>;
408
408
  isOptional: false;
409
409
  };
410
410
  }>, SchemaModel<{
411
411
  success: {
412
- type: _lssm_lib_schema113.FieldType<boolean, boolean>;
412
+ type: _lssm_lib_schema197.FieldType<boolean, boolean>;
413
413
  isOptional: false;
414
414
  };
415
415
  status: {
416
- type: _lssm_lib_schema113.FieldType<string, string>;
416
+ type: _lssm_lib_schema197.FieldType<string, string>;
417
417
  isOptional: true;
418
418
  };
419
419
  latencyMs: {
420
- type: _lssm_lib_schema113.FieldType<number, number>;
420
+ type: _lssm_lib_schema197.FieldType<number, number>;
421
421
  isOptional: true;
422
422
  };
423
423
  error: {
424
- type: _lssm_lib_schema113.FieldType<string, string>;
424
+ type: _lssm_lib_schema197.FieldType<string, string>;
425
425
  isOptional: true;
426
426
  };
427
427
  errorCode: {
428
- type: _lssm_lib_schema113.FieldType<string, string>;
428
+ type: _lssm_lib_schema197.FieldType<string, string>;
429
429
  isOptional: true;
430
430
  };
431
431
  }>, undefined>;