stigg-api-client 0.487.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 644676b71974473f88a7ffa6094dbc637bc9f7a3cfae86ad90d81eae6a4e342e
4
- data.tar.gz: 45f077bb633194f9ca94293894de128e00233350ec8045fbac2df520307e85a3
3
+ metadata.gz: d5ed93c315c1d7e64f41698e2eb5cc06a889462d9329c2a5b1d067f685e39454
4
+ data.tar.gz: 171d18f6ce20e375826c38fa67f268d549bf7310d2afec68eabd8d92c19b75e7
5
5
  SHA512:
6
- metadata.gz: 4e308e7e55707925105975abd24987f539839f7a4f3e836759b20183147b8b864af653c426b937093efe1de695e75146a5aed8440584b8f68a987f3df00a6588
7
- data.tar.gz: bb8c4d0950548e30a41831dcfd8553c6dd3f6ee431e016d5d40e76faf02967c5126085ecf7dd35e12d8c70096ff6a2d9c604217742da386af2114c5ef7264f07
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.487.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
@@ -8564,6 +8564,18 @@
8564
8564
  "isDeprecated": false,
8565
8565
  "deprecationReason": null
8566
8566
  },
8567
+ {
8568
+ "name": "metadata",
8569
+ "description": null,
8570
+ "type": {
8571
+ "kind": "SCALAR",
8572
+ "name": "JSON",
8573
+ "ofType": null
8574
+ },
8575
+ "defaultValue": null,
8576
+ "isDeprecated": false,
8577
+ "deprecationReason": null
8578
+ },
8567
8579
  {
8568
8580
  "name": "paymentMethodId",
8569
8581
  "description": null,
@@ -19201,6 +19213,12 @@
19201
19213
  "isDeprecated": false,
19202
19214
  "deprecationReason": null
19203
19215
  },
19216
+ {
19217
+ "name": "InvalidMetadataError",
19218
+ "description": null,
19219
+ "isDeprecated": false,
19220
+ "deprecationReason": null
19221
+ },
19204
19222
  {
19205
19223
  "name": "InvalidQuantity",
19206
19224
  "description": null,
@@ -37625,6 +37643,26 @@
37625
37643
  "isDeprecated": false,
37626
37644
  "deprecationReason": null
37627
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
+ },
37628
37666
  {
37629
37667
  "name": "plans",
37630
37668
  "description": null,
@@ -38616,6 +38654,117 @@
38616
38654
  "enumValues": null,
38617
38655
  "possibleTypes": null
38618
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
+ },
38619
38768
  {
38620
38769
  "kind": "OBJECT",
38621
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.487.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.487.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