stigg-api-client 5.71.0 → 5.72.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: 7487712a7aef41f4a859a8bbdcb0775849d44696a14341620511b7d57f005c57
4
- data.tar.gz: 667005ff153754ba596634bbb1960da15d86997baa15eae4e057d9e63925f7a7
3
+ metadata.gz: da5ba2c90c1c24c1ce8c611118e23be7db477f680826fdfa190a551404db59b1
4
+ data.tar.gz: d2e35523c578dfe2773cb195e13c24ecf49e4aa17e44e659fdf80c7b2940dc7a
5
5
  SHA512:
6
- metadata.gz: 6227fa9fed79cdcbf27ca8f5dbc3ef15a6595c04e215ef1428ad0e8fe7e4f113972c1ab6a8d9563b4cd14d7fcd595d857a520d8bb9149efacc133a8a6f5f3683
7
- data.tar.gz: 1b550fa9c463a6ad584ef3b2781f514755c05431d29edb1e8bbfecc377f188d81145f71e3600306c07542a2b545391f9d9ddabcd503d8a7a6bce65437b4a962e
6
+ metadata.gz: fec69e9c47201b46f6a51ecb291147b2a3d268e2fb910ce1b822b858bffa3f92474ffabcbef8c033ad7797f5685c52ce8c3cf942f601a8db9025e79ba8d61421
7
+ data.tar.gz: 6a9e943921d2082cdbdff51ffa8a864c89778d71394a70f9ed6c2d271a2ccdc84beced65c0e1737e53fc5660e035c5dc3fcc11a0500c86e4c92fd0d817909a1a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.71.0)
4
+ stigg-api-client (5.72.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -30534,7 +30534,7 @@
30534
30534
  },
30535
30535
  {
30536
30536
  "name": "CannotArchiveProductError",
30537
- "description": "Cannot archive product because one or more of it packages cannot be archived",
30537
+ "description": "Cannot archive product",
30538
30538
  "isDeprecated": false,
30539
30539
  "deprecationReason": null
30540
30540
  },
@@ -30580,6 +30580,12 @@
30580
30580
  "isDeprecated": false,
30581
30581
  "deprecationReason": null
30582
30582
  },
30583
+ {
30584
+ "name": "CannotUnarchiveProductError",
30585
+ "description": "Cannot unarchive product",
30586
+ "isDeprecated": false,
30587
+ "deprecationReason": null
30588
+ },
30583
30589
  {
30584
30590
  "name": "CannotUpdateExpireAtForExpiredCreditGrantError",
30585
30591
  "description": "Cannot update expireAt for an expired credit grant",
@@ -33760,6 +33766,12 @@
33760
33766
  "isDeprecated": false,
33761
33767
  "deprecationReason": null
33762
33768
  },
33769
+ {
33770
+ "name": "PRODUCT_UNARCHIVED",
33771
+ "description": "Product unarchived",
33772
+ "isDeprecated": false,
33773
+ "deprecationReason": null
33774
+ },
33763
33775
  {
33764
33776
  "name": "PRODUCT_UPDATED",
33765
33777
  "description": "Product updated",
@@ -52265,6 +52277,39 @@
52265
52277
  "isDeprecated": false,
52266
52278
  "deprecationReason": null
52267
52279
  },
52280
+ {
52281
+ "name": "unarchiveOneProduct",
52282
+ "description": "Unarchive a product",
52283
+ "args": [
52284
+ {
52285
+ "name": "input",
52286
+ "description": "Input for unarchiving a product",
52287
+ "type": {
52288
+ "kind": "NON_NULL",
52289
+ "name": null,
52290
+ "ofType": {
52291
+ "kind": "INPUT_OBJECT",
52292
+ "name": "UnArchiveProductInput",
52293
+ "ofType": null
52294
+ }
52295
+ },
52296
+ "defaultValue": null,
52297
+ "isDeprecated": false,
52298
+ "deprecationReason": null
52299
+ }
52300
+ ],
52301
+ "type": {
52302
+ "kind": "NON_NULL",
52303
+ "name": null,
52304
+ "ofType": {
52305
+ "kind": "OBJECT",
52306
+ "name": "Product",
52307
+ "ofType": null
52308
+ }
52309
+ },
52310
+ "isDeprecated": false,
52311
+ "deprecationReason": null
52312
+ },
52268
52313
  {
52269
52314
  "name": "unarchivePlan",
52270
52315
  "description": "Unarchive a plan",
@@ -96925,6 +96970,45 @@
96925
96970
  "enumValues": null,
96926
96971
  "possibleTypes": null
96927
96972
  },
96973
+ {
96974
+ "kind": "INPUT_OBJECT",
96975
+ "name": "UnArchiveProductInput",
96976
+ "description": "Input for unarchiving a product",
96977
+ "fields": null,
96978
+ "inputFields": [
96979
+ {
96980
+ "name": "environmentId",
96981
+ "description": "Environment ID to unarchive the product in",
96982
+ "type": {
96983
+ "kind": "SCALAR",
96984
+ "name": "UUID",
96985
+ "ofType": null
96986
+ },
96987
+ "defaultValue": null,
96988
+ "isDeprecated": false,
96989
+ "deprecationReason": null
96990
+ },
96991
+ {
96992
+ "name": "refId",
96993
+ "description": "Product refId to unarchive",
96994
+ "type": {
96995
+ "kind": "NON_NULL",
96996
+ "name": null,
96997
+ "ofType": {
96998
+ "kind": "SCALAR",
96999
+ "name": "String",
97000
+ "ofType": null
97001
+ }
97002
+ },
97003
+ "defaultValue": null,
97004
+ "isDeprecated": false,
97005
+ "deprecationReason": null
97006
+ }
97007
+ ],
97008
+ "interfaces": null,
97009
+ "enumValues": null,
97010
+ "possibleTypes": null
97011
+ },
96928
97012
  {
96929
97013
  "kind": "OBJECT",
96930
97014
  "name": "UnPublishedPackageError",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "5.71.0"
4
+ VERSION = "5.72.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: 5.71.0
4
+ version: 5.72.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-12-11 00:00:00.000000000 Z
11
+ date: 2025-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient