stigg-api-client 1.187.0 → 1.189.1
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 +49 -9
- 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: c80bd6a6abf0bbbb185057824fe18cb19ca60f4619132ca3c8eccd8653abaef0
|
4
|
+
data.tar.gz: f5d9a72832e508df5d612c90c6da462b8e4372251562116ac600f5bd3ab55778
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bf721a456a987c1dae9be9dc2a1049116c6e594245058f6510814aca2d865a778f82e42d416118b02f13742159728266361d702a1d43130568e883d5d1908673
|
7
|
+
data.tar.gz: 1f83e35560c93b0c9c8025b9c59eaa388663408a0362cfe683a77a830dffee38fc605afa37154bcaffd556966f0f6e03a40f9c010ee10ef200bbef01eff6539a
|
data/Gemfile.lock
CHANGED
@@ -77111,9 +77111,21 @@
|
|
77111
77111
|
"name": "UsageEvent",
|
77112
77112
|
"description": null,
|
77113
77113
|
"fields": [
|
77114
|
+
{
|
77115
|
+
"name": "customer",
|
77116
|
+
"description": "The customer object reported",
|
77117
|
+
"args": [],
|
77118
|
+
"type": {
|
77119
|
+
"kind": "OBJECT",
|
77120
|
+
"name": "Customer",
|
77121
|
+
"ofType": null
|
77122
|
+
},
|
77123
|
+
"isDeprecated": false,
|
77124
|
+
"deprecationReason": null
|
77125
|
+
},
|
77114
77126
|
{
|
77115
77127
|
"name": "customerId",
|
77116
|
-
"description":
|
77128
|
+
"description": "The customer id reported",
|
77117
77129
|
"args": [],
|
77118
77130
|
"type": {
|
77119
77131
|
"kind": "NON_NULL",
|
@@ -77129,7 +77141,7 @@
|
|
77129
77141
|
},
|
77130
77142
|
{
|
77131
77143
|
"name": "dimensions",
|
77132
|
-
"description":
|
77144
|
+
"description": "The dimensions reported",
|
77133
77145
|
"args": [],
|
77134
77146
|
"type": {
|
77135
77147
|
"kind": "SCALAR",
|
@@ -77141,7 +77153,7 @@
|
|
77141
77153
|
},
|
77142
77154
|
{
|
77143
77155
|
"name": "eventName",
|
77144
|
-
"description":
|
77156
|
+
"description": "The event name reported",
|
77145
77157
|
"args": [],
|
77146
77158
|
"type": {
|
77147
77159
|
"kind": "NON_NULL",
|
@@ -77157,7 +77169,23 @@
|
|
77157
77169
|
},
|
77158
77170
|
{
|
77159
77171
|
"name": "id",
|
77160
|
-
"description":
|
77172
|
+
"description": "The id of the event",
|
77173
|
+
"args": [],
|
77174
|
+
"type": {
|
77175
|
+
"kind": "NON_NULL",
|
77176
|
+
"name": null,
|
77177
|
+
"ofType": {
|
77178
|
+
"kind": "SCALAR",
|
77179
|
+
"name": "String",
|
77180
|
+
"ofType": null
|
77181
|
+
}
|
77182
|
+
},
|
77183
|
+
"isDeprecated": false,
|
77184
|
+
"deprecationReason": null
|
77185
|
+
},
|
77186
|
+
{
|
77187
|
+
"name": "idempotencyKey",
|
77188
|
+
"description": "The idempotency key reported",
|
77161
77189
|
"args": [],
|
77162
77190
|
"type": {
|
77163
77191
|
"kind": "NON_NULL",
|
@@ -77173,7 +77201,7 @@
|
|
77173
77201
|
},
|
77174
77202
|
{
|
77175
77203
|
"name": "resourceId",
|
77176
|
-
"description":
|
77204
|
+
"description": "The resource id reported",
|
77177
77205
|
"args": [],
|
77178
77206
|
"type": {
|
77179
77207
|
"kind": "SCALAR",
|
@@ -77185,7 +77213,7 @@
|
|
77185
77213
|
},
|
77186
77214
|
{
|
77187
77215
|
"name": "timestamp",
|
77188
|
-
"description":
|
77216
|
+
"description": "The timestamp reported",
|
77189
77217
|
"args": [],
|
77190
77218
|
"type": {
|
77191
77219
|
"kind": "NON_NULL",
|
@@ -77306,9 +77334,21 @@
|
|
77306
77334
|
"description": null,
|
77307
77335
|
"fields": null,
|
77308
77336
|
"inputFields": [
|
77337
|
+
{
|
77338
|
+
"name": "customerId",
|
77339
|
+
"description": "Customer id filter",
|
77340
|
+
"type": {
|
77341
|
+
"kind": "SCALAR",
|
77342
|
+
"name": "String",
|
77343
|
+
"ofType": null
|
77344
|
+
},
|
77345
|
+
"defaultValue": null,
|
77346
|
+
"isDeprecated": false,
|
77347
|
+
"deprecationReason": null
|
77348
|
+
},
|
77309
77349
|
{
|
77310
77350
|
"name": "environmentId",
|
77311
|
-
"description":
|
77351
|
+
"description": "Environment id filter",
|
77312
77352
|
"type": {
|
77313
77353
|
"kind": "NON_NULL",
|
77314
77354
|
"name": null,
|
@@ -77324,7 +77364,7 @@
|
|
77324
77364
|
},
|
77325
77365
|
{
|
77326
77366
|
"name": "filters",
|
77327
|
-
"description":
|
77367
|
+
"description": "List of event filters",
|
77328
77368
|
"type": {
|
77329
77369
|
"kind": "LIST",
|
77330
77370
|
"name": null,
|
@@ -77354,7 +77394,7 @@
|
|
77354
77394
|
"fields": [
|
77355
77395
|
{
|
77356
77396
|
"name": "events",
|
77357
|
-
"description":
|
77397
|
+
"description": "List of events",
|
77358
77398
|
"args": [],
|
77359
77399
|
"type": {
|
77360
77400
|
"kind": "NON_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: 1.
|
4
|
+
version: 1.189.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stigg
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-05-
|
11
|
+
date: 2024-05-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|