@kl1/contracts 1.4.32 → 1.4.33
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.
@@ -62340,7 +62340,7 @@ export declare const ticketContract: {
|
|
62340
62340
|
error?: any;
|
62341
62341
|
}>;
|
62342
62342
|
};
|
62343
|
-
path: "tcs/api/v1/ticket
|
62343
|
+
path: "tcs/api/v1/ticket/:id";
|
62344
62344
|
headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
62345
62345
|
'x-tenant': import("zod").ZodString;
|
62346
62346
|
'x-service-token': import("zod").ZodString;
|
@@ -8963,7 +8963,7 @@ export declare const ticketContract: {
|
|
8963
8963
|
error?: any;
|
8964
8964
|
}>;
|
8965
8965
|
};
|
8966
|
-
path: "tcs/api/v1/ticket
|
8966
|
+
path: "tcs/api/v1/ticket/:id";
|
8967
8967
|
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
8968
8968
|
'x-tenant': z.ZodString;
|
8969
8969
|
'x-service-token': z.ZodString;
|
package/dist/index.js
CHANGED
@@ -6639,7 +6639,7 @@ var ticketContract = (0, import_core26.initContract)().router(
|
|
6639
6639
|
},
|
6640
6640
|
getTicketById: {
|
6641
6641
|
method: "GET",
|
6642
|
-
path: "tcs/api/v1/ticket
|
6642
|
+
path: "tcs/api/v1/ticket/:id",
|
6643
6643
|
pathParams: import_zod80.default.object({ id: import_zod80.default.string() }),
|
6644
6644
|
headers: DefaultHeaderSchema,
|
6645
6645
|
responses: {
|