@kl1/contracts 1.2.72-uat → 1.2.74-uat
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/api-contracts/src/company/index.d.ts +5 -5
- package/dist/api-contracts/src/contract.d.ts +5 -5
- package/dist/api-contracts/src/general-setting/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -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: {
|
|
@@ -12,7 +12,7 @@ export declare const generalSettingContract: {
|
|
|
12
12
|
autoOpenedContactWidgetId: string | null;
|
|
13
13
|
}>;
|
|
14
14
|
};
|
|
15
|
-
path: "general-setting/auto-opened-contact-widget-id";
|
|
15
|
+
path: "ms/general-setting/auto-opened-contact-widget-id";
|
|
16
16
|
};
|
|
17
17
|
updateAutoOpenedContactWidgetId: {
|
|
18
18
|
body: z.ZodObject<{
|
|
@@ -32,7 +32,7 @@ export declare const generalSettingContract: {
|
|
|
32
32
|
autoOpenedContactWidgetId: string | null;
|
|
33
33
|
}>;
|
|
34
34
|
};
|
|
35
|
-
path: "general-setting/auto-opened-contact-widget-id";
|
|
35
|
+
path: "ms/general-setting/auto-opened-contact-widget-id";
|
|
36
36
|
};
|
|
37
37
|
};
|
|
38
38
|
};
|
package/dist/index.js
CHANGED
|
@@ -3560,7 +3560,7 @@ var companyContract = (0, import_core10.initContract)().router(
|
|
|
3560
3560
|
}
|
|
3561
3561
|
},
|
|
3562
3562
|
{
|
|
3563
|
-
pathPrefix: "
|
|
3563
|
+
pathPrefix: "cs/companies"
|
|
3564
3564
|
}
|
|
3565
3565
|
);
|
|
3566
3566
|
|
|
@@ -9001,7 +9001,7 @@ var generalSettingContract = (0, import_core44.initContract)().router(
|
|
|
9001
9001
|
}
|
|
9002
9002
|
},
|
|
9003
9003
|
{
|
|
9004
|
-
pathPrefix: "general-setting"
|
|
9004
|
+
pathPrefix: "ms/general-setting"
|
|
9005
9005
|
}
|
|
9006
9006
|
);
|
|
9007
9007
|
|