@fill-easy/api 1.0.16 → 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/dist/openapi.d.ts CHANGED
@@ -2817,7 +2817,7 @@ export interface operations {
2817
2817
  header?: never;
2818
2818
  path: {
2819
2819
  /** @description [ISO 3166 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-2) country code in lowercase. */
2820
- countryCode: "hk" | "cn" | "au" | "sg" | "ky" | "th" | "us";
2820
+ countryCode: "hk" | "cn" | "au" | "sg" | "ky" | "th" | "us" | "bm" | "kh";
2821
2821
  };
2822
2822
  cookie?: never;
2823
2823
  };
@@ -2962,7 +2962,7 @@ export interface operations {
2962
2962
  header?: never;
2963
2963
  path: {
2964
2964
  /** @description [ISO 3166 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-2) country code. */
2965
- countryCode: "hk" | "au" | "sg" | "th" | "us";
2965
+ countryCode: "hk" | "au" | "sg" | "th" | "us" | "kh";
2966
2966
  };
2967
2967
  cookie?: never;
2968
2968
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fill-easy/api",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "type": "module",
5
5
  "description": "Type-safe SDK for Fill Easy API",
6
6
  "main": "dist/index.js",