@wix/auto_sdk_faq_question-entry 1.0.21 → 1.0.22

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.
@@ -134,12 +134,12 @@ declare const bulkUpdateQuestionEntry: MaybeContext<BuildRESTFunction<typeof bul
134
134
  /**
135
135
  * Triggered when a question entry is created.
136
136
  */
137
- declare const onQuestionEntryCreated: BuildEventDefinition<typeof onQuestionEntryCreated$1>;
137
+ declare const onQuestionEntryCreated: BuildEventDefinition<typeof onQuestionEntryCreated$1> & typeof onQuestionEntryCreated$1;
138
138
  /** */
139
- declare const onQuestionEntryDeleted: BuildEventDefinition<typeof onQuestionEntryDeleted$1>;
139
+ declare const onQuestionEntryDeleted: BuildEventDefinition<typeof onQuestionEntryDeleted$1> & typeof onQuestionEntryDeleted$1;
140
140
  /**
141
141
  * Triggered when a question entry is updated.
142
142
  */
143
- declare const onQuestionEntryUpdated: BuildEventDefinition<typeof onQuestionEntryUpdated$1>;
143
+ declare const onQuestionEntryUpdated: BuildEventDefinition<typeof onQuestionEntryUpdated$1> & typeof onQuestionEntryUpdated$1;
144
144
 
145
145
  export { BulkDeleteQuestionEntriesResponse, BulkUpdateQuestionEntryOptions, BulkUpdateQuestionEntryResponse, ListQuestionEntriesOptions, ListQuestionEntriesResponse, QueryQuestionEntriesOptions, QuestionEntriesQueryBuilder, QuestionEntry, QuestionEntryCreatedEnvelope, QuestionEntryDeletedEnvelope, QuestionEntryUpdatedEnvelope, SetQuestionEntryLabelsOptions, SetQuestionEntryLabelsResponse, UpdateExtendedFieldsOptions, UpdateExtendedFieldsResponse, UpdateQuestionEntry, bulkDeleteQuestionEntries, bulkUpdateQuestionEntry, createQuestionEntry, deleteQuestionEntry, getQuestionEntry, listQuestionEntries, onQuestionEntryCreated, onQuestionEntryDeleted, onQuestionEntryUpdated, queryQuestionEntries, setQuestionEntryLabels, updateExtendedFields, updateQuestionEntry };
@@ -1905,9 +1905,15 @@ var bulkDeleteQuestionEntries4 = /* @__PURE__ */ createRESTModule(bulkDeleteQues
1905
1905
  var updateExtendedFields4 = /* @__PURE__ */ createRESTModule(updateExtendedFields3);
1906
1906
  var setQuestionEntryLabels4 = /* @__PURE__ */ createRESTModule(setQuestionEntryLabels3);
1907
1907
  var bulkUpdateQuestionEntry4 = /* @__PURE__ */ createRESTModule(bulkUpdateQuestionEntry3);
1908
- var onQuestionEntryCreated2 = createEventModule(onQuestionEntryCreated);
1909
- var onQuestionEntryDeleted2 = createEventModule(onQuestionEntryDeleted);
1910
- var onQuestionEntryUpdated2 = createEventModule(onQuestionEntryUpdated);
1908
+ var onQuestionEntryCreated2 = createEventModule(
1909
+ onQuestionEntryCreated
1910
+ );
1911
+ var onQuestionEntryDeleted2 = createEventModule(
1912
+ onQuestionEntryDeleted
1913
+ );
1914
+ var onQuestionEntryUpdated2 = createEventModule(
1915
+ onQuestionEntryUpdated
1916
+ );
1911
1917
  export {
1912
1918
  Alignment,
1913
1919
  AppType,