@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 CHANGED
@@ -348,11 +348,9 @@ interface CatalystContest {
348
348
  winnersOpenAt: string;
349
349
  winnersMessageSendAt: string;
350
350
  publishedAt: string;
351
- application: {
352
- since: string;
353
- until: string;
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
- application: {
352
- since: string;
353
- until: string;
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/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.4",
4
4
  "description": "TypeScript/JavaScript SDK for the Natsuneko Laboratory platform",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",