Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.451.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Dec 4, 2024
1 parent cfa02a3 commit c73a3d4
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 25 deletions.
10 changes: 5 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ management:
docVersion: 1.0.0
speakeasyVersion: 1.451.1
generationVersion: 2.470.1
releaseVersion: 3.0.0-alpha.5
configChecksum: af9df2f25e3cb59466d5046c9373d04e
releaseVersion: 3.0.0-alpha.6
configChecksum: 90e56f26b02649cc377c44376e7bd63c
repoURL: https://github.com/speakeasy-sdks/bar-typescript.git
repoSubDirectory: .
installationURL: https://github.com/speakeasy-sdks/bar-typescript
Expand Down Expand Up @@ -170,7 +170,7 @@ examples:
speakeasy-default-list-drinks:
responses:
"200":
application/json: [{"name": "Negroni", "price": 1200, "productCode": "AC-A2DF3"}, {"name": "Old Fashioned", "price": 1500, "productCode": "NAC-3F2D1"}, {"name": "Manhattan", "price": 1500, "productCode": "AC-A2DF3"}]
application/json: [{"name": "Negroni", "price": 1500, "productCode": "NAC-3F2D1"}, {"name": "Old Fashioned", "price": 1000, "productCode": "APM-1F2D3"}, {"name": "Manhattan", "price": 1200, "productCode": "APM-1F2D3"}]
5XX: {}
default: {}
stockUpdate:
Expand All @@ -185,10 +185,10 @@ examples:
createOrder:
speakeasy-default-create-order:
requestBody:
application/json: [{"productCode": "AC-A2DF3", "quantity": 567805, "type": "ingredient"}, {"productCode": "NAC-3F2D1", "quantity": 618237, "type": "ingredient"}]
application/json: [{"productCode": "APM-1F2D3", "quantity": 567805, "type": "ingredient"}, {"productCode": "AC-A2DF3", "quantity": 618237, "type": "ingredient"}]
responses:
"200":
application/json: {"productCode": "APM-1F2D3", "quantity": 78073, "status": "pending", "type": "drink"}
application/json: {"productCode": "NAC-3F2D1", "quantity": 78073, "status": "pending", "type": "drink"}
5XX: {}
default: {}
subscribeToWebhooks: {}
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: false
typescript:
version: 3.0.0-alpha.5
version: 3.0.0-alpha.6
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
8 changes: 4 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ speakeasyVersion: 1.451.1
sources:
bar-api:
sourceNamespace: bar-api
sourceRevisionDigest: sha256:49e10f0e5cbed7dcaf69e334c26e95ee77159c64aff37198ba80cbc237e205ac
sourceRevisionDigest: sha256:15d774746a5b2a34308848012b9ed7f5287dad9a36e9dd9e7e31343674afa4a1
sourceBlobDigest: sha256:f5d6201a22e286fa7f44a7e833ab695f65d74ef3f6b4e11673bc2db868483f90
tags:
- latest
- speakeasy-sdk-regen-1733269151
- speakeasy-sdk-regen-1733270882
- 1.0.0
targets:
bar-typescript:
source: bar-api
sourceNamespace: bar-api
sourceRevisionDigest: sha256:49e10f0e5cbed7dcaf69e334c26e95ee77159c64aff37198ba80cbc237e205ac
sourceRevisionDigest: sha256:15d774746a5b2a34308848012b9ed7f5287dad9a36e9dd9e7e31343674afa4a1
sourceBlobDigest: sha256:f5d6201a22e286fa7f44a7e833ab695f65d74ef3f6b4e11673bc2db868483f90
codeSamplesNamespace: code-samples-typescript-bar-typescript
codeSamplesRevisionDigest: sha256:c8d2da60f0a772fda306c1934fee479eff9b65193183b331335c377138b47219
codeSamplesRevisionDigest: sha256:3646817c1a2a3ef9409f6899f0d97ff9de78ff5183324e9da5e18c7ebc3d8522
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ const barSDK = new BarSDK({
async function run() {
const result = await barSDK.orders.createOrder([
{
productCode: "AC-A2DF3",
productCode: "APM-1F2D3",
quantity: 567805,
type: OrderType.Ingredient,
},
{
productCode: "NAC-3F2D1",
productCode: "AC-A2DF3",
quantity: 618237,
type: OrderType.Ingredient,
},
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,4 +344,14 @@ Based on:
### Generated
- [typescript v3.0.0-alpha.5] .
### Releases
- [NPM v3.0.0-alpha.5] https://www.npmjs.com/package/@speakeasy-sdks/speakeasy-bar/v/3.0.0-alpha.5 - .
- [NPM v3.0.0-alpha.5] https://www.npmjs.com/package/@speakeasy-sdks/speakeasy-bar/v/3.0.0-alpha.5 - .

## 2024-12-04 00:07:59
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.451.1 (2.470.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v3.0.0-alpha.6] .
### Releases
- [NPM v3.0.0-alpha.6] https://www.npmjs.com/package/@speakeasy-sdks/speakeasy-bar/v/3.0.0-alpha.6 - .
4 changes: 2 additions & 2 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ const barSDK = new BarSDK({
async function run() {
const result = await barSDK.orders.createOrder([
{
productCode: "AC-A2DF3",
productCode: "APM-1F2D3",
quantity: 567805,
type: OrderType.Ingredient,
},
{
productCode: "NAC-3F2D1",
productCode: "AC-A2DF3",
quantity: 618237,
type: OrderType.Ingredient,
},
Expand Down
8 changes: 4 additions & 4 deletions docs/sdks/orders/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ const barSDK = new BarSDK({
async function run() {
const result = await barSDK.orders.createOrder([
{
productCode: "AC-A2DF3",
productCode: "APM-1F2D3",
quantity: 567805,
type: OrderType.Ingredient,
},
{
productCode: "NAC-3F2D1",
productCode: "AC-A2DF3",
quantity: 618237,
type: OrderType.Ingredient,
},
Expand Down Expand Up @@ -66,12 +66,12 @@ const barSDK = new BarSDKCore({
async function run() {
const res = await ordersCreateOrder(barSDK, [
{
productCode: "AC-A2DF3",
productCode: "APM-1F2D3",
quantity: 567805,
type: OrderType.Ingredient,
},
{
productCode: "NAC-3F2D1",
productCode: "AC-A2DF3",
quantity: 618237,
type: OrderType.Ingredient,
},
Expand Down
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": "@speakeasy-sdks/speakeasy-bar",
"version": "3.0.0-alpha.5",
"version": "3.0.0-alpha.6",
"exports": {
".": "./src/index.ts",
"./sdk/models/errors": "./src/sdk/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": "@speakeasy-sdks/speakeasy-bar",
"version": "3.0.0-alpha.5",
"version": "3.0.0-alpha.6",
"author": "speakeasy-bar-test",
"main": "./index.js",
"sideEffects": false,
Expand Down
4 changes: 2 additions & 2 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "1.0.0",
sdkVersion: "3.0.0-alpha.5",
sdkVersion: "3.0.0-alpha.6",
genVersion: "2.470.1",
userAgent:
"speakeasy-sdk/typescript 3.0.0-alpha.5 2.470.1 1.0.0 @speakeasy-sdks/speakeasy-bar",
"speakeasy-sdk/typescript 3.0.0-alpha.6 2.470.1 1.0.0 @speakeasy-sdks/speakeasy-bar",
} as const;

0 comments on commit c73a3d4

Please sign in to comment.