Skip to content

Commit

Permalink
Merge pull request #61 from Gateway-DAO/feature/prot-360-migrate-to-e…
Browse files Browse the repository at this point in the history
…xisting-repo

feat: migrated to rest api
  • Loading branch information
Siddharth9890 authored Sep 9, 2024
2 parents 5e31895 + 7a7cad7 commit 0eb57f1
Show file tree
Hide file tree
Showing 60 changed files with 3,013 additions and 8,359 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
run: pnpm install -D @semantic-release/changelog @semantic-release/git
- name: Lint
run: pnpm lint
- name: Build Graphql queries
run: pnpm generate:sdk
- name: Build REST API
run: pnpm generate
- name: Format code
run: pnpm format
- name: Test project
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
run: pnpm install
- name: Run Eslint
run: pnpm lint
- name: Build Graphql queries
run: pnpm generate:sdk
- name: Build REST API
run: pnpm generate
- name: Format code
run: pnpm format
- name: Test project
Expand Down
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# [2.1.0-develop.12](https://github.com/Gateway-DAO/gateway-js-sdk/compare/v2.1.0-develop.11...v2.1.0-develop.12) (2024-07-11)


### Bug Fixes

* gatewayId => gatewayid ([e1709d4](https://github.com/Gateway-DAO/gateway-js-sdk/commit/e1709d46991bf72c6d5e5404e0e70ae0dd49bf76))
- gatewayId => gatewayid ([e1709d4](https://github.com/Gateway-DAO/gateway-js-sdk/commit/e1709d46991bf72c6d5e5404e0e70ae0dd49bf76))

# [2.1.0-develop.11](https://github.com/Gateway-DAO/gateway-js-sdk/compare/v2.1.0-develop.10...v2.1.0-develop.11) (2024-07-10)

Expand Down
18 changes: 0 additions & 18 deletions __mocks__/activity.mock.ts

This file was deleted.

22 changes: 0 additions & 22 deletions __mocks__/auth.mock.ts

This file was deleted.

52 changes: 0 additions & 52 deletions __mocks__/data-model.mock.ts

This file was deleted.

57 changes: 0 additions & 57 deletions __mocks__/organization.mock.ts

This file was deleted.

32 changes: 0 additions & 32 deletions __mocks__/pda.mock.ts

This file was deleted.

42 changes: 0 additions & 42 deletions __mocks__/proof.mock.ts

This file was deleted.

49 changes: 0 additions & 49 deletions __mocks__/request.mock.ts

This file was deleted.

31 changes: 0 additions & 31 deletions __mocks__/user.mock.ts

This file was deleted.

Loading

0 comments on commit 0eb57f1

Please sign in to comment.