stigg-api-client 5.133.0 → 5.140.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: 38751dc13f8b0f56946ae763b7ee36b746b6f8dda83091adb780e761c78bb752
4
- data.tar.gz: c804a064ba11fb3c1314b2b197a935abd95028a3177d5d558084706fb2c7a7b1
3
+ metadata.gz: ebb86bc9e070d4b5a450188f855691dc8d6bf7c2d4555e5b2c18315b0183e6c1
4
+ data.tar.gz: cd5cb45fdfa3f4fbb98297886e62e94f387f583b4e0cc3b5ff60de0d68b44d07
5
5
  SHA512:
6
- metadata.gz: ccb11cdb00d9cf5b74b98ffc3bf127d9bf7ebe4f2040f72399420900931547dbea024d73f7a52223578b5ef0144b3f39ef354e699efff2f0f207818de37a7ef6
7
- data.tar.gz: dc8d809b389fc890375a96278df9f26dedef39befd3a51b8c38f1f76b6f548563d7d5bde55c3968c31339b07b05c52fb8a3fa4fe44a0c277a18b744b501e5a49
6
+ metadata.gz: ef7dd0a4fa92aa1af933fa7496597381ba28051976d2a2f4035bf1d85fe351b7ce74e52c36f4c940f49f908ac0a78c9bb6989048559f60b46b2da34a217a9c94
7
+ data.tar.gz: a55d7ee5d913fad499270f0cd7fb1f9ce20c77daeccd60a7338ff169bf2968decceaacac9c2e2a81b7a2fcd9826e1169e3db3446afb77134509ae9da51b575ed
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.133.0)
4
+ stigg-api-client (5.140.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -72317,6 +72317,18 @@
72317
72317
  "isDeprecated": false,
72318
72318
  "deprecationReason": null
72319
72319
  },
72320
+ {
72321
+ "name": "billingId",
72322
+ "description": "The unique identifier for the entity in the billing provider",
72323
+ "type": {
72324
+ "kind": "SCALAR",
72325
+ "name": "String",
72326
+ "ofType": null
72327
+ },
72328
+ "defaultValue": null,
72329
+ "isDeprecated": false,
72330
+ "deprecationReason": null
72331
+ },
72320
72332
  {
72321
72333
  "name": "billingPeriod",
72322
72334
  "description": "The billing period of the price",
@@ -72381,6 +72393,18 @@
72381
72393
  "isDeprecated": false,
72382
72394
  "deprecationReason": null
72383
72395
  },
72396
+ {
72397
+ "name": "priceGroupPackageBillingId",
72398
+ "description": "The billing ID of the price group package",
72399
+ "type": {
72400
+ "kind": "SCALAR",
72401
+ "name": "String",
72402
+ "ofType": null
72403
+ },
72404
+ "defaultValue": null,
72405
+ "isDeprecated": false,
72406
+ "deprecationReason": null
72407
+ },
72384
72408
  {
72385
72409
  "name": "tiers",
72386
72410
  "description": "List of tiers of the price period",
@@ -94115,6 +94139,18 @@
94115
94139
  "isDeprecated": false,
94116
94140
  "deprecationReason": null
94117
94141
  },
94142
+ {
94143
+ "name": "creditRate",
94144
+ "description": null,
94145
+ "args": [],
94146
+ "type": {
94147
+ "kind": "OBJECT",
94148
+ "name": "CreditRate",
94149
+ "ofType": null
94150
+ },
94151
+ "isDeprecated": false,
94152
+ "deprecationReason": null
94153
+ },
94118
94154
  {
94119
94155
  "name": "creditsQuantity",
94120
94156
  "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 = "5.133.0"
4
+ VERSION = "5.140.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.133.0
4
+ version: 5.140.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-01-15 00:00:00.000000000 Z
11
+ date: 2026-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient