stigg-api-client 2.331.0 → 2.334.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: a61b82c4f326ea9234fcec9c23b567d34b539826e18794992c8b265777f9d4b3
4
- data.tar.gz: a5fcf0c554f8f853fdf415b7e40f7b7d60dfb3ccaaf663756da6f32acf11d46d
3
+ metadata.gz: 203b3f4eb321baf61a96e3c472ea2eab4e84b448b94478e110eed58b528cdfb5
4
+ data.tar.gz: 11e28431ada19e1befa3b84fa92397709d26f76b07a657bb1fe8991c5ec64f12
5
5
  SHA512:
6
- metadata.gz: 9a538cf30b3c34f829dd89e0c2601a287d690f6cc33f93173754a5176c70d5e6b5d49f8f05f63343e883d4f84d78b40386ea22e3093de0cc939d99fac11cbc21
7
- data.tar.gz: 201c912cd9f95f8afd06517447edd0ab610340c8b6255cec8c821fc9512ad2c4fe543b01b7715f9f79ae77adc66e25af0a38dbadac54fbcaf87f06d269df8e83
6
+ metadata.gz: 9a780ac36c565e18f11bc494809fe7f9e1023d17a5db4d0b100aea2178ae5b658933f2f4e7fe9baecc927fbdd2893cdf9ca0be43749a8e9644e952b8065cc6ed
7
+ data.tar.gz: 1ddce047aa20eeb2733c94ad8bea6e6a1afec2e0889be0b9e5cb06a99d93847d6947a97256979ca9a1fd359955eed1ab3180bd3c9d5cd9d2f7c7a026ab83e5f0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.331.0)
4
+ stigg-api-client (2.334.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -43960,6 +43960,39 @@
43960
43960
  },
43961
43961
  "isDeprecated": false,
43962
43962
  "deprecationReason": null
43963
+ },
43964
+ {
43965
+ "name": "workflowsLogin",
43966
+ "description": null,
43967
+ "args": [
43968
+ {
43969
+ "name": "input",
43970
+ "description": null,
43971
+ "type": {
43972
+ "kind": "NON_NULL",
43973
+ "name": null,
43974
+ "ofType": {
43975
+ "kind": "INPUT_OBJECT",
43976
+ "name": "WorkflowsLoginInput",
43977
+ "ofType": null
43978
+ }
43979
+ },
43980
+ "defaultValue": null,
43981
+ "isDeprecated": false,
43982
+ "deprecationReason": null
43983
+ }
43984
+ ],
43985
+ "type": {
43986
+ "kind": "NON_NULL",
43987
+ "name": null,
43988
+ "ofType": {
43989
+ "kind": "OBJECT",
43990
+ "name": "WorkflowsLoginDTO",
43991
+ "ofType": null
43992
+ }
43993
+ },
43994
+ "isDeprecated": false,
43995
+ "deprecationReason": null
43963
43996
  }
43964
43997
  ],
43965
43998
  "inputFields": null,
@@ -86130,6 +86163,72 @@
86130
86163
  ],
86131
86164
  "possibleTypes": null
86132
86165
  },
86166
+ {
86167
+ "kind": "OBJECT",
86168
+ "name": "WorkflowsLoginDTO",
86169
+ "description": "Workflow login",
86170
+ "fields": [
86171
+ {
86172
+ "name": "projectId",
86173
+ "description": "Current project id",
86174
+ "args": [],
86175
+ "type": {
86176
+ "kind": "NON_NULL",
86177
+ "name": null,
86178
+ "ofType": {
86179
+ "kind": "SCALAR",
86180
+ "name": "String",
86181
+ "ofType": null
86182
+ }
86183
+ },
86184
+ "isDeprecated": false,
86185
+ "deprecationReason": null
86186
+ },
86187
+ {
86188
+ "name": "token",
86189
+ "description": "Workflow token",
86190
+ "args": [],
86191
+ "type": {
86192
+ "kind": "NON_NULL",
86193
+ "name": null,
86194
+ "ofType": {
86195
+ "kind": "SCALAR",
86196
+ "name": "String",
86197
+ "ofType": null
86198
+ }
86199
+ },
86200
+ "isDeprecated": false,
86201
+ "deprecationReason": null
86202
+ }
86203
+ ],
86204
+ "inputFields": null,
86205
+ "interfaces": [],
86206
+ "enumValues": null,
86207
+ "possibleTypes": null
86208
+ },
86209
+ {
86210
+ "kind": "INPUT_OBJECT",
86211
+ "name": "WorkflowsLoginInput",
86212
+ "description": "Workflow login input",
86213
+ "fields": null,
86214
+ "inputFields": [
86215
+ {
86216
+ "name": "environmentId",
86217
+ "description": "Environment id",
86218
+ "type": {
86219
+ "kind": "SCALAR",
86220
+ "name": "String",
86221
+ "ofType": null
86222
+ },
86223
+ "defaultValue": null,
86224
+ "isDeprecated": false,
86225
+ "deprecationReason": null
86226
+ }
86227
+ ],
86228
+ "interfaces": null,
86229
+ "enumValues": null,
86230
+ "possibleTypes": null
86231
+ },
86133
86232
  {
86134
86233
  "kind": "ENUM",
86135
86234
  "name": "YearlyAccordingTo",
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.331.0"
4
+ VERSION = "2.334.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.331.0
4
+ version: 2.334.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-03-26 00:00:00.000000000 Z
11
+ date: 2025-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient