stigg-api-client 1.199.0 → 1.200.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 +134 -1
- 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: 1218835b8392486fd7482a557c19a08da877bd90c26bac7dec60c01a8c1009ac
|
|
4
|
+
data.tar.gz: ab1e137c4cb28ce700e102602c684142e9ccf36b26ab4b072e53476723ecb38e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: db8fbd18ee6055e5a70e1573f002ce4bc9546181c88255c716bbccb4a611ef75a68d82c870b8fe2c9904a7de629499cc30d56246543c1b2563dcb749ef36c558
|
|
7
|
+
data.tar.gz: 92a5cded65b70d4d15ce0c2b1cd709ed82b0ca44335b7b157f6b254c203020ff2a479b620089474cef2c0811d22f54eee6711e98c167db7851ef92490628f6ce
|
data/Gemfile.lock
CHANGED
|
@@ -24377,6 +24377,95 @@
|
|
|
24377
24377
|
"enumValues": null,
|
|
24378
24378
|
"possibleTypes": null
|
|
24379
24379
|
},
|
|
24380
|
+
{
|
|
24381
|
+
"kind": "ENUM",
|
|
24382
|
+
"name": "EventEntityType",
|
|
24383
|
+
"description": "Event entity type",
|
|
24384
|
+
"fields": null,
|
|
24385
|
+
"inputFields": null,
|
|
24386
|
+
"interfaces": null,
|
|
24387
|
+
"enumValues": [
|
|
24388
|
+
{
|
|
24389
|
+
"name": "ADDON",
|
|
24390
|
+
"description": "Add-on entity",
|
|
24391
|
+
"isDeprecated": false,
|
|
24392
|
+
"deprecationReason": null
|
|
24393
|
+
},
|
|
24394
|
+
{
|
|
24395
|
+
"name": "COUPON",
|
|
24396
|
+
"description": "Coupon entity",
|
|
24397
|
+
"isDeprecated": false,
|
|
24398
|
+
"deprecationReason": null
|
|
24399
|
+
},
|
|
24400
|
+
{
|
|
24401
|
+
"name": "CUSTOMER",
|
|
24402
|
+
"description": "Customer entity",
|
|
24403
|
+
"isDeprecated": false,
|
|
24404
|
+
"deprecationReason": null
|
|
24405
|
+
},
|
|
24406
|
+
{
|
|
24407
|
+
"name": "ENTITLEMENT",
|
|
24408
|
+
"description": "Entitlement entity",
|
|
24409
|
+
"isDeprecated": false,
|
|
24410
|
+
"deprecationReason": null
|
|
24411
|
+
},
|
|
24412
|
+
{
|
|
24413
|
+
"name": "FEATURE",
|
|
24414
|
+
"description": "Feature entity",
|
|
24415
|
+
"isDeprecated": false,
|
|
24416
|
+
"deprecationReason": null
|
|
24417
|
+
},
|
|
24418
|
+
{
|
|
24419
|
+
"name": "IMPORT",
|
|
24420
|
+
"description": "Import entity",
|
|
24421
|
+
"isDeprecated": false,
|
|
24422
|
+
"deprecationReason": null
|
|
24423
|
+
},
|
|
24424
|
+
{
|
|
24425
|
+
"name": "MEASUREMENT",
|
|
24426
|
+
"description": "Measurement entity",
|
|
24427
|
+
"isDeprecated": false,
|
|
24428
|
+
"deprecationReason": null
|
|
24429
|
+
},
|
|
24430
|
+
{
|
|
24431
|
+
"name": "PACKAGE",
|
|
24432
|
+
"description": "Package entity",
|
|
24433
|
+
"isDeprecated": false,
|
|
24434
|
+
"deprecationReason": null
|
|
24435
|
+
},
|
|
24436
|
+
{
|
|
24437
|
+
"name": "PACKAGE_GROUP",
|
|
24438
|
+
"description": "Package group entity",
|
|
24439
|
+
"isDeprecated": false,
|
|
24440
|
+
"deprecationReason": null
|
|
24441
|
+
},
|
|
24442
|
+
{
|
|
24443
|
+
"name": "PLAN",
|
|
24444
|
+
"description": "Plan entity",
|
|
24445
|
+
"isDeprecated": false,
|
|
24446
|
+
"deprecationReason": null
|
|
24447
|
+
},
|
|
24448
|
+
{
|
|
24449
|
+
"name": "PRODUCT",
|
|
24450
|
+
"description": "Product entity",
|
|
24451
|
+
"isDeprecated": false,
|
|
24452
|
+
"deprecationReason": null
|
|
24453
|
+
},
|
|
24454
|
+
{
|
|
24455
|
+
"name": "PROMOTIONAL_ENTITLEMENT",
|
|
24456
|
+
"description": "Promotional entitlement entity",
|
|
24457
|
+
"isDeprecated": false,
|
|
24458
|
+
"deprecationReason": null
|
|
24459
|
+
},
|
|
24460
|
+
{
|
|
24461
|
+
"name": "SUBSCRIPTION",
|
|
24462
|
+
"description": "Subscription entity",
|
|
24463
|
+
"isDeprecated": false,
|
|
24464
|
+
"deprecationReason": null
|
|
24465
|
+
}
|
|
24466
|
+
],
|
|
24467
|
+
"possibleTypes": null
|
|
24468
|
+
},
|
|
24380
24469
|
{
|
|
24381
24470
|
"kind": "OBJECT",
|
|
24382
24471
|
"name": "EventLog",
|
|
@@ -24438,6 +24527,18 @@
|
|
|
24438
24527
|
"isDeprecated": false,
|
|
24439
24528
|
"deprecationReason": null
|
|
24440
24529
|
},
|
|
24530
|
+
{
|
|
24531
|
+
"name": "entityType",
|
|
24532
|
+
"description": "The event entity type",
|
|
24533
|
+
"args": [],
|
|
24534
|
+
"type": {
|
|
24535
|
+
"kind": "ENUM",
|
|
24536
|
+
"name": "EventEntityType",
|
|
24537
|
+
"ofType": null
|
|
24538
|
+
},
|
|
24539
|
+
"isDeprecated": false,
|
|
24540
|
+
"deprecationReason": null
|
|
24541
|
+
},
|
|
24441
24542
|
{
|
|
24442
24543
|
"name": "environmentId",
|
|
24443
24544
|
"description": "The environment ID",
|
|
@@ -24879,6 +24980,38 @@
|
|
|
24879
24980
|
"defaultValue": null,
|
|
24880
24981
|
"isDeprecated": false,
|
|
24881
24982
|
"deprecationReason": null
|
|
24983
|
+
},
|
|
24984
|
+
{
|
|
24985
|
+
"name": "neq",
|
|
24986
|
+
"description": null,
|
|
24987
|
+
"type": {
|
|
24988
|
+
"kind": "ENUM",
|
|
24989
|
+
"name": "EventLogType",
|
|
24990
|
+
"ofType": null
|
|
24991
|
+
},
|
|
24992
|
+
"defaultValue": null,
|
|
24993
|
+
"isDeprecated": false,
|
|
24994
|
+
"deprecationReason": null
|
|
24995
|
+
},
|
|
24996
|
+
{
|
|
24997
|
+
"name": "notIn",
|
|
24998
|
+
"description": null,
|
|
24999
|
+
"type": {
|
|
25000
|
+
"kind": "LIST",
|
|
25001
|
+
"name": null,
|
|
25002
|
+
"ofType": {
|
|
25003
|
+
"kind": "NON_NULL",
|
|
25004
|
+
"name": null,
|
|
25005
|
+
"ofType": {
|
|
25006
|
+
"kind": "ENUM",
|
|
25007
|
+
"name": "EventLogType",
|
|
25008
|
+
"ofType": null
|
|
25009
|
+
}
|
|
25010
|
+
}
|
|
25011
|
+
},
|
|
25012
|
+
"defaultValue": null,
|
|
25013
|
+
"isDeprecated": false,
|
|
25014
|
+
"deprecationReason": null
|
|
24882
25015
|
}
|
|
24883
25016
|
],
|
|
24884
25017
|
"interfaces": null,
|
|
@@ -60354,7 +60487,7 @@
|
|
|
60354
60487
|
"name": "EventLogFilter",
|
|
60355
60488
|
"ofType": null
|
|
60356
60489
|
},
|
|
60357
|
-
"defaultValue": "{eventLogType: {}}",
|
|
60490
|
+
"defaultValue": "{eventLogType: {neq: MEASUREMENT_REPORTED}}",
|
|
60358
60491
|
"isDeprecated": false,
|
|
60359
60492
|
"deprecationReason": null
|
|
60360
60493
|
},
|
data/lib/stigg/version.rb
CHANGED