stigg-api-client 0.699.0 → 0.701.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 +6 -12
- 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: 2156cbdbba53a22ce45060fc6c76ba0a618f9de96c489889d73f37b6e936df8e
|
|
4
|
+
data.tar.gz: 8ba9325b72aef56979652724f2ae57b3d1f4f523280f77696d6bdbf12d0ee963
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c6cc3113c8ed1228287e35ad6bd0c8d3d69cbf0b69c11a9cc408f1c79f9cd3bfa75c633e80841728e3de08805c51e71ee97abd4108545db6fdb7040923401243
|
|
7
|
+
data.tar.gz: 726f26a8092e82ad7eb82d0620557bd850289a5e682880725be4a1d44f2e7403a202d0c4dfa1f35bb6be32d127f44e1479250b4c561fdf9e65617b51a22cd368
|
data/Gemfile.lock
CHANGED
|
@@ -18826,18 +18826,6 @@
|
|
|
18826
18826
|
"description": null,
|
|
18827
18827
|
"fields": null,
|
|
18828
18828
|
"inputFields": [
|
|
18829
|
-
{
|
|
18830
|
-
"name": "billingDisplayName",
|
|
18831
|
-
"description": null,
|
|
18832
|
-
"type": {
|
|
18833
|
-
"kind": "SCALAR",
|
|
18834
|
-
"name": "String",
|
|
18835
|
-
"ofType": null
|
|
18836
|
-
},
|
|
18837
|
-
"defaultValue": null,
|
|
18838
|
-
"isDeprecated": false,
|
|
18839
|
-
"deprecationReason": null
|
|
18840
|
-
},
|
|
18841
18829
|
{
|
|
18842
18830
|
"name": "description",
|
|
18843
18831
|
"description": null,
|
|
@@ -22715,6 +22703,12 @@
|
|
|
22715
22703
|
"isDeprecated": false,
|
|
22716
22704
|
"deprecationReason": null
|
|
22717
22705
|
},
|
|
22706
|
+
{
|
|
22707
|
+
"name": "SUBSCRIPTIONS_MIGRATION_TRIGGERED",
|
|
22708
|
+
"description": null,
|
|
22709
|
+
"isDeprecated": false,
|
|
22710
|
+
"deprecationReason": null
|
|
22711
|
+
},
|
|
22718
22712
|
{
|
|
22719
22713
|
"name": "SUBSCRIPTION_CANCELED",
|
|
22720
22714
|
"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: 0.
|
|
4
|
+
version: 0.701.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-12-
|
|
11
|
+
date: 2023-12-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|