@distilled.cloud/cloudflare 0.10.2 → 0.11.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/lib/client/api.d.ts +3 -3
- package/lib/client/api.d.ts.map +1 -1
- package/package.json +2 -3
package/lib/client/api.d.ts
CHANGED
|
@@ -8,9 +8,9 @@ export declare const transformCloudflareRequestParts: ({ pathTemplate, parts, }:
|
|
|
8
8
|
parts: RequestParts;
|
|
9
9
|
}) => RequestParts;
|
|
10
10
|
declare const _API: {
|
|
11
|
-
make: <I extends Schema.Top, O extends Schema.Top, const E extends readonly ApiErrorClass[] = readonly []>(configFn: () => import("@distilled.cloud/core/client").OperationConfig<I, O, E>) => any
|
|
12
|
-
makePaginated: <I extends Schema.Top, O extends Schema.Top, const E extends readonly ApiErrorClass[] = readonly []>(configFn: () => import("@distilled.cloud/core/client").PaginatedOperationConfig<I, O, E>, paginateFn?: PaginationStrategy) => any
|
|
11
|
+
make: <I extends Schema.Top, O extends Schema.Top, const E extends readonly ApiErrorClass[] = readonly []>(configFn: () => import("@distilled.cloud/core/client").OperationConfig<I, O, E>) => OperationMethod<Schema.Schema.Type<I>, Schema.Schema.Type<O>, InstanceType<E[number]>, any>;
|
|
12
|
+
makePaginated: <I extends Schema.Top, O extends Schema.Top, const E extends readonly ApiErrorClass[] = readonly []>(configFn: () => import("@distilled.cloud/core/client").PaginatedOperationConfig<I, O, E>, paginateFn?: PaginationStrategy) => PaginatedOperationMethod<Schema.Schema.Type<I>, Schema.Schema.Type<O>, InstanceType<E[number]>, any>;
|
|
13
13
|
};
|
|
14
|
-
export declare const make: <I extends Schema.Top, O extends Schema.Top, const E extends readonly ApiErrorClass[] = readonly []>(configFn: () => import("@distilled.cloud/core/client").OperationConfig<I, O, E>) => any
|
|
14
|
+
export declare const make: <I extends Schema.Top, O extends Schema.Top, const E extends readonly ApiErrorClass[] = readonly []>(configFn: () => import("@distilled.cloud/core/client").OperationConfig<I, O, E>) => OperationMethod<Schema.Schema.Type<I>, Schema.Schema.Type<O>, InstanceType<E[number]>, any>;
|
|
15
15
|
export declare const makePaginated: typeof _API.makePaginated;
|
|
16
16
|
//# sourceMappingURL=api.d.ts.map
|
package/lib/client/api.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../src/client/api.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAEL,KAAK,aAAa,EAClB,KAAK,eAAe,EACpB,KAAK,wBAAwB,EAC9B,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAIL,KAAK,kBAAkB,EACxB,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAAW,KAAK,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAmD1E,YAAY,EAAE,eAAe,EAAE,wBAAwB,EAAE,CAAC;AAwP1D,eAAO,MAAM,+BAA+B,6BAGzC;IACD,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,YAAY,CAAC;CACrB,KAAG,YAiBH,CAAC;AAEF,QAAA,MAAM,IAAI;;;CAQR,CAAC;AA4DH,eAAO,MAAM,IAAI,
|
|
1
|
+
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../src/client/api.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAEL,KAAK,aAAa,EAClB,KAAK,eAAe,EACpB,KAAK,wBAAwB,EAC9B,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAIL,KAAK,kBAAkB,EACxB,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAAW,KAAK,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAmD1E,YAAY,EAAE,eAAe,EAAE,wBAAwB,EAAE,CAAC;AAwP1D,eAAO,MAAM,+BAA+B,6BAGzC;IACD,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,YAAY,CAAC;CACrB,KAAG,YAiBH,CAAC;AAEF,QAAA,MAAM,IAAI;;;CAQR,CAAC;AA4DH,eAAO,MAAM,IAAI,sRAAY,CAAC;AAC9B,eAAO,MAAM,aAAa,EAOlB,OAAO,IAAI,CAAC,aAAa,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@distilled.cloud/cloudflare",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.11.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/alchemy-run/distilled",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"specs:update": "git -C specs/cloudflare-typescript fetch && git -C specs/cloudflare-typescript checkout main && git -C specs/cloudflare-typescript pull"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@distilled.cloud/core": "0.
|
|
66
|
+
"@distilled.cloud/core": "0.11.0",
|
|
67
67
|
"effect": "4.0.0-beta.48"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
@@ -73,7 +73,6 @@
|
|
|
73
73
|
"@types/node": "^25.3.5",
|
|
74
74
|
"dotenv": "^16.5.0",
|
|
75
75
|
"typescript": "^5.9.3",
|
|
76
|
-
"vite": "^7.3.1",
|
|
77
76
|
"vitest": "^3.2.3"
|
|
78
77
|
},
|
|
79
78
|
"peerDependencies": {
|