stigg-api-client 2.379.1 → 2.386.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 +88 -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: 494ed7d029017a077b25b9d51e10f4215f3a1bc5918812ae0a8937122aa54e0c
|
4
|
+
data.tar.gz: 3a8f43dec5d8ae82bd658c304c1e7e644fea1eb8a028d6aa77726320c524d459
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f2f89b1a5d018a065ed661d77c340848c816a018d2fd88ede229556790a99460997b56f955700f75f895a6365ad073ffee5ee93c61e9b75c6c6a9d4ee614d009
|
7
|
+
data.tar.gz: 71afb77252270aac2e8236b1a54a7732d8498c31bbdd97426820519c42bda1985a7e7eb7dc0324b7d1bd6e31284dad944e339d25268a31f78d86f7abacfe1611
|
data/Gemfile.lock
CHANGED
@@ -66381,6 +66381,39 @@
|
|
66381
66381
|
"isDeprecated": false,
|
66382
66382
|
"deprecationReason": null
|
66383
66383
|
},
|
66384
|
+
{
|
66385
|
+
"name": "triggerWorkflowWithTestEvent",
|
66386
|
+
"description": "Trigger a workflow with test event",
|
66387
|
+
"args": [
|
66388
|
+
{
|
66389
|
+
"name": "input",
|
66390
|
+
"description": null,
|
66391
|
+
"type": {
|
66392
|
+
"kind": "NON_NULL",
|
66393
|
+
"name": null,
|
66394
|
+
"ofType": {
|
66395
|
+
"kind": "INPUT_OBJECT",
|
66396
|
+
"name": "TestWorkflowInput",
|
66397
|
+
"ofType": null
|
66398
|
+
}
|
66399
|
+
},
|
66400
|
+
"defaultValue": null,
|
66401
|
+
"isDeprecated": false,
|
66402
|
+
"deprecationReason": null
|
66403
|
+
}
|
66404
|
+
],
|
66405
|
+
"type": {
|
66406
|
+
"kind": "NON_NULL",
|
66407
|
+
"name": null,
|
66408
|
+
"ofType": {
|
66409
|
+
"kind": "OBJECT",
|
66410
|
+
"name": "TriggerWorkflowDTO",
|
66411
|
+
"ofType": null
|
66412
|
+
}
|
66413
|
+
},
|
66414
|
+
"isDeprecated": false,
|
66415
|
+
"deprecationReason": null
|
66416
|
+
},
|
66384
66417
|
{
|
66385
66418
|
"name": "usageEvents",
|
66386
66419
|
"description": null,
|
@@ -80150,6 +80183,61 @@
|
|
80150
80183
|
"enumValues": null,
|
80151
80184
|
"possibleTypes": null
|
80152
80185
|
},
|
80186
|
+
{
|
80187
|
+
"kind": "INPUT_OBJECT",
|
80188
|
+
"name": "TestWorkflowInput",
|
80189
|
+
"description": "Trigger workflow with test eventinput",
|
80190
|
+
"fields": null,
|
80191
|
+
"inputFields": [
|
80192
|
+
{
|
80193
|
+
"name": "endpointUrl",
|
80194
|
+
"description": "The endpoint url of the trigger",
|
80195
|
+
"type": {
|
80196
|
+
"kind": "NON_NULL",
|
80197
|
+
"name": null,
|
80198
|
+
"ofType": {
|
80199
|
+
"kind": "SCALAR",
|
80200
|
+
"name": "String",
|
80201
|
+
"ofType": null
|
80202
|
+
}
|
80203
|
+
},
|
80204
|
+
"defaultValue": null,
|
80205
|
+
"isDeprecated": false,
|
80206
|
+
"deprecationReason": null
|
80207
|
+
},
|
80208
|
+
{
|
80209
|
+
"name": "environmentId",
|
80210
|
+
"description": "The environment id to trigger the workflow on",
|
80211
|
+
"type": {
|
80212
|
+
"kind": "SCALAR",
|
80213
|
+
"name": "String",
|
80214
|
+
"ofType": null
|
80215
|
+
},
|
80216
|
+
"defaultValue": null,
|
80217
|
+
"isDeprecated": false,
|
80218
|
+
"deprecationReason": null
|
80219
|
+
},
|
80220
|
+
{
|
80221
|
+
"name": "hookEventType",
|
80222
|
+
"description": "The event type to trigger the workflow on",
|
80223
|
+
"type": {
|
80224
|
+
"kind": "NON_NULL",
|
80225
|
+
"name": null,
|
80226
|
+
"ofType": {
|
80227
|
+
"kind": "ENUM",
|
80228
|
+
"name": "EventLogType",
|
80229
|
+
"ofType": null
|
80230
|
+
}
|
80231
|
+
},
|
80232
|
+
"defaultValue": null,
|
80233
|
+
"isDeprecated": false,
|
80234
|
+
"deprecationReason": null
|
80235
|
+
}
|
80236
|
+
],
|
80237
|
+
"interfaces": null,
|
80238
|
+
"enumValues": null,
|
80239
|
+
"possibleTypes": null
|
80240
|
+
},
|
80153
80241
|
{
|
80154
80242
|
"kind": "ENUM",
|
80155
80243
|
"name": "TiersMode",
|
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.386.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-
|
11
|
+
date: 2025-05-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|