stigg-api-client 2.294.0 → 2.296.1

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: 82561eda087b700a63705c517476ac5fbf76454f47a9229f4e7194480c01a79d
4
- data.tar.gz: c356ecd8c7c7747a1689030651a0e70d87bae0724c63cbb5fae30cd7e38b2daa
3
+ metadata.gz: 103c326d7725075f987c9d07521a4121748dc11057d0ef29df2e36201b76e6c9
4
+ data.tar.gz: 3ca8666aaac58c9757dac174e0814fb27ebdd0ddfe6e5f53cf114fec9eef13eb
5
5
  SHA512:
6
- metadata.gz: 71b2eb8f206778bf15b7e2d71c90754b2904414e7caeb6466c89b940adaf83f651f5eaa94f4776ad2451c41f5ff3a277dde14bca42566c8f07e5aedca2606719
7
- data.tar.gz: 31b9f9f69b8425c2d026994287b8df45bd1f1617e16155b2b6d4d2ea3fad84d2bc7142a0e3725c9369be49796cf95f007392593fda9c8fdb388ccc186ef047d4
6
+ metadata.gz: 136031dee3aa392facb35e701b0d52d4c011ea8872ab7d9a2082900b03fd31e4f8e9ca6aa2df632500c3a2a25486d0cf290647858afadd2572b563eb02894815
7
+ data.tar.gz: ef0d9a348cf72600cdc61c21e4949181075521799775c84494c999b39aeebe46965bda3f9ccc666074a27c1091bf007b3fa251bb71b84b6da8f4d2274331b894
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.1)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -2110,7 +2110,7 @@ module Stigg
2110
2110
 
2111
2111
  GetProducts = <<~GRAPHQL
2112
2112
  query GetProducts {
2113
- products(paging: { first: 50 }) {
2113
+ products(paging: { first: 20 }) {
2114
2114
  edges {
2115
2115
  node {
2116
2116
  ...ProductFragment
@@ -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,
@@ -17648,7 +17660,7 @@
17648
17660
  }
17649
17661
  }
17650
17662
  },
17651
- "defaultValue": "[]",
17663
+ "defaultValue": "[{direction: DESC, field: createdAt}]",
17652
17664
  "isDeprecated": false,
17653
17665
  "deprecationReason": null
17654
17666
  }
@@ -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",
@@ -64469,7 +64540,7 @@
64469
64540
  }
64470
64541
  }
64471
64542
  },
64472
- "defaultValue": "[]",
64543
+ "defaultValue": "[{direction: DESC, field: createdAt}]",
64473
64544
  "isDeprecated": false,
64474
64545
  "deprecationReason": null
64475
64546
  }
@@ -65262,7 +65333,7 @@
65262
65333
  }
65263
65334
  }
65264
65335
  },
65265
- "defaultValue": "[]",
65336
+ "defaultValue": "[{direction: DESC, field: createdAt}]",
65266
65337
  "isDeprecated": false,
65267
65338
  "deprecationReason": null
65268
65339
  }
@@ -65323,7 +65394,7 @@
65323
65394
  }
65324
65395
  }
65325
65396
  },
65326
- "defaultValue": "[]",
65397
+ "defaultValue": "[{direction: DESC, field: createdAt}]",
65327
65398
  "isDeprecated": false,
65328
65399
  "deprecationReason": null
65329
65400
  }
@@ -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.1"
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.1
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