stigg-api-client 2.341.0 → 2.349.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 +118 -1
- 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: 66002b916daecf41ddf2e3e61c1100143b5a10ddf87321bb81fb18d32613742a
|
4
|
+
data.tar.gz: 44a0404a8bd30c301492a0a4cf57f9c200b7212064b0b2aedd4a3e586b4e4b04
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5b4fc1d14310100eda0b5ad5873a6f1fd7b8ba16c88d44f7840abba92c49df738c92d8fe1606f32f8d1129996301676fca62091e3ec0fdd45dc4185e2054f73d
|
7
|
+
data.tar.gz: 253ff3100f70ff26c83b33494e0c5dc46bf347c5a6290c3327ddc380df24435a1d8e1ef795d4f29aa0b640c009947222c615376fe0ee88ee6416cd85b7ad580b
|
data/Gemfile.lock
CHANGED
@@ -25810,6 +25810,12 @@
|
|
25810
25810
|
"description": null,
|
25811
25811
|
"isDeprecated": false,
|
25812
25812
|
"deprecationReason": null
|
25813
|
+
},
|
25814
|
+
{
|
25815
|
+
"name": "WorkflowTriggerNotFound",
|
25816
|
+
"description": "Workflow trigger not found",
|
25817
|
+
"isDeprecated": false,
|
25818
|
+
"deprecationReason": null
|
25813
25819
|
}
|
25814
25820
|
],
|
25815
25821
|
"possibleTypes": null
|
@@ -43540,6 +43546,39 @@
|
|
43540
43546
|
"isDeprecated": false,
|
43541
43547
|
"deprecationReason": null
|
43542
43548
|
},
|
43549
|
+
{
|
43550
|
+
"name": "triggerWorkflow",
|
43551
|
+
"description": "Trigger a workflow",
|
43552
|
+
"args": [
|
43553
|
+
{
|
43554
|
+
"name": "input",
|
43555
|
+
"description": null,
|
43556
|
+
"type": {
|
43557
|
+
"kind": "NON_NULL",
|
43558
|
+
"name": null,
|
43559
|
+
"ofType": {
|
43560
|
+
"kind": "INPUT_OBJECT",
|
43561
|
+
"name": "TriggerWorkflowInput",
|
43562
|
+
"ofType": null
|
43563
|
+
}
|
43564
|
+
},
|
43565
|
+
"defaultValue": null,
|
43566
|
+
"isDeprecated": false,
|
43567
|
+
"deprecationReason": null
|
43568
|
+
}
|
43569
|
+
],
|
43570
|
+
"type": {
|
43571
|
+
"kind": "NON_NULL",
|
43572
|
+
"name": null,
|
43573
|
+
"ofType": {
|
43574
|
+
"kind": "OBJECT",
|
43575
|
+
"name": "TriggerWorkflowDTO",
|
43576
|
+
"ofType": null
|
43577
|
+
}
|
43578
|
+
},
|
43579
|
+
"isDeprecated": false,
|
43580
|
+
"deprecationReason": null
|
43581
|
+
},
|
43543
43582
|
{
|
43544
43583
|
"name": "unarchiveAddon",
|
43545
43584
|
"description": "Un-archive an addon by id",
|
@@ -80716,6 +80755,84 @@
|
|
80716
80755
|
"enumValues": null,
|
80717
80756
|
"possibleTypes": null
|
80718
80757
|
},
|
80758
|
+
{
|
80759
|
+
"kind": "OBJECT",
|
80760
|
+
"name": "TriggerWorkflowDTO",
|
80761
|
+
"description": "Trigger workflow",
|
80762
|
+
"fields": [
|
80763
|
+
{
|
80764
|
+
"name": "response",
|
80765
|
+
"description": "Workflow payload",
|
80766
|
+
"args": [],
|
80767
|
+
"type": {
|
80768
|
+
"kind": "SCALAR",
|
80769
|
+
"name": "JSON",
|
80770
|
+
"ofType": null
|
80771
|
+
},
|
80772
|
+
"isDeprecated": false,
|
80773
|
+
"deprecationReason": null
|
80774
|
+
},
|
80775
|
+
{
|
80776
|
+
"name": "success",
|
80777
|
+
"description": "Trigger workflow success",
|
80778
|
+
"args": [],
|
80779
|
+
"type": {
|
80780
|
+
"kind": "NON_NULL",
|
80781
|
+
"name": null,
|
80782
|
+
"ofType": {
|
80783
|
+
"kind": "SCALAR",
|
80784
|
+
"name": "Boolean",
|
80785
|
+
"ofType": null
|
80786
|
+
}
|
80787
|
+
},
|
80788
|
+
"isDeprecated": false,
|
80789
|
+
"deprecationReason": null
|
80790
|
+
}
|
80791
|
+
],
|
80792
|
+
"inputFields": null,
|
80793
|
+
"interfaces": [],
|
80794
|
+
"enumValues": null,
|
80795
|
+
"possibleTypes": null
|
80796
|
+
},
|
80797
|
+
{
|
80798
|
+
"kind": "INPUT_OBJECT",
|
80799
|
+
"name": "TriggerWorkflowInput",
|
80800
|
+
"description": "Trigger workflow input",
|
80801
|
+
"fields": null,
|
80802
|
+
"inputFields": [
|
80803
|
+
{
|
80804
|
+
"name": "payload",
|
80805
|
+
"description": "Workflow payload",
|
80806
|
+
"type": {
|
80807
|
+
"kind": "SCALAR",
|
80808
|
+
"name": "JSON",
|
80809
|
+
"ofType": null
|
80810
|
+
},
|
80811
|
+
"defaultValue": null,
|
80812
|
+
"isDeprecated": false,
|
80813
|
+
"deprecationReason": null
|
80814
|
+
},
|
80815
|
+
{
|
80816
|
+
"name": "triggerId",
|
80817
|
+
"description": "Trigger id",
|
80818
|
+
"type": {
|
80819
|
+
"kind": "NON_NULL",
|
80820
|
+
"name": null,
|
80821
|
+
"ofType": {
|
80822
|
+
"kind": "SCALAR",
|
80823
|
+
"name": "String",
|
80824
|
+
"ofType": null
|
80825
|
+
}
|
80826
|
+
},
|
80827
|
+
"defaultValue": null,
|
80828
|
+
"isDeprecated": false,
|
80829
|
+
"deprecationReason": null
|
80830
|
+
}
|
80831
|
+
],
|
80832
|
+
"interfaces": null,
|
80833
|
+
"enumValues": null,
|
80834
|
+
"possibleTypes": null
|
80835
|
+
},
|
80719
80836
|
{
|
80720
80837
|
"kind": "OBJECT",
|
80721
80838
|
"name": "TypographyConfiguration",
|
@@ -86579,7 +86696,7 @@
|
|
86579
86696
|
},
|
86580
86697
|
{
|
86581
86698
|
"name": "id",
|
86582
|
-
"description":
|
86699
|
+
"description": "Workflow id",
|
86583
86700
|
"args": [],
|
86584
86701
|
"type": {
|
86585
86702
|
"kind": "NON_NULL",
|
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.349.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-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|