stigg-api-client 5.67.0 → 5.71.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: 7487712a7aef41f4a859a8bbdcb0775849d44696a14341620511b7d57f005c57
4
+ data.tar.gz: 667005ff153754ba596634bbb1960da15d86997baa15eae4e057d9e63925f7a7
5
5
  SHA512:
6
- metadata.gz: eb8f6cdde19eab05e54866f88089f841f6d71db1391721225df42ae4e926aa08e0a10f580ec5887d92b8f806d630ed5a406fe237fc2ea8216682f32910ab0310
7
- data.tar.gz: 74826c8ad6856d2ffd4422920fa6b7ec491bf9ec86c828e7fb9a66da75c1672fffb8c50df8e1462e81c6b50c318ac92b6077458d91d5d032d6fb3ff67b334c2a
6
+ metadata.gz: 6227fa9fed79cdcbf27ca8f5dbc3ef15a6595c04e215ef1428ad0e8fe7e4f113972c1ab6a8d9563b4cd14d7fcd595d857a520d8bb9149efacc133a8a6f5f3683
7
+ data.tar.gz: 1b550fa9c463a6ad584ef3b2781f514755c05431d29edb1e8bbfecc377f188d81145f71e3600306c07542a2b545391f9d9ddabcd503d8a7a6bce65437b4a962e
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.71.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -55211,6 +55211,18 @@
55211
55211
  "isDeprecated": false,
55212
55212
  "deprecationReason": null
55213
55213
  },
55214
+ {
55215
+ "name": "billingId",
55216
+ "description": "The unique identifier for the entity in the billing provider",
55217
+ "type": {
55218
+ "kind": "SCALAR",
55219
+ "name": "String",
55220
+ "ofType": null
55221
+ },
55222
+ "defaultValue": null,
55223
+ "isDeprecated": false,
55224
+ "deprecationReason": null
55225
+ },
55214
55226
  {
55215
55227
  "name": "billingModel",
55216
55228
  "description": "The billing model of the base pricing model",
@@ -60513,18 +60525,6 @@
60513
60525
  "description": "Package Pricing Input",
60514
60526
  "fields": null,
60515
60527
  "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
60528
  {
60529
60529
  "name": "environmentId",
60530
60530
  "description": "The unique identifier for the environment",
@@ -60611,7 +60611,7 @@
60611
60611
  },
60612
60612
  {
60613
60613
  "name": "priceGroupPackageBillingId",
60614
- "description": "The billing ID of the price group package (Rate plan id in Zuora)",
60614
+ "description": "The billing ID of the price group package",
60615
60615
  "type": {
60616
60616
  "kind": "SCALAR",
60617
60617
  "name": "String",
@@ -69018,6 +69018,18 @@
69018
69018
  "isDeprecated": false,
69019
69019
  "deprecationReason": null
69020
69020
  },
69021
+ {
69022
+ "name": "billingId",
69023
+ "description": "The unique identifier for the entity in the billing provider",
69024
+ "type": {
69025
+ "kind": "SCALAR",
69026
+ "name": "String",
69027
+ "ofType": null
69028
+ },
69029
+ "defaultValue": null,
69030
+ "isDeprecated": false,
69031
+ "deprecationReason": null
69032
+ },
69021
69033
  {
69022
69034
  "name": "billingModel",
69023
69035
  "description": "The billing model of the base pricing model",
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.71.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.71.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-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient