stigg-api-client 3.46.1 → 3.48.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 +291 -0
- 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: e4efbdc963a65b6472d46865a76d5bfd69eced20cc9ea9e353d271180347e0cf
|
4
|
+
data.tar.gz: 2ad5eda0d6b0dd3e6166e73461ea129418b2e015062e6c43fce4ab0412aff7b5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6f83ab76772400c81cc9d6a0dd98e84eb075864170b832252d64d417e415fd3ce83295f842b0902869b4bd6c8c30a4058b79693fbe58e733582ab11b62fbacf6
|
7
|
+
data.tar.gz: 63a4308824514cc22ed9ec2ff0d1b30889d4c45a64b2cfad33fc0d13da02ae1b540533fdc9d8c366f34881a3b44874f9a2a56d4ddf74b03471eb98a5b7e04ba6
|
data/Gemfile.lock
CHANGED
@@ -11923,6 +11923,264 @@
|
|
11923
11923
|
],
|
11924
11924
|
"possibleTypes": null
|
11925
11925
|
},
|
11926
|
+
{
|
11927
|
+
"kind": "OBJECT",
|
11928
|
+
"name": "CreditLedger",
|
11929
|
+
"description": "Credits ledger",
|
11930
|
+
"fields": [
|
11931
|
+
{
|
11932
|
+
"name": "events",
|
11933
|
+
"description": "List of credit ledger events",
|
11934
|
+
"args": [],
|
11935
|
+
"type": {
|
11936
|
+
"kind": "NON_NULL",
|
11937
|
+
"name": null,
|
11938
|
+
"ofType": {
|
11939
|
+
"kind": "LIST",
|
11940
|
+
"name": null,
|
11941
|
+
"ofType": {
|
11942
|
+
"kind": "NON_NULL",
|
11943
|
+
"name": null,
|
11944
|
+
"ofType": {
|
11945
|
+
"kind": "OBJECT",
|
11946
|
+
"name": "CreditLedgerEvent",
|
11947
|
+
"ofType": null
|
11948
|
+
}
|
11949
|
+
}
|
11950
|
+
}
|
11951
|
+
},
|
11952
|
+
"isDeprecated": false,
|
11953
|
+
"deprecationReason": null
|
11954
|
+
}
|
11955
|
+
],
|
11956
|
+
"inputFields": null,
|
11957
|
+
"interfaces": [],
|
11958
|
+
"enumValues": null,
|
11959
|
+
"possibleTypes": null
|
11960
|
+
},
|
11961
|
+
{
|
11962
|
+
"kind": "OBJECT",
|
11963
|
+
"name": "CreditLedgerEvent",
|
11964
|
+
"description": "Credits ledger event",
|
11965
|
+
"fields": [
|
11966
|
+
{
|
11967
|
+
"name": "amount",
|
11968
|
+
"description": "The partial cost of the ledger event",
|
11969
|
+
"args": [],
|
11970
|
+
"type": {
|
11971
|
+
"kind": "NON_NULL",
|
11972
|
+
"name": null,
|
11973
|
+
"ofType": {
|
11974
|
+
"kind": "SCALAR",
|
11975
|
+
"name": "Float",
|
11976
|
+
"ofType": null
|
11977
|
+
}
|
11978
|
+
},
|
11979
|
+
"isDeprecated": false,
|
11980
|
+
"deprecationReason": null
|
11981
|
+
},
|
11982
|
+
{
|
11983
|
+
"name": "creditCurrencyId",
|
11984
|
+
"description": "The credit currency ID of the ledger event",
|
11985
|
+
"args": [],
|
11986
|
+
"type": {
|
11987
|
+
"kind": "NON_NULL",
|
11988
|
+
"name": null,
|
11989
|
+
"ofType": {
|
11990
|
+
"kind": "SCALAR",
|
11991
|
+
"name": "String",
|
11992
|
+
"ofType": null
|
11993
|
+
}
|
11994
|
+
},
|
11995
|
+
"isDeprecated": false,
|
11996
|
+
"deprecationReason": null
|
11997
|
+
},
|
11998
|
+
{
|
11999
|
+
"name": "creditGrantId",
|
12000
|
+
"description": "The credit grant ID of the ledger event",
|
12001
|
+
"args": [],
|
12002
|
+
"type": {
|
12003
|
+
"kind": "NON_NULL",
|
12004
|
+
"name": null,
|
12005
|
+
"ofType": {
|
12006
|
+
"kind": "SCALAR",
|
12007
|
+
"name": "String",
|
12008
|
+
"ofType": null
|
12009
|
+
}
|
12010
|
+
},
|
12011
|
+
"isDeprecated": false,
|
12012
|
+
"deprecationReason": null
|
12013
|
+
},
|
12014
|
+
{
|
12015
|
+
"name": "customerId",
|
12016
|
+
"description": "The customer ID of the ledger event",
|
12017
|
+
"args": [],
|
12018
|
+
"type": {
|
12019
|
+
"kind": "NON_NULL",
|
12020
|
+
"name": null,
|
12021
|
+
"ofType": {
|
12022
|
+
"kind": "SCALAR",
|
12023
|
+
"name": "String",
|
12024
|
+
"ofType": null
|
12025
|
+
}
|
12026
|
+
},
|
12027
|
+
"isDeprecated": false,
|
12028
|
+
"deprecationReason": null
|
12029
|
+
},
|
12030
|
+
{
|
12031
|
+
"name": "eventId",
|
12032
|
+
"description": "The event ID of the ledger event",
|
12033
|
+
"args": [],
|
12034
|
+
"type": {
|
12035
|
+
"kind": "SCALAR",
|
12036
|
+
"name": "String",
|
12037
|
+
"ofType": null
|
12038
|
+
},
|
12039
|
+
"isDeprecated": false,
|
12040
|
+
"deprecationReason": null
|
12041
|
+
},
|
12042
|
+
{
|
12043
|
+
"name": "eventType",
|
12044
|
+
"description": "The type of the ledger event",
|
12045
|
+
"args": [],
|
12046
|
+
"type": {
|
12047
|
+
"kind": "NON_NULL",
|
12048
|
+
"name": null,
|
12049
|
+
"ofType": {
|
12050
|
+
"kind": "ENUM",
|
12051
|
+
"name": "CreditLedgerEventType",
|
12052
|
+
"ofType": null
|
12053
|
+
}
|
12054
|
+
},
|
12055
|
+
"isDeprecated": false,
|
12056
|
+
"deprecationReason": null
|
12057
|
+
},
|
12058
|
+
{
|
12059
|
+
"name": "featureId",
|
12060
|
+
"description": "The feature ID of the ledger event",
|
12061
|
+
"args": [],
|
12062
|
+
"type": {
|
12063
|
+
"kind": "SCALAR",
|
12064
|
+
"name": "String",
|
12065
|
+
"ofType": null
|
12066
|
+
},
|
12067
|
+
"isDeprecated": false,
|
12068
|
+
"deprecationReason": null
|
12069
|
+
},
|
12070
|
+
{
|
12071
|
+
"name": "resourceId",
|
12072
|
+
"description": "The resource ID of the ledger event",
|
12073
|
+
"args": [],
|
12074
|
+
"type": {
|
12075
|
+
"kind": "SCALAR",
|
12076
|
+
"name": "String",
|
12077
|
+
"ofType": null
|
12078
|
+
},
|
12079
|
+
"isDeprecated": false,
|
12080
|
+
"deprecationReason": null
|
12081
|
+
},
|
12082
|
+
{
|
12083
|
+
"name": "timestamp",
|
12084
|
+
"description": "The timestamp of the ledger event",
|
12085
|
+
"args": [],
|
12086
|
+
"type": {
|
12087
|
+
"kind": "NON_NULL",
|
12088
|
+
"name": null,
|
12089
|
+
"ofType": {
|
12090
|
+
"kind": "SCALAR",
|
12091
|
+
"name": "String",
|
12092
|
+
"ofType": null
|
12093
|
+
}
|
12094
|
+
},
|
12095
|
+
"isDeprecated": false,
|
12096
|
+
"deprecationReason": null
|
12097
|
+
}
|
12098
|
+
],
|
12099
|
+
"inputFields": null,
|
12100
|
+
"interfaces": [],
|
12101
|
+
"enumValues": null,
|
12102
|
+
"possibleTypes": null
|
12103
|
+
},
|
12104
|
+
{
|
12105
|
+
"kind": "ENUM",
|
12106
|
+
"name": "CreditLedgerEventType",
|
12107
|
+
"description": "The type of the ledger event",
|
12108
|
+
"fields": null,
|
12109
|
+
"inputFields": null,
|
12110
|
+
"interfaces": null,
|
12111
|
+
"enumValues": [
|
12112
|
+
{
|
12113
|
+
"name": "CREDITS_CONSUMED",
|
12114
|
+
"description": "Credits consumed",
|
12115
|
+
"isDeprecated": false,
|
12116
|
+
"deprecationReason": null
|
12117
|
+
},
|
12118
|
+
{
|
12119
|
+
"name": "CREDITS_EXPIRED",
|
12120
|
+
"description": "Credits expired",
|
12121
|
+
"isDeprecated": false,
|
12122
|
+
"deprecationReason": null
|
12123
|
+
},
|
12124
|
+
{
|
12125
|
+
"name": "CREDITS_GRANTED",
|
12126
|
+
"description": "Credits granted",
|
12127
|
+
"isDeprecated": false,
|
12128
|
+
"deprecationReason": null
|
12129
|
+
}
|
12130
|
+
],
|
12131
|
+
"possibleTypes": null
|
12132
|
+
},
|
12133
|
+
{
|
12134
|
+
"kind": "INPUT_OBJECT",
|
12135
|
+
"name": "CreditLedgerInput",
|
12136
|
+
"description": "Input for retrieving credit ledger",
|
12137
|
+
"fields": null,
|
12138
|
+
"inputFields": [
|
12139
|
+
{
|
12140
|
+
"name": "customerId",
|
12141
|
+
"description": "The customer ID of the credit ledger",
|
12142
|
+
"type": {
|
12143
|
+
"kind": "NON_NULL",
|
12144
|
+
"name": null,
|
12145
|
+
"ofType": {
|
12146
|
+
"kind": "SCALAR",
|
12147
|
+
"name": "String",
|
12148
|
+
"ofType": null
|
12149
|
+
}
|
12150
|
+
},
|
12151
|
+
"defaultValue": null,
|
12152
|
+
"isDeprecated": false,
|
12153
|
+
"deprecationReason": null
|
12154
|
+
},
|
12155
|
+
{
|
12156
|
+
"name": "environmentId",
|
12157
|
+
"description": "The environment ID of the credit ledger",
|
12158
|
+
"type": {
|
12159
|
+
"kind": "SCALAR",
|
12160
|
+
"name": "UUID",
|
12161
|
+
"ofType": null
|
12162
|
+
},
|
12163
|
+
"defaultValue": null,
|
12164
|
+
"isDeprecated": false,
|
12165
|
+
"deprecationReason": null
|
12166
|
+
},
|
12167
|
+
{
|
12168
|
+
"name": "resourceId",
|
12169
|
+
"description": "The resource ID of the credit ledger",
|
12170
|
+
"type": {
|
12171
|
+
"kind": "SCALAR",
|
12172
|
+
"name": "String",
|
12173
|
+
"ofType": null
|
12174
|
+
},
|
12175
|
+
"defaultValue": null,
|
12176
|
+
"isDeprecated": false,
|
12177
|
+
"deprecationReason": null
|
12178
|
+
}
|
12179
|
+
],
|
12180
|
+
"interfaces": null,
|
12181
|
+
"enumValues": null,
|
12182
|
+
"possibleTypes": null
|
12183
|
+
},
|
11926
12184
|
{
|
11927
12185
|
"kind": "OBJECT",
|
11928
12186
|
"name": "CreditRate",
|
@@ -68557,6 +68815,39 @@
|
|
68557
68815
|
"isDeprecated": false,
|
68558
68816
|
"deprecationReason": null
|
68559
68817
|
},
|
68818
|
+
{
|
68819
|
+
"name": "creditsLedger",
|
68820
|
+
"description": "Get the credit ledger for a customer",
|
68821
|
+
"args": [
|
68822
|
+
{
|
68823
|
+
"name": "input",
|
68824
|
+
"description": null,
|
68825
|
+
"type": {
|
68826
|
+
"kind": "NON_NULL",
|
68827
|
+
"name": null,
|
68828
|
+
"ofType": {
|
68829
|
+
"kind": "INPUT_OBJECT",
|
68830
|
+
"name": "CreditLedgerInput",
|
68831
|
+
"ofType": null
|
68832
|
+
}
|
68833
|
+
},
|
68834
|
+
"defaultValue": null,
|
68835
|
+
"isDeprecated": false,
|
68836
|
+
"deprecationReason": null
|
68837
|
+
}
|
68838
|
+
],
|
68839
|
+
"type": {
|
68840
|
+
"kind": "NON_NULL",
|
68841
|
+
"name": null,
|
68842
|
+
"ofType": {
|
68843
|
+
"kind": "OBJECT",
|
68844
|
+
"name": "CreditLedger",
|
68845
|
+
"ofType": null
|
68846
|
+
}
|
68847
|
+
},
|
68848
|
+
"isDeprecated": false,
|
68849
|
+
"deprecationReason": null
|
68850
|
+
},
|
68560
68851
|
{
|
68561
68852
|
"name": "currentEnvironment",
|
68562
68853
|
"description": "Fetch the current environment details",
|
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.48.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-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|