stigg-api-client 0.474.0 → 0.476.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 +13 -1
- 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: 11cd58b1e0f7cc614fb8fe6da3ca437e3084cc09ee280d97b3879d8dae56f902
|
|
4
|
+
data.tar.gz: '081930a924adc5931bd26bd9bede47946c431e33b8412484cf21d6db758a0f53'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ddaff9c4bc0f371be4062c84d47d082748b0be4c9f479ca4ffec3a4386de0673e9a6c97b1785321f547308ff873e2058c26dcd98c83fb1a114f170143eabd86f
|
|
7
|
+
data.tar.gz: 5f3414c27e151fa92aadffacc09e2af64df43eb0acbb6b2d903d1ae6a4bf83155722fb45b84b36775c66363fbdd3adf0b473f72c403e91f9495da42c0c0b2e1c
|
data/Gemfile.lock
CHANGED
|
@@ -10628,6 +10628,18 @@
|
|
|
10628
10628
|
"isDeprecated": false,
|
|
10629
10629
|
"deprecationReason": null
|
|
10630
10630
|
},
|
|
10631
|
+
{
|
|
10632
|
+
"name": "productId",
|
|
10633
|
+
"description": null,
|
|
10634
|
+
"type": {
|
|
10635
|
+
"kind": "SCALAR",
|
|
10636
|
+
"name": "String",
|
|
10637
|
+
"ofType": null
|
|
10638
|
+
},
|
|
10639
|
+
"defaultValue": null,
|
|
10640
|
+
"isDeprecated": false,
|
|
10641
|
+
"deprecationReason": null
|
|
10642
|
+
},
|
|
10631
10643
|
{
|
|
10632
10644
|
"name": "resourceId",
|
|
10633
10645
|
"description": null,
|
|
@@ -19055,7 +19067,7 @@
|
|
|
19055
19067
|
"deprecationReason": null
|
|
19056
19068
|
},
|
|
19057
19069
|
{
|
|
19058
|
-
"name": "
|
|
19070
|
+
"name": "MeterMustBeAssociatedToMeteredFeature",
|
|
19059
19071
|
"description": null,
|
|
19060
19072
|
"isDeprecated": false,
|
|
19061
19073
|
"deprecationReason": 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: 0.
|
|
4
|
+
version: 0.476.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stigg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-07-
|
|
11
|
+
date: 2023-07-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|