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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d21c10fb02cba890d2adc0bbafc9f55a5c76301a087f687211fb2fc35c5f918e
4
- data.tar.gz: 58312e4a9ab5afbc1700da689042ac0ee74e6af6123d99f0d7087e14f3268e1e
3
+ metadata.gz: 96d662ce2e9a678c8cdf460d004d04f7fc252533bc815064bcda9da4b449a666
4
+ data.tar.gz: 51b66a5f5c5b1dd748a666b66b65b4fd43a46b1f926eb5ad5f65e8e5b1a2088d
5
5
  SHA512:
6
- metadata.gz: e77d1a15b6ed2f10e48614d1fc64000bf675ba82d129bed38d497cabd9f8e9539711ec1495f08288b8f6fa7318249e649bb10ecee03e076372b28d1b5c0b3302
7
- data.tar.gz: 7bf7b242c71b7217b5d56cda007f3b5b699ad7af9705367eb72cada949d4cb34edab19291ac8d60a8ab566f5ab987db4091ce082f0862499c02d19f56febbdeb
6
+ metadata.gz: 83b915157bb622c3ae50b21d2f52299c998d441c5e661d42f381bda15947acf73feab29701d2d3889bb35885d94cdf52ab6d367e2c6e46b106de56e6ee9d29b8
7
+ data.tar.gz: 50899c311cbdc45799e647a27d3de203960551a6b3c44da7b6c5b1d3f34e3d638ed54f2ec1ec4d59b374b58774a047132f273fc334ca2fc803df810d950802fe
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.703
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. v2 Automations require Site or Workspace Admin permission
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. v2 Automations require Site or Workspace Admin permission
410
+ ## Manually Run Automation
411
411
 
412
412
  ```
413
413
  automation = Files::Automation.find(id)
@@ -69,6 +69,11 @@ module Files
69
69
  @attributes[:as2_from]
70
70
  end
71
71
 
72
+ # string - AS2 Subject
73
+ def as2_subject
74
+ @attributes[:as2_subject]
75
+ end
76
+
72
77
  # string - Date Header
73
78
  def date
74
79
  @attributes[:date]
@@ -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. v2 Automations require Site or Workspace Admin permission
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. v2 Automations require Site or Workspace Admin permission
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.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.703"
4
+ VERSION = "1.1.704"
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.1.703
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-04 00:00:00.000000000 Z
11
+ date: 2026-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable