Skip to content

Commit 34a5a60

Browse files
[Bot] push changes from Files.com
1 parent 58b6a73 commit 34a5a60

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+902
-1027
lines changed

_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.254
1+
1.0.255

docs/Errors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ These errors are derived from the error groups listed above.
6060
### BadRequest_InvalidEtagsError
6161
### BadRequest_InvalidFilterCombinationError
6262
### BadRequest_InvalidFilterFieldError
63+
### BadRequest_InvalidFilterParamError
6364
### BadRequest_InvalidInputEncodingError
6465
### BadRequest_InvalidInterfaceError
6566
### BadRequest_InvalidOauthProviderError

docs/models/ApiKey.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,9 @@ await ApiKey.list({
5454
* `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction (e.g. `sort_by[expires_at]=desc`). Valid fields are `expires_at`.
5555
* `filter` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `expires_at`.
5656
* `filter_gt` (object): If set, return records where the specified field is greater than the supplied value. Valid fields are `expires_at`.
57-
* `filter_gteq` (object): If set, return records where the specified field is greater than or equal to the supplied value. Valid fields are `expires_at`.
58-
* `filter_like` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `expires_at`.
57+
* `filter_gteq` (object): If set, return records where the specified field is greater than or equal the supplied value. Valid fields are `expires_at`.
5958
* `filter_lt` (object): If set, return records where the specified field is less than the supplied value. Valid fields are `expires_at`.
60-
* `filter_lteq` (object): If set, return records where the specified field is less than or equal to the supplied value. Valid fields are `expires_at`.
59+
* `filter_lteq` (object): If set, return records where the specified field is less than or equal the supplied value. Valid fields are `expires_at`.
6160

6261
---
6362

docs/models/App.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,4 @@ await App.list({
6161
* `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
6262
* `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction (e.g. `sort_by[name]=desc`). Valid fields are `name` and `app_type`.
6363
* `filter` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `name` and `app_type`. Valid field combinations are `[ name, app_type ]` and `[ app_type, name ]`.
64-
* `filter_gt` (object): If set, return records where the specified field is greater than the supplied value. Valid fields are `name` and `app_type`. Valid field combinations are `[ name, app_type ]` and `[ app_type, name ]`.
65-
* `filter_gteq` (object): If set, return records where the specified field is greater than or equal to the supplied value. Valid fields are `name` and `app_type`. Valid field combinations are `[ name, app_type ]` and `[ app_type, name ]`.
66-
* `filter_like` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `name` and `app_type`. Valid field combinations are `[ name, app_type ]` and `[ app_type, name ]`.
67-
* `filter_lt` (object): If set, return records where the specified field is less than the supplied value. Valid fields are `name` and `app_type`. Valid field combinations are `[ name, app_type ]` and `[ app_type, name ]`.
68-
* `filter_lteq` (object): If set, return records where the specified field is less than or equal to the supplied value. Valid fields are `name` and `app_type`. Valid field combinations are `[ name, app_type ]` and `[ app_type, name ]`.
64+
* `filter_prefix` (object): If set, return records where the specified field is prefixed by the supplied value. Valid fields are `name`.

docs/models/As2IncomingMessage.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ await As2IncomingMessage.list({
101101
* `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction (e.g. `sort_by[created_at]=desc`). Valid fields are `created_at` and `as2_partner_id`.
102102
* `filter` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `created_at`.
103103
* `filter_gt` (object): If set, return records where the specified field is greater than the supplied value. Valid fields are `created_at`.
104-
* `filter_gteq` (object): If set, return records where the specified field is greater than or equal to the supplied value. Valid fields are `created_at`.
105-
* `filter_like` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `created_at`.
104+
* `filter_gteq` (object): If set, return records where the specified field is greater than or equal the supplied value. Valid fields are `created_at`.
106105
* `filter_lt` (object): If set, return records where the specified field is less than the supplied value. Valid fields are `created_at`.
107-
* `filter_lteq` (object): If set, return records where the specified field is less than or equal to the supplied value. Valid fields are `created_at`.
106+
* `filter_lteq` (object): If set, return records where the specified field is less than or equal the supplied value. Valid fields are `created_at`.
108107
* `as2_partner_id` (int64): As2 Partner ID. If provided, will return message specific to that partner.

docs/models/As2OutgoingMessage.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ await As2OutgoingMessage.list({
9393
* `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction (e.g. `sort_by[created_at]=desc`). Valid fields are `created_at` and `as2_partner_id`.
9494
* `filter` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `created_at`.
9595
* `filter_gt` (object): If set, return records where the specified field is greater than the supplied value. Valid fields are `created_at`.
96-
* `filter_gteq` (object): If set, return records where the specified field is greater than or equal to the supplied value. Valid fields are `created_at`.
97-
* `filter_like` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `created_at`.
96+
* `filter_gteq` (object): If set, return records where the specified field is greater than or equal the supplied value. Valid fields are `created_at`.
9897
* `filter_lt` (object): If set, return records where the specified field is less than the supplied value. Valid fields are `created_at`.
99-
* `filter_lteq` (object): If set, return records where the specified field is less than or equal to the supplied value. Valid fields are `created_at`.
98+
* `filter_lteq` (object): If set, return records where the specified field is less than or equal the supplied value. Valid fields are `created_at`.
10099
* `as2_partner_id` (int64): As2 Partner ID. If provided, will return message specific to that partner.

docs/models/Automation.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@
7575
```
7676
await Automation.list({
7777
'per_page': 1,
78-
'with_deleted': true,
7978
'automation': "create_folder",
79+
'with_deleted': true,
8080
})
8181
```
8282

@@ -86,14 +86,13 @@ await Automation.list({
8686
* `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.
8787
* `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
8888
* `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction (e.g. `sort_by[automation]=desc`). Valid fields are `automation`, `disabled`, `last_modified_at` or `name`.
89-
* `filter` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `automation`, `last_modified_at` or `disabled`. Valid field combinations are `[ automation, disabled ]` and `[ disabled, automation ]`.
90-
* `filter_gt` (object): If set, return records where the specified field is greater than the supplied value. Valid fields are `automation`, `last_modified_at` or `disabled`. Valid field combinations are `[ automation, disabled ]` and `[ disabled, automation ]`.
91-
* `filter_gteq` (object): If set, return records where the specified field is greater than or equal to the supplied value. Valid fields are `automation`, `last_modified_at` or `disabled`. Valid field combinations are `[ automation, disabled ]` and `[ disabled, automation ]`.
92-
* `filter_like` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `automation`, `last_modified_at` or `disabled`. Valid field combinations are `[ automation, disabled ]` and `[ disabled, automation ]`.
93-
* `filter_lt` (object): If set, return records where the specified field is less than the supplied value. Valid fields are `automation`, `last_modified_at` or `disabled`. Valid field combinations are `[ automation, disabled ]` and `[ disabled, automation ]`.
94-
* `filter_lteq` (object): If set, return records where the specified field is less than or equal to the supplied value. Valid fields are `automation`, `last_modified_at` or `disabled`. Valid field combinations are `[ automation, disabled ]` and `[ disabled, automation ]`.
89+
* `automation` (string): If set, return records where the specified field is equal to the supplied value.
90+
* `filter` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `disabled`, `last_modified_at` or `automation`. Valid field combinations are `[ automation, disabled ]` and `[ disabled, automation ]`.
91+
* `filter_gt` (object): If set, return records where the specified field is greater than the supplied value. Valid fields are `last_modified_at`.
92+
* `filter_gteq` (object): If set, return records where the specified field is greater than or equal the supplied value. Valid fields are `last_modified_at`.
93+
* `filter_lt` (object): If set, return records where the specified field is less than the supplied value. Valid fields are `last_modified_at`.
94+
* `filter_lteq` (object): If set, return records where the specified field is less than or equal the supplied value. Valid fields are `last_modified_at`.
9595
* `with_deleted` (boolean): Set to true to include deleted automations in the results.
96-
* `automation` (string): DEPRECATED: Type of automation to filter by. Use `filter[automation]` instead.
9796

9897
---
9998

docs/models/AutomationRun.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@ await AutomationRun.list({
4040
* `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
4141
* `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction (e.g. `sort_by[created_at]=desc`). Valid fields are `created_at` and `status`.
4242
* `filter` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `status`.
43-
* `filter_gt` (object): If set, return records where the specified field is greater than the supplied value. Valid fields are `status`.
44-
* `filter_gteq` (object): If set, return records where the specified field is greater than or equal to the supplied value. Valid fields are `status`.
45-
* `filter_like` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `status`.
46-
* `filter_lt` (object): If set, return records where the specified field is less than the supplied value. Valid fields are `status`.
47-
* `filter_lteq` (object): If set, return records where the specified field is less than or equal to the supplied value. Valid fields are `status`.
4843
* `automation_id` (int64): Required - ID of the associated Automation.
4944

5045
---

docs/models/BandwidthSnapshot.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ await BandwidthSnapshot.list({
4444
* `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction (e.g. `sort_by[logged_at]=desc`). Valid fields are `logged_at`.
4545
* `filter` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `logged_at`.
4646
* `filter_gt` (object): If set, return records where the specified field is greater than the supplied value. Valid fields are `logged_at`.
47-
* `filter_gteq` (object): If set, return records where the specified field is greater than or equal to the supplied value. Valid fields are `logged_at`.
48-
* `filter_like` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `logged_at`.
47+
* `filter_gteq` (object): If set, return records where the specified field is greater than or equal the supplied value. Valid fields are `logged_at`.
4948
* `filter_lt` (object): If set, return records where the specified field is less than the supplied value. Valid fields are `logged_at`.
50-
* `filter_lteq` (object): If set, return records where the specified field is less than or equal to the supplied value. Valid fields are `logged_at`.
49+
* `filter_lteq` (object): If set, return records where the specified field is less than or equal the supplied value. Valid fields are `logged_at`.

docs/models/Behavior.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,9 @@ await Behavior.list({
4343
* `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.
4444
* `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
4545
* `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction (e.g. `sort_by[behavior]=desc`). Valid fields are `behavior`.
46+
* `behavior` (string): If set, return records where the specified field is equal to the supplied value.
4647
* `filter` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `behavior`.
47-
* `filter_gt` (object): If set, return records where the specified field is greater than the supplied value. Valid fields are `behavior`.
48-
* `filter_gteq` (object): If set, return records where the specified field is greater than or equal to the supplied value. Valid fields are `behavior`.
49-
* `filter_like` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `behavior`.
50-
* `filter_lt` (object): If set, return records where the specified field is less than the supplied value. Valid fields are `behavior`.
51-
* `filter_lteq` (object): If set, return records where the specified field is less than or equal to the supplied value. Valid fields are `behavior`.
52-
* `behavior` (string): If set, only shows folder behaviors matching this behavior type.
48+
* `filter_prefix` (object): If set, return records where the specified field is prefixed by the supplied value. Valid fields are `behavior`.
5349

5450
---
5551

@@ -82,11 +78,7 @@ await Behavior.listFor(path, {
8278
* `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
8379
* `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction (e.g. `sort_by[behavior]=desc`). Valid fields are `behavior`.
8480
* `filter` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `behavior`.
85-
* `filter_gt` (object): If set, return records where the specified field is greater than the supplied value. Valid fields are `behavior`.
86-
* `filter_gteq` (object): If set, return records where the specified field is greater than or equal to the supplied value. Valid fields are `behavior`.
87-
* `filter_like` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `behavior`.
88-
* `filter_lt` (object): If set, return records where the specified field is less than the supplied value. Valid fields are `behavior`.
89-
* `filter_lteq` (object): If set, return records where the specified field is less than or equal to the supplied value. Valid fields are `behavior`.
81+
* `filter_prefix` (object): If set, return records where the specified field is prefixed by the supplied value. Valid fields are `behavior`.
9082
* `path` (string): Required - Path to operate on.
9183
* `recursive` (string): Show behaviors above this path?
9284
* `behavior` (string): DEPRECATED: If set only shows folder behaviors matching this behavior type. Use `filter[behavior]` instead.

docs/models/Bundle.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,9 @@ await Bundle.list({
9494
* `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction (e.g. `sort_by[created_at]=desc`). Valid fields are `created_at` and `code`.
9595
* `filter` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `created_at`.
9696
* `filter_gt` (object): If set, return records where the specified field is greater than the supplied value. Valid fields are `created_at`.
97-
* `filter_gteq` (object): If set, return records where the specified field is greater than or equal to the supplied value. Valid fields are `created_at`.
98-
* `filter_like` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `created_at`.
97+
* `filter_gteq` (object): If set, return records where the specified field is greater than or equal the supplied value. Valid fields are `created_at`.
9998
* `filter_lt` (object): If set, return records where the specified field is less than the supplied value. Valid fields are `created_at`.
100-
* `filter_lteq` (object): If set, return records where the specified field is less than or equal to the supplied value. Valid fields are `created_at`.
99+
* `filter_lteq` (object): If set, return records where the specified field is less than or equal the supplied value. Valid fields are `created_at`.
101100

102101
---
103102

docs/models/BundleDownload.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ await BundleDownload.list({
3636
* `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction (e.g. `sort_by[created_at]=desc`). Valid fields are `created_at`.
3737
* `filter` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `created_at`.
3838
* `filter_gt` (object): If set, return records where the specified field is greater than the supplied value. Valid fields are `created_at`.
39-
* `filter_gteq` (object): If set, return records where the specified field is greater than or equal to the supplied value. Valid fields are `created_at`.
40-
* `filter_like` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `created_at`.
39+
* `filter_gteq` (object): If set, return records where the specified field is greater than or equal the supplied value. Valid fields are `created_at`.
4140
* `filter_lt` (object): If set, return records where the specified field is less than the supplied value. Valid fields are `created_at`.
42-
* `filter_lteq` (object): If set, return records where the specified field is less than or equal to the supplied value. Valid fields are `created_at`.
41+
* `filter_lteq` (object): If set, return records where the specified field is less than or equal the supplied value. Valid fields are `created_at`.
4342
* `bundle_id` (int64): Bundle ID
4443
* `bundle_registration_id` (int64): BundleRegistration ID

docs/models/BundleNotification.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ await BundleNotification.list({
3636
* `user_id` (int64): User ID. Provide a value of `0` to operate the current session's user.
3737
* `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.
3838
* `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
39-
* `bundle_id` (int64): Bundle ID to notify on
39+
* `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction (e.g. `sort_by[bundle_id]=desc`). Valid fields are `bundle_id`.
40+
* `bundle_id` (string): If set, return records where the specified field is equal to the supplied value.
41+
* `filter` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `bundle_id`.
4042

4143
---
4244

0 commit comments

Comments
 (0)