stigg-api-client 3.115.0 → 3.116.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: 6de4876cc15dd8027c9b12376283f15f571fd81d106b5d9ad1d9d3a4e6beb50d
4
- data.tar.gz: 71c9000313bda645c6d28878b1039baa63c1004aa475860b776e1ffb66c75a25
3
+ metadata.gz: 032b72a36f19127b87d8739559109a745485bebf420b45423cfdffefc748cbbc
4
+ data.tar.gz: 3d841ceeb5d55d361b40cbf0e8edd48a2ec1571cdcb564741bf1173e0395cf84
5
5
  SHA512:
6
- metadata.gz: 03a3aa6f4c1b579a878ceecd63bf62bbb4ac67278b6562d95d80b15098d3b5af7a5ca40ed02b3f710e4003b652258721a8d4cf03ab875afce2d5833dbd319ebb
7
- data.tar.gz: b6a3baae524174572c5fabc33399fa06f82da07132bbc24a5c62c278891be443588b69a6658b6da8cc7db316627f69cf94a69f61ed2d49d1d881eb556402eb76
6
+ metadata.gz: 02dd099f364827ad16e4634cfbaacbb702beb6de074600bbce1b6d8fab35dab8bfbc46569bc6711eaf9e4ebc43423a60209b4033e34838e21abcb273344de05b
7
+ data.tar.gz: 4a4c0f8ff576962c26c0a7db50ccc5482c7b0627f5a64dc417bcfacb235001b6f9dca14e275913ab1592cf624bdf00241a9878e9759c8c1f3f1958869c450c42
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (3.115.0)
4
+ stigg-api-client (3.116.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -2448,6 +2448,7 @@ module Stigg
2448
2448
  sdkConfiguration {
2449
2449
  sentryDsn
2450
2450
  isWidgetWatermarkEnabled
2451
+ showWatermark
2451
2452
  }
2452
2453
  }
2453
2454
  GRAPHQL
@@ -17309,7 +17309,7 @@
17309
17309
  },
17310
17310
  {
17311
17311
  "name": "showWatermark",
17312
- "description": "Indicates whether to show the Stigg watermark on the checkout widget.",
17312
+ "description": "Indicates whether to show the Stigg watermark on the customer portal widget.",
17313
17313
  "args": [],
17314
17314
  "type": {
17315
17315
  "kind": "NON_NULL",
@@ -17320,8 +17320,8 @@
17320
17320
  "ofType": null
17321
17321
  }
17322
17322
  },
17323
- "isDeprecated": false,
17324
- "deprecationReason": null
17323
+ "isDeprecated": true,
17324
+ "deprecationReason": "Use this field from the SDK configuration instead"
17325
17325
  },
17326
17326
  {
17327
17327
  "name": "subscriptions",
@@ -31189,6 +31189,12 @@
31189
31189
  "isDeprecated": false,
31190
31190
  "deprecationReason": null
31191
31191
  },
31192
+ {
31193
+ "name": "EDGE_API_CLIENT_CONFIGURATION_DATA_RESYNC",
31194
+ "description": null,
31195
+ "isDeprecated": false,
31196
+ "deprecationReason": null
31197
+ },
31192
31198
  {
31193
31199
  "name": "EDGE_API_CUSTOMER_DATA_RESYNC",
31194
31200
  "description": "Edge API customer data resync",
@@ -76830,8 +76836,8 @@
76830
76836
  "name": "Boolean",
76831
76837
  "ofType": null
76832
76838
  },
76833
- "isDeprecated": false,
76834
- "deprecationReason": null
76839
+ "isDeprecated": true,
76840
+ "deprecationReason": "Use showWatermark instead"
76835
76841
  },
76836
76842
  {
76837
76843
  "name": "sentryDsn",
@@ -76844,6 +76850,18 @@
76844
76850
  },
76845
76851
  "isDeprecated": false,
76846
76852
  "deprecationReason": null
76853
+ },
76854
+ {
76855
+ "name": "showWatermark",
76856
+ "description": "Determine if the watermark should be displayed in widgets based on Remove Powered by Stigg entitlement.",
76857
+ "args": [],
76858
+ "type": {
76859
+ "kind": "SCALAR",
76860
+ "name": "Boolean",
76861
+ "ofType": null
76862
+ },
76863
+ "isDeprecated": false,
76864
+ "deprecationReason": null
76847
76865
  }
76848
76866
  ],
76849
76867
  "inputFields": 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 = "3.115.0"
4
+ VERSION = "3.116.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: 3.115.0
4
+ version: 3.116.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-10-16 00:00:00.000000000 Z
11
+ date: 2025-10-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient