diff --git a/frontend/src/app/docs/api-docs/api-docs-data.ts b/frontend/src/app/docs/api-docs/api-docs-data.ts index 6b765e5c6..a0d292925 100644 --- a/frontend/src/app/docs/api-docs/api-docs-data.ts +++ b/frontend/src/app/docs/api-docs/api-docs-data.ts @@ -9888,7 +9888,7 @@ export const restApiDocsData = [ fragment: "get-deposit-history", title: "GET Deposit History", description: { - default: "
Returns a list of previous deposits made as prepayment for the accelerator service.
" + default: "Returns a list of deposits made as prepayment for the accelerator service.
" }, urlString: "/v1/services/accelerator/deposit-history", showConditions: [""], @@ -9936,7 +9936,7 @@ export const restApiDocsData = [ fragment: "balance", title: "GET Available Balance", description: { - default: "Return your current available balance, as well as how much funds are currently locked and much you've been charged so far.
" + default: "Returns your currently available balance, currently locked funds, and total fees paid so far.
" }, urlString: "/v1/services/accelerator/balance", showConditions: [""], @@ -9970,7 +9970,7 @@ export const restApiDocsData = [ fragment: "estimate", title: "POST Calculate Estimated Costs", description: { - default: "Return an estimation of the costs to accelerate a transaction.
" + default: "Returns estimated costs to accelerate a transaction.
" }, urlString: "/v1/services/accelerator/estimate", showConditions: [""], @@ -10044,9 +10044,9 @@ export const restApiDocsData = [ fragment: "history", title: "GET Acceleration History", description: { - default: "Return the history of previous acceleration requests.
" + default: "Return the history of previous acceleration requests.
Pass one of the following for :status
: all
, requested
, accelerating
, mined
, completed
, failed
.
-1 )">{{ item.title }}
+-1 ) && ( !item.hasOwnProperty('options') || ( item.hasOwnProperty('options') && item.options.hasOwnProperty('officialOnly') && item.options.officialOnly && officialMempoolInstance ))">{{ item.title }}
-1 ) && ( !item.hasOwnProperty('options') || ( item.hasOwnProperty('options') && item.options.hasOwnProperty('officialOnly') && item.options.officialOnly && officialMempoolInstance ) || ( item.hasOwnProperty('options') && item.options.hasOwnProperty('auditOnly') && item.options.auditOnly && auditEnabled ) )" [routerLink]="['./']" fragment="{{ item.fragment }}" (click)="navLinkClick($event)">{{ item.title }}