@contractspec/example.personalization 1.46.2 → 1.47.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/.turbo/turbo-build$colon$bundle.log +49 -96
- package/.turbo/turbo-build.log +321 -295
- package/CHANGELOG.md +25 -0
- package/dist/example.d.ts.map +1 -1
- package/dist/example.js +4 -2
- package/dist/example.js.map +1 -1
- package/dist/libs/contracts/src/app-config/spec.d.ts +1 -1
- package/dist/libs/contracts/src/app-config/spec.d.ts.map +1 -1
- package/dist/libs/contracts/src/app-config/validation.d.ts +1 -7
- package/dist/libs/contracts/src/examples/registry.d.ts +1 -0
- package/dist/libs/contracts/src/index.d.ts +1 -5
- package/dist/libs/contracts/src/install.d.ts +0 -1
- package/dist/libs/contracts/src/integrations/index.d.ts +1 -4
- package/dist/libs/contracts/src/integrations/openbanking/openbanking.feature.d.ts +1 -1
- package/dist/libs/contracts/src/llm/exporters.d.ts +0 -1
- package/dist/libs/contracts/src/llm/types.d.ts +1 -2
- package/dist/libs/contracts/src/operations/operation.d.ts +0 -1
- package/dist/libs/contracts/src/operations/operation.d.ts.map +1 -1
- package/dist/libs/contracts/src/policy/engine.d.ts +0 -1
- package/dist/libs/contracts/src/policy/index.d.ts +0 -1
- package/dist/libs/contracts/src/types.d.ts +1 -3
- package/dist/libs/contracts/src/workflow/runner.d.ts +0 -1
- package/dist/workflow-extension.js.map +1 -1
- package/package.json +9 -11
- package/src/example.ts +3 -3
- package/dist/libs/contracts/src/app-config/runtime.d.ts +0 -9
- package/dist/libs/contracts/src/data-views/index.d.ts +0 -3
- package/dist/libs/contracts/src/data-views/registry.d.ts +0 -2
- package/dist/libs/contracts/src/data-views/spec.d.ts +0 -1
- package/dist/libs/contracts/src/data-views/types.d.ts +0 -1
- package/dist/libs/contracts/src/events.d.ts +0 -1
- package/dist/libs/contracts/src/integrations/connection.d.ts +0 -1
- package/dist/libs/contracts/src/integrations/openbanking/guards.d.ts +0 -1
- package/dist/libs/contracts/src/integrations/providers/elevenlabs.d.ts +0 -1
- package/dist/libs/contracts/src/integrations/providers/gcs-storage.d.ts +0 -1
- package/dist/libs/contracts/src/integrations/providers/gmail.d.ts +0 -1
- package/dist/libs/contracts/src/integrations/providers/google-calendar.d.ts +0 -1
- package/dist/libs/contracts/src/integrations/providers/index.d.ts +0 -11
- package/dist/libs/contracts/src/integrations/providers/mistral.d.ts +0 -1
- package/dist/libs/contracts/src/integrations/providers/postmark.d.ts +0 -1
- package/dist/libs/contracts/src/integrations/providers/powens.d.ts +0 -1
- package/dist/libs/contracts/src/integrations/providers/qdrant.d.ts +0 -1
- package/dist/libs/contracts/src/integrations/providers/registry.d.ts +0 -1
- package/dist/libs/contracts/src/integrations/providers/stripe.d.ts +0 -1
- package/dist/libs/contracts/src/integrations/providers/twilio-sms.d.ts +0 -1
- package/dist/libs/contracts/src/knowledge/index.d.ts +0 -2
- package/dist/libs/contracts/src/knowledge/spaces/email-threads.d.ts +0 -1
- package/dist/libs/contracts/src/knowledge/spaces/financial-docs.d.ts +0 -1
- package/dist/libs/contracts/src/knowledge/spaces/financial-overview.d.ts +0 -1
- package/dist/libs/contracts/src/knowledge/spaces/index.d.ts +0 -6
- package/dist/libs/contracts/src/knowledge/spaces/product-canon.d.ts +0 -1
- package/dist/libs/contracts/src/knowledge/spaces/support-faq.d.ts +0 -1
- package/dist/libs/contracts/src/knowledge/spaces/uploaded-docs.d.ts +0 -1
- package/dist/libs/contracts/src/knowledge/spec.d.ts +0 -1
- package/dist/libs/contracts/src/policy/registry.d.ts +0 -1
- package/dist/libs/contracts/src/regenerator/adapters.d.ts +0 -1
- package/dist/libs/contracts/src/regenerator/executor.d.ts +0 -1
- package/dist/libs/contracts/src/regenerator/index.d.ts +0 -6
- package/dist/libs/contracts/src/regenerator/service.d.ts +0 -2
- package/dist/libs/contracts/src/regenerator/sinks.d.ts +0 -2
- package/dist/libs/contracts/src/regenerator/types.d.ts +0 -2
- package/dist/libs/contracts/src/regenerator/utils.d.ts +0 -1
- /package/dist/libs/contracts/src/{app-config/lifecycle.d.ts → experiments/evaluator.d.ts} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @contractspec/example.personalization
|
|
2
2
|
|
|
3
|
+
## 1.47.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- caf8701: feat: add cli vibe command to run workflow
|
|
8
|
+
- c69b849: feat: add api web services (mcp & website)
|
|
9
|
+
- 42b8d78: feat: add cli `contractspec vibe` workflow to simplify usage
|
|
10
|
+
- fd38e85: feat: auto-fix contractspec issues
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- e7ded36: feat: improve stability (adding ts-morph)
|
|
15
|
+
- c231a8b: test: improve workspace stability
|
|
16
|
+
- Updated dependencies [e7ded36]
|
|
17
|
+
- Updated dependencies [caf8701]
|
|
18
|
+
- Updated dependencies [c69b849]
|
|
19
|
+
- Updated dependencies [c231a8b]
|
|
20
|
+
- Updated dependencies [42b8d78]
|
|
21
|
+
- Updated dependencies [fd38e85]
|
|
22
|
+
- @contractspec/lib.workflow-composer@1.47.0
|
|
23
|
+
- @contractspec/lib.personalization@1.47.0
|
|
24
|
+
- @contractspec/lib.overlay-engine@1.47.0
|
|
25
|
+
- @contractspec/lib.contracts@1.47.0
|
|
26
|
+
- @contractspec/lib.logger@1.47.0
|
|
27
|
+
|
|
3
28
|
## 1.46.2
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|
package/dist/example.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"example.d.ts","names":[],"sources":["../src/example.ts"],"sourcesContent":[],"mappings":";;;;cAEM,
|
|
1
|
+
{"version":3,"file":"example.d.ts","names":[],"sources":["../src/example.ts"],"sourcesContent":[],"mappings":";;;;cAEM,SA2BJ"}
|
package/dist/example.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
|
+
import { defineExample } from "@contractspec/lib.contracts";
|
|
2
|
+
|
|
1
3
|
//#region src/example.ts
|
|
2
|
-
const example = {
|
|
4
|
+
const example = defineExample({
|
|
3
5
|
meta: {
|
|
4
6
|
key: "personalization",
|
|
5
7
|
version: "1.0.0",
|
|
@@ -36,7 +38,7 @@ const example = {
|
|
|
36
38
|
},
|
|
37
39
|
mcp: { enabled: true }
|
|
38
40
|
}
|
|
39
|
-
};
|
|
41
|
+
});
|
|
40
42
|
var example_default = example;
|
|
41
43
|
|
|
42
44
|
//#endregion
|
package/dist/example.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"example.js","names":[
|
|
1
|
+
{"version":3,"file":"example.js","names":[],"sources":["../src/example.ts"],"sourcesContent":["import { defineExample } from '@contractspec/lib.contracts';\n\nconst example = defineExample({\n meta: {\n key: 'personalization',\n version: '1.0.0',\n title: 'Personalization Patterns',\n description:\n 'Small examples for behavior tracking, overlay-based UI customization, and tenant workflow extension.',\n kind: 'library',\n visibility: 'public',\n stability: 'experimental',\n owners: ['@platform.core'],\n tags: ['personalization', 'overlays', 'behavior', 'workflows'],\n },\n docs: {\n rootDocId: 'docs.examples.personalization',\n usageDocId: 'docs.examples.personalization.usage',\n },\n entrypoints: {\n packageName: '@contractspec/example.personalization',\n docs: './docs',\n },\n surfaces: {\n templates: true,\n sandbox: { enabled: true, modes: ['markdown', 'specs'] },\n studio: { enabled: true, installable: true },\n mcp: { enabled: true },\n },\n});\n\nexport default example;\n"],"mappings":";;;AAEA,MAAM,UAAU,cAAc;CAC5B,MAAM;EACJ,KAAK;EACL,SAAS;EACT,OAAO;EACP,aACE;EACF,MAAM;EACN,YAAY;EACZ,WAAW;EACX,QAAQ,CAAC,iBAAiB;EAC1B,MAAM;GAAC;GAAmB;GAAY;GAAY;GAAY;EAC/D;CACD,MAAM;EACJ,WAAW;EACX,YAAY;EACb;CACD,aAAa;EACX,aAAa;EACb,MAAM;EACP;CACD,UAAU;EACR,WAAW;EACX,SAAS;GAAE,SAAS;GAAM,OAAO,CAAC,YAAY,QAAQ;GAAE;EACxD,QAAQ;GAAE,SAAS;GAAM,aAAa;GAAM;EAC5C,KAAK,EAAE,SAAS,MAAM;EACvB;CACF,CAAC;AAEF,sBAAe"}
|
|
@@ -7,10 +7,10 @@ import "../features/index.js";
|
|
|
7
7
|
import { ThemeRef } from "../themes.js";
|
|
8
8
|
import { IntegrationCategory, IntegrationOwnershipMode } from "../integrations/spec.js";
|
|
9
9
|
import { BrandingDefaults } from "./branding.js";
|
|
10
|
-
import "./lifecycle.js";
|
|
11
10
|
import "../registry.js";
|
|
12
11
|
|
|
13
12
|
//#region ../../libs/contracts/src/app-config/spec.d.ts
|
|
13
|
+
|
|
14
14
|
interface SpecPointer {
|
|
15
15
|
key: string;
|
|
16
16
|
version?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"spec.d.ts","names":[],"sources":["../../../../../../../libs/contracts/src/app-config/spec.ts"],"sourcesContent":[],"mappings":";;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"spec.d.ts","names":[],"sources":["../../../../../../../libs/contracts/src/app-config/spec.ts"],"sourcesContent":[],"mappings":";;;;;;;;;;;;;AAsBiB,UALA,WAAA,CAKc;EAUd,GAAA,EAAA,MAAA;EAKA,OAAA,CAAA,EAAA,MAAA;;AAMA,UArBA,cAAA,CAqBA;EAEQ,IAAA,EAAA,MAAA;EAAa,KAAA,CAAA,EAAA,MAAA;EAOrB,QAAA,CAAA,EAAA,MAAA;EAOA,QAAA,CAAA,EAAA,MAAA;EAMA,KAAA,CAAA,EAtCP,SAsCO;EAKA,WAAA,CAAA,EAAA,MAAiB;EAKjB,UAAA,CAAA,EA9CF,aA8CkB;;AAGnB,UA9CG,yBAAA,CA8CH;EACC,GAAA,EAAA,MAAA;EAGD,OAAA,EAAA,MAAA;;AAGO,UAhDJ,kBAAA,CAgDI;EACR;EACU,MAAA,EAAA,MAAA;EACM;EAAf,gBAAA,EA/CM,mBA+CN;EACe;EAAf,YAAA,CAAA,EA9CG,wBA8CH,EAAA;EACD;EACH,oBAAA,CAAA,EA9Ce,aA8Cf,EAAA;EACI;EAED,QAAA,CAAA,EAAA,OAAA;EACA;EAEI,WAAA,CAAA,EAAA,MAAA;;AACQ,UA9CR,gBAAA,CA8CQ;;;;;;UAvCR,gBAAA;SACR;;sBAEa;;UAGL,eAAA;WACN;cACG;;UAGG,gBAAA,SAAyB;;;;UAKzB,gBAAA;QACT;;cAEM;eACC;;;cAGD;cACA;;qBAEO;aACR;uBACU;cACT,eAAe;cACf,eAAe;aAChB;UACH;cACI;;aAED;aACA;;iBAEI;WACN"}
|
|
@@ -11,15 +11,12 @@ import "./operations/index.js";
|
|
|
11
11
|
import { EventRef, FeatureModuleMeta, FeatureModuleSpec, FeatureRef, OpRef, PresentationRef } from "./features/types.js";
|
|
12
12
|
import "./presentations/index.js";
|
|
13
13
|
import "./features/index.js";
|
|
14
|
-
import "./data-views/index.js";
|
|
15
14
|
import { CompensationStep, CompensationStrategy, FormRef, GuardCondition, GuardConditionKind, RetryPolicy, SLA, Step, StepAction, StepType, Transition, WorkflowDefinition, WorkflowMeta, WorkflowSpec } from "./workflow/spec.js";
|
|
16
15
|
import { ThemeRef } from "./themes.js";
|
|
17
16
|
import { IntegrationCategory, IntegrationOwnershipMode } from "./integrations/spec.js";
|
|
18
17
|
import { AppBlueprintMeta, AppBlueprintSpec, AppIntegrationSlot, AppRouteConfig, AppThemeBinding, FeatureFlagState, SpecPointer, TelemetryBinding, TranslationCatalogPointer } from "./app-config/spec.js";
|
|
19
|
-
import "./app-config/runtime.js";
|
|
20
18
|
import "./experiments/spec-resolver.js";
|
|
21
19
|
import "./types.js";
|
|
22
|
-
import "./events.js";
|
|
23
20
|
import "./client/index.js";
|
|
24
21
|
import "./prompt.js";
|
|
25
22
|
import "./promptRegistry.js";
|
|
@@ -30,11 +27,10 @@ import "./openapi.js";
|
|
|
30
27
|
import "./onboarding-base.js";
|
|
31
28
|
import "./policy/index.js";
|
|
32
29
|
import "./tests/index.js";
|
|
30
|
+
import "./experiments/evaluator.js";
|
|
33
31
|
import "./integrations/index.js";
|
|
34
|
-
import "./knowledge/index.js";
|
|
35
32
|
import "./integrations/operations.js";
|
|
36
33
|
import "./knowledge/operations.js";
|
|
37
|
-
import "./regenerator/index.js";
|
|
38
34
|
import "./workspace-config/index.js";
|
|
39
35
|
import "./workflow/index.js";
|
|
40
36
|
import "./llm/index.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import "../../
|
|
1
|
+
import "../../index.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operation.d.ts","names":[],"sources":["../../../../../../../libs/contracts/src/operations/operation.ts"],"sourcesContent":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"operation.d.ts","names":[],"sources":["../../../../../../../libs/contracts/src/operations/operation.ts"],"sourcesContent":[],"mappings":";;;;;;;KAmBY,kBAAA;;;;;UAaK,iBAAA;;;;QAIT"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workflow-extension.js","names":[
|
|
1
|
+
{"version":3,"file":"workflow-extension.js","names":[],"sources":["../src/workflow-extension.ts"],"sourcesContent":["import { StabilityEnum } from '@contractspec/lib.contracts';\nimport type { WorkflowSpec } from '@contractspec/lib.contracts/workflow/spec';\nimport { WorkflowComposer } from '@contractspec/lib.workflow-composer';\nimport { Logger, LogLevel } from '@contractspec/lib.logger';\n\nconst logger = new Logger({\n level: process.env.NODE_ENV === 'production' ? LogLevel.INFO : LogLevel.DEBUG,\n environment:\n (process.env.NODE_ENV as 'production' | 'development' | 'test') ||\n 'development',\n enableColors: process.env.NODE_ENV !== 'production',\n});\n\nconst BaseWorkflow: WorkflowSpec = {\n meta: {\n key: 'billing.invoiceApproval',\n version: '1.0.0',\n title: 'Invoice Approval',\n owners: [],\n tags: [],\n description: '',\n domain: 'billing',\n stability: StabilityEnum.Stable,\n },\n definition: {\n steps: [\n { id: 'validate-invoice', type: 'automation', label: 'Validate Invoice' },\n { id: 'final-approval', type: 'human', label: 'Final Approval' },\n ],\n transitions: [{ from: 'validate-invoice', to: 'final-approval' }],\n },\n};\n\nexport function composeTenantWorkflowExample(): WorkflowSpec {\n const composer = new WorkflowComposer();\n composer.register({\n workflow: 'billing.invoiceApproval',\n tenantId: 'acme',\n customSteps: [\n {\n after: 'validate-invoice',\n inject: {\n id: 'acme-legal',\n type: 'human',\n label: 'ACME Legal Review',\n },\n transitionTo: 'final-approval',\n },\n ],\n });\n\n return composer.compose({\n base: BaseWorkflow,\n tenantId: 'acme',\n });\n}\n\nexport function logTenantWorkflowSteps(workflow: WorkflowSpec): void {\n logger.info('Tenant workflow composed', {\n workflow: workflow.meta.key,\n steps: workflow.definition.steps.map((step) => step.id),\n });\n}\n"],"mappings":";;;;;AAKA,MAAM,SAAS,IAAI,OAAO;CACxB,OAAO,QAAQ,IAAI,aAAa,eAAe,SAAS,OAAO,SAAS;CACxE,aACG,QAAQ,IAAI,YACb;CACF,cAAc,QAAQ,IAAI,aAAa;CACxC,CAAC;AAEF,MAAM,eAA6B;CACjC,MAAM;EACJ,KAAK;EACL,SAAS;EACT,OAAO;EACP,QAAQ,EAAE;EACV,MAAM,EAAE;EACR,aAAa;EACb,QAAQ;EACR,WAAW,cAAc;EAC1B;CACD,YAAY;EACV,OAAO,CACL;GAAE,IAAI;GAAoB,MAAM;GAAc,OAAO;GAAoB,EACzE;GAAE,IAAI;GAAkB,MAAM;GAAS,OAAO;GAAkB,CACjE;EACD,aAAa,CAAC;GAAE,MAAM;GAAoB,IAAI;GAAkB,CAAC;EAClE;CACF;AAED,SAAgB,+BAA6C;CAC3D,MAAM,WAAW,IAAI,kBAAkB;AACvC,UAAS,SAAS;EAChB,UAAU;EACV,UAAU;EACV,aAAa,CACX;GACE,OAAO;GACP,QAAQ;IACN,IAAI;IACJ,MAAM;IACN,OAAO;IACR;GACD,cAAc;GACf,CACF;EACF,CAAC;AAEF,QAAO,SAAS,QAAQ;EACtB,MAAM;EACN,UAAU;EACX,CAAC;;AAGJ,SAAgB,uBAAuB,UAA8B;AACnE,QAAO,KAAK,4BAA4B;EACtC,UAAU,SAAS,KAAK;EACxB,OAAO,SAAS,WAAW,MAAM,KAAK,SAAS,KAAK,GAAG;EACxD,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.personalization",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.47.0",
|
|
4
4
|
"description": "Personalization examples: behavior tracking, overlay customization, workflow extension.",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"main": "./dist/index.js",
|
|
7
6
|
"types": "./dist/index.d.ts",
|
|
8
7
|
"exports": {
|
|
9
8
|
".": "./dist/index.js",
|
|
@@ -29,16 +28,16 @@
|
|
|
29
28
|
"test": "bun test"
|
|
30
29
|
},
|
|
31
30
|
"dependencies": {
|
|
32
|
-
"@contractspec/lib.personalization": "1.
|
|
33
|
-
"@contractspec/lib.overlay-engine": "1.
|
|
34
|
-
"@contractspec/lib.workflow-composer": "1.
|
|
35
|
-
"@contractspec/lib.contracts": "1.
|
|
36
|
-
"@contractspec/lib.logger": "1.
|
|
31
|
+
"@contractspec/lib.personalization": "1.47.0",
|
|
32
|
+
"@contractspec/lib.overlay-engine": "1.47.0",
|
|
33
|
+
"@contractspec/lib.workflow-composer": "1.47.0",
|
|
34
|
+
"@contractspec/lib.contracts": "1.47.0",
|
|
35
|
+
"@contractspec/lib.logger": "1.47.0"
|
|
37
36
|
},
|
|
38
37
|
"devDependencies": {
|
|
39
|
-
"@contractspec/tool.tsdown": "1.
|
|
40
|
-
"@contractspec/tool.typescript": "1.
|
|
41
|
-
"tsdown": "^0.
|
|
38
|
+
"@contractspec/tool.tsdown": "1.47.0",
|
|
39
|
+
"@contractspec/tool.typescript": "1.47.0",
|
|
40
|
+
"tsdown": "^0.19.0",
|
|
42
41
|
"typescript": "^5.9.3"
|
|
43
42
|
},
|
|
44
43
|
"publishConfig": {
|
|
@@ -55,7 +54,6 @@
|
|
|
55
54
|
},
|
|
56
55
|
"registry": "https://registry.npmjs.org/"
|
|
57
56
|
},
|
|
58
|
-
"module": "./dist/index.js",
|
|
59
57
|
"license": "MIT",
|
|
60
58
|
"repository": {
|
|
61
59
|
"type": "git",
|
package/src/example.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { defineExample } from '@contractspec/lib.contracts';
|
|
2
2
|
|
|
3
|
-
const example
|
|
3
|
+
const example = defineExample({
|
|
4
4
|
meta: {
|
|
5
5
|
key: 'personalization',
|
|
6
6
|
version: '1.0.0',
|
|
@@ -27,6 +27,6 @@ const example: ExampleSpec = {
|
|
|
27
27
|
studio: { enabled: true, installable: true },
|
|
28
28
|
mcp: { enabled: true },
|
|
29
29
|
},
|
|
30
|
-
};
|
|
30
|
+
});
|
|
31
31
|
|
|
32
32
|
export default example;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import "../features/index.js";
|
|
2
|
-
import "../data-views/index.js";
|
|
3
|
-
import "../workflow/spec.js";
|
|
4
|
-
import "../policy/registry.js";
|
|
5
|
-
import "../themes.js";
|
|
6
|
-
import "../integrations/spec.js";
|
|
7
|
-
import "../integrations/connection.js";
|
|
8
|
-
import "../knowledge/spec.js";
|
|
9
|
-
import "./spec.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "./types.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "../features/index.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "./registry.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "./spec.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "../../app-config/runtime.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "../spec.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "../spec.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "../spec.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "../spec.js";
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import "./stripe.js";
|
|
2
|
-
import "./postmark.js";
|
|
3
|
-
import "./qdrant.js";
|
|
4
|
-
import "./mistral.js";
|
|
5
|
-
import "./elevenlabs.js";
|
|
6
|
-
import "./gmail.js";
|
|
7
|
-
import "./google-calendar.js";
|
|
8
|
-
import "./twilio-sms.js";
|
|
9
|
-
import "./gcs-storage.js";
|
|
10
|
-
import "./powens.js";
|
|
11
|
-
import "./registry.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "../spec.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "../spec.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "../spec.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "../spec.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "../spec.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "../spec.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "../spec.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "../spec.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "../spec.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "../spec.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "../spec.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "../spec.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "../spec.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "../registry.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "../registry.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "./types.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "./types.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "./types.js";
|
|
File without changes
|