files.com 1.0.155 → 1.0.156
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 +4 -4
- data/_VERSION +1 -1
- data/docs/inbox_recipient.md +1 -1
- data/lib/files.com/models/inbox_recipient.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e579da90bcc148633b1ccaaba0a48f2281ec2d72c916cb7b0dc0178d47d38aed
|
|
4
|
+
data.tar.gz: 4f3e158d63bdf718b090945fabcdfed48fb70bb8a6ddba93c0336ab009c749a0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4a759bf4ff32fb1cbc059e79110fc3185c085bc50042ce3499232818081282676189feb3921cc4704132eff51cc6f76d250ab8cce10b4839c2c0d355f31b6b9d
|
|
7
|
+
data.tar.gz: 61078f400330196305f949cec9fb7957db58edfb4edfa0e32e042a3efae6f47e75bc7c209c362052bad1d8dd74cfc51d3c56ce3992255d129ef4efc7da2774ae
|
data/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.156
|
data/docs/inbox_recipient.md
CHANGED
|
@@ -69,7 +69,7 @@ Files::InboxRecipient.create(
|
|
|
69
69
|
|
|
70
70
|
* `user_id` (int64): User ID. Provide a value of `0` to operate the current session's user.
|
|
71
71
|
* `inbox_id` (int64): Required - Inbox to share.
|
|
72
|
-
* `recipient` (string): Required - Email
|
|
72
|
+
* `recipient` (string): Required - Email address to share this inbox with.
|
|
73
73
|
* `name` (string): Name of recipient.
|
|
74
74
|
* `company` (string): Company of recipient.
|
|
75
75
|
* `note` (string): Note to include in email.
|
|
@@ -128,7 +128,7 @@ module Files
|
|
|
128
128
|
# Parameters:
|
|
129
129
|
# user_id - int64 - User ID. Provide a value of `0` to operate the current session's user.
|
|
130
130
|
# inbox_id (required) - int64 - Inbox to share.
|
|
131
|
-
# recipient (required) - string - Email
|
|
131
|
+
# recipient (required) - string - Email address to share this inbox with.
|
|
132
132
|
# name - string - Name of recipient.
|
|
133
133
|
# company - string - Company of recipient.
|
|
134
134
|
# note - string - Note to include in email.
|
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.
|
|
4
|
+
version: 1.0.156
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- files.com
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-04-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|