smplkit 3.0.123 → 3.0.124

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: 2e34faeddba61d519c038ddbdfa67a966428a8abde386af2faed155fd98dfb22
4
- data.tar.gz: 3bfaa6bbe205fdc5a3e9427228e95545b1af057d8ff8c50f5e0dc0f8649e5131
3
+ metadata.gz: 6207ba24e43716517aef4aa2778f48faac823aa5fd1e345b264f3097e00aca62
4
+ data.tar.gz: df844f6b83bf9509645bf3c7b8d1465ecbe25e3eeb77c659b4489fcd9009b4fc
5
5
  SHA512:
6
- metadata.gz: b99d22b368a343511b45936b3a6c113bd86550eea77076a68bde20782139f2cd1ebc659f5b0260475e87ce7f1d631b1149556106c4d02a0ad6d344d6acf9dd3c
7
- data.tar.gz: d1c8337f22b5dc95791bfa5474fc288fbffc207b62058b7ad4465b86429246e39de6d871cbd3f7207f8122826bfc7bd5078b76becb5e20db60e0e3c08008c701
6
+ metadata.gz: 0b8a197b3de2873480024d0e10a2a4097105595c3cd654aac8a813ddb458f4410c82bfb73c2df5e97d57548cc53fff0e081db758e0f23af4092c6a59b36f28f0
7
+ data.tar.gz: 38617981f277de3045def893d42b139f06114ce85ff8ab4b1f789d329d2e7c78d4b6d21a44d71b359180e9f8340665e380a9dff3ccb2ddd1b533995403bfd1d6
@@ -14,7 +14,7 @@ require 'date'
14
14
  require 'time'
15
15
 
16
16
  module SmplkitGeneratedClient::Jobs
17
- # HTTP request a job performs when it fires. Extends the shared forwarder configuration with the two fields a scheduled job needs beyond a forwarder, and represents headers as a name→value object so an individual header can be overridden per environment by its name.
17
+ # HTTP request a job performs when it fires. Extends the shared HTTP configuration with the two fields a scheduled job needs beyond a forwarder (``body`` and ``timeout``); everything else, including the shared name→value ``headers`` object, is inherited unchanged.
18
18
  class JobHttpConfiguration < ApiModelBase
19
19
  # HTTP method used when delivering the request.
20
20
  attr_accessor :method
@@ -22,7 +22,7 @@ module SmplkitGeneratedClient::Jobs
22
22
  # Destination URL. Must be an absolute `http://` or `https://` URL with a hostname (e.g. `https://siem.example.com/in`).
23
23
  attr_accessor :url
24
24
 
25
- # HTTP headers sent on each request, as a name→value object (e.g. `{\"Authorization\": \"Bearer s3cr3t\"}`). A header is overridden per environment by its name via a `headers.<name>` entry in that environment's overrides; header names match case-insensitively.
25
+ # HTTP headers attached to each request, as a name→value object (e.g. `{\"Authorization\": \"Bearer s3cr3t\"}`). Override an individual header in a specific environment by its name via a `headers.<name>` entry in that environment's overrides; header names match case-insensitively.
26
26
  attr_accessor :headers
27
27
 
28
28
  # HTTP response status that indicates success. Either a specific status code (e.g. `200`, `204`) or a status class (`1xx`, `2xx`, `3xx`, `4xx`, `5xx`).
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smplkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.123
4
+ version: 3.0.124
5
5
  platform: ruby
6
6
  authors:
7
7
  - Smpl Solutions LLC