stigg-api-client 0.499.0 → 0.501.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4171fc13e2f4c24f0f95d693085ce53ca4d4f937508d933911178f661226baf2
4
- data.tar.gz: e6862fbf351b5bf4ed070cdb4780b5df5e71aea5723b6833eb58b22f1d85d9ec
3
+ metadata.gz: 1e33d8cf909b7c822fc1467fe0fe5a0e9cc376da7a953c791423f12b242489f3
4
+ data.tar.gz: be227f64490084129024dcc7b57cc8911eb5538c0cc698515af0ad1881f23675
5
5
  SHA512:
6
- metadata.gz: 1c30317f0aa16e200f625ba84e8bb9c8897223b3834ceb430ad139c3ba73e8d1353319b81b7b5aa61ed6c296d91211542f388db3924a77ddeb579ff64e5e3c48
7
- data.tar.gz: 46aaca9c8b4400baa54d9a6728f4ab92ade49e456679014eb254711973489fdcbd010456dcddfd003769278607a8377a2c5b89879f7e2b2d8b6af8e325f6d867
6
+ metadata.gz: a4b333d39802bc6d3e71883baabf211c3b4ad3d1ba9e6ceeb0b67486ea9f6ce4a828ed7367ba834af2cc99ddf1af076be674bac54dfefbb8fb6d68416d38c3c4
7
+ data.tar.gz: 61bac95fab5bbe488bc0f1751e9a84ee7568c450241a9885aacec98bca35defe084981f78ca461475e903937c29a310d8ce5781951e3df8858767e4bb1722ccb
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.499.0)
4
+ stigg-api-client (0.501.0)
5
5
  graphlient (~> 0.7.0)
6
6
 
7
7
  GEM
@@ -20502,6 +20502,80 @@
20502
20502
  ],
20503
20503
  "possibleTypes": null
20504
20504
  },
20505
+ {
20506
+ "kind": "OBJECT",
20507
+ "name": "EventsFields",
20508
+ "description": null,
20509
+ "fields": [
20510
+ {
20511
+ "name": "fields",
20512
+ "description": null,
20513
+ "args": [],
20514
+ "type": {
20515
+ "kind": "NON_NULL",
20516
+ "name": null,
20517
+ "ofType": {
20518
+ "kind": "SCALAR",
20519
+ "name": "JSON",
20520
+ "ofType": null
20521
+ }
20522
+ },
20523
+ "isDeprecated": false,
20524
+ "deprecationReason": null
20525
+ }
20526
+ ],
20527
+ "inputFields": null,
20528
+ "interfaces": [],
20529
+ "enumValues": null,
20530
+ "possibleTypes": null
20531
+ },
20532
+ {
20533
+ "kind": "INPUT_OBJECT",
20534
+ "name": "EventsFieldsInput",
20535
+ "description": null,
20536
+ "fields": null,
20537
+ "inputFields": [
20538
+ {
20539
+ "name": "environmentId",
20540
+ "description": null,
20541
+ "type": {
20542
+ "kind": "NON_NULL",
20543
+ "name": null,
20544
+ "ofType": {
20545
+ "kind": "SCALAR",
20546
+ "name": "String",
20547
+ "ofType": null
20548
+ }
20549
+ },
20550
+ "defaultValue": null,
20551
+ "isDeprecated": false,
20552
+ "deprecationReason": null
20553
+ },
20554
+ {
20555
+ "name": "filters",
20556
+ "description": null,
20557
+ "type": {
20558
+ "kind": "LIST",
20559
+ "name": null,
20560
+ "ofType": {
20561
+ "kind": "NON_NULL",
20562
+ "name": null,
20563
+ "ofType": {
20564
+ "kind": "INPUT_OBJECT",
20565
+ "name": "MeterFilterDefinitionInput",
20566
+ "ofType": null
20567
+ }
20568
+ }
20569
+ },
20570
+ "defaultValue": null,
20571
+ "isDeprecated": false,
20572
+ "deprecationReason": null
20573
+ }
20574
+ ],
20575
+ "interfaces": null,
20576
+ "enumValues": null,
20577
+ "possibleTypes": null
20578
+ },
20505
20579
  {
20506
20580
  "kind": "OBJECT",
20507
20581
  "name": "Experiment",
@@ -22337,6 +22411,18 @@
22337
22411
  "isDeprecated": false,
22338
22412
  "deprecationReason": null
22339
22413
  },
22414
+ {
22415
+ "name": "hasEntitlements",
22416
+ "description": null,
22417
+ "args": [],
22418
+ "type": {
22419
+ "kind": "SCALAR",
22420
+ "name": "Boolean",
22421
+ "ofType": null
22422
+ },
22423
+ "isDeprecated": false,
22424
+ "deprecationReason": null
22425
+ },
22340
22426
  {
22341
22427
  "name": "hasMeter",
22342
22428
  "description": null,
@@ -47813,6 +47899,39 @@
47813
47899
  "isDeprecated": false,
47814
47900
  "deprecationReason": null
47815
47901
  },
47902
+ {
47903
+ "name": "eventsFields",
47904
+ "description": null,
47905
+ "args": [
47906
+ {
47907
+ "name": "input",
47908
+ "description": null,
47909
+ "type": {
47910
+ "kind": "NON_NULL",
47911
+ "name": null,
47912
+ "ofType": {
47913
+ "kind": "INPUT_OBJECT",
47914
+ "name": "EventsFieldsInput",
47915
+ "ofType": null
47916
+ }
47917
+ },
47918
+ "defaultValue": null,
47919
+ "isDeprecated": false,
47920
+ "deprecationReason": null
47921
+ }
47922
+ ],
47923
+ "type": {
47924
+ "kind": "NON_NULL",
47925
+ "name": null,
47926
+ "ofType": {
47927
+ "kind": "OBJECT",
47928
+ "name": "EventsFields",
47929
+ "ofType": null
47930
+ }
47931
+ },
47932
+ "isDeprecated": false,
47933
+ "deprecationReason": null
47934
+ },
47816
47935
  {
47817
47936
  "name": "experiment",
47818
47937
  "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 = "0.499.0"
4
+ VERSION = "0.501.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stigg-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.499.0
4
+ version: 0.501.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg