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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +60 -0
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '0693ede88d6b11ec858bd9caa6ebd449ddc3e49a495aad35f39a94051d5d2ef4'
|
4
|
+
data.tar.gz: 898a3a6bbf591f4bfc663ca5a4d3de33bb70b7294ce4767d76d5bc52b29aed18
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f78c6bd86d4476f1330683aac2182b23975ac3f85bfba81032d1b06fd35d23392b1582bba7d8a6e9ffddb054976327b1dcdb63bca55e3859b549be7c106a18c5
|
7
|
+
data.tar.gz: 382c03817e704bd18a308e78a0a288d5300df7ea7717ff596657f858962f7f0c7aa30fca47757cf3e750f1bf963d115ace918cf0fc71131e4674071b42ea267c
|
data/Gemfile.lock
CHANGED
@@ -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
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.
|
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-
|
11
|
+
date: 2025-04-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|