stigg-api-client 5.195.0 → 5.197.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: 252077208807b688cdf589cdf4a1bc28d2adb2da83a1d81e6739e8c7f338ac40
4
- data.tar.gz: e33213c5ceedc76f486c90e291445ed2667150fe000bf457462c52254adbec78
3
+ metadata.gz: 740dc382616d392eb9e94dce49d55b36edee517ff866bd09103721eb31df314d
4
+ data.tar.gz: 889abaac5f897867f7e7afdb0dd6a4943383e97f87e1761ffe9f2fe1c83c2cb4
5
5
  SHA512:
6
- metadata.gz: 50aa0e5611f94494d84b691bc566e496e6af7aa442adb42a0552e97ddfb47fbeaf69874a1ddcab9285123b7885755b8a0a9cf9ef9466013f4611df48044df006
7
- data.tar.gz: f28289aa5d667c87a11d2996ff71890b216b1bd09ed687780b4f560aecb3c4a5f1cfc3b93dad0fba82417c8593ca4f1288e72b61a784736ceb256566f4bb8e9a
6
+ metadata.gz: 6cbf4824b6f5b919c7e12251e767412390fba7d15fd5ede7f5eed04b242e2feaa0f620241932144ccfc534738feb6ceeb2421a1995971c5a598b6db3adcdc593
7
+ data.tar.gz: 65a5b4718ff6b95aaf94e2fb1b204923b3c3b318c361ac56db95f42f703d9f410c79184f1357071dfe8e2e5a2ce49aa4604b1c2bdeb8b97261c1c4ddcf2791e7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.195.0)
4
+ stigg-api-client (5.197.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -15840,6 +15840,12 @@
15840
15840
  "inputFields": null,
15841
15841
  "interfaces": null,
15842
15842
  "enumValues": [
15843
+ {
15844
+ "name": "CANCELED",
15845
+ "description": "Invoice is voided",
15846
+ "isDeprecated": false,
15847
+ "deprecationReason": null
15848
+ },
15843
15849
  {
15844
15850
  "name": "OPEN",
15845
15851
  "description": "Invoice is open and waiting for payment",
@@ -66683,6 +66689,26 @@
66683
66689
  "isDeprecated": false,
66684
66690
  "deprecationReason": null
66685
66691
  },
66692
+ {
66693
+ "name": "packageEntitlements",
66694
+ "description": "List of package entitlements for the addon",
66695
+ "args": [],
66696
+ "type": {
66697
+ "kind": "LIST",
66698
+ "name": null,
66699
+ "ofType": {
66700
+ "kind": "NON_NULL",
66701
+ "name": null,
66702
+ "ofType": {
66703
+ "kind": "UNION",
66704
+ "name": "PackageEntitlementUnion",
66705
+ "ofType": null
66706
+ }
66707
+ }
66708
+ },
66709
+ "isDeprecated": false,
66710
+ "deprecationReason": null
66711
+ },
66686
66712
  {
66687
66713
  "name": "prices",
66688
66714
  "description": "List of prices for the addon",
@@ -67366,6 +67392,26 @@
67366
67392
  "isDeprecated": false,
67367
67393
  "deprecationReason": null
67368
67394
  },
67395
+ {
67396
+ "name": "inheritedPackageEntitlements",
67397
+ "description": "List of inherited package entitlements for the plan",
67398
+ "args": [],
67399
+ "type": {
67400
+ "kind": "LIST",
67401
+ "name": null,
67402
+ "ofType": {
67403
+ "kind": "NON_NULL",
67404
+ "name": null,
67405
+ "ofType": {
67406
+ "kind": "UNION",
67407
+ "name": "PackageEntitlementUnion",
67408
+ "ofType": null
67409
+ }
67410
+ }
67411
+ },
67412
+ "isDeprecated": false,
67413
+ "deprecationReason": null
67414
+ },
67369
67415
  {
67370
67416
  "name": "minimumSpend",
67371
67417
  "description": "Minimum spend configuration",
@@ -67386,6 +67432,26 @@
67386
67432
  "isDeprecated": false,
67387
67433
  "deprecationReason": null
67388
67434
  },
67435
+ {
67436
+ "name": "packageEntitlements",
67437
+ "description": "List of package entitlements for the plan",
67438
+ "args": [],
67439
+ "type": {
67440
+ "kind": "LIST",
67441
+ "name": null,
67442
+ "ofType": {
67443
+ "kind": "NON_NULL",
67444
+ "name": null,
67445
+ "ofType": {
67446
+ "kind": "UNION",
67447
+ "name": "PackageEntitlementUnion",
67448
+ "ofType": null
67449
+ }
67450
+ }
67451
+ },
67452
+ "isDeprecated": false,
67453
+ "deprecationReason": null
67454
+ },
67389
67455
  {
67390
67456
  "name": "prices",
67391
67457
  "description": "List of prices for the plan",
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.195.0"
4
+ VERSION = "5.197.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.195.0
4
+ version: 5.197.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-02-03 00:00:00.000000000 Z
11
+ date: 2026-02-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient