bookish-api-client 0.1.19 → 0.1.21
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/apis/ActivityApi.d.ts +4 -0
- package/dist/apis/ActivityApi.js +74 -0
- package/dist/apis/ActivityApi.js.map +1 -1
- package/dist/apis/AuthApi.d.ts +3 -0
- package/dist/apis/AuthApi.js +65 -0
- package/dist/apis/AuthApi.js.map +1 -1
- package/dist/models/BookAndFriendCount.d.ts +22 -0
- package/dist/models/BookAndFriendCount.js +35 -0
- package/dist/models/BookAndFriendCount.js.map +1 -0
- package/dist/models/BookAndFriendCountResponseDto.d.ts +22 -0
- package/dist/models/BookAndFriendCountResponseDto.js +29 -0
- package/dist/models/BookAndFriendCountResponseDto.js.map +1 -0
- package/dist/models/CreateSpotifyEventDto.d.ts +23 -0
- package/dist/models/CreateSpotifyEventDto.js +41 -0
- package/dist/models/CreateSpotifyEventDto.js.map +1 -0
- package/dist/models/ObjectSerializer.d.ts +5 -0
- package/dist/models/ObjectSerializer.js +15 -0
- package/dist/models/ObjectSerializer.js.map +1 -1
- package/dist/models/SpotifyEventApiResponseDto.d.ts +22 -0
- package/dist/models/SpotifyEventApiResponseDto.js +29 -0
- package/dist/models/SpotifyEventApiResponseDto.js.map +1 -0
- package/dist/models/SpotifyEventResponseDto.d.ts +21 -0
- package/dist/models/SpotifyEventResponseDto.js +29 -0
- package/dist/models/SpotifyEventResponseDto.js.map +1 -0
- package/dist/models/all.d.ts +5 -0
- package/dist/models/all.js +5 -0
- package/dist/models/all.js.map +1 -1
- package/dist/types/ObjectParamAPI.d.ts +12 -0
- package/dist/types/ObjectParamAPI.js +14 -0
- package/dist/types/ObjectParamAPI.js.map +1 -1
- package/dist/types/ObservableAPI.d.ts +7 -0
- package/dist/types/ObservableAPI.js +438 -382
- package/dist/types/ObservableAPI.js.map +1 -1
- package/dist/types/PromiseAPI.d.ts +7 -0
- package/dist/types/PromiseAPI.js +20 -0
- package/dist/types/PromiseAPI.js.map +1 -1
- package/package.json +1 -1
|
@@ -7,6 +7,7 @@ import { AddDevicePayload } from '../models/AddDevicePayload';
|
|
|
7
7
|
import { AnalyticsResponseDTO } from '../models/AnalyticsResponseDTO';
|
|
8
8
|
import { AppfeepercentageResponseDto } from '../models/AppfeepercentageResponseDto';
|
|
9
9
|
import { AppfeepercentageUpdatePayloadDto } from '../models/AppfeepercentageUpdatePayloadDto';
|
|
10
|
+
import { BookAndFriendCountResponseDto } from '../models/BookAndFriendCountResponseDto';
|
|
10
11
|
import { BookByStatusDto } from '../models/BookByStatusDto';
|
|
11
12
|
import { BookMarkEventListResponseDto } from '../models/BookMarkEventListResponseDto';
|
|
12
13
|
import { BookMarkEventPayloadDto } from '../models/BookMarkEventPayloadDto';
|
|
@@ -27,6 +28,7 @@ import { CreateBookMarkEventResponseDto } from '../models/CreateBookMarkEventRes
|
|
|
27
28
|
import { CreatePollEventDto } from '../models/CreatePollEventDto';
|
|
28
29
|
import { CreatePollResultDto } from '../models/CreatePollResultDto';
|
|
29
30
|
import { CreateRoleDto } from '../models/CreateRoleDto';
|
|
31
|
+
import { CreateSpotifyEventDto } from '../models/CreateSpotifyEventDto';
|
|
30
32
|
import { CreateStaffDto } from '../models/CreateStaffDto';
|
|
31
33
|
import { CreateStaffRoleDto } from '../models/CreateStaffRoleDto';
|
|
32
34
|
import { CreateSubstackEventDto } from '../models/CreateSubstackEventDto';
|
|
@@ -70,6 +72,7 @@ import { PollResultApiResponseDto } from '../models/PollResultApiResponseDto';
|
|
|
70
72
|
import { ReadingGoalPayload } from '../models/ReadingGoalPayload';
|
|
71
73
|
import { ReadingGoalResponseDTO } from '../models/ReadingGoalResponseDTO';
|
|
72
74
|
import { SignupPayloadDto } from '../models/SignupPayloadDto';
|
|
75
|
+
import { SpotifyEventApiResponseDto } from '../models/SpotifyEventApiResponseDto';
|
|
73
76
|
import { StorageResponseDto } from '../models/StorageResponseDto';
|
|
74
77
|
import { StoreDetailsPayloadDto } from '../models/StoreDetailsPayloadDto';
|
|
75
78
|
import { StripePayloadDto } from '../models/StripePayloadDto';
|
|
@@ -106,6 +109,8 @@ export declare class ObservableActivityApi {
|
|
|
106
109
|
activityControllerCreatePollEvent(createPollEventDto: CreatePollEventDto, _options?: ConfigurationOptions): Observable<PollEventApiResponseDto>;
|
|
107
110
|
activityControllerCreatePollResultWithHttpInfo(createPollResultDto: CreatePollResultDto, _options?: ConfigurationOptions): Observable<HttpInfo<PollResultApiResponseDto>>;
|
|
108
111
|
activityControllerCreatePollResult(createPollResultDto: CreatePollResultDto, _options?: ConfigurationOptions): Observable<PollResultApiResponseDto>;
|
|
112
|
+
activityControllerCreateSpotifyEventWithHttpInfo(createSpotifyEventDto: CreateSpotifyEventDto, _options?: ConfigurationOptions): Observable<HttpInfo<SpotifyEventApiResponseDto>>;
|
|
113
|
+
activityControllerCreateSpotifyEvent(createSpotifyEventDto: CreateSpotifyEventDto, _options?: ConfigurationOptions): Observable<SpotifyEventApiResponseDto>;
|
|
109
114
|
activityControllerCreateSubstackEventWithHttpInfo(createSubstackEventDto: CreateSubstackEventDto, _options?: ConfigurationOptions): Observable<HttpInfo<SubstackEventApiResponseDto>>;
|
|
110
115
|
activityControllerCreateSubstackEvent(createSubstackEventDto: CreateSubstackEventDto, _options?: ConfigurationOptions): Observable<SubstackEventApiResponseDto>;
|
|
111
116
|
activityControllerGetPollResultWithHttpInfo(getPollResultDto: GetPollResultDto, _options?: ConfigurationOptions): Observable<HttpInfo<GetPollResultResponseDto>>;
|
|
@@ -160,6 +165,8 @@ export declare class ObservableAuthApi {
|
|
|
160
165
|
authControllerGetAllStaff(page: number, ownerId: string, limit: number, search?: string, _options?: ConfigurationOptions): Observable<void>;
|
|
161
166
|
authControllerGetAllusersWithHttpInfo(page: number, limit: number, _options?: ConfigurationOptions): Observable<HttpInfo<void>>;
|
|
162
167
|
authControllerGetAllusers(page: number, limit: number, _options?: ConfigurationOptions): Observable<void>;
|
|
168
|
+
authControllerGetBookAndFriendCountWithHttpInfo(_options?: ConfigurationOptions): Observable<HttpInfo<BookAndFriendCountResponseDto>>;
|
|
169
|
+
authControllerGetBookAndFriendCount(_options?: ConfigurationOptions): Observable<BookAndFriendCountResponseDto>;
|
|
163
170
|
authControllerGetEventsActivityWithHttpInfo(page: number, limit: number, longitude?: number, latitude?: number, global?: boolean, search?: string, _options?: ConfigurationOptions): Observable<HttpInfo<ActivityResponseDto>>;
|
|
164
171
|
authControllerGetEventsActivity(page: number, limit: number, longitude?: number, latitude?: number, global?: boolean, search?: string, _options?: ConfigurationOptions): Observable<ActivityResponseDto>;
|
|
165
172
|
authControllerGetEventsActivityByTypeWithHttpInfo(page: number, limit: number, type: string, userId?: string, search?: string, _options?: ConfigurationOptions): Observable<HttpInfo<ActivityResponseDto>>;
|