files.com 1.0.484 → 1.0.485

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: cc80dcdae3f57912eac86d50f56b5d9756d8a2eed6d7f61280f54a1d7b08e21d
4
- data.tar.gz: 2f39fce8d46a173acad3961aa9e6de4f84166ce1b4bcb475c6abec3d0d46df04
3
+ metadata.gz: 9c9a0745484268da357be364cb333a92140455e2c3a6e010f62239dd9c2b6875
4
+ data.tar.gz: ae0cb3ca584be567d50722f8311dc7886de107cf15280db79cc13292a5c36302
5
5
  SHA512:
6
- metadata.gz: b8bd6cb084ca27dd649020cb34554be625a5ef28f02062093a323d8721e67751c5268fad30000470850b10df0396c6598b44fbacd5856c3275b219e31c604271
7
- data.tar.gz: f000807e98a5244b4f3b750de84980a1514aa1ad7706b19e90703317e0262ed478414136ff622958961c5bb9f0e54f62062b8fa06d067b67ae116b28f77f55b2
6
+ metadata.gz: 272b0b8443e770a14e4a3ea6592cdc454f2925a46861f18590d4b04a5887b25ddbe781b80b8859bb3c262c7894417829d3541db508079cbe53989e646133c954
7
+ data.tar.gz: b1c1c0e78d428403aa8ccfcedd738cb3f16d3a9a2562dd843530d85a5653006a1f5dceba938038a6986c0d8cba9bd0b692e815a51a8b4e78e39a26abf64ab52c
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.484
1
+ 1.0.485
@@ -11,7 +11,8 @@
11
11
  "status": "success",
12
12
  "body": "example",
13
13
  "message": "example",
14
- "created_at": "2000-01-01T01:00:00Z"
14
+ "created_at": "2000-01-01T01:00:00Z",
15
+ "inbox_title": "Inbox Title"
15
16
  }
16
17
  ```
17
18
 
@@ -23,6 +24,7 @@
23
24
  * `body` (string): Body of the email
24
25
  * `message` (string): Message describing the failure
25
26
  * `created_at` (date-time): Message creation date/time
27
+ * `inbox_title` (string): Title of the Inbox associated with this message
26
28
 
27
29
 
28
30
  ---
@@ -49,6 +49,11 @@ module Files
49
49
  @attributes[:created_at]
50
50
  end
51
51
 
52
+ # string - Title of the Inbox associated with this message
53
+ def inbox_title
54
+ @attributes[:inbox_title]
55
+ end
56
+
52
57
  # Parameters:
53
58
  # 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.
54
59
  # per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.0.484"
4
+ VERSION = "1.0.485"
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.0.484
4
+ version: 1.0.485
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-08 00:00:00.000000000 Z
11
+ date: 2023-11-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable