Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.420.0 (#178)
Browse files Browse the repository at this point in the history
Co-authored-by: speakeasybot <[email protected]>
  • Loading branch information
github-actions[bot] and speakeasybot authored Oct 22, 2024
1 parent fa90b4a commit b688ea0
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 24 deletions.
10 changes: 5 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: f28179cc-ef59-426d-9e85-60cec22fc642
management:
docChecksum: c88acc42c7fc51806ffd58748f95557d
docChecksum: 8285f8b5a9df348e04240ef390eeebe4
docVersion: 0.0.1
speakeasyVersion: 1.419.0
generationVersion: 2.438.3
releaseVersion: 0.43.8
configChecksum: f174de3f5d66c1ee7a3305af407ab87c
speakeasyVersion: 1.420.0
generationVersion: 2.438.15
releaseVersion: 0.43.9
configChecksum: 8eea5e5384cc111f7ba257809941edd0
repoURL: https://github.com/dubinc/dub-ts.git
installationURL: https://github.com/dubinc/dub-ts
published: true
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
typescript:
version: 0.43.8
version: 0.43.9
additionalDependencies:
dependencies: {}
devDependencies:
Expand Down
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
speakeasyVersion: 1.419.0
speakeasyVersion: 1.420.0
sources:
my-first-source:
sourceNamespace: my-first-source
sourceRevisionDigest: sha256:a44e61cdcec3afe0e25efa4544392d0c26d3dd84d10bf8bb3277bd95ecc6d03c
sourceBlobDigest: sha256:12bb52460d37a0bbde28145959701a76bdc90d19c8bd0327f718ad4a70249d25
sourceRevisionDigest: sha256:d785789b9f866df137070b04626699f939b98cbe3e5da9c724605a117890f912
sourceBlobDigest: sha256:e604931b94c3fe3784a0151db55e7b02a17dc3771d69fefd6f5dadd9535b6006
tags:
- latest
- main
targets:
my-first-target:
source: my-first-source
sourceNamespace: my-first-source
sourceRevisionDigest: sha256:a44e61cdcec3afe0e25efa4544392d0c26d3dd84d10bf8bb3277bd95ecc6d03c
sourceBlobDigest: sha256:12bb52460d37a0bbde28145959701a76bdc90d19c8bd0327f718ad4a70249d25
sourceRevisionDigest: sha256:d785789b9f866df137070b04626699f939b98cbe3e5da9c724605a117890f912
sourceBlobDigest: sha256:e604931b94c3fe3784a0151db55e7b02a17dc3771d69fefd6f5dadd9535b6006
codeSamplesNamespace: code-samples-typescript-my-first-target
codeSamplesRevisionDigest: sha256:9669b953574374404dd17e0cf6a273c64437d40b4bd22e6abd860fb14ac90a5f
codeSamplesRevisionDigest: sha256:beafd3e00106f0541ea46ee7fc0816261f7cd787a0c57996945e6d30169372b5
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -876,4 +876,14 @@ Based on:
### Generated
- [typescript v0.43.8] .
### Releases
- [NPM v0.43.8] https://www.npmjs.com/package/dub/v/0.43.8 - .
- [NPM v0.43.8] https://www.npmjs.com/package/dub/v/0.43.8 - .

## 2024-10-22 05:38:36
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.420.0 (2.438.15) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.43.9] .
### Releases
- [NPM v0.43.9] https://www.npmjs.com/package/dub/v/0.43.9 - .
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"name": "dub",
"version": "0.43.8",
"version": "0.43.9",
"exports": {
".": "./src/index.ts",
"./models/errors": "./src/models/errors/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dub",
"version": "0.43.8",
"version": "0.43.9",
"author": "Dub",
"tshy": {
"exports": {
Expand Down
6 changes: 3 additions & 3 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "0.0.1",
sdkVersion: "0.43.8",
genVersion: "2.438.3",
userAgent: "speakeasy-sdk/typescript 0.43.8 2.438.3 0.0.1 dub",
sdkVersion: "0.43.9",
genVersion: "2.438.15",
userAgent: "speakeasy-sdk/typescript 0.43.9 2.438.15 0.0.1 dub",
} as const;
8 changes: 4 additions & 4 deletions src/models/components/linkschema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ export type LinkSchema = {
/**
* The user ID of the creator of the short link.
*/
userId: string;
userId: string | null;
/**
* The workspace ID of the short link.
*/
Expand Down Expand Up @@ -1768,7 +1768,7 @@ export const LinkSchema$inboundSchema: z.ZodType<
utm_campaign: z.nullable(z.string()),
utm_term: z.nullable(z.string()),
utm_content: z.nullable(z.string()),
userId: z.string(),
userId: z.nullable(z.string()),
workspaceId: z.string(),
clicks: z.number().default(0),
lastClicked: z.nullable(z.string()),
Expand Down Expand Up @@ -1823,7 +1823,7 @@ export type LinkSchema$Outbound = {
utm_campaign: string | null;
utm_term: string | null;
utm_content: string | null;
userId: string;
userId: string | null;
workspaceId: string;
clicks: number;
lastClicked: string | null;
Expand Down Expand Up @@ -1874,7 +1874,7 @@ export const LinkSchema$outboundSchema: z.ZodType<
utmCampaign: z.nullable(z.string()),
utmTerm: z.nullable(z.string()),
utmContent: z.nullable(z.string()),
userId: z.string(),
userId: z.nullable(z.string()),
workspaceId: z.string(),
clicks: z.number().default(0),
lastClicked: z.nullable(z.string()),
Expand Down

0 comments on commit b688ea0

Please sign in to comment.