@legalplace/wizardx-core 4.25.14 → 4.26.1
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.
|
@@ -9,4 +9,4 @@ export declare const getUserProfileArguments: () => [RequestInfo, RequestInit?];
|
|
|
9
9
|
export declare const updateInstanceArguments: (permalink: string, uniqid: string | undefined, ovc: OvcType, draft: number, additionalProperties?: Record<string, string | number> | undefined) => [RequestInfo, RequestInit?];
|
|
10
10
|
export declare const updateProofModule: (uniqid: string) => [RequestInfo, RequestInit?];
|
|
11
11
|
export declare const getInpiActivities: () => [RequestInfo, RequestInit?];
|
|
12
|
-
export declare const
|
|
12
|
+
export declare const getInpiCities: () => [RequestInfo, RequestInit?];
|
|
@@ -193,11 +193,10 @@ export const getInpiActivities = () => {
|
|
|
193
193
|
},
|
|
194
194
|
];
|
|
195
195
|
};
|
|
196
|
-
export const
|
|
196
|
+
export const getInpiCities = () => {
|
|
197
197
|
const apiEndpoint = getConfig().apiEndpoint + (/\/$/.test(getConfig().apiEndpoint) ? "" : "/");
|
|
198
|
-
const url = `${apiEndpoint}uploadx/json/code-postal-inpi-with-gouv?limit=${limit}&inputValue=${encodeURIComponent(inputValue)}`;
|
|
199
198
|
return [
|
|
200
|
-
|
|
199
|
+
`${apiEndpoint}uploadx/json/code-postal-inpi`,
|
|
201
200
|
{
|
|
202
201
|
method: "GET",
|
|
203
202
|
credentials: "include",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@legalplace/wizardx-core",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.26.1",
|
|
4
4
|
"author": "Moncef Hammou (moncef@legalplace.fr)",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"files": [
|
|
@@ -54,11 +54,11 @@
|
|
|
54
54
|
"xss": "^1.0.9"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@legalplace/data-gouv": "^1.
|
|
57
|
+
"@legalplace/data-gouv": "^1.6.1",
|
|
58
58
|
"@legalplace/eslint-config": "^2.3.0",
|
|
59
59
|
"@legalplace/models-v3-types": "^5.13.9",
|
|
60
60
|
"@legalplace/prettier-config": "^2.1.3",
|
|
61
|
-
"@legalplace/typeorm-entities": "^5.
|
|
61
|
+
"@legalplace/typeorm-entities": "^5.45.0",
|
|
62
62
|
"@swc-node/jest": "^1.3.2",
|
|
63
63
|
"@swc/core": "^1.2.93",
|
|
64
64
|
"@swc/jest": "^0.2.4",
|
|
@@ -96,5 +96,5 @@
|
|
|
96
96
|
"*.test.ts",
|
|
97
97
|
"*.test.tsx"
|
|
98
98
|
],
|
|
99
|
-
"gitHead": "
|
|
99
|
+
"gitHead": "c6215c882221999cb8ce1e05e509630cd848dbdd"
|
|
100
100
|
}
|