@kl1/contracts 1.2.72-uat → 1.2.73-uat
Sign up to get free protection for your applications and to get access to all the features.
@@ -440,7 +440,7 @@ export declare const companyContract: {
|
|
440
440
|
error?: any;
|
441
441
|
}>;
|
442
442
|
};
|
443
|
-
path: "
|
443
|
+
path: "cs/companies";
|
444
444
|
};
|
445
445
|
update: {
|
446
446
|
body: z.ZodObject<{
|
@@ -882,7 +882,7 @@ export declare const companyContract: {
|
|
882
882
|
error?: any;
|
883
883
|
}>;
|
884
884
|
};
|
885
|
-
path: "
|
885
|
+
path: "cs/companies/:id";
|
886
886
|
};
|
887
887
|
delete: {
|
888
888
|
body: null;
|
@@ -958,7 +958,7 @@ export declare const companyContract: {
|
|
958
958
|
error?: any;
|
959
959
|
}>;
|
960
960
|
};
|
961
|
-
path: "
|
961
|
+
path: "cs/companies/:id";
|
962
962
|
};
|
963
963
|
getById: {
|
964
964
|
summary: "Get a company by id";
|
@@ -1311,7 +1311,7 @@ export declare const companyContract: {
|
|
1311
1311
|
error?: any;
|
1312
1312
|
}>;
|
1313
1313
|
};
|
1314
|
-
path: "
|
1314
|
+
path: "cs/companies/:id";
|
1315
1315
|
};
|
1316
1316
|
getAll: {
|
1317
1317
|
summary: "Get all companies";
|
@@ -1720,7 +1720,7 @@ export declare const companyContract: {
|
|
1720
1720
|
error?: any;
|
1721
1721
|
}>;
|
1722
1722
|
};
|
1723
|
-
path: "
|
1723
|
+
path: "cs/companies";
|
1724
1724
|
};
|
1725
1725
|
};
|
1726
1726
|
//# sourceMappingURL=index.d.ts.map
|
@@ -36693,7 +36693,7 @@ export declare const apiContract: {
|
|
36693
36693
|
error?: any;
|
36694
36694
|
}>;
|
36695
36695
|
};
|
36696
|
-
path: "
|
36696
|
+
path: "cs/companies";
|
36697
36697
|
};
|
36698
36698
|
update: {
|
36699
36699
|
body: import("zod").ZodObject<{
|
@@ -37135,7 +37135,7 @@ export declare const apiContract: {
|
|
37135
37135
|
error?: any;
|
37136
37136
|
}>;
|
37137
37137
|
};
|
37138
|
-
path: "
|
37138
|
+
path: "cs/companies/:id";
|
37139
37139
|
};
|
37140
37140
|
delete: {
|
37141
37141
|
body: null;
|
@@ -37211,7 +37211,7 @@ export declare const apiContract: {
|
|
37211
37211
|
error?: any;
|
37212
37212
|
}>;
|
37213
37213
|
};
|
37214
|
-
path: "
|
37214
|
+
path: "cs/companies/:id";
|
37215
37215
|
};
|
37216
37216
|
getById: {
|
37217
37217
|
summary: "Get a company by id";
|
@@ -37564,7 +37564,7 @@ export declare const apiContract: {
|
|
37564
37564
|
error?: any;
|
37565
37565
|
}>;
|
37566
37566
|
};
|
37567
|
-
path: "
|
37567
|
+
path: "cs/companies/:id";
|
37568
37568
|
};
|
37569
37569
|
getAll: {
|
37570
37570
|
summary: "Get all companies";
|
@@ -37973,7 +37973,7 @@ export declare const apiContract: {
|
|
37973
37973
|
error?: any;
|
37974
37974
|
}>;
|
37975
37975
|
};
|
37976
|
-
path: "
|
37976
|
+
path: "cs/companies";
|
37977
37977
|
};
|
37978
37978
|
};
|
37979
37979
|
evaluateForm: {
|