@microlink/mql 0.13.5 → 0.13.7

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 CHANGED
@@ -10,4 +10,4 @@
10
10
  **microlink** © [Microlink](https://microlink.io), Released under the [MIT](https://github.com/microlinkhq/sdk/blob/master/LICENSE.md) License.<br>
11
11
  Authored and maintained by Kiko Beats with help from [contributors](https://github.com/microlinkhq/sdk/contributors).
12
12
 
13
- > [microlink.io](https://microlink.io) · GitHub [@MicrolinkHQ](https://github.com/microlinkhq) · Twitter [@microlinkhq](https://twitter.com/microlinkhq)
13
+ > [microlink.io](https://microlink.io) · GitHub [@MicrolinkHQ](https://github.com/microlinkhq) · X [@microlinkhq](https://x.com/microlinkhq)
@@ -142,7 +142,7 @@ type MqlStatus = "success" | "fail" | "error";
142
142
  export type MqlPayload = {
143
143
  status: MqlStatus;
144
144
  data: MqlResponseData;
145
- statusCode: number;
145
+ statusCode?: number;
146
146
  headers: { [key: string]: string };
147
147
  }
148
148