@compose-market/sdk 0.6.95 → 0.6.96
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/.speakeasy/a2a.arazzo.yaml +1 -1
- package/.speakeasy/memory.arazzo.yaml +1 -1
- package/.speakeasy/tests.arazzo.yaml +1 -1
- package/CHANGELOG.md +9 -9
- package/README.md +1 -3
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/resources/inference.d.ts +1 -6
- package/dist/resources/inference.d.ts.map +1 -1
- package/dist/resources/inference.js +0 -466
- package/dist/resources/inference.js.map +1 -1
- package/dist/types/index.d.ts +0 -71
- package/dist/types/index.d.ts.map +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/generated/inference/esm/lib/config.d.ts +3 -3
- package/generated/inference/esm/lib/config.js +3 -3
- package/generated/inference/package.json +1 -1
- package/generated/inference/src/lib/config.ts +3 -3
- package/generated/manowar/esm/lib/config.d.ts +3 -3
- package/generated/manowar/esm/lib/config.js +3 -3
- package/generated/manowar/package.json +1 -1
- package/generated/manowar/src/lib/config.ts +3 -3
- package/generated/memory/esm/lib/config.d.ts +3 -3
- package/generated/memory/esm/lib/config.js +3 -3
- package/generated/memory/package.json +1 -1
- package/generated/memory/src/lib/config.ts +3 -3
- package/generated/x402/esm/lib/config.d.ts +3 -3
- package/generated/x402/esm/lib/config.js +3 -3
- package/generated/x402/package.json +1 -1
- package/generated/x402/src/lib/config.ts +3 -3
- package/package.json +1 -1
- package/specs/inference.openapi.yaml +1 -1
- package/specs/manowar.openapi.yaml +1 -1
- package/specs/memory.openapi.yaml +1 -1
- package/specs/x402.openapi.yaml +1 -1
|
@@ -68,9 +68,9 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
68
68
|
|
|
69
69
|
export const SDK_METADATA = {
|
|
70
70
|
language: "typescript",
|
|
71
|
-
openapiDocVersion: "0.6.
|
|
72
|
-
sdkVersion: "0.6.
|
|
71
|
+
openapiDocVersion: "0.6.96",
|
|
72
|
+
sdkVersion: "0.6.96",
|
|
73
73
|
genVersion: "2.884.4",
|
|
74
74
|
userAgent:
|
|
75
|
-
"speakeasy-sdk/typescript 0.6.
|
|
75
|
+
"speakeasy-sdk/typescript 0.6.96 2.884.4 0.6.92 @compose-market/sdk",
|
|
76
76
|
} as const;
|
|
@@ -45,9 +45,9 @@ export type SDKOptions = {
|
|
|
45
45
|
export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
46
46
|
export declare const SDK_METADATA: {
|
|
47
47
|
readonly language: "typescript";
|
|
48
|
-
readonly openapiDocVersion: "0.6.
|
|
49
|
-
readonly sdkVersion: "0.6.
|
|
48
|
+
readonly openapiDocVersion: "0.6.96";
|
|
49
|
+
readonly sdkVersion: "0.6.96";
|
|
50
50
|
readonly genVersion: "2.881.17";
|
|
51
|
-
readonly userAgent: "speakeasy-sdk/typescript 0.6.
|
|
51
|
+
readonly userAgent: "speakeasy-sdk/typescript 0.6.96 2.881.17 0.6.91 @compose-market/sdk";
|
|
52
52
|
};
|
|
53
53
|
//# sourceMappingURL=config.d.ts.map
|
|
@@ -34,9 +34,9 @@ export function serverURLFromOptions(options) {
|
|
|
34
34
|
}
|
|
35
35
|
export const SDK_METADATA = {
|
|
36
36
|
language: "typescript",
|
|
37
|
-
openapiDocVersion: "0.6.
|
|
38
|
-
sdkVersion: "0.6.
|
|
37
|
+
openapiDocVersion: "0.6.96",
|
|
38
|
+
sdkVersion: "0.6.96",
|
|
39
39
|
genVersion: "2.881.17",
|
|
40
|
-
userAgent: "speakeasy-sdk/typescript 0.6.
|
|
40
|
+
userAgent: "speakeasy-sdk/typescript 0.6.96 2.881.17 0.6.91 @compose-market/sdk",
|
|
41
41
|
};
|
|
42
42
|
//# sourceMappingURL=config.js.map
|
|
@@ -66,9 +66,9 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
66
66
|
|
|
67
67
|
export const SDK_METADATA = {
|
|
68
68
|
language: "typescript",
|
|
69
|
-
openapiDocVersion: "0.6.
|
|
70
|
-
sdkVersion: "0.6.
|
|
69
|
+
openapiDocVersion: "0.6.96",
|
|
70
|
+
sdkVersion: "0.6.96",
|
|
71
71
|
genVersion: "2.881.17",
|
|
72
72
|
userAgent:
|
|
73
|
-
"speakeasy-sdk/typescript 0.6.
|
|
73
|
+
"speakeasy-sdk/typescript 0.6.96 2.881.17 0.6.91 @compose-market/sdk",
|
|
74
74
|
} as const;
|
|
@@ -41,9 +41,9 @@ export type SDKOptions = {
|
|
|
41
41
|
export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
42
42
|
export declare const SDK_METADATA: {
|
|
43
43
|
readonly language: "typescript";
|
|
44
|
-
readonly openapiDocVersion: "0.6.
|
|
45
|
-
readonly sdkVersion: "0.6.
|
|
44
|
+
readonly openapiDocVersion: "0.6.96";
|
|
45
|
+
readonly sdkVersion: "0.6.96";
|
|
46
46
|
readonly genVersion: "2.884.4";
|
|
47
|
-
readonly userAgent: "speakeasy-sdk/typescript 0.6.
|
|
47
|
+
readonly userAgent: "speakeasy-sdk/typescript 0.6.96 2.884.4 0.6.93 @compose-market/sdk";
|
|
48
48
|
};
|
|
49
49
|
//# sourceMappingURL=config.d.ts.map
|
|
@@ -29,9 +29,9 @@ export function serverURLFromOptions(options) {
|
|
|
29
29
|
}
|
|
30
30
|
export const SDK_METADATA = {
|
|
31
31
|
language: "typescript",
|
|
32
|
-
openapiDocVersion: "0.6.
|
|
33
|
-
sdkVersion: "0.6.
|
|
32
|
+
openapiDocVersion: "0.6.96",
|
|
33
|
+
sdkVersion: "0.6.96",
|
|
34
34
|
genVersion: "2.884.4",
|
|
35
|
-
userAgent: "speakeasy-sdk/typescript 0.6.
|
|
35
|
+
userAgent: "speakeasy-sdk/typescript 0.6.96 2.884.4 0.6.93 @compose-market/sdk",
|
|
36
36
|
};
|
|
37
37
|
//# sourceMappingURL=config.js.map
|
|
@@ -63,9 +63,9 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
63
63
|
|
|
64
64
|
export const SDK_METADATA = {
|
|
65
65
|
language: "typescript",
|
|
66
|
-
openapiDocVersion: "0.6.
|
|
67
|
-
sdkVersion: "0.6.
|
|
66
|
+
openapiDocVersion: "0.6.96",
|
|
67
|
+
sdkVersion: "0.6.96",
|
|
68
68
|
genVersion: "2.884.4",
|
|
69
69
|
userAgent:
|
|
70
|
-
"speakeasy-sdk/typescript 0.6.
|
|
70
|
+
"speakeasy-sdk/typescript 0.6.96 2.884.4 0.6.93 @compose-market/sdk",
|
|
71
71
|
} as const;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@compose-market/sdk",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.96",
|
|
4
4
|
"description": "Official Compose.Market SDK: Compose Keys, x402 facilitator, multi-provider model catalog, native streaming inference with typed receipts, unified tool-call events, agent + workflow runtime streams, live session events, and wallet-scoped persistence.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"compose",
|
package/specs/x402.openapi.yaml
CHANGED