stigg-api-client 3.122.0 → 3.124.1

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: 35b74ec78d74c951a15dab8f5623e3da656335cc9a5ea2276d6ea8a85f967e73
4
- data.tar.gz: 30acf7b0c46b0479f165ad495f3cc43b8494d2df01734bb6122906e32ae80b3d
3
+ metadata.gz: 592ddd82b8cf1fee9a056d293636fa42cdfdefae51683bfefb4f05bf0634904c
4
+ data.tar.gz: fafb895a22083d3b083201a96e042f4d4372687e78fb384276ac3186aba182ce
5
5
  SHA512:
6
- metadata.gz: 4f4e9a1f868398c960758edb48c31afdbb2732edfe7d72e877920ad4bc0f395e0d61600740d2816889643371db7803cd5ae193834e12479b6eacc9881ed2331b
7
- data.tar.gz: a8fa52b8ca9ce7fa866ddfe6a5a7870b2f5be1e074e85f5bc172a97592dc3aad933448166e7676b1aa5d5cfcc59d3e8999fcba5aa22768c2fa401375126a609c
6
+ metadata.gz: 5988a67a3a7a847518878aa38611266aaccc869688ee5a9a4cce8058fe1aa277dac5d0c55d9d141215e6ce2f2fd3dca0ba874a183f943d43703ede3ba6eed0e5
7
+ data.tar.gz: cdd9dd0a53a340eaaa4fb99045e071da614e34e66c43ebb05efe0c70b58a86452a85b18909ff4d80db17d54bb458d074bac96e3a6e217e6464b01d4b55205f3c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (3.122.0)
4
+ stigg-api-client (3.124.1)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -31387,6 +31387,12 @@
31387
31387
  "isDeprecated": false,
31388
31388
  "deprecationReason": null
31389
31389
  },
31390
+ {
31391
+ "name": "PROMOTIONAL_ENTITLEMENT_ENDS_SOON",
31392
+ "description": "Promotional entitlement ends soon",
31393
+ "isDeprecated": false,
31394
+ "deprecationReason": null
31395
+ },
31390
31396
  {
31391
31397
  "name": "PROMOTIONAL_ENTITLEMENT_EXPIRED",
31392
31398
  "description": "Promotional entitlement expired",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "3.122.0"
4
+ VERSION = "3.124.1"
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: 3.122.0
4
+ version: 3.124.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-10-23 00:00:00.000000000 Z
11
+ date: 2025-10-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient