files.com 1.1.703 → 1.1.704
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/as2_outgoing_message.md +2 -0
- data/docs/automation.md +2 -2
- data/lib/files.com/models/as2_outgoing_message.rb +5 -0
- data/lib/files.com/models/automation.rb +2 -2
- 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: 96d662ce2e9a678c8cdf460d004d04f7fc252533bc815064bcda9da4b449a666
|
|
4
|
+
data.tar.gz: 51b66a5f5c5b1dd748a666b66b65b4fd43a46b1f926eb5ad5f65e8e5b1a2088d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 83b915157bb622c3ae50b21d2f52299c998d441c5e661d42f381bda15947acf73feab29701d2d3889bb35885d94cdf52ab6d367e2c6e46b106de56e6ee9d29b8
|
|
7
|
+
data.tar.gz: 50899c311cbdc45799e647a27d3de203960551a6b3c44da7b6c5b1d3f34e3d638ed54f2ec1ec4d59b374b58774a047132f273fc334ca2fc803df810d950802fe
|
data/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.1.
|
|
1
|
+
1.1.704
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
"mic_sha_256": "example",
|
|
19
19
|
"as2_to": "example",
|
|
20
20
|
"as2_from": "example",
|
|
21
|
+
"as2_subject": "example",
|
|
21
22
|
"date": "example",
|
|
22
23
|
"message_id": "example",
|
|
23
24
|
"body_size": "example",
|
|
@@ -54,6 +55,7 @@
|
|
|
54
55
|
* `mic_sha_256` (string): AS2 Message Integrity Check SHA256
|
|
55
56
|
* `as2_to` (string): AS2 TO
|
|
56
57
|
* `as2_from` (string): AS2 FROM
|
|
58
|
+
* `as2_subject` (string): AS2 Subject
|
|
57
59
|
* `date` (string): Date Header
|
|
58
60
|
* `message_id` (string): AS2 Message Id
|
|
59
61
|
* `body_size` (string): Encrypted Payload Body Size
|
data/docs/automation.md
CHANGED
|
@@ -283,7 +283,7 @@ Files::Automation.upgrade(id)
|
|
|
283
283
|
|
|
284
284
|
---
|
|
285
285
|
|
|
286
|
-
## Manually Run Automation
|
|
286
|
+
## Manually Run Automation
|
|
287
287
|
|
|
288
288
|
```
|
|
289
289
|
Files::Automation.manual_run(id,
|
|
@@ -407,7 +407,7 @@ automation.upgrade
|
|
|
407
407
|
|
|
408
408
|
---
|
|
409
409
|
|
|
410
|
-
## Manually Run Automation
|
|
410
|
+
## Manually Run Automation
|
|
411
411
|
|
|
412
412
|
```
|
|
413
413
|
automation = Files::Automation.find(id)
|
|
@@ -416,7 +416,7 @@ module Files
|
|
|
416
416
|
Api.send_request("/automations/#{@attributes[:id]}/upgrade", :post, params, @options)
|
|
417
417
|
end
|
|
418
418
|
|
|
419
|
-
# Manually Run Automation
|
|
419
|
+
# Manually Run Automation
|
|
420
420
|
#
|
|
421
421
|
# Parameters:
|
|
422
422
|
# items - array(object) - Initial items for a v2 manual trigger. Each item contains exactly one `file` path or `data` object.
|
|
@@ -655,7 +655,7 @@ module Files
|
|
|
655
655
|
Automation.new(response.data, options)
|
|
656
656
|
end
|
|
657
657
|
|
|
658
|
-
# Manually Run Automation
|
|
658
|
+
# Manually Run Automation
|
|
659
659
|
#
|
|
660
660
|
# Parameters:
|
|
661
661
|
# items - array(object) - Initial items for a v2 manual trigger. Each item contains exactly one `file` path or `data` object.
|
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.704
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- files.com
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-08-
|
|
11
|
+
date: 2026-08-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|