stigg-api-client 0.553.0 → 0.554.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 +15 -1
- data/lib/stigg/generated/schema.json +71 -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: e49e26ed292d8bd9105e7f8fa866e00caea5b9caddc738707c46f06673ca1f0f
|
|
4
|
+
data.tar.gz: 267c8bf78d7be5ee86360500dd609eead11803e80c73971ab960fe79dcacacab
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ff1dee687047cb3a38b26433398511b6857470ba9b2b93b82c8e60edeecd2acf9055d6d10579985c17a713541a7546ec3afbf619a39947487bfdc84924cae108
|
|
7
|
+
data.tar.gz: '03288955984216597452d3bc33b15bec80e41b98a1ce58e532a0e1029ccf41815fc46bc331f1e40d222a111a26b99ab8fcf3e2965c498905d624623326bb365a'
|
data/Gemfile.lock
CHANGED
|
@@ -485,6 +485,20 @@ module Stigg
|
|
|
485
485
|
}
|
|
486
486
|
isPlanDowngrade
|
|
487
487
|
hasScheduledUpdates
|
|
488
|
+
credits {
|
|
489
|
+
initial {
|
|
490
|
+
amount
|
|
491
|
+
currency
|
|
492
|
+
}
|
|
493
|
+
used {
|
|
494
|
+
amount
|
|
495
|
+
currency
|
|
496
|
+
}
|
|
497
|
+
remaining {
|
|
498
|
+
amount
|
|
499
|
+
currency
|
|
500
|
+
}
|
|
501
|
+
}
|
|
488
502
|
}
|
|
489
503
|
GRAPHQL
|
|
490
504
|
|
|
@@ -712,7 +726,7 @@ module Stigg
|
|
|
712
726
|
}
|
|
713
727
|
customCss
|
|
714
728
|
content {
|
|
715
|
-
|
|
729
|
+
collectPhoneNumber
|
|
716
730
|
}
|
|
717
731
|
__typename
|
|
718
732
|
}
|
|
@@ -58838,6 +58838,18 @@
|
|
|
58838
58838
|
"isDeprecated": false,
|
|
58839
58839
|
"deprecationReason": null
|
|
58840
58840
|
},
|
|
58841
|
+
{
|
|
58842
|
+
"name": "credits",
|
|
58843
|
+
"description": null,
|
|
58844
|
+
"args": [],
|
|
58845
|
+
"type": {
|
|
58846
|
+
"kind": "OBJECT",
|
|
58847
|
+
"name": "SubscriptionPreviewCredits",
|
|
58848
|
+
"ofType": null
|
|
58849
|
+
},
|
|
58850
|
+
"isDeprecated": false,
|
|
58851
|
+
"deprecationReason": null
|
|
58852
|
+
},
|
|
58841
58853
|
{
|
|
58842
58854
|
"name": "discount",
|
|
58843
58855
|
"description": null,
|
|
@@ -58976,6 +58988,65 @@
|
|
|
58976
58988
|
"enumValues": null,
|
|
58977
58989
|
"possibleTypes": null
|
|
58978
58990
|
},
|
|
58991
|
+
{
|
|
58992
|
+
"kind": "OBJECT",
|
|
58993
|
+
"name": "SubscriptionPreviewCredits",
|
|
58994
|
+
"description": null,
|
|
58995
|
+
"fields": [
|
|
58996
|
+
{
|
|
58997
|
+
"name": "initial",
|
|
58998
|
+
"description": null,
|
|
58999
|
+
"args": [],
|
|
59000
|
+
"type": {
|
|
59001
|
+
"kind": "NON_NULL",
|
|
59002
|
+
"name": null,
|
|
59003
|
+
"ofType": {
|
|
59004
|
+
"kind": "OBJECT",
|
|
59005
|
+
"name": "Money",
|
|
59006
|
+
"ofType": null
|
|
59007
|
+
}
|
|
59008
|
+
},
|
|
59009
|
+
"isDeprecated": false,
|
|
59010
|
+
"deprecationReason": null
|
|
59011
|
+
},
|
|
59012
|
+
{
|
|
59013
|
+
"name": "remaining",
|
|
59014
|
+
"description": null,
|
|
59015
|
+
"args": [],
|
|
59016
|
+
"type": {
|
|
59017
|
+
"kind": "NON_NULL",
|
|
59018
|
+
"name": null,
|
|
59019
|
+
"ofType": {
|
|
59020
|
+
"kind": "OBJECT",
|
|
59021
|
+
"name": "Money",
|
|
59022
|
+
"ofType": null
|
|
59023
|
+
}
|
|
59024
|
+
},
|
|
59025
|
+
"isDeprecated": false,
|
|
59026
|
+
"deprecationReason": null
|
|
59027
|
+
},
|
|
59028
|
+
{
|
|
59029
|
+
"name": "used",
|
|
59030
|
+
"description": null,
|
|
59031
|
+
"args": [],
|
|
59032
|
+
"type": {
|
|
59033
|
+
"kind": "NON_NULL",
|
|
59034
|
+
"name": null,
|
|
59035
|
+
"ofType": {
|
|
59036
|
+
"kind": "OBJECT",
|
|
59037
|
+
"name": "Money",
|
|
59038
|
+
"ofType": null
|
|
59039
|
+
}
|
|
59040
|
+
},
|
|
59041
|
+
"isDeprecated": false,
|
|
59042
|
+
"deprecationReason": null
|
|
59043
|
+
}
|
|
59044
|
+
],
|
|
59045
|
+
"inputFields": null,
|
|
59046
|
+
"interfaces": [],
|
|
59047
|
+
"enumValues": null,
|
|
59048
|
+
"possibleTypes": null
|
|
59049
|
+
},
|
|
58979
59050
|
{
|
|
58980
59051
|
"kind": "OBJECT",
|
|
58981
59052
|
"name": "SubscriptionPreviewDiscountDTO",
|
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.554.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-08-
|
|
11
|
+
date: 2023-08-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|