@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 +2 -0
- package/dist/index.d.ts +2 -0
- 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;
|
|
@@ -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;
|