files.com 1.1.23 → 1.1.24

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: 81fa17098a2aa6a52bff8065332abb7d27db07decb3e1918f7e45ba343be6ec5
4
- data.tar.gz: 1cb889b27b301f2a9c37f5908bb592a2e6923e8ccec8773c7d0a6b650636b5c6
3
+ metadata.gz: b4a8ab14002a853df19667487bca81d23dc17c893600dbde62d6c8c54d64166a
4
+ data.tar.gz: 180d286169f069cf75ace91d425404afb442322f692561b83f4a1e7dcbc60f0d
5
5
  SHA512:
6
- metadata.gz: 8e9fa0ab3854ab9bc6a34bf7f7163a588a2bb442a565fa34d2cd6a2abf073c8b1b7d0704e6ca34cd8f2f83d0d8a8a9deab2d4085d6c9f604ef18ca93eba9cf63
7
- data.tar.gz: 6fa7a6e197bc479759d60f1c632d093a4130d82bddb09c3b5f50f39908f5418889c6f388207308286a436c6012aa3d599e277ae04e0321ab51f8d84d89451fad
6
+ metadata.gz: c189de27b7cb0127576256953b3681f5abfff426d9ed5bde2bcf344f7488a86bcc4f77d17fa77d313bd034c455ed4ccd0a4ce0af91ca2e28ad544fcd0489fa58
7
+ data.tar.gz: bb77f97e2c824528732b01629228a4ce73c3a03b29917b0207bf42ac41283ddd8f46b40959e94de608012960a0b351f4ce89eddf2c76b8d4d4667c06270868c3
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.23
1
+ 1.1.24
@@ -18,7 +18,6 @@
18
18
  "type": "invoice",
19
19
  "service_end_at": "2000-01-01T01:00:00Z",
20
20
  "service_start_at": "2000-01-01T01:00:00Z",
21
- "updated_at": "2000-01-01T01:00:00Z",
22
21
  "plan": "Premier",
23
22
  "site": "My site"
24
23
  }
@@ -35,8 +34,7 @@
35
34
  "payment_reversed_at": "2000-01-01T01:00:00Z",
36
35
  "payment_type": "example",
37
36
  "site_name": "My Site",
38
- "type": "invoice",
39
- "updated_at": "2000-01-01T01:00:00Z"
37
+ "type": "invoice"
40
38
  }
41
39
  ```
42
40
 
@@ -53,4 +51,3 @@
53
51
  * `payment_type` (string): Type of payment if applicable
54
52
  * `site_name` (string): Site name this line item is for
55
53
  * `type` (string): Type of line item, either payment or invoice
56
- * `updated_at` (date-time): Line item updated at
data/docs/invoice.md CHANGED
@@ -18,7 +18,6 @@
18
18
  "type": "invoice",
19
19
  "service_end_at": "2000-01-01T01:00:00Z",
20
20
  "service_start_at": "2000-01-01T01:00:00Z",
21
- "updated_at": "2000-01-01T01:00:00Z",
22
21
  "plan": "Premier",
23
22
  "site": "My site"
24
23
  }
@@ -35,8 +34,7 @@
35
34
  "payment_reversed_at": "2000-01-01T01:00:00Z",
36
35
  "payment_type": "example",
37
36
  "site_name": "My Site",
38
- "type": "invoice",
39
- "updated_at": "2000-01-01T01:00:00Z"
37
+ "type": "invoice"
40
38
  }
41
39
  ```
42
40
 
@@ -53,7 +51,6 @@
53
51
  * `payment_type` (string): Type of payment if applicable
54
52
  * `site_name` (string): Site name this line item is for
55
53
  * `type` (string): Type of line item, either payment or invoice
56
- * `updated_at` (date-time): Line item updated at
57
54
 
58
55
 
59
56
  ---
@@ -10,7 +10,6 @@
10
10
  "type": "invoice",
11
11
  "service_end_at": "2000-01-01T01:00:00Z",
12
12
  "service_start_at": "2000-01-01T01:00:00Z",
13
- "updated_at": "2000-01-01T01:00:00Z",
14
13
  "plan": "Premier",
15
14
  "site": "My site"
16
15
  }
@@ -22,6 +21,5 @@
22
21
  * `type` (string): Invoice line item type
23
22
  * `service_end_at` (date-time): Invoice line item service end date/time
24
23
  * `service_start_at` (date-time): Invoice line item service start date/time
25
- * `updated_at` (date-time): Invoice line item updated date/time
26
24
  * `plan` (string): Plan name
27
25
  * `site` (string): Site name
data/docs/payment.md CHANGED
@@ -18,7 +18,6 @@
18
18
  "type": "invoice",
19
19
  "service_end_at": "2000-01-01T01:00:00Z",
20
20
  "service_start_at": "2000-01-01T01:00:00Z",
21
- "updated_at": "2000-01-01T01:00:00Z",
22
21
  "plan": "Premier",
23
22
  "site": "My site"
24
23
  }
@@ -35,8 +34,7 @@
35
34
  "payment_reversed_at": "2000-01-01T01:00:00Z",
36
35
  "payment_type": "example",
37
36
  "site_name": "My Site",
38
- "type": "invoice",
39
- "updated_at": "2000-01-01T01:00:00Z"
37
+ "type": "invoice"
40
38
  }
41
39
  ```
42
40
 
@@ -53,7 +51,6 @@
53
51
  * `payment_type` (string): Type of payment if applicable
54
52
  * `site_name` (string): Site name this line item is for
55
53
  * `type` (string): Type of line item, either payment or invoice
56
- * `updated_at` (date-time): Line item updated at
57
54
 
58
55
 
59
56
  ---
data/docs/site.md CHANGED
@@ -186,7 +186,6 @@
186
186
  "tls_disabled": true,
187
187
  "trial_days_left": 1,
188
188
  "trial_until": "2000-01-01T01:00:00Z",
189
- "updated_at": "2000-01-01T01:00:00Z",
190
189
  "use_provided_modified_at": true,
191
190
  "user": {
192
191
  "id": 1,
@@ -406,7 +405,6 @@
406
405
  * `tls_disabled` (boolean): Are Insecure TLS and SFTP Ciphers allowed? Enabling this is insecure.
407
406
  * `trial_days_left` (int64): Number of days left in trial
408
407
  * `trial_until` (date-time): When does this Site trial expire?
409
- * `updated_at` (date-time): Last time this Site was updated
410
408
  * `use_provided_modified_at` (boolean): Allow uploaders to set `provided_modified_at` for uploaded files?
411
409
  * `user` (User): User of current session
412
410
  * `user_lockout` (boolean): Will users be locked out after incorrect login attempts?
@@ -73,10 +73,5 @@ module Files
73
73
  def type
74
74
  @attributes[:type]
75
75
  end
76
-
77
- # date-time - Line item updated at
78
- def updated_at
79
- @attributes[:updated_at]
80
- end
81
76
  end
82
77
  end
@@ -74,11 +74,6 @@ module Files
74
74
  @attributes[:type]
75
75
  end
76
76
 
77
- # date-time - Line item updated at
78
- def updated_at
79
- @attributes[:updated_at]
80
- end
81
-
82
77
  # Parameters:
83
78
  # 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.
84
79
  # per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
@@ -39,11 +39,6 @@ module Files
39
39
  @attributes[:service_start_at]
40
40
  end
41
41
 
42
- # date-time - Invoice line item updated date/time
43
- def updated_at
44
- @attributes[:updated_at]
45
- end
46
-
47
42
  # string - Plan name
48
43
  def plan
49
44
  @attributes[:plan]
@@ -74,11 +74,6 @@ module Files
74
74
  @attributes[:type]
75
75
  end
76
76
 
77
- # date-time - Line item updated at
78
- def updated_at
79
- @attributes[:updated_at]
80
- end
81
-
82
77
  # Parameters:
83
78
  # 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.
84
79
  # per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
@@ -689,11 +689,6 @@ module Files
689
689
  @attributes[:trial_until]
690
690
  end
691
691
 
692
- # date-time - Last time this Site was updated
693
- def updated_at
694
- @attributes[:updated_at]
695
- end
696
-
697
692
  # boolean - Allow uploaders to set `provided_modified_at` for uploaded files?
698
693
  def use_provided_modified_at
699
694
  @attributes[:use_provided_modified_at]
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.23"
4
+ VERSION = "1.1.24"
5
5
  end
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.1.23
4
+ version: 1.1.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com