stigg-api-client 5.67.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: d006994abeb27c36717ebf12da6f4b3d7942c81a96a3cf00a728cfe9b733a57a
4
- data.tar.gz: 06322f695cf68dbef4fb9d7fd3851dc5881ae02a0326c6deb5bd76b5a0cf59ea
3
+ metadata.gz: da5ba2c90c1c24c1ce8c611118e23be7db477f680826fdfa190a551404db59b1
4
+ data.tar.gz: d2e35523c578dfe2773cb195e13c24ecf49e4aa17e44e659fdf80c7b2940dc7a
5
5
  SHA512:
6
- metadata.gz: eb8f6cdde19eab05e54866f88089f841f6d71db1391721225df42ae4e926aa08e0a10f580ec5887d92b8f806d630ed5a406fe237fc2ea8216682f32910ab0310
7
- data.tar.gz: 74826c8ad6856d2ffd4422920fa6b7ec491bf9ec86c828e7fb9a66da75c1672fffb8c50df8e1462e81c6b50c318ac92b6077458d91d5d032d6fb3ff67b334c2a
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.67.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",
@@ -55211,6 +55256,18 @@
55211
55256
  "isDeprecated": false,
55212
55257
  "deprecationReason": null
55213
55258
  },
55259
+ {
55260
+ "name": "billingId",
55261
+ "description": "The unique identifier for the entity in the billing provider",
55262
+ "type": {
55263
+ "kind": "SCALAR",
55264
+ "name": "String",
55265
+ "ofType": null
55266
+ },
55267
+ "defaultValue": null,
55268
+ "isDeprecated": false,
55269
+ "deprecationReason": null
55270
+ },
55214
55271
  {
55215
55272
  "name": "billingModel",
55216
55273
  "description": "The billing model of the base pricing model",
@@ -60513,18 +60570,6 @@
60513
60570
  "description": "Package Pricing Input",
60514
60571
  "fields": null,
60515
60572
  "inputFields": [
60516
- {
60517
- "name": "billingId",
60518
- "description": "The unique identifier for the entity in the billing provider",
60519
- "type": {
60520
- "kind": "SCALAR",
60521
- "name": "String",
60522
- "ofType": null
60523
- },
60524
- "defaultValue": null,
60525
- "isDeprecated": false,
60526
- "deprecationReason": null
60527
- },
60528
60573
  {
60529
60574
  "name": "environmentId",
60530
60575
  "description": "The unique identifier for the environment",
@@ -60611,7 +60656,7 @@
60611
60656
  },
60612
60657
  {
60613
60658
  "name": "priceGroupPackageBillingId",
60614
- "description": "The billing ID of the price group package (Rate plan id in Zuora)",
60659
+ "description": "The billing ID of the price group package",
60615
60660
  "type": {
60616
60661
  "kind": "SCALAR",
60617
60662
  "name": "String",
@@ -69018,6 +69063,18 @@
69018
69063
  "isDeprecated": false,
69019
69064
  "deprecationReason": null
69020
69065
  },
69066
+ {
69067
+ "name": "billingId",
69068
+ "description": "The unique identifier for the entity in the billing provider",
69069
+ "type": {
69070
+ "kind": "SCALAR",
69071
+ "name": "String",
69072
+ "ofType": null
69073
+ },
69074
+ "defaultValue": null,
69075
+ "isDeprecated": false,
69076
+ "deprecationReason": null
69077
+ },
69021
69078
  {
69022
69079
  "name": "billingModel",
69023
69080
  "description": "The billing model of the base pricing model",
@@ -96913,6 +96970,45 @@
96913
96970
  "enumValues": null,
96914
96971
  "possibleTypes": null
96915
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
+ },
96916
97012
  {
96917
97013
  "kind": "OBJECT",
96918
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.67.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.67.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-10 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