stigg-api-client 2.359.0 → 2.367.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: '0693ede88d6b11ec858bd9caa6ebd449ddc3e49a495aad35f39a94051d5d2ef4'
4
+ data.tar.gz: 898a3a6bbf591f4bfc663ca5a4d3de33bb70b7294ce4767d76d5bc52b29aed18
5
5
  SHA512:
6
- metadata.gz: e2b999ed1a31660fba262a8dbb23c0a335a24d7a016e762feec850a54810f1c3c630c785362c013c620b212ed238ad429a0a55cb21bdc8bf8e85f5f3bd1bb86b
7
- data.tar.gz: 4f8e446007dcef604cfef49cd123ffa96c17265f489d3d31bd448829086bebbbc148fb2838e4d0e516374f8965c6b3df93039835f8b26590ef1b4a270c6059d2
6
+ metadata.gz: f78c6bd86d4476f1330683aac2182b23975ac3f85bfba81032d1b06fd35d23392b1582bba7d8a6e9ffddb054976327b1dcdb63bca55e3859b549be7c106a18c5
7
+ data.tar.gz: 382c03817e704bd18a308e78a0a288d5300df7ea7717ff596657f858962f7f0c7aa30fca47757cf3e750f1bf963d115ace918cf0fc71131e4674071b42ea267c
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.367.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,
@@ -80818,6 +80866,18 @@
80818
80866
  "description": "Trigger workflow input",
80819
80867
  "fields": null,
80820
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
+ },
80821
80881
  {
80822
80882
  "name": "payload",
80823
80883
  "description": "Workflow payload",
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.367.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.367.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-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient