Skip to content

Commit

Permalink
chore: Desactivate job in Moon
Browse files Browse the repository at this point in the history
  • Loading branch information
flemzord authored and David Ragot committed Sep 28, 2023
1 parent 714d3a6 commit 21dd49d
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 1,197 deletions.
2 changes: 1 addition & 1 deletion components/auth/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
openapi: 3.1.0
openapi: 3.0.3
info:
title: Auth API
contact: {}
Expand Down
16 changes: 4 additions & 12 deletions openapi/base.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
openapi: 3.1.0
openapi: 3.0.3
info:
title: Formance Stack API
description: |
Expand All @@ -25,25 +25,17 @@ info:
servers:
- url: http://localhost
description: local server
- url: https://{organization}.sandbox.formance.cloud
description: sandbox server
variables:
organization:
description: The organization on which the ledger is located
default: ""

security:
- Authorization: []

components:
securitySchemes:
Authorization:
type: oauth2
flows:
clientCredentials:
tokenUrl: ''
refreshUrl: ''
tokenUrl: 'https://localhost/api/auth/oauth/token'
refreshUrl: 'https://localhost/api/auth/oauth/token'
scopes: {}

schemas:
Version:
type: object
Expand Down
21 changes: 0 additions & 21 deletions openapi/main.js

This file was deleted.

2 changes: 2 additions & 0 deletions openapi/moon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ tasks:
build/all:
command: 'task sdk:generate:all'
platform: 'system'
options:
runInCI: false
deps:
- 'openapi:deps'
inputs:
Expand Down
Loading

0 comments on commit 21dd49d

Please sign in to comment.