@getsupertab/supertab-js 3.22.1 → 3.22.2

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.
@@ -38,7 +38,7 @@ declare class ApiClient {
38
38
  purchases: {
39
39
  status: "completed" | "pending" | "abandoned";
40
40
  id: string;
41
- offeringId: string;
41
+ offeringId: string | null;
42
42
  onetimeOfferingId: string | null;
43
43
  purchasedAt: string | (string | null)[] | null;
44
44
  completedAt: string | (string | null)[] | null;
@@ -147,7 +147,7 @@ declare class ApiClient {
147
147
  }): Promise<{
148
148
  status: "completed" | "pending" | "abandoned";
149
149
  id: string;
150
- offeringId: string;
150
+ offeringId: string | null;
151
151
  onetimeOfferingId: string | null;
152
152
  purchasedAt: string | (string | null)[] | null;
153
153
  completedAt: string | (string | null)[] | null;
@@ -178,7 +178,7 @@ declare class ApiClient {
178
178
  purchase: {
179
179
  status: "completed" | "pending" | "abandoned";
180
180
  id: string;
181
- offeringId: string;
181
+ offeringId: string | null;
182
182
  onetimeOfferingId: string | null;
183
183
  purchasedAt: string | (string | null)[] | null;
184
184
  completedAt: string | (string | null)[] | null;
@@ -214,7 +214,7 @@ declare class ApiClient {
214
214
  purchases: {
215
215
  status: "completed" | "pending" | "abandoned";
216
216
  id: string;
217
- offeringId: string;
217
+ offeringId: string | null;
218
218
  onetimeOfferingId: string | null;
219
219
  purchasedAt: string | (string | null)[] | null;
220
220
  completedAt: string | (string | null)[] | null;
@@ -1,4 +1,4 @@
1
- import { S as e } from "./supertab-CsEpZyRy.js";
1
+ import { S as e } from "./supertab-BswlSX5f.js";
2
2
  export {
3
3
  e as Supertab
4
4
  };
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "engines": {
23
23
  "node": ">=22.13.1"
24
24
  },
25
- "version": "3.22.1",
25
+ "version": "3.22.2",
26
26
  "type": "module",
27
27
  "scripts": {
28
28
  "dev": "vite --config .vite/vite.dev.config.ts",