@shoppexio/storefront 1.0.75 → 1.0.76

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.
package/dist/index.d.cts CHANGED
@@ -211,6 +211,9 @@ interface ProductDescriptionTab {
211
211
  content: string;
212
212
  }
213
213
  interface Product {
214
+ /** Existing role required before purchase; sign in to the hosted shop and connect Discord. */
215
+ discord_required_role_id?: string | null;
216
+ discord_server_id?: string | null;
214
217
  id?: string;
215
218
  uniqid: string;
216
219
  title: string;
package/dist/index.d.ts CHANGED
@@ -211,6 +211,9 @@ interface ProductDescriptionTab {
211
211
  content: string;
212
212
  }
213
213
  interface Product {
214
+ /** Existing role required before purchase; sign in to the hosted shop and connect Discord. */
215
+ discord_required_role_id?: string | null;
216
+ discord_server_id?: string | null;
214
217
  id?: string;
215
218
  uniqid: string;
216
219
  title: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shoppexio/storefront",
3
- "version": "1.0.75",
3
+ "version": "1.0.76",
4
4
  "description": "Official JavaScript storefront SDK for Shoppex",
5
5
  "type": "module",
6
6
  "repository": {