stigg-api-client 2.374.0 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 247e5a008bc0241b8bde9c2c94a9093570492c89ae858a41cd60e05835eef867
4
- data.tar.gz: 636f5326b9e466e7bec97972daf0b6b11b42d45a03badc0d61b49e0507698245
3
+ metadata.gz: 494ed7d029017a077b25b9d51e10f4215f3a1bc5918812ae0a8937122aa54e0c
4
+ data.tar.gz: 3a8f43dec5d8ae82bd658c304c1e7e644fea1eb8a028d6aa77726320c524d459
5
5
  SHA512:
6
- metadata.gz: 80b850afb3e284442e2de9fc3787fa9900707f235859ae4f0aca325ea49e68b32470338aa7fa30a72d88652eeacfd791f645e5071c9e98ec9d547985417fc74c
7
- data.tar.gz: 273a617ee9a2918d37d688edd8ae1cc19b01cd15dffe61879a51f0811df146dd9740485a6ae0291cd6a4dcd9833cdb769efc9d8259ebe7a3d71253b31e48eacf
6
+ metadata.gz: f2f89b1a5d018a065ed661d77c340848c816a018d2fd88ede229556790a99460997b56f955700f75f895a6365ad073ffee5ee93c61e9b75c6c6a9d4ee614d009
7
+ data.tar.gz: 71afb77252270aac2e8236b1a54a7732d8498c31bbdd97426820519c42bda1985a7e7eb7dc0324b7d1bd6e31284dad944e339d25268a31f78d86f7abacfe1611
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.374.0)
4
+ stigg-api-client (2.386.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -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",
@@ -85998,18 +86086,6 @@
85998
86086
  "isDeprecated": false,
85999
86087
  "deprecationReason": null
86000
86088
  },
86001
- {
86002
- "name": "intercomToken",
86003
- "description": "Intercom user identity token",
86004
- "args": [],
86005
- "type": {
86006
- "kind": "SCALAR",
86007
- "name": "String",
86008
- "ofType": null
86009
- },
86010
- "isDeprecated": false,
86011
- "deprecationReason": null
86012
- },
86013
86089
  {
86014
86090
  "name": "lastSeenAt",
86015
86091
  "description": 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.374.0"
4
+ VERSION = "2.386.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.374.0
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-04-28 00:00:00.000000000 Z
11
+ date: 2025-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient