stigg-api-client 3.26.0 → 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 +191 -21
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
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
|
@@ -78786,6 +78834,18 @@
|
|
78786
78834
|
"isDeprecated": false,
|
78787
78835
|
"deprecationReason": null
|
78788
78836
|
},
|
78837
|
+
{
|
78838
|
+
"name": "dueDate",
|
78839
|
+
"description": null,
|
78840
|
+
"args": [],
|
78841
|
+
"type": {
|
78842
|
+
"kind": "SCALAR",
|
78843
|
+
"name": "DateTime",
|
78844
|
+
"ofType": null
|
78845
|
+
},
|
78846
|
+
"isDeprecated": false,
|
78847
|
+
"deprecationReason": null
|
78848
|
+
},
|
78789
78849
|
{
|
78790
78850
|
"name": "endingBalance",
|
78791
78851
|
"description": null,
|
@@ -87940,6 +88000,92 @@
|
|
87940
88000
|
],
|
87941
88001
|
"possibleTypes": null
|
87942
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
|
+
},
|
87943
88089
|
{
|
87944
88090
|
"kind": "INPUT_OBJECT",
|
87945
88091
|
"name": "UnlinkFeatureGroupFromPackageInput",
|
@@ -88400,6 +88546,18 @@
|
|
88400
88546
|
"isDeprecated": false,
|
88401
88547
|
"deprecationReason": null
|
88402
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
|
+
},
|
88403
88561
|
{
|
88404
88562
|
"name": "displayName",
|
88405
88563
|
"description": "The name of the custom currency",
|
@@ -88435,6 +88593,18 @@
|
|
88435
88593
|
"defaultValue": null,
|
88436
88594
|
"isDeprecated": false,
|
88437
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
|
88438
88608
|
}
|
88439
88609
|
],
|
88440
88610
|
"interfaces": null,
|
data/lib/stigg/version.rb
CHANGED
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.
|
4
|
+
version: 3.27.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stigg
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-08-
|
11
|
+
date: 2025-08-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|