Skip to content

Commit

Permalink
(feat): regenerate with latest API definition (#24)
Browse files Browse the repository at this point in the history
fern-api[bot] authored Jun 5, 2024
1 parent 2a866a4 commit 5280839
Showing 92 changed files with 1,607 additions and 4,564 deletions.
3 changes: 3 additions & 0 deletions .fernignore
Original file line number Diff line number Diff line change
@@ -8,3 +8,6 @@ src/WrappedClient.ts

# Added additional tests
src/test/client.test.ts

# Ignore anything in .mock
.mock
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ jobs:

- name: Compile
run: yarn && yarn build

test:
runs-on: ubuntu-latest

@@ -27,13 +27,13 @@ jobs:
uses: actions/setup-node@v3

- name: Compile
run: yarn && yarn test
run: yarn && yarn test

publish:
needs: [ compile, test ]
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
runs-on: ubuntu-latest

steps:
- name: Checkout repo
uses: actions/checkout@v3
@@ -52,4 +52,4 @@ jobs:
npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
npm publish --access public
env:
NPM_TOKEN: ${{ secrets.FERN_NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
11 changes: 1 addition & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
node_modules
.DS_Store
/dist
/Client.d.ts
/Client.js
/environments.d.ts
/environments.js
/index.d.ts
/index.js
/api
/core
/errors
/dist
13 changes: 0 additions & 13 deletions .mock/definition/api.yml

This file was deleted.

54 changes: 0 additions & 54 deletions .mock/definition/api/v1/db/__package__.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .mock/definition/api/v1/db/endpoint.yml

This file was deleted.

113 changes: 0 additions & 113 deletions .mock/definition/api/v1/read/__package__.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .mock/definition/api/v1/read/commons.yml

This file was deleted.

Loading

0 comments on commit 5280839

Please sign in to comment.