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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +119 -0
- data/lib/stigg/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1e33d8cf909b7c822fc1467fe0fe5a0e9cc376da7a953c791423f12b242489f3
|
|
4
|
+
data.tar.gz: be227f64490084129024dcc7b57cc8911eb5538c0cc698515af0ad1881f23675
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a4b333d39802bc6d3e71883baabf211c3b4ad3d1ba9e6ceeb0b67486ea9f6ce4a828ed7367ba834af2cc99ddf1af076be674bac54dfefbb8fb6d68416d38c3c4
|
|
7
|
+
data.tar.gz: 61bac95fab5bbe488bc0f1751e9a84ee7568c450241a9885aacec98bca35defe084981f78ca461475e903937c29a310d8ce5781951e3df8858767e4bb1722ccb
|
data/Gemfile.lock
CHANGED
|
@@ -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