-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: rebuild project due to codegen change (#46)
- Loading branch information
1 parent
68fab82
commit d4f3332
Showing
22 changed files
with
431 additions
and
311 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ yarn-error.log | |
codegen.log | ||
Brewfile.lock.json | ||
dist | ||
/deno | ||
dist-deno | ||
/*.tgz | ||
.idea/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. | ||
|
||
export { App, AppCreateParams, AppUpdateParams, Apps } from './apps'; | ||
export { Apps, type App, type AppCreateParams, type AppUpdateParams } from './apps'; | ||
export { | ||
PageUser, | ||
User, | ||
UserCreateParams, | ||
UserUpdateParams, | ||
UserListParams, | ||
UsersPage, | ||
Users, | ||
type PageUser, | ||
type User, | ||
type UserCreateParams, | ||
type UserUpdateParams, | ||
type UserListParams, | ||
} from './users/index'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. | ||
|
||
export { | ||
Collection, | ||
PageCollection, | ||
CollectionDeleteResponse, | ||
CollectionCreateParams, | ||
CollectionUpdateParams, | ||
CollectionListParams, | ||
CollectionsPage, | ||
Collections, | ||
type Collection, | ||
type PageCollection, | ||
type CollectionDeleteResponse, | ||
type CollectionCreateParams, | ||
type CollectionUpdateParams, | ||
type CollectionListParams, | ||
} from './collections'; | ||
export { | ||
Document, | ||
PageDocument, | ||
DocumentDeleteResponse, | ||
DocumentQueryResponse, | ||
DocumentCreateParams, | ||
DocumentUpdateParams, | ||
DocumentListParams, | ||
DocumentQueryParams, | ||
DocumentsPage, | ||
Documents, | ||
type Document, | ||
type PageDocument, | ||
type DocumentDeleteResponse, | ||
type DocumentQueryResponse, | ||
type DocumentCreateParams, | ||
type DocumentUpdateParams, | ||
type DocumentListParams, | ||
type DocumentQueryParams, | ||
} from './documents'; |
Oops, something went wrong.