Skip to content

Commit

Permalink
update fern definition (#100)
Browse files Browse the repository at this point in the history
Co-authored-by: dsinghvi <[email protected]>
  • Loading branch information
fern-support and dsinghvi authored Nov 5, 2024
1 parent c2de273 commit 839469c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/typescript-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,10 @@ jobs:
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
fern generate --group typescript-sdk --version ${{ inputs.version }} --log-level debug
fern generate --group typescript-sdk --version ${{ inputs.version }} --log-level debug
- name: Regenerate Docs
env:
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
run: |
fern generate --docs
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
generated/
.DS_Store
**/.preview/**
6 changes: 3 additions & 3 deletions fern/definition/copilots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ service:
chunk: Credal is SOC 2 compliant.
- event: final_chunk
data:
referencedSources:
sources:
[
{
id: "1",
Expand Down Expand Up @@ -556,7 +556,7 @@ types:
DataFilter:
properties:
semanticSearchTerms: list<string>
webSearchResults: list<string>
webSearchTerm: list<string>
filteredDataSourcesPerCollection: list<CollectionFilteredData>

InitialChunk:
Expand All @@ -572,7 +572,7 @@ types:

FinalChunk:
properties:
referencedSources: list<ReferencedSource>
sources: list<ReferencedSource>

BlockedChunk:
properties:
Expand Down
4 changes: 2 additions & 2 deletions fern/generators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ groups:
typescript-sdk:
generators:
- name: fernapi/fern-typescript-node-sdk
version: 0.20.8
version: 0.41.1
output:
location: npm
package-name: "@credal/sdk"
Expand All @@ -18,7 +18,7 @@ groups:
python-sdk:
generators:
- name: fernapi/fern-python-sdk
version: 2.16.0
version: 4.2.7
output:
location: pypi
package-name: "credal"
Expand Down

0 comments on commit 839469c

Please sign in to comment.