stigg-api-client 2.361.0 → 2.374.0

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: e82413310ece3014cb029f1f129e9ec3c2ee7dde95c2d49dff55f987e57ac19f
4
- data.tar.gz: 5343042f8abf6233e09900d4515870fc70c22a25f992226cce431979be31ecbf
3
+ metadata.gz: 247e5a008bc0241b8bde9c2c94a9093570492c89ae858a41cd60e05835eef867
4
+ data.tar.gz: 636f5326b9e466e7bec97972daf0b6b11b42d45a03badc0d61b49e0507698245
5
5
  SHA512:
6
- metadata.gz: 4cb67ddaa3b22577c3ccacd5e91a9fd5e4962e54d9179ab265820566c7c8676f7c8c360a14fe60a7b867f253078fe30e7e9bde60ba96168d883cbc318fddc38f
7
- data.tar.gz: 040e4d476b80e9db2f513bbe76c2d5f9b50b35ef79f8e4f9c94e0916fee648759f8c3216a1ec7ba7e36a5b2547ab0debff0c8e87ba1a58a4f71db1c7c24e6eff
6
+ metadata.gz: 80b850afb3e284442e2de9fc3787fa9900707f235859ae4f0aca325ea49e68b32470338aa7fa30a72d88652eeacfd791f645e5071c9e98ec9d547985417fc74c
7
+ data.tar.gz: 273a617ee9a2918d37d688edd8ae1cc19b01cd15dffe61879a51f0811df146dd9740485a6ae0291cd6a4dcd9833cdb769efc9d8259ebe7a3d71253b31e48eacf
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.361.0)
4
+ stigg-api-client (2.374.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -80866,6 +80866,18 @@
80866
80866
  "description": "Trigger workflow input",
80867
80867
  "fields": null,
80868
80868
  "inputFields": [
80869
+ {
80870
+ "name": "isTest",
80871
+ "description": "If set to true, trigger the test workflow, otherwise trigger live workflow",
80872
+ "type": {
80873
+ "kind": "SCALAR",
80874
+ "name": "Boolean",
80875
+ "ofType": null
80876
+ },
80877
+ "defaultValue": null,
80878
+ "isDeprecated": false,
80879
+ "deprecationReason": null
80880
+ },
80869
80881
  {
80870
80882
  "name": "payload",
80871
80883
  "description": "Workflow payload",
@@ -86057,6 +86069,18 @@
86057
86069
  },
86058
86070
  "isDeprecated": false,
86059
86071
  "deprecationReason": null
86072
+ },
86073
+ {
86074
+ "name": "supportChatToken",
86075
+ "description": "support chat user identity token",
86076
+ "args": [],
86077
+ "type": {
86078
+ "kind": "SCALAR",
86079
+ "name": "String",
86080
+ "ofType": null
86081
+ },
86082
+ "isDeprecated": false,
86083
+ "deprecationReason": null
86060
86084
  }
86061
86085
  ],
86062
86086
  "inputFields": null,
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "2.361.0"
4
+ VERSION = "2.374.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stigg-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.361.0
4
+ version: 2.374.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-04-22 00:00:00.000000000 Z
11
+ date: 2025-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient