@kl1/contracts 1.4.33 → 1.4.34
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.
@@ -4979,7 +4979,7 @@ export declare const commentContract: {
|
|
4979
4979
|
error?: any;
|
4980
4980
|
}>;
|
4981
4981
|
};
|
4982
|
-
path: "
|
4982
|
+
path: "tcs/api/v1/comment";
|
4983
4983
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
4984
4984
|
'x-tenant': z.ZodString;
|
4985
4985
|
'x-service-token': z.ZodString;
|
@@ -9052,7 +9052,7 @@ export declare const commentContract: {
|
|
9052
9052
|
error?: any;
|
9053
9053
|
}>;
|
9054
9054
|
};
|
9055
|
-
path: "
|
9055
|
+
path: "tcs/api/v1/comment";
|
9056
9056
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
9057
9057
|
'x-tenant': z.ZodString;
|
9058
9058
|
'x-service-token': z.ZodString;
|
@@ -14033,7 +14033,7 @@ export declare const commentContract: {
|
|
14033
14033
|
error?: any;
|
14034
14034
|
}>;
|
14035
14035
|
};
|
14036
|
-
path: "
|
14036
|
+
path: "tcs/api/v1/comment/:id";
|
14037
14037
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
14038
14038
|
'x-tenant': z.ZodString;
|
14039
14039
|
'x-service-token': z.ZodString;
|
@@ -14084,7 +14084,7 @@ export declare const commentContract: {
|
|
14084
14084
|
error?: any;
|
14085
14085
|
}>;
|
14086
14086
|
};
|
14087
|
-
path: "
|
14087
|
+
path: "tcs/api/v1/comment/:id";
|
14088
14088
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
14089
14089
|
'x-tenant': z.ZodString;
|
14090
14090
|
'x-service-token': z.ZodString;
|
@@ -78726,7 +78726,7 @@ export declare const commentActivityContract: {
|
|
78726
78726
|
error?: any;
|
78727
78727
|
}>;
|
78728
78728
|
};
|
78729
|
-
path: "
|
78729
|
+
path: "tcs/api/v1/comment";
|
78730
78730
|
headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
78731
78731
|
'x-tenant': import("zod").ZodString;
|
78732
78732
|
'x-service-token': import("zod").ZodString;
|
@@ -82799,7 +82799,7 @@ export declare const commentActivityContract: {
|
|
82799
82799
|
error?: any;
|
82800
82800
|
}>;
|
82801
82801
|
};
|
82802
|
-
path: "
|
82802
|
+
path: "tcs/api/v1/comment";
|
82803
82803
|
headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
82804
82804
|
'x-tenant': import("zod").ZodString;
|
82805
82805
|
'x-service-token': import("zod").ZodString;
|
@@ -87780,7 +87780,7 @@ export declare const commentActivityContract: {
|
|
87780
87780
|
error?: any;
|
87781
87781
|
}>;
|
87782
87782
|
};
|
87783
|
-
path: "
|
87783
|
+
path: "tcs/api/v1/comment/:id";
|
87784
87784
|
headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
87785
87785
|
'x-tenant': import("zod").ZodString;
|
87786
87786
|
'x-service-token': import("zod").ZodString;
|
@@ -87831,7 +87831,7 @@ export declare const commentActivityContract: {
|
|
87831
87831
|
error?: any;
|
87832
87832
|
}>;
|
87833
87833
|
};
|
87834
|
-
path: "
|
87834
|
+
path: "tcs/api/v1/comment/:id";
|
87835
87835
|
headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
87836
87836
|
'x-tenant': import("zod").ZodString;
|
87837
87837
|
'x-service-token': import("zod").ZodString;
|
package/dist/index.js
CHANGED