@speakableio/core 0.1.69 → 0.1.71

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.
@@ -833,6 +833,10 @@ var ANALYTICS_EVENT_TYPES = {
833
833
  RESPOND_CARD_FAIL: "respond_card_fail",
834
834
  RESPOND_WRITE_CARD_SUCCESS: "respond_write_card_success",
835
835
  RESPOND_WRITE_CARD_FAIL: "respond_write_card_fail",
836
+ RESPOND_WRITE_CARD_SUBMITTED: "respond_write_card_submitted",
837
+ RESPOND_WRITE_CARD_ERROR: "respond_write_card_error",
838
+ RESPOND_CARD_ERROR: "respond_card_error",
839
+ RESPOND_CARD_SUBMITTED: "respond_card_submitted",
836
840
  RESPOND_FREE_PLAN: "respond_free_plan",
837
841
  RESPOND_WRITE_FREE_PLAN: "respond_write_free_plan",
838
842
  SUBMISSION: "assignment_submitted",