@gooday_corp/gooday-api-client 1.3.41 → 1.3.43

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/docs/AIApi.md CHANGED
@@ -5,6 +5,7 @@ All URIs are relative to *http://localhost:8080*
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
7
7
  |[**assistantControllerAiSuggestionList**](#assistantcontrolleraisuggestionlist) | **GET** /v1/ai/suggestion/list | |
8
+ |[**assistantControllerGenerateHomeFeed**](#assistantcontrollergeneratehomefeed) | **GET** /v1/ai/home-feed | |
8
9
  |[**assistantControllerListAssistants**](#assistantcontrollerlistassistants) | **GET** /v1/assistant/list | |
9
10
  |[**assistantControllerMyAssistant**](#assistantcontrollermyassistant) | **GET** /v1/assistant/me | |
10
11
 
@@ -54,6 +55,49 @@ const { status, data } = await apiInstance.assistantControllerAiSuggestionList(
54
55
  - **Accept**: application/json
55
56
 
56
57
 
58
+ ### HTTP response details
59
+ | Status code | Description | Response headers |
60
+ |-------------|-------------|------------------|
61
+ |**200** | | - |
62
+
63
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
64
+
65
+ # **assistantControllerGenerateHomeFeed**
66
+ > HomeFeedEListResponseDTO assistantControllerGenerateHomeFeed()
67
+
68
+
69
+ ### Example
70
+
71
+ ```typescript
72
+ import {
73
+ AIApi,
74
+ Configuration
75
+ } from './api';
76
+
77
+ const configuration = new Configuration();
78
+ const apiInstance = new AIApi(configuration);
79
+
80
+ const { status, data } = await apiInstance.assistantControllerGenerateHomeFeed();
81
+ ```
82
+
83
+ ### Parameters
84
+ This endpoint does not have any parameters.
85
+
86
+
87
+ ### Return type
88
+
89
+ **HomeFeedEListResponseDTO**
90
+
91
+ ### Authorization
92
+
93
+ [bearer](../README.md#bearer)
94
+
95
+ ### HTTP request headers
96
+
97
+ - **Content-Type**: Not defined
98
+ - **Accept**: application/json
99
+
100
+
57
101
  ### HTTP response details
58
102
  | Status code | Description | Response headers |
59
103
  |-------------|-------------|------------------|
@@ -17,9 +17,9 @@ All URIs are relative to *http://localhost:8080*
17
17
  |[**businessTypeControllerFindFavoriteBusinessVenue**](#businesstypecontrollerfindfavoritebusinessvenue) | **GET** /v1/business/favorite/{id} | |
18
18
  |[**businessTypeControllerFindFavoriteBusinessVenueCount**](#businesstypecontrollerfindfavoritebusinessvenuecount) | **GET** /v1/business/favorite/count/{id} | |
19
19
  |[**businessTypeControllerFindFriendsFavoriteBusinessVenueList**](#businesstypecontrollerfindfriendsfavoritebusinessvenuelist) | **POST** /v1/business/friends/favorite | |
20
- |[**businessTypeControllerGetAllVenue**](#businesstypecontrollergetallvenue) | **POST** /v1/business/venues | |
21
20
  |[**businessTypeControllerGetBusinessVenue**](#businesstypecontrollergetbusinessvenue) | **POST** /v1/business/business-venue | |
22
21
  |[**businessTypeControllerHighlyRecommended**](#businesstypecontrollerhighlyrecommended) | **GET** /v1/business/highlyRecommended | |
22
+ |[**businessTypeControllerListAllCategories**](#businesstypecontrollerlistallcategories) | **GET** /v1/business/categories | |
23
23
  |[**businessTypeControllerListBookingDurations**](#businesstypecontrollerlistbookingdurations) | **GET** /v1/business/booking-durations | |
24
24
  |[**businessTypeControllerListBusinessType**](#businesstypecontrollerlistbusinesstype) | **GET** /v1/business/list{favorite} | |
25
25
  |[**businessTypeControllerListCategories**](#businesstypecontrollerlistcategories) | **GET** /v1/business/{businessTypeId}/categories | |
@@ -677,8 +677,8 @@ const { status, data } = await apiInstance.businessTypeControllerFindFriendsFavo
677
677
 
678
678
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
679
679
 
680
- # **businessTypeControllerGetAllVenue**
681
- > BusinessVenueResponseDTO businessTypeControllerGetAllVenue(getAllVenueDto)
680
+ # **businessTypeControllerGetBusinessVenue**
681
+ > BusinessVenueResponseDTO businessTypeControllerGetBusinessVenue(getBusinessVenueDto)
682
682
 
683
683
 
684
684
  ### Example
@@ -687,16 +687,16 @@ const { status, data } = await apiInstance.businessTypeControllerFindFriendsFavo
687
687
  import {
688
688
  BusinessApi,
689
689
  Configuration,
690
- GetAllVenueDto
690
+ GetBusinessVenueDto
691
691
  } from './api';
692
692
 
693
693
  const configuration = new Configuration();
694
694
  const apiInstance = new BusinessApi(configuration);
695
695
 
696
- let getAllVenueDto: GetAllVenueDto; //
696
+ let getBusinessVenueDto: GetBusinessVenueDto; //
697
697
 
698
- const { status, data } = await apiInstance.businessTypeControllerGetAllVenue(
699
- getAllVenueDto
698
+ const { status, data } = await apiInstance.businessTypeControllerGetBusinessVenue(
699
+ getBusinessVenueDto
700
700
  );
701
701
  ```
702
702
 
@@ -704,7 +704,7 @@ const { status, data } = await apiInstance.businessTypeControllerGetAllVenue(
704
704
 
705
705
  |Name | Type | Description | Notes|
706
706
  |------------- | ------------- | ------------- | -------------|
707
- | **getAllVenueDto** | **GetAllVenueDto**| | |
707
+ | **getBusinessVenueDto** | **GetBusinessVenueDto**| | |
708
708
 
709
709
 
710
710
  ### Return type
@@ -713,7 +713,7 @@ const { status, data } = await apiInstance.businessTypeControllerGetAllVenue(
713
713
 
714
714
  ### Authorization
715
715
 
716
- No authorization required
716
+ [bearer](../README.md#bearer)
717
717
 
718
718
  ### HTTP request headers
719
719
 
@@ -728,8 +728,8 @@ No authorization required
728
728
 
729
729
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
730
730
 
731
- # **businessTypeControllerGetBusinessVenue**
732
- > BusinessVenueResponseDTO businessTypeControllerGetBusinessVenue(getBusinessVenueDto)
731
+ # **businessTypeControllerHighlyRecommended**
732
+ > CategoryListResponse businessTypeControllerHighlyRecommended()
733
733
 
734
734
 
735
735
  ### Example
@@ -737,30 +737,22 @@ No authorization required
737
737
  ```typescript
738
738
  import {
739
739
  BusinessApi,
740
- Configuration,
741
- GetBusinessVenueDto
740
+ Configuration
742
741
  } from './api';
743
742
 
744
743
  const configuration = new Configuration();
745
744
  const apiInstance = new BusinessApi(configuration);
746
745
 
747
- let getBusinessVenueDto: GetBusinessVenueDto; //
748
-
749
- const { status, data } = await apiInstance.businessTypeControllerGetBusinessVenue(
750
- getBusinessVenueDto
751
- );
746
+ const { status, data } = await apiInstance.businessTypeControllerHighlyRecommended();
752
747
  ```
753
748
 
754
749
  ### Parameters
755
-
756
- |Name | Type | Description | Notes|
757
- |------------- | ------------- | ------------- | -------------|
758
- | **getBusinessVenueDto** | **GetBusinessVenueDto**| | |
750
+ This endpoint does not have any parameters.
759
751
 
760
752
 
761
753
  ### Return type
762
754
 
763
- **BusinessVenueResponseDTO**
755
+ **CategoryListResponse**
764
756
 
765
757
  ### Authorization
766
758
 
@@ -768,7 +760,7 @@ const { status, data } = await apiInstance.businessTypeControllerGetBusinessVenu
768
760
 
769
761
  ### HTTP request headers
770
762
 
771
- - **Content-Type**: application/json
763
+ - **Content-Type**: Not defined
772
764
  - **Accept**: application/json
773
765
 
774
766
 
@@ -779,8 +771,8 @@ const { status, data } = await apiInstance.businessTypeControllerGetBusinessVenu
779
771
 
780
772
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
781
773
 
782
- # **businessTypeControllerHighlyRecommended**
783
- > CategoryListResponse businessTypeControllerHighlyRecommended()
774
+ # **businessTypeControllerListAllCategories**
775
+ > CategoryListResponse businessTypeControllerListAllCategories()
784
776
 
785
777
 
786
778
  ### Example
@@ -794,7 +786,7 @@ import {
794
786
  const configuration = new Configuration();
795
787
  const apiInstance = new BusinessApi(configuration);
796
788
 
797
- const { status, data } = await apiInstance.businessTypeControllerHighlyRecommended();
789
+ const { status, data } = await apiInstance.businessTypeControllerListAllCategories();
798
790
  ```
799
791
 
800
792
  ### Parameters
@@ -6,7 +6,7 @@
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **title** | **string** | The title of the booking | [default to 'Default Booking Title']
9
- **date** | **string** | The start date of the booking | [default to 2025-04-30T15:30:07+05:30]
9
+ **date** | **string** | The start date of the booking | [default to 2025-05-05T14:32:04+05:30]
10
10
  **from** | **string** | | [optional] [default to undefined]
11
11
  **to** | **string** | | [optional] [default to undefined]
12
12
  **venue** | **string** | The venue of the booking | [default to undefined]
@@ -5,7 +5,11 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **productID** | **string** | Product ID | [default to undefined]
8
+ **currency** | **string** | Currency in which the payment is made | [default to undefined]
9
+ **interval** | **string** | Recurring interval for the payment | [default to undefined]
10
+ **amount** | **number** | Amount to be charged in the smallest currency unit (e.g., cents for USD) | [default to undefined]
11
+ **name** | **string** | Name of the product or service for which payment is being made | [default to undefined]
12
+ **user** | **string** | User Id | [default to undefined]
9
13
 
10
14
  ## Example
11
15
 
@@ -13,7 +17,11 @@ Name | Type | Description | Notes
13
17
  import { CreatePaymentLinkDTO } from './api';
14
18
 
15
19
  const instance: CreatePaymentLinkDTO = {
16
- productID,
20
+ currency,
21
+ interval,
22
+ amount,
23
+ name,
24
+ user,
17
25
  };
18
26
  ```
19
27
 
@@ -14,6 +14,7 @@ All URIs are relative to *http://localhost:8080*
14
14
  |[**friendControllerRemoveFriendById**](#friendcontrollerremovefriendbyid) | **POST** /v1/friend/remove | |
15
15
  |[**friendControllerRemoveMutualFriend**](#friendcontrollerremovemutualfriend) | **DELETE** /v1/friend/mutual/{id} | |
16
16
  |[**friendControllerSendFriendRequest**](#friendcontrollersendfriendrequest) | **POST** /v1/friend/send-request | |
17
+ |[**friendControllerSuggestedFriendList**](#friendcontrollersuggestedfriendlist) | **GET** /v1/friend/suggested-friends | |
17
18
  |[**friendControllerTodayAvailableFriends**](#friendcontrollertodayavailablefriends) | **GET** /v1/friend/today/available/friends | |
18
19
 
19
20
  # **friendControllerApproveFriendRequest**
@@ -523,6 +524,62 @@ const { status, data } = await apiInstance.friendControllerSendFriendRequest(
523
524
  - **Accept**: application/json
524
525
 
525
526
 
527
+ ### HTTP response details
528
+ | Status code | Description | Response headers |
529
+ |-------------|-------------|------------------|
530
+ |**200** | | - |
531
+
532
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
533
+
534
+ # **friendControllerSuggestedFriendList**
535
+ > SuggestionFriendResponseDTO friendControllerSuggestedFriendList()
536
+
537
+
538
+ ### Example
539
+
540
+ ```typescript
541
+ import {
542
+ FriendsApi,
543
+ Configuration
544
+ } from './api';
545
+
546
+ const configuration = new Configuration();
547
+ const apiInstance = new FriendsApi(configuration);
548
+
549
+ let search: string; // (optional) (default to undefined)
550
+ let page: number; // (optional) (default to undefined)
551
+ let pageSize: number; // (optional) (default to undefined)
552
+
553
+ const { status, data } = await apiInstance.friendControllerSuggestedFriendList(
554
+ search,
555
+ page,
556
+ pageSize
557
+ );
558
+ ```
559
+
560
+ ### Parameters
561
+
562
+ |Name | Type | Description | Notes|
563
+ |------------- | ------------- | ------------- | -------------|
564
+ | **search** | [**string**] | | (optional) defaults to undefined|
565
+ | **page** | [**number**] | | (optional) defaults to undefined|
566
+ | **pageSize** | [**number**] | | (optional) defaults to undefined|
567
+
568
+
569
+ ### Return type
570
+
571
+ **SuggestionFriendResponseDTO**
572
+
573
+ ### Authorization
574
+
575
+ [bearer](../README.md#bearer)
576
+
577
+ ### HTTP request headers
578
+
579
+ - **Content-Type**: Not defined
580
+ - **Accept**: application/json
581
+
582
+
526
583
  ### HTTP response details
527
584
  | Status code | Description | Response headers |
528
585
  |-------------|-------------|------------------|
@@ -1,21 +1,21 @@
1
- # ProductResponseDTO
1
+ # HomeFeedEListResponseDTO
2
2
 
3
3
 
4
4
  ## Properties
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **data** | **object** | | [default to undefined]
9
8
  **statusCode** | **number** | statusCode | [default to undefined]
9
+ **data** | [**Array<HomeFeedEntity>**](HomeFeedEntity.md) | | [default to undefined]
10
10
 
11
11
  ## Example
12
12
 
13
13
  ```typescript
14
- import { ProductResponseDTO } from './api';
14
+ import { HomeFeedEListResponseDTO } from './api';
15
15
 
16
- const instance: ProductResponseDTO = {
17
- data,
16
+ const instance: HomeFeedEListResponseDTO = {
18
17
  statusCode,
18
+ data,
19
19
  };
20
20
  ```
21
21
 
@@ -0,0 +1,24 @@
1
+ # HomeFeedEntity
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **_id** | **string** | Unique identifier for the assistant | [default to undefined]
9
+ **name** | **string** | | [default to undefined]
10
+ **type** | **string** | | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { HomeFeedEntity } from './api';
16
+
17
+ const instance: HomeFeedEntity = {
18
+ _id,
19
+ name,
20
+ type,
21
+ };
22
+ ```
23
+
24
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
package/docs/PlansApi.md CHANGED
@@ -11,7 +11,6 @@ All URIs are relative to *http://localhost:8080*
11
11
  |[**paymentControllerGetPlans**](#paymentcontrollergetplans) | **GET** /v1/payment/plans | |
12
12
  |[**paymentControllerRetrieveConnectedAccount**](#paymentcontrollerretrieveconnectedaccount) | **GET** /v1/payment/connected-account | |
13
13
  |[**paymentControllerRevenueCatWebhook**](#paymentcontrollerrevenuecatwebhook) | **POST** /v1/payment/revenuecat-webhook | |
14
- |[**paymentControllerServiceById**](#paymentcontrollerservicebyid) | **GET** /v1/payment/stripe-plan/{id} | |
15
14
  |[**paymentControllerSetupBookingPayment**](#paymentcontrollersetupbookingpayment) | **POST** /v1/payment/booking | |
16
15
  |[**paymentControllerStripeWebhook**](#paymentcontrollerstripewebhook) | **POST** /v1/payment/stripe-webhook | |
17
16
 
@@ -137,7 +136,7 @@ void (empty response body)
137
136
 
138
137
  ### Authorization
139
138
 
140
- [bearer](../README.md#bearer)
139
+ No authorization required
141
140
 
142
141
  ### HTTP request headers
143
142
 
@@ -324,56 +323,6 @@ No authorization required
324
323
 
325
324
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
326
325
 
327
- # **paymentControllerServiceById**
328
- > ProductResponseDTO paymentControllerServiceById()
329
-
330
-
331
- ### Example
332
-
333
- ```typescript
334
- import {
335
- PlansApi,
336
- Configuration
337
- } from './api';
338
-
339
- const configuration = new Configuration();
340
- const apiInstance = new PlansApi(configuration);
341
-
342
- let id: string; // (default to undefined)
343
-
344
- const { status, data } = await apiInstance.paymentControllerServiceById(
345
- id
346
- );
347
- ```
348
-
349
- ### Parameters
350
-
351
- |Name | Type | Description | Notes|
352
- |------------- | ------------- | ------------- | -------------|
353
- | **id** | [**string**] | | defaults to undefined|
354
-
355
-
356
- ### Return type
357
-
358
- **ProductResponseDTO**
359
-
360
- ### Authorization
361
-
362
- No authorization required
363
-
364
- ### HTTP request headers
365
-
366
- - **Content-Type**: Not defined
367
- - **Accept**: application/json
368
-
369
-
370
- ### HTTP response details
371
- | Status code | Description | Response headers |
372
- |-------------|-------------|------------------|
373
- |**200** | | - |
374
-
375
- [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
376
-
377
326
  # **paymentControllerSetupBookingPayment**
378
327
  > BookingPaymentCreateResponseDTO paymentControllerSetupBookingPayment(bookingPaymentPayloadDTO)
379
328
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **date** | **string** | The start date of the booking | [default to 2025-04-30T15:30:07+05:30]
8
+ **date** | **string** | The start date of the booking | [default to 2025-05-05T14:32:04+05:30]
9
9
  **from** | **string** | | [optional] [default to undefined]
10
10
  **to** | **string** | | [optional] [default to undefined]
11
11
 
@@ -0,0 +1,22 @@
1
+ # SuggestionFriendResponseDTO
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **statusCode** | **number** | statusCode | [default to undefined]
9
+ **data** | [**Array<UserEntity>**](UserEntity.md) | User | [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { SuggestionFriendResponseDTO } from './api';
15
+
16
+ const instance: SuggestionFriendResponseDTO = {
17
+ statusCode,
18
+ data,
19
+ };
20
+ ```
21
+
22
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -21,7 +21,6 @@ Name | Type | Description | Notes
21
21
  **mobileNumber** | **string** | Phone No | [optional] [default to undefined]
22
22
  **gender** | **string** | User gender | [optional] [default to undefined]
23
23
  **isEmailVerified** | **boolean** | Indicates whether the user\'s email has been verified | [default to undefined]
24
- **subscription** | **string** | Indicates whether the business owner subscription status | [default to undefined]
25
24
  **calendar** | **string** | Primary user calendar | [default to undefined]
26
25
  **role** | **string** | Role of the user in the system | [default to undefined]
27
26
  **goals** | **Array<string>** | Goals why user is using the product | [default to undefined]
@@ -54,7 +53,6 @@ const instance: UserEntity = {
54
53
  mobileNumber,
55
54
  gender,
56
55
  isEmailVerified,
57
- subscription,
58
56
  calendar,
59
57
  role,
60
58
  goals,
@@ -5,8 +5,8 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **startDate** | **string** | The start date of the waitlist | [default to 2025-04-30T15:30:08+05:30]
9
- **endDate** | **string** | The end date of the waitlist | [default to 2025-04-30T16:30:08+05:30]
8
+ **startDate** | **string** | The start date of the waitlist | [default to 2025-05-05T14:32:04+05:30]
9
+ **endDate** | **string** | The end date of the waitlist | [default to 2025-05-05T15:32:04+05:30]
10
10
  **venue** | **string** | The venue of the waitlist | [default to undefined]
11
11
  **business** | **string** | The business associated with the waitlist | [default to undefined]
12
12
  **collaborators** | [**Array<CreateWaitlistBookingCollaboratorPayload>**](CreateWaitlistBookingCollaboratorPayload.md) | The list of collaborators associated with the waitlist | [default to undefined]
@@ -11,7 +11,6 @@ All URIs are relative to *http://localhost:8080*
11
11
  |[**whatsOnControllerFindFavoriteWhatsOnList**](#whatsoncontrollerfindfavoritewhatsonlist) | **GET** /v1/whats-on/friends/favorite | |
12
12
  |[**whatsOnControllerFindWhatsOn**](#whatsoncontrollerfindwhatson) | **POST** /v1/whats-on/list | |
13
13
  |[**whatsOnControllerFindWhatsOnById**](#whatsoncontrollerfindwhatsonbyid) | **GET** /v1/whats-on/favorite/{id} | |
14
- |[**whatsOnControllerGetAllWhatsOn**](#whatsoncontrollergetallwhatson) | **POST** /v1/whats-on/public-list | |
15
14
  |[**whatsOnControllerMarkFavoriteWhatsOn**](#whatsoncontrollermarkfavoritewhatson) | **POST** /v1/whats-on/favorite | |
16
15
  |[**whatsOnControllerPromotions**](#whatsoncontrollerpromotions) | **GET** /v1/whats-on/promotion | |
17
16
  |[**whatsOnControllerSponsored**](#whatsoncontrollersponsored) | **GET** /v1/whats-on/sponsored | |
@@ -369,57 +368,6 @@ const { status, data } = await apiInstance.whatsOnControllerFindWhatsOnById(
369
368
  - **Accept**: application/json
370
369
 
371
370
 
372
- ### HTTP response details
373
- | Status code | Description | Response headers |
374
- |-------------|-------------|------------------|
375
- |**200** | | - |
376
-
377
- [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
378
-
379
- # **whatsOnControllerGetAllWhatsOn**
380
- > WhatsOnResponseDTO whatsOnControllerGetAllWhatsOn(getAllWhatsOnDTO)
381
-
382
-
383
- ### Example
384
-
385
- ```typescript
386
- import {
387
- WhatsOnApi,
388
- Configuration,
389
- GetAllWhatsOnDTO
390
- } from './api';
391
-
392
- const configuration = new Configuration();
393
- const apiInstance = new WhatsOnApi(configuration);
394
-
395
- let getAllWhatsOnDTO: GetAllWhatsOnDTO; //
396
-
397
- const { status, data } = await apiInstance.whatsOnControllerGetAllWhatsOn(
398
- getAllWhatsOnDTO
399
- );
400
- ```
401
-
402
- ### Parameters
403
-
404
- |Name | Type | Description | Notes|
405
- |------------- | ------------- | ------------- | -------------|
406
- | **getAllWhatsOnDTO** | **GetAllWhatsOnDTO**| | |
407
-
408
-
409
- ### Return type
410
-
411
- **WhatsOnResponseDTO**
412
-
413
- ### Authorization
414
-
415
- No authorization required
416
-
417
- ### HTTP request headers
418
-
419
- - **Content-Type**: application/json
420
- - **Accept**: application/json
421
-
422
-
423
371
  ### HTTP response details
424
372
  | Status code | Description | Response headers |
425
373
  |-------------|-------------|------------------|
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooday_corp/gooday-api-client",
3
- "version": "1.3.41",
3
+ "version": "1.3.43",
4
4
  "description": "API client for Gooday",
5
5
  "main": "index.ts",
6
6
  "scripts": {},
@@ -1,28 +0,0 @@
1
- # GetAllVenueDto
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **search** | **string** | Business name search | [optional] [default to undefined]
9
- **page** | **number** | Page number for pagination | [optional] [default to undefined]
10
- **limit** | **number** | Number of items per page for pagination | [optional] [default to undefined]
11
- **people** | **number** | | [optional] [default to undefined]
12
- **coordinates** | **Array<number>** | | [default to undefined]
13
-
14
- ## Example
15
-
16
- ```typescript
17
- import { GetAllVenueDto } from './api';
18
-
19
- const instance: GetAllVenueDto = {
20
- search,
21
- page,
22
- limit,
23
- people,
24
- coordinates,
25
- };
26
- ```
27
-
28
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,30 +0,0 @@
1
- # GetAllWhatsOnDTO
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **page** | **number** | | [default to undefined]
9
- **pageSize** | **number** | | [default to undefined]
10
- **search** | **string** | | [optional] [default to undefined]
11
- **date** | **string** | | [optional] [default to undefined]
12
- **location** | [**WhatsOnLocationDTO**](WhatsOnLocationDTO.md) | | [optional] [default to undefined]
13
- **capacity** | **number** | | [optional] [default to undefined]
14
-
15
- ## Example
16
-
17
- ```typescript
18
- import { GetAllWhatsOnDTO } from './api';
19
-
20
- const instance: GetAllWhatsOnDTO = {
21
- page,
22
- pageSize,
23
- search,
24
- date,
25
- location,
26
- capacity,
27
- };
28
- ```
29
-
30
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)