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 |
|
url |
string | A URL pointing to a page describing the billing plan. |
default |
boolean |
|
- Source:
SyncResult
Type:
- Object
Properties:
| Name | Type | Description |
|---|---|---|
data |
Stream | Blob | The data as |
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. |