arky-sdk 0.3.132 → 0.3.133

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
@@ -819,6 +819,9 @@ var createCmsApi = (apiConfig) => {
819
819
  },
820
820
  /**
821
821
  * Send a node to all subscribers (schedule or immediate)
822
+ * @param params.entryId - The node ID to send
823
+ * @param params.subject - Email subject for this send
824
+ * @param params.scheduledAt - Optional unix timestamp to schedule the send
822
825
  */
823
826
  async sendNode(params, options) {
824
827
  const { entryId, ...body } = params;