stigg-api-client 2.354.2 → 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: 57192d55daa5c0cb85b434511c66bfe63aa7ef1149407ca960abfb06da7b946d
4
- data.tar.gz: 39dbc36076a5fff1ad4038dff544a029bff65917ce1b61db50b55edac3e5bbc4
3
+ metadata.gz: e82413310ece3014cb029f1f129e9ec3c2ee7dde95c2d49dff55f987e57ac19f
4
+ data.tar.gz: 5343042f8abf6233e09900d4515870fc70c22a25f992226cce431979be31ecbf
5
5
  SHA512:
6
- metadata.gz: 9fd99854ddbcf7239a3c11ecf787b9adfac790ce86496e915dfe7ad2e6420a4a57852af576f7497bff32111f8ca725231f3e42511d51793a08ccb2981458edaf
7
- data.tar.gz: 68e92574970fcd81df07460ccb23766bb652dbc8597092c97d9689aa46a6f7144b76ab2da33b2f716fc8950e1a55b5ce0537a9bd92754bb6d505057e5b8a4ceb
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.354.2)
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
 
@@ -3420,6 +3420,12 @@
3420
3420
  "description": null,
3421
3421
  "isDeprecated": false,
3422
3422
  "deprecationReason": null
3423
+ },
3424
+ {
3425
+ "name": "WORKFLOW",
3426
+ "description": null,
3427
+ "isDeprecated": false,
3428
+ "deprecationReason": null
3423
3429
  }
3424
3430
  ],
3425
3431
  "possibleTypes": null
@@ -26259,6 +26265,12 @@
26259
26265
  "description": "Web application user",
26260
26266
  "isDeprecated": false,
26261
26267
  "deprecationReason": null
26268
+ },
26269
+ {
26270
+ "name": "WORKFLOW",
26271
+ "description": "Workflow triggered event",
26272
+ "isDeprecated": false,
26273
+ "deprecationReason": null
26262
26274
  }
26263
26275
  ],
26264
26276
  "possibleTypes": null
@@ -26315,6 +26327,54 @@
26315
26327
  },
26316
26328
  "isDeprecated": false,
26317
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
26318
26378
  }
26319
26379
  ],
26320
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.354.2"
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.354.2
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-15 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