stigg-api-client 0.514.0 → 0.515.3
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 +21 -9
- 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: 383a9412f6f9372e3bba2d7a1d30828976cf1437e364bee0b68162c4d22c58d0
|
|
4
|
+
data.tar.gz: 1f53efc4dfce982d6e879ff5f53879bd5b9ecd9952f84fe8ca81db320be5e69e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 939d385b534320cc244b4084e46c5d0c15167d1a3d26b9f1d3c6c71e01787093182567ade7988a9474a38827d6ff5411ca36cc4aff91a48c2c8c9050b35edd17
|
|
7
|
+
data.tar.gz: d566c4cebf30fd3d8440f4e496b4aba3828c929e1c8300476c044b978c93743b00f72afe9af3264f51137bff3ee7c3dcdad64f9e1db0e99a58e8c3c5761b660b
|
data/Gemfile.lock
CHANGED
|
@@ -61322,6 +61322,22 @@
|
|
|
61322
61322
|
"name": "UsageEvent",
|
|
61323
61323
|
"description": null,
|
|
61324
61324
|
"fields": [
|
|
61325
|
+
{
|
|
61326
|
+
"name": "customerId",
|
|
61327
|
+
"description": null,
|
|
61328
|
+
"args": [],
|
|
61329
|
+
"type": {
|
|
61330
|
+
"kind": "NON_NULL",
|
|
61331
|
+
"name": null,
|
|
61332
|
+
"ofType": {
|
|
61333
|
+
"kind": "SCALAR",
|
|
61334
|
+
"name": "String",
|
|
61335
|
+
"ofType": null
|
|
61336
|
+
}
|
|
61337
|
+
},
|
|
61338
|
+
"isDeprecated": false,
|
|
61339
|
+
"deprecationReason": null
|
|
61340
|
+
},
|
|
61325
61341
|
{
|
|
61326
61342
|
"name": "dimensions",
|
|
61327
61343
|
"description": null,
|
|
@@ -61509,19 +61525,15 @@
|
|
|
61509
61525
|
"name": "filters",
|
|
61510
61526
|
"description": null,
|
|
61511
61527
|
"type": {
|
|
61512
|
-
"kind": "
|
|
61528
|
+
"kind": "LIST",
|
|
61513
61529
|
"name": null,
|
|
61514
61530
|
"ofType": {
|
|
61515
|
-
"kind": "
|
|
61531
|
+
"kind": "NON_NULL",
|
|
61516
61532
|
"name": null,
|
|
61517
61533
|
"ofType": {
|
|
61518
|
-
"kind": "
|
|
61519
|
-
"name":
|
|
61520
|
-
"ofType":
|
|
61521
|
-
"kind": "INPUT_OBJECT",
|
|
61522
|
-
"name": "MeterFilterDefinitionInput",
|
|
61523
|
-
"ofType": null
|
|
61524
|
-
}
|
|
61534
|
+
"kind": "INPUT_OBJECT",
|
|
61535
|
+
"name": "MeterFilterDefinitionInput",
|
|
61536
|
+
"ofType": null
|
|
61525
61537
|
}
|
|
61526
61538
|
}
|
|
61527
61539
|
},
|
data/lib/stigg/version.rb
CHANGED