stigg-api-client 0.659.0 → 0.662.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/operations.rb +16 -0
- data/lib/stigg/generated/schema.json +59 -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: da180f6862190d99638e285454476ced180123765dba7bd48a9f268a3bb35a98
|
|
4
|
+
data.tar.gz: 513c04d4799570692892b9563695061d720dd37c483f5aefbc948552e5988fb1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 365c873698a709dc1f04d72131f721680861f53ff96874ff63a5e2bd7366318ed6f85638c9a8d4d52ddc6bdcea3d70c9f9252177b13d3f81c3fa6a7001bd4174
|
|
7
|
+
data.tar.gz: 5bcce7dc3bd66b9346519ebe5a16e87acb3e2771fccc989af05db6025b5dcf63e602c4564ea2f5c51a1d3273cdb960845d489c1a6b1a6457af0179d812f7042c
|
data/Gemfile.lock
CHANGED
|
@@ -799,6 +799,13 @@ module Stigg
|
|
|
799
799
|
}
|
|
800
800
|
GRAPHQL
|
|
801
801
|
|
|
802
|
+
MigrationCompletedPayload = <<~GRAPHQL
|
|
803
|
+
fragment MigrationCompletedPayload on MigrationCompleted {
|
|
804
|
+
accountId
|
|
805
|
+
environmentId
|
|
806
|
+
}
|
|
807
|
+
GRAPHQL
|
|
808
|
+
|
|
802
809
|
CustomerPortalFragment = <<~GRAPHQL
|
|
803
810
|
fragment CustomerPortalFragment on CustomerPortal {
|
|
804
811
|
subscriptions {
|
|
@@ -1698,5 +1705,14 @@ module Stigg
|
|
|
1698
1705
|
#{Fragment::ResetPeriodConfigurationFragment}
|
|
1699
1706
|
#{Fragment::FeatureFragment}
|
|
1700
1707
|
GRAPHQL
|
|
1708
|
+
|
|
1709
|
+
OnMigrationCompleted = <<~GRAPHQL
|
|
1710
|
+
subscription {
|
|
1711
|
+
migrationCompleted {
|
|
1712
|
+
...MigrationCompletedPayload
|
|
1713
|
+
}
|
|
1714
|
+
}
|
|
1715
|
+
#{Fragment::MigrationCompletedPayload}
|
|
1716
|
+
GRAPHQL
|
|
1701
1717
|
end
|
|
1702
1718
|
end
|
|
@@ -31772,6 +31772,49 @@
|
|
|
31772
31772
|
"enumValues": null,
|
|
31773
31773
|
"possibleTypes": null
|
|
31774
31774
|
},
|
|
31775
|
+
{
|
|
31776
|
+
"kind": "OBJECT",
|
|
31777
|
+
"name": "MigrationCompleted",
|
|
31778
|
+
"description": null,
|
|
31779
|
+
"fields": [
|
|
31780
|
+
{
|
|
31781
|
+
"name": "accountId",
|
|
31782
|
+
"description": null,
|
|
31783
|
+
"args": [],
|
|
31784
|
+
"type": {
|
|
31785
|
+
"kind": "NON_NULL",
|
|
31786
|
+
"name": null,
|
|
31787
|
+
"ofType": {
|
|
31788
|
+
"kind": "SCALAR",
|
|
31789
|
+
"name": "String",
|
|
31790
|
+
"ofType": null
|
|
31791
|
+
}
|
|
31792
|
+
},
|
|
31793
|
+
"isDeprecated": false,
|
|
31794
|
+
"deprecationReason": null
|
|
31795
|
+
},
|
|
31796
|
+
{
|
|
31797
|
+
"name": "environmentId",
|
|
31798
|
+
"description": null,
|
|
31799
|
+
"args": [],
|
|
31800
|
+
"type": {
|
|
31801
|
+
"kind": "NON_NULL",
|
|
31802
|
+
"name": null,
|
|
31803
|
+
"ofType": {
|
|
31804
|
+
"kind": "SCALAR",
|
|
31805
|
+
"name": "String",
|
|
31806
|
+
"ofType": null
|
|
31807
|
+
}
|
|
31808
|
+
},
|
|
31809
|
+
"isDeprecated": false,
|
|
31810
|
+
"deprecationReason": null
|
|
31811
|
+
}
|
|
31812
|
+
],
|
|
31813
|
+
"inputFields": null,
|
|
31814
|
+
"interfaces": [],
|
|
31815
|
+
"enumValues": null,
|
|
31816
|
+
"possibleTypes": null
|
|
31817
|
+
},
|
|
31775
31818
|
{
|
|
31776
31819
|
"kind": "OBJECT",
|
|
31777
31820
|
"name": "MockPaywall",
|
|
@@ -54480,6 +54523,22 @@
|
|
|
54480
54523
|
"isDeprecated": false,
|
|
54481
54524
|
"deprecationReason": null
|
|
54482
54525
|
},
|
|
54526
|
+
{
|
|
54527
|
+
"name": "migrationCompleted",
|
|
54528
|
+
"description": null,
|
|
54529
|
+
"args": [],
|
|
54530
|
+
"type": {
|
|
54531
|
+
"kind": "NON_NULL",
|
|
54532
|
+
"name": null,
|
|
54533
|
+
"ofType": {
|
|
54534
|
+
"kind": "OBJECT",
|
|
54535
|
+
"name": "MigrationCompleted",
|
|
54536
|
+
"ofType": null
|
|
54537
|
+
}
|
|
54538
|
+
},
|
|
54539
|
+
"isDeprecated": false,
|
|
54540
|
+
"deprecationReason": null
|
|
54541
|
+
},
|
|
54483
54542
|
{
|
|
54484
54543
|
"name": "usageUpdated",
|
|
54485
54544
|
"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.662.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-
|
|
11
|
+
date: 2023-11-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|