@fill-easy/api 1.0.15 → 1.0.17
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/README.md +1 -0
- package/dist/openapi.d.ts +5 -4
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/openapi.d.ts
CHANGED
|
@@ -834,9 +834,10 @@ export interface paths {
|
|
|
834
834
|
* characters and adjust the search parameters accordingly.
|
|
835
835
|
*
|
|
836
836
|
* The type of search is dependent on the country:
|
|
837
|
-
* Substring search: KY
|
|
837
|
+
* Substring search: KY, TH
|
|
838
838
|
* Tokenized search (e.g. searching "PLE" will not result in "APPLE"): AU, SG
|
|
839
|
-
* Left partial search: HK
|
|
839
|
+
* Left partial search: HK
|
|
840
|
+
* Partial name search: US
|
|
840
841
|
*
|
|
841
842
|
*/
|
|
842
843
|
post: operations["searchCompanies"];
|
|
@@ -2816,7 +2817,7 @@ export interface operations {
|
|
|
2816
2817
|
header?: never;
|
|
2817
2818
|
path: {
|
|
2818
2819
|
/** @description [ISO 3166 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-2) country code in lowercase. */
|
|
2819
|
-
countryCode: "hk" | "cn" | "au" | "sg" | "ky";
|
|
2820
|
+
countryCode: "hk" | "cn" | "au" | "sg" | "ky" | "th" | "us" | "bm" | "kh";
|
|
2820
2821
|
};
|
|
2821
2822
|
cookie?: never;
|
|
2822
2823
|
};
|
|
@@ -2961,7 +2962,7 @@ export interface operations {
|
|
|
2961
2962
|
header?: never;
|
|
2962
2963
|
path: {
|
|
2963
2964
|
/** @description [ISO 3166 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-2) country code. */
|
|
2964
|
-
countryCode: "hk" | "au" | "sg";
|
|
2965
|
+
countryCode: "hk" | "au" | "sg" | "th" | "us" | "kh";
|
|
2965
2966
|
};
|
|
2966
2967
|
cookie?: never;
|
|
2967
2968
|
};
|