mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
ci: regenerated with OpenAPI Doc latest, Speakeasy CLI 1.399.2
This commit is contained in:
@@ -3,10 +3,10 @@ id: 599a9576-4665-431e-be1e-44cc13ef28aa
|
|||||||
management:
|
management:
|
||||||
docChecksum: dd4d04e62622de8f631720b5be68964d
|
docChecksum: dd4d04e62622de8f631720b5be68964d
|
||||||
docVersion: latest
|
docVersion: latest
|
||||||
speakeasyVersion: 1.396.9
|
speakeasyVersion: 1.399.2
|
||||||
generationVersion: 2.415.7
|
generationVersion: 2.416.6
|
||||||
releaseVersion: 0.10.1
|
releaseVersion: 0.10.2
|
||||||
configChecksum: 73f9f8473715d7d4593a2b6c1ccdb784
|
configChecksum: 3588184c143dbcd45ca6ac5634c8bc94
|
||||||
repoURL: https://github.com/LukeHagar/discoursejs.git
|
repoURL: https://github.com/LukeHagar/discoursejs.git
|
||||||
repoSubDirectory: .
|
repoSubDirectory: .
|
||||||
installationURL: https://github.com/LukeHagar/discoursejs
|
installationURL: https://github.com/LukeHagar/discoursejs
|
||||||
@@ -16,7 +16,7 @@ features:
|
|||||||
additionalDependencies: 0.1.0
|
additionalDependencies: 0.1.0
|
||||||
additionalProperties: 0.1.1
|
additionalProperties: 0.1.1
|
||||||
constsAndDefaults: 0.1.11
|
constsAndDefaults: 0.1.11
|
||||||
core: 3.17.3
|
core: 3.17.4
|
||||||
defaultEnabledRetries: 0.1.0
|
defaultEnabledRetries: 0.1.0
|
||||||
deprecations: 2.81.1
|
deprecations: 2.81.1
|
||||||
enumUnions: 0.1.0
|
enumUnions: 0.1.0
|
||||||
|
|||||||
10
RELEASES.md
10
RELEASES.md
@@ -309,3 +309,13 @@ Based on:
|
|||||||
- [typescript v0.10.1] .
|
- [typescript v0.10.1] .
|
||||||
### Releases
|
### Releases
|
||||||
- [NPM v0.10.1] https://www.npmjs.com/package/@lukehagar/discoursejs/v/0.10.1 - .
|
- [NPM v0.10.1] https://www.npmjs.com/package/@lukehagar/discoursejs/v/0.10.1 - .
|
||||||
|
|
||||||
|
## 2024-09-19 00:24:16
|
||||||
|
### Changes
|
||||||
|
Based on:
|
||||||
|
- OpenAPI Doc latest
|
||||||
|
- Speakeasy CLI 1.399.2 (2.416.6) https://github.com/speakeasy-api/speakeasy
|
||||||
|
### Generated
|
||||||
|
- [typescript v0.10.2] .
|
||||||
|
### Releases
|
||||||
|
- [NPM v0.10.2] https://www.npmjs.com/package/@lukehagar/discoursejs/v/0.10.2 - .
|
||||||
2
gen.yaml
2
gen.yaml
@@ -11,7 +11,7 @@ generation:
|
|||||||
auth:
|
auth:
|
||||||
oAuth2ClientCredentialsEnabled: false
|
oAuth2ClientCredentialsEnabled: false
|
||||||
typescript:
|
typescript:
|
||||||
version: 0.10.1
|
version: 0.10.2
|
||||||
additionalDependencies:
|
additionalDependencies:
|
||||||
dependencies: {}
|
dependencies: {}
|
||||||
devDependencies: {}
|
devDependencies: {}
|
||||||
|
|||||||
2
jsr.json
2
jsr.json
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"name": "@lukehagar/discoursejs",
|
"name": "@lukehagar/discoursejs",
|
||||||
"version": "0.10.1",
|
"version": "0.10.2",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": "./src/index.ts",
|
".": "./src/index.ts",
|
||||||
"./sdk/models/errors": "./src/sdk/models/errors/index.ts",
|
"./sdk/models/errors": "./src/sdk/models/errors/index.ts",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@lukehagar/discoursejs",
|
"name": "@lukehagar/discoursejs",
|
||||||
"version": "0.10.1",
|
"version": "0.10.2",
|
||||||
"author": "LukeHagar",
|
"author": "LukeHagar",
|
||||||
"main": "./index.js",
|
"main": "./index.js",
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
|
|||||||
@@ -62,8 +62,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|||||||
export const SDK_METADATA = {
|
export const SDK_METADATA = {
|
||||||
language: "typescript",
|
language: "typescript",
|
||||||
openapiDocVersion: "latest",
|
openapiDocVersion: "latest",
|
||||||
sdkVersion: "0.10.1",
|
sdkVersion: "0.10.2",
|
||||||
genVersion: "2.415.7",
|
genVersion: "2.416.6",
|
||||||
userAgent:
|
userAgent:
|
||||||
"speakeasy-sdk/typescript 0.10.1 2.415.7 latest @lukehagar/discoursejs",
|
"speakeasy-sdk/typescript 0.10.2 2.416.6 latest @lukehagar/discoursejs",
|
||||||
} as const;
|
} as const;
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ import { blobLikeSchema } from "../../types/blobs.js";
|
|||||||
import { ClosedEnum } from "../../types/enums.js";
|
import { ClosedEnum } from "../../types/enums.js";
|
||||||
|
|
||||||
export type FileT = {
|
export type FileT = {
|
||||||
content: ReadableStream<Uint8Array> | Blob | ArrayBuffer;
|
content: ReadableStream<Uint8Array> | Blob | ArrayBuffer | Uint8Array;
|
||||||
fileName: string;
|
fileName: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -61,13 +61,14 @@ export const FileT$inboundSchema: z.ZodType<FileT, z.ZodTypeDef, unknown> = z
|
|||||||
z.instanceof(ReadableStream<Uint8Array>),
|
z.instanceof(ReadableStream<Uint8Array>),
|
||||||
z.instanceof(Blob),
|
z.instanceof(Blob),
|
||||||
z.instanceof(ArrayBuffer),
|
z.instanceof(ArrayBuffer),
|
||||||
|
z.instanceof(Uint8Array),
|
||||||
]),
|
]),
|
||||||
fileName: z.string(),
|
fileName: z.string(),
|
||||||
});
|
});
|
||||||
|
|
||||||
/** @internal */
|
/** @internal */
|
||||||
export type FileT$Outbound = {
|
export type FileT$Outbound = {
|
||||||
content: ReadableStream<Uint8Array> | Blob | ArrayBuffer;
|
content: ReadableStream<Uint8Array> | Blob | ArrayBuffer | Uint8Array;
|
||||||
fileName: string;
|
fileName: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -81,6 +82,7 @@ export const FileT$outboundSchema: z.ZodType<
|
|||||||
z.instanceof(ReadableStream<Uint8Array>),
|
z.instanceof(ReadableStream<Uint8Array>),
|
||||||
z.instanceof(Blob),
|
z.instanceof(Blob),
|
||||||
z.instanceof(ArrayBuffer),
|
z.instanceof(ArrayBuffer),
|
||||||
|
z.instanceof(Uint8Array),
|
||||||
]),
|
]),
|
||||||
fileName: z.string(),
|
fileName: z.string(),
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user