Skip to content

Commit 0363a2e

Browse files
committed
remove generated files
1 parent 95ee049 commit 0363a2e

642 files changed

Lines changed: 27134 additions & 7220 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Makefile

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
download-specs:
2+
@mkdir -p tmp
3+
@echo "Downloading API Specs..."
4+
@curl -s -o ./tmp/subscriptions.yml https://help.bolt.com/developers/apis/build-resources/subscriptions-api/spec.yml
5+
@curl -s -o ./tmp/bolt.yml https://assets.bolt.com/external-api-references/bolt.yml
6+
@curl -s -o ./tmp/ignite3.yml https://api-docs.bolt.com/api.bundle.yaml
7+
@echo "Downloaded API Spec files to 'tmp/' dir"
8+
9+
merge-specs:
10+
@echo "Merging API Specs..."
11+
@redocly join ./tmp/bolt.yml ./tmp/ignite3.yml ./tmp/subscriptions.yml -o ./tmp/merged.yml \
12+
--prefix-components-with-info-prop title \
13+
--prefix-tags-with-filename
14+
15+
generate-sdk:
16+
@speakeasy run
17+
18+
full: download-specs merge-specs generate-sdk

docs/errors/errorsboltapiresponse.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

docs/errors/errorsoauthserverresponse.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/errors/unprocessableentityerror.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/models/accountdetails.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/models/accountdetailsaddressview.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

docs/models/accountdetailsaddressviewpriority.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/models/accountidentifierstatus.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

docs/models/action.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

docs/models/addaddresspriority.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)