arky-sdk 0.3.64 → 0.3.66

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/index.cjs CHANGED
@@ -1191,6 +1191,9 @@ var createDatabaseApi = (apiConfig) => {
1191
1191
  }
1192
1192
  }
1193
1193
  );
1194
+ },
1195
+ async runScript(params, options) {
1196
+ return apiConfig.httpClient.post(`/v1/operations/scripts`, params, options);
1194
1197
  }
1195
1198
  };
1196
1199
  };
@@ -1550,7 +1553,7 @@ async function injectSvgIntoElement(mediaObject, targetElement, className) {
1550
1553
  }
1551
1554
 
1552
1555
  // src/index.ts
1553
- var SDK_VERSION = "0.3.64";
1556
+ var SDK_VERSION = "0.3.66";
1554
1557
  var SUPPORTED_FRAMEWORKS = [
1555
1558
  "astro",
1556
1559
  "react",