files.com 1.1.231 → 1.1.232

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4be4b7ffa8ffd7a3db512b9f4b79cf66081245d9d6832c13c0f0c1f66d8c85fc
4
- data.tar.gz: ebb0ee8688dbd4424fc452ad979d292681d5b4332bd9bba964d1519d1a8d331a
3
+ metadata.gz: 7556f20ada6946767e4235e1238a5a966c2d4ccfd8bbe9b18bae7b43430d1fb8
4
+ data.tar.gz: f952d682a68587362b145c42c71205e8989f19b5099c4838ddeb441619f95fd9
5
5
  SHA512:
6
- metadata.gz: 27c04b53793b214060e51c42bd0fb7f55a115761da323e4eedf1eb76ca5bc703c6a38e0e38835bb0962615d03be9dea2722af2ed1a015ee53b2a30755742b84b
7
- data.tar.gz: 90f86d10af31aed54120001cc4e392058ceb9376e67dc2e86d784c84799b83e83e5f29cb3cd6240a4676be8bff8701d79f6ff0956e11adf1ae2927027355aa0d
6
+ metadata.gz: bef3df81cd700a967aac84377a45629dc91a874265701a50a13a0956c7f3bb29b40451f9503c31c855e5efbe67baff95967c2e630540226755404d1e7c6d60be
7
+ data.tar.gz: 5c6f756dd978d0232adac980c4a1a1d0a08d229a03715f9525dc4a63e20755aa65c3c2880e54b87ce422fda6e4b0ee4af85b75c34f5b75c51c0dd861fd0d7ddd
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.231
1
+ 1.1.232
data/docs/user.md CHANGED
@@ -145,7 +145,7 @@
145
145
  * `avatar_delete` (boolean): If true, the avatar will be deleted.
146
146
  * `change_password` (string): Used for changing a password on an existing user.
147
147
  * `change_password_confirmation` (string): Optional, but if provided, we will ensure that it matches the value sent in `change_password`.
148
- * `grant_permission` (string): Permission to grant on the user root. Can be blank or `full`, `read`, `write`, `list`, `read+write`, or `list+write`
148
+ * `grant_permission` (string): Permission to grant on the User Root upon user creation. Can be blank or `full`, `read`, `write`, `list`, `read+write`, or `list+write`
149
149
  * `group_id` (int64): Group ID to associate this user with.
150
150
  * `imported_password_hash` (string): Pre-calculated hash of the user's password. If supplied, this will be used to authenticate the user on first login. Supported hash methods are MD5, SHA1, and SHA256.
151
151
  * `password` (string): User password.
@@ -248,7 +248,7 @@ Files::User.create(
248
248
  * `change_password` (string): Used for changing a password on an existing user.
249
249
  * `change_password_confirmation` (string): Optional, but if provided, we will ensure that it matches the value sent in `change_password`.
250
250
  * `email` (string): User's email.
251
- * `grant_permission` (string): Permission to grant on the user root. Can be blank or `full`, `read`, `write`, `list`, `read+write`, or `list+write`
251
+ * `grant_permission` (string): Permission to grant on the User Root upon user creation. Can be blank or `full`, `read`, `write`, `list`, `read+write`, or `list+write`
252
252
  * `group_id` (int64): Group ID to associate this user with.
253
253
  * `group_ids` (string): A list of group ids to associate this user with. Comma delimited.
254
254
  * `imported_password_hash` (string): Pre-calculated hash of the user's password. If supplied, this will be used to authenticate the user on first login. Supported hash methods are MD5, SHA1, and SHA256.
@@ -388,7 +388,7 @@ Files::User.update(id,
388
388
  * `change_password` (string): Used for changing a password on an existing user.
389
389
  * `change_password_confirmation` (string): Optional, but if provided, we will ensure that it matches the value sent in `change_password`.
390
390
  * `email` (string): User's email.
391
- * `grant_permission` (string): Permission to grant on the user root. Can be blank or `full`, `read`, `write`, `list`, `read+write`, or `list+write`
391
+ * `grant_permission` (string): Permission to grant on the User Root upon user creation. Can be blank or `full`, `read`, `write`, `list`, `read+write`, or `list+write`
392
392
  * `group_id` (int64): Group ID to associate this user with.
393
393
  * `group_ids` (string): A list of group ids to associate this user with. Comma delimited.
394
394
  * `imported_password_hash` (string): Pre-calculated hash of the user's password. If supplied, this will be used to authenticate the user on first login. Supported hash methods are MD5, SHA1, and SHA256.
@@ -549,7 +549,7 @@ user.update(
549
549
  * `change_password` (string): Used for changing a password on an existing user.
550
550
  * `change_password_confirmation` (string): Optional, but if provided, we will ensure that it matches the value sent in `change_password`.
551
551
  * `email` (string): User's email.
552
- * `grant_permission` (string): Permission to grant on the user root. Can be blank or `full`, `read`, `write`, `list`, `read+write`, or `list+write`
552
+ * `grant_permission` (string): Permission to grant on the User Root upon user creation. Can be blank or `full`, `read`, `write`, `list`, `read+write`, or `list+write`
553
553
  * `group_id` (int64): Group ID to associate this user with.
554
554
  * `group_ids` (string): A list of group ids to associate this user with. Comma delimited.
555
555
  * `imported_password_hash` (string): Pre-calculated hash of the user's password. If supplied, this will be used to authenticate the user on first login. Supported hash methods are MD5, SHA1, and SHA256.
@@ -635,7 +635,7 @@ module Files
635
635
  @attributes[:change_password_confirmation] = value
636
636
  end
637
637
 
638
- # string - Permission to grant on the user root. Can be blank or `full`, `read`, `write`, `list`, `read+write`, or `list+write`
638
+ # string - Permission to grant on the User Root upon user creation. Can be blank or `full`, `read`, `write`, `list`, `read+write`, or `list+write`
639
639
  def grant_permission
640
640
  @attributes[:grant_permission]
641
641
  end
@@ -728,7 +728,7 @@ module Files
728
728
  # change_password - string - Used for changing a password on an existing user.
729
729
  # change_password_confirmation - string - Optional, but if provided, we will ensure that it matches the value sent in `change_password`.
730
730
  # email - string - User's email.
731
- # grant_permission - string - Permission to grant on the user root. Can be blank or `full`, `read`, `write`, `list`, `read+write`, or `list+write`
731
+ # grant_permission - string - Permission to grant on the User Root upon user creation. Can be blank or `full`, `read`, `write`, `list`, `read+write`, or `list+write`
732
732
  # group_id - int64 - Group ID to associate this user with.
733
733
  # group_ids - string - A list of group ids to associate this user with. Comma delimited.
734
734
  # imported_password_hash - string - Pre-calculated hash of the user's password. If supplied, this will be used to authenticate the user on first login. Supported hash methods are MD5, SHA1, and SHA256.
@@ -890,7 +890,7 @@ module Files
890
890
  # change_password - string - Used for changing a password on an existing user.
891
891
  # change_password_confirmation - string - Optional, but if provided, we will ensure that it matches the value sent in `change_password`.
892
892
  # email - string - User's email.
893
- # grant_permission - string - Permission to grant on the user root. Can be blank or `full`, `read`, `write`, `list`, `read+write`, or `list+write`
893
+ # grant_permission - string - Permission to grant on the User Root upon user creation. Can be blank or `full`, `read`, `write`, `list`, `read+write`, or `list+write`
894
894
  # group_id - int64 - Group ID to associate this user with.
895
895
  # group_ids - string - A list of group ids to associate this user with. Comma delimited.
896
896
  # imported_password_hash - string - Pre-calculated hash of the user's password. If supplied, this will be used to authenticate the user on first login. Supported hash methods are MD5, SHA1, and SHA256.
@@ -1005,7 +1005,7 @@ module Files
1005
1005
  # change_password - string - Used for changing a password on an existing user.
1006
1006
  # change_password_confirmation - string - Optional, but if provided, we will ensure that it matches the value sent in `change_password`.
1007
1007
  # email - string - User's email.
1008
- # grant_permission - string - Permission to grant on the user root. Can be blank or `full`, `read`, `write`, `list`, `read+write`, or `list+write`
1008
+ # grant_permission - string - Permission to grant on the User Root upon user creation. Can be blank or `full`, `read`, `write`, `list`, `read+write`, or `list+write`
1009
1009
  # group_id - int64 - Group ID to associate this user with.
1010
1010
  # group_ids - string - A list of group ids to associate this user with. Comma delimited.
1011
1011
  # imported_password_hash - string - Pre-calculated hash of the user's password. If supplied, this will be used to authenticate the user on first login. Supported hash methods are MD5, SHA1, and SHA256.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.231"
4
+ VERSION = "1.1.232"
5
5
  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.1.231
4
+ version: 1.1.232
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-03 00:00:00.000000000 Z
11
+ date: 2025-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable