stigg-api-client 1.187.0 → 1.189.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a6b19fec134aef440905e3506084b11f7833bc48795013cdd4f571b6dda553cb
4
- data.tar.gz: 7597d6431a9e6baada2f3509cbe3480150d81c90a932cd1a25eb8f91a9a2a408
3
+ metadata.gz: c80bd6a6abf0bbbb185057824fe18cb19ca60f4619132ca3c8eccd8653abaef0
4
+ data.tar.gz: f5d9a72832e508df5d612c90c6da462b8e4372251562116ac600f5bd3ab55778
5
5
  SHA512:
6
- metadata.gz: c47495b59163f3a1509b5fc02cbf4c7ce11547c8e22a76daf4ee1ea51962bd27009418483cea2d5143094e635ff6fa00305332216e68f968a0287cdb6f8ed902
7
- data.tar.gz: 465db47b499f1e854b80f326128d82ad12b76f72da100873f5d6451535d937097e748e45ad5fb9fba78f2c0abf448b794e906a7206402b42ab859fac420a4927
6
+ metadata.gz: bf721a456a987c1dae9be9dc2a1049116c6e594245058f6510814aca2d865a778f82e42d416118b02f13742159728266361d702a1d43130568e883d5d1908673
7
+ data.tar.gz: 1f83e35560c93b0c9c8025b9c59eaa388663408a0362cfe683a77a830dffee38fc605afa37154bcaffd556966f0f6e03a40f9c010ee10ef200bbef01eff6539a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.187.0)
4
+ stigg-api-client (1.189.1)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -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": null,
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": null,
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": null,
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": null,
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": null,
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": null,
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": null,
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": null,
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": null,
77397
+ "description": "List of events",
77358
77398
  "args": [],
77359
77399
  "type": {
77360
77400
  "kind": "NON_NULL",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "1.187.0"
4
+ VERSION = "1.189.1"
5
5
  end
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.187.0
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-21 00:00:00.000000000 Z
11
+ date: 2024-05-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient