@hasna/invoices 0.1.1 → 0.1.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hasna/invoices",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "Invoice generation and management for AI agents - CLI + MCP server + REST API + dashboard + SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -61,7 +61,6 @@
61
61
  "author": "Andrei Hasna <andrei@hasna.com>",
62
62
  "license": "Apache-2.0",
63
63
  "dependencies": {
64
- "@hasna/cloud": "^0.1.28",
65
64
  "@modelcontextprotocol/sdk": "^1.12.1",
66
65
  "chalk": "^5.4.1",
67
66
  "commander": "^13.1.0",
@@ -1,20 +0,0 @@
1
- import { type Feedback } from "@hasna/cloud";
2
- import type { InvoiceDatabase } from "./database.js";
3
- export declare function defaultConnectionString(): string;
4
- export declare function cloudPush(local: InvoiceDatabase, tablesCsv?: string, connectionString?: string): Promise<{
5
- direction: "push";
6
- tables: string[];
7
- result: import("@hasna/cloud").SyncResult[];
8
- }>;
9
- export declare function cloudPull(local: InvoiceDatabase, tablesCsv?: string, connectionString?: string): Promise<{
10
- direction: "pull";
11
- tables: string[];
12
- result: import("@hasna/cloud").SyncResult[];
13
- }>;
14
- export declare function submitFeedback(local: InvoiceDatabase, feedback: Feedback): Promise<{
15
- id: string;
16
- stored_locally: boolean;
17
- sent: boolean;
18
- error?: string;
19
- }>;
20
- //# sourceMappingURL=cloud.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cloud.d.ts","sourceRoot":"","sources":["../../src/db/cloud.ts"],"names":[],"mappings":"AAAA,OAAO,EAQL,KAAK,QAAQ,EACd,MAAM,cAAc,CAAC;AACtB,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAErD,wBAAgB,uBAAuB,IAAI,MAAM,CAEhD;AAeD,wBAAsB,SAAS,CAAC,KAAK,EAAE,eAAe,EAAE,SAAS,CAAC,EAAE,MAAM,EAAE,gBAAgB,SAA4B;;;;GASvH;AAED,wBAAsB,SAAS,CAAC,KAAK,EAAE,eAAe,EAAE,SAAS,CAAC,EAAE,MAAM,EAAE,gBAAgB,SAA4B;;;;GASvH;AAED,wBAAsB,cAAc,CAAC,KAAK,EAAE,eAAe,EAAE,QAAQ,EAAE,QAAQ;;;;;GAe9E"}
package/dist/db/pg.d.ts DELETED
@@ -1,3 +0,0 @@
1
- export declare function defaultPgConnectionString(): string;
2
- export declare function migratePgDatabase(connectionString?: string): Promise<import("@hasna/cloud").PgMigrationResult>;
3
- //# sourceMappingURL=pg.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"pg.d.ts","sourceRoot":"","sources":["../../src/db/pg.ts"],"names":[],"mappings":"AAGA,wBAAgB,yBAAyB,IAAI,MAAM,CAElD;AAED,wBAAsB,iBAAiB,CAAC,gBAAgB,SAA8B,qDAGrF"}