stigg-api-client 2.212.3 → 2.214.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: 4526a9bef5d21cb777265e957e32e51d6b00d87192abb482ed02f168a01e5217
4
- data.tar.gz: 6340fe921bb1721cf9d8004a95bfa62271f21e41a053dc02644da95f74b25abf
3
+ metadata.gz: afbcbcf4342c87fee4de71d57988093f89f3bc8ce7c6a9ff043dac7dd29d558b
4
+ data.tar.gz: 9f297636a98995e4c1ccce6a64e25731a3e21dc09ea5e03ee0a7d1a0139675c8
5
5
  SHA512:
6
- metadata.gz: 58de4b5b74b5ca2303eba0afd36525a93f51b5e6fa36be209477859d304d9365f4146aabc5234382cc352d727186cae06a2274d3cfde0b365c1f424a88a9fc0c
7
- data.tar.gz: ef644a9b4a47ee7dafd0f50b43fb0923155e076a5584efeb396f2dbb3c928fd9cb53b1f83ab346dd3b4695f03ca87fc27102156e7c17aff1bfb13cd06c1f9505
6
+ metadata.gz: 5c5fe421930c919e0a681dcb36571ea853515d94cbc71661104f18a124247520df0fc80cbcbb1172319dd84285dcb55e8091c7b5e4cb2a545968d23e214673d7
7
+ data.tar.gz: c58063d9d3c9ee790ac295e2081b09027c68f263ed19b0b8c11099206c1a258ad74d24feaf5c88704ac422deca5610551706dcf1b1b27fb549283d9c95b57993
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.212.3)
4
+ stigg-api-client (2.214.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -206,6 +206,7 @@ module Stigg
206
206
  budget {
207
207
  limit
208
208
  }
209
+ trialEndBehavior
209
210
  }
210
211
  }
211
212
  GRAPHQL
@@ -425,6 +426,15 @@ module Stigg
425
426
  futureUpdates {
426
427
  ...SubscriptionFutureUpdateData
427
428
  }
429
+ trialConfiguration {
430
+ ...SubscriptionTrialConfigurationFragment
431
+ }
432
+ }
433
+ GRAPHQL
434
+
435
+ SubscriptionTrialConfigurationFragment = <<~GRAPHQL
436
+ fragment SubscriptionTrialConfigurationFragment on TrialConfiguration {
437
+ trialEndBehavior
428
438
  }
429
439
  GRAPHQL
430
440
 
@@ -1293,6 +1303,7 @@ module Stigg
1293
1303
  budget {
1294
1304
  limit
1295
1305
  }
1306
+ trialEndBehavior
1296
1307
  }
1297
1308
  compatibleAddons {
1298
1309
  ...MockPaywallAddonFragment
@@ -1678,6 +1689,7 @@ module Stigg
1678
1689
  #{Fragment::SubscriptionScheduledUpdateData}
1679
1690
  #{Fragment::ScheduleVariablesFragment}
1680
1691
  #{Fragment::SubscriptionFutureUpdateData}
1692
+ #{Fragment::SubscriptionTrialConfigurationFragment}
1681
1693
  #{Fragment::EntitlementFragment}
1682
1694
  #{Fragment::ResetPeriodConfigurationFragment}
1683
1695
  #{Fragment::FeatureFragment}
@@ -1909,6 +1921,7 @@ module Stigg
1909
1921
  #{Fragment::SubscriptionScheduledUpdateData}
1910
1922
  #{Fragment::ScheduleVariablesFragment}
1911
1923
  #{Fragment::SubscriptionFutureUpdateData}
1924
+ #{Fragment::SubscriptionTrialConfigurationFragment}
1912
1925
  GRAPHQL
1913
1926
 
1914
1927
  GetCustomerStatistics = <<~GRAPHQL
@@ -1943,6 +1956,7 @@ module Stigg
1943
1956
  #{Fragment::SubscriptionScheduledUpdateData}
1944
1957
  #{Fragment::ScheduleVariablesFragment}
1945
1958
  #{Fragment::SubscriptionFutureUpdateData}
1959
+ #{Fragment::SubscriptionTrialConfigurationFragment}
1946
1960
  GRAPHQL
1947
1961
 
1948
1962
  GetActiveSubscriptionsList = <<~GRAPHQL
@@ -1977,6 +1991,7 @@ module Stigg
1977
1991
  #{Fragment::SubscriptionScheduledUpdateData}
1978
1992
  #{Fragment::ScheduleVariablesFragment}
1979
1993
  #{Fragment::SubscriptionFutureUpdateData}
1994
+ #{Fragment::SubscriptionTrialConfigurationFragment}
1980
1995
  GRAPHQL
1981
1996
 
1982
1997
  GetCoupons = <<~GRAPHQL
@@ -2024,6 +2039,7 @@ module Stigg
2024
2039
  #{Fragment::SubscriptionScheduledUpdateData}
2025
2040
  #{Fragment::ScheduleVariablesFragment}
2026
2041
  #{Fragment::SubscriptionFutureUpdateData}
2042
+ #{Fragment::SubscriptionTrialConfigurationFragment}
2027
2043
  #{Fragment::PaywallCalculatedPricePointsFragment}
2028
2044
  GRAPHQL
2029
2045
 
@@ -2124,6 +2140,7 @@ module Stigg
2124
2140
  #{Fragment::SubscriptionScheduledUpdateData}
2125
2141
  #{Fragment::ScheduleVariablesFragment}
2126
2142
  #{Fragment::SubscriptionFutureUpdateData}
2143
+ #{Fragment::SubscriptionTrialConfigurationFragment}
2127
2144
  GRAPHQL
2128
2145
 
2129
2146
  GetMockPaywall = <<~GRAPHQL
@@ -2354,6 +2354,45 @@
2354
2354
  "enumValues": null,
2355
2355
  "possibleTypes": null
2356
2356
  },
2357
+ {
2358
+ "kind": "OBJECT",
2359
+ "name": "AddonPriceOverrideChangeVariables",
2360
+ "description": null,
2361
+ "fields": [
2362
+ {
2363
+ "name": "addonRefId",
2364
+ "description": null,
2365
+ "args": [],
2366
+ "type": {
2367
+ "kind": "NON_NULL",
2368
+ "name": null,
2369
+ "ofType": {
2370
+ "kind": "SCALAR",
2371
+ "name": "String",
2372
+ "ofType": null
2373
+ }
2374
+ },
2375
+ "isDeprecated": false,
2376
+ "deprecationReason": null
2377
+ },
2378
+ {
2379
+ "name": "featureId",
2380
+ "description": null,
2381
+ "args": [],
2382
+ "type": {
2383
+ "kind": "SCALAR",
2384
+ "name": "String",
2385
+ "ofType": null
2386
+ },
2387
+ "isDeprecated": false,
2388
+ "deprecationReason": null
2389
+ }
2390
+ ],
2391
+ "inputFields": null,
2392
+ "interfaces": [],
2393
+ "enumValues": null,
2394
+ "possibleTypes": null
2395
+ },
2357
2396
  {
2358
2397
  "kind": "INPUT_OBJECT",
2359
2398
  "name": "AddonSort",
@@ -21354,6 +21393,26 @@
21354
21393
  },
21355
21394
  "isDeprecated": false,
21356
21395
  "deprecationReason": null
21396
+ },
21397
+ {
21398
+ "name": "priceOverrides",
21399
+ "description": null,
21400
+ "args": [],
21401
+ "type": {
21402
+ "kind": "LIST",
21403
+ "name": null,
21404
+ "ofType": {
21405
+ "kind": "NON_NULL",
21406
+ "name": null,
21407
+ "ofType": {
21408
+ "kind": "OBJECT",
21409
+ "name": "PriceOverrideChangeVariables",
21410
+ "ofType": null
21411
+ }
21412
+ }
21413
+ },
21414
+ "isDeprecated": false,
21415
+ "deprecationReason": null
21357
21416
  }
21358
21417
  ],
21359
21418
  "inputFields": null,
@@ -51541,6 +51600,26 @@
51541
51600
  },
51542
51601
  "isDeprecated": false,
51543
51602
  "deprecationReason": null
51603
+ },
51604
+ {
51605
+ "name": "priceOverrides",
51606
+ "description": null,
51607
+ "args": [],
51608
+ "type": {
51609
+ "kind": "LIST",
51610
+ "name": null,
51611
+ "ofType": {
51612
+ "kind": "NON_NULL",
51613
+ "name": null,
51614
+ "ofType": {
51615
+ "kind": "OBJECT",
51616
+ "name": "PriceOverrideChangeVariables",
51617
+ "ofType": null
51618
+ }
51619
+ }
51620
+ },
51621
+ "isDeprecated": false,
51622
+ "deprecationReason": null
51544
51623
  }
51545
51624
  ],
51546
51625
  "inputFields": null,
@@ -53330,6 +53409,45 @@
53330
53409
  "enumValues": null,
53331
53410
  "possibleTypes": null
53332
53411
  },
53412
+ {
53413
+ "kind": "OBJECT",
53414
+ "name": "PlanPriceOverrideChangeVariables",
53415
+ "description": null,
53416
+ "fields": [
53417
+ {
53418
+ "name": "featureId",
53419
+ "description": null,
53420
+ "args": [],
53421
+ "type": {
53422
+ "kind": "SCALAR",
53423
+ "name": "String",
53424
+ "ofType": null
53425
+ },
53426
+ "isDeprecated": false,
53427
+ "deprecationReason": null
53428
+ },
53429
+ {
53430
+ "name": "planRefId",
53431
+ "description": null,
53432
+ "args": [],
53433
+ "type": {
53434
+ "kind": "NON_NULL",
53435
+ "name": null,
53436
+ "ofType": {
53437
+ "kind": "SCALAR",
53438
+ "name": "String",
53439
+ "ofType": null
53440
+ }
53441
+ },
53442
+ "isDeprecated": false,
53443
+ "deprecationReason": null
53444
+ }
53445
+ ],
53446
+ "inputFields": null,
53447
+ "interfaces": [],
53448
+ "enumValues": null,
53449
+ "possibleTypes": null
53450
+ },
53333
53451
  {
53334
53452
  "kind": "INPUT_OBJECT",
53335
53453
  "name": "PlanSort",
@@ -55589,6 +55707,53 @@
55589
55707
  "enumValues": null,
55590
55708
  "possibleTypes": null
55591
55709
  },
55710
+ {
55711
+ "kind": "OBJECT",
55712
+ "name": "PriceOverrideChangeVariables",
55713
+ "description": null,
55714
+ "fields": [
55715
+ {
55716
+ "name": "addonRefId",
55717
+ "description": null,
55718
+ "args": [],
55719
+ "type": {
55720
+ "kind": "SCALAR",
55721
+ "name": "String",
55722
+ "ofType": null
55723
+ },
55724
+ "isDeprecated": false,
55725
+ "deprecationReason": null
55726
+ },
55727
+ {
55728
+ "name": "featureId",
55729
+ "description": null,
55730
+ "args": [],
55731
+ "type": {
55732
+ "kind": "SCALAR",
55733
+ "name": "String",
55734
+ "ofType": null
55735
+ },
55736
+ "isDeprecated": false,
55737
+ "deprecationReason": null
55738
+ },
55739
+ {
55740
+ "name": "planRefId",
55741
+ "description": null,
55742
+ "args": [],
55743
+ "type": {
55744
+ "kind": "SCALAR",
55745
+ "name": "String",
55746
+ "ofType": null
55747
+ },
55748
+ "isDeprecated": false,
55749
+ "deprecationReason": null
55750
+ }
55751
+ ],
55752
+ "inputFields": null,
55753
+ "interfaces": [],
55754
+ "enumValues": null,
55755
+ "possibleTypes": null
55756
+ },
55592
55757
  {
55593
55758
  "kind": "INPUT_OBJECT",
55594
55759
  "name": "PriceOverrideInput",
@@ -65482,6 +65647,11 @@
65482
65647
  "name": "AddonChangeVariables",
65483
65648
  "ofType": null
65484
65649
  },
65650
+ {
65651
+ "kind": "OBJECT",
65652
+ "name": "AddonPriceOverrideChangeVariables",
65653
+ "ofType": null
65654
+ },
65485
65655
  {
65486
65656
  "kind": "OBJECT",
65487
65657
  "name": "BillingPeriodChangeVariables",
@@ -65502,6 +65672,11 @@
65502
65672
  "name": "PlanChangeVariables",
65503
65673
  "ofType": null
65504
65674
  },
65675
+ {
65676
+ "kind": "OBJECT",
65677
+ "name": "PlanPriceOverrideChangeVariables",
65678
+ "ofType": null
65679
+ },
65505
65680
  {
65506
65681
  "kind": "OBJECT",
65507
65682
  "name": "UnitAmountChangeVariables",
@@ -76285,6 +76460,12 @@
76285
76460
  "isDeprecated": false,
76286
76461
  "deprecationReason": null
76287
76462
  },
76463
+ {
76464
+ "name": "PriceOverride",
76465
+ "description": "Custom price change",
76466
+ "isDeprecated": false,
76467
+ "deprecationReason": null
76468
+ },
76288
76469
  {
76289
76470
  "name": "UnitAmount",
76290
76471
  "description": "Unit amount change",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "2.212.3"
4
+ VERSION = "2.214.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: 2.212.3
4
+ version: 2.214.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-12-03 00:00:00.000000000 Z
11
+ date: 2024-12-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient