@amityco/ts-sdk 7.11.1-cc3ae7ed.0 → 7.11.1-cc6dc67b.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amityco/ts-sdk",
3
- "version": "7.11.1-cc3ae7ed.0",
3
+ "version": "7.11.1-cc6dc67b.0",
4
4
  "license": "CC-BY-ND-4.0",
5
5
  "author": "amity.co <developers@amity.co> (https://amity.co)",
6
6
  "description": "Amity Social Cloud Typescript SDK",
@@ -1,15 +0,0 @@
1
- /**
2
- * ```js
3
- * import { EventRepository } from '@amityco/ts-sdk'
4
- * const { success } = await EventRepository.deleteEvent(eventId)
5
- * ```
6
- *
7
- * Deletes a {@link Amity.Event}
8
- *
9
- * @param eventId The {@link Amity.Event} ID to delete
10
- *
11
- * @category Event API
12
- * @async
13
- */
14
- export declare const deleteEvent: (eventId: Amity.Event['eventId']) => Promise<void>;
15
- //# sourceMappingURL=deleteEvent.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"deleteEvent.d.ts","sourceRoot":"","sources":["../../../src/eventRepository/api/deleteEvent.ts"],"names":[],"mappings":"AAQA;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,WAAW,YAAmB,WAAW,CAAC,SAAS,CAAC,KAAG,QAAQ,IAAI,CAoB/E,CAAC"}