stigg-api-client 2.294.0 → 2.296.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 82561eda087b700a63705c517476ac5fbf76454f47a9229f4e7194480c01a79d
4
- data.tar.gz: c356ecd8c7c7747a1689030651a0e70d87bae0724c63cbb5fae30cd7e38b2daa
3
+ metadata.gz: 7630345684f6c8e9958df310f57de8db1f335c8bd37b9f7b936132e940a4d2fa
4
+ data.tar.gz: b562a12be5f537c9906840fa63c86cfe62925a84130ac714e6620192b5697f45
5
5
  SHA512:
6
- metadata.gz: 71b2eb8f206778bf15b7e2d71c90754b2904414e7caeb6466c89b940adaf83f651f5eaa94f4776ad2451c41f5ff3a277dde14bca42566c8f07e5aedca2606719
7
- data.tar.gz: 31b9f9f69b8425c2d026994287b8df45bd1f1617e16155b2b6d4d2ea3fad84d2bc7142a0e3725c9369be49796cf95f007392593fda9c8fdb388ccc186ef047d4
6
+ metadata.gz: '0946c8afdc1e033cdcb6840ccad9d15d7f4ff18812feec2572b8571cb5174e6a5c351258505552750374d483a578d5992c6b6945afa3b93d3abe314f1c4a386f'
7
+ data.tar.gz: db9c60b450e7607b6054374c6c65cf3fd71cf21daeb6d781d5a8ed9c95894114908db251cfddc544f4aed17eb8bffd4aaa8759bfb4f24e76a7e558d62d94f4d8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.294.0)
4
+ stigg-api-client (2.296.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -163,6 +163,18 @@
163
163
  "isDeprecated": false,
164
164
  "deprecationReason": null
165
165
  },
166
+ {
167
+ "name": "defaultSSORoles",
168
+ "description": null,
169
+ "args": [],
170
+ "type": {
171
+ "kind": "OBJECT",
172
+ "name": "AccessRoles",
173
+ "ofType": null
174
+ },
175
+ "isDeprecated": false,
176
+ "deprecationReason": null
177
+ },
166
178
  {
167
179
  "name": "displayName",
168
180
  "description": null,
@@ -20874,6 +20886,65 @@
20874
20886
  "enumValues": null,
20875
20887
  "possibleTypes": null
20876
20888
  },
20889
+ {
20890
+ "kind": "INPUT_OBJECT",
20891
+ "name": "DefaultSSORolesInput",
20892
+ "description": null,
20893
+ "fields": null,
20894
+ "inputFields": [
20895
+ {
20896
+ "name": "accountRole",
20897
+ "description": "Account level access of the user",
20898
+ "type": {
20899
+ "kind": "NON_NULL",
20900
+ "name": null,
20901
+ "ofType": {
20902
+ "kind": "ENUM",
20903
+ "name": "AccountAccessRole",
20904
+ "ofType": null
20905
+ }
20906
+ },
20907
+ "defaultValue": null,
20908
+ "isDeprecated": false,
20909
+ "deprecationReason": null
20910
+ },
20911
+ {
20912
+ "name": "nonProductionRole",
20913
+ "description": "Environment level access of the user",
20914
+ "type": {
20915
+ "kind": "NON_NULL",
20916
+ "name": null,
20917
+ "ofType": {
20918
+ "kind": "ENUM",
20919
+ "name": "EnvironmentAccessRole",
20920
+ "ofType": null
20921
+ }
20922
+ },
20923
+ "defaultValue": null,
20924
+ "isDeprecated": false,
20925
+ "deprecationReason": null
20926
+ },
20927
+ {
20928
+ "name": "productionRole",
20929
+ "description": "Environment level access of the user",
20930
+ "type": {
20931
+ "kind": "NON_NULL",
20932
+ "name": null,
20933
+ "ofType": {
20934
+ "kind": "ENUM",
20935
+ "name": "EnvironmentAccessRole",
20936
+ "ofType": null
20937
+ }
20938
+ },
20939
+ "defaultValue": null,
20940
+ "isDeprecated": false,
20941
+ "deprecationReason": null
20942
+ }
20943
+ ],
20944
+ "interfaces": null,
20945
+ "enumValues": null,
20946
+ "possibleTypes": null
20947
+ },
20877
20948
  {
20878
20949
  "kind": "OBJECT",
20879
20950
  "name": "DefaultTrialConfig",
@@ -80043,28 +80114,28 @@
80043
80114
  "fields": null,
80044
80115
  "inputFields": [
80045
80116
  {
80046
- "name": "displayName",
80117
+ "name": "defaultSSORoles",
80047
80118
  "description": null,
80048
80119
  "type": {
80049
- "kind": "NON_NULL",
80050
- "name": null,
80051
- "ofType": {
80052
- "kind": "SCALAR",
80053
- "name": "String",
80054
- "ofType": null
80055
- }
80120
+ "kind": "INPUT_OBJECT",
80121
+ "name": "DefaultSSORolesInput",
80122
+ "ofType": null
80056
80123
  },
80057
80124
  "defaultValue": null,
80058
80125
  "isDeprecated": false,
80059
80126
  "deprecationReason": null
80060
80127
  },
80061
80128
  {
80062
- "name": "id",
80129
+ "name": "displayName",
80063
80130
  "description": null,
80064
80131
  "type": {
80065
- "kind": "SCALAR",
80066
- "name": "String",
80067
- "ofType": null
80132
+ "kind": "NON_NULL",
80133
+ "name": null,
80134
+ "ofType": {
80135
+ "kind": "SCALAR",
80136
+ "name": "String",
80137
+ "ofType": null
80138
+ }
80068
80139
  },
80069
80140
  "defaultValue": null,
80070
80141
  "isDeprecated": false,
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.294.0"
4
+ VERSION = "2.296.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.294.0
4
+ version: 2.296.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-01-26 00:00:00.000000000 Z
11
+ date: 2025-01-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient