@kl1/contracts 1.3.19 → 1.3.22
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/api-contracts/src/contract.d.ts +24 -0
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/index.d.ts +24 -0
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/api-contracts/src/export/index.d.ts +2 -0
- package/dist/api-contracts/src/export/index.d.ts.map +1 -1
- package/dist/api-contracts/src/export/validation.d.ts +3 -0
- package/dist/api-contracts/src/export/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/index.d.ts +1 -0
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/index.js +1821 -1773
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1820 -1773
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -25415,12 +25415,15 @@ export declare const apiContract: {
|
|
25415
25415
|
automationQueueId: import("zod").ZodOptional<import("zod").ZodString>;
|
25416
25416
|
selectedDate: import("zod").ZodString;
|
25417
25417
|
channelIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
25418
|
+
fileExtension: import("zod").ZodUnion<[import("zod").ZodLiteral<"csv">, import("zod").ZodLiteral<"xlsx">]>;
|
25418
25419
|
}, "strip", import("zod").ZodTypeAny, {
|
25419
25420
|
selectedDate: string;
|
25421
|
+
fileExtension: "csv" | "xlsx";
|
25420
25422
|
automationQueueId?: string | undefined;
|
25421
25423
|
channelIds?: string[] | undefined;
|
25422
25424
|
}, {
|
25423
25425
|
selectedDate: string;
|
25426
|
+
fileExtension: "csv" | "xlsx";
|
25424
25427
|
automationQueueId?: string | undefined;
|
25425
25428
|
channelIds?: string[] | undefined;
|
25426
25429
|
}>;
|
@@ -25921,12 +25924,15 @@ export declare const apiContract: {
|
|
25921
25924
|
selectedDate: import("zod").ZodString;
|
25922
25925
|
automationQueueId: import("zod").ZodOptional<import("zod").ZodString>;
|
25923
25926
|
channelIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
25927
|
+
fileExtension: import("zod").ZodUnion<[import("zod").ZodLiteral<"csv">, import("zod").ZodLiteral<"xlsx">]>;
|
25924
25928
|
}, "strip", import("zod").ZodTypeAny, {
|
25925
25929
|
selectedDate: string;
|
25930
|
+
fileExtension: "csv" | "xlsx";
|
25926
25931
|
automationQueueId?: string | undefined;
|
25927
25932
|
channelIds?: string[] | undefined;
|
25928
25933
|
}, {
|
25929
25934
|
selectedDate: string;
|
25935
|
+
fileExtension: "csv" | "xlsx";
|
25930
25936
|
automationQueueId?: string | undefined;
|
25931
25937
|
channelIds?: string[] | undefined;
|
25932
25938
|
}>;
|
@@ -26018,12 +26024,15 @@ export declare const apiContract: {
|
|
26018
26024
|
automationQueueId: import("zod").ZodOptional<import("zod").ZodString>;
|
26019
26025
|
selectedDate: import("zod").ZodString;
|
26020
26026
|
channelIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
26027
|
+
fileExtension: import("zod").ZodUnion<[import("zod").ZodLiteral<"csv">, import("zod").ZodLiteral<"xlsx">]>;
|
26021
26028
|
}, "strip", import("zod").ZodTypeAny, {
|
26022
26029
|
selectedDate: string;
|
26030
|
+
fileExtension: "csv" | "xlsx";
|
26023
26031
|
automationQueueId?: string | undefined;
|
26024
26032
|
channelIds?: string[] | undefined;
|
26025
26033
|
}, {
|
26026
26034
|
selectedDate: string;
|
26035
|
+
fileExtension: "csv" | "xlsx";
|
26027
26036
|
automationQueueId?: string | undefined;
|
26028
26037
|
channelIds?: string[] | undefined;
|
26029
26038
|
}>;
|
@@ -26115,12 +26124,15 @@ export declare const apiContract: {
|
|
26115
26124
|
automationQueueId: import("zod").ZodOptional<import("zod").ZodString>;
|
26116
26125
|
selectedDate: import("zod").ZodString;
|
26117
26126
|
channelIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
26127
|
+
fileExtension: import("zod").ZodUnion<[import("zod").ZodLiteral<"csv">, import("zod").ZodLiteral<"xlsx">]>;
|
26118
26128
|
}, "strip", import("zod").ZodTypeAny, {
|
26119
26129
|
selectedDate: string;
|
26130
|
+
fileExtension: "csv" | "xlsx";
|
26120
26131
|
automationQueueId?: string | undefined;
|
26121
26132
|
channelIds?: string[] | undefined;
|
26122
26133
|
}, {
|
26123
26134
|
selectedDate: string;
|
26135
|
+
fileExtension: "csv" | "xlsx";
|
26124
26136
|
automationQueueId?: string | undefined;
|
26125
26137
|
channelIds?: string[] | undefined;
|
26126
26138
|
}>;
|
@@ -26291,12 +26303,15 @@ export declare const apiContract: {
|
|
26291
26303
|
automationQueueId: import("zod").ZodOptional<import("zod").ZodString>;
|
26292
26304
|
selectedDate: import("zod").ZodString;
|
26293
26305
|
channelIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
26306
|
+
fileExtension: import("zod").ZodUnion<[import("zod").ZodLiteral<"csv">, import("zod").ZodLiteral<"xlsx">]>;
|
26294
26307
|
}, "strip", import("zod").ZodTypeAny, {
|
26295
26308
|
selectedDate: string;
|
26309
|
+
fileExtension: "csv" | "xlsx";
|
26296
26310
|
automationQueueId?: string | undefined;
|
26297
26311
|
channelIds?: string[] | undefined;
|
26298
26312
|
}, {
|
26299
26313
|
selectedDate: string;
|
26314
|
+
fileExtension: "csv" | "xlsx";
|
26300
26315
|
automationQueueId?: string | undefined;
|
26301
26316
|
channelIds?: string[] | undefined;
|
26302
26317
|
}>;
|
@@ -26656,12 +26671,15 @@ export declare const apiContract: {
|
|
26656
26671
|
automationQueueId: import("zod").ZodOptional<import("zod").ZodString>;
|
26657
26672
|
selectedDate: import("zod").ZodString;
|
26658
26673
|
channelIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
26674
|
+
fileExtension: import("zod").ZodUnion<[import("zod").ZodLiteral<"csv">, import("zod").ZodLiteral<"xlsx">]>;
|
26659
26675
|
}, "strip", import("zod").ZodTypeAny, {
|
26660
26676
|
selectedDate: string;
|
26677
|
+
fileExtension: "csv" | "xlsx";
|
26661
26678
|
automationQueueId?: string | undefined;
|
26662
26679
|
channelIds?: string[] | undefined;
|
26663
26680
|
}, {
|
26664
26681
|
selectedDate: string;
|
26682
|
+
fileExtension: "csv" | "xlsx";
|
26665
26683
|
automationQueueId?: string | undefined;
|
26666
26684
|
channelIds?: string[] | undefined;
|
26667
26685
|
}>;
|
@@ -26799,12 +26817,15 @@ export declare const apiContract: {
|
|
26799
26817
|
automationQueueId: import("zod").ZodOptional<import("zod").ZodString>;
|
26800
26818
|
selectedDate: import("zod").ZodString;
|
26801
26819
|
keyword: import("zod").ZodOptional<import("zod").ZodString>;
|
26820
|
+
fileExtension: import("zod").ZodUnion<[import("zod").ZodLiteral<"csv">, import("zod").ZodLiteral<"xlsx">]>;
|
26802
26821
|
}, "strip", import("zod").ZodTypeAny, {
|
26803
26822
|
selectedDate: string;
|
26823
|
+
fileExtension: "csv" | "xlsx";
|
26804
26824
|
automationQueueId?: string | undefined;
|
26805
26825
|
keyword?: string | undefined;
|
26806
26826
|
}, {
|
26807
26827
|
selectedDate: string;
|
26828
|
+
fileExtension: "csv" | "xlsx";
|
26808
26829
|
automationQueueId?: string | undefined;
|
26809
26830
|
keyword?: string | undefined;
|
26810
26831
|
}>;
|
@@ -27050,12 +27071,15 @@ export declare const apiContract: {
|
|
27050
27071
|
body: import("zod").ZodObject<{
|
27051
27072
|
userId: import("zod").ZodString;
|
27052
27073
|
selectedDate: import("zod").ZodString;
|
27074
|
+
fileExtension: import("zod").ZodUnion<[import("zod").ZodLiteral<"csv">, import("zod").ZodLiteral<"xlsx">]>;
|
27053
27075
|
}, "strip", import("zod").ZodTypeAny, {
|
27054
27076
|
userId: string;
|
27055
27077
|
selectedDate: string;
|
27078
|
+
fileExtension: "csv" | "xlsx";
|
27056
27079
|
}, {
|
27057
27080
|
userId: string;
|
27058
27081
|
selectedDate: string;
|
27082
|
+
fileExtension: "csv" | "xlsx";
|
27059
27083
|
}>;
|
27060
27084
|
method: "POST";
|
27061
27085
|
responses: {
|