ticketnation-sdk 1.0.2 → 1.0.3

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.mts CHANGED
@@ -87,6 +87,7 @@ interface CreateEventParams {
87
87
  eventTicketLimit?: number;
88
88
  timezone?: string;
89
89
  absorbFees?: boolean;
90
+ imageUrl?: string;
90
91
  callbackUrl?: string;
91
92
  venueId?: string;
92
93
  tickets?: CreateTicketParams[];
package/dist/index.d.ts CHANGED
@@ -87,6 +87,7 @@ interface CreateEventParams {
87
87
  eventTicketLimit?: number;
88
88
  timezone?: string;
89
89
  absorbFees?: boolean;
90
+ imageUrl?: string;
90
91
  callbackUrl?: string;
91
92
  venueId?: string;
92
93
  tickets?: CreateTicketParams[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ticketnation-sdk",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Official TypeScript SDK for the Ticketnation Open API — publish events, manage tickets, and receive orders programmatically.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",