files.com 1.0.113 → 1.0.114

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 11957d896fa3327dff4bbbf1d320201f178222b07d4d31484659782ebdb02418
4
- data.tar.gz: ae89da61c3185188a1dd734e37d176e76c079d3a7f99768edb38910a7393073c
3
+ metadata.gz: '0140009d9239b550428a77cf0b980aafe955f6d4af1b070006b37f429862cdc2'
4
+ data.tar.gz: a75744cf9cfa245c436809bcbefc6f6304f4761fb18781b42cf893558009d4ec
5
5
  SHA512:
6
- metadata.gz: cda8900eea0af0de840da2a04af1b1000c5a6886a69493dfd999db2fb1390171c0347295f7033bca9882383275081fe8e361430c75daaf5eeb7a51c20e6c5c14
7
- data.tar.gz: 329b5a750be00bd65a9c4ab6766ff505a54f0787d5fa19fbab2e02bd9e664abfa94060c8a04e7d0aa669cd1c2796889a5b4a999b8e0d3a735e8394a682e002d3
6
+ metadata.gz: 1662972d5f44f7169d8a74beff8f232b686832a8e4af6f8dacbc452b294363b652ba45f2bacba8c3ef7df6856c6dda675197b21e0db908d5284b4c69a31add67
7
+ data.tar.gz: a1407444578059eddc21287416770218c3420b3246bd7eb220dc4e1c487014807c47be050b54379793e13157217f1d33f4ea2e8e7e941ec1c621421818b1ce2e
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.113
1
+ 1.0.114
@@ -36,7 +36,7 @@
36
36
  * `end_at` (date-time): End date/time of export range.
37
37
  * `status` (string): Status of export. Will be: `building`, `ready`, or `failed`
38
38
  * `query_action` (string): Filter results by this this action type. Valid values: `create`, `read`, `update`, `destroy`, `move`, `login`, `failedlogin`, `copy`, `user_create`, `user_update`, `user_destroy`, `group_create`, `group_update`, `group_destroy`, `permission_create`, `permission_destroy`, `api_key_create`, `api_key_update`, `api_key_destroy`
39
- * `query_interface` (string): Filter results by this this interface type. Valid values: `web`, `ftp`, `robot`, `jsapi`, `webdesktopapi`, `sftp`, `dav`, `desktop`, `restapi`, `scim`
39
+ * `query_interface` (string): Filter results by this this interface type. Valid values: `web`, `ftp`, `robot`, `jsapi`, `webdesktopapi`, `sftp`, `dav`, `desktop`, `restapi`, `scim`, `office`
40
40
  * `query_user_id` (string): Return results that are actions performed by the user indiciated by this User ID
41
41
  * `query_file_id` (string): Return results that are file actions related to the file indicated by this File ID
42
42
  * `query_parent_id` (string): Return results that are file actions inside the parent folder specified by this folder ID
@@ -108,7 +108,7 @@ Files::HistoryExport.create(
108
108
  * `start_at` (string): Start date/time of export range.
109
109
  * `end_at` (string): End date/time of export range.
110
110
  * `query_action` (string): Filter results by this this action type. Valid values: `create`, `read`, `update`, `destroy`, `move`, `login`, `failedlogin`, `copy`, `user_create`, `user_update`, `user_destroy`, `group_create`, `group_update`, `group_destroy`, `permission_create`, `permission_destroy`, `api_key_create`, `api_key_update`, `api_key_destroy`
111
- * `query_interface` (string): Filter results by this this interface type. Valid values: `web`, `ftp`, `robot`, `jsapi`, `webdesktopapi`, `sftp`, `dav`, `desktop`, `restapi`, `scim`
111
+ * `query_interface` (string): Filter results by this this interface type. Valid values: `web`, `ftp`, `robot`, `jsapi`, `webdesktopapi`, `sftp`, `dav`, `desktop`, `restapi`, `scim`, `office`
112
112
  * `query_user_id` (string): Return results that are actions performed by the user indiciated by this User ID
113
113
  * `query_file_id` (string): Return results that are file actions related to the file indicated by this File ID
114
114
  * `query_parent_id` (string): Return results that are file actions inside the parent folder specified by this folder ID
@@ -43,7 +43,7 @@
43
43
  * `username` (string): Username of the user that performed the action
44
44
  * `action` (string): What action was taken. Valid values: `create`, `read`, `update`, `destroy`, `move`, `login`, `failedlogin`, `copy`, `user_create`, `user_update`, `user_destroy`, `group_create`, `group_update`, `group_destroy`, `permission_create`, `permission_destroy`, `api_key_create`, `api_key_update`, `api_key_destroy`
45
45
  * `failure_type` (string): The type of login failure, if applicable. Valid values: `expired_trial`, `account_overdue`, `locked_out`, `ip_mismatch`, `password_mismatch`, `site_mismatch`, `username_not_found`, `none`, `no_ftp_permission`, `no_web_permission`, `no_directory`, `errno_enoent`, `no_sftp_permission`, `no_dav_permission`, `no_restapi_permission`, `key_mismatch`, `region_mismatch`, `expired_access`, `desktop_ip_mismatch`, `desktop_api_key_not_used_quickly_enough`, `disabled`
46
- * `interface` (string): Inteface through which the action was taken. Valid values: `web`, `ftp`, `robot`, `jsapi`, `webdesktopapi`, `sftp`, `dav`, `desktop`, `restapi`, `scim`
46
+ * `interface` (string): Inteface through which the action was taken. Valid values: `web`, `ftp`, `robot`, `jsapi`, `webdesktopapi`, `sftp`, `dav`, `desktop`, `restapi`, `scim`, `office`
47
47
  * `target_id` (int64): ID of the object (such as Users, or API Keys) on which the action was taken
48
48
  * `target_name` (string): Name of the User, Group or other object with a name related to this action
49
49
  * `target_permission` (string): Permission level of the action
@@ -54,7 +54,7 @@ module Files
54
54
  @attributes[:query_action] = value
55
55
  end
56
56
 
57
- # string - Filter results by this this interface type. Valid values: `web`, `ftp`, `robot`, `jsapi`, `webdesktopapi`, `sftp`, `dav`, `desktop`, `restapi`, `scim`
57
+ # string - Filter results by this this interface type. Valid values: `web`, `ftp`, `robot`, `jsapi`, `webdesktopapi`, `sftp`, `dav`, `desktop`, `restapi`, `scim`, `office`
58
58
  def query_interface
59
59
  @attributes[:query_interface]
60
60
  end
@@ -264,7 +264,7 @@ module Files
264
264
  # start_at - string - Start date/time of export range.
265
265
  # end_at - string - End date/time of export range.
266
266
  # query_action - string - Filter results by this this action type. Valid values: `create`, `read`, `update`, `destroy`, `move`, `login`, `failedlogin`, `copy`, `user_create`, `user_update`, `user_destroy`, `group_create`, `group_update`, `group_destroy`, `permission_create`, `permission_destroy`, `api_key_create`, `api_key_update`, `api_key_destroy`
267
- # query_interface - string - Filter results by this this interface type. Valid values: `web`, `ftp`, `robot`, `jsapi`, `webdesktopapi`, `sftp`, `dav`, `desktop`, `restapi`, `scim`
267
+ # query_interface - string - Filter results by this this interface type. Valid values: `web`, `ftp`, `robot`, `jsapi`, `webdesktopapi`, `sftp`, `dav`, `desktop`, `restapi`, `scim`, `office`
268
268
  # query_user_id - string - Return results that are actions performed by the user indiciated by this User ID
269
269
  # query_file_id - string - Return results that are file actions related to the file indicated by this File ID
270
270
  # query_parent_id - string - Return results that are file actions inside the parent folder specified by this folder ID
@@ -74,7 +74,7 @@ module Files
74
74
  @attributes[:failure_type]
75
75
  end
76
76
 
77
- # string - Inteface through which the action was taken. Valid values: `web`, `ftp`, `robot`, `jsapi`, `webdesktopapi`, `sftp`, `dav`, `desktop`, `restapi`, `scim`
77
+ # string - Inteface through which the action was taken. Valid values: `web`, `ftp`, `robot`, `jsapi`, `webdesktopapi`, `sftp`, `dav`, `desktop`, `restapi`, `scim`, `office`
78
78
  def interface
79
79
  @attributes[:interface]
80
80
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: files.com
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.113
4
+ version: 1.0.114
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-16 00:00:00.000000000 Z
11
+ date: 2020-09-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable