stigg-api-client 1.94.2 → 1.95.3

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: 6fa7653f94472f94d4125ae690b6a9cfc484b09a75c1c1339b4a8be1a4d18b75
4
- data.tar.gz: 39f5b38fa71db5946dff7e646d32e8908fadf9cbfa9f52650804d5a23bba3daa
3
+ metadata.gz: 6d8c959efcedb539b0127cfe9e6ba480c8aa1065792d9e7e60cb092d42ab53fd
4
+ data.tar.gz: ebf4657e1af87bfbcd7ae6f83ebbb7d96e598ad4d188b3295dbcb8776fcab445
5
5
  SHA512:
6
- metadata.gz: 9a44f49af89f0ce5900001fde7f433fe34ab80a9b0fb39965b895abca72cf0cc3d97b2ae7060d0539a685c3ac4640800ddaa5dba4d28188d0f13fe7cb406ea4a
7
- data.tar.gz: 0cb5825f34a525ab42460793065639ab1fcfe041199285b45b29a17a07a91dff336ba5475355c0d2f777ff3a7635b43ac012619ff77f60498381960d354b5a9c
6
+ metadata.gz: f4a6889a5b71acda396aa0cb16216f718f07bc3168e72e7f31358d0e81da0130d6c935d587652aa6daa494d6f6466e88d17d01c510d7d5aafd34b41b56f319b1
7
+ data.tar.gz: b437896b5d2375e543250028379c3ce9d9b0e2ca566a00f4a4e4b49c503531c935ac91641bd84501a5b8922b6fdda5bcfabc7e8eb78dd126b57e9dcc1b262e3e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.94.2)
4
+ stigg-api-client (1.95.3)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -146,6 +146,18 @@ module Stigg
146
146
  }
147
147
  pricingType
148
148
  maxQuantity
149
+ dependencies {
150
+ ...AddonDependencyFragment
151
+ }
152
+ }
153
+ GRAPHQL
154
+
155
+ AddonDependencyFragment = <<~GRAPHQL
156
+ fragment AddonDependencyFragment on Addon {
157
+ id
158
+ refId
159
+ displayName
160
+ description
149
161
  }
150
162
  GRAPHQL
151
163
 
@@ -1428,6 +1440,7 @@ module Stigg
1428
1440
  #{Fragment::PackageEntitlementFragment}
1429
1441
  #{Fragment::AddonFragment}
1430
1442
  #{Fragment::OveragePriceFragment}
1443
+ #{Fragment::AddonDependencyFragment}
1431
1444
  #{Fragment::SubscriptionScheduledUpdateData}
1432
1445
  #{Fragment::ScheduleVariablesFragment}
1433
1446
  #{Fragment::SubscriptionFutureUpdateData}
@@ -1618,6 +1631,7 @@ module Stigg
1618
1631
  #{Fragment::PackageEntitlementFragment}
1619
1632
  #{Fragment::AddonFragment}
1620
1633
  #{Fragment::OveragePriceFragment}
1634
+ #{Fragment::AddonDependencyFragment}
1621
1635
  #{Fragment::SubscriptionScheduledUpdateData}
1622
1636
  #{Fragment::ScheduleVariablesFragment}
1623
1637
  #{Fragment::SubscriptionFutureUpdateData}
@@ -1649,6 +1663,7 @@ module Stigg
1649
1663
  #{Fragment::PackageEntitlementFragment}
1650
1664
  #{Fragment::AddonFragment}
1651
1665
  #{Fragment::OveragePriceFragment}
1666
+ #{Fragment::AddonDependencyFragment}
1652
1667
  #{Fragment::SubscriptionScheduledUpdateData}
1653
1668
  #{Fragment::ScheduleVariablesFragment}
1654
1669
  #{Fragment::SubscriptionFutureUpdateData}
@@ -1681,6 +1696,7 @@ module Stigg
1681
1696
  #{Fragment::PriceFragment}
1682
1697
  #{Fragment::PriceTierFragment}
1683
1698
  #{Fragment::OveragePriceFragment}
1699
+ #{Fragment::AddonDependencyFragment}
1684
1700
  #{Fragment::PaywallCurrencyFragment}
1685
1701
  #{Fragment::PaywallConfigurationFragment}
1686
1702
  #{Fragment::TypographyConfigurationFragment}
@@ -1792,6 +1808,7 @@ module Stigg
1792
1808
  #{Fragment::PackageEntitlementFragment}
1793
1809
  #{Fragment::AddonFragment}
1794
1810
  #{Fragment::OveragePriceFragment}
1811
+ #{Fragment::AddonDependencyFragment}
1795
1812
  #{Fragment::SubscriptionScheduledUpdateData}
1796
1813
  #{Fragment::ScheduleVariablesFragment}
1797
1814
  #{Fragment::SubscriptionFutureUpdateData}
@@ -38758,6 +38758,53 @@
38758
38758
  "enumValues": null,
38759
38759
  "possibleTypes": null
38760
38760
  },
38761
+ {
38762
+ "kind": "OBJECT",
38763
+ "name": "NumberChange",
38764
+ "description": null,
38765
+ "fields": [
38766
+ {
38767
+ "name": "after",
38768
+ "description": null,
38769
+ "args": [],
38770
+ "type": {
38771
+ "kind": "SCALAR",
38772
+ "name": "Float",
38773
+ "ofType": null
38774
+ },
38775
+ "isDeprecated": false,
38776
+ "deprecationReason": null
38777
+ },
38778
+ {
38779
+ "name": "before",
38780
+ "description": null,
38781
+ "args": [],
38782
+ "type": {
38783
+ "kind": "SCALAR",
38784
+ "name": "Float",
38785
+ "ofType": null
38786
+ },
38787
+ "isDeprecated": false,
38788
+ "deprecationReason": null
38789
+ },
38790
+ {
38791
+ "name": "changeType",
38792
+ "description": null,
38793
+ "args": [],
38794
+ "type": {
38795
+ "kind": "ENUM",
38796
+ "name": "ChangeType",
38797
+ "ofType": null
38798
+ },
38799
+ "isDeprecated": false,
38800
+ "deprecationReason": null
38801
+ }
38802
+ ],
38803
+ "inputFields": null,
38804
+ "interfaces": [],
38805
+ "enumValues": null,
38806
+ "possibleTypes": null
38807
+ },
38761
38808
  {
38762
38809
  "kind": "INPUT_OBJECT",
38763
38810
  "name": "NumberFieldComparison",
@@ -39448,7 +39495,7 @@
39448
39495
  "args": [],
39449
39496
  "type": {
39450
39497
  "kind": "OBJECT",
39451
- "name": "StringChangeDTO",
39498
+ "name": "NumberChange",
39452
39499
  "ofType": null
39453
39500
  },
39454
39501
  "isDeprecated": false,
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "1.94.2"
4
+ VERSION = "1.95.3"
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: 1.94.2
4
+ version: 1.95.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-03-27 00:00:00.000000000 Z
11
+ date: 2024-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient