stigg-api-client 0.488.0 → 0.491.1
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 +23 -0
- data/lib/stigg/generated/schema.json +131 -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: 1243e4b727b2f296de4bfe078ec7f3185c3eb8681e986960727c643bc2da7e18
|
|
4
|
+
data.tar.gz: 1f3af13c833ce25f20f8ea6409d0fc77b12f07cff990238cf921aa2fb5d9364d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5521d4abe435d65def1c44c8e591ea50d19f5f9d1ae54333f48e6a7eed8c61c6234e157b372061841cf35b6739b935965afa3e2c06151b160afdf88fef79a0a5
|
|
7
|
+
data.tar.gz: c1100d4d31eaf33d04d0813290fff87ecc6cdfa5f5d22dde95ae5f0306ebf61c9e9e2b67dac67e82b6098147a521913225ce53cb75c7875cb04a49f89539c2b0
|
data/Gemfile.lock
CHANGED
|
@@ -774,6 +774,7 @@ module Stigg
|
|
|
774
774
|
id
|
|
775
775
|
refId
|
|
776
776
|
displayName
|
|
777
|
+
pricingType
|
|
777
778
|
}
|
|
778
779
|
scheduleVariables {
|
|
779
780
|
... on DowngradeChangeVariables {
|
|
@@ -909,6 +910,24 @@ module Stigg
|
|
|
909
910
|
}
|
|
910
911
|
GRAPHQL
|
|
911
912
|
|
|
913
|
+
PaywallCalculatedPricePointsFragment = <<~GRAPHQL
|
|
914
|
+
fragment PaywallCalculatedPricePointsFragment on PaywallPricePoint {
|
|
915
|
+
planId
|
|
916
|
+
additionalChargesMayApply
|
|
917
|
+
billingPeriod
|
|
918
|
+
amount
|
|
919
|
+
currency
|
|
920
|
+
billingCountryCode
|
|
921
|
+
feature {
|
|
922
|
+
refId
|
|
923
|
+
featureUnits
|
|
924
|
+
featureUnitsPlural
|
|
925
|
+
displayName
|
|
926
|
+
description
|
|
927
|
+
}
|
|
928
|
+
}
|
|
929
|
+
GRAPHQL
|
|
930
|
+
|
|
912
931
|
MockPaywallAddonFragment = <<~GRAPHQL
|
|
913
932
|
fragment MockPaywallAddonFragment on PaywallAddon {
|
|
914
933
|
refId
|
|
@@ -946,6 +965,9 @@ module Stigg
|
|
|
946
965
|
resource {
|
|
947
966
|
...CustomerResourceFragment
|
|
948
967
|
}
|
|
968
|
+
paywallCalculatedPricePoints {
|
|
969
|
+
...PaywallCalculatedPricePointsFragment
|
|
970
|
+
}
|
|
949
971
|
}
|
|
950
972
|
GRAPHQL
|
|
951
973
|
|
|
@@ -1212,6 +1234,7 @@ module Stigg
|
|
|
1212
1234
|
#{Fragment::CustomerResourceFragment}
|
|
1213
1235
|
#{Fragment::TotalPriceFragment}
|
|
1214
1236
|
#{Fragment::SubscriptionScheduledUpdateData}
|
|
1237
|
+
#{Fragment::PaywallCalculatedPricePointsFragment}
|
|
1215
1238
|
GRAPHQL
|
|
1216
1239
|
|
|
1217
1240
|
GetEntitlements = <<~GRAPHQL
|
|
@@ -37643,6 +37643,26 @@
|
|
|
37643
37643
|
"isDeprecated": false,
|
|
37644
37644
|
"deprecationReason": null
|
|
37645
37645
|
},
|
|
37646
|
+
{
|
|
37647
|
+
"name": "paywallCalculatedPricePoints",
|
|
37648
|
+
"description": null,
|
|
37649
|
+
"args": [],
|
|
37650
|
+
"type": {
|
|
37651
|
+
"kind": "LIST",
|
|
37652
|
+
"name": null,
|
|
37653
|
+
"ofType": {
|
|
37654
|
+
"kind": "NON_NULL",
|
|
37655
|
+
"name": null,
|
|
37656
|
+
"ofType": {
|
|
37657
|
+
"kind": "OBJECT",
|
|
37658
|
+
"name": "PaywallPricePoint",
|
|
37659
|
+
"ofType": null
|
|
37660
|
+
}
|
|
37661
|
+
}
|
|
37662
|
+
},
|
|
37663
|
+
"isDeprecated": false,
|
|
37664
|
+
"deprecationReason": null
|
|
37665
|
+
},
|
|
37646
37666
|
{
|
|
37647
37667
|
"name": "plans",
|
|
37648
37668
|
"description": null,
|
|
@@ -38634,6 +38654,117 @@
|
|
|
38634
38654
|
"enumValues": null,
|
|
38635
38655
|
"possibleTypes": null
|
|
38636
38656
|
},
|
|
38657
|
+
{
|
|
38658
|
+
"kind": "OBJECT",
|
|
38659
|
+
"name": "PaywallPricePoint",
|
|
38660
|
+
"description": null,
|
|
38661
|
+
"fields": [
|
|
38662
|
+
{
|
|
38663
|
+
"name": "additionalChargesMayApply",
|
|
38664
|
+
"description": null,
|
|
38665
|
+
"args": [],
|
|
38666
|
+
"type": {
|
|
38667
|
+
"kind": "SCALAR",
|
|
38668
|
+
"name": "Boolean",
|
|
38669
|
+
"ofType": null
|
|
38670
|
+
},
|
|
38671
|
+
"isDeprecated": false,
|
|
38672
|
+
"deprecationReason": null
|
|
38673
|
+
},
|
|
38674
|
+
{
|
|
38675
|
+
"name": "amount",
|
|
38676
|
+
"description": null,
|
|
38677
|
+
"args": [],
|
|
38678
|
+
"type": {
|
|
38679
|
+
"kind": "NON_NULL",
|
|
38680
|
+
"name": null,
|
|
38681
|
+
"ofType": {
|
|
38682
|
+
"kind": "SCALAR",
|
|
38683
|
+
"name": "Float",
|
|
38684
|
+
"ofType": null
|
|
38685
|
+
}
|
|
38686
|
+
},
|
|
38687
|
+
"isDeprecated": false,
|
|
38688
|
+
"deprecationReason": null
|
|
38689
|
+
},
|
|
38690
|
+
{
|
|
38691
|
+
"name": "billingCountryCode",
|
|
38692
|
+
"description": null,
|
|
38693
|
+
"args": [],
|
|
38694
|
+
"type": {
|
|
38695
|
+
"kind": "SCALAR",
|
|
38696
|
+
"name": "String",
|
|
38697
|
+
"ofType": null
|
|
38698
|
+
},
|
|
38699
|
+
"isDeprecated": false,
|
|
38700
|
+
"deprecationReason": null
|
|
38701
|
+
},
|
|
38702
|
+
{
|
|
38703
|
+
"name": "billingPeriod",
|
|
38704
|
+
"description": null,
|
|
38705
|
+
"args": [],
|
|
38706
|
+
"type": {
|
|
38707
|
+
"kind": "NON_NULL",
|
|
38708
|
+
"name": null,
|
|
38709
|
+
"ofType": {
|
|
38710
|
+
"kind": "ENUM",
|
|
38711
|
+
"name": "BillingPeriod",
|
|
38712
|
+
"ofType": null
|
|
38713
|
+
}
|
|
38714
|
+
},
|
|
38715
|
+
"isDeprecated": false,
|
|
38716
|
+
"deprecationReason": null
|
|
38717
|
+
},
|
|
38718
|
+
{
|
|
38719
|
+
"name": "currency",
|
|
38720
|
+
"description": null,
|
|
38721
|
+
"args": [],
|
|
38722
|
+
"type": {
|
|
38723
|
+
"kind": "NON_NULL",
|
|
38724
|
+
"name": null,
|
|
38725
|
+
"ofType": {
|
|
38726
|
+
"kind": "ENUM",
|
|
38727
|
+
"name": "Currency",
|
|
38728
|
+
"ofType": null
|
|
38729
|
+
}
|
|
38730
|
+
},
|
|
38731
|
+
"isDeprecated": false,
|
|
38732
|
+
"deprecationReason": null
|
|
38733
|
+
},
|
|
38734
|
+
{
|
|
38735
|
+
"name": "feature",
|
|
38736
|
+
"description": null,
|
|
38737
|
+
"args": [],
|
|
38738
|
+
"type": {
|
|
38739
|
+
"kind": "OBJECT",
|
|
38740
|
+
"name": "Feature",
|
|
38741
|
+
"ofType": null
|
|
38742
|
+
},
|
|
38743
|
+
"isDeprecated": false,
|
|
38744
|
+
"deprecationReason": null
|
|
38745
|
+
},
|
|
38746
|
+
{
|
|
38747
|
+
"name": "planId",
|
|
38748
|
+
"description": null,
|
|
38749
|
+
"args": [],
|
|
38750
|
+
"type": {
|
|
38751
|
+
"kind": "NON_NULL",
|
|
38752
|
+
"name": null,
|
|
38753
|
+
"ofType": {
|
|
38754
|
+
"kind": "SCALAR",
|
|
38755
|
+
"name": "String",
|
|
38756
|
+
"ofType": null
|
|
38757
|
+
}
|
|
38758
|
+
},
|
|
38759
|
+
"isDeprecated": false,
|
|
38760
|
+
"deprecationReason": null
|
|
38761
|
+
}
|
|
38762
|
+
],
|
|
38763
|
+
"inputFields": null,
|
|
38764
|
+
"interfaces": [],
|
|
38765
|
+
"enumValues": null,
|
|
38766
|
+
"possibleTypes": null
|
|
38767
|
+
},
|
|
38637
38768
|
{
|
|
38638
38769
|
"kind": "OBJECT",
|
|
38639
38770
|
"name": "PaywallProduct",
|
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.491.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stigg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-07-
|
|
11
|
+
date: 2023-07-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|