stigg-api-client 0.605.0 → 0.614.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 +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 28071e7fe2b34cc3b092aac399b420aa3e6d797ffd6199fcd5f349b68cf36a9d
|
|
4
|
+
data.tar.gz: 2e479ff9936d592c0bc0cf25b5800db925479f759d75b92f416e6041bc5abdc6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3367f9ec41587fefe6e0d916c20ecca85d6252945c921a158b49f6c4ead3ec77e6d8f677bf1c33736ff776dab34b5ace1f4da330b814f64f2308652c9f9e4e1a
|
|
7
|
+
data.tar.gz: 4b2ac224a80e909d92a4a8ab73aa4c573230c7cce211dbfa52d6e57d9a43f73dd62e87e67bd4a04d8a01e3e2d41c0b10ead539c34c3803f6c9b584a0cbb09572
|
data/Gemfile.lock
CHANGED
|
@@ -21565,6 +21565,12 @@
|
|
|
21565
21565
|
"isDeprecated": false,
|
|
21566
21566
|
"deprecationReason": null
|
|
21567
21567
|
},
|
|
21568
|
+
{
|
|
21569
|
+
"name": "EDGE_API_PACKAGE_ENTITLEMENTS_DATA_RESYNC",
|
|
21570
|
+
"description": null,
|
|
21571
|
+
"isDeprecated": false,
|
|
21572
|
+
"deprecationReason": null
|
|
21573
|
+
},
|
|
21568
21574
|
{
|
|
21569
21575
|
"name": "EDGE_API_SUBSCRIPTIONS_DATA_RESYNC",
|
|
21570
21576
|
"description": null,
|
|
@@ -61761,6 +61767,12 @@
|
|
|
61761
61767
|
"inputFields": null,
|
|
61762
61768
|
"interfaces": null,
|
|
61763
61769
|
"enumValues": [
|
|
61770
|
+
{
|
|
61771
|
+
"name": "CANCELED",
|
|
61772
|
+
"description": null,
|
|
61773
|
+
"isDeprecated": false,
|
|
61774
|
+
"deprecationReason": null
|
|
61775
|
+
},
|
|
61764
61776
|
{
|
|
61765
61777
|
"name": "COMPLETED",
|
|
61766
61778
|
"description": null,
|
|
@@ -62032,6 +62044,12 @@
|
|
|
62032
62044
|
"description": null,
|
|
62033
62045
|
"isDeprecated": false,
|
|
62034
62046
|
"deprecationReason": null
|
|
62047
|
+
},
|
|
62048
|
+
{
|
|
62049
|
+
"name": "SUBSCRIPTION_MIGRATION_V2",
|
|
62050
|
+
"description": null,
|
|
62051
|
+
"isDeprecated": false,
|
|
62052
|
+
"deprecationReason": null
|
|
62035
62053
|
}
|
|
62036
62054
|
],
|
|
62037
62055
|
"possibleTypes": 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.614.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-
|
|
11
|
+
date: 2023-11-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|