stigg-api-client 1.85.0 → 1.85.2

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: 9949810cbb696bcfe946e551a985e249782b80c9518066c5e87321595c7f7ca3
4
- data.tar.gz: 30e2e39fed54f8d23ee5e761925c235482ff421a617fad88d3dbc0e4beeb2f37
3
+ metadata.gz: 28098bf69d96782c283a6a8c3d7150f4b60d5d89b86ddca25039478080f9ff6f
4
+ data.tar.gz: c24b4ca502fac0c8525d0c52f61195f83c2678f7aaa1c533cd39e207a055d61f
5
5
  SHA512:
6
- metadata.gz: 9a87633e07359650396722085c3e1b1a59b588264f11ba43851ee8f297c765b03cfb6be256a66f154709b28735245ccffe10d8b10d67f7a65b658ad1e2417aa6
7
- data.tar.gz: 3955c88a6afd2eb8a8712cfddd11fba4c731f2acd313952bcac2256744c4be29147209076b083ed1c07c488ecaf6fa6829febfca8c6ac94b643e50a5a637df88
6
+ metadata.gz: 80ea7aabfdab606247a91fd8eb2eaeda85e2788ba9d6728416335c513adfd3230c6b5a78ffcd387990326f7e287a7f3795858043efbb77756161eb76e9f34dc3
7
+ data.tar.gz: 1b9853d45984ed6a9407be6eb6d2463074f86df28f5f62e9c3ac3080ada6938ad541e4fd9b9518c0f52e21379a753dda7638478a32226b7289c6a45f0ea39b06
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.85.0)
4
+ stigg-api-client (1.85.2)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -19899,6 +19899,73 @@
19899
19899
  "enumValues": null,
19900
19900
  "possibleTypes": null
19901
19901
  },
19902
+ {
19903
+ "kind": "INPUT_OBJECT",
19904
+ "name": "EditPackageGroupDetailsInput",
19905
+ "description": "The input type for editing package group details",
19906
+ "fields": null,
19907
+ "inputFields": [
19908
+ {
19909
+ "name": "description",
19910
+ "description": "The description of the package group",
19911
+ "type": {
19912
+ "kind": "SCALAR",
19913
+ "name": "String",
19914
+ "ofType": null
19915
+ },
19916
+ "defaultValue": null,
19917
+ "isDeprecated": false,
19918
+ "deprecationReason": null
19919
+ },
19920
+ {
19921
+ "name": "displayName",
19922
+ "description": "The display name of the package group",
19923
+ "type": {
19924
+ "kind": "NON_NULL",
19925
+ "name": null,
19926
+ "ofType": {
19927
+ "kind": "SCALAR",
19928
+ "name": "String",
19929
+ "ofType": null
19930
+ }
19931
+ },
19932
+ "defaultValue": null,
19933
+ "isDeprecated": false,
19934
+ "deprecationReason": null
19935
+ },
19936
+ {
19937
+ "name": "environmentId",
19938
+ "description": "The environment id of the package group to be edited",
19939
+ "type": {
19940
+ "kind": "SCALAR",
19941
+ "name": "String",
19942
+ "ofType": null
19943
+ },
19944
+ "defaultValue": null,
19945
+ "isDeprecated": false,
19946
+ "deprecationReason": null
19947
+ },
19948
+ {
19949
+ "name": "packageGroupId",
19950
+ "description": "The id of the package group",
19951
+ "type": {
19952
+ "kind": "NON_NULL",
19953
+ "name": null,
19954
+ "ofType": {
19955
+ "kind": "SCALAR",
19956
+ "name": "String",
19957
+ "ofType": null
19958
+ }
19959
+ },
19960
+ "defaultValue": null,
19961
+ "isDeprecated": false,
19962
+ "deprecationReason": null
19963
+ }
19964
+ ],
19965
+ "interfaces": null,
19966
+ "enumValues": null,
19967
+ "possibleTypes": null
19968
+ },
19902
19969
  {
19903
19970
  "kind": "OBJECT",
19904
19971
  "name": "EligibleForTrial",
@@ -36156,6 +36223,39 @@
36156
36223
  "isDeprecated": false,
36157
36224
  "deprecationReason": null
36158
36225
  },
36226
+ {
36227
+ "name": "editPackageGroup",
36228
+ "description": null,
36229
+ "args": [
36230
+ {
36231
+ "name": "input",
36232
+ "description": null,
36233
+ "type": {
36234
+ "kind": "NON_NULL",
36235
+ "name": null,
36236
+ "ofType": {
36237
+ "kind": "INPUT_OBJECT",
36238
+ "name": "EditPackageGroupDetailsInput",
36239
+ "ofType": null
36240
+ }
36241
+ },
36242
+ "defaultValue": null,
36243
+ "isDeprecated": false,
36244
+ "deprecationReason": null
36245
+ }
36246
+ ],
36247
+ "type": {
36248
+ "kind": "NON_NULL",
36249
+ "name": null,
36250
+ "ofType": {
36251
+ "kind": "OBJECT",
36252
+ "name": "PackageGroup",
36253
+ "ofType": null
36254
+ }
36255
+ },
36256
+ "isDeprecated": false,
36257
+ "deprecationReason": null
36258
+ },
36159
36259
  {
36160
36260
  "name": "estimateSubscription",
36161
36261
  "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 = "1.85.0"
4
+ VERSION = "1.85.2"
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: 1.85.0
4
+ version: 1.85.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-03-21 00:00:00.000000000 Z
11
+ date: 2024-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient