stigg-api-client 0.488.0 → 0.490.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 +22 -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: d5ed93c315c1d7e64f41698e2eb5cc06a889462d9329c2a5b1d067f685e39454
|
|
4
|
+
data.tar.gz: 171d18f6ce20e375826c38fa67f268d549bf7310d2afec68eabd8d92c19b75e7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6bfc44866df48fd5f17fbd1401c40ad537c3e5f90bc3bf85df8a29cd43f2d8e3112d014236f4f5fd8d6ed25a0b720c91b51e96774125fcde1261bf2c0e049d5a
|
|
7
|
+
data.tar.gz: 633ea9c10bf612462bd5fcc0be360b0f20eb658ea7c14cb1e1b488c69b44884f89a3b30c3c7e07e70fdafc6665cc7e819764162e98f9456f0a279951f8cabff7
|
data/Gemfile.lock
CHANGED
|
@@ -909,6 +909,24 @@ module Stigg
|
|
|
909
909
|
}
|
|
910
910
|
GRAPHQL
|
|
911
911
|
|
|
912
|
+
PaywallCalculatedPricePointsFragment = <<~GRAPHQL
|
|
913
|
+
fragment PaywallCalculatedPricePointsFragment on PaywallPricePoint {
|
|
914
|
+
planId
|
|
915
|
+
additionalChargesMayApply
|
|
916
|
+
billingPeriod
|
|
917
|
+
amount
|
|
918
|
+
currency
|
|
919
|
+
billingCountryCode
|
|
920
|
+
feature {
|
|
921
|
+
refId
|
|
922
|
+
featureUnits
|
|
923
|
+
featureUnitsPlural
|
|
924
|
+
displayName
|
|
925
|
+
description
|
|
926
|
+
}
|
|
927
|
+
}
|
|
928
|
+
GRAPHQL
|
|
929
|
+
|
|
912
930
|
MockPaywallAddonFragment = <<~GRAPHQL
|
|
913
931
|
fragment MockPaywallAddonFragment on PaywallAddon {
|
|
914
932
|
refId
|
|
@@ -946,6 +964,9 @@ module Stigg
|
|
|
946
964
|
resource {
|
|
947
965
|
...CustomerResourceFragment
|
|
948
966
|
}
|
|
967
|
+
paywallCalculatedPricePoints {
|
|
968
|
+
...PaywallCalculatedPricePointsFragment
|
|
969
|
+
}
|
|
949
970
|
}
|
|
950
971
|
GRAPHQL
|
|
951
972
|
|
|
@@ -1212,6 +1233,7 @@ module Stigg
|
|
|
1212
1233
|
#{Fragment::CustomerResourceFragment}
|
|
1213
1234
|
#{Fragment::TotalPriceFragment}
|
|
1214
1235
|
#{Fragment::SubscriptionScheduledUpdateData}
|
|
1236
|
+
#{Fragment::PaywallCalculatedPricePointsFragment}
|
|
1215
1237
|
GRAPHQL
|
|
1216
1238
|
|
|
1217
1239
|
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.490.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-07-
|
|
11
|
+
date: 2023-07-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|