-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b19abbd
commit c861a50
Showing
527 changed files
with
12,514 additions
and
1,734 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
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
default-group: local | ||
groups: | ||
local: | ||
generators: | ||
- name: fernapi/fern-go-sdk | ||
version: 0.0.14 | ||
output: | ||
location: local-file-system | ||
path: ../../generated/go | ||
config: | ||
importPath: github.com/xataio/xata-go/xata/internal/fern-workspace/generated/go |
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,4 +1,4 @@ | ||
// This file was auto-generated by Fern from our API Definition. | ||
|
||
// Authentication and API Key management. | ||
// Manage user invites. | ||
package api |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
default-group: local | ||
groups: | ||
local: | ||
generators: | ||
- name: fernapi/fern-go-sdk | ||
version: 0.0.14 | ||
output: | ||
location: local-file-system | ||
path: ../../generated/go | ||
config: | ||
importPath: github.com/xataio/xata-go/xata/internal/fern-workspace/generated/go |
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 12 additions & 0 deletions
12
xata/internal/fern-workspace-back/generated/go/add_git_branches_entry_request.go
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
// This file was auto-generated by Fern from our API Definition. | ||
|
||
package api | ||
|
||
// AddGitBranchesEntryRequest is an in-lined request used by the AddGitBranchesEntry endpoint. | ||
type AddGitBranchesEntryRequest struct { | ||
// The name of the Git branch. | ||
GitBranch string `json:"gitBranch"` | ||
XataBranch BranchName `json:"xataBranch"` | ||
} |
10 changes: 10 additions & 0 deletions
10
xata/internal/fern-workspace-back/generated/go/add_git_branches_entry_response.go
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
// This file was auto-generated by Fern from our API Definition. | ||
|
||
package api | ||
|
||
type AddGitBranchesEntryResponse struct { | ||
// Warning message | ||
Warning *string `json:"warning,omitempty"` | ||
} |
12 changes: 12 additions & 0 deletions
12
xata/internal/fern-workspace-back/generated/go/add_table_column_response.go
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
// This file was auto-generated by Fern from our API Definition. | ||
|
||
package api | ||
|
||
type AddTableColumnResponse struct { | ||
// <span style="white-space: nowrap">`non-empty`</span> | ||
MigrationId string `json:"migrationID"` | ||
ParentMigrationId string `json:"parentMigrationID"` | ||
Status MigrationStatus `json:"status,omitempty"` | ||
} |
Oops, something went wrong.