stigg-api-client 5.248.0 → 5.248.4

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: e5e5d3a14d7ffa1d26474059f85e653dfebe34370ec25fe3ba29fe149b20edd2
4
- data.tar.gz: 8070b4dde58ea16921f238655a29867d09661bc14e227ed313222121f6859ff9
3
+ metadata.gz: 8344497206ab6c266da908ef4d7e21f662837e50c062461ec828892b3f751bc4
4
+ data.tar.gz: 577d6df47e920c3c1ea9389e4a70fd72f74c4920102a7a621869d29f734acb01
5
5
  SHA512:
6
- metadata.gz: 0d2028ee41cf6033c017dfb6bb245214894f478d6bf8b00e54bd6ea53fb8a20f01f380412ef6d2cf838595e1b30319f08cb78536ac117a4674c8c0dc3ebbacf7
7
- data.tar.gz: a73a19bfdc00af734d658572953fd163a74fcd38d6a73535e8bdefb623843961a252b4cb2b1638fa9630583a46167f24ab33dd92f4f77ae53b107fe7aaa541b3
6
+ metadata.gz: a190267f2b8b1356fd1f09b77e6d9613fd6fa373183ca00f82645dff7200e56f247c7cb1aa813124d4f5c302bbeb390d32e175184068e9fb9dc2cbb3b0270af2
7
+ data.tar.gz: f4c1f5468117d60837f06362e8c32df292f49180e24e6442d5926290811bdd7c6ec4ef5fb25058afaf303ee3234ba108a6a7e79a0c44fb58ac44568eb241f272
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.248.0)
4
+ stigg-api-client (5.248.4)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -2036,6 +2036,11 @@ module Stigg
2036
2036
  accessDeniedReason
2037
2037
  currency {
2038
2038
  currencyId
2039
+ displayName
2040
+ description
2041
+ unitSingular
2042
+ unitPlural
2043
+ additionalMetaData
2039
2044
  }
2040
2045
  usageLimit
2041
2046
  currentUsage
@@ -30237,6 +30237,18 @@
30237
30237
  "name": "EntitlementCurrency",
30238
30238
  "description": "The currency associated with a credit entitlement.",
30239
30239
  "fields": [
30240
+ {
30241
+ "name": "additionalMetaData",
30242
+ "description": "Additional metadata associated with the currency.",
30243
+ "args": [],
30244
+ "type": {
30245
+ "kind": "SCALAR",
30246
+ "name": "JSON",
30247
+ "ofType": null
30248
+ },
30249
+ "isDeprecated": false,
30250
+ "deprecationReason": null
30251
+ },
30240
30252
  {
30241
30253
  "name": "currencyId",
30242
30254
  "description": "The unique identifier of the custom currency.",
@@ -30252,6 +30264,58 @@
30252
30264
  },
30253
30265
  "isDeprecated": false,
30254
30266
  "deprecationReason": null
30267
+ },
30268
+ {
30269
+ "name": "description",
30270
+ "description": "A description of the currency.",
30271
+ "args": [],
30272
+ "type": {
30273
+ "kind": "SCALAR",
30274
+ "name": "String",
30275
+ "ofType": null
30276
+ },
30277
+ "isDeprecated": false,
30278
+ "deprecationReason": null
30279
+ },
30280
+ {
30281
+ "name": "displayName",
30282
+ "description": "The display name of the currency.",
30283
+ "args": [],
30284
+ "type": {
30285
+ "kind": "NON_NULL",
30286
+ "name": null,
30287
+ "ofType": {
30288
+ "kind": "SCALAR",
30289
+ "name": "String",
30290
+ "ofType": null
30291
+ }
30292
+ },
30293
+ "isDeprecated": false,
30294
+ "deprecationReason": null
30295
+ },
30296
+ {
30297
+ "name": "unitPlural",
30298
+ "description": "The plural form of the currency unit.",
30299
+ "args": [],
30300
+ "type": {
30301
+ "kind": "SCALAR",
30302
+ "name": "String",
30303
+ "ofType": null
30304
+ },
30305
+ "isDeprecated": false,
30306
+ "deprecationReason": null
30307
+ },
30308
+ {
30309
+ "name": "unitSingular",
30310
+ "description": "The singular form of the currency unit.",
30311
+ "args": [],
30312
+ "type": {
30313
+ "kind": "SCALAR",
30314
+ "name": "String",
30315
+ "ofType": null
30316
+ },
30317
+ "isDeprecated": false,
30318
+ "deprecationReason": null
30255
30319
  }
30256
30320
  ],
30257
30321
  "inputFields": 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.248.0"
4
+ VERSION = "5.248.4"
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.248.0
4
+ version: 5.248.4
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-23 00:00:00.000000000 Z
11
+ date: 2026-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient