stigg-api-client 3.93.0 → 3.95.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 +304 -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: 5ff181440bb0c81fe24775dc7fac89244bf716e78f6491f433cd0e2ac7fe54b8
|
4
|
+
data.tar.gz: 856e52a43757da82d7d8a420476cff394eade5379af628775b2bcc81536aa7a9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3e75c1c55745109e7dfbcfd15deb791719b8f7065972590daf5dbdc8157f1155df51bbcce6abc9cc00beca08b7bfecb2e28506114e8854c7bb647e0104541468
|
7
|
+
data.tar.gz: 86caae1399008a002bd49661ea5402ad156fe9e29dacf1414ae977a2f514d1ec715ad2d1a5c7e106642ec2d9dd4e2b58e50491707feccdc8124850206809bfad
|
data/Gemfile.lock
CHANGED
@@ -12784,6 +12784,277 @@
|
|
12784
12784
|
"enumValues": null,
|
12785
12785
|
"possibleTypes": null
|
12786
12786
|
},
|
12787
|
+
{
|
12788
|
+
"kind": "OBJECT",
|
12789
|
+
"name": "CreditUsage",
|
12790
|
+
"description": "Credits usage",
|
12791
|
+
"fields": [
|
12792
|
+
{
|
12793
|
+
"name": "series",
|
12794
|
+
"description": "Series of credit usage data points",
|
12795
|
+
"args": [],
|
12796
|
+
"type": {
|
12797
|
+
"kind": "NON_NULL",
|
12798
|
+
"name": null,
|
12799
|
+
"ofType": {
|
12800
|
+
"kind": "LIST",
|
12801
|
+
"name": null,
|
12802
|
+
"ofType": {
|
12803
|
+
"kind": "NON_NULL",
|
12804
|
+
"name": null,
|
12805
|
+
"ofType": {
|
12806
|
+
"kind": "OBJECT",
|
12807
|
+
"name": "CreditUsageSeries",
|
12808
|
+
"ofType": null
|
12809
|
+
}
|
12810
|
+
}
|
12811
|
+
}
|
12812
|
+
},
|
12813
|
+
"isDeprecated": false,
|
12814
|
+
"deprecationReason": null
|
12815
|
+
}
|
12816
|
+
],
|
12817
|
+
"inputFields": null,
|
12818
|
+
"interfaces": [],
|
12819
|
+
"enumValues": null,
|
12820
|
+
"possibleTypes": null
|
12821
|
+
},
|
12822
|
+
{
|
12823
|
+
"kind": "INPUT_OBJECT",
|
12824
|
+
"name": "CreditUsageInput",
|
12825
|
+
"description": "Input for retrieving credit usage",
|
12826
|
+
"fields": null,
|
12827
|
+
"inputFields": [
|
12828
|
+
{
|
12829
|
+
"name": "currencyId",
|
12830
|
+
"description": "The currency ID to filter credit usage by specific currency",
|
12831
|
+
"type": {
|
12832
|
+
"kind": "SCALAR",
|
12833
|
+
"name": "String",
|
12834
|
+
"ofType": null
|
12835
|
+
},
|
12836
|
+
"defaultValue": null,
|
12837
|
+
"isDeprecated": false,
|
12838
|
+
"deprecationReason": null
|
12839
|
+
},
|
12840
|
+
{
|
12841
|
+
"name": "customerId",
|
12842
|
+
"description": "The customer ID of the credit usage",
|
12843
|
+
"type": {
|
12844
|
+
"kind": "NON_NULL",
|
12845
|
+
"name": null,
|
12846
|
+
"ofType": {
|
12847
|
+
"kind": "SCALAR",
|
12848
|
+
"name": "String",
|
12849
|
+
"ofType": null
|
12850
|
+
}
|
12851
|
+
},
|
12852
|
+
"defaultValue": null,
|
12853
|
+
"isDeprecated": false,
|
12854
|
+
"deprecationReason": null
|
12855
|
+
},
|
12856
|
+
{
|
12857
|
+
"name": "environmentId",
|
12858
|
+
"description": "The environment ID of the credit usage",
|
12859
|
+
"type": {
|
12860
|
+
"kind": "SCALAR",
|
12861
|
+
"name": "UUID",
|
12862
|
+
"ofType": null
|
12863
|
+
},
|
12864
|
+
"defaultValue": null,
|
12865
|
+
"isDeprecated": false,
|
12866
|
+
"deprecationReason": null
|
12867
|
+
},
|
12868
|
+
{
|
12869
|
+
"name": "resourceId",
|
12870
|
+
"description": "The resource ID of the credit usage",
|
12871
|
+
"type": {
|
12872
|
+
"kind": "SCALAR",
|
12873
|
+
"name": "String",
|
12874
|
+
"ofType": null
|
12875
|
+
},
|
12876
|
+
"defaultValue": null,
|
12877
|
+
"isDeprecated": false,
|
12878
|
+
"deprecationReason": null
|
12879
|
+
},
|
12880
|
+
{
|
12881
|
+
"name": "timeRange",
|
12882
|
+
"description": "The time range for the credit usage",
|
12883
|
+
"type": {
|
12884
|
+
"kind": "ENUM",
|
12885
|
+
"name": "CreditUsageTimeRange",
|
12886
|
+
"ofType": null
|
12887
|
+
},
|
12888
|
+
"defaultValue": "LAST_MONTH",
|
12889
|
+
"isDeprecated": false,
|
12890
|
+
"deprecationReason": null
|
12891
|
+
}
|
12892
|
+
],
|
12893
|
+
"interfaces": null,
|
12894
|
+
"enumValues": null,
|
12895
|
+
"possibleTypes": null
|
12896
|
+
},
|
12897
|
+
{
|
12898
|
+
"kind": "OBJECT",
|
12899
|
+
"name": "CreditUsagePoint",
|
12900
|
+
"description": "Point in the credit usage series",
|
12901
|
+
"fields": [
|
12902
|
+
{
|
12903
|
+
"name": "timestamp",
|
12904
|
+
"description": "Timestamp of the credit usage point",
|
12905
|
+
"args": [],
|
12906
|
+
"type": {
|
12907
|
+
"kind": "NON_NULL",
|
12908
|
+
"name": null,
|
12909
|
+
"ofType": {
|
12910
|
+
"kind": "SCALAR",
|
12911
|
+
"name": "DateTime",
|
12912
|
+
"ofType": null
|
12913
|
+
}
|
12914
|
+
},
|
12915
|
+
"isDeprecated": false,
|
12916
|
+
"deprecationReason": null
|
12917
|
+
},
|
12918
|
+
{
|
12919
|
+
"name": "value",
|
12920
|
+
"description": "Value of the credit usage point",
|
12921
|
+
"args": [],
|
12922
|
+
"type": {
|
12923
|
+
"kind": "NON_NULL",
|
12924
|
+
"name": null,
|
12925
|
+
"ofType": {
|
12926
|
+
"kind": "SCALAR",
|
12927
|
+
"name": "Float",
|
12928
|
+
"ofType": null
|
12929
|
+
}
|
12930
|
+
},
|
12931
|
+
"isDeprecated": false,
|
12932
|
+
"deprecationReason": null
|
12933
|
+
}
|
12934
|
+
],
|
12935
|
+
"inputFields": null,
|
12936
|
+
"interfaces": [],
|
12937
|
+
"enumValues": null,
|
12938
|
+
"possibleTypes": null
|
12939
|
+
},
|
12940
|
+
{
|
12941
|
+
"kind": "OBJECT",
|
12942
|
+
"name": "CreditUsageSeries",
|
12943
|
+
"description": "Series of credit usage data points",
|
12944
|
+
"fields": [
|
12945
|
+
{
|
12946
|
+
"name": "featureId",
|
12947
|
+
"description": "Feature ID for the credit usage series",
|
12948
|
+
"args": [],
|
12949
|
+
"type": {
|
12950
|
+
"kind": "NON_NULL",
|
12951
|
+
"name": null,
|
12952
|
+
"ofType": {
|
12953
|
+
"kind": "SCALAR",
|
12954
|
+
"name": "String",
|
12955
|
+
"ofType": null
|
12956
|
+
}
|
12957
|
+
},
|
12958
|
+
"isDeprecated": false,
|
12959
|
+
"deprecationReason": null
|
12960
|
+
},
|
12961
|
+
{
|
12962
|
+
"name": "featureName",
|
12963
|
+
"description": "Display name of the feature for the credit usage series",
|
12964
|
+
"args": [],
|
12965
|
+
"type": {
|
12966
|
+
"kind": "NON_NULL",
|
12967
|
+
"name": null,
|
12968
|
+
"ofType": {
|
12969
|
+
"kind": "SCALAR",
|
12970
|
+
"name": "String",
|
12971
|
+
"ofType": null
|
12972
|
+
}
|
12973
|
+
},
|
12974
|
+
"isDeprecated": false,
|
12975
|
+
"deprecationReason": null
|
12976
|
+
},
|
12977
|
+
{
|
12978
|
+
"name": "points",
|
12979
|
+
"description": "Points in the credit usage series",
|
12980
|
+
"args": [],
|
12981
|
+
"type": {
|
12982
|
+
"kind": "NON_NULL",
|
12983
|
+
"name": null,
|
12984
|
+
"ofType": {
|
12985
|
+
"kind": "LIST",
|
12986
|
+
"name": null,
|
12987
|
+
"ofType": {
|
12988
|
+
"kind": "NON_NULL",
|
12989
|
+
"name": null,
|
12990
|
+
"ofType": {
|
12991
|
+
"kind": "OBJECT",
|
12992
|
+
"name": "CreditUsagePoint",
|
12993
|
+
"ofType": null
|
12994
|
+
}
|
12995
|
+
}
|
12996
|
+
}
|
12997
|
+
},
|
12998
|
+
"isDeprecated": false,
|
12999
|
+
"deprecationReason": null
|
13000
|
+
},
|
13001
|
+
{
|
13002
|
+
"name": "totalCredits",
|
13003
|
+
"description": "Total credits consumed by this feature across all time points",
|
13004
|
+
"args": [],
|
13005
|
+
"type": {
|
13006
|
+
"kind": "NON_NULL",
|
13007
|
+
"name": null,
|
13008
|
+
"ofType": {
|
13009
|
+
"kind": "SCALAR",
|
13010
|
+
"name": "Float",
|
13011
|
+
"ofType": null
|
13012
|
+
}
|
13013
|
+
},
|
13014
|
+
"isDeprecated": false,
|
13015
|
+
"deprecationReason": null
|
13016
|
+
}
|
13017
|
+
],
|
13018
|
+
"inputFields": null,
|
13019
|
+
"interfaces": [],
|
13020
|
+
"enumValues": null,
|
13021
|
+
"possibleTypes": null
|
13022
|
+
},
|
13023
|
+
{
|
13024
|
+
"kind": "ENUM",
|
13025
|
+
"name": "CreditUsageTimeRange",
|
13026
|
+
"description": "Time range options for credit usage data",
|
13027
|
+
"fields": null,
|
13028
|
+
"inputFields": null,
|
13029
|
+
"interfaces": null,
|
13030
|
+
"enumValues": [
|
13031
|
+
{
|
13032
|
+
"name": "LAST_DAY",
|
13033
|
+
"description": "Last 24 hours with hourly granularity",
|
13034
|
+
"isDeprecated": false,
|
13035
|
+
"deprecationReason": null
|
13036
|
+
},
|
13037
|
+
{
|
13038
|
+
"name": "LAST_MONTH",
|
13039
|
+
"description": "Last 30 days with daily granularity",
|
13040
|
+
"isDeprecated": false,
|
13041
|
+
"deprecationReason": null
|
13042
|
+
},
|
13043
|
+
{
|
13044
|
+
"name": "LAST_WEEK",
|
13045
|
+
"description": "Last 7 days with daily granularity",
|
13046
|
+
"isDeprecated": false,
|
13047
|
+
"deprecationReason": null
|
13048
|
+
},
|
13049
|
+
{
|
13050
|
+
"name": "LAST_YEAR",
|
13051
|
+
"description": "Last 12 months with monthly granularity",
|
13052
|
+
"isDeprecated": false,
|
13053
|
+
"deprecationReason": null
|
13054
|
+
}
|
13055
|
+
],
|
13056
|
+
"possibleTypes": null
|
13057
|
+
},
|
12787
13058
|
{
|
12788
13059
|
"kind": "ENUM",
|
12789
13060
|
"name": "Currency",
|
@@ -71792,6 +72063,39 @@
|
|
71792
72063
|
"isDeprecated": false,
|
71793
72064
|
"deprecationReason": null
|
71794
72065
|
},
|
72066
|
+
{
|
72067
|
+
"name": "creditUsage",
|
72068
|
+
"description": "Get the credit usage for a customer",
|
72069
|
+
"args": [
|
72070
|
+
{
|
72071
|
+
"name": "input",
|
72072
|
+
"description": null,
|
72073
|
+
"type": {
|
72074
|
+
"kind": "NON_NULL",
|
72075
|
+
"name": null,
|
72076
|
+
"ofType": {
|
72077
|
+
"kind": "INPUT_OBJECT",
|
72078
|
+
"name": "CreditUsageInput",
|
72079
|
+
"ofType": null
|
72080
|
+
}
|
72081
|
+
},
|
72082
|
+
"defaultValue": null,
|
72083
|
+
"isDeprecated": false,
|
72084
|
+
"deprecationReason": null
|
72085
|
+
}
|
72086
|
+
],
|
72087
|
+
"type": {
|
72088
|
+
"kind": "NON_NULL",
|
72089
|
+
"name": null,
|
72090
|
+
"ofType": {
|
72091
|
+
"kind": "OBJECT",
|
72092
|
+
"name": "CreditUsage",
|
72093
|
+
"ofType": null
|
72094
|
+
}
|
72095
|
+
},
|
72096
|
+
"isDeprecated": false,
|
72097
|
+
"deprecationReason": null
|
72098
|
+
},
|
71795
72099
|
{
|
71796
72100
|
"name": "creditsLedger",
|
71797
72101
|
"description": "Get the credit ledger for a customer",
|
data/lib/stigg/version.rb
CHANGED