Skip to content

Commit 4344ab8

Browse files
[Bot] push changes from Files.com
1 parent 226eb8b commit 4344ab8

18 files changed

Lines changed: 53 additions & 53 deletions

_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.533
1+
1.2.534

docs/models/AccountLineItem.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
```
66
{
77
"id": 1,
8-
"amount": 1.0,
9-
"balance": 1.0,
8+
"amount": "1.0",
9+
"balance": "1.0",
1010
"created_at": "2000-01-01T01:00:00Z",
1111
"currency": "USD",
1212
"download_uri": "https://url...",
1313
"invoice_line_items": [
1414
{
1515
"id": 1,
16-
"amount": 1.0,
16+
"amount": "1.0",
1717
"created_at": "2000-01-01T01:00:00Z",
1818
"description": "Service from 2019-01-01 through 2019-12-31",
1919
"type": "invoice",
@@ -30,7 +30,7 @@
3030
"method": "paypal",
3131
"payment_line_items": [
3232
{
33-
"amount": 1.0,
33+
"amount": "1.0",
3434
"created_at": "2000-01-01T01:00:00Z",
3535
"invoice_id": 1,
3636
"payment_id": 1

docs/models/BandwidthSnapshot.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
```
66
{
77
"id": 1,
8-
"bytes_received": 1.0,
9-
"bytes_sent": 1.0,
10-
"sync_bytes_received": 1.0,
11-
"sync_bytes_sent": 1.0,
12-
"requests_get": 1.0,
13-
"requests_put": 1.0,
14-
"requests_other": 1.0,
8+
"bytes_received": "1.0",
9+
"bytes_sent": "1.0",
10+
"sync_bytes_received": "1.0",
11+
"sync_bytes_sent": "1.0",
12+
"requests_get": "1.0",
13+
"requests_put": "1.0",
14+
"requests_other": "1.0",
1515
"logged_at": "2000-01-01T01:00:00Z"
1616
}
1717
```

docs/models/Bundle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ await Bundle.list({
154154
* `cursor` (string): Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
155155
* `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
156156
* `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction. Valid fields are `expires_at`.
157-
* `filter` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `created_at`, `expires_at`, `code` or `user_id`. Valid field combinations are `[ user_id, created_at ]` and `[ user_id, expires_at ]`.
157+
* `filter` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `created_at`, `expires_at`, `code` or `user_id`. Valid field combinations are `[ user_id, expires_at ]`.
158158
* `filter_gt` (object): If set, return records where the specified field is greater than the supplied value. Valid fields are `created_at` and `expires_at`.
159159
* `filter_gteq` (object): If set, return records where the specified field is greater than or equal the supplied value. Valid fields are `created_at` and `expires_at`.
160160
* `filter_prefix` (object): If set, return records where the specified field is prefixed by the supplied value. Valid fields are `code`.

docs/models/Invoice.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
```
66
{
77
"id": 1,
8-
"amount": 1.0,
9-
"balance": 1.0,
8+
"amount": "1.0",
9+
"balance": "1.0",
1010
"created_at": "2000-01-01T01:00:00Z",
1111
"currency": "USD",
1212
"download_uri": "https://url...",
1313
"invoice_line_items": [
1414
{
1515
"id": 1,
16-
"amount": 1.0,
16+
"amount": "1.0",
1717
"created_at": "2000-01-01T01:00:00Z",
1818
"description": "Service from 2019-01-01 through 2019-12-31",
1919
"type": "invoice",
@@ -30,7 +30,7 @@
3030
"method": "paypal",
3131
"payment_line_items": [
3232
{
33-
"amount": 1.0,
33+
"amount": "1.0",
3434
"created_at": "2000-01-01T01:00:00Z",
3535
"invoice_id": 1,
3636
"payment_id": 1

docs/models/InvoiceLineItem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
```
66
{
77
"id": 1,
8-
"amount": 1.0,
8+
"amount": "1.0",
99
"created_at": "2000-01-01T01:00:00Z",
1010
"description": "Service from 2019-01-01 through 2019-12-31",
1111
"type": "invoice",

docs/models/Payment.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
```
66
{
77
"id": 1,
8-
"amount": 1.0,
9-
"balance": 1.0,
8+
"amount": "1.0",
9+
"balance": "1.0",
1010
"created_at": "2000-01-01T01:00:00Z",
1111
"currency": "USD",
1212
"download_uri": "https://url...",
1313
"invoice_line_items": [
1414
{
1515
"id": 1,
16-
"amount": 1.0,
16+
"amount": "1.0",
1717
"created_at": "2000-01-01T01:00:00Z",
1818
"description": "Service from 2019-01-01 through 2019-12-31",
1919
"type": "invoice",
@@ -30,7 +30,7 @@
3030
"method": "paypal",
3131
"payment_line_items": [
3232
{
33-
"amount": 1.0,
33+
"amount": "1.0",
3434
"created_at": "2000-01-01T01:00:00Z",
3535
"invoice_id": 1,
3636
"payment_id": 1

docs/models/PaymentLineItem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
```
66
{
7-
"amount": 1.0,
7+
"amount": "1.0",
88
"created_at": "2000-01-01T01:00:00Z",
99
"invoice_id": 1,
1010
"payment_id": 1

docs/models/RemoteBandwidthSnapshot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
```
66
{
77
"id": 1,
8-
"sync_bytes_received": 1.0,
9-
"sync_bytes_sent": 1.0,
8+
"sync_bytes_received": "1.0",
9+
"sync_bytes_sent": "1.0",
1010
"logged_at": "2000-01-01T01:00:00Z",
1111
"remote_server_id": 1
1212
}

docs/models/RemoteMountBackend.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"health_check_type": "active",
2424
"id": 1,
2525
"interval": 60,
26-
"min_free_cpu": 1.0,
27-
"min_free_mem": 1.0,
26+
"min_free_cpu": "1.0",
27+
"min_free_mem": "1.0",
2828
"priority": 1,
2929
"remote_path": "/path/on/remote",
3030
"remote_server_id": 1,
@@ -92,8 +92,8 @@ await RemoteMountBackend.create({
9292
'health_check_enabled': true,
9393
'health_check_type': "active",
9494
'interval': 60,
95-
'min_free_cpu': 1.0,
96-
'min_free_mem': 1.0,
95+
'min_free_cpu': "1.0",
96+
'min_free_mem': "1.0",
9797
'priority': 1,
9898
'remote_path': "/path/on/remote",
9999
'rise': 1,
@@ -148,8 +148,8 @@ await remote_mount_backend.update({
148148
'health_check_enabled': true,
149149
'health_check_type': "active",
150150
'interval': 60,
151-
'min_free_cpu': 1.0,
152-
'min_free_mem': 1.0,
151+
'min_free_cpu': "1.0",
152+
'min_free_mem': "1.0",
153153
'priority': 1,
154154
'remote_path': "/path/on/remote",
155155
'rise': 1,
@@ -197,8 +197,8 @@ await remote_mount_backend.update({
197197
"health_check_type": "active",
198198
"id": 1,
199199
"interval": 60,
200-
"min_free_cpu": 1.0,
201-
"min_free_mem": 1.0,
200+
"min_free_cpu": "1.0",
201+
"min_free_mem": "1.0",
202202
"priority": 1,
203203
"remote_path": "/path/on/remote",
204204
"remote_server_id": 1,

0 commit comments

Comments
 (0)