@natsuneko-laboratory/catalyst-sdk 0.5.2 → 0.5.4
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 +3 -5
- package/dist/index.d.ts +3 -5
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -348,11 +348,9 @@ interface CatalystContest {
|
|
|
348
348
|
winnersOpenAt: string;
|
|
349
349
|
winnersMessageSendAt: string;
|
|
350
350
|
publishedAt: string;
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
allowSensitive: boolean;
|
|
355
|
-
};
|
|
351
|
+
since: string;
|
|
352
|
+
until: string;
|
|
353
|
+
allowSensitive: boolean;
|
|
356
354
|
voting: {
|
|
357
355
|
since: string;
|
|
358
356
|
until: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -348,11 +348,9 @@ interface CatalystContest {
|
|
|
348
348
|
winnersOpenAt: string;
|
|
349
349
|
winnersMessageSendAt: string;
|
|
350
350
|
publishedAt: string;
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
allowSensitive: boolean;
|
|
355
|
-
};
|
|
351
|
+
since: string;
|
|
352
|
+
until: string;
|
|
353
|
+
allowSensitive: boolean;
|
|
356
354
|
voting: {
|
|
357
355
|
since: string;
|
|
358
356
|
until: string;
|