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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +64 -0
- data/lib/stigg/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 46543c072b7a4f83ecea58afeb7567aa4f727911b232c4b748e0d3e6b89f83e2
|
|
4
|
+
data.tar.gz: 3f5a7bb61076309b3f95e36254eea24f776169b8923070745cb6d57323abb966
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 510e0576dc4da0cbe8212d825ef83da80edc2ed065bc9aa43f7dd94ba488d7f48bcac5fb08eb28a3372cd3df3401a78894838a766d3a837aa0b29a542c9bfc16
|
|
7
|
+
data.tar.gz: e6b362965427a9004a7d1a08612db89afbbfc045f6c93ca298969b7441675cf329053cf0400ab0a0242bdc5edf218d8b23c9adb6f79d73081b060d05e67dc90d
|
data/Gemfile.lock
CHANGED
|
@@ -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