stigg-api-client 1.96.0 → 1.96.1

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: d16125a5d698c66f5b1c5b908764bac1cd76945ed02e347d9ebda05bef02d671
4
- data.tar.gz: d3a1b6aab9cc410a5678c3c70d875616b333705bd3da47b3bc0dfd5f501ac83f
3
+ metadata.gz: d5616387c9f044bc01bfcf885b8c7de50ea8c9b99cb679cb8a807286bb7ba679
4
+ data.tar.gz: ba92ec1bbf1482fed158d60d4cfab8d153e323b41aafbe2a50ab5735807a95c4
5
5
  SHA512:
6
- metadata.gz: a06bd7f6788a9dce4618ece18f6dddb58dbc0d99b5e93049e88eff9dffd0c33efbe5470ea02bdf48e2f4dff6a9b8b4730bc7ba07a141170b1d1f822398748dee
7
- data.tar.gz: 40ce0b91f9129a4c4b11d3ba9da3eeea4bc2415a72a0c989d4d0abf844936f5ec4ec76607bea246ba368e8b7495d3065ba8f2930e33765fc4f93cc7591fe745a
6
+ metadata.gz: 60d753baf15a082356a815131a6b3cf9eafcb0fabc4edf2e0d27c07eb04260a43c1faa6a9ec289b5dc216f047cee1e891e222cfce82fd20ec4648c8f3cd5d485
7
+ data.tar.gz: 9d958e7f9c6a94435da9649a0fdb8ed9a67961b134be6b28bc5a59610bdea5dba21dfcdc04be963158b261904782f4c879bd0ec25c05ddf766ab32d854e4d2a7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.96.0)
4
+ stigg-api-client (1.96.1)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -1129,6 +1129,9 @@ module Stigg
1129
1129
  compatibleAddons {
1130
1130
  ...MockPaywallAddonFragment
1131
1131
  }
1132
+ compatiblePackageGroups {
1133
+ ...MockPaywallPackageGroupFragment
1134
+ }
1132
1135
  }
1133
1136
  GRAPHQL
1134
1137
 
@@ -1196,6 +1199,17 @@ module Stigg
1196
1199
  }
1197
1200
  GRAPHQL
1198
1201
 
1202
+ MockPaywallPackageGroupFragment = <<~GRAPHQL
1203
+ fragment MockPaywallPackageGroupFragment on PaywallPackageGroup{
1204
+ packageGroupId
1205
+ displayName
1206
+ description
1207
+ compatibleAddons {
1208
+ ...MockPaywallAddonFragment
1209
+ }
1210
+ }
1211
+ GRAPHQL
1212
+
1199
1213
  MockPaywallAddonFragment = <<~GRAPHQL
1200
1214
  fragment MockPaywallAddonFragment on PaywallAddon {
1201
1215
  refId
@@ -1203,6 +1217,7 @@ module Stigg
1203
1217
  description
1204
1218
  additionalMetaData
1205
1219
  billingId
1220
+ maxQuantity
1206
1221
  entitlements {
1207
1222
  ...MockPaywallPackageEntitlementFragment
1208
1223
  }
@@ -1851,6 +1866,7 @@ module Stigg
1851
1866
  #{Fragment::MockPaywallPriceFragment}
1852
1867
  #{Fragment::PriceTierFragment}
1853
1868
  #{Fragment::MockPaywallAddonFragment}
1869
+ #{Fragment::MockPaywallPackageGroupFragment}
1854
1870
  #{Fragment::PaywallConfigurationFragment}
1855
1871
  #{Fragment::TypographyConfigurationFragment}
1856
1872
  #{Fragment::FontVariantFragment}
@@ -45055,6 +45055,18 @@
45055
45055
  "isDeprecated": false,
45056
45056
  "deprecationReason": null
45057
45057
  },
45058
+ {
45059
+ "name": "maxQuantity",
45060
+ "description": null,
45061
+ "args": [],
45062
+ "type": {
45063
+ "kind": "SCALAR",
45064
+ "name": "Float",
45065
+ "ofType": null
45066
+ },
45067
+ "isDeprecated": false,
45068
+ "deprecationReason": null
45069
+ },
45058
45070
  {
45059
45071
  "name": "prices",
45060
45072
  "description": null,
@@ -45577,6 +45589,81 @@
45577
45589
  "enumValues": null,
45578
45590
  "possibleTypes": null
45579
45591
  },
45592
+ {
45593
+ "kind": "OBJECT",
45594
+ "name": "PaywallPackageGroup",
45595
+ "description": null,
45596
+ "fields": [
45597
+ {
45598
+ "name": "compatibleAddons",
45599
+ "description": null,
45600
+ "args": [],
45601
+ "type": {
45602
+ "kind": "LIST",
45603
+ "name": null,
45604
+ "ofType": {
45605
+ "kind": "NON_NULL",
45606
+ "name": null,
45607
+ "ofType": {
45608
+ "kind": "OBJECT",
45609
+ "name": "PaywallAddon",
45610
+ "ofType": null
45611
+ }
45612
+ }
45613
+ },
45614
+ "isDeprecated": false,
45615
+ "deprecationReason": null
45616
+ },
45617
+ {
45618
+ "name": "description",
45619
+ "description": null,
45620
+ "args": [],
45621
+ "type": {
45622
+ "kind": "SCALAR",
45623
+ "name": "String",
45624
+ "ofType": null
45625
+ },
45626
+ "isDeprecated": false,
45627
+ "deprecationReason": null
45628
+ },
45629
+ {
45630
+ "name": "displayName",
45631
+ "description": null,
45632
+ "args": [],
45633
+ "type": {
45634
+ "kind": "NON_NULL",
45635
+ "name": null,
45636
+ "ofType": {
45637
+ "kind": "SCALAR",
45638
+ "name": "String",
45639
+ "ofType": null
45640
+ }
45641
+ },
45642
+ "isDeprecated": false,
45643
+ "deprecationReason": null
45644
+ },
45645
+ {
45646
+ "name": "packageGroupId",
45647
+ "description": null,
45648
+ "args": [],
45649
+ "type": {
45650
+ "kind": "NON_NULL",
45651
+ "name": null,
45652
+ "ofType": {
45653
+ "kind": "SCALAR",
45654
+ "name": "String",
45655
+ "ofType": null
45656
+ }
45657
+ },
45658
+ "isDeprecated": false,
45659
+ "deprecationReason": null
45660
+ }
45661
+ ],
45662
+ "inputFields": null,
45663
+ "interfaces": [],
45664
+ "enumValues": null,
45665
+ "possibleTypes": null
45666
+ },
45580
45667
  {
45581
45668
  "kind": "OBJECT",
45582
45669
  "name": "PaywallPlan",
@@ -45638,6 +45725,26 @@
45638
45725
  "isDeprecated": false,
45639
45726
  "deprecationReason": null
45640
45727
  },
45728
+ {
45729
+ "name": "compatiblePackageGroups",
45730
+ "description": null,
45731
+ "args": [],
45732
+ "type": {
45733
+ "kind": "LIST",
45734
+ "name": null,
45735
+ "ofType": {
45736
+ "kind": "NON_NULL",
45737
+ "name": null,
45738
+ "ofType": {
45739
+ "kind": "OBJECT",
45740
+ "name": "PaywallPackageGroup",
45741
+ "ofType": null
45742
+ }
45743
+ }
45744
+ },
45745
+ "isDeprecated": false,
45746
+ "deprecationReason": null
45747
+ },
45641
45748
  {
45642
45749
  "name": "defaultTrialConfig",
45643
45750
  "description": null,
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.96.0"
4
+ VERSION = "1.96.1"
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.96.0
4
+ version: 1.96.1
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-28 00:00:00.000000000 Z
11
+ date: 2024-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient