stigg-api-client 3.88.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/operations.rb +10 -1
- data/lib/stigg/generated/schema.json +424 -6
- 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: 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
@@ -2491,9 +2491,18 @@ module Stigg
|
|
2491
2491
|
GetCreditGrants = <<~GRAPHQL
|
2492
2492
|
query GetCreditGrants($input: GetCreditGrantsInput!) {
|
2493
2493
|
creditGrants(input: $input) {
|
2494
|
-
|
2494
|
+
pageInfo {
|
2495
|
+
...PageInfoFragment
|
2496
|
+
}
|
2497
|
+
edges {
|
2498
|
+
node {
|
2499
|
+
...CreditGrantFragment
|
2500
|
+
}
|
2501
|
+
}
|
2502
|
+
totalCount
|
2495
2503
|
}
|
2496
2504
|
}
|
2505
|
+
#{Fragment::PageInfoFragment}
|
2497
2506
|
#{Fragment::CreditGrantFragment}
|
2498
2507
|
GRAPHQL
|
2499
2508
|
|
@@ -12120,6 +12120,116 @@
|
|
12120
12120
|
"enumValues": null,
|
12121
12121
|
"possibleTypes": null
|
12122
12122
|
},
|
12123
|
+
{
|
12124
|
+
"kind": "OBJECT",
|
12125
|
+
"name": "CreditGrantConnection",
|
12126
|
+
"description": null,
|
12127
|
+
"fields": [
|
12128
|
+
{
|
12129
|
+
"name": "edges",
|
12130
|
+
"description": "Edges in the current page",
|
12131
|
+
"args": [],
|
12132
|
+
"type": {
|
12133
|
+
"kind": "NON_NULL",
|
12134
|
+
"name": null,
|
12135
|
+
"ofType": {
|
12136
|
+
"kind": "LIST",
|
12137
|
+
"name": null,
|
12138
|
+
"ofType": {
|
12139
|
+
"kind": "NON_NULL",
|
12140
|
+
"name": null,
|
12141
|
+
"ofType": {
|
12142
|
+
"kind": "OBJECT",
|
12143
|
+
"name": "CreditGrantEdge",
|
12144
|
+
"ofType": null
|
12145
|
+
}
|
12146
|
+
}
|
12147
|
+
}
|
12148
|
+
},
|
12149
|
+
"isDeprecated": false,
|
12150
|
+
"deprecationReason": null
|
12151
|
+
},
|
12152
|
+
{
|
12153
|
+
"name": "pageInfo",
|
12154
|
+
"description": "Pagination information",
|
12155
|
+
"args": [],
|
12156
|
+
"type": {
|
12157
|
+
"kind": "NON_NULL",
|
12158
|
+
"name": null,
|
12159
|
+
"ofType": {
|
12160
|
+
"kind": "OBJECT",
|
12161
|
+
"name": "PageInfo",
|
12162
|
+
"ofType": null
|
12163
|
+
}
|
12164
|
+
},
|
12165
|
+
"isDeprecated": false,
|
12166
|
+
"deprecationReason": null
|
12167
|
+
},
|
12168
|
+
{
|
12169
|
+
"name": "totalCount",
|
12170
|
+
"description": "Total number of items matching the filter",
|
12171
|
+
"args": [],
|
12172
|
+
"type": {
|
12173
|
+
"kind": "NON_NULL",
|
12174
|
+
"name": null,
|
12175
|
+
"ofType": {
|
12176
|
+
"kind": "SCALAR",
|
12177
|
+
"name": "Int",
|
12178
|
+
"ofType": null
|
12179
|
+
}
|
12180
|
+
},
|
12181
|
+
"isDeprecated": false,
|
12182
|
+
"deprecationReason": null
|
12183
|
+
}
|
12184
|
+
],
|
12185
|
+
"inputFields": null,
|
12186
|
+
"interfaces": [],
|
12187
|
+
"enumValues": null,
|
12188
|
+
"possibleTypes": null
|
12189
|
+
},
|
12190
|
+
{
|
12191
|
+
"kind": "OBJECT",
|
12192
|
+
"name": "CreditGrantEdge",
|
12193
|
+
"description": null,
|
12194
|
+
"fields": [
|
12195
|
+
{
|
12196
|
+
"name": "cursor",
|
12197
|
+
"description": "An opaque cursor for this item",
|
12198
|
+
"args": [],
|
12199
|
+
"type": {
|
12200
|
+
"kind": "NON_NULL",
|
12201
|
+
"name": null,
|
12202
|
+
"ofType": {
|
12203
|
+
"kind": "SCALAR",
|
12204
|
+
"name": "String",
|
12205
|
+
"ofType": null
|
12206
|
+
}
|
12207
|
+
},
|
12208
|
+
"isDeprecated": false,
|
12209
|
+
"deprecationReason": null
|
12210
|
+
},
|
12211
|
+
{
|
12212
|
+
"name": "node",
|
12213
|
+
"description": "The item at the edge",
|
12214
|
+
"args": [],
|
12215
|
+
"type": {
|
12216
|
+
"kind": "NON_NULL",
|
12217
|
+
"name": null,
|
12218
|
+
"ofType": {
|
12219
|
+
"kind": "OBJECT",
|
12220
|
+
"name": "CreditGrant",
|
12221
|
+
"ofType": null
|
12222
|
+
}
|
12223
|
+
},
|
12224
|
+
"isDeprecated": false,
|
12225
|
+
"deprecationReason": null
|
12226
|
+
}
|
12227
|
+
],
|
12228
|
+
"inputFields": null,
|
12229
|
+
"interfaces": [],
|
12230
|
+
"enumValues": null,
|
12231
|
+
"possibleTypes": null
|
12232
|
+
},
|
12123
12233
|
{
|
12124
12234
|
"kind": "INPUT_OBJECT",
|
12125
12235
|
"name": "CreditGrantInput",
|
@@ -12674,6 +12784,277 @@
|
|
12674
12784
|
"enumValues": null,
|
12675
12785
|
"possibleTypes": null
|
12676
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
|
+
},
|
12677
13058
|
{
|
12678
13059
|
"kind": "ENUM",
|
12679
13060
|
"name": "Currency",
|
@@ -36326,6 +36707,18 @@
|
|
36326
36707
|
"isDeprecated": false,
|
36327
36708
|
"deprecationReason": null
|
36328
36709
|
},
|
36710
|
+
{
|
36711
|
+
"name": "paging",
|
36712
|
+
"description": "Cursor-based pagination input",
|
36713
|
+
"type": {
|
36714
|
+
"kind": "INPUT_OBJECT",
|
36715
|
+
"name": "CursorPaging",
|
36716
|
+
"ofType": null
|
36717
|
+
},
|
36718
|
+
"defaultValue": null,
|
36719
|
+
"isDeprecated": false,
|
36720
|
+
"deprecationReason": null
|
36721
|
+
},
|
36329
36722
|
{
|
36330
36723
|
"name": "resourceId",
|
36331
36724
|
"description": "The resource ID of the credit grant",
|
@@ -71662,17 +72055,42 @@
|
|
71662
72055
|
"kind": "NON_NULL",
|
71663
72056
|
"name": null,
|
71664
72057
|
"ofType": {
|
71665
|
-
"kind": "
|
71666
|
-
"name":
|
71667
|
-
"ofType":
|
72058
|
+
"kind": "OBJECT",
|
72059
|
+
"name": "CreditGrantConnection",
|
72060
|
+
"ofType": null
|
72061
|
+
}
|
72062
|
+
},
|
72063
|
+
"isDeprecated": false,
|
72064
|
+
"deprecationReason": null
|
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": {
|
71668
72074
|
"kind": "NON_NULL",
|
71669
72075
|
"name": null,
|
71670
72076
|
"ofType": {
|
71671
|
-
"kind": "
|
71672
|
-
"name": "
|
72077
|
+
"kind": "INPUT_OBJECT",
|
72078
|
+
"name": "CreditUsageInput",
|
71673
72079
|
"ofType": null
|
71674
72080
|
}
|
71675
|
-
}
|
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
|
71676
72094
|
}
|
71677
72095
|
},
|
71678
72096
|
"isDeprecated": false,
|
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.95.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-09-
|
11
|
+
date: 2025-09-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|