Skip to content

Commit

Permalink
Deploying from phrase/openapi@139bc286
Browse files Browse the repository at this point in the history
  • Loading branch information
Phrase committed Dec 12, 2024
1 parent c3397ef commit 6c9c079
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/apis/RepoSyncsApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ export class RepoSyncsApi extends runtime.BaseAPI {
}

/**
* > Beta: this feature will change in the future. Export translations from Phrase Strings to repository provider according to the .phrase.yml file within the code repository. *Export is done asynchronously and may take several seconds depending on the project size.*
* Export translations from Phrase Strings to repository provider according to the .phrase.yml file within the code repository. *Export is done asynchronously and may take several seconds depending on the project size.*
* Export to code repository
*/
async repoSyncExportRaw(requestParameters: RepoSyncExportRequest): Promise<runtime.ApiResponse<RepoSyncEvent>> {
Expand Down Expand Up @@ -306,7 +306,7 @@ export class RepoSyncsApi extends runtime.BaseAPI {
}

/**
* > Beta: this feature will change in the future. Export translations from Phrase Strings to repository provider according to the .phrase.yml file within the code repository. *Export is done asynchronously and may take several seconds depending on the project size.*
* Export translations from Phrase Strings to repository provider according to the .phrase.yml file within the code repository. *Export is done asynchronously and may take several seconds depending on the project size.*
* Export to code repository
*/
async repoSyncExport(requestParameters: RepoSyncExportRequest): Promise<RepoSyncEvent> {
Expand All @@ -315,7 +315,7 @@ export class RepoSyncsApi extends runtime.BaseAPI {
}

/**
* > Beta: this feature will change in the future. Import translations from repository provider to Phrase Strings according to the .phrase.yml file within the code repository. _Import is done asynchronously and may take several seconds depending on the project size._
* Import translations from repository provider to Phrase Strings according to the .phrase.yml file within the code repository. _Import is done asynchronously and may take several seconds depending on the project size._
* Import from code repository
*/
async repoSyncImportRaw(requestParameters: RepoSyncImportRequest): Promise<runtime.ApiResponse<RepoSyncEvent>> {
Expand Down Expand Up @@ -353,7 +353,7 @@ export class RepoSyncsApi extends runtime.BaseAPI {
}

/**
* > Beta: this feature will change in the future. Import translations from repository provider to Phrase Strings according to the .phrase.yml file within the code repository. _Import is done asynchronously and may take several seconds depending on the project size._
* Import translations from repository provider to Phrase Strings according to the .phrase.yml file within the code repository. _Import is done asynchronously and may take several seconds depending on the project size._
* Import from code repository
*/
async repoSyncImport(requestParameters: RepoSyncImportRequest): Promise<RepoSyncEvent> {
Expand Down

0 comments on commit 6c9c079

Please sign in to comment.