stigg-api-client 3.96.0 → 3.98.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: ff2ddfce6c7db44d30397b174ad38530252172a481741ae71f9bde265f0834ac
4
- data.tar.gz: fb9ec67fd414522823f9019902eb5a64aba26322fc088363307a3d7e8215dcaf
3
+ metadata.gz: f5853a0b2f45e8dc10681d567d993dbc5bdf249d3fabdec5ded7bd76ff18356b
4
+ data.tar.gz: b9fb575a3141ba1bef8456d4588a6d89e2f0bd239a3ffa52f02f6aa7a34206f8
5
5
  SHA512:
6
- metadata.gz: d639e46494804696479de524f61ce0646c15ab331dd1a63f4aeaecb8b707551037046d0851cb712a77fb7759cae142da3bc9df2c6c551716ed8512ffc0b4cb80
7
- data.tar.gz: '07609bb9bfbddc0b39bac676ae329d7a8143755a2066ab2789f5cde9f1e4ed3f2d6d1c8f4241781f3174a27ee1c1962a92da3ae041843df1faea9acde5f6b59d'
6
+ metadata.gz: 5907a403613c8a4206ac1078d8f2509b99ca30f3f6632213e00af50434d361846c514b18caa5ff14efe96c8d4bd8aebc44607d5fa16f1668c325c3267cd1ed65
7
+ data.tar.gz: 18435149415b06657bcadb11496b43c112bac2b7c6441e8cc044ef5e69107ecf35593de2867989f79c5f45dc21f8d1c640785f8b26a9a9370b4c42617e866bf1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (3.96.0)
4
+ stigg-api-client (3.98.1)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -1772,6 +1772,17 @@ module Stigg
1772
1772
  }
1773
1773
  GRAPHQL
1774
1774
 
1775
+ SlimCustomCurrencyFragment = <<~GRAPHQL
1776
+ fragment SlimCustomCurrencyFragment on SlimCustomCurrency {
1777
+ currencyId
1778
+ displayName
1779
+ units {
1780
+ singular
1781
+ plural
1782
+ }
1783
+ }
1784
+ GRAPHQL
1785
+
1775
1786
  CreditUsageFragment = <<~GRAPHQL
1776
1787
  fragment CreditUsageFragment on CreditUsage {
1777
1788
  series {
@@ -1783,6 +1794,9 @@ module Stigg
1783
1794
  value
1784
1795
  }
1785
1796
  }
1797
+ currency {
1798
+ ...SlimCustomCurrencyFragment
1799
+ }
1786
1800
  }
1787
1801
  GRAPHQL
1788
1802
  end
@@ -2538,6 +2552,7 @@ module Stigg
2538
2552
  }
2539
2553
  }
2540
2554
  #{Fragment::CreditUsageFragment}
2555
+ #{Fragment::SlimCustomCurrencyFragment}
2541
2556
  GRAPHQL
2542
2557
 
2543
2558
  OnEntitlementsUpdated = <<~GRAPHQL
@@ -12789,6 +12789,18 @@
12789
12789
  "name": "CreditUsage",
12790
12790
  "description": "Credits usage",
12791
12791
  "fields": [
12792
+ {
12793
+ "name": "currency",
12794
+ "description": "Stigg custom currency object with minimal fields",
12795
+ "args": [],
12796
+ "type": {
12797
+ "kind": "OBJECT",
12798
+ "name": "SlimCustomCurrency",
12799
+ "ofType": null
12800
+ },
12801
+ "isDeprecated": false,
12802
+ "deprecationReason": null
12803
+ },
12792
12804
  {
12793
12805
  "name": "series",
12794
12806
  "description": "Series of credit usage data points",
@@ -51979,7 +51991,7 @@
51979
51991
  },
51980
51992
  {
51981
51993
  "name": "featureId",
51982
- "description": "The feature id of the base pricing model",
51994
+ "description": "The ID of the feature the pricing model is applied to",
51983
51995
  "type": {
51984
51996
  "kind": "SCALAR",
51985
51997
  "name": "String",
@@ -52012,6 +52024,18 @@
52012
52024
  "defaultValue": null,
52013
52025
  "isDeprecated": false,
52014
52026
  "deprecationReason": null
52027
+ },
52028
+ {
52029
+ "name": "topUpCustomCurrencyId",
52030
+ "description": "The ID of the custom currency the pricing model is applied to",
52031
+ "type": {
52032
+ "kind": "SCALAR",
52033
+ "name": "String",
52034
+ "ofType": null
52035
+ },
52036
+ "defaultValue": null,
52037
+ "isDeprecated": false,
52038
+ "deprecationReason": null
52015
52039
  }
52016
52040
  ],
52017
52041
  "interfaces": null,
@@ -63570,7 +63594,7 @@
63570
63594
  },
63571
63595
  {
63572
63596
  "name": "featureId",
63573
- "description": "The feature id of the price",
63597
+ "description": "The ID of the feature this price applies to",
63574
63598
  "args": [],
63575
63599
  "type": {
63576
63600
  "kind": "SCALAR",
@@ -63732,6 +63756,18 @@
63732
63756
  "isDeprecated": false,
63733
63757
  "deprecationReason": null
63734
63758
  },
63759
+ {
63760
+ "name": "topUpCustomCurrencyId",
63761
+ "description": "The ID of the custom currency this price applies to",
63762
+ "args": [],
63763
+ "type": {
63764
+ "kind": "SCALAR",
63765
+ "name": "UUID",
63766
+ "ofType": null
63767
+ },
63768
+ "isDeprecated": false,
63769
+ "deprecationReason": null
63770
+ },
63735
63771
  {
63736
63772
  "name": "usedInSubscriptions",
63737
63773
  "description": "Indicates if the price is used in subscriptions",
@@ -64091,7 +64127,7 @@
64091
64127
  },
64092
64128
  {
64093
64129
  "name": "featureId",
64094
- "description": "The feature id of the price",
64130
+ "description": "The ID of the feature this price applies to",
64095
64131
  "args": [],
64096
64132
  "type": {
64097
64133
  "kind": "SCALAR",
@@ -64217,6 +64253,18 @@
64217
64253
  "isDeprecated": false,
64218
64254
  "deprecationReason": null
64219
64255
  },
64256
+ {
64257
+ "name": "topUpCustomCurrencyId",
64258
+ "description": "The ID of the custom currency this price applies to",
64259
+ "args": [],
64260
+ "type": {
64261
+ "kind": "SCALAR",
64262
+ "name": "UUID",
64263
+ "ofType": null
64264
+ },
64265
+ "isDeprecated": false,
64266
+ "deprecationReason": null
64267
+ },
64220
64268
  {
64221
64269
  "name": "usedInSubscriptions",
64222
64270
  "description": "Indicates if the price is used in subscriptions",
@@ -65507,7 +65555,7 @@
65507
65555
  },
65508
65556
  {
65509
65557
  "name": "featureId",
65510
- "description": "The feature id of the base pricing model",
65558
+ "description": "The ID of the feature the pricing model is applied to",
65511
65559
  "type": {
65512
65560
  "kind": "SCALAR",
65513
65561
  "name": "String",
@@ -65601,6 +65649,18 @@
65601
65649
  "isDeprecated": false,
65602
65650
  "deprecationReason": null
65603
65651
  },
65652
+ {
65653
+ "name": "topUpCustomCurrencyId",
65654
+ "description": "The ID of the custom currency the pricing model is applied to",
65655
+ "type": {
65656
+ "kind": "SCALAR",
65657
+ "name": "String",
65658
+ "ofType": null
65659
+ },
65660
+ "defaultValue": null,
65661
+ "isDeprecated": false,
65662
+ "deprecationReason": null
65663
+ },
65604
65664
  {
65605
65665
  "name": "weeklyResetPeriodConfiguration",
65606
65666
  "description": "The weekly reset period configuration of the 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 = "3.96.0"
4
+ VERSION = "3.98.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.96.0
4
+ version: 3.98.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-09-21 00:00:00.000000000 Z
11
+ date: 2025-09-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient