files.com 1.0.311 → 1.0.312

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: 603f738d47c3d761d19a66df997aa7e7b46dc0d93f908239b8445f6713749c97
4
- data.tar.gz: d8e1775860d4c4f0a5407f41f8bcf0a5199d614624cb675f3e2c2e5a5d705821
3
+ metadata.gz: 762bc842f1125c3865dafd75deba86d5487496fd3454b5008688666da2d783eb
4
+ data.tar.gz: bc48d33cb47532fcc6965dafe049820d9df1f4ca2a9dc77fe80e196765a38ec9
5
5
  SHA512:
6
- metadata.gz: 863b75de449d8ef4ca227e0c64f827a447f1b2ad59a6b4c0acb165d7719c0a228f9b5591fafca7e3f5c18d2f143364d92028ca55fbdb4f5f81786ef8a1dc1307
7
- data.tar.gz: 989a9e5a0a0a85f22d83de4e1104318308ad3b38c8952da808acd7e441d6d15fedbab836b76dfcabc75d245618a0be7fc353e1f7858e938627de3c29c46fe652
6
+ metadata.gz: fdaa91d9dd9f783c9fa465f3a64681f47e3b4439465563fa4e5e79080f51bab045e444c975f9c6a4d5ede1b1cdbf2f748e56de0f432d52a4323ea98812548931
7
+ data.tar.gz: b5b81eca4e13a6e461c29d8c86106c2e4aa68cc06a274a3a5df6180a17d29edb809b44c8f4ce18e7e12faed340ada59dbd257f50df0e35ff68c1151ef3497732
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.311
1
+ 1.0.312
data/docs/user.md CHANGED
@@ -64,7 +64,7 @@
64
64
  "type_of_2fa": "yubi",
65
65
  "updated_at": "2000-01-01T01:00:00Z",
66
66
  "user_root": "example",
67
- "days_remaining_until_password_expire": "2000-01-01T01:00:00Z",
67
+ "days_remaining_until_password_expire": 1,
68
68
  "password_expire_at": "2000-01-01T01:00:00Z"
69
69
  }
70
70
  ```
@@ -127,7 +127,7 @@
127
127
  * `type_of_2fa` (string): Type(s) of 2FA methods in use. Will be either `sms`, `totp`, `u2f`, `yubi`, or multiple values sorted alphabetically and joined by an underscore.
128
128
  * `updated_at` (date-time): User record most recently updated at. Note this may be incremented because of internal or external updates.
129
129
  * `user_root` (string): Root folder for FTP (and optionally SFTP if the appropriate site-wide setting is set.) Note that this is not used for API, Desktop, or Web interface.
130
- * `days_remaining_until_password_expire` (date-time): Number of days remaining until password expires
130
+ * `days_remaining_until_password_expire` (int64): Number of days remaining until password expires
131
131
  * `password_expire_at` (date-time): Password expiration datetime
132
132
  * `avatar_file` (file): An image file for your user avatar.
133
133
  * `avatar_delete` (boolean): If true, the avatar will be deleted.
@@ -523,7 +523,7 @@ module Files
523
523
  @attributes[:user_root] = value
524
524
  end
525
525
 
526
- # date-time - Number of days remaining until password expires
526
+ # int64 - Number of days remaining until password expires
527
527
  def days_remaining_until_password_expire
528
528
  @attributes[:days_remaining_until_password_expire]
529
529
  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.311
4
+ version: 1.0.312
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-14 00:00:00.000000000 Z
11
+ date: 2022-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable