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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/operations.rb +1 -0
- data/lib/stigg/generated/schema.json +23 -5
- 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: 032b72a36f19127b87d8739559109a745485bebf420b45423cfdffefc748cbbc
|
4
|
+
data.tar.gz: 3d841ceeb5d55d361b40cbf0e8edd48a2ec1571cdcb564741bf1173e0395cf84
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 02dd099f364827ad16e4634cfbaacbb702beb6de074600bbce1b6d8fab35dab8bfbc46569bc6711eaf9e4ebc43423a60209b4033e34838e21abcb273344de05b
|
7
|
+
data.tar.gz: 4a4c0f8ff576962c26c0a7db50ccc5482c7b0627f5a64dc417bcfacb235001b6f9dca14e275913ab1592cf624bdf00241a9878e9759c8c1f3f1958869c450c42
|
data/Gemfile.lock
CHANGED
@@ -17309,7 +17309,7 @@
|
|
17309
17309
|
},
|
17310
17310
|
{
|
17311
17311
|
"name": "showWatermark",
|
17312
|
-
"description": "Indicates whether to show the Stigg watermark on the
|
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":
|
17324
|
-
"deprecationReason":
|
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":
|
76834
|
-
"deprecationReason":
|
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
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.
|
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-
|
11
|
+
date: 2025-10-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|