stigg-api-client 1.93.0 → 1.95.0

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: 349c591f8f6f704a707f5a078ca51901c70966758598f449d80073f9e63474ae
4
- data.tar.gz: 9abc309280fc262f8b487269999bf83083a4f3c902cbed0e3f4fbfce075d37c7
3
+ metadata.gz: 928cc7e1fbe151ead9d85942c98573fd46d8b4af46bd0677bdefaa0fe82922a6
4
+ data.tar.gz: bac503f53fd8de3598634244274166330d8f1be3371f600e962b0a0b347db16b
5
5
  SHA512:
6
- metadata.gz: 1225e935da768b0508dc7ca365083f5f5f272aae51959e9ef6a773f404be6fd330f661d06d91ea3e38d649642bf4989d8278d7522a7fb24707587394c6f99797
7
- data.tar.gz: c830a101bd5c3ab8e9284d842427a76edf570f606fb1edbde8ba75ad6dee954db0f7bc68d80125f4c437415a17f2ce2585af760fec7a3903ba9a08b87bca8f73
6
+ metadata.gz: 8e9d72a775c6d6a5aff5cfb312c3f4674e0b0651159dade8427a80423da0eb494c6bfaf5541339df572751208471fed3adc7eb77dfe78fd40b74a8bee18b96fe
7
+ data.tar.gz: ae7c75f15f2edca96e858255a14d865a0382dddb509c3feea4759ad45a97e895ad386ab3faeb425fc308a7faa5739c9d363e005b13d43aa2c8bff84605d3e9ba
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.93.0)
4
+ stigg-api-client (1.95.0)
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}
@@ -39330,6 +39330,26 @@
39330
39330
  "isDeprecated": false,
39331
39331
  "deprecationReason": null
39332
39332
  },
39333
+ {
39334
+ "name": "compatiblePackageGroups",
39335
+ "description": "Package groups",
39336
+ "args": [],
39337
+ "type": {
39338
+ "kind": "LIST",
39339
+ "name": null,
39340
+ "ofType": {
39341
+ "kind": "NON_NULL",
39342
+ "name": null,
39343
+ "ofType": {
39344
+ "kind": "OBJECT",
39345
+ "name": "PlanCompatiblePackageGroupChange",
39346
+ "ofType": null
39347
+ }
39348
+ }
39349
+ },
39350
+ "isDeprecated": false,
39351
+ "deprecationReason": null
39352
+ },
39333
39353
  {
39334
39354
  "name": "defaultTrialConfig",
39335
39355
  "description": null,
@@ -47253,6 +47273,53 @@
47253
47273
  "enumValues": null,
47254
47274
  "possibleTypes": null
47255
47275
  },
47276
+ {
47277
+ "kind": "OBJECT",
47278
+ "name": "PlanCompatiblePackageGroupChange",
47279
+ "description": "Package group changed",
47280
+ "fields": [
47281
+ {
47282
+ "name": "after",
47283
+ "description": "Package group after change",
47284
+ "args": [],
47285
+ "type": {
47286
+ "kind": "OBJECT",
47287
+ "name": "PackageGroup",
47288
+ "ofType": null
47289
+ },
47290
+ "isDeprecated": false,
47291
+ "deprecationReason": null
47292
+ },
47293
+ {
47294
+ "name": "before",
47295
+ "description": "Package group before change",
47296
+ "args": [],
47297
+ "type": {
47298
+ "kind": "OBJECT",
47299
+ "name": "PackageGroup",
47300
+ "ofType": null
47301
+ },
47302
+ "isDeprecated": false,
47303
+ "deprecationReason": null
47304
+ },
47305
+ {
47306
+ "name": "changeType",
47307
+ "description": "Type of change",
47308
+ "args": [],
47309
+ "type": {
47310
+ "kind": "ENUM",
47311
+ "name": "ChangeType",
47312
+ "ofType": null
47313
+ },
47314
+ "isDeprecated": false,
47315
+ "deprecationReason": null
47316
+ }
47317
+ ],
47318
+ "inputFields": null,
47319
+ "interfaces": [],
47320
+ "enumValues": null,
47321
+ "possibleTypes": null
47322
+ },
47256
47323
  {
47257
47324
  "kind": "OBJECT",
47258
47325
  "name": "PlanConnection",
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.93.0"
4
+ VERSION = "1.95.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: 1.93.0
4
+ version: 1.95.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-03-26 00:00:00.000000000 Z
11
+ date: 2024-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient