files.com 1.1.341 → 1.1.343
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/README.md +6 -0
- data/_VERSION +1 -1
- data/docs/partner.md +8 -0
- data/lib/files.com/models/partner.rb +12 -0
- data/lib/files.com/version.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: 95cdf732e0a4c5c5d807e45e19062592d33847732ba21bf8efd36497e97cfc78
|
|
4
|
+
data.tar.gz: d22cc249f45b8ceebdb7dffba00f443452aa1b1b7ffdf9944cdcc9f0a7b1b77f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3f006364d55bc0f3960a2b20a18f83cb69a57f38db6b465942cd8dd16596ca7f76e1d4da07722546a0c02c55367ef938cf3190b816bf9b816ee3af9cf24441dd
|
|
7
|
+
data.tar.gz: 571bbaaf550bb5d042de91567d0476fbfe7323fd39bbf11d31a95594fe9752b4e3004fc4ed808b461635c5d930530c4aa52a39365cc57745cc94883d6600bc4f
|
data/README.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Files.com Ruby Client
|
|
2
2
|
|
|
3
|
+
The Files.com Ruby Client provides a direct, high performance integration to Files.com from applications written in Ruby.
|
|
4
|
+
|
|
5
|
+
Files.com is the cloud-native, next-gen MFT, SFTP, and secure file-sharing platform that replaces brittle legacy servers with one always-on, secure fabric. Automate mission-critical file flows—across any cloud, protocol, or partner—while supporting human collaboration and eliminating manual work.
|
|
6
|
+
|
|
7
|
+
With universal SFTP, AS2, HTTPS, and 50+ native connectors backed by military-grade encryption, Files.com unifies governance, visibility, and compliance in a single pane of glass.
|
|
8
|
+
|
|
3
9
|
The content included here should be enough to get started, but please visit our
|
|
4
10
|
[Developer Documentation Website](https://developers.files.com/ruby/) for the complete documentation.
|
|
5
11
|
|
data/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.1.
|
|
1
|
+
1.1.343
|
data/docs/partner.md
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
{
|
|
7
7
|
"allow_bypassing_2fa_policies": true,
|
|
8
8
|
"allow_credential_changes": true,
|
|
9
|
+
"allow_providing_gpg_keys": true,
|
|
9
10
|
"allow_user_creation": true,
|
|
10
11
|
"id": 1,
|
|
11
12
|
"name": "Acme Corp",
|
|
@@ -17,6 +18,7 @@
|
|
|
17
18
|
|
|
18
19
|
* `allow_bypassing_2fa_policies` (boolean): Allow users created under this Partner to bypass Two-Factor Authentication policies.
|
|
19
20
|
* `allow_credential_changes` (boolean): Allow Partner Admins to change or reset credentials for users belonging to this Partner.
|
|
21
|
+
* `allow_providing_gpg_keys` (boolean): Allow Partner Admins to provide GPG keys.
|
|
20
22
|
* `allow_user_creation` (boolean): Allow Partner Admins to create users.
|
|
21
23
|
* `id` (int64): The unique ID of the Partner.
|
|
22
24
|
* `name` (string): The name of the Partner.
|
|
@@ -62,6 +64,7 @@ Files::Partner.create(
|
|
|
62
64
|
name: "Acme Corp",
|
|
63
65
|
allow_bypassing_2fa_policies: false,
|
|
64
66
|
allow_credential_changes: false,
|
|
67
|
+
allow_providing_gpg_keys: false,
|
|
65
68
|
allow_user_creation: false,
|
|
66
69
|
notes: "This is a note about the partner.",
|
|
67
70
|
root_folder: "/AcmeCorp",
|
|
@@ -74,6 +77,7 @@ Files::Partner.create(
|
|
|
74
77
|
* `name` (string): The name of the Partner.
|
|
75
78
|
* `allow_bypassing_2fa_policies` (boolean): Allow users created under this Partner to bypass Two-Factor Authentication policies.
|
|
76
79
|
* `allow_credential_changes` (boolean): Allow Partner Admins to change or reset credentials for users belonging to this Partner.
|
|
80
|
+
* `allow_providing_gpg_keys` (boolean): Allow Partner Admins to provide GPG keys.
|
|
77
81
|
* `allow_user_creation` (boolean): Allow Partner Admins to create users.
|
|
78
82
|
* `notes` (string): Notes about this Partner.
|
|
79
83
|
* `root_folder` (string): The root folder path for this Partner.
|
|
@@ -89,6 +93,7 @@ Files::Partner.update(id,
|
|
|
89
93
|
name: "Acme Corp",
|
|
90
94
|
allow_bypassing_2fa_policies: false,
|
|
91
95
|
allow_credential_changes: false,
|
|
96
|
+
allow_providing_gpg_keys: false,
|
|
92
97
|
allow_user_creation: false,
|
|
93
98
|
notes: "This is a note about the partner.",
|
|
94
99
|
root_folder: "/AcmeCorp",
|
|
@@ -102,6 +107,7 @@ Files::Partner.update(id,
|
|
|
102
107
|
* `name` (string): The name of the Partner.
|
|
103
108
|
* `allow_bypassing_2fa_policies` (boolean): Allow users created under this Partner to bypass Two-Factor Authentication policies.
|
|
104
109
|
* `allow_credential_changes` (boolean): Allow Partner Admins to change or reset credentials for users belonging to this Partner.
|
|
110
|
+
* `allow_providing_gpg_keys` (boolean): Allow Partner Admins to provide GPG keys.
|
|
105
111
|
* `allow_user_creation` (boolean): Allow Partner Admins to create users.
|
|
106
112
|
* `notes` (string): Notes about this Partner.
|
|
107
113
|
* `root_folder` (string): The root folder path for this Partner.
|
|
@@ -132,6 +138,7 @@ partner.update(
|
|
|
132
138
|
name: "Acme Corp",
|
|
133
139
|
allow_bypassing_2fa_policies: false,
|
|
134
140
|
allow_credential_changes: false,
|
|
141
|
+
allow_providing_gpg_keys: false,
|
|
135
142
|
allow_user_creation: false,
|
|
136
143
|
notes: "This is a note about the partner.",
|
|
137
144
|
root_folder: "/AcmeCorp",
|
|
@@ -145,6 +152,7 @@ partner.update(
|
|
|
145
152
|
* `name` (string): The name of the Partner.
|
|
146
153
|
* `allow_bypassing_2fa_policies` (boolean): Allow users created under this Partner to bypass Two-Factor Authentication policies.
|
|
147
154
|
* `allow_credential_changes` (boolean): Allow Partner Admins to change or reset credentials for users belonging to this Partner.
|
|
155
|
+
* `allow_providing_gpg_keys` (boolean): Allow Partner Admins to provide GPG keys.
|
|
148
156
|
* `allow_user_creation` (boolean): Allow Partner Admins to create users.
|
|
149
157
|
* `notes` (string): Notes about this Partner.
|
|
150
158
|
* `root_folder` (string): The root folder path for this Partner.
|
|
@@ -27,6 +27,15 @@ module Files
|
|
|
27
27
|
@attributes[:allow_credential_changes] = value
|
|
28
28
|
end
|
|
29
29
|
|
|
30
|
+
# boolean - Allow Partner Admins to provide GPG keys.
|
|
31
|
+
def allow_providing_gpg_keys
|
|
32
|
+
@attributes[:allow_providing_gpg_keys]
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
def allow_providing_gpg_keys=(value)
|
|
36
|
+
@attributes[:allow_providing_gpg_keys] = value
|
|
37
|
+
end
|
|
38
|
+
|
|
30
39
|
# boolean - Allow Partner Admins to create users.
|
|
31
40
|
def allow_user_creation
|
|
32
41
|
@attributes[:allow_user_creation]
|
|
@@ -85,6 +94,7 @@ module Files
|
|
|
85
94
|
# name - string - The name of the Partner.
|
|
86
95
|
# allow_bypassing_2fa_policies - boolean - Allow users created under this Partner to bypass Two-Factor Authentication policies.
|
|
87
96
|
# allow_credential_changes - boolean - Allow Partner Admins to change or reset credentials for users belonging to this Partner.
|
|
97
|
+
# allow_providing_gpg_keys - boolean - Allow Partner Admins to provide GPG keys.
|
|
88
98
|
# allow_user_creation - boolean - Allow Partner Admins to create users.
|
|
89
99
|
# notes - string - Notes about this Partner.
|
|
90
100
|
# root_folder - string - The root folder path for this Partner.
|
|
@@ -167,6 +177,7 @@ module Files
|
|
|
167
177
|
# name - string - The name of the Partner.
|
|
168
178
|
# allow_bypassing_2fa_policies - boolean - Allow users created under this Partner to bypass Two-Factor Authentication policies.
|
|
169
179
|
# allow_credential_changes - boolean - Allow Partner Admins to change or reset credentials for users belonging to this Partner.
|
|
180
|
+
# allow_providing_gpg_keys - boolean - Allow Partner Admins to provide GPG keys.
|
|
170
181
|
# allow_user_creation - boolean - Allow Partner Admins to create users.
|
|
171
182
|
# notes - string - Notes about this Partner.
|
|
172
183
|
# root_folder - string - The root folder path for this Partner.
|
|
@@ -185,6 +196,7 @@ module Files
|
|
|
185
196
|
# name - string - The name of the Partner.
|
|
186
197
|
# allow_bypassing_2fa_policies - boolean - Allow users created under this Partner to bypass Two-Factor Authentication policies.
|
|
187
198
|
# allow_credential_changes - boolean - Allow Partner Admins to change or reset credentials for users belonging to this Partner.
|
|
199
|
+
# allow_providing_gpg_keys - boolean - Allow Partner Admins to provide GPG keys.
|
|
188
200
|
# allow_user_creation - boolean - Allow Partner Admins to create users.
|
|
189
201
|
# notes - string - Notes about this Partner.
|
|
190
202
|
# root_folder - string - The root folder path for this Partner.
|
data/lib/files.com/version.rb
CHANGED
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.1.
|
|
4
|
+
version: 1.1.343
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- files.com
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-10-
|
|
11
|
+
date: 2025-10-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|