Comparing version 0.1.96 to 0.1.98
@@ -7,1 +7,2 @@ export * from './AddUserWithdrawalAccount.request'; | ||
export * from './PublishFeed.request'; | ||
export * from './EmitAnalytics.request'; |
@@ -19,2 +19,3 @@ "use strict"; | ||
__exportStar(require("./PublishFeed.request"), exports); | ||
__exportStar(require("./EmitAnalytics.request"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -65,2 +65,3 @@ import { AxiosResponse } from 'axios'; | ||
getTimeline(params?: TYPE.GetTimelineParams): Promise<AxiosResponse<TYPE.GetTimeline>>; | ||
emitAnalytics(params: TYPE.EmitAnalytic): Promise<AxiosResponse<void>>; | ||
} |
@@ -247,4 +247,8 @@ "use strict"; | ||
} | ||
emitAnalytics(params) { | ||
const query = 'analytics/'; | ||
return this.post(query, params); | ||
} | ||
} | ||
exports.User = User; | ||
//# sourceMappingURL=index.js.map |
import { UserRegisterRequest } from '../dto/user/UserRegister.request'; | ||
import { ProductInfo } from '../general/types'; | ||
import { AddUserWithdrawalAccountRequest, DeliveryType, Location, Pagination, PaymentMethod, Position, PublishFeedRequest, SetUserCartDeliveryAddressRequest, UpdateUserRequest, UserWithdrawalRequest } from '../dto'; | ||
import { AddUserWithdrawalAccountRequest, DeliveryType, EmitAnalyticsRequest, Location, Pagination, PaymentMethod, Position, PublishFeedRequest, SetUserCartDeliveryAddressRequest, UpdateUserRequest, UserWithdrawalRequest } from '../dto'; | ||
import { DeliveryStatus, Sex } from '../instance/types'; | ||
@@ -268,3 +268,2 @@ import { Image } from '../dto'; | ||
export declare type RepublishParams = { | ||
type: 'post' | 'product'; | ||
id: string; | ||
@@ -316,2 +315,3 @@ caption: string; | ||
}; | ||
export declare type EmitAnalytic = EmitAnalyticsRequest; | ||
export {}; |
{ | ||
"name": "tayeh.js", | ||
"version": "0.1.96", | ||
"version": "0.1.98", | ||
"description": "tayeh shop-api client", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
187761
209
3676