shred-api-client 2.6.3 → 2.6.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.
package/dist/index.d.ts CHANGED
@@ -1717,7 +1717,8 @@ type Style = {
1717
1717
  };
1718
1718
  declare enum InteractionType {
1719
1719
  VIDEO_PLAYED = "video_played",
1720
- DOWNLOADED = "downloaded"
1720
+ DOWNLOADED = "downloaded",
1721
+ SHARED = "shared"
1721
1722
  }
1722
1723
  declare const InteractionSchema: z.ZodObject<{
1723
1724
  type: z.ZodNativeEnum<typeof InteractionType>;
package/dist/index.js CHANGED
@@ -5115,6 +5115,7 @@ var Styles = [
5115
5115
  var InteractionType = /* @__PURE__ */ ((InteractionType2) => {
5116
5116
  InteractionType2["VIDEO_PLAYED"] = "video_played";
5117
5117
  InteractionType2["DOWNLOADED"] = "downloaded";
5118
+ InteractionType2["SHARED"] = "shared";
5118
5119
  return InteractionType2;
5119
5120
  })(InteractionType || {});
5120
5121
  var InteractionSchema = external_exports.object({