stigg-api-client 1.189.3 → 1.190.3

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: 2dc1db70295cbf63114d637713cef47e5fc427a2633945a20e1b72b8f83fa109
4
- data.tar.gz: 688cd951dd9e0396d1f803cd727e064e85ef90ab302f4357727b6b6ae694f418
3
+ metadata.gz: fe1561787208d6ef57f7328f15d8b6d82e2808942f1be544d7b7dda68fd57263
4
+ data.tar.gz: fd9eee70ee45eb70c92886e1db3bab964963bc317777840ab062330da1e38086
5
5
  SHA512:
6
- metadata.gz: 8b5e0c90b4bf9d7f3138c1a177e18d403ffd8db6bfa437a92fdd00cf74a8667259acf11aa2c4c262b32e32a135855a46615a85f2a6ed6a6d0c3bb4c435835651
7
- data.tar.gz: 2d9d19950ae4ff0a57d401e57c5ea9af4f332d057c7ae17a838293709fc42468e5f5338f57e73383e38107de0e3e00ae75f906c9b4ba76a082cce404e5838838
6
+ metadata.gz: eb08a0bf7c82f0f9ce5513f9bb2c15a25c653ae1326160cd9a4b3dedafd710726a23f0278af23606ec5999568954c37198661bafd6412431cfce1f4a6a74a089
7
+ data.tar.gz: de54e4ffa27107a6a81b5c2d11afde6a6435cbd90288cdc03e4d18aa77d8e3b1dd4c1f8d1624edbf95444a717f1de218ca6234b7ea594bdd54e10edcebea8191
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.189.3)
4
+ stigg-api-client (1.190.3)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -24259,133 +24259,6 @@
24259
24259
  "enumValues": null,
24260
24260
  "possibleTypes": null
24261
24261
  },
24262
- {
24263
- "kind": "OBJECT",
24264
- "name": "EventListItem",
24265
- "description": null,
24266
- "fields": [
24267
- {
24268
- "name": "customer",
24269
- "description": null,
24270
- "args": [],
24271
- "type": {
24272
- "kind": "OBJECT",
24273
- "name": "Customer",
24274
- "ofType": null
24275
- },
24276
- "isDeprecated": false,
24277
- "deprecationReason": null
24278
- },
24279
- {
24280
- "name": "customerId",
24281
- "description": null,
24282
- "args": [],
24283
- "type": {
24284
- "kind": "NON_NULL",
24285
- "name": null,
24286
- "ofType": {
24287
- "kind": "SCALAR",
24288
- "name": "String",
24289
- "ofType": null
24290
- }
24291
- },
24292
- "isDeprecated": false,
24293
- "deprecationReason": null
24294
- },
24295
- {
24296
- "name": "dimensions",
24297
- "description": null,
24298
- "args": [],
24299
- "type": {
24300
- "kind": "SCALAR",
24301
- "name": "JSON",
24302
- "ofType": null
24303
- },
24304
- "isDeprecated": false,
24305
- "deprecationReason": null
24306
- },
24307
- {
24308
- "name": "eventName",
24309
- "description": null,
24310
- "args": [],
24311
- "type": {
24312
- "kind": "NON_NULL",
24313
- "name": null,
24314
- "ofType": {
24315
- "kind": "SCALAR",
24316
- "name": "String",
24317
- "ofType": null
24318
- }
24319
- },
24320
- "isDeprecated": false,
24321
- "deprecationReason": null
24322
- },
24323
- {
24324
- "name": "id",
24325
- "description": null,
24326
- "args": [],
24327
- "type": {
24328
- "kind": "NON_NULL",
24329
- "name": null,
24330
- "ofType": {
24331
- "kind": "SCALAR",
24332
- "name": "String",
24333
- "ofType": null
24334
- }
24335
- },
24336
- "isDeprecated": false,
24337
- "deprecationReason": null
24338
- },
24339
- {
24340
- "name": "idempotencyKey",
24341
- "description": null,
24342
- "args": [],
24343
- "type": {
24344
- "kind": "NON_NULL",
24345
- "name": null,
24346
- "ofType": {
24347
- "kind": "SCALAR",
24348
- "name": "String",
24349
- "ofType": null
24350
- }
24351
- },
24352
- "isDeprecated": false,
24353
- "deprecationReason": null
24354
- },
24355
- {
24356
- "name": "resourceId",
24357
- "description": null,
24358
- "args": [],
24359
- "type": {
24360
- "kind": "SCALAR",
24361
- "name": "String",
24362
- "ofType": null
24363
- },
24364
- "isDeprecated": false,
24365
- "deprecationReason": null
24366
- },
24367
- {
24368
- "name": "timestamp",
24369
- "description": null,
24370
- "args": [],
24371
- "type": {
24372
- "kind": "NON_NULL",
24373
- "name": null,
24374
- "ofType": {
24375
- "kind": "SCALAR",
24376
- "name": "String",
24377
- "ofType": null
24378
- }
24379
- },
24380
- "isDeprecated": false,
24381
- "deprecationReason": null
24382
- }
24383
- ],
24384
- "inputFields": null,
24385
- "interfaces": [],
24386
- "enumValues": null,
24387
- "possibleTypes": null
24388
- },
24389
24262
  {
24390
24263
  "kind": "OBJECT",
24391
24264
  "name": "EventLog",
@@ -25183,80 +25056,6 @@
25183
25056
  "enumValues": null,
25184
25057
  "possibleTypes": null
25185
25058
  },
25186
- {
25187
- "kind": "OBJECT",
25188
- "name": "EventsList",
25189
- "description": null,
25190
- "fields": [
25191
- {
25192
- "name": "events",
25193
- "description": null,
25194
- "args": [],
25195
- "type": {
25196
- "kind": "NON_NULL",
25197
- "name": null,
25198
- "ofType": {
25199
- "kind": "LIST",
25200
- "name": null,
25201
- "ofType": {
25202
- "kind": "NON_NULL",
25203
- "name": null,
25204
- "ofType": {
25205
- "kind": "OBJECT",
25206
- "name": "EventListItem",
25207
- "ofType": null
25208
- }
25209
- }
25210
- }
25211
- },
25212
- "isDeprecated": false,
25213
- "deprecationReason": null
25214
- }
25215
- ],
25216
- "inputFields": null,
25217
- "interfaces": [],
25218
- "enumValues": null,
25219
- "possibleTypes": null
25220
- },
25221
- {
25222
- "kind": "INPUT_OBJECT",
25223
- "name": "EventsListInput",
25224
- "description": null,
25225
- "fields": null,
25226
- "inputFields": [
25227
- {
25228
- "name": "customerId",
25229
- "description": null,
25230
- "type": {
25231
- "kind": "SCALAR",
25232
- "name": "String",
25233
- "ofType": null
25234
- },
25235
- "defaultValue": null,
25236
- "isDeprecated": false,
25237
- "deprecationReason": null
25238
- },
25239
- {
25240
- "name": "environmentId",
25241
- "description": null,
25242
- "type": {
25243
- "kind": "NON_NULL",
25244
- "name": null,
25245
- "ofType": {
25246
- "kind": "SCALAR",
25247
- "name": "String",
25248
- "ofType": null
25249
- }
25250
- },
25251
- "defaultValue": null,
25252
- "isDeprecated": false,
25253
- "deprecationReason": null
25254
- }
25255
- ],
25256
- "interfaces": null,
25257
- "enumValues": null,
25258
- "possibleTypes": null
25259
- },
25260
25059
  {
25261
25060
  "kind": "OBJECT",
25262
25061
  "name": "Experiment",
@@ -59820,39 +59619,6 @@
59820
59619
  "isDeprecated": false,
59821
59620
  "deprecationReason": null
59822
59621
  },
59823
- {
59824
- "name": "eventsList",
59825
- "description": null,
59826
- "args": [
59827
- {
59828
- "name": "input",
59829
- "description": null,
59830
- "type": {
59831
- "kind": "NON_NULL",
59832
- "name": null,
59833
- "ofType": {
59834
- "kind": "INPUT_OBJECT",
59835
- "name": "EventsListInput",
59836
- "ofType": null
59837
- }
59838
- },
59839
- "defaultValue": null,
59840
- "isDeprecated": false,
59841
- "deprecationReason": null
59842
- }
59843
- ],
59844
- "type": {
59845
- "kind": "NON_NULL",
59846
- "name": null,
59847
- "ofType": {
59848
- "kind": "OBJECT",
59849
- "name": "EventsList",
59850
- "ofType": null
59851
- }
59852
- },
59853
- "isDeprecated": false,
59854
- "deprecationReason": null
59855
- },
59856
59622
  {
59857
59623
  "name": "experiment",
59858
59624
  "description": 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.189.3"
4
+ VERSION = "1.190.3"
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.189.3
4
+ version: 1.190.3
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-22 00:00:00.000000000 Z
11
+ date: 2024-05-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient