@omerikanec/api-client-demo 2.0.3 → 3.0.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/CHANGELOG.md +17 -0
- package/dist/api.schemas.d.ts +1809 -0
- package/dist/api.schemas.js +61 -0
- package/dist/auth/auth.d.ts +79 -0
- package/dist/auth/auth.js +71 -0
- package/dist/breed/breed.d.ts +144 -0
- package/dist/breed/breed.js +148 -0
- package/dist/club-documents/club-documents.d.ts +73 -0
- package/dist/club-documents/club-documents.js +78 -0
- package/dist/club-stats/club-stats.d.ts +34 -0
- package/dist/club-stats/club-stats.js +40 -0
- package/dist/content-dictionary/content-dictionary.d.ts +116 -0
- package/dist/content-dictionary/content-dictionary.js +116 -0
- package/dist/dog-references/dog-references.d.ts +357 -0
- package/dist/dog-references/dog-references.js +358 -0
- package/dist/dogs/dogs.d.ts +348 -0
- package/dist/dogs/dogs.js +329 -0
- package/dist/event-reports/event-reports.d.ts +73 -0
- package/dist/event-reports/event-reports.js +78 -0
- package/dist/events/events.d.ts +73 -0
- package/dist/events/events.js +78 -0
- package/dist/galleries/galleries.d.ts +105 -0
- package/dist/galleries/galleries.js +117 -0
- package/dist/home/home.d.ts +34 -0
- package/dist/home/home.js +40 -0
- package/dist/import-breedarchive/import-breedarchive.d.ts +174 -0
- package/dist/import-breedarchive/import-breedarchive.js +140 -0
- package/dist/import-hybrid/import-hybrid.d.ts +131 -0
- package/dist/import-hybrid/import-hybrid.js +107 -0
- package/dist/import-hybrid-full/import-hybrid-full.d.ts +131 -0
- package/dist/import-hybrid-full/import-hybrid-full.js +107 -0
- package/dist/import-zooportal/import-zooportal.d.ts +143 -0
- package/dist/import-zooportal/import-zooportal.js +107 -0
- package/dist/{index.ts → index.d.ts} +0 -1
- package/dist/index.js +31 -0
- package/dist/judges/judges.d.ts +144 -0
- package/dist/judges/judges.js +148 -0
- package/dist/leadership/leadership.d.ts +143 -0
- package/dist/leadership/leadership.js +148 -0
- package/dist/my-achievements/my-achievements.d.ts +84 -0
- package/dist/my-achievements/my-achievements.js +77 -0
- package/dist/my-applications/my-applications.d.ts +287 -0
- package/dist/my-applications/my-applications.js +207 -0
- package/dist/my-dogs/my-dogs.d.ts +326 -0
- package/dist/my-dogs/my-dogs.js +245 -0
- package/dist/my-kennels/my-kennels.d.ts +287 -0
- package/dist/my-kennels/my-kennels.js +207 -0
- package/dist/my-litters/my-litters.d.ts +287 -0
- package/dist/my-litters/my-litters.js +207 -0
- package/dist/news/news.d.ts +73 -0
- package/dist/news/news.js +78 -0
- package/dist/pages/pages.d.ts +73 -0
- package/dist/pages/pages.js +78 -0
- package/dist/profile/profile.d.ts +96 -0
- package/dist/profile/profile.js +72 -0
- package/dist/status-of-import-task/status-of-import-task.d.ts +41 -0
- package/dist/status-of-import-task/status-of-import-task.js +39 -0
- package/impact-report.html +108 -0
- package/impact-report.json +52 -0
- package/package.json +6 -2
- package/postinstall.js +29 -0
- package/dist/.api-sync/incremental-spec.json +0 -71
- package/dist/api.schemas.ts +0 -12
- package/dist/auth/auth.ts +0 -221
- package/dist/breed/breed.ts +0 -434
- package/dist/club-documents/club-documents.ts +0 -231
- package/dist/club-stats/club-stats.ts +0 -122
- package/dist/content-dictionary/content-dictionary.ts +0 -345
- package/dist/dog-references/dog-references.ts +0 -1043
- package/dist/dogs/dogs.ts +0 -972
- package/dist/event-reports/event-reports.ts +0 -231
- package/dist/events/events.ts +0 -231
- package/dist/galleries/galleries.ts +0 -332
- package/dist/home/home.ts +0 -122
- package/dist/import-breedarchive/import-breedarchive.ts +0 -417
- package/dist/import-hybrid/import-hybrid.ts +0 -320
- package/dist/import-hybrid-full/import-hybrid-full.ts +0 -320
- package/dist/import-zooportal/import-zooportal.ts +0 -335
- package/dist/judges/judges.ts +0 -434
- package/dist/leadership/leadership.ts +0 -433
- package/dist/my-achievements/my-achievements.ts +0 -243
- package/dist/my-applications/my-applications.ts +0 -665
- package/dist/my-dogs/my-dogs.ts +0 -772
- package/dist/my-kennels/my-kennels.ts +0 -665
- package/dist/my-litters/my-litters.ts +0 -665
- package/dist/news/news.ts +0 -231
- package/dist/pages/pages.ts +0 -231
- package/dist/profile/profile.ts +0 -246
- package/dist/status-of-import-task/status-of-import-task.ts +0 -129
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,23 @@
|
|
|
4
4
|
|
|
5
5
|
### ⚠ Breaking Changes
|
|
6
6
|
|
|
7
|
+
- Path removed: /api/activity-feed/
|
|
8
|
+
|
|
9
|
+
### 🖥 Frontend Impact
|
|
10
|
+
|
|
11
|
+
**3** artifacts affected: 1 types, 1 endpoints, 1 hooks
|
|
12
|
+
|
|
13
|
+
**Breaking:**
|
|
14
|
+
- `useActivity_feed_retrieve` (hook)
|
|
15
|
+
- `activity_feed_retrieve` (endpoint)
|
|
16
|
+
- `Activity_feed_retrieveResponse` (type)
|
|
17
|
+
|
|
18
|
+
> Suggested version bump: **major**
|
|
19
|
+
|
|
20
|
+
## Unreleased (2026-06-21)
|
|
21
|
+
|
|
22
|
+
### ⚠ Breaking Changes
|
|
23
|
+
|
|
7
24
|
- GET /api/activity-feed/: response '201' removed
|
|
8
25
|
|
|
9
26
|
### Features & Changes
|