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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f173ae94a5b7adfe0a8d13d6cfeac516a9ab8c023a3bdda7363f691109ad2a32
4
- data.tar.gz: 46a668f6b1b0ea1fdedc598c65832aa43fdb3d519de41bce4764ce4c806aef36
3
+ metadata.gz: 1243e4b727b2f296de4bfe078ec7f3185c3eb8681e986960727c643bc2da7e18
4
+ data.tar.gz: 1f3af13c833ce25f20f8ea6409d0fc77b12f07cff990238cf921aa2fb5d9364d
5
5
  SHA512:
6
- metadata.gz: becb1195f1f52ec4cce46effa7a72d8dfb4680972a625749af1b3c7d63fd712db0c007d7869f91971b21222a4f27b2094805fb3b10858481992aeeba4286dc43
7
- data.tar.gz: 77d259417f55d61da15306655c39b27e2e820094ffeb6668fc6ece72ce58cc4a6a2f84cbb857c4d94d5d3c65dd01c6e84684330811f8d7a5ee16bcf2aff21f25
6
+ metadata.gz: 5521d4abe435d65def1c44c8e591ea50d19f5f9d1ae54333f48e6a7eed8c61c6234e157b372061841cf35b6739b935965afa3e2c06151b160afdf88fef79a0a5
7
+ data.tar.gz: c1100d4d31eaf33d04d0813290fff87ecc6cdfa5f5d22dde95ae5f0306ebf61c9e9e2b67dac67e82b6098147a521913225ce53cb75c7875cb04a49f89539c2b0
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.491.1)
5
5
  graphlient (~> 0.7.0)
6
6
 
7
7
  GEM
@@ -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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "0.488.0"
4
+ VERSION = "0.491.1"
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.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-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