stigg-api-client 2.359.0 → 2.361.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: 7da64028e9adf8cb6c98e32981094c98f4a8fc5d13b447102fce755e283fd62c
4
- data.tar.gz: a2f7336859c5d783e2e7e9d0d7088cc05a85a5df1590cab4806df778ae1f3164
3
+ metadata.gz: e82413310ece3014cb029f1f129e9ec3c2ee7dde95c2d49dff55f987e57ac19f
4
+ data.tar.gz: 5343042f8abf6233e09900d4515870fc70c22a25f992226cce431979be31ecbf
5
5
  SHA512:
6
- metadata.gz: e2b999ed1a31660fba262a8dbb23c0a335a24d7a016e762feec850a54810f1c3c630c785362c013c620b212ed238ad429a0a55cb21bdc8bf8e85f5f3bd1bb86b
7
- data.tar.gz: 4f8e446007dcef604cfef49cd123ffa96c17265f489d3d31bd448829086bebbbc148fb2838e4d0e516374f8965c6b3df93039835f8b26590ef1b4a270c6059d2
6
+ metadata.gz: 4cb67ddaa3b22577c3ccacd5e91a9fd5e4962e54d9179ab265820566c7c8676f7c8c360a14fe60a7b867f253078fe30e7e9bde60ba96168d883cbc318fddc38f
7
+ data.tar.gz: 040e4d476b80e9db2f513bbe76c2d5f9b50b35ef79f8e4f9c94e0916fee648759f8c3216a1ec7ba7e36a5b2547ab0debff0c8e87ba1a58a4f71db1c7c24e6eff
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.359.0)
4
+ stigg-api-client (2.361.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -26327,6 +26327,54 @@
26327
26327
  },
26328
26328
  "isDeprecated": false,
26329
26329
  "deprecationReason": null
26330
+ },
26331
+ {
26332
+ "name": "workflowExecutionId",
26333
+ "description": "Workflow execution ID",
26334
+ "args": [],
26335
+ "type": {
26336
+ "kind": "SCALAR",
26337
+ "name": "String",
26338
+ "ofType": null
26339
+ },
26340
+ "isDeprecated": false,
26341
+ "deprecationReason": null
26342
+ },
26343
+ {
26344
+ "name": "workflowExecutionTime",
26345
+ "description": "Workflow execution time",
26346
+ "args": [],
26347
+ "type": {
26348
+ "kind": "SCALAR",
26349
+ "name": "String",
26350
+ "ofType": null
26351
+ },
26352
+ "isDeprecated": false,
26353
+ "deprecationReason": null
26354
+ },
26355
+ {
26356
+ "name": "workflowId",
26357
+ "description": "Workflow ID",
26358
+ "args": [],
26359
+ "type": {
26360
+ "kind": "SCALAR",
26361
+ "name": "String",
26362
+ "ofType": null
26363
+ },
26364
+ "isDeprecated": false,
26365
+ "deprecationReason": null
26366
+ },
26367
+ {
26368
+ "name": "workflowName",
26369
+ "description": "Workflow name",
26370
+ "args": [],
26371
+ "type": {
26372
+ "kind": "SCALAR",
26373
+ "name": "String",
26374
+ "ofType": null
26375
+ },
26376
+ "isDeprecated": false,
26377
+ "deprecationReason": null
26330
26378
  }
26331
26379
  ],
26332
26380
  "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.359.0"
4
+ VERSION = "2.361.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.359.0
4
+ version: 2.361.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-20 00:00:00.000000000 Z
11
+ date: 2025-04-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient