stigg-api-client 3.80.0 → 3.81.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 +40 -4
- 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: 4f45504224d24e4dce11ac0e726d46aea81fb5af3329edf7ee4e9503a920f396
|
4
|
+
data.tar.gz: beaac5cb03a6e6774069b526130e5b3471206b1d7e55a2983c5d30aa4f3e4735
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 18c0ebba601f891d34b6146d05bcc716b3cfd2d398f0911461b8df6313a0a70ce99bd977807e4e09c012e3ba56d5e8ae5fc8dea43d7419a487d5e224010b1eb6
|
7
|
+
data.tar.gz: 50d8d45ede74d466fa3305032e7589b23b1c26443831cfa7457097acaa7556a6bf405bc071d9a9a944ed5266ee0febd12fc17cf4127cf3b1350360f37cec4124
|
data/Gemfile.lock
CHANGED
@@ -28895,6 +28895,12 @@
|
|
28895
28895
|
"isDeprecated": false,
|
28896
28896
|
"deprecationReason": null
|
28897
28897
|
},
|
28898
|
+
{
|
28899
|
+
"name": "CREDIT",
|
28900
|
+
"description": "Credit entity",
|
28901
|
+
"isDeprecated": false,
|
28902
|
+
"deprecationReason": null
|
28903
|
+
},
|
28898
28904
|
{
|
28899
28905
|
"name": "CUSTOMER",
|
28900
28906
|
"description": "Customer entity",
|
@@ -30105,14 +30111,44 @@
|
|
30105
30111
|
"deprecationReason": null
|
30106
30112
|
},
|
30107
30113
|
{
|
30108
|
-
"name": "
|
30109
|
-
"description": "Credits
|
30114
|
+
"name": "CREDITS_BALANCE_DEPLETED",
|
30115
|
+
"description": "Credits balance depleted",
|
30110
30116
|
"isDeprecated": false,
|
30111
30117
|
"deprecationReason": null
|
30112
30118
|
},
|
30113
30119
|
{
|
30114
|
-
"name": "
|
30115
|
-
"description": "Credits
|
30120
|
+
"name": "CREDITS_BALANCE_USAGE_LOW",
|
30121
|
+
"description": "Credits balance usage low",
|
30122
|
+
"isDeprecated": false,
|
30123
|
+
"deprecationReason": null
|
30124
|
+
},
|
30125
|
+
{
|
30126
|
+
"name": "CREDITS_GRANT_DEPLETED",
|
30127
|
+
"description": "Credits grant depleted",
|
30128
|
+
"isDeprecated": false,
|
30129
|
+
"deprecationReason": null
|
30130
|
+
},
|
30131
|
+
{
|
30132
|
+
"name": "CREDITS_GRANT_EXPIRED",
|
30133
|
+
"description": "Credits grant expired",
|
30134
|
+
"isDeprecated": false,
|
30135
|
+
"deprecationReason": null
|
30136
|
+
},
|
30137
|
+
{
|
30138
|
+
"name": "CREDITS_GRANT_GRANTED",
|
30139
|
+
"description": "Credits grant granted",
|
30140
|
+
"isDeprecated": false,
|
30141
|
+
"deprecationReason": null
|
30142
|
+
},
|
30143
|
+
{
|
30144
|
+
"name": "CREDITS_GRANT_UPDATED",
|
30145
|
+
"description": "Credits grant updated",
|
30146
|
+
"isDeprecated": false,
|
30147
|
+
"deprecationReason": null
|
30148
|
+
},
|
30149
|
+
{
|
30150
|
+
"name": "CREDITS_GRANT_USAGE_LOW",
|
30151
|
+
"description": "Credits grant usage low",
|
30116
30152
|
"isDeprecated": false,
|
30117
30153
|
"deprecationReason": null
|
30118
30154
|
},
|
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.81.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-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|