syllable-sdk 0.1.0-alpha.55 → 0.1.0-alpha.56
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/docs/sdks/datasources/README.md +4 -4
- package/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/openapi.json +4 -4
- package/package.json +1 -1
- package/src/lib/config.ts +2 -2
|
@@ -107,7 +107,7 @@ async function run() {
|
|
|
107
107
|
"Weather Info",
|
|
108
108
|
],
|
|
109
109
|
chunk: false,
|
|
110
|
-
chunkDelimiter:
|
|
110
|
+
chunkDelimiter: "",
|
|
111
111
|
text: "<value>",
|
|
112
112
|
});
|
|
113
113
|
|
|
@@ -140,7 +140,7 @@ async function run() {
|
|
|
140
140
|
"Weather Info",
|
|
141
141
|
],
|
|
142
142
|
chunk: false,
|
|
143
|
-
chunkDelimiter:
|
|
143
|
+
chunkDelimiter: "",
|
|
144
144
|
text: "<value>",
|
|
145
145
|
});
|
|
146
146
|
|
|
@@ -198,7 +198,7 @@ async function run() {
|
|
|
198
198
|
"Weather Info",
|
|
199
199
|
],
|
|
200
200
|
chunk: false,
|
|
201
|
-
chunkDelimiter:
|
|
201
|
+
chunkDelimiter: "",
|
|
202
202
|
id: 1,
|
|
203
203
|
editComments: "Added new info",
|
|
204
204
|
text: "<value>",
|
|
@@ -233,7 +233,7 @@ async function run() {
|
|
|
233
233
|
"Weather Info",
|
|
234
234
|
],
|
|
235
235
|
chunk: false,
|
|
236
|
-
chunkDelimiter:
|
|
236
|
+
chunkDelimiter: "",
|
|
237
237
|
id: 1,
|
|
238
238
|
editComments: "Added new info",
|
|
239
239
|
text: "<value>",
|
package/jsr.json
CHANGED
package/lib/config.d.ts
CHANGED
|
@@ -27,8 +27,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
|
27
27
|
export declare const SDK_METADATA: {
|
|
28
28
|
readonly language: "typescript";
|
|
29
29
|
readonly openapiDocVersion: "0.0.2";
|
|
30
|
-
readonly sdkVersion: "0.1.0-alpha.
|
|
30
|
+
readonly sdkVersion: "0.1.0-alpha.56";
|
|
31
31
|
readonly genVersion: "2.512.4";
|
|
32
|
-
readonly userAgent: "speakeasy-sdk/typescript 0.1.0-alpha.
|
|
32
|
+
readonly userAgent: "speakeasy-sdk/typescript 0.1.0-alpha.56 2.512.4 0.0.2 syllable-sdk";
|
|
33
33
|
};
|
|
34
34
|
//# sourceMappingURL=config.d.ts.map
|
package/lib/config.js
CHANGED
|
@@ -31,8 +31,8 @@ function serverURLFromOptions(options) {
|
|
|
31
31
|
exports.SDK_METADATA = {
|
|
32
32
|
language: "typescript",
|
|
33
33
|
openapiDocVersion: "0.0.2",
|
|
34
|
-
sdkVersion: "0.1.0-alpha.
|
|
34
|
+
sdkVersion: "0.1.0-alpha.56",
|
|
35
35
|
genVersion: "2.512.4",
|
|
36
|
-
userAgent: "speakeasy-sdk/typescript 0.1.0-alpha.
|
|
36
|
+
userAgent: "speakeasy-sdk/typescript 0.1.0-alpha.56 2.512.4 0.0.2 syllable-sdk",
|
|
37
37
|
};
|
|
38
38
|
//# sourceMappingURL=config.js.map
|
package/openapi.json
CHANGED
|
@@ -9462,7 +9462,7 @@
|
|
|
9462
9462
|
"title": "Chunk Delimiter",
|
|
9463
9463
|
"description": "String that should be treated as delimiter between intended chunks. (This feature is coming in the future - currently this value will always be treated as None.)",
|
|
9464
9464
|
"examples": [
|
|
9465
|
-
|
|
9465
|
+
""
|
|
9466
9466
|
]
|
|
9467
9467
|
},
|
|
9468
9468
|
"text": {
|
|
@@ -9538,7 +9538,7 @@
|
|
|
9538
9538
|
"title": "Chunk Delimiter",
|
|
9539
9539
|
"description": "String that should be treated as delimiter between intended chunks. (This feature is coming in the future - currently this value will always be treated as None.)",
|
|
9540
9540
|
"examples": [
|
|
9541
|
-
|
|
9541
|
+
""
|
|
9542
9542
|
]
|
|
9543
9543
|
},
|
|
9544
9544
|
"id": {
|
|
@@ -9662,7 +9662,7 @@
|
|
|
9662
9662
|
"title": "Chunk Delimiter",
|
|
9663
9663
|
"description": "String that should be treated as delimiter between intended chunks. (This feature is coming in the future - currently this value will always be treated as None.)",
|
|
9664
9664
|
"examples": [
|
|
9665
|
-
|
|
9665
|
+
""
|
|
9666
9666
|
]
|
|
9667
9667
|
},
|
|
9668
9668
|
"id": {
|
|
@@ -9793,7 +9793,7 @@
|
|
|
9793
9793
|
"title": "Chunk Delimiter",
|
|
9794
9794
|
"description": "String that should be treated as delimiter between intended chunks. (This feature is coming in the future - currently this value will always be treated as None.)",
|
|
9795
9795
|
"examples": [
|
|
9796
|
-
|
|
9796
|
+
""
|
|
9797
9797
|
]
|
|
9798
9798
|
},
|
|
9799
9799
|
"id": {
|
package/package.json
CHANGED
package/src/lib/config.ts
CHANGED
|
@@ -57,8 +57,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
57
57
|
export const SDK_METADATA = {
|
|
58
58
|
language: "typescript",
|
|
59
59
|
openapiDocVersion: "0.0.2",
|
|
60
|
-
sdkVersion: "0.1.0-alpha.
|
|
60
|
+
sdkVersion: "0.1.0-alpha.56",
|
|
61
61
|
genVersion: "2.512.4",
|
|
62
62
|
userAgent:
|
|
63
|
-
"speakeasy-sdk/typescript 0.1.0-alpha.
|
|
63
|
+
"speakeasy-sdk/typescript 0.1.0-alpha.56 2.512.4 0.0.2 syllable-sdk",
|
|
64
64
|
} as const;
|