stigg-api-client 5.248.0 → 5.248.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: e5e5d3a14d7ffa1d26474059f85e653dfebe34370ec25fe3ba29fe149b20edd2
4
- data.tar.gz: 8070b4dde58ea16921f238655a29867d09661bc14e227ed313222121f6859ff9
3
+ metadata.gz: 46543c072b7a4f83ecea58afeb7567aa4f727911b232c4b748e0d3e6b89f83e2
4
+ data.tar.gz: 3f5a7bb61076309b3f95e36254eea24f776169b8923070745cb6d57323abb966
5
5
  SHA512:
6
- metadata.gz: 0d2028ee41cf6033c017dfb6bb245214894f478d6bf8b00e54bd6ea53fb8a20f01f380412ef6d2cf838595e1b30319f08cb78536ac117a4674c8c0dc3ebbacf7
7
- data.tar.gz: a73a19bfdc00af734d658572953fd163a74fcd38d6a73535e8bdefb623843961a252b4cb2b1638fa9630583a46167f24ab33dd92f4f77ae53b107fe7aaa541b3
6
+ metadata.gz: 510e0576dc4da0cbe8212d825ef83da80edc2ed065bc9aa43f7dd94ba488d7f48bcac5fb08eb28a3372cd3df3401a78894838a766d3a837aa0b29a542c9bfc16
7
+ data.tar.gz: e6b362965427a9004a7d1a08612db89afbbfc045f6c93ca298969b7441675cf329053cf0400ab0a0242bdc5edf218d8b23c9adb6f79d73081b060d05e67dc90d
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.1)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -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.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
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.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg