@pdfvector/util 0.0.32 → 0.1.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.
Files changed (25) hide show
  1. package/.tsc/lib/api-source.d.ts +1 -1
  2. package/.tsc/lib/api-source.d.ts.map +1 -1
  3. package/.tsc/lib/api-source.js +1 -0
  4. package/.tsc/lib/contract/gateway/index.d.ts +1 -0
  5. package/.tsc/lib/contract/gateway/index.d.ts.map +1 -1
  6. package/.tsc/lib/contract/gateway/index.js +1 -0
  7. package/.tsc/lib/contract/gateway/mcp-account.d.ts +64 -0
  8. package/.tsc/lib/contract/gateway/mcp-account.d.ts.map +1 -0
  9. package/.tsc/lib/contract/gateway/mcp-account.js +38 -0
  10. package/.tsc/lib/contract/gateway/router/admin/usage/free.d.ts +10 -0
  11. package/.tsc/lib/contract/gateway/router/admin/usage/free.d.ts.map +1 -1
  12. package/.tsc/lib/contract/gateway/router/admin/usage/free.js +2 -0
  13. package/.tsc/lib/contract/gateway/router/admin/usage/overview.d.ts +2 -0
  14. package/.tsc/lib/contract/gateway/router/admin/usage/overview.d.ts.map +1 -1
  15. package/.tsc/lib/contract/gateway/router/admin/usage/records.d.ts +1 -0
  16. package/.tsc/lib/contract/gateway/router/admin/usage/records.d.ts.map +1 -1
  17. package/.tsc/lib/contract/gateway/router/instance/usage.d.ts +4 -0
  18. package/.tsc/lib/contract/gateway/router/instance/usage.d.ts.map +1 -1
  19. package/.tsc/lib/contract/instance/router/admin/get-free-usage-records.d.ts +10 -0
  20. package/.tsc/lib/contract/instance/router/admin/get-free-usage-records.d.ts.map +1 -1
  21. package/.tsc/lib/contract/instance/router/admin/get-free-usage-records.js +2 -1
  22. package/.tsc/lib/contract/instance/router/admin/get-usage-records.d.ts +1 -0
  23. package/.tsc/lib/contract/instance/router/admin/get-usage-records.d.ts.map +1 -1
  24. package/CHANGELOG.md +6 -0
  25. package/package.json +1 -1
@@ -1,3 +1,3 @@
1
- export declare const apiSources: readonly ["make", "zapier", "n8n", "sdk", "playground", "api", "unknown"];
1
+ export declare const apiSources: readonly ["make", "zapier", "n8n", "sdk", "mcp", "playground", "api", "unknown"];
2
2
  export type APISource = (typeof apiSources)[number];
3
3
  //# sourceMappingURL=api-source.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"api-source.d.ts","sourceRoot":"","sources":["../../lib/api-source.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU,YACtB,MAAM,EACN,QAAQ,EACR,KAAK,EACL,KAAK,EACL,YAAY,EACZ,KAAK,EACL,SAAS,CACA,CAAC;AAEX,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,UAAU,CAAC,CAAC,MAAM,CAAC,CAAC"}
1
+ {"version":3,"file":"api-source.d.ts","sourceRoot":"","sources":["../../lib/api-source.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU,YACtB,MAAM,EACN,QAAQ,EACR,KAAK,EACL,KAAK,EACL,KAAK,EACL,YAAY,EACZ,KAAK,EACL,SAAS,CACA,CAAC;AAEX,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,UAAU,CAAC,CAAC,MAAM,CAAC,CAAC"}
@@ -3,6 +3,7 @@ export const apiSources = [
3
3
  "zapier",
4
4
  "n8n",
5
5
  "sdk",
6
+ "mcp",
6
7
  "playground",
7
8
  "api",
8
9
  "unknown",
@@ -1,5 +1,6 @@
1
1
  import type { InferContractRouterInputs, InferContractRouterOutputs } from "@orpc/contract";
2
2
  import * as contract from "./router/index.js";
3
+ export * from "./mcp-account.js";
3
4
  export { contract };
4
5
  export type ContractInputs = InferContractRouterInputs<typeof contract>;
5
6
  export type ContractOutputs = InferContractRouterOutputs<typeof contract>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../lib/contract/gateway/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,yBAAyB,EACzB,0BAA0B,EAC1B,MAAM,gBAAgB,CAAC;AACxB,OAAO,KAAK,QAAQ,MAAM,UAAU,CAAC;AAErC,OAAO,EAAE,QAAQ,EAAE,CAAC;AAEpB,MAAM,MAAM,cAAc,GAAG,yBAAyB,CAAC,OAAO,QAAQ,CAAC,CAAC;AACxE,MAAM,MAAM,eAAe,GAAG,0BAA0B,CAAC,OAAO,QAAQ,CAAC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../lib/contract/gateway/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,yBAAyB,EACzB,0BAA0B,EAC1B,MAAM,gBAAgB,CAAC;AACxB,OAAO,KAAK,QAAQ,MAAM,UAAU,CAAC;AAErC,cAAc,eAAe,CAAC;AAC9B,OAAO,EAAE,QAAQ,EAAE,CAAC;AAEpB,MAAM,MAAM,cAAc,GAAG,yBAAyB,CAAC,OAAO,QAAQ,CAAC,CAAC;AACxE,MAAM,MAAM,eAAe,GAAG,0BAA0B,CAAC,OAAO,QAAQ,CAAC,CAAC"}
@@ -1,2 +1,3 @@
1
1
  import * as contract from "./router/index.js";
2
+ export * from "./mcp-account.js";
2
3
  export { contract };
@@ -0,0 +1,64 @@
1
+ import { z } from "zod";
2
+ export declare const mcpAccountRequestSchema: z.ZodObject<{
3
+ authentication: z.ZodEnum<{
4
+ "api-key": "api-key";
5
+ oauth: "oauth";
6
+ }>;
7
+ resource: z.ZodString;
8
+ }, z.core.$strict>;
9
+ export declare const mcpAccountResponseSchema: z.ZodObject<{
10
+ workspace: z.ZodObject<{
11
+ id: z.ZodNumber;
12
+ name: z.ZodString;
13
+ }, z.core.$strict>;
14
+ profile: z.ZodNullable<z.ZodObject<{
15
+ id: z.ZodString;
16
+ name: z.ZodString;
17
+ email: z.ZodString;
18
+ }, z.core.$strict>>;
19
+ plan: z.ZodObject<{
20
+ key: z.ZodString;
21
+ label: z.ZodString;
22
+ }, z.core.$strict>;
23
+ billing: z.ZodObject<{
24
+ planKey: z.ZodString;
25
+ interval: z.ZodNullable<z.ZodEnum<{
26
+ annual: "annual";
27
+ monthly: "monthly";
28
+ }>>;
29
+ asOf: z.ZodISODateTime;
30
+ source: z.ZodLiteral<"stripe">;
31
+ }, z.core.$strict>;
32
+ credits: z.ZodObject<{
33
+ total: z.ZodNumber;
34
+ used: z.ZodNumber;
35
+ remaining: z.ZodNumber;
36
+ }, z.core.$strict>;
37
+ asOf: z.ZodISODateTime;
38
+ accuracy: z.ZodLiteral<"cached">;
39
+ billingPermission: z.ZodBoolean;
40
+ }, z.core.$strict>;
41
+ export declare const mcpCheckoutRequestSchema: z.ZodObject<{
42
+ authentication: z.ZodEnum<{
43
+ "api-key": "api-key";
44
+ oauth: "oauth";
45
+ }>;
46
+ resource: z.ZodString;
47
+ plan: z.ZodObject<{
48
+ key: z.ZodEnum<{
49
+ basic: "basic";
50
+ pro: "pro";
51
+ }>;
52
+ annual: z.ZodBoolean;
53
+ }, z.core.$strict>;
54
+ requestId: z.ZodUUID;
55
+ }, z.core.$strict>;
56
+ export declare const mcpCheckoutResponseSchema: z.ZodObject<{
57
+ url: z.ZodString;
58
+ status: z.ZodEnum<{
59
+ checkout: "checkout";
60
+ upgrade_confirmation: "upgrade_confirmation";
61
+ }>;
62
+ paymentRequired: z.ZodLiteral<true>;
63
+ }, z.core.$strict>;
64
+ //# sourceMappingURL=mcp-account.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mcp-account.d.ts","sourceRoot":"","sources":["../../../../lib/contract/gateway/mcp-account.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,uBAAuB;;;;;;kBAGlC,CAAC;AAEH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAuBnC,CAAC;AAEH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;kBAGnC,CAAC;AAEH,eAAO,MAAM,yBAAyB;;;;;;;kBAIpC,CAAC"}
@@ -0,0 +1,38 @@
1
+ import { z } from "zod";
2
+ export const mcpAccountRequestSchema = z.strictObject({
3
+ authentication: z.enum(["oauth", "api-key"]),
4
+ resource: z.string().url(),
5
+ });
6
+ export const mcpAccountResponseSchema = z.strictObject({
7
+ workspace: z.strictObject({
8
+ id: z.number().int().positive(),
9
+ name: z.string(),
10
+ }),
11
+ profile: z
12
+ .strictObject({ id: z.string(), name: z.string(), email: z.string() })
13
+ .nullable(),
14
+ plan: z.strictObject({ key: z.string(), label: z.string() }),
15
+ billing: z.strictObject({
16
+ planKey: z.string(),
17
+ interval: z.enum(["monthly", "annual"]).nullable(),
18
+ asOf: z.iso.datetime(),
19
+ source: z.literal("stripe"),
20
+ }),
21
+ credits: z.strictObject({
22
+ total: z.number(),
23
+ used: z.number(),
24
+ remaining: z.number(),
25
+ }),
26
+ asOf: z.iso.datetime(),
27
+ accuracy: z.literal("cached"),
28
+ billingPermission: z.boolean(),
29
+ });
30
+ export const mcpCheckoutRequestSchema = mcpAccountRequestSchema.extend({
31
+ plan: z.strictObject({ key: z.enum(["basic", "pro"]), annual: z.boolean() }),
32
+ requestId: z.uuid(),
33
+ });
34
+ export const mcpCheckoutResponseSchema = z.strictObject({
35
+ url: z.string().url(),
36
+ status: z.enum(["checkout", "upgrade_confirmation"]),
37
+ paymentRequired: z.literal(true),
38
+ });
@@ -68,6 +68,16 @@ export declare const listFreeUsage: import("@orpc/contract").ContractProcedureBu
68
68
  remoteId: z.ZodNumber;
69
69
  operation: z.ZodString;
70
70
  ip: z.ZodString;
71
+ source: z.ZodDefault<z.ZodEnum<{
72
+ api: "api";
73
+ make: "make";
74
+ mcp: "mcp";
75
+ n8n: "n8n";
76
+ playground: "playground";
77
+ sdk: "sdk";
78
+ unknown: "unknown";
79
+ zapier: "zapier";
80
+ }>>;
71
81
  model: z.ZodNullable<z.ZodString>;
72
82
  inputSource: z.ZodNullable<z.ZodString>;
73
83
  inputRef: z.ZodNullable<z.ZodString>;
@@ -1 +1 @@
1
- {"version":3,"file":"free.d.ts","sourceRoot":"","sources":["../../../../../../../lib/contract/gateway/router/admin/usage/free.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,eAAO,MAAM,aAAa;;8DAEkB,CAAC;AAE7C,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8DAuDhC,CAAC;AAEF,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8DA4CxB,CAAC"}
1
+ {"version":3,"file":"free.d.ts","sourceRoot":"","sources":["../../../../../../../lib/contract/gateway/router/admin/usage/free.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,eAAO,MAAM,aAAa;;8DAEkB,CAAC;AAE7C,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8DAuDhC,CAAC;AAEF,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8DA6CxB,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import { oc } from "@orpc/contract";
2
+ import { apiSources } from "@pdfvector/util";
2
3
  import * as z from "zod";
3
4
  export const syncFreeUsage = oc
4
5
  .input(z.object({}))
@@ -62,6 +63,7 @@ export const listFreeUsage = oc
62
63
  remoteId: z.number(),
63
64
  operation: z.string(),
64
65
  ip: z.string(),
66
+ source: z.enum(apiSources).default("unknown"),
65
67
  model: z.string().nullable(),
66
68
  inputSource: z.string().nullable(),
67
69
  inputRef: z.string().nullable(),
@@ -10,6 +10,7 @@ export declare const getUsageOverview: import("@orpc/contract").ContractProcedur
10
10
  sources: z.ZodOptional<z.ZodArray<z.ZodEnum<{
11
11
  api: "api";
12
12
  make: "make";
13
+ mcp: "mcp";
13
14
  n8n: "n8n";
14
15
  playground: "playground";
15
16
  sdk: "sdk";
@@ -44,6 +45,7 @@ export declare const getUsageOverview: import("@orpc/contract").ContractProcedur
44
45
  source: z.ZodEnum<{
45
46
  api: "api";
46
47
  make: "make";
48
+ mcp: "mcp";
47
49
  n8n: "n8n";
48
50
  playground: "playground";
49
51
  sdk: "sdk";
@@ -1 +1 @@
1
- {"version":3,"file":"overview.d.ts","sourceRoot":"","sources":["../../../../../../../lib/contract/gateway/router/admin/usage/overview.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAOzB,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8DAyE3B,CAAC"}
1
+ {"version":3,"file":"overview.d.ts","sourceRoot":"","sources":["../../../../../../../lib/contract/gateway/router/admin/usage/overview.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAOzB,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8DAyE3B,CAAC"}
@@ -53,6 +53,7 @@ export declare const listUsage: import("@orpc/contract").ContractProcedureBuilde
53
53
  source: z.ZodEnum<{
54
54
  api: "api";
55
55
  make: "make";
56
+ mcp: "mcp";
56
57
  n8n: "n8n";
57
58
  playground: "playground";
58
59
  sdk: "sdk";
@@ -1 +1 @@
1
- {"version":3,"file":"records.d.ts","sourceRoot":"","sources":["../../../../../../../lib/contract/gateway/router/admin/usage/records.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8DAyDpB,CAAC"}
1
+ {"version":3,"file":"records.d.ts","sourceRoot":"","sources":["../../../../../../../lib/contract/gateway/router/admin/usage/records.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8DAyDpB,CAAC"}
@@ -41,6 +41,7 @@ export declare const getUsage: import("@orpc/contract").ContractProcedureBuilder
41
41
  source: z.ZodEnum<{
42
42
  api: "api";
43
43
  make: "make";
44
+ mcp: "mcp";
44
45
  n8n: "n8n";
45
46
  playground: "playground";
46
47
  sdk: "sdk";
@@ -69,6 +70,7 @@ export declare const listUsageRecords: import("@orpc/contract").ContractProcedur
69
70
  sources: z.ZodOptional<z.ZodArray<z.ZodEnum<{
70
71
  api: "api";
71
72
  make: "make";
73
+ mcp: "mcp";
72
74
  n8n: "n8n";
73
75
  playground: "playground";
74
76
  sdk: "sdk";
@@ -133,6 +135,7 @@ export declare const listUsageRecords: import("@orpc/contract").ContractProcedur
133
135
  source: z.ZodEnum<{
134
136
  api: "api";
135
137
  make: "make";
138
+ mcp: "mcp";
136
139
  n8n: "n8n";
137
140
  playground: "playground";
138
141
  sdk: "sdk";
@@ -189,6 +192,7 @@ export declare const getUsageRecord: import("@orpc/contract").ContractProcedureB
189
192
  source: z.ZodEnum<{
190
193
  api: "api";
191
194
  make: "make";
195
+ mcp: "mcp";
192
196
  n8n: "n8n";
193
197
  playground: "playground";
194
198
  sdk: "sdk";
@@ -1 +1 @@
1
- {"version":3,"file":"usage.d.ts","sourceRoot":"","sources":["../../../../../../lib/contract/gateway/router/instance/usage.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AA6BzB,eAAO,MAAM,SAAS;;;;8DAEoB,CAAC;AAE3C,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAQe,CAAC;AAErC,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8DA6C3B,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;8DAO5B,CAAC;AAEF,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8DAMzB,CAAC"}
1
+ {"version":3,"file":"usage.d.ts","sourceRoot":"","sources":["../../../../../../lib/contract/gateway/router/instance/usage.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AA6BzB,eAAO,MAAM,SAAS;;;;8DAEoB,CAAC;AAE3C,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAQe,CAAC;AAErC,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8DA6C3B,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;8DAO5B,CAAC;AAEF,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8DAMzB,CAAC"}
@@ -7,6 +7,16 @@ export declare const getFreeUsageRecords: import("@orpc/contract").ContractProce
7
7
  id: z.ZodNumber;
8
8
  operation: z.ZodString;
9
9
  ip: z.ZodString;
10
+ source: z.ZodDefault<z.ZodEnum<{
11
+ api: "api";
12
+ make: "make";
13
+ mcp: "mcp";
14
+ n8n: "n8n";
15
+ playground: "playground";
16
+ sdk: "sdk";
17
+ unknown: "unknown";
18
+ zapier: "zapier";
19
+ }>>;
10
20
  model: z.ZodNullable<z.ZodString>;
11
21
  inputSource: z.ZodNullable<z.ZodString>;
12
22
  inputRef: z.ZodNullable<z.ZodString>;
@@ -1 +1 @@
1
- {"version":3,"file":"get-free-usage-records.d.ts","sourceRoot":"","sources":["../../../../../../lib/contract/instance/router/admin/get-free-usage-records.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAoBxB,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8DAsB9B,CAAC"}
1
+ {"version":3,"file":"get-free-usage-records.d.ts","sourceRoot":"","sources":["../../../../../../lib/contract/instance/router/admin/get-free-usage-records.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAqBxB,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8DAsB9B,CAAC"}
@@ -1,10 +1,11 @@
1
1
  import { oc } from "@orpc/contract";
2
- import { errorStages, usageStatuses } from "@pdfvector/util";
2
+ import { apiSources, errorStages, usageStatuses } from "@pdfvector/util";
3
3
  import { z } from "zod";
4
4
  const freeUsageRecordSchema = z.object({
5
5
  id: z.number(),
6
6
  operation: z.string(),
7
7
  ip: z.string(),
8
+ source: z.enum(apiSources).default("unknown"),
8
9
  model: z.string().nullable(),
9
10
  inputSource: z.string().nullable(),
10
11
  inputRef: z.string().nullable(),
@@ -35,6 +35,7 @@ export declare const getUsageRecords: import("@orpc/contract").ContractProcedure
35
35
  source: z.ZodDefault<z.ZodEnum<{
36
36
  api: "api";
37
37
  make: "make";
38
+ mcp: "mcp";
38
39
  n8n: "n8n";
39
40
  playground: "playground";
40
41
  sdk: "sdk";
@@ -1 +1 @@
1
- {"version":3,"file":"get-usage-records.d.ts","sourceRoot":"","sources":["../../../../../../lib/contract/instance/router/admin/get-usage-records.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AA0BxB,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8DAsB1B,CAAC"}
1
+ {"version":3,"file":"get-usage-records.d.ts","sourceRoot":"","sources":["../../../../../../lib/contract/instance/router/admin/get-usage-records.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AA0BxB,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8DAsB1B,CAAC"}
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @pdfvector/util
2
2
 
3
+ ## 0.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#373](https://github.com/phuctm97/pdfvector/pull/373) [`7821fb5`](https://github.com/phuctm97/pdfvector/commit/7821fb5f84b7597b322f122af233f795340ac09c) Thanks [@khanhduyvt0101](https://github.com/khanhduyvt0101)! - Add MCP tools with OAuth and API-key authentication, named connections in Security, account status, and OAuth-only billing links. Preserve existing REST integrations and scheduled billing jobs, improve payment entitlement validation and checkout deduplication, and introduce MCP integrations on the website.
8
+
3
9
  ## 0.0.32
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdfvector/util",
3
- "version": "0.0.32",
3
+ "version": "0.1.0",
4
4
  "type": "module",
5
5
  "main": "./.tsc/lib/index.js",
6
6
  "exports": {