@natsuneko-laboratory/catalyst-sdk 0.5.4 → 0.5.6

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
@@ -318,6 +318,7 @@ interface CatalystEditContestRequest {
318
318
  since?: string;
319
319
  until?: string;
320
320
  allowSensitive: boolean;
321
+ maxMediaPerEntry?: number;
321
322
  };
322
323
  voting?: {
323
324
  since?: string;
@@ -351,6 +352,7 @@ interface CatalystContest {
351
352
  since: string;
352
353
  until: string;
353
354
  allowSensitive: boolean;
355
+ maxMediaPerEntry: number | null;
354
356
  voting: {
355
357
  since: string;
356
358
  until: string;
package/dist/index.d.ts CHANGED
@@ -318,6 +318,7 @@ interface CatalystEditContestRequest {
318
318
  since?: string;
319
319
  until?: string;
320
320
  allowSensitive: boolean;
321
+ maxMediaPerEntry?: number;
321
322
  };
322
323
  voting?: {
323
324
  since?: string;
@@ -351,6 +352,7 @@ interface CatalystContest {
351
352
  since: string;
352
353
  until: string;
353
354
  allowSensitive: boolean;
355
+ maxMediaPerEntry: number | null;
354
356
  voting: {
355
357
  since: string;
356
358
  until: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@natsuneko-laboratory/catalyst-sdk",
3
- "version": "0.5.4",
3
+ "version": "0.5.6",
4
4
  "description": "TypeScript/JavaScript SDK for the Natsuneko Laboratory platform",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",