@natsuneko-laboratory/catalyst-sdk 0.5.2 → 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;
@@ -348,11 +349,10 @@ interface CatalystContest {
348
349
  winnersOpenAt: string;
349
350
  winnersMessageSendAt: string;
350
351
  publishedAt: string;
351
- application: {
352
- since: string;
353
- until: string;
354
- allowSensitive: boolean;
355
- };
352
+ since: string;
353
+ until: string;
354
+ allowSensitive: boolean;
355
+ maxMediaPerEntry: number | null;
356
356
  voting: {
357
357
  since: string;
358
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;
@@ -348,11 +349,10 @@ interface CatalystContest {
348
349
  winnersOpenAt: string;
349
350
  winnersMessageSendAt: string;
350
351
  publishedAt: string;
351
- application: {
352
- since: string;
353
- until: string;
354
- allowSensitive: boolean;
355
- };
352
+ since: string;
353
+ until: string;
354
+ allowSensitive: boolean;
355
+ maxMediaPerEntry: number | null;
356
356
  voting: {
357
357
  since: string;
358
358
  until: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@natsuneko-laboratory/catalyst-sdk",
3
- "version": "0.5.2",
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",