@ironcode-ai/sdk 1.20.2 → 1.20.4

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.
@@ -1822,7 +1822,7 @@ export type SubtaskPartInput = {
1822
1822
  command?: string;
1823
1823
  };
1824
1824
  export type ProviderAuthMethod = {
1825
- type: "oauth" | "api";
1825
+ type: "oauth" | "api" | "url";
1826
1826
  label: string;
1827
1827
  };
1828
1828
  export type ProviderAuthAuthorization = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@ironcode-ai/sdk",
4
- "version": "1.20.2",
4
+ "version": "1.20.4",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {