@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 +5 -5
- package/dist/index.d.ts +5 -5
- package/package.json +1 -1
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
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
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
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
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;
|