stigg-api-client 0.613.0 → 0.615.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 +18 -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: 635b588015292cbdbcd4cf7613433e3289e65cbe68608a3b59e188d93d9cebeb
|
|
4
|
+
data.tar.gz: 6a625f8c98bf53d48e60210a2d9f4bf56ded0754b4437f9f7d17e3c80acb42aa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3ccf33bb5b16b945645ece03fb0c2830f7884c54cd997f148e1df04c8732e5c28c83464bc81c7a20adb2773ac8ff83edd6c2e5bda6645d1235f51078b47f7b13
|
|
7
|
+
data.tar.gz: b9bc2e102c6d9fb720de824232e259444ff0f49be09edce6217bfca5b190b1d122a4f84c981dca461049cff2d2dbd0dced4e0926a3a9e67fed46eabf92a1263b
|
data/Gemfile.lock
CHANGED
|
@@ -13956,6 +13956,18 @@
|
|
|
13956
13956
|
"isDeprecated": false,
|
|
13957
13957
|
"deprecationReason": null
|
|
13958
13958
|
},
|
|
13959
|
+
{
|
|
13960
|
+
"name": "billingSyncError",
|
|
13961
|
+
"description": null,
|
|
13962
|
+
"args": [],
|
|
13963
|
+
"type": {
|
|
13964
|
+
"kind": "SCALAR",
|
|
13965
|
+
"name": "String",
|
|
13966
|
+
"ofType": null
|
|
13967
|
+
},
|
|
13968
|
+
"isDeprecated": false,
|
|
13969
|
+
"deprecationReason": null
|
|
13970
|
+
},
|
|
13959
13971
|
{
|
|
13960
13972
|
"name": "cancelReason",
|
|
13961
13973
|
"description": null,
|
|
@@ -21565,6 +21577,12 @@
|
|
|
21565
21577
|
"isDeprecated": false,
|
|
21566
21578
|
"deprecationReason": null
|
|
21567
21579
|
},
|
|
21580
|
+
{
|
|
21581
|
+
"name": "EDGE_API_PACKAGE_ENTITLEMENTS_DATA_RESYNC",
|
|
21582
|
+
"description": null,
|
|
21583
|
+
"isDeprecated": false,
|
|
21584
|
+
"deprecationReason": null
|
|
21585
|
+
},
|
|
21568
21586
|
{
|
|
21569
21587
|
"name": "EDGE_API_SUBSCRIPTIONS_DATA_RESYNC",
|
|
21570
21588
|
"description": null,
|
data/lib/stigg/version.rb
CHANGED