Skip to content

Commit

Permalink
fix: publish new 201 asset response
Browse files Browse the repository at this point in the history
  • Loading branch information
0xcadams committed May 15, 2024
1 parent 610191d commit 66d254b
Show file tree
Hide file tree
Showing 44 changed files with 839 additions and 3,910 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/jest_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache: 'yarn'

- name: Install dependencies
run: npm install
run: yarn install

- name: Build the project
run: npm run build --if-present
run: yarn run build --if-present

- name: Run tests
run: npm run test
run: yarn run test

- name: Upload Test Results
uses: actions/upload-artifact@v2
Expand Down
13 changes: 8 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: 7146d910-ec93-46d4-b2c7-5717a58dd471
management:
docChecksum: 00bb67b4da79d0c7cf7adad96dcb5426
docChecksum: c6cd3eedbf5e01595a0c3fbecba26c2d
docVersion: 1.0.0
speakeasyVersion: 1.287.0
generationVersion: 2.331.0
releaseVersion: 3.2.1
configChecksum: 6a2e6f22f40fc898c7caf5aa038adfb7
speakeasyVersion: 1.290.1
generationVersion: 2.332.4
releaseVersion: 3.2.2
configChecksum: 24a4bebf98b9758abcccdef5853258a4
features:
typescript:
additionalDependencies: 0.1.0
Expand Down Expand Up @@ -57,6 +57,7 @@ generatedFiles:
- src/models/errors/sdkerror.ts
- src/models/errors/sdkvalidationerror.ts
- src/types/blobs.ts
- src/types/enums.ts
- src/types/index.ts
- src/types/operations.ts
- src/types/rfcdate.ts
Expand Down Expand Up @@ -218,6 +219,8 @@ generatedFiles:
- docs/models/operations/task.md
- docs/models/operations/requestuploaddata.md
- docs/models/operations/requestuploadresponse.md
- docs/models/operations/uploadassetassettask.md
- docs/models/operations/uploadassetdataoutput.md
- docs/models/operations/uploadassettask.md
- docs/models/operations/uploadassetdata.md
- docs/models/operations/uploadassetresponse.md
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
speakeasyVersion: 1.287.0
speakeasyVersion: 1.290.1
sources:
livepeer-studio-api:
sourceNamespace: livepeer-studio-api
sourceRevisionDigest: sha256:8b9c80b91a7a85be56dee979d479ae7c2ba2ff1c69ee1de3743c7781d04574d1
sourceBlobDigest: sha256:87e907cb670cc88e16f41406b53dea12d873f17427498e7eb5bddaf36ddeb12c
sourceRevisionDigest: sha256:a4aed305037710bf210fd146cb76483a68d5d55e615b3414abb27f71a82524d8
sourceBlobDigest: sha256:3f1c32ce4807552fadd1fd2ec94524369972e40ac2205d0e46f02fea4dcf6bf1
tags:
- latest
targets:
livepeer-ts:
source: livepeer-studio-api
sourceNamespace: livepeer-studio-api
sourceRevisionDigest: sha256:8b9c80b91a7a85be56dee979d479ae7c2ba2ff1c69ee1de3743c7781d04574d1
sourceBlobDigest: sha256:87e907cb670cc88e16f41406b53dea12d873f17427498e7eb5bddaf36ddeb12c
sourceRevisionDigest: sha256:a4aed305037710bf210fd146cb76483a68d5d55e615b3414abb27f71a82524d8
sourceBlobDigest: sha256:3f1c32ce4807552fadd1fd2ec94524369972e40ac2205d0e46f02fea4dcf6bf1
outLocation: .
workflow:
workflowVersion: 1.0.0
Expand Down
Loading

0 comments on commit 66d254b

Please sign in to comment.