stigg-api-client 0.488.0 → 0.490.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f173ae94a5b7adfe0a8d13d6cfeac516a9ab8c023a3bdda7363f691109ad2a32
4
- data.tar.gz: 46a668f6b1b0ea1fdedc598c65832aa43fdb3d519de41bce4764ce4c806aef36
3
+ metadata.gz: d5ed93c315c1d7e64f41698e2eb5cc06a889462d9329c2a5b1d067f685e39454
4
+ data.tar.gz: 171d18f6ce20e375826c38fa67f268d549bf7310d2afec68eabd8d92c19b75e7
5
5
  SHA512:
6
- metadata.gz: becb1195f1f52ec4cce46effa7a72d8dfb4680972a625749af1b3c7d63fd712db0c007d7869f91971b21222a4f27b2094805fb3b10858481992aeeba4286dc43
7
- data.tar.gz: 77d259417f55d61da15306655c39b27e2e820094ffeb6668fc6ece72ce58cc4a6a2f84cbb857c4d94d5d3c65dd01c6e84684330811f8d7a5ee16bcf2aff21f25
6
+ metadata.gz: 6bfc44866df48fd5f17fbd1401c40ad537c3e5f90bc3bf85df8a29cd43f2d8e3112d014236f4f5fd8d6ed25a0b720c91b51e96774125fcde1261bf2c0e049d5a
7
+ data.tar.gz: 633ea9c10bf612462bd5fcc0be360b0f20eb658ea7c14cb1e1b488c69b44884f89a3b30c3c7e07e70fdafc6665cc7e819764162e98f9456f0a279951f8cabff7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.488.0)
4
+ stigg-api-client (0.490.0)
5
5
  graphlient (~> 0.7.0)
6
6
 
7
7
  GEM
@@ -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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "0.488.0"
4
+ VERSION = "0.490.0"
5
5
  end
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.488.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-16 00:00:00.000000000 Z
11
+ date: 2023-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient