stigg-api-client 2.209.0 → 2.212.4
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 +17 -0
- data/lib/stigg/generated/schema.json +157 -7
- 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: 5f0c176b698189d6709f38c2c4e6800dff786e1d3bb8be1ffd81fe8ee1a41976
|
|
4
|
+
data.tar.gz: 53e73952b1f482becbd645dc3806a1b44e23b74a7de869b1c0463d93217ff638
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 489477f5154df697e6816614363e920bf26a3df898ffeade1547095b0fa56f34fd15ece6d1bf86201ba2bccf455e4ea5de43c1c5f98b83f95dc2df5df443b957
|
|
7
|
+
data.tar.gz: 4d5b9d8dda57df02da4a0bd0a0d689117057a6b727760dc6eaa5c1cc0cae76d307a9b4cb8278b8b95e65bad1f8439cb40df6a4cbc15a3778db55622007028a01
|
data/Gemfile.lock
CHANGED
|
@@ -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
|
|
@@ -7368,6 +7368,22 @@
|
|
|
7368
7368
|
"isDeprecated": false,
|
|
7369
7369
|
"deprecationReason": null
|
|
7370
7370
|
},
|
|
7371
|
+
{
|
|
7372
|
+
"name": "source",
|
|
7373
|
+
"description": "The source of the coupon",
|
|
7374
|
+
"args": [],
|
|
7375
|
+
"type": {
|
|
7376
|
+
"kind": "NON_NULL",
|
|
7377
|
+
"name": null,
|
|
7378
|
+
"ofType": {
|
|
7379
|
+
"kind": "ENUM",
|
|
7380
|
+
"name": "CouponSource",
|
|
7381
|
+
"ofType": null
|
|
7382
|
+
}
|
|
7383
|
+
},
|
|
7384
|
+
"isDeprecated": false,
|
|
7385
|
+
"deprecationReason": null
|
|
7386
|
+
},
|
|
7371
7387
|
{
|
|
7372
7388
|
"name": "status",
|
|
7373
7389
|
"description": "Current status of the coupon",
|
|
@@ -7531,6 +7547,18 @@
|
|
|
7531
7547
|
"isDeprecated": false,
|
|
7532
7548
|
"deprecationReason": null
|
|
7533
7549
|
},
|
|
7550
|
+
{
|
|
7551
|
+
"name": "source",
|
|
7552
|
+
"description": null,
|
|
7553
|
+
"args": [],
|
|
7554
|
+
"type": {
|
|
7555
|
+
"kind": "ENUM",
|
|
7556
|
+
"name": "CouponSource",
|
|
7557
|
+
"ofType": null
|
|
7558
|
+
},
|
|
7559
|
+
"isDeprecated": false,
|
|
7560
|
+
"deprecationReason": null
|
|
7561
|
+
},
|
|
7534
7562
|
{
|
|
7535
7563
|
"name": "status",
|
|
7536
7564
|
"description": null,
|
|
@@ -7756,6 +7784,18 @@
|
|
|
7756
7784
|
"isDeprecated": false,
|
|
7757
7785
|
"deprecationReason": null
|
|
7758
7786
|
},
|
|
7787
|
+
{
|
|
7788
|
+
"name": "source",
|
|
7789
|
+
"description": null,
|
|
7790
|
+
"args": [],
|
|
7791
|
+
"type": {
|
|
7792
|
+
"kind": "SCALAR",
|
|
7793
|
+
"name": "Int",
|
|
7794
|
+
"ofType": null
|
|
7795
|
+
},
|
|
7796
|
+
"isDeprecated": false,
|
|
7797
|
+
"deprecationReason": null
|
|
7798
|
+
},
|
|
7759
7799
|
{
|
|
7760
7800
|
"name": "status",
|
|
7761
7801
|
"description": null,
|
|
@@ -7983,6 +8023,18 @@
|
|
|
7983
8023
|
"isDeprecated": false,
|
|
7984
8024
|
"deprecationReason": null
|
|
7985
8025
|
},
|
|
8026
|
+
{
|
|
8027
|
+
"name": "source",
|
|
8028
|
+
"description": null,
|
|
8029
|
+
"type": {
|
|
8030
|
+
"kind": "INPUT_OBJECT",
|
|
8031
|
+
"name": "CouponSourceFilterComparison",
|
|
8032
|
+
"ofType": null
|
|
8033
|
+
},
|
|
8034
|
+
"defaultValue": null,
|
|
8035
|
+
"isDeprecated": false,
|
|
8036
|
+
"deprecationReason": null
|
|
8037
|
+
},
|
|
7986
8038
|
{
|
|
7987
8039
|
"name": "status",
|
|
7988
8040
|
"description": null,
|
|
@@ -8332,6 +8384,18 @@
|
|
|
8332
8384
|
"isDeprecated": false,
|
|
8333
8385
|
"deprecationReason": null
|
|
8334
8386
|
},
|
|
8387
|
+
{
|
|
8388
|
+
"name": "source",
|
|
8389
|
+
"description": null,
|
|
8390
|
+
"args": [],
|
|
8391
|
+
"type": {
|
|
8392
|
+
"kind": "ENUM",
|
|
8393
|
+
"name": "CouponSource",
|
|
8394
|
+
"ofType": null
|
|
8395
|
+
},
|
|
8396
|
+
"isDeprecated": false,
|
|
8397
|
+
"deprecationReason": null
|
|
8398
|
+
},
|
|
8335
8399
|
{
|
|
8336
8400
|
"name": "status",
|
|
8337
8401
|
"description": null,
|
|
@@ -8463,6 +8527,18 @@
|
|
|
8463
8527
|
"isDeprecated": false,
|
|
8464
8528
|
"deprecationReason": null
|
|
8465
8529
|
},
|
|
8530
|
+
{
|
|
8531
|
+
"name": "source",
|
|
8532
|
+
"description": null,
|
|
8533
|
+
"args": [],
|
|
8534
|
+
"type": {
|
|
8535
|
+
"kind": "ENUM",
|
|
8536
|
+
"name": "CouponSource",
|
|
8537
|
+
"ofType": null
|
|
8538
|
+
},
|
|
8539
|
+
"isDeprecated": false,
|
|
8540
|
+
"deprecationReason": null
|
|
8541
|
+
},
|
|
8466
8542
|
{
|
|
8467
8543
|
"name": "status",
|
|
8468
8544
|
"description": null,
|
|
@@ -8610,6 +8686,12 @@
|
|
|
8610
8686
|
"isDeprecated": false,
|
|
8611
8687
|
"deprecationReason": null
|
|
8612
8688
|
},
|
|
8689
|
+
{
|
|
8690
|
+
"name": "source",
|
|
8691
|
+
"description": null,
|
|
8692
|
+
"isDeprecated": false,
|
|
8693
|
+
"deprecationReason": null
|
|
8694
|
+
},
|
|
8613
8695
|
{
|
|
8614
8696
|
"name": "status",
|
|
8615
8697
|
"description": null,
|
|
@@ -8631,6 +8713,78 @@
|
|
|
8631
8713
|
],
|
|
8632
8714
|
"possibleTypes": null
|
|
8633
8715
|
},
|
|
8716
|
+
{
|
|
8717
|
+
"kind": "ENUM",
|
|
8718
|
+
"name": "CouponSource",
|
|
8719
|
+
"description": "The source of the coupon",
|
|
8720
|
+
"fields": null,
|
|
8721
|
+
"inputFields": null,
|
|
8722
|
+
"interfaces": null,
|
|
8723
|
+
"enumValues": [
|
|
8724
|
+
{
|
|
8725
|
+
"name": "STIGG",
|
|
8726
|
+
"description": null,
|
|
8727
|
+
"isDeprecated": false,
|
|
8728
|
+
"deprecationReason": null
|
|
8729
|
+
},
|
|
8730
|
+
{
|
|
8731
|
+
"name": "STIGG_ADHOC",
|
|
8732
|
+
"description": null,
|
|
8733
|
+
"isDeprecated": false,
|
|
8734
|
+
"deprecationReason": null
|
|
8735
|
+
},
|
|
8736
|
+
{
|
|
8737
|
+
"name": "STRIPE",
|
|
8738
|
+
"description": null,
|
|
8739
|
+
"isDeprecated": false,
|
|
8740
|
+
"deprecationReason": null
|
|
8741
|
+
}
|
|
8742
|
+
],
|
|
8743
|
+
"possibleTypes": null
|
|
8744
|
+
},
|
|
8745
|
+
{
|
|
8746
|
+
"kind": "INPUT_OBJECT",
|
|
8747
|
+
"name": "CouponSourceFilterComparison",
|
|
8748
|
+
"description": null,
|
|
8749
|
+
"fields": null,
|
|
8750
|
+
"inputFields": [
|
|
8751
|
+
{
|
|
8752
|
+
"name": "eq",
|
|
8753
|
+
"description": null,
|
|
8754
|
+
"type": {
|
|
8755
|
+
"kind": "ENUM",
|
|
8756
|
+
"name": "CouponSource",
|
|
8757
|
+
"ofType": null
|
|
8758
|
+
},
|
|
8759
|
+
"defaultValue": null,
|
|
8760
|
+
"isDeprecated": false,
|
|
8761
|
+
"deprecationReason": null
|
|
8762
|
+
},
|
|
8763
|
+
{
|
|
8764
|
+
"name": "in",
|
|
8765
|
+
"description": null,
|
|
8766
|
+
"type": {
|
|
8767
|
+
"kind": "LIST",
|
|
8768
|
+
"name": null,
|
|
8769
|
+
"ofType": {
|
|
8770
|
+
"kind": "NON_NULL",
|
|
8771
|
+
"name": null,
|
|
8772
|
+
"ofType": {
|
|
8773
|
+
"kind": "ENUM",
|
|
8774
|
+
"name": "CouponSource",
|
|
8775
|
+
"ofType": null
|
|
8776
|
+
}
|
|
8777
|
+
}
|
|
8778
|
+
},
|
|
8779
|
+
"defaultValue": null,
|
|
8780
|
+
"isDeprecated": false,
|
|
8781
|
+
"deprecationReason": null
|
|
8782
|
+
}
|
|
8783
|
+
],
|
|
8784
|
+
"interfaces": null,
|
|
8785
|
+
"enumValues": null,
|
|
8786
|
+
"possibleTypes": null
|
|
8787
|
+
},
|
|
8634
8788
|
{
|
|
8635
8789
|
"kind": "ENUM",
|
|
8636
8790
|
"name": "CouponStatus",
|
|
@@ -69472,13 +69626,9 @@
|
|
|
69472
69626
|
"name": "name",
|
|
69473
69627
|
"description": "Name of the coupon that will be created",
|
|
69474
69628
|
"type": {
|
|
69475
|
-
"kind": "
|
|
69476
|
-
"name":
|
|
69477
|
-
"ofType":
|
|
69478
|
-
"kind": "SCALAR",
|
|
69479
|
-
"name": "String",
|
|
69480
|
-
"ofType": null
|
|
69481
|
-
}
|
|
69629
|
+
"kind": "SCALAR",
|
|
69630
|
+
"name": "String",
|
|
69631
|
+
"ofType": null
|
|
69482
69632
|
},
|
|
69483
69633
|
"defaultValue": null,
|
|
69484
69634
|
"isDeprecated": false,
|
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: 2.
|
|
4
|
+
version: 2.212.4
|
|
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-
|
|
11
|
+
date: 2024-12-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|