stigg-api-client 2.234.0 → 2.240.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/operations.rb +29 -0
- data/lib/stigg/generated/schema.json +165 -0
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e1b05ccb60d87e860a96c0b44e85d83e85b621721dddea0ce9c98f2f989e8b48
|
|
4
|
+
data.tar.gz: 81bf0de8408781a877fd49f8f36185a8642d8f2552ca7397fd51823b8923d688
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 75189ab798b6a0fbd8c45b8af323e4aa60ab4c4515fc304fc40d6266bddabdc2d8319407eea07910e55fdb1c51eab9ef7593825c46e10ca6c4918322d4399693
|
|
7
|
+
data.tar.gz: 1b846de1a12c290dc39af1052796eedad00ae5a1535eb8afd68896028b74a98cb7000dcbec5f91ca02147ca727b9e00a2627d93e1be4e9187503d0efefd6b908
|
data/Gemfile.lock
CHANGED
|
@@ -1481,6 +1481,26 @@ module Stigg
|
|
|
1481
1481
|
}
|
|
1482
1482
|
GRAPHQL
|
|
1483
1483
|
|
|
1484
|
+
UsageHistoryV2Fragment = <<~GRAPHQL
|
|
1485
|
+
fragment UsageHistoryV2Fragment on UsageHistoryV2 {
|
|
1486
|
+
markers {
|
|
1487
|
+
type
|
|
1488
|
+
timestamp
|
|
1489
|
+
}
|
|
1490
|
+
series {
|
|
1491
|
+
tags {
|
|
1492
|
+
key
|
|
1493
|
+
value
|
|
1494
|
+
}
|
|
1495
|
+
points {
|
|
1496
|
+
timestamp
|
|
1497
|
+
value
|
|
1498
|
+
isResetPoint
|
|
1499
|
+
}
|
|
1500
|
+
}
|
|
1501
|
+
}
|
|
1502
|
+
GRAPHQL
|
|
1503
|
+
|
|
1484
1504
|
ProvisionCustomerFragment = <<~GRAPHQL
|
|
1485
1505
|
fragment ProvisionCustomerFragment on ProvisionedCustomer {
|
|
1486
1506
|
customer {
|
|
@@ -2199,6 +2219,15 @@ module Stigg
|
|
|
2199
2219
|
#{Fragment::UsageHistoryFragment}
|
|
2200
2220
|
GRAPHQL
|
|
2201
2221
|
|
|
2222
|
+
GetUsageHistoryV2 = <<~GRAPHQL
|
|
2223
|
+
query GetUsageHistoryV2($input: UsageHistoryV2Input!) {
|
|
2224
|
+
usageHistoryV2(input: $input) {
|
|
2225
|
+
...UsageHistoryV2Fragment
|
|
2226
|
+
}
|
|
2227
|
+
}
|
|
2228
|
+
#{Fragment::UsageHistoryV2Fragment}
|
|
2229
|
+
GRAPHQL
|
|
2230
|
+
|
|
2202
2231
|
OnEntitlementsUpdated = <<~GRAPHQL
|
|
2203
2232
|
subscription OnEntitlementsUpdated {
|
|
2204
2233
|
entitlementsUpdated {
|
|
@@ -37184,6 +37184,18 @@
|
|
|
37184
37184
|
"isDeprecated": false,
|
|
37185
37185
|
"deprecationReason": null
|
|
37186
37186
|
},
|
|
37187
|
+
{
|
|
37188
|
+
"name": "email",
|
|
37189
|
+
"description": null,
|
|
37190
|
+
"args": [],
|
|
37191
|
+
"type": {
|
|
37192
|
+
"kind": "SCALAR",
|
|
37193
|
+
"name": "String",
|
|
37194
|
+
"ofType": null
|
|
37195
|
+
},
|
|
37196
|
+
"isDeprecated": false,
|
|
37197
|
+
"deprecationReason": null
|
|
37198
|
+
},
|
|
37187
37199
|
{
|
|
37188
37200
|
"name": "id",
|
|
37189
37201
|
"description": null,
|
|
@@ -37286,6 +37298,18 @@
|
|
|
37286
37298
|
"isDeprecated": false,
|
|
37287
37299
|
"deprecationReason": null
|
|
37288
37300
|
},
|
|
37301
|
+
{
|
|
37302
|
+
"name": "email",
|
|
37303
|
+
"description": null,
|
|
37304
|
+
"args": [],
|
|
37305
|
+
"type": {
|
|
37306
|
+
"kind": "SCALAR",
|
|
37307
|
+
"name": "Int",
|
|
37308
|
+
"ofType": null
|
|
37309
|
+
},
|
|
37310
|
+
"isDeprecated": false,
|
|
37311
|
+
"deprecationReason": null
|
|
37312
|
+
},
|
|
37289
37313
|
{
|
|
37290
37314
|
"name": "id",
|
|
37291
37315
|
"description": null,
|
|
@@ -37385,6 +37409,18 @@
|
|
|
37385
37409
|
"isDeprecated": false,
|
|
37386
37410
|
"deprecationReason": null
|
|
37387
37411
|
},
|
|
37412
|
+
{
|
|
37413
|
+
"name": "email",
|
|
37414
|
+
"description": null,
|
|
37415
|
+
"type": {
|
|
37416
|
+
"kind": "INPUT_OBJECT",
|
|
37417
|
+
"name": "StringFieldComparison",
|
|
37418
|
+
"ofType": null
|
|
37419
|
+
},
|
|
37420
|
+
"defaultValue": null,
|
|
37421
|
+
"isDeprecated": false,
|
|
37422
|
+
"deprecationReason": null
|
|
37423
|
+
},
|
|
37388
37424
|
{
|
|
37389
37425
|
"name": "id",
|
|
37390
37426
|
"description": null,
|
|
@@ -37416,6 +37452,105 @@
|
|
|
37416
37452
|
"defaultValue": null,
|
|
37417
37453
|
"isDeprecated": false,
|
|
37418
37454
|
"deprecationReason": null
|
|
37455
|
+
},
|
|
37456
|
+
{
|
|
37457
|
+
"name": "user",
|
|
37458
|
+
"description": null,
|
|
37459
|
+
"type": {
|
|
37460
|
+
"kind": "INPUT_OBJECT",
|
|
37461
|
+
"name": "MemberFilterUserFilter",
|
|
37462
|
+
"ofType": null
|
|
37463
|
+
},
|
|
37464
|
+
"defaultValue": null,
|
|
37465
|
+
"isDeprecated": false,
|
|
37466
|
+
"deprecationReason": null
|
|
37467
|
+
}
|
|
37468
|
+
],
|
|
37469
|
+
"interfaces": null,
|
|
37470
|
+
"enumValues": null,
|
|
37471
|
+
"possibleTypes": null
|
|
37472
|
+
},
|
|
37473
|
+
{
|
|
37474
|
+
"kind": "INPUT_OBJECT",
|
|
37475
|
+
"name": "MemberFilterUserFilter",
|
|
37476
|
+
"description": null,
|
|
37477
|
+
"fields": null,
|
|
37478
|
+
"inputFields": [
|
|
37479
|
+
{
|
|
37480
|
+
"name": "and",
|
|
37481
|
+
"description": null,
|
|
37482
|
+
"type": {
|
|
37483
|
+
"kind": "LIST",
|
|
37484
|
+
"name": null,
|
|
37485
|
+
"ofType": {
|
|
37486
|
+
"kind": "NON_NULL",
|
|
37487
|
+
"name": null,
|
|
37488
|
+
"ofType": {
|
|
37489
|
+
"kind": "INPUT_OBJECT",
|
|
37490
|
+
"name": "MemberFilterUserFilter",
|
|
37491
|
+
"ofType": null
|
|
37492
|
+
}
|
|
37493
|
+
}
|
|
37494
|
+
},
|
|
37495
|
+
"defaultValue": null,
|
|
37496
|
+
"isDeprecated": false,
|
|
37497
|
+
"deprecationReason": null
|
|
37498
|
+
},
|
|
37499
|
+
{
|
|
37500
|
+
"name": "email",
|
|
37501
|
+
"description": null,
|
|
37502
|
+
"type": {
|
|
37503
|
+
"kind": "INPUT_OBJECT",
|
|
37504
|
+
"name": "StringFieldComparison",
|
|
37505
|
+
"ofType": null
|
|
37506
|
+
},
|
|
37507
|
+
"defaultValue": null,
|
|
37508
|
+
"isDeprecated": false,
|
|
37509
|
+
"deprecationReason": null
|
|
37510
|
+
},
|
|
37511
|
+
{
|
|
37512
|
+
"name": "id",
|
|
37513
|
+
"description": null,
|
|
37514
|
+
"type": {
|
|
37515
|
+
"kind": "INPUT_OBJECT",
|
|
37516
|
+
"name": "StringFieldComparison",
|
|
37517
|
+
"ofType": null
|
|
37518
|
+
},
|
|
37519
|
+
"defaultValue": null,
|
|
37520
|
+
"isDeprecated": false,
|
|
37521
|
+
"deprecationReason": null
|
|
37522
|
+
},
|
|
37523
|
+
{
|
|
37524
|
+
"name": "name",
|
|
37525
|
+
"description": null,
|
|
37526
|
+
"type": {
|
|
37527
|
+
"kind": "INPUT_OBJECT",
|
|
37528
|
+
"name": "StringFieldComparison",
|
|
37529
|
+
"ofType": null
|
|
37530
|
+
},
|
|
37531
|
+
"defaultValue": null,
|
|
37532
|
+
"isDeprecated": false,
|
|
37533
|
+
"deprecationReason": null
|
|
37534
|
+
},
|
|
37535
|
+
{
|
|
37536
|
+
"name": "or",
|
|
37537
|
+
"description": null,
|
|
37538
|
+
"type": {
|
|
37539
|
+
"kind": "LIST",
|
|
37540
|
+
"name": null,
|
|
37541
|
+
"ofType": {
|
|
37542
|
+
"kind": "NON_NULL",
|
|
37543
|
+
"name": null,
|
|
37544
|
+
"ofType": {
|
|
37545
|
+
"kind": "INPUT_OBJECT",
|
|
37546
|
+
"name": "MemberFilterUserFilter",
|
|
37547
|
+
"ofType": null
|
|
37548
|
+
}
|
|
37549
|
+
}
|
|
37550
|
+
},
|
|
37551
|
+
"defaultValue": null,
|
|
37552
|
+
"isDeprecated": false,
|
|
37553
|
+
"deprecationReason": null
|
|
37419
37554
|
}
|
|
37420
37555
|
],
|
|
37421
37556
|
"interfaces": null,
|
|
@@ -37482,6 +37617,18 @@
|
|
|
37482
37617
|
"isDeprecated": false,
|
|
37483
37618
|
"deprecationReason": null
|
|
37484
37619
|
},
|
|
37620
|
+
{
|
|
37621
|
+
"name": "email",
|
|
37622
|
+
"description": null,
|
|
37623
|
+
"args": [],
|
|
37624
|
+
"type": {
|
|
37625
|
+
"kind": "SCALAR",
|
|
37626
|
+
"name": "String",
|
|
37627
|
+
"ofType": null
|
|
37628
|
+
},
|
|
37629
|
+
"isDeprecated": false,
|
|
37630
|
+
"deprecationReason": null
|
|
37631
|
+
},
|
|
37485
37632
|
{
|
|
37486
37633
|
"name": "id",
|
|
37487
37634
|
"description": null,
|
|
@@ -37517,6 +37664,18 @@
|
|
|
37517
37664
|
"isDeprecated": false,
|
|
37518
37665
|
"deprecationReason": null
|
|
37519
37666
|
},
|
|
37667
|
+
{
|
|
37668
|
+
"name": "email",
|
|
37669
|
+
"description": null,
|
|
37670
|
+
"args": [],
|
|
37671
|
+
"type": {
|
|
37672
|
+
"kind": "SCALAR",
|
|
37673
|
+
"name": "String",
|
|
37674
|
+
"ofType": null
|
|
37675
|
+
},
|
|
37676
|
+
"isDeprecated": false,
|
|
37677
|
+
"deprecationReason": null
|
|
37678
|
+
},
|
|
37520
37679
|
{
|
|
37521
37680
|
"name": "id",
|
|
37522
37681
|
"description": null,
|
|
@@ -37631,6 +37790,12 @@
|
|
|
37631
37790
|
"isDeprecated": false,
|
|
37632
37791
|
"deprecationReason": null
|
|
37633
37792
|
},
|
|
37793
|
+
{
|
|
37794
|
+
"name": "email",
|
|
37795
|
+
"description": null,
|
|
37796
|
+
"isDeprecated": false,
|
|
37797
|
+
"deprecationReason": null
|
|
37798
|
+
},
|
|
37634
37799
|
{
|
|
37635
37800
|
"name": "id",
|
|
37636
37801
|
"description": null,
|
data/lib/stigg/version.rb
CHANGED
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: 2.
|
|
4
|
+
version: 2.240.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stigg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-12-
|
|
11
|
+
date: 2024-12-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|