@zavudev/sdk 0.0.14 → 0.0.16
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/README.md +0 -5
- package/dist/commonjs/lib/config.d.ts +2 -2
- package/dist/commonjs/lib/config.js +2 -2
- package/dist/esm/lib/config.d.ts +2 -2
- package/dist/esm/lib/config.js +2 -2
- package/examples/node_modules/.package-lock.json +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -11
- package/src/lib/config.ts +2 -2
package/README.md
CHANGED
|
@@ -5,9 +5,6 @@ Developer-friendly & type-safe Typescript SDK specifically catered to leverage *
|
|
|
5
5
|
[](https://opensource.org/licenses/MIT)
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
<br /><br />
|
|
9
|
-
> [!IMPORTANT]
|
|
10
|
-
> This SDK is not yet ready for production use. To complete setup please follow the steps outlined in your [workspace](https://app.speakeasy.com/org/crubing/zavu). Delete this section before > publishing to a package manager.
|
|
11
8
|
|
|
12
9
|
<!-- Start Summary [summary] -->
|
|
13
10
|
## Summary
|
|
@@ -50,8 +47,6 @@ Design goals:
|
|
|
50
47
|
<!-- Start SDK Installation [installation] -->
|
|
51
48
|
## SDK Installation
|
|
52
49
|
|
|
53
|
-
> [!TIP]
|
|
54
|
-
> To finish publishing your SDK to npm and others you must [run your first generation action](https://www.speakeasy.com/docs/github-setup#step-by-step-guide).
|
|
55
50
|
|
|
56
51
|
|
|
57
52
|
The SDK can be installed with either [npm](https://www.npmjs.com/), [pnpm](https://pnpm.io/), [bun](https://bun.sh/) or [yarn](https://classic.yarnpkg.com/en/) package managers.
|
|
@@ -31,8 +31,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
|
31
31
|
export declare const SDK_METADATA: {
|
|
32
32
|
readonly language: "typescript";
|
|
33
33
|
readonly openapiDocVersion: "0.2.0";
|
|
34
|
-
readonly sdkVersion: "0.0.
|
|
34
|
+
readonly sdkVersion: "0.0.15";
|
|
35
35
|
readonly genVersion: "2.768.1";
|
|
36
|
-
readonly userAgent: "speakeasy-sdk/typescript 0.0.
|
|
36
|
+
readonly userAgent: "speakeasy-sdk/typescript 0.0.15 2.768.1 0.2.0 @zavudev/sdk";
|
|
37
37
|
};
|
|
38
38
|
//# sourceMappingURL=config.d.ts.map
|
|
@@ -28,8 +28,8 @@ function serverURLFromOptions(options) {
|
|
|
28
28
|
exports.SDK_METADATA = {
|
|
29
29
|
language: "typescript",
|
|
30
30
|
openapiDocVersion: "0.2.0",
|
|
31
|
-
sdkVersion: "0.0.
|
|
31
|
+
sdkVersion: "0.0.15",
|
|
32
32
|
genVersion: "2.768.1",
|
|
33
|
-
userAgent: "speakeasy-sdk/typescript 0.0.
|
|
33
|
+
userAgent: "speakeasy-sdk/typescript 0.0.15 2.768.1 0.2.0 @zavudev/sdk",
|
|
34
34
|
};
|
|
35
35
|
//# sourceMappingURL=config.js.map
|
package/dist/esm/lib/config.d.ts
CHANGED
|
@@ -31,8 +31,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
|
31
31
|
export declare const SDK_METADATA: {
|
|
32
32
|
readonly language: "typescript";
|
|
33
33
|
readonly openapiDocVersion: "0.2.0";
|
|
34
|
-
readonly sdkVersion: "0.0.
|
|
34
|
+
readonly sdkVersion: "0.0.15";
|
|
35
35
|
readonly genVersion: "2.768.1";
|
|
36
|
-
readonly userAgent: "speakeasy-sdk/typescript 0.0.
|
|
36
|
+
readonly userAgent: "speakeasy-sdk/typescript 0.0.15 2.768.1 0.2.0 @zavudev/sdk";
|
|
37
37
|
};
|
|
38
38
|
//# sourceMappingURL=config.d.ts.map
|
package/dist/esm/lib/config.js
CHANGED
|
@@ -24,8 +24,8 @@ export function serverURLFromOptions(options) {
|
|
|
24
24
|
export const SDK_METADATA = {
|
|
25
25
|
language: "typescript",
|
|
26
26
|
openapiDocVersion: "0.2.0",
|
|
27
|
-
sdkVersion: "0.0.
|
|
27
|
+
sdkVersion: "0.0.15",
|
|
28
28
|
genVersion: "2.768.1",
|
|
29
|
-
userAgent: "speakeasy-sdk/typescript 0.0.
|
|
29
|
+
userAgent: "speakeasy-sdk/typescript 0.0.15 2.768.1 0.2.0 @zavudev/sdk",
|
|
30
30
|
};
|
|
31
31
|
//# sourceMappingURL=config.js.map
|
package/jsr.json
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zavudev/sdk",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.16",
|
|
4
4
|
"author": "Crubing LLC",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"tshy": {
|
|
7
|
-
"sourceDialects": [
|
|
8
|
-
"@zavudev/sdk/source"
|
|
9
|
-
],
|
|
10
7
|
"exports": {
|
|
11
8
|
".": "./src/index.ts",
|
|
12
9
|
"./package.json": "./package.json",
|
|
@@ -39,7 +36,6 @@
|
|
|
39
36
|
"exports": {
|
|
40
37
|
".": {
|
|
41
38
|
"import": {
|
|
42
|
-
"@zavudev/sdk/source": "./src/index.ts",
|
|
43
39
|
"types": "./dist/esm/index.d.ts",
|
|
44
40
|
"default": "./dist/esm/index.js"
|
|
45
41
|
},
|
|
@@ -51,7 +47,6 @@
|
|
|
51
47
|
"./package.json": "./package.json",
|
|
52
48
|
"./types": {
|
|
53
49
|
"import": {
|
|
54
|
-
"@zavudev/sdk/source": "./src/types/index.ts",
|
|
55
50
|
"types": "./dist/esm/types/index.d.ts",
|
|
56
51
|
"default": "./dist/esm/types/index.js"
|
|
57
52
|
},
|
|
@@ -62,7 +57,6 @@
|
|
|
62
57
|
},
|
|
63
58
|
"./models/errors": {
|
|
64
59
|
"import": {
|
|
65
|
-
"@zavudev/sdk/source": "./src/models/errors/index.ts",
|
|
66
60
|
"types": "./dist/esm/models/errors/index.d.ts",
|
|
67
61
|
"default": "./dist/esm/models/errors/index.js"
|
|
68
62
|
},
|
|
@@ -73,7 +67,6 @@
|
|
|
73
67
|
},
|
|
74
68
|
"./models": {
|
|
75
69
|
"import": {
|
|
76
|
-
"@zavudev/sdk/source": "./src/models/index.ts",
|
|
77
70
|
"types": "./dist/esm/models/index.d.ts",
|
|
78
71
|
"default": "./dist/esm/models/index.js"
|
|
79
72
|
},
|
|
@@ -84,7 +77,6 @@
|
|
|
84
77
|
},
|
|
85
78
|
"./models/operations": {
|
|
86
79
|
"import": {
|
|
87
|
-
"@zavudev/sdk/source": "./src/models/operations/index.ts",
|
|
88
80
|
"types": "./dist/esm/models/operations/index.d.ts",
|
|
89
81
|
"default": "./dist/esm/models/operations/index.js"
|
|
90
82
|
},
|
|
@@ -95,7 +87,6 @@
|
|
|
95
87
|
},
|
|
96
88
|
"./*.js": {
|
|
97
89
|
"import": {
|
|
98
|
-
"@zavudev/sdk/source": "./src/*.ts",
|
|
99
90
|
"types": "./dist/esm/*.d.ts",
|
|
100
91
|
"default": "./dist/esm/*.js"
|
|
101
92
|
},
|
|
@@ -106,7 +97,6 @@
|
|
|
106
97
|
},
|
|
107
98
|
"./*": {
|
|
108
99
|
"import": {
|
|
109
|
-
"@zavudev/sdk/source": "./src/*.ts",
|
|
110
100
|
"types": "./dist/esm/*.d.ts",
|
|
111
101
|
"default": "./dist/esm/*.js"
|
|
112
102
|
},
|
package/src/lib/config.ts
CHANGED
|
@@ -58,7 +58,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
58
58
|
export const SDK_METADATA = {
|
|
59
59
|
language: "typescript",
|
|
60
60
|
openapiDocVersion: "0.2.0",
|
|
61
|
-
sdkVersion: "0.0.
|
|
61
|
+
sdkVersion: "0.0.15",
|
|
62
62
|
genVersion: "2.768.1",
|
|
63
|
-
userAgent: "speakeasy-sdk/typescript 0.0.
|
|
63
|
+
userAgent: "speakeasy-sdk/typescript 0.0.15 2.768.1 0.2.0 @zavudev/sdk",
|
|
64
64
|
} as const;
|