Skip to content

Commit

Permalink
reverts the last 2 commits (#954)
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity authored Jun 4, 2024
1 parent 6ea43f7 commit ce25178
Show file tree
Hide file tree
Showing 326 changed files with 21,820 additions and 268,934 deletions.
281 changes: 0 additions & 281 deletions fern/apis/navigation/definition/__package__.yml

This file was deleted.

1 change: 0 additions & 1 deletion fern/apis/navigation/definition/api.yml

This file was deleted.

17 changes: 0 additions & 17 deletions fern/apis/navigation/generators.yml

This file was deleted.

25 changes: 4 additions & 21 deletions fern/apis/vercel/definition/v9/domains.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,40 +2,23 @@ types:
ListDomainsResponse:
properties:
domains: list<Domain>
GetConfigResponse:
properties:
misconfigured: boolean

Domain:
properties:
name: string
verified: boolean

service:
base-path: /v9
base-path: /v9/projects/{projectId}
path-parameters:
projectId: string
auth: true
endpoints:
getConfig:
docs: |
See Vercel's docs over here: https://vercel.com/docs/rest-api/endpoints/domains#get-a-domain's-configuration
method: GET
path: /domains/{domain}/config
path-parameters:
domain: string
request:
name: GetConfigRequest
query-parameters:
teamId:
type: string
docs: The team id to filter by
response: GetConfigResponse
list:
docs: |
See Vercel's docs over here: https://vercel.com/docs/rest-api/endpoints/domains#list-all-the-domains
method: GET
path: /projects/{projectId}/domains
path-parameters:
projectId: string
path: /domains
request:
name: ListDomainsRequest
query-parameters:
Expand Down
2 changes: 1 addition & 1 deletion fern/fern.config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"organization": "fern",
"version": "0.29.3"
"version": "0.26.9"
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"docs-dev:dev": "pnpm --filter=@fern-ui/docs-bundle run dev:fern-dev",
"docs:build": "pnpm --filter=@fern-ui/docs-bundle run build:fern-prod",
"docs:start": "pnpm --filter=@fern-ui/docs-bundle run start:fern-prod",
"fdr:generate": "pnpm fern generate --api fdr --local && pnpm --filter=@fern-api/fdr-sdk compile",
"navigation:generate": "pnpm fern generate --api navigation --local"
"fdr:generate": "pnpm fern generate --api fdr --local && pnpm --filter=@fern-api/fdr-sdk compile"
},
"devDependencies": {
"@babel/core": "^7.23.7",
Expand Down
1 change: 0 additions & 1 deletion packages/commons/core-utils/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export { withMinimumTime } from "./delay/withMinimumTime";
export { EMPTY_ARRAY, EMPTY_OBJECT } from "./empty";
export { identity } from "./identity";
export { assertNonNullish, isNonNullish } from "./isNonNullish";
export * from "./lodash";
export { noop } from "./noop";
export { entries, type Entries } from "./objects/entries";
export { isPlainObject } from "./objects/isPlainObject";
Expand Down
Loading

0 comments on commit ce25178

Please sign in to comment.