Global

Type Definitions

BillingPlan

Type:
  • Object
Properties:
Name Type Description
name string

Name of the billing plan.

description string

A description of the billing plan, may include CommonMark syntax.

paid boolean

true if it is a paid plan, otherwise false.

url string

A URL pointing to a page describing the billing plan.

default boolean

true if it is the default plan of the back-end, otherwise false.

Source:

SyncResult

Type:
  • Object
Properties:
Name Type Description
data Stream | Blob

The data as Stream in NodeJS environments or as Blob in browsers.

costs number | null

The costs for the request in the currency exposed by the back-end.

logs array

Array of log entries as specified in the API.

Source:

uploadStatusCallback(percentCompleted)

A callback that is executed on upload progress updates.

Parameters:
Name Type Description
percentCompleted number

The percent (0-100) completed.

Source:

uploadStatusCallback(percentCompleted)

A callback that is executed on upload progress updates.

Parameters:
Name Type Description
percentCompleted number

The percent (0-100) completed.

Source: