@bid-scents/shared-sdk 1.1.2 → 1.1.4

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.
Files changed (64) hide show
  1. package/dist/api/index.d.ts +7 -4
  2. package/dist/api/index.d.ts.map +1 -1
  3. package/dist/api/models/ConversationResponse.d.ts +2 -2
  4. package/dist/api/models/ConversationResponse.d.ts.map +1 -1
  5. package/dist/api/models/ConversationSummary.d.ts +2 -2
  6. package/dist/api/models/ConversationSummary.d.ts.map +1 -1
  7. package/dist/api/models/LoginResponse.d.ts +5 -0
  8. package/dist/api/models/LoginResponse.d.ts.map +1 -1
  9. package/dist/api/models/MessageActionType.d.ts +2 -1
  10. package/dist/api/models/MessageActionType.d.ts.map +1 -1
  11. package/dist/api/models/MessageActionType.js +1 -0
  12. package/dist/api/models/MessageRequest.d.ts +1 -2
  13. package/dist/api/models/MessageRequest.d.ts.map +1 -1
  14. package/dist/api/models/MessageResData.d.ts +4 -2
  15. package/dist/api/models/MessageResData.d.ts.map +1 -1
  16. package/dist/api/models/NotificationPriority.d.ts +2 -1
  17. package/dist/api/models/NotificationPriority.d.ts.map +1 -1
  18. package/dist/api/models/NotificationPriority.js +1 -0
  19. package/dist/api/models/NotificationType.d.ts +1 -2
  20. package/dist/api/models/NotificationType.d.ts.map +1 -1
  21. package/dist/api/models/NotificationType.js +0 -1
  22. package/dist/api/models/PaymentData.d.ts +31 -0
  23. package/dist/api/models/PaymentData.d.ts.map +1 -0
  24. package/dist/api/models/PaymentResponse.d.ts +18 -0
  25. package/dist/api/models/PaymentResponse.d.ts.map +1 -0
  26. package/dist/api/models/ReviewRequest.d.ts +14 -0
  27. package/dist/api/models/ReviewRequest.d.ts.map +1 -0
  28. package/dist/api/models/RichConfirmReceiptActionContent.d.ts +21 -0
  29. package/dist/api/models/RichConfirmReceiptActionContent.d.ts.map +1 -0
  30. package/dist/api/models/RichInitiateTransactionActionContent.d.ts +29 -0
  31. package/dist/api/models/RichInitiateTransactionActionContent.d.ts.map +1 -0
  32. package/dist/api/models/RichInitiateTransactionActionContent.js +1 -0
  33. package/dist/api/models/RichSubmitReviewActionContent.d.ts +21 -0
  34. package/dist/api/models/RichSubmitReviewActionContent.d.ts.map +1 -0
  35. package/dist/api/models/RichSubmitReviewActionContent.js +1 -0
  36. package/dist/api/models/TransactionRequest.d.ts +26 -0
  37. package/dist/api/models/TransactionRequest.d.ts.map +1 -0
  38. package/dist/api/models/TransactionRequest.js +1 -0
  39. package/dist/api/services/ListingService.d.ts +9 -0
  40. package/dist/api/services/ListingService.d.ts.map +1 -1
  41. package/dist/api/services/ListingService.js +21 -0
  42. package/dist/api/services/MessageService.d.ts +2 -3
  43. package/dist/api/services/MessageService.d.ts.map +1 -1
  44. package/dist/api/services/MessageService.js +3 -3
  45. package/dist/api/services/NotificationsService.js +1 -1
  46. package/dist/api/services/PaymentsService.d.ts +55 -10
  47. package/dist/api/services/PaymentsService.d.ts.map +1 -1
  48. package/dist/api/services/PaymentsService.js +114 -9
  49. package/dist/api/services/ProfileService.d.ts +20 -0
  50. package/dist/api/services/ProfileService.d.ts.map +1 -1
  51. package/dist/api/services/ProfileService.js +50 -0
  52. package/package.json +1 -1
  53. package/dist/api/models/ActionContent.d.ts +0 -12
  54. package/dist/api/models/ActionContent.d.ts.map +0 -1
  55. package/dist/api/models/BoostResponse.d.ts +0 -22
  56. package/dist/api/models/BoostResponse.d.ts.map +0 -1
  57. package/dist/api/models/Message.d.ts +0 -28
  58. package/dist/api/models/Message.d.ts.map +0 -1
  59. package/dist/api/models/RichActionContent.d.ts +0 -13
  60. package/dist/api/models/RichActionContent.d.ts.map +0 -1
  61. /package/dist/api/models/{ActionContent.js → PaymentData.js} +0 -0
  62. /package/dist/api/models/{BoostResponse.js → PaymentResponse.js} +0 -0
  63. /package/dist/api/models/{Message.js → ReviewRequest.js} +0 -0
  64. /package/dist/api/models/{RichActionContent.js → RichConfirmReceiptActionContent.js} +0 -0
@@ -2,7 +2,6 @@ export { ApiError } from './core/ApiError';
2
2
  export { CancelablePromise, CancelError } from './core/CancelablePromise';
3
3
  export { OpenAPI } from './core/OpenAPI';
4
4
  export type { OpenAPIConfig } from './core/OpenAPI';
5
- export type { ActionContent } from './models/ActionContent';
6
5
  export type { AddTokenRequest } from './models/AddTokenRequest';
7
6
  export type { Auction } from './models/Auction';
8
7
  export type { AuctionDetails } from './models/AuctionDetails';
@@ -14,7 +13,6 @@ export type { BidRequest } from './models/BidRequest';
14
13
  export type { BidResData } from './models/BidResData';
15
14
  export type { BidResponse } from './models/BidResponse';
16
15
  export type { BoostRequest } from './models/BoostRequest';
17
- export type { BoostResponse } from './models/BoostResponse';
18
16
  export { BoostType } from './models/BoostType';
19
17
  export type { CheckUniqueUsernameResponse } from './models/CheckUniqueUsernameResponse';
20
18
  export type { CommentContent } from './models/CommentContent';
@@ -50,7 +48,6 @@ export { ListingStatus } from './models/ListingStatus';
50
48
  export type { ListingTab } from './models/ListingTab';
51
49
  export { ListingType } from './models/ListingType';
52
50
  export type { LoginResponse } from './models/LoginResponse';
53
- export type { Message } from './models/Message';
54
51
  export { MessageActionType } from './models/MessageActionType';
55
52
  export type { MessageContent } from './models/MessageContent';
56
53
  export type { MessageRequest } from './models/MessageRequest';
@@ -67,21 +64,27 @@ export type { OutbidContent } from './models/OutbidContent';
67
64
  export type { PaginationDetails } from './models/PaginationDetails';
68
65
  export type { Participant } from './models/Participant';
69
66
  export { PassType } from './models/PassType';
67
+ export type { PaymentData } from './models/PaymentData';
68
+ export type { PaymentResponse } from './models/PaymentResponse';
70
69
  export type { PreferencesResponse } from './models/PreferencesResponse';
71
70
  export type { ProfileDetails } from './models/ProfileDetails';
72
71
  export type { ProfileResponse } from './models/ProfileResponse';
73
72
  export { ProfileTab } from './models/ProfileTab';
74
73
  export type { ReviewDetails } from './models/ReviewDetails';
74
+ export type { ReviewRequest } from './models/ReviewRequest';
75
75
  export type { ReviewSearchRequest } from './models/ReviewSearchRequest';
76
76
  export { ReviewSortField } from './models/ReviewSortField';
77
77
  export type { ReviewsTab } from './models/ReviewsTab';
78
- export type { RichActionContent } from './models/RichActionContent';
78
+ export type { RichConfirmReceiptActionContent } from './models/RichConfirmReceiptActionContent';
79
+ export type { RichInitiateTransactionActionContent } from './models/RichInitiateTransactionActionContent';
80
+ export type { RichSubmitReviewActionContent } from './models/RichSubmitReviewActionContent';
79
81
  export type { RichTextContent } from './models/RichTextContent';
80
82
  export type { SearchRequest } from './models/SearchRequest';
81
83
  export type { SearchResponse } from './models/SearchResponse';
82
84
  export type { SortParameter } from './models/SortParameter';
83
85
  export type { SubscriptionRequest } from './models/SubscriptionRequest';
84
86
  export type { TextContent } from './models/TextContent';
87
+ export type { TransactionRequest } from './models/TransactionRequest';
85
88
  export type { TypingReqData } from './models/TypingReqData';
86
89
  export type { TypingResData } from './models/TypingResData';
87
90
  export type { UpdateLastReadData } from './models/UpdateLastReadData';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/api/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/api/index.ts"],"names":[],"mappings":"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"}
@@ -1,5 +1,5 @@
1
1
  import type { ConversationType } from './ConversationType';
2
- import type { Message } from './Message';
2
+ import type { MessageResData } from './MessageResData';
3
3
  import type { Participant } from './Participant';
4
4
  export type ConversationResponse = {
5
5
  /**
@@ -25,6 +25,6 @@ export type ConversationResponse = {
25
25
  /**
26
26
  * List of messages in the conversation
27
27
  */
28
- messages: Array<Message>;
28
+ messages: Array<MessageResData>;
29
29
  };
30
30
  //# sourceMappingURL=ConversationResponse.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ConversationResponse.d.ts","sourceRoot":"","sources":["../../../src/api/models/ConversationResponse.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACzC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,MAAM,MAAM,oBAAoB,GAAG;IAC/B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,IAAI,EAAE,gBAAgB,CAAC;IACvB;;OAEG;IACH,IAAI,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;IACvB;;OAEG;IACH,aAAa,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;IAChC;;OAEG;IACH,YAAY,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;IACjC;;OAEG;IACH,QAAQ,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;CAC5B,CAAC"}
1
+ {"version":3,"file":"ConversationResponse.d.ts","sourceRoot":"","sources":["../../../src/api/models/ConversationResponse.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,MAAM,MAAM,oBAAoB,GAAG;IAC/B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,IAAI,EAAE,gBAAgB,CAAC;IACvB;;OAEG;IACH,IAAI,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;IACvB;;OAEG;IACH,aAAa,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;IAChC;;OAEG;IACH,YAAY,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;IACjC;;OAEG;IACH,QAAQ,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;CACnC,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import type { ConversationType } from './ConversationType';
2
- import type { Message } from './Message';
2
+ import type { MessageResData } from './MessageResData';
3
3
  import type { UserPreview } from './UserPreview';
4
4
  export type ConversationSummary = {
5
5
  /**
@@ -29,6 +29,6 @@ export type ConversationSummary = {
29
29
  /**
30
30
  * The last message in the conversation, if available
31
31
  */
32
- last_message?: (Message | null);
32
+ last_message?: (MessageResData | null);
33
33
  };
34
34
  //# sourceMappingURL=ConversationSummary.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ConversationSummary.d.ts","sourceRoot":"","sources":["../../../src/api/models/ConversationSummary.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACzC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,MAAM,MAAM,mBAAmB,GAAG;IAC9B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,aAAa,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;IAChC;;OAEG;IACH,IAAI,EAAE,gBAAgB,CAAC;IACvB;;OAEG;IACH,IAAI,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;IACvB;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,YAAY,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;IACjC;;OAEG;IACH,YAAY,CAAC,EAAE,CAAC,OAAO,GAAG,IAAI,CAAC,CAAC;CACnC,CAAC"}
1
+ {"version":3,"file":"ConversationSummary.d.ts","sourceRoot":"","sources":["../../../src/api/models/ConversationSummary.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,MAAM,MAAM,mBAAmB,GAAG;IAC9B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,aAAa,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;IAChC;;OAEG;IACH,IAAI,EAAE,gBAAgB,CAAC;IACvB;;OAEG;IACH,IAAI,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;IACvB;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,YAAY,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;IACjC;;OAEG;IACH,YAAY,CAAC,EAAE,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;CAC1C,CAAC"}
@@ -1,3 +1,4 @@
1
+ import type { PaymentData } from './PaymentData';
1
2
  import type { User } from './User';
2
3
  export type LoginResponse = {
3
4
  /**
@@ -12,5 +13,9 @@ export type LoginResponse = {
12
13
  * List of favorite listing IDs associated with the user.
13
14
  */
14
15
  favorites: Array<string>;
16
+ /**
17
+ * The user's payment details including payment method and subscription status.
18
+ */
19
+ payment_details?: (PaymentData | null);
15
20
  };
16
21
  //# sourceMappingURL=LoginResponse.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"LoginResponse.d.ts","sourceRoot":"","sources":["../../../src/api/models/LoginResponse.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AACnC,MAAM,MAAM,aAAa,GAAG;IACxB;;OAEG;IACH,SAAS,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,OAAO,EAAE,CAAC,IAAI,GAAG,IAAI,CAAC,CAAC;IACvB;;OAEG;IACH,SAAS,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC5B,CAAC"}
1
+ {"version":3,"file":"LoginResponse.d.ts","sourceRoot":"","sources":["../../../src/api/models/LoginResponse.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AACnC,MAAM,MAAM,aAAa,GAAG;IACxB;;OAEG;IACH,SAAS,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,OAAO,EAAE,CAAC,IAAI,GAAG,IAAI,CAAC,CAAC;IACvB;;OAEG;IACH,SAAS,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACzB;;OAEG;IACH,eAAe,CAAC,EAAE,CAAC,WAAW,GAAG,IAAI,CAAC,CAAC;CAC1C,CAAC"}
@@ -1,5 +1,6 @@
1
1
  export declare enum MessageActionType {
2
2
  INITIATE_TRANSACTION = "INITIATE_TRANSACTION",
3
- CONFIRM_RECEIPT = "CONFIRM_RECEIPT"
3
+ CONFIRM_RECEIPT = "CONFIRM_RECEIPT",
4
+ SUBMIT_REVIEW = "SUBMIT_REVIEW"
4
5
  }
5
6
  //# sourceMappingURL=MessageActionType.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MessageActionType.d.ts","sourceRoot":"","sources":["../../../src/api/models/MessageActionType.ts"],"names":[],"mappings":"AAIA,oBAAY,iBAAiB;IACzB,oBAAoB,yBAAyB;IAC7C,eAAe,oBAAoB;CACtC"}
1
+ {"version":3,"file":"MessageActionType.d.ts","sourceRoot":"","sources":["../../../src/api/models/MessageActionType.ts"],"names":[],"mappings":"AAIA,oBAAY,iBAAiB;IACzB,oBAAoB,yBAAyB;IAC7C,eAAe,oBAAoB;IACnC,aAAa,kBAAkB;CAClC"}
@@ -6,4 +6,5 @@ export var MessageActionType;
6
6
  (function (MessageActionType) {
7
7
  MessageActionType["INITIATE_TRANSACTION"] = "INITIATE_TRANSACTION";
8
8
  MessageActionType["CONFIRM_RECEIPT"] = "CONFIRM_RECEIPT";
9
+ MessageActionType["SUBMIT_REVIEW"] = "SUBMIT_REVIEW";
9
10
  })(MessageActionType || (MessageActionType = {}));
@@ -1,4 +1,3 @@
1
- import type { ActionContent } from './ActionContent';
2
1
  import type { FileContent } from './FileContent';
3
2
  import type { MessageType } from './MessageType';
4
3
  import type { TextContent } from './TextContent';
@@ -10,6 +9,6 @@ export type MessageRequest = {
10
9
  /**
11
10
  * Content of the message
12
11
  */
13
- content: (TextContent | FileContent | ActionContent);
12
+ content: (TextContent | FileContent);
14
13
  };
15
14
  //# sourceMappingURL=MessageRequest.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MessageRequest.d.ts","sourceRoot":"","sources":["../../../src/api/models/MessageRequest.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,MAAM,MAAM,cAAc,GAAG;IACzB;;OAEG;IACH,YAAY,EAAE,WAAW,CAAC;IAC1B;;OAEG;IACH,OAAO,EAAE,CAAC,WAAW,GAAG,WAAW,GAAG,aAAa,CAAC,CAAC;CACxD,CAAC"}
1
+ {"version":3,"file":"MessageRequest.d.ts","sourceRoot":"","sources":["../../../src/api/models/MessageRequest.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,MAAM,MAAM,cAAc,GAAG;IACzB;;OAEG;IACH,YAAY,EAAE,WAAW,CAAC;IAC1B;;OAEG;IACH,OAAO,EAAE,CAAC,WAAW,GAAG,WAAW,CAAC,CAAC;CACxC,CAAC"}
@@ -1,6 +1,8 @@
1
1
  import type { FileContent } from './FileContent';
2
2
  import type { MessageType } from './MessageType';
3
- import type { RichActionContent } from './RichActionContent';
3
+ import type { RichConfirmReceiptActionContent } from './RichConfirmReceiptActionContent';
4
+ import type { RichInitiateTransactionActionContent } from './RichInitiateTransactionActionContent';
5
+ import type { RichSubmitReviewActionContent } from './RichSubmitReviewActionContent';
4
6
  import type { RichTextContent } from './RichTextContent';
5
7
  import type { UserPreview } from './UserPreview';
6
8
  export type MessageResData = {
@@ -19,7 +21,7 @@ export type MessageResData = {
19
21
  /**
20
22
  * Content of the message
21
23
  */
22
- content: (RichTextContent | FileContent | RichActionContent);
24
+ content: (RichTextContent | FileContent | RichInitiateTransactionActionContent | RichConfirmReceiptActionContent | RichSubmitReviewActionContent);
23
25
  /**
24
26
  * Information about the user who sent the message
25
27
  */
@@ -1 +1 @@
1
- {"version":3,"file":"MessageResData.d.ts","sourceRoot":"","sources":["../../../src/api/models/MessageResData.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAC7D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,MAAM,MAAM,cAAc,GAAG;IACzB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC;IACxB;;OAEG;IACH,YAAY,EAAE,WAAW,CAAC;IAC1B;;OAEG;IACH,OAAO,EAAE,CAAC,eAAe,GAAG,WAAW,GAAG,iBAAiB,CAAC,CAAC;IAC7D;;OAEG;IACH,MAAM,EAAE,WAAW,CAAC;IACpB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;CACtB,CAAC"}
1
+ {"version":3,"file":"MessageResData.d.ts","sourceRoot":"","sources":["../../../src/api/models/MessageResData.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AACzF,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AACnG,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AACrF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,MAAM,MAAM,cAAc,GAAG;IACzB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC;IACxB;;OAEG;IACH,YAAY,EAAE,WAAW,CAAC;IAC1B;;OAEG;IACH,OAAO,EAAE,CAAC,eAAe,GAAG,WAAW,GAAG,oCAAoC,GAAG,+BAA+B,GAAG,6BAA6B,CAAC,CAAC;IAClJ;;OAEG;IACH,MAAM,EAAE,WAAW,CAAC;IACpB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;CACtB,CAAC"}
@@ -1,6 +1,7 @@
1
1
  export declare enum NotificationPriority {
2
2
  LOW = "LOW",
3
3
  MEDIUM = "MEDIUM",
4
- HIGH = "HIGH"
4
+ HIGH = "HIGH",
5
+ OVERRIDE = "OVERRIDE"
5
6
  }
6
7
  //# sourceMappingURL=NotificationPriority.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NotificationPriority.d.ts","sourceRoot":"","sources":["../../../src/api/models/NotificationPriority.ts"],"names":[],"mappings":"AAIA,oBAAY,oBAAoB;IAC5B,GAAG,QAAQ;IACX,MAAM,WAAW;IACjB,IAAI,SAAS;CAChB"}
1
+ {"version":3,"file":"NotificationPriority.d.ts","sourceRoot":"","sources":["../../../src/api/models/NotificationPriority.ts"],"names":[],"mappings":"AAIA,oBAAY,oBAAoB;IAC5B,GAAG,QAAQ;IACX,MAAM,WAAW;IACjB,IAAI,SAAS;IACb,QAAQ,aAAa;CACxB"}
@@ -7,4 +7,5 @@ export var NotificationPriority;
7
7
  NotificationPriority["LOW"] = "LOW";
8
8
  NotificationPriority["MEDIUM"] = "MEDIUM";
9
9
  NotificationPriority["HIGH"] = "HIGH";
10
+ NotificationPriority["OVERRIDE"] = "OVERRIDE";
10
11
  })(NotificationPriority || (NotificationPriority = {}));
@@ -10,7 +10,6 @@ export declare enum NotificationType {
10
10
  LISTING_COMMENT = "listing_comment",
11
11
  PAYMENT_MADE = "payment_made",
12
12
  RECEIPT_CONFIRMED = "receipt_confirmed",
13
- MESSAGE = "message",
14
- OVERRIDE = "override"
13
+ MESSAGE = "message"
15
14
  }
16
15
  //# sourceMappingURL=NotificationType.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NotificationType.d.ts","sourceRoot":"","sources":["../../../src/api/models/NotificationType.ts"],"names":[],"mappings":"AAIA,oBAAY,gBAAgB;IACxB,iBAAiB,sBAAsB;IACvC,uBAAuB,4BAA4B;IACnD,WAAW,gBAAgB;IAC3B,MAAM,WAAW;IACjB,cAAc,mBAAmB;IACjC,iBAAiB,sBAAsB;IACvC,YAAY,iBAAiB;IAC7B,uBAAuB,4BAA4B;IACnD,eAAe,oBAAoB;IACnC,YAAY,iBAAiB;IAC7B,iBAAiB,sBAAsB;IACvC,OAAO,YAAY;IACnB,QAAQ,aAAa;CACxB"}
1
+ {"version":3,"file":"NotificationType.d.ts","sourceRoot":"","sources":["../../../src/api/models/NotificationType.ts"],"names":[],"mappings":"AAIA,oBAAY,gBAAgB;IACxB,iBAAiB,sBAAsB;IACvC,uBAAuB,4BAA4B;IACnD,WAAW,gBAAgB;IAC3B,MAAM,WAAW;IACjB,cAAc,mBAAmB;IACjC,iBAAiB,sBAAsB;IACvC,YAAY,iBAAiB;IAC7B,uBAAuB,4BAA4B;IACnD,eAAe,oBAAoB;IACnC,YAAY,iBAAiB;IAC7B,iBAAiB,sBAAsB;IACvC,OAAO,YAAY;CACtB"}
@@ -16,5 +16,4 @@ export var NotificationType;
16
16
  NotificationType["PAYMENT_MADE"] = "payment_made";
17
17
  NotificationType["RECEIPT_CONFIRMED"] = "receipt_confirmed";
18
18
  NotificationType["MESSAGE"] = "message";
19
- NotificationType["OVERRIDE"] = "override";
20
19
  })(NotificationType || (NotificationType = {}));
@@ -0,0 +1,31 @@
1
+ export type PaymentData = {
2
+ /**
3
+ * Indicates whether the user has a saved payment method.
4
+ */
5
+ has_payment_method: boolean;
6
+ /**
7
+ * Indicates whether the user has a connected Stripe account to sell listings.
8
+ */
9
+ has_connect_account: boolean;
10
+ /**
11
+ * Indicates whether the user needs to complete onboarding for payouts.
12
+ */
13
+ requires_onboarding: boolean;
14
+ /**
15
+ * Indicates until when the user is eligible for swap market.
16
+ */
17
+ eligible_for_swap_until?: (string | null);
18
+ /**
19
+ * The ID of the user's active subscription, if any.
20
+ */
21
+ subscription_id?: (string | null);
22
+ /**
23
+ * A mapping of boost types to the number of credits the user has for each type.
24
+ */
25
+ boost_credits: Record<string, number>;
26
+ /**
27
+ * Indicates whether the user has redeemed their free trial subscription.
28
+ */
29
+ redeemed_free_trial: boolean;
30
+ };
31
+ //# sourceMappingURL=PaymentData.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PaymentData.d.ts","sourceRoot":"","sources":["../../../src/api/models/PaymentData.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,WAAW,GAAG;IACtB;;OAEG;IACH,kBAAkB,EAAE,OAAO,CAAC;IAC5B;;OAEG;IACH,mBAAmB,EAAE,OAAO,CAAC;IAC7B;;OAEG;IACH,mBAAmB,EAAE,OAAO,CAAC;IAC7B;;OAEG;IACH,uBAAuB,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;IAC1C;;OAEG;IACH,eAAe,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;IAClC;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACtC;;OAEG;IACH,mBAAmB,EAAE,OAAO,CAAC;CAChC,CAAC"}
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Model for the response returned after a payment request
3
+ */
4
+ export type PaymentResponse = {
5
+ /**
6
+ * The client secret for the payment intent if the user has to pay
7
+ */
8
+ client_secret?: (string | null);
9
+ /**
10
+ * The amount to be charged.
11
+ */
12
+ amount: number;
13
+ /**
14
+ * The currency of the payment.
15
+ */
16
+ currency: string;
17
+ };
18
+ //# sourceMappingURL=PaymentResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PaymentResponse.d.ts","sourceRoot":"","sources":["../../../src/api/models/PaymentResponse.ts"],"names":[],"mappings":"AAIA;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG;IAC1B;;OAEG;IACH,aAAa,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;IAChC;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;CACpB,CAAC"}
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Model for submitting a review for a transaction
3
+ */
4
+ export type ReviewRequest = {
5
+ /**
6
+ * Rating given by the user
7
+ */
8
+ rating: number;
9
+ /**
10
+ * Comment for the review
11
+ */
12
+ comment?: (string | null);
13
+ };
14
+ //# sourceMappingURL=ReviewRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReviewRequest.d.ts","sourceRoot":"","sources":["../../../src/api/models/ReviewRequest.ts"],"names":[],"mappings":"AAIA;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG;IACxB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,OAAO,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;CAC7B,CAAC"}
@@ -0,0 +1,21 @@
1
+ import type { ListingPreview } from './ListingPreview';
2
+ import type { MessageActionType } from './MessageActionType';
3
+ export type RichConfirmReceiptActionContent = {
4
+ /**
5
+ * Type of the action
6
+ */
7
+ action_type?: MessageActionType;
8
+ /**
9
+ * Listing associated with the action
10
+ */
11
+ listing?: (ListingPreview | null);
12
+ /**
13
+ * ID of the buyer
14
+ */
15
+ buyer_id: string;
16
+ /**
17
+ * Indicates if the action is active
18
+ */
19
+ is_active: boolean;
20
+ };
21
+ //# sourceMappingURL=RichConfirmReceiptActionContent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RichConfirmReceiptActionContent.d.ts","sourceRoot":"","sources":["../../../src/api/models/RichConfirmReceiptActionContent.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAC7D,MAAM,MAAM,+BAA+B,GAAG;IAC1C;;OAEG;IACH,WAAW,CAAC,EAAE,iBAAiB,CAAC;IAChC;;OAEG;IACH,OAAO,CAAC,EAAE,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;IAClC;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,SAAS,EAAE,OAAO,CAAC;CACtB,CAAC"}
@@ -0,0 +1,29 @@
1
+ import type { ListingPreview } from './ListingPreview';
2
+ import type { MessageActionType } from './MessageActionType';
3
+ export type RichInitiateTransactionActionContent = {
4
+ /**
5
+ * Type of the action
6
+ */
7
+ action_type?: MessageActionType;
8
+ /**
9
+ * Listing associated with the action
10
+ */
11
+ listing?: (ListingPreview | null);
12
+ /**
13
+ * Unit price of the listing
14
+ */
15
+ unit_price: number;
16
+ /**
17
+ * Quantity of the listing
18
+ */
19
+ quantity: number;
20
+ /**
21
+ * ID of the buyer
22
+ */
23
+ buyer_id: string;
24
+ /**
25
+ * Indicates if the action is active
26
+ */
27
+ is_active: boolean;
28
+ };
29
+ //# sourceMappingURL=RichInitiateTransactionActionContent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RichInitiateTransactionActionContent.d.ts","sourceRoot":"","sources":["../../../src/api/models/RichInitiateTransactionActionContent.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAC7D,MAAM,MAAM,oCAAoC,GAAG;IAC/C;;OAEG;IACH,WAAW,CAAC,EAAE,iBAAiB,CAAC;IAChC;;OAEG;IACH,OAAO,CAAC,EAAE,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;IAClC;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,SAAS,EAAE,OAAO,CAAC;CACtB,CAAC"}
@@ -0,0 +1,21 @@
1
+ import type { ListingPreview } from './ListingPreview';
2
+ import type { MessageActionType } from './MessageActionType';
3
+ export type RichSubmitReviewActionContent = {
4
+ /**
5
+ * Type of the action
6
+ */
7
+ action_type?: MessageActionType;
8
+ /**
9
+ * Listing associated with the action
10
+ */
11
+ listing?: (ListingPreview | null);
12
+ /**
13
+ * ID of the buyer
14
+ */
15
+ buyer_id: string;
16
+ /**
17
+ * Indicates if the action is active
18
+ */
19
+ is_active: boolean;
20
+ };
21
+ //# sourceMappingURL=RichSubmitReviewActionContent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RichSubmitReviewActionContent.d.ts","sourceRoot":"","sources":["../../../src/api/models/RichSubmitReviewActionContent.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAC7D,MAAM,MAAM,6BAA6B,GAAG;IACxC;;OAEG;IACH,WAAW,CAAC,EAAE,iBAAiB,CAAC;IAChC;;OAEG;IACH,OAAO,CAAC,EAAE,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;IAClC;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,SAAS,EAAE,OAAO,CAAC;CACtB,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Model for creating a transaction
3
+ */
4
+ export type TransactionRequest = {
5
+ /**
6
+ * ID of the listing to create a transaction for
7
+ */
8
+ listing_id: string;
9
+ /**
10
+ * ID of the conversation the transaction is created in
11
+ */
12
+ conversation_id: string;
13
+ /**
14
+ * ID of the buyer the transaction is for
15
+ */
16
+ buyer_id: string;
17
+ /**
18
+ * The amount to be charged for the transaction
19
+ */
20
+ unit_price: number;
21
+ /**
22
+ * The quantity of items being purchased
23
+ */
24
+ quantity: number;
25
+ };
26
+ //# sourceMappingURL=TransactionRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TransactionRequest.d.ts","sourceRoot":"","sources":["../../../src/api/models/TransactionRequest.ts"],"names":[],"mappings":"AAIA;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAC7B;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC;IACxB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;CACpB,CAAC"}
@@ -0,0 +1 @@
1
+ export {};
@@ -89,5 +89,14 @@ export declare class ListingService {
89
89
  * @throws ApiError
90
90
  */
91
91
  static searchListingsV1ListingSearchPost(requestBody: SearchRequest): CancelablePromise<SearchResponse>;
92
+ /**
93
+ * Get Sellers You Follow Listings
94
+ * Get all listings from sellers that the user follows.
95
+ * @param cursor Timestamp of last listing in ISO format
96
+ * @param limit
97
+ * @returns ListingCard Successful Response
98
+ * @throws ApiError
99
+ */
100
+ static getSellersYouFollowListingsV1ListingSellersYouFollowGet(cursor?: string, limit?: number): CancelablePromise<Array<ListingCard>>;
92
101
  }
93
102
  //# sourceMappingURL=ListingService.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ListingService.d.ts","sourceRoot":"","sources":["../../../src/api/services/ListingService.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AACjE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AACnE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAC;AAC/E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAGnE,qBAAa,cAAc;IACvB;;;;;;OAMG;WACW,6CAA6C,CACvD,SAAS,EAAE,MAAM,GAClB,iBAAiB,CAAC,gBAAgB,CAAC;IAYtC;;;;;;OAMG;WACW,mDAAmD,CAC7D,SAAS,EAAE,MAAM,GAClB,iBAAiB,CAAC,gBAAgB,CAAC;IAYtC;;;;;;;OAOG;WACW,qCAAqC,CAC/C,SAAS,EAAE,MAAM,EACjB,QAAQ,EAAE,OAAO,GAClB,iBAAiB,CAAC,IAAI,CAAC;IAe1B;;;;;;OAMG;WACW,2CAA2C,CACrD,SAAS,EAAE,MAAM,GAClB,iBAAiB,CAAC,IAAI,CAAC;IAY1B;;;;;;;OAOG;WACW,uCAAuC,CACjD,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,cAAc,GAC5B,iBAAiB,CAAC,eAAe,CAAC;IAcrC;;;;;;OAMG;WACW,4CAA4C,CACtD,SAAS,EAAE,MAAM,GAClB,iBAAiB,CAAC,IAAI,CAAC;IAY1B;;;;;;;OAOG;WACW,2CAA2C,CACrD,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,cAAc,GAC5B,iBAAiB,CAAC,eAAe,CAAC;IAcrC;;;;;;OAMG;WACW,6CAA6C,CACvD,SAAS,EAAE,MAAM,GAClB,iBAAiB,CAAC,sBAAsB,CAAC;IAY5C;;;;;OAKG;WACW,qCAAqC,IAAI,iBAAiB,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC;IAM5F;;;;;;OAMG;WACW,iCAAiC,CAC3C,WAAW,EAAE,aAAa,GAC3B,iBAAiB,CAAC,cAAc,CAAC;CAWvC"}
1
+ {"version":3,"file":"ListingService.d.ts","sourceRoot":"","sources":["../../../src/api/services/ListingService.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AACjE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AACnE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAC;AAC/E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAGnE,qBAAa,cAAc;IACvB;;;;;;OAMG;WACW,6CAA6C,CACvD,SAAS,EAAE,MAAM,GAClB,iBAAiB,CAAC,gBAAgB,CAAC;IAYtC;;;;;;OAMG;WACW,mDAAmD,CAC7D,SAAS,EAAE,MAAM,GAClB,iBAAiB,CAAC,gBAAgB,CAAC;IAYtC;;;;;;;OAOG;WACW,qCAAqC,CAC/C,SAAS,EAAE,MAAM,EACjB,QAAQ,EAAE,OAAO,GAClB,iBAAiB,CAAC,IAAI,CAAC;IAe1B;;;;;;OAMG;WACW,2CAA2C,CACrD,SAAS,EAAE,MAAM,GAClB,iBAAiB,CAAC,IAAI,CAAC;IAY1B;;;;;;;OAOG;WACW,uCAAuC,CACjD,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,cAAc,GAC5B,iBAAiB,CAAC,eAAe,CAAC;IAcrC;;;;;;OAMG;WACW,4CAA4C,CACtD,SAAS,EAAE,MAAM,GAClB,iBAAiB,CAAC,IAAI,CAAC;IAY1B;;;;;;;OAOG;WACW,2CAA2C,CACrD,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,cAAc,GAC5B,iBAAiB,CAAC,eAAe,CAAC;IAcrC;;;;;;OAMG;WACW,6CAA6C,CACvD,SAAS,EAAE,MAAM,GAClB,iBAAiB,CAAC,sBAAsB,CAAC;IAY5C;;;;;OAKG;WACW,qCAAqC,IAAI,iBAAiB,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC;IAM5F;;;;;;OAMG;WACW,iCAAiC,CAC3C,WAAW,EAAE,aAAa,GAC3B,iBAAiB,CAAC,cAAc,CAAC;IAWpC;;;;;;;OAOG;WACW,uDAAuD,CACjE,MAAM,CAAC,EAAE,MAAM,EACf,KAAK,GAAE,MAAW,GACnB,iBAAiB,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC;CAa3C"}
@@ -193,4 +193,25 @@ export class ListingService {
193
193
  },
194
194
  });
195
195
  }
196
+ /**
197
+ * Get Sellers You Follow Listings
198
+ * Get all listings from sellers that the user follows.
199
+ * @param cursor Timestamp of last listing in ISO format
200
+ * @param limit
201
+ * @returns ListingCard Successful Response
202
+ * @throws ApiError
203
+ */
204
+ static getSellersYouFollowListingsV1ListingSellersYouFollowGet(cursor, limit = 10) {
205
+ return __request(OpenAPI, {
206
+ method: 'GET',
207
+ url: '/v1/listing/sellers-you-follow',
208
+ query: {
209
+ 'cursor': cursor,
210
+ 'limit': limit,
211
+ },
212
+ errors: {
213
+ 422: `Validation Error`,
214
+ },
215
+ });
216
+ }
196
217
  }
@@ -1,5 +1,4 @@
1
1
  import type { ConversationResponse } from '../models/ConversationResponse';
2
- import type { Message } from '../models/Message';
3
2
  import type { MessageRequest } from '../models/MessageRequest';
4
3
  import type { MessageResData } from '../models/MessageResData';
5
4
  import type { MessagesSummary } from '../models/MessagesSummary';
@@ -52,10 +51,10 @@ export declare class MessageService {
52
51
  * @param conversationId
53
52
  * @param cursor Timestamp of last cursor in ISO format
54
53
  * @param limit
55
- * @returns Message Successful Response
54
+ * @returns MessageResData Successful Response
56
55
  * @throws ApiError
57
56
  */
58
- static getMessagesV1MessageMessagesConversationIdGet(conversationId: string, cursor: string, limit?: number): CancelablePromise<Array<Message>>;
57
+ static getMessagesV1MessageConversationIdMessagesGet(conversationId: string, cursor: string, limit?: number): CancelablePromise<Array<MessageResData>>;
59
58
  /**
60
59
  * Get Ws Types
61
60
  * Dummy endpoint so openapi codegen can generate the WebSocket types.
@@ -1 +1 @@
1
- {"version":3,"file":"MessageService.d.ts","sourceRoot":"","sources":["../../../src/api/services/MessageService.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AAC3E,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AACjE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AACjE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAGnE,qBAAa,cAAc;IACvB;;;;;;OAMG;WACW,sCAAsC,CAChD,cAAc,EAAE,MAAM,EACtB,WAAW,EAAE,cAAc,GAC5B,iBAAiB,CAAC,cAAc,CAAC;IAcpC;;;;;;OAMG;WACW,8CAA8C,CACxD,QAAQ,EAAE,MAAM,GACjB,iBAAiB,CAAC,oBAAoB,CAAC;IAY1C;;;;;;OAMG;WACW,0CAA0C,CACpD,cAAc,EAAE,MAAM,GACvB,iBAAiB,CAAC,IAAI,CAAC;IAY1B;;;;;;OAMG;WACW,qDAAqD,CAC/D,cAAc,EAAE,MAAM,GACvB,iBAAiB,CAAC,oBAAoB,CAAC;IAY1C;;;;;OAKG;WACW,yCAAyC,IAAI,iBAAiB,CAAC,eAAe,CAAC;IAM7F;;;;;;;;OAQG;WACW,6CAA6C,CACvD,cAAc,EAAE,MAAM,EACtB,MAAM,EAAE,MAAM,EACd,KAAK,GAAE,MAAW,GACnB,iBAAiB,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;IAgBpC;;;;;;OAMG;WACW,6BAA6B,CACvC,WAAW,EAAE,CAAC,eAAe,GAAG,IAAI,CAAC,GACtC,iBAAiB,CAAC,iBAAiB,CAAC;CAW1C"}
1
+ {"version":3,"file":"MessageService.d.ts","sourceRoot":"","sources":["../../../src/api/services/MessageService.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AAC3E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AACjE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AACjE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAGnE,qBAAa,cAAc;IACvB;;;;;;OAMG;WACW,sCAAsC,CAChD,cAAc,EAAE,MAAM,EACtB,WAAW,EAAE,cAAc,GAC5B,iBAAiB,CAAC,cAAc,CAAC;IAcpC;;;;;;OAMG;WACW,8CAA8C,CACxD,QAAQ,EAAE,MAAM,GACjB,iBAAiB,CAAC,oBAAoB,CAAC;IAY1C;;;;;;OAMG;WACW,0CAA0C,CACpD,cAAc,EAAE,MAAM,GACvB,iBAAiB,CAAC,IAAI,CAAC;IAY1B;;;;;;OAMG;WACW,qDAAqD,CAC/D,cAAc,EAAE,MAAM,GACvB,iBAAiB,CAAC,oBAAoB,CAAC;IAY1C;;;;;OAKG;WACW,yCAAyC,IAAI,iBAAiB,CAAC,eAAe,CAAC;IAM7F;;;;;;;;OAQG;WACW,6CAA6C,CACvD,cAAc,EAAE,MAAM,EACtB,MAAM,EAAE,MAAM,EACd,KAAK,GAAE,MAAW,GACnB,iBAAiB,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC;IAgB3C;;;;;;OAMG;WACW,6BAA6B,CACvC,WAAW,EAAE,CAAC,eAAe,GAAG,IAAI,CAAC,GACtC,iBAAiB,CAAC,iBAAiB,CAAC;CAW1C"}
@@ -97,13 +97,13 @@ export class MessageService {
97
97
  * @param conversationId
98
98
  * @param cursor Timestamp of last cursor in ISO format
99
99
  * @param limit
100
- * @returns Message Successful Response
100
+ * @returns MessageResData Successful Response
101
101
  * @throws ApiError
102
102
  */
103
- static getMessagesV1MessageMessagesConversationIdGet(conversationId, cursor, limit = 20) {
103
+ static getMessagesV1MessageConversationIdMessagesGet(conversationId, cursor, limit = 20) {
104
104
  return __request(OpenAPI, {
105
105
  method: 'GET',
106
- url: '/v1/message/messages/{conversation_id}',
106
+ url: '/v1/message/{conversation_id}/messages',
107
107
  path: {
108
108
  'conversation_id': conversationId,
109
109
  },
@@ -69,7 +69,7 @@ export class NotificationsService {
69
69
  * @returns NotificationResponse Successful Response
70
70
  * @throws ApiError
71
71
  */
72
- static getNotificationsV1NotificationsGet(cursor = '2025-08-14T01:29:52.175036+00:00', limit = 20) {
72
+ static getNotificationsV1NotificationsGet(cursor = '2025-08-25T14:45:06.242190+00:00', limit = 20) {
73
73
  return __request(OpenAPI, {
74
74
  method: 'GET',
75
75
  url: '/v1/notifications/',
@@ -1,6 +1,9 @@
1
1
  import type { BoostRequest } from '../models/BoostRequest';
2
- import type { BoostResponse } from '../models/BoostResponse';
2
+ import type { MessageResData } from '../models/MessageResData';
3
+ import type { PaymentResponse } from '../models/PaymentResponse';
4
+ import type { ReviewRequest } from '../models/ReviewRequest';
3
5
  import type { SubscriptionRequest } from '../models/SubscriptionRequest';
6
+ import type { TransactionRequest } from '../models/TransactionRequest';
4
7
  import type { CancelablePromise } from '../core/CancelablePromise';
5
8
  export declare class PaymentsService {
6
9
  /**
@@ -8,17 +11,17 @@ export declare class PaymentsService {
8
11
  * Create a payment intent for boosting listings.
9
12
  * This endpoint processes the boost request and returns a payment intent client secret.
10
13
  * @param requestBody
11
- * @returns BoostResponse Successful Response
14
+ * @returns PaymentResponse Successful Response
12
15
  * @throws ApiError
13
16
  */
14
- static boostListingV1PaymentsBoostPost(requestBody: BoostRequest): CancelablePromise<BoostResponse>;
17
+ static boostListingV1PaymentsBoostPost(requestBody: BoostRequest): CancelablePromise<PaymentResponse>;
15
18
  /**
16
19
  * Setup Payment Method
17
20
  * Sets up a payment method for a user
18
- * @returns any Successful Response
21
+ * @returns string Successful Response
19
22
  * @throws ApiError
20
23
  */
21
- static setupPaymentMethodV1PaymentsPaymentMethodPost(): CancelablePromise<any>;
24
+ static setupPaymentMethodV1PaymentsPaymentMethodPost(): CancelablePromise<string>;
22
25
  /**
23
26
  * Create Subscription
24
27
  * Creates/updates subscription to swap pass for a user
@@ -56,12 +59,54 @@ export declare class PaymentsService {
56
59
  */
57
60
  static stripeWebhookV1PaymentsWebhookPost(): CancelablePromise<void>;
58
61
  /**
59
- * Get Boost Packages
60
- * Retrieve available boost packages.
61
- * This endpoint returns the prices and details of the available boost packages.
62
- * @returns any Successful Response
62
+ * Onboard Connect Account
63
+ * Creates connect account for a user
64
+ * @param refreshUrl
65
+ * @param returnUrl
66
+ * @returns string Successful Response
67
+ * @throws ApiError
68
+ */
69
+ static onboardConnectAccountV1PaymentsConnectOnboardPost(refreshUrl: string, returnUrl: string): CancelablePromise<string>;
70
+ /**
71
+ * Create Transaction
72
+ * Creates a transaction for a listing in messages
73
+ * @param requestBody
74
+ * @returns MessageResData Successful Response
75
+ * @throws ApiError
76
+ */
77
+ static createTransactionV1PaymentsTransactionPost(requestBody: TransactionRequest): CancelablePromise<MessageResData>;
78
+ /**
79
+ * Accept Transaction
80
+ * Accepts a transaction
81
+ * @param messageId
82
+ * @returns PaymentResponse Successful Response
83
+ * @throws ApiError
84
+ */
85
+ static acceptTransactionV1PaymentsMessageIdAcceptPost(messageId: string): CancelablePromise<PaymentResponse>;
86
+ /**
87
+ * Cancel Transaction
88
+ * Cancels a transaction after it has been initiated
89
+ * @param messageId
90
+ * @returns void
91
+ * @throws ApiError
92
+ */
93
+ static cancelTransactionV1PaymentsMessageIdCancelDelete(messageId: string): CancelablePromise<void>;
94
+ /**
95
+ * Confirm Receipt
96
+ * Releases payment to seller and updates transaction status
97
+ * @param messageId
98
+ * @returns void
99
+ * @throws ApiError
100
+ */
101
+ static confirmReceiptV1PaymentsMessageIdConfirmReceiptPost(messageId: string): CancelablePromise<void>;
102
+ /**
103
+ * Submit Review
104
+ * Submits a review for a transaction
105
+ * @param messageId
106
+ * @param requestBody
107
+ * @returns void
63
108
  * @throws ApiError
64
109
  */
65
- static getBoostPackagesV1PaymentsBoostPackagesGet(): CancelablePromise<any>;
110
+ static submitReviewV1PaymentsMessageIdSubmitReviewPost(messageId: string, requestBody: ReviewRequest): CancelablePromise<void>;
66
111
  }
67
112
  //# sourceMappingURL=PaymentsService.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PaymentsService.d.ts","sourceRoot":"","sources":["../../../src/api/services/PaymentsService.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAGnE,qBAAa,eAAe;IACxB;;;;;;;OAOG;WACW,+BAA+B,CACzC,WAAW,EAAE,YAAY,GAC1B,iBAAiB,CAAC,aAAa,CAAC;IAWnC;;;;;OAKG;WACW,6CAA6C,IAAI,iBAAiB,CAAC,GAAG,CAAC;IAMrF;;;;;;OAMG;WACW,4CAA4C,CACtD,WAAW,EAAE,mBAAmB,GACjC,iBAAiB,CAAC,IAAI,CAAC;IAW1B;;;;;OAKG;WACW,8CAA8C,IAAI,iBAAiB,CAAC,IAAI,CAAC;IAMvF;;;;OAIG;WACW,iCAAiC,IAAI,iBAAiB,CAAC,GAAG,CAAC;IAMzE;;;;;OAKG;WACW,+BAA+B,IAAI,iBAAiB,CAAC,GAAG,CAAC;IAMvE;;;;;;OAMG;WACW,kCAAkC,IAAI,iBAAiB,CAAC,IAAI,CAAC;IAM3E;;;;;;OAMG;WACW,0CAA0C,IAAI,iBAAiB,CAAC,GAAG,CAAC;CAMrF"}
1
+ {"version":3,"file":"PaymentsService.d.ts","sourceRoot":"","sources":["../../../src/api/services/PaymentsService.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AACjE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAC;AACvE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAGnE,qBAAa,eAAe;IACxB;;;;;;;OAOG;WACW,+BAA+B,CACzC,WAAW,EAAE,YAAY,GAC1B,iBAAiB,CAAC,eAAe,CAAC;IAWrC;;;;;OAKG;WACW,6CAA6C,IAAI,iBAAiB,CAAC,MAAM,CAAC;IAMxF;;;;;;OAMG;WACW,4CAA4C,CACtD,WAAW,EAAE,mBAAmB,GACjC,iBAAiB,CAAC,IAAI,CAAC;IAW1B;;;;;OAKG;WACW,8CAA8C,IAAI,iBAAiB,CAAC,IAAI,CAAC;IAMvF;;;;OAIG;WACW,iCAAiC,IAAI,iBAAiB,CAAC,GAAG,CAAC;IAMzE;;;;;OAKG;WACW,+BAA+B,IAAI,iBAAiB,CAAC,GAAG,CAAC;IAMvE;;;;;;OAMG;WACW,kCAAkC,IAAI,iBAAiB,CAAC,IAAI,CAAC;IAM3E;;;;;;;OAOG;WACW,iDAAiD,CAC3D,UAAU,EAAE,MAAM,EAClB,SAAS,EAAE,MAAM,GAClB,iBAAiB,CAAC,MAAM,CAAC;IAa5B;;;;;;OAMG;WACW,0CAA0C,CACpD,WAAW,EAAE,kBAAkB,GAChC,iBAAiB,CAAC,cAAc,CAAC;IAWpC;;;;;;OAMG;WACW,8CAA8C,CACxD,SAAS,EAAE,MAAM,GAClB,iBAAiB,CAAC,eAAe,CAAC;IAYrC;;;;;;OAMG;WACW,gDAAgD,CAC1D,SAAS,EAAE,MAAM,GAClB,iBAAiB,CAAC,IAAI,CAAC;IAY1B;;;;;;OAMG;WACW,mDAAmD,CAC7D,SAAS,EAAE,MAAM,GAClB,iBAAiB,CAAC,IAAI,CAAC;IAY1B;;;;;;;OAOG;WACW,+CAA+C,CACzD,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,aAAa,GAC3B,iBAAiB,CAAC,IAAI,CAAC;CAc7B"}
@@ -6,7 +6,7 @@ export class PaymentsService {
6
6
  * Create a payment intent for boosting listings.
7
7
  * This endpoint processes the boost request and returns a payment intent client secret.
8
8
  * @param requestBody
9
- * @returns BoostResponse Successful Response
9
+ * @returns PaymentResponse Successful Response
10
10
  * @throws ApiError
11
11
  */
12
12
  static boostListingV1PaymentsBoostPost(requestBody) {
@@ -23,7 +23,7 @@ export class PaymentsService {
23
23
  /**
24
24
  * Setup Payment Method
25
25
  * Sets up a payment method for a user
26
- * @returns any Successful Response
26
+ * @returns string Successful Response
27
27
  * @throws ApiError
28
28
  */
29
29
  static setupPaymentMethodV1PaymentsPaymentMethodPost() {
@@ -99,16 +99,121 @@ export class PaymentsService {
99
99
  });
100
100
  }
101
101
  /**
102
- * Get Boost Packages
103
- * Retrieve available boost packages.
104
- * This endpoint returns the prices and details of the available boost packages.
105
- * @returns any Successful Response
102
+ * Onboard Connect Account
103
+ * Creates connect account for a user
104
+ * @param refreshUrl
105
+ * @param returnUrl
106
+ * @returns string Successful Response
106
107
  * @throws ApiError
107
108
  */
108
- static getBoostPackagesV1PaymentsBoostPackagesGet() {
109
+ static onboardConnectAccountV1PaymentsConnectOnboardPost(refreshUrl, returnUrl) {
109
110
  return __request(OpenAPI, {
110
- method: 'GET',
111
- url: '/v1/payments/boost/packages',
111
+ method: 'POST',
112
+ url: '/v1/payments/connect/onboard',
113
+ query: {
114
+ 'refresh_url': refreshUrl,
115
+ 'return_url': returnUrl,
116
+ },
117
+ errors: {
118
+ 422: `Validation Error`,
119
+ },
120
+ });
121
+ }
122
+ /**
123
+ * Create Transaction
124
+ * Creates a transaction for a listing in messages
125
+ * @param requestBody
126
+ * @returns MessageResData Successful Response
127
+ * @throws ApiError
128
+ */
129
+ static createTransactionV1PaymentsTransactionPost(requestBody) {
130
+ return __request(OpenAPI, {
131
+ method: 'POST',
132
+ url: '/v1/payments/transaction',
133
+ body: requestBody,
134
+ mediaType: 'application/json',
135
+ errors: {
136
+ 422: `Validation Error`,
137
+ },
138
+ });
139
+ }
140
+ /**
141
+ * Accept Transaction
142
+ * Accepts a transaction
143
+ * @param messageId
144
+ * @returns PaymentResponse Successful Response
145
+ * @throws ApiError
146
+ */
147
+ static acceptTransactionV1PaymentsMessageIdAcceptPost(messageId) {
148
+ return __request(OpenAPI, {
149
+ method: 'POST',
150
+ url: '/v1/payments/{message_id}/accept',
151
+ path: {
152
+ 'message_id': messageId,
153
+ },
154
+ errors: {
155
+ 422: `Validation Error`,
156
+ },
157
+ });
158
+ }
159
+ /**
160
+ * Cancel Transaction
161
+ * Cancels a transaction after it has been initiated
162
+ * @param messageId
163
+ * @returns void
164
+ * @throws ApiError
165
+ */
166
+ static cancelTransactionV1PaymentsMessageIdCancelDelete(messageId) {
167
+ return __request(OpenAPI, {
168
+ method: 'DELETE',
169
+ url: '/v1/payments/{message_id}/cancel',
170
+ path: {
171
+ 'message_id': messageId,
172
+ },
173
+ errors: {
174
+ 422: `Validation Error`,
175
+ },
176
+ });
177
+ }
178
+ /**
179
+ * Confirm Receipt
180
+ * Releases payment to seller and updates transaction status
181
+ * @param messageId
182
+ * @returns void
183
+ * @throws ApiError
184
+ */
185
+ static confirmReceiptV1PaymentsMessageIdConfirmReceiptPost(messageId) {
186
+ return __request(OpenAPI, {
187
+ method: 'POST',
188
+ url: '/v1/payments/{message_id}/confirm-receipt',
189
+ path: {
190
+ 'message_id': messageId,
191
+ },
192
+ errors: {
193
+ 422: `Validation Error`,
194
+ },
195
+ });
196
+ }
197
+ /**
198
+ * Submit Review
199
+ * Submits a review for a transaction
200
+ * @param messageId
201
+ * @param requestBody
202
+ * @returns void
203
+ * @throws ApiError
204
+ */
205
+ static submitReviewV1PaymentsMessageIdSubmitReviewPost(messageId, requestBody) {
206
+ return __request(OpenAPI, {
207
+ method: 'POST',
208
+ url: '/v1/payments/{message_id}/submit-review',
209
+ path: {
210
+ 'message_id': messageId,
211
+ },
212
+ body: requestBody,
213
+ mediaType: 'application/json',
214
+ errors: {
215
+ 422: `Validation Error`,
216
+ },
112
217
  });
113
218
  }
114
219
  }
@@ -60,6 +60,26 @@ export declare class ProfileService {
60
60
  * @throws ApiError
61
61
  */
62
62
  static getUserPreviewV1ProfileUserIdPreviewGet(userId: string): CancelablePromise<UserPreview>;
63
+ /**
64
+ * Get User Followers
65
+ * Gets followers for a user
66
+ * @param userId
67
+ * @param cursor Timestamp for last follow
68
+ * @param limit
69
+ * @returns UserPreview Successful Response
70
+ * @throws ApiError
71
+ */
72
+ static getUserFollowersV1ProfileUserIdFollowersGet(userId: string, cursor?: string, limit?: number): CancelablePromise<Array<UserPreview>>;
73
+ /**
74
+ * Get User Following
75
+ * Gets users that a specific user is following
76
+ * @param userId
77
+ * @param cursor Timestamp for last follow
78
+ * @param limit
79
+ * @returns UserPreview Successful Response
80
+ * @throws ApiError
81
+ */
82
+ static getUserFollowingV1ProfileUserIdFollowingGet(userId: string, cursor?: string, limit?: number): CancelablePromise<Array<UserPreview>>;
63
83
  /**
64
84
  * Get User Listings
65
85
  * Get (more) listings for a user based on tab.
@@ -1 +1 @@
1
- {"version":3,"file":"ProfileService.d.ts","sourceRoot":"","sources":["../../../src/api/services/ProfileService.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAC;AACvE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AAC3E,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AACjE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAGnE,qBAAa,cAAc;IACvB;;;;;;OAMG;WACW,4BAA4B,CACtC,MAAM,EAAE,MAAM,GACf,iBAAiB,CAAC,eAAe,CAAC;IAYrC;;;;;;;OAOG;WACW,wCAAwC,CAClD,MAAM,EAAE,MAAM,EACd,WAAW,EAAE,mBAAmB,GACjC,iBAAiB,CAAC,UAAU,CAAC;IAchC;;;;;;OAMG;WACW,mCAAmC,CAC7C,MAAM,EAAE,MAAM,GACf,iBAAiB,CAAC,IAAI,CAAC;IAY1B;;;;;;OAMG;WACW,yCAAyC,CACnD,MAAM,EAAE,MAAM,GACf,iBAAiB,CAAC,IAAI,CAAC;IAY1B;;;;;;;OAOG;WACW,0CAA0C,CACpD,MAAM,EAAE,MAAM,EACd,WAAW,EAAE,kBAAkB,GAChC,iBAAiB,CAAC,IAAI,CAAC;IAc1B;;;;;;;OAOG;WACW,uCAAuC,CACjD,MAAM,EAAE,MAAM,GACf,iBAAiB,CAAC,WAAW,CAAC;IAYjC;;;;;;;;OAQG;WACW,yCAAyC,CACnD,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,UAAU,EACnB,WAAW,EAAE,oBAAoB,GAClC,iBAAiB,CAAC,UAAU,CAAC;CAenC"}
1
+ {"version":3,"file":"ProfileService.d.ts","sourceRoot":"","sources":["../../../src/api/services/ProfileService.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAC;AACvE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AAC3E,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AACjE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAGnE,qBAAa,cAAc;IACvB;;;;;;OAMG;WACW,4BAA4B,CACtC,MAAM,EAAE,MAAM,GACf,iBAAiB,CAAC,eAAe,CAAC;IAYrC;;;;;;;OAOG;WACW,wCAAwC,CAClD,MAAM,EAAE,MAAM,EACd,WAAW,EAAE,mBAAmB,GACjC,iBAAiB,CAAC,UAAU,CAAC;IAchC;;;;;;OAMG;WACW,mCAAmC,CAC7C,MAAM,EAAE,MAAM,GACf,iBAAiB,CAAC,IAAI,CAAC;IAY1B;;;;;;OAMG;WACW,yCAAyC,CACnD,MAAM,EAAE,MAAM,GACf,iBAAiB,CAAC,IAAI,CAAC;IAY1B;;;;;;;OAOG;WACW,0CAA0C,CACpD,MAAM,EAAE,MAAM,EACd,WAAW,EAAE,kBAAkB,GAChC,iBAAiB,CAAC,IAAI,CAAC;IAc1B;;;;;;;OAOG;WACW,uCAAuC,CACjD,MAAM,EAAE,MAAM,GACf,iBAAiB,CAAC,WAAW,CAAC;IAYjC;;;;;;;;OAQG;WACW,2CAA2C,CACrD,MAAM,EAAE,MAAM,EACd,MAAM,GAAE,MAA2C,EACnD,KAAK,GAAE,MAAW,GACnB,iBAAiB,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC;IAgBxC;;;;;;;;OAQG;WACW,2CAA2C,CACrD,MAAM,EAAE,MAAM,EACd,MAAM,GAAE,MAA2C,EACnD,KAAK,GAAE,MAAW,GACnB,iBAAiB,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC;IAgBxC;;;;;;;;OAQG;WACW,yCAAyC,CACnD,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,UAAU,EACnB,WAAW,EAAE,oBAAoB,GAClC,iBAAiB,CAAC,UAAU,CAAC;CAenC"}
@@ -122,6 +122,56 @@ export class ProfileService {
122
122
  },
123
123
  });
124
124
  }
125
+ /**
126
+ * Get User Followers
127
+ * Gets followers for a user
128
+ * @param userId
129
+ * @param cursor Timestamp for last follow
130
+ * @param limit
131
+ * @returns UserPreview Successful Response
132
+ * @throws ApiError
133
+ */
134
+ static getUserFollowersV1ProfileUserIdFollowersGet(userId, cursor = '2025-08-25T14:45:06.226223+00:00', limit = 20) {
135
+ return __request(OpenAPI, {
136
+ method: 'GET',
137
+ url: '/v1/profile/{user_id}/followers',
138
+ path: {
139
+ 'user_id': userId,
140
+ },
141
+ query: {
142
+ 'cursor': cursor,
143
+ 'limit': limit,
144
+ },
145
+ errors: {
146
+ 422: `Validation Error`,
147
+ },
148
+ });
149
+ }
150
+ /**
151
+ * Get User Following
152
+ * Gets users that a specific user is following
153
+ * @param userId
154
+ * @param cursor Timestamp for last follow
155
+ * @param limit
156
+ * @returns UserPreview Successful Response
157
+ * @throws ApiError
158
+ */
159
+ static getUserFollowingV1ProfileUserIdFollowingGet(userId, cursor = '2025-08-25T14:45:06.226834+00:00', limit = 20) {
160
+ return __request(OpenAPI, {
161
+ method: 'GET',
162
+ url: '/v1/profile/{user_id}/following',
163
+ path: {
164
+ 'user_id': userId,
165
+ },
166
+ query: {
167
+ 'cursor': cursor,
168
+ 'limit': limit,
169
+ },
170
+ errors: {
171
+ 422: `Validation Error`,
172
+ },
173
+ });
174
+ }
125
175
  /**
126
176
  * Get User Listings
127
177
  * Get (more) listings for a user based on tab.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bid-scents/shared-sdk",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "description": "Shared SDK for marketplace applications",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -1,12 +0,0 @@
1
- import type { MessageActionType } from './MessageActionType';
2
- export type ActionContent = {
3
- /**
4
- * Type of the action
5
- */
6
- action_type: MessageActionType;
7
- /**
8
- * ID of the listing associated with the action
9
- */
10
- listing_id: string;
11
- };
12
- //# sourceMappingURL=ActionContent.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ActionContent.d.ts","sourceRoot":"","sources":["../../../src/api/models/ActionContent.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAC7D,MAAM,MAAM,aAAa,GAAG;IACxB;;OAEG;IACH,WAAW,EAAE,iBAAiB,CAAC;IAC/B;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;CACtB,CAAC"}
@@ -1,22 +0,0 @@
1
- /**
2
- * Model for the response returned after a boost request
3
- */
4
- export type BoostResponse = {
5
- /**
6
- * The client secret for the payment intent.
7
- */
8
- client_secret: string;
9
- /**
10
- * The amount to be charged.
11
- */
12
- amount: number;
13
- /**
14
- * The currency of the payment.
15
- */
16
- currency: string;
17
- /**
18
- * The boost credits available for the user.
19
- */
20
- boost_credits: Record<string, number>;
21
- };
22
- //# sourceMappingURL=BoostResponse.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BoostResponse.d.ts","sourceRoot":"","sources":["../../../src/api/models/BoostResponse.ts"],"names":[],"mappings":"AAIA;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG;IACxB;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACzC,CAAC"}
@@ -1,28 +0,0 @@
1
- import type { FileContent } from './FileContent';
2
- import type { MessageType } from './MessageType';
3
- import type { RichActionContent } from './RichActionContent';
4
- import type { RichTextContent } from './RichTextContent';
5
- import type { UserPreview } from './UserPreview';
6
- export type Message = {
7
- /**
8
- * Unique identifier for the message
9
- */
10
- id: string;
11
- /**
12
- * Information about the user who sent the message
13
- */
14
- sender?: (UserPreview | null);
15
- /**
16
- * Type of the message
17
- */
18
- type: MessageType;
19
- /**
20
- * Content of the message
21
- */
22
- content: (RichTextContent | FileContent | RichActionContent);
23
- /**
24
- * Timestamp when the message was created, in ISO 8601 format
25
- */
26
- created_at: string;
27
- };
28
- //# sourceMappingURL=Message.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Message.d.ts","sourceRoot":"","sources":["../../../src/api/models/Message.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAC7D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,MAAM,MAAM,OAAO,GAAG;IAClB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,MAAM,CAAC,EAAE,CAAC,WAAW,GAAG,IAAI,CAAC,CAAC;IAC9B;;OAEG;IACH,IAAI,EAAE,WAAW,CAAC;IAClB;;OAEG;IACH,OAAO,EAAE,CAAC,eAAe,GAAG,WAAW,GAAG,iBAAiB,CAAC,CAAC;IAC7D;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;CACtB,CAAC"}
@@ -1,13 +0,0 @@
1
- import type { ListingPreview } from './ListingPreview';
2
- import type { MessageActionType } from './MessageActionType';
3
- export type RichActionContent = {
4
- /**
5
- * Type of the action
6
- */
7
- action_type: MessageActionType;
8
- /**
9
- * Listing associated with the action
10
- */
11
- listing?: (ListingPreview | null);
12
- };
13
- //# sourceMappingURL=RichActionContent.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RichActionContent.d.ts","sourceRoot":"","sources":["../../../src/api/models/RichActionContent.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAC7D,MAAM,MAAM,iBAAiB,GAAG;IAC5B;;OAEG;IACH,WAAW,EAAE,iBAAiB,CAAC;IAC/B;;OAEG;IACH,OAAO,CAAC,EAAE,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;CACrC,CAAC"}