stigg-api-client 3.26.5 → 3.27.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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +179 -21
- 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: 915742f565a8f88c22bd33a24ef9776f72a5a1add9966bcb831a06e3c6c66d01
|
4
|
+
data.tar.gz: 1dafd4efe8dfcc11b6e65dafe48d7282b362683c0f6946304aa731954991c719
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b2cf969ef3953fe4951d6a4a3c3505cf2c95c5c63ca12a4ca1d08c70fffc058820a0029dd164a09c7795248130311c34748135efbb125c2dbe581e1beccbb421
|
7
|
+
data.tar.gz: fdb75079cb19be3f066b38633da84292cf96349b6a8b888fcf247cb7dabf2664cfeea207cc6bb3359878ce1d3cbb960a1b8a20adce882c230eab4afaf2ec7bf3
|
data/Gemfile.lock
CHANGED
@@ -12812,6 +12812,18 @@
|
|
12812
12812
|
"isDeprecated": false,
|
12813
12813
|
"deprecationReason": null
|
12814
12814
|
},
|
12815
|
+
{
|
12816
|
+
"name": "description",
|
12817
|
+
"description": "Description of the currency",
|
12818
|
+
"args": [],
|
12819
|
+
"type": {
|
12820
|
+
"kind": "SCALAR",
|
12821
|
+
"name": "String",
|
12822
|
+
"ofType": null
|
12823
|
+
},
|
12824
|
+
"isDeprecated": false,
|
12825
|
+
"deprecationReason": null
|
12826
|
+
},
|
12815
12827
|
{
|
12816
12828
|
"name": "displayName",
|
12817
12829
|
"description": "The name of the custom currency",
|
@@ -12849,13 +12861,21 @@
|
|
12849
12861
|
"description": "The symbol of the custom currency",
|
12850
12862
|
"args": [],
|
12851
12863
|
"type": {
|
12852
|
-
"kind": "
|
12853
|
-
"name":
|
12854
|
-
"ofType":
|
12855
|
-
|
12856
|
-
|
12857
|
-
|
12858
|
-
|
12864
|
+
"kind": "SCALAR",
|
12865
|
+
"name": "String",
|
12866
|
+
"ofType": null
|
12867
|
+
},
|
12868
|
+
"isDeprecated": false,
|
12869
|
+
"deprecationReason": null
|
12870
|
+
},
|
12871
|
+
{
|
12872
|
+
"name": "units",
|
12873
|
+
"description": "Units for the currency (singular and plural)",
|
12874
|
+
"args": [],
|
12875
|
+
"type": {
|
12876
|
+
"kind": "OBJECT",
|
12877
|
+
"name": "Units",
|
12878
|
+
"ofType": null
|
12859
12879
|
},
|
12860
12880
|
"isDeprecated": false,
|
12861
12881
|
"deprecationReason": null
|
@@ -12916,6 +12936,18 @@
|
|
12916
12936
|
"isDeprecated": false,
|
12917
12937
|
"deprecationReason": null
|
12918
12938
|
},
|
12939
|
+
{
|
12940
|
+
"name": "description",
|
12941
|
+
"description": "Description of the currency",
|
12942
|
+
"type": {
|
12943
|
+
"kind": "SCALAR",
|
12944
|
+
"name": "String",
|
12945
|
+
"ofType": null
|
12946
|
+
},
|
12947
|
+
"defaultValue": null,
|
12948
|
+
"isDeprecated": false,
|
12949
|
+
"deprecationReason": null
|
12950
|
+
},
|
12919
12951
|
{
|
12920
12952
|
"name": "displayName",
|
12921
12953
|
"description": "The name of the custom currency",
|
@@ -12948,13 +12980,21 @@
|
|
12948
12980
|
"name": "symbol",
|
12949
12981
|
"description": "The symbol of the custom currency",
|
12950
12982
|
"type": {
|
12951
|
-
"kind": "
|
12952
|
-
"name":
|
12953
|
-
"ofType":
|
12954
|
-
|
12955
|
-
|
12956
|
-
|
12957
|
-
|
12983
|
+
"kind": "SCALAR",
|
12984
|
+
"name": "String",
|
12985
|
+
"ofType": null
|
12986
|
+
},
|
12987
|
+
"defaultValue": null,
|
12988
|
+
"isDeprecated": false,
|
12989
|
+
"deprecationReason": null
|
12990
|
+
},
|
12991
|
+
{
|
12992
|
+
"name": "units",
|
12993
|
+
"description": "Units for the currency (singular and plural)",
|
12994
|
+
"type": {
|
12995
|
+
"kind": "INPUT_OBJECT",
|
12996
|
+
"name": "UnitsInput",
|
12997
|
+
"ofType": null
|
12958
12998
|
},
|
12959
12999
|
"defaultValue": null,
|
12960
13000
|
"isDeprecated": false,
|
@@ -72743,13 +72783,21 @@
|
|
72743
72783
|
"description": "The symbol of the custom currency",
|
72744
72784
|
"args": [],
|
72745
72785
|
"type": {
|
72746
|
-
"kind": "
|
72747
|
-
"name":
|
72748
|
-
"ofType":
|
72749
|
-
|
72750
|
-
|
72751
|
-
|
72752
|
-
|
72786
|
+
"kind": "SCALAR",
|
72787
|
+
"name": "String",
|
72788
|
+
"ofType": null
|
72789
|
+
},
|
72790
|
+
"isDeprecated": false,
|
72791
|
+
"deprecationReason": null
|
72792
|
+
},
|
72793
|
+
{
|
72794
|
+
"name": "units",
|
72795
|
+
"description": "Units for the currency (singular and plural)",
|
72796
|
+
"args": [],
|
72797
|
+
"type": {
|
72798
|
+
"kind": "OBJECT",
|
72799
|
+
"name": "Units",
|
72800
|
+
"ofType": null
|
72753
72801
|
},
|
72754
72802
|
"isDeprecated": false,
|
72755
72803
|
"deprecationReason": null
|
@@ -87952,6 +88000,92 @@
|
|
87952
88000
|
],
|
87953
88001
|
"possibleTypes": null
|
87954
88002
|
},
|
88003
|
+
{
|
88004
|
+
"kind": "OBJECT",
|
88005
|
+
"name": "Units",
|
88006
|
+
"description": "Units object (singular and plural)",
|
88007
|
+
"fields": [
|
88008
|
+
{
|
88009
|
+
"name": "plural",
|
88010
|
+
"description": "Plural form of the unit",
|
88011
|
+
"args": [],
|
88012
|
+
"type": {
|
88013
|
+
"kind": "NON_NULL",
|
88014
|
+
"name": null,
|
88015
|
+
"ofType": {
|
88016
|
+
"kind": "SCALAR",
|
88017
|
+
"name": "String",
|
88018
|
+
"ofType": null
|
88019
|
+
}
|
88020
|
+
},
|
88021
|
+
"isDeprecated": false,
|
88022
|
+
"deprecationReason": null
|
88023
|
+
},
|
88024
|
+
{
|
88025
|
+
"name": "singular",
|
88026
|
+
"description": "Singular form of the unit",
|
88027
|
+
"args": [],
|
88028
|
+
"type": {
|
88029
|
+
"kind": "NON_NULL",
|
88030
|
+
"name": null,
|
88031
|
+
"ofType": {
|
88032
|
+
"kind": "SCALAR",
|
88033
|
+
"name": "String",
|
88034
|
+
"ofType": null
|
88035
|
+
}
|
88036
|
+
},
|
88037
|
+
"isDeprecated": false,
|
88038
|
+
"deprecationReason": null
|
88039
|
+
}
|
88040
|
+
],
|
88041
|
+
"inputFields": null,
|
88042
|
+
"interfaces": [],
|
88043
|
+
"enumValues": null,
|
88044
|
+
"possibleTypes": null
|
88045
|
+
},
|
88046
|
+
{
|
88047
|
+
"kind": "INPUT_OBJECT",
|
88048
|
+
"name": "UnitsInput",
|
88049
|
+
"description": "Units input object (singular and plural)",
|
88050
|
+
"fields": null,
|
88051
|
+
"inputFields": [
|
88052
|
+
{
|
88053
|
+
"name": "plural",
|
88054
|
+
"description": "Plural form of the unit",
|
88055
|
+
"type": {
|
88056
|
+
"kind": "NON_NULL",
|
88057
|
+
"name": null,
|
88058
|
+
"ofType": {
|
88059
|
+
"kind": "SCALAR",
|
88060
|
+
"name": "String",
|
88061
|
+
"ofType": null
|
88062
|
+
}
|
88063
|
+
},
|
88064
|
+
"defaultValue": null,
|
88065
|
+
"isDeprecated": false,
|
88066
|
+
"deprecationReason": null
|
88067
|
+
},
|
88068
|
+
{
|
88069
|
+
"name": "singular",
|
88070
|
+
"description": "Singular form of the unit",
|
88071
|
+
"type": {
|
88072
|
+
"kind": "NON_NULL",
|
88073
|
+
"name": null,
|
88074
|
+
"ofType": {
|
88075
|
+
"kind": "SCALAR",
|
88076
|
+
"name": "String",
|
88077
|
+
"ofType": null
|
88078
|
+
}
|
88079
|
+
},
|
88080
|
+
"defaultValue": null,
|
88081
|
+
"isDeprecated": false,
|
88082
|
+
"deprecationReason": null
|
88083
|
+
}
|
88084
|
+
],
|
88085
|
+
"interfaces": null,
|
88086
|
+
"enumValues": null,
|
88087
|
+
"possibleTypes": null
|
88088
|
+
},
|
87955
88089
|
{
|
87956
88090
|
"kind": "INPUT_OBJECT",
|
87957
88091
|
"name": "UnlinkFeatureGroupFromPackageInput",
|
@@ -88412,6 +88546,18 @@
|
|
88412
88546
|
"isDeprecated": false,
|
88413
88547
|
"deprecationReason": null
|
88414
88548
|
},
|
88549
|
+
{
|
88550
|
+
"name": "description",
|
88551
|
+
"description": "Description of the currency",
|
88552
|
+
"type": {
|
88553
|
+
"kind": "SCALAR",
|
88554
|
+
"name": "String",
|
88555
|
+
"ofType": null
|
88556
|
+
},
|
88557
|
+
"defaultValue": null,
|
88558
|
+
"isDeprecated": false,
|
88559
|
+
"deprecationReason": null
|
88560
|
+
},
|
88415
88561
|
{
|
88416
88562
|
"name": "displayName",
|
88417
88563
|
"description": "The name of the custom currency",
|
@@ -88447,6 +88593,18 @@
|
|
88447
88593
|
"defaultValue": null,
|
88448
88594
|
"isDeprecated": false,
|
88449
88595
|
"deprecationReason": null
|
88596
|
+
},
|
88597
|
+
{
|
88598
|
+
"name": "units",
|
88599
|
+
"description": "Units for the currency (singular and plural)",
|
88600
|
+
"type": {
|
88601
|
+
"kind": "INPUT_OBJECT",
|
88602
|
+
"name": "UnitsInput",
|
88603
|
+
"ofType": null
|
88604
|
+
},
|
88605
|
+
"defaultValue": null,
|
88606
|
+
"isDeprecated": false,
|
88607
|
+
"deprecationReason": null
|
88450
88608
|
}
|
88451
88609
|
],
|
88452
88610
|
"interfaces": null,
|
data/lib/stigg/version.rb
CHANGED