files.com 1.0.96 → 1.0.97

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: 485dc4c0f9287f1c84e8a1191309a20e544d8b12288a1ffb7976ede59b3f1dc2
4
- data.tar.gz: 85edd613267d4a44d1da0649fce06d6f0df8eede638da01141a90a37b7886329
3
+ metadata.gz: 97acc17f725e6c4192466ee9ad47a82d8fb264e5341e0c9f4edd501719597d34
4
+ data.tar.gz: 7bf768e1363aac2b3dc58754af05d79f84c4697cbd7244d9fbfa9d9cbd71de12
5
5
  SHA512:
6
- metadata.gz: 72bd5d7f069551773584f482ac73de300d16025764e08d6f80a9e4a9584bbaf2cddb33e8a952a28b1909c2d333c23b2bedfc8f863e2b5e6f228fb796532e2dab
7
- data.tar.gz: 11d4d37f6cf87b7e2335e323fc4c2e18de2f463e2b3056efcae22b20ac7fb1935cb53e6f708b61b9dd2a8f38a56512855171ed63b162ab26146b65ad408dc9f9
6
+ metadata.gz: 2f037534260b2520f47f35292441261fa6a739c3d3b17da19dab2de77aadf2b1503c1ad6f79cf915474c1230f4a9f6eefa8d683877657eb67ecad8e46344628f
7
+ data.tar.gz: 5c998a4d55661a9d6c42afe46957e5b40331aeda753b131eda1d8b58eaba33906d9268a56f1f74133fa60d22f521164e5d507cf80b1c03ce77da2c51cfb3f0a7
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.96
1
+ 1.0.97
@@ -5,8 +5,8 @@
5
5
  ```
6
6
  {
7
7
  "id": 1,
8
- "amount": "",
9
- "balance": "",
8
+ "amount": 1.0,
9
+ "balance": 1.0,
10
10
  "created_at": "2000-01-01T01:00:00Z",
11
11
  "currency": "USD",
12
12
  "download_uri": "https://url...",
@@ -5,7 +5,7 @@
5
5
  ```
6
6
  {
7
7
  "id": 1,
8
- "path": "path",
8
+ "path": "",
9
9
  "when": "2000-01-01T01:00:00Z",
10
10
  "destination": "/to_path",
11
11
  "display": "Actual text of the action here.",
@@ -15,7 +15,7 @@
15
15
  "parameters": "",
16
16
  "part_number": "",
17
17
  "partsize": "",
18
- "path": "path",
18
+ "path": "",
19
19
  "ref": "upload-1",
20
20
  "upload_uri": ""
21
21
  }
@@ -5,7 +5,7 @@
5
5
  ```
6
6
  {
7
7
  "id": 1,
8
- "path": "path",
8
+ "path": "",
9
9
  "when": "2000-01-01T01:00:00Z",
10
10
  "destination": "/to_path",
11
11
  "display": "Actual text of the action here.",
@@ -5,8 +5,8 @@
5
5
  ```
6
6
  {
7
7
  "id": 1,
8
- "amount": "",
9
- "balance": "",
8
+ "amount": 1.0,
9
+ "balance": 1.0,
10
10
  "created_at": "2000-01-01T01:00:00Z",
11
11
  "currency": "USD",
12
12
  "download_uri": "https://url...",
@@ -4,7 +4,7 @@
4
4
 
5
5
  ```
6
6
  {
7
- "amount": "",
7
+ "amount": 1.0,
8
8
  "created_at": "2000-01-01T01:00:00Z",
9
9
  "description": "Service from 2019-01-01 through 2019-12-31",
10
10
  "type": "invoice",
@@ -12,7 +12,7 @@
12
12
  "token": "17c54824e9931a4688ca032d03f6663c",
13
13
  "type": "write",
14
14
  "user_id": 1,
15
- "username": "username"
15
+ "username": ""
16
16
  }
17
17
  ```
18
18
 
@@ -5,7 +5,7 @@
5
5
  ```
6
6
  {
7
7
  "id": 1,
8
- "path": "path",
8
+ "path": "",
9
9
  "group_id": 1,
10
10
  "group_name": "",
11
11
  "notify_user_actions": true,
@@ -15,7 +15,7 @@
15
15
  "unsubscribed_reason": "",
16
16
  "user_id": 1,
17
17
  "username": "User",
18
- "suppressed_email": "suppressed_email"
18
+ "suppressed_email": true
19
19
  }
20
20
  ```
21
21
 
@@ -43,7 +43,6 @@ Files::Notification.list(
43
43
  page: 1,
44
44
  per_page: 1,
45
45
  group_id: 1,
46
- path: "path",
47
46
  include_ancestors: true
48
47
  )
49
48
  ```
@@ -91,7 +90,6 @@ Files::Notification.create(
91
90
  notify_user_actions: true,
92
91
  send_interval: "daily",
93
92
  group_id: 1,
94
- path: "path",
95
93
  username: "User"
96
94
  )
97
95
  ```
@@ -5,8 +5,8 @@
5
5
  ```
6
6
  {
7
7
  "id": 1,
8
- "amount": "",
9
- "balance": "",
8
+ "amount": 1.0,
9
+ "balance": 1.0,
10
10
  "created_at": "2000-01-01T01:00:00Z",
11
11
  "currency": "USD",
12
12
  "download_uri": "https://url...",
@@ -4,7 +4,7 @@
4
4
 
5
5
  ```
6
6
  {
7
- "amount": "",
7
+ "amount": 1.0,
8
8
  "created_at": "2000-01-01T01:00:00Z",
9
9
  "invoice_id": 1,
10
10
  "payment_id": 1,
@@ -62,7 +62,7 @@
62
62
  "login_help_text": "Login page help text.",
63
63
  "logo": "",
64
64
  "max_prior_passwords": 1,
65
- "next_billing_amount": "",
65
+ "next_billing_amount": 1.0,
66
66
  "next_billing_date": "Apr 20",
67
67
  "office_integration_available": true,
68
68
  "opt_out_global": true,
@@ -8,15 +8,15 @@
8
8
  "start_at": "2000-01-01T01:00:00Z",
9
9
  "end_at": "2000-01-01T01:00:00Z",
10
10
  "created_at": "2000-01-01T01:00:00Z",
11
- "current_storage": "",
12
- "high_water_storage": "",
11
+ "current_storage": 1.0,
12
+ "high_water_storage": 1.0,
13
13
  "total_downloads": 1,
14
14
  "total_uploads": 1,
15
15
  "updated_at": "2000-01-01T01:00:00Z",
16
16
  "usage_by_top_level_dir": "",
17
- "root_storage": "",
18
- "deleted_files_counted_in_minimum": "",
19
- "deleted_files_storage": ""
17
+ "root_storage": 1.0,
18
+ "deleted_files_counted_in_minimum": 1.0,
19
+ "deleted_files_storage": 1.0
20
20
  }
21
21
  ```
22
22
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: files.com
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.96
4
+ version: 1.0.97
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
@@ -232,7 +232,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
232
232
  - !ruby/object:Gem::Version
233
233
  version: '0'
234
234
  requirements: []
235
- rubygems_version: 3.1.3
235
+ rubygems_version: 3.1.4
236
236
  signing_key:
237
237
  specification_version: 4
238
238
  summary: Files.com Ruby client.