hey-pharmacist-ecommerce 1.1.42 → 1.1.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.
Files changed (65) hide show
  1. package/README.md +70 -8
  2. package/dist/index.d.mts +380 -2364
  3. package/dist/index.d.ts +380 -2364
  4. package/dist/index.js +287 -326
  5. package/dist/index.js.map +1 -1
  6. package/dist/index.mjs +287 -323
  7. package/dist/index.mjs.map +1 -1
  8. package/package.json +2 -2
  9. package/src/components/AccountOverviewTab.tsx +5 -5
  10. package/src/components/CartItem.tsx +15 -15
  11. package/src/components/Notification.tsx +3 -3
  12. package/src/components/ProductCard.tsx +10 -10
  13. package/src/components/QuickViewModal.tsx +16 -16
  14. package/src/components/ReviewCard.tsx +2 -2
  15. package/src/lib/Apis/api.ts +0 -1
  16. package/src/lib/Apis/models/group-with-no-users-dto.ts +0 -6
  17. package/src/lib/Apis/models/group-with-users-dto.ts +0 -6
  18. package/src/lib/Apis/models/index.ts +0 -35
  19. package/src/lib/Apis/models/order.ts +0 -6
  20. package/src/lib/Apis/models/populated-order.ts +0 -6
  21. package/src/lib/Apis/models/preference-update-item.ts +1 -0
  22. package/src/lib/Apis/models/update-user-dto.ts +0 -6
  23. package/src/lib/Apis/models/user-group.ts +0 -6
  24. package/src/lib/Apis/models/user-with-no-id.ts +0 -6
  25. package/src/lib/Apis/sharedConfig.ts +1 -1
  26. package/src/screens/CartScreen.tsx +10 -10
  27. package/src/screens/CheckoutScreen.tsx +12 -12
  28. package/src/screens/ProductDetailScreen.tsx +39 -39
  29. package/src/screens/ShopScreen.tsx +20 -20
  30. package/src/lib/Apis/apis/marketing-api.ts +0 -3099
  31. package/src/lib/Apis/models/add-contact-to-list-dto.ts +0 -33
  32. package/src/lib/Apis/models/browser-stats-response-dto.ts +0 -40
  33. package/src/lib/Apis/models/campaign-content-response-dto.ts +0 -40
  34. package/src/lib/Apis/models/campaign-draft-dto.ts +0 -175
  35. package/src/lib/Apis/models/campaign-draft-response-dto.ts +0 -40
  36. package/src/lib/Apis/models/campaign-draft-schedule-dto.ts +0 -49
  37. package/src/lib/Apis/models/campaign-draft-schedule-response-dto.ts +0 -40
  38. package/src/lib/Apis/models/campaign-draft-sending-dto.ts +0 -43
  39. package/src/lib/Apis/models/campaign-draft-sending-response-dto.ts +0 -40
  40. package/src/lib/Apis/models/contact-aggregated-stats-response-dto.ts +0 -40
  41. package/src/lib/Apis/models/contact-full-dto.ts +0 -93
  42. package/src/lib/Apis/models/contact-full-response-dto.ts +0 -40
  43. package/src/lib/Apis/models/contact-list-stats-response-dto.ts +0 -40
  44. package/src/lib/Apis/models/contact-lists-response-dto.ts +0 -40
  45. package/src/lib/Apis/models/country-stats-response-dto.ts +0 -40
  46. package/src/lib/Apis/models/create-contact-dto.ts +0 -39
  47. package/src/lib/Apis/models/create-contact-list-dto.ts +0 -27
  48. package/src/lib/Apis/models/create-email-template-dto.ts +0 -51
  49. package/src/lib/Apis/models/create-marketing-campaign-dto.ts +0 -81
  50. package/src/lib/Apis/models/email-template-response-dto.ts +0 -117
  51. package/src/lib/Apis/models/general-stats-response-dto.ts +0 -40
  52. package/src/lib/Apis/models/link-stats-response-dto.ts +0 -40
  53. package/src/lib/Apis/models/marketing-campaign-content-dto.ts +0 -27
  54. package/src/lib/Apis/models/marketing-list-contact-dto.ts +0 -51
  55. package/src/lib/Apis/models/schedule-campaign-draft-dto.ts +0 -27
  56. package/src/lib/Apis/models/send-test-email-dto.ts +0 -28
  57. package/src/lib/Apis/models/single-browser-stats-dto.ts +0 -45
  58. package/src/lib/Apis/models/single-contact-aggregated-stats-dto.ts +0 -129
  59. package/src/lib/Apis/models/single-contact-list-stats-dto.ts +0 -117
  60. package/src/lib/Apis/models/single-country-stats-dto.ts +0 -39
  61. package/src/lib/Apis/models/single-general-stats.ts +0 -153
  62. package/src/lib/Apis/models/single-link-stats-dto.ts +0 -39
  63. package/src/lib/Apis/models/single-recipient-dto.ts +0 -33
  64. package/src/lib/Apis/models/update-campaign-draft-content-dto.ts +0 -27
  65. package/src/lib/Apis/models/update-marketing-camp-draft-dto.ts +0 -81
@@ -1,40 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Hey Pharamcist API
5
- * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
- *
7
- * OpenAPI spec version: 1.0
8
- *
9
- *
10
- * NOTE: This class is auto generated by the swagger code generator program.
11
- * https://github.com/swagger-api/swagger-codegen.git
12
- * Do not edit the class manually.
13
- */
14
- import { SingleContactListStatsDto } from './single-contact-list-stats-dto';
15
- /**
16
- *
17
- * @export
18
- * @interface ContactListStatsResponseDTO
19
- */
20
- export interface ContactListStatsResponseDTO {
21
- _id?: string;
22
- /**
23
- *
24
- * @type {number}
25
- * @memberof ContactListStatsResponseDTO
26
- */
27
- count: number;
28
- /**
29
- *
30
- * @type {Array<SingleContactListStatsDto>}
31
- * @memberof ContactListStatsResponseDTO
32
- */
33
- data: Array<SingleContactListStatsDto>;
34
- /**
35
- *
36
- * @type {number}
37
- * @memberof ContactListStatsResponseDTO
38
- */
39
- total: number;
40
- }
@@ -1,40 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Hey Pharamcist API
5
- * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
- *
7
- * OpenAPI spec version: 1.0
8
- *
9
- *
10
- * NOTE: This class is auto generated by the swagger code generator program.
11
- * https://github.com/swagger-api/swagger-codegen.git
12
- * Do not edit the class manually.
13
- */
14
- import { MarketingListContactDTO } from './marketing-list-contact-dto';
15
- /**
16
- *
17
- * @export
18
- * @interface ContactListsResponseDTO
19
- */
20
- export interface ContactListsResponseDTO {
21
- _id?: string;
22
- /**
23
- *
24
- * @type {number}
25
- * @memberof ContactListsResponseDTO
26
- */
27
- count: number;
28
- /**
29
- *
30
- * @type {Array<MarketingListContactDTO>}
31
- * @memberof ContactListsResponseDTO
32
- */
33
- data: Array<MarketingListContactDTO>;
34
- /**
35
- *
36
- * @type {number}
37
- * @memberof ContactListsResponseDTO
38
- */
39
- total: number;
40
- }
@@ -1,40 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Hey Pharamcist API
5
- * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
- *
7
- * OpenAPI spec version: 1.0
8
- *
9
- *
10
- * NOTE: This class is auto generated by the swagger code generator program.
11
- * https://github.com/swagger-api/swagger-codegen.git
12
- * Do not edit the class manually.
13
- */
14
- import { SingleCountryStatsDto } from './single-country-stats-dto';
15
- /**
16
- *
17
- * @export
18
- * @interface CountryStatsResponseDTO
19
- */
20
- export interface CountryStatsResponseDTO {
21
- _id?: string;
22
- /**
23
- *
24
- * @type {number}
25
- * @memberof CountryStatsResponseDTO
26
- */
27
- count: number;
28
- /**
29
- *
30
- * @type {Array<SingleCountryStatsDto>}
31
- * @memberof CountryStatsResponseDTO
32
- */
33
- data: Array<SingleCountryStatsDto>;
34
- /**
35
- *
36
- * @type {number}
37
- * @memberof CountryStatsResponseDTO
38
- */
39
- total: number;
40
- }
@@ -1,39 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Hey Pharamcist API
5
- * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
- *
7
- * OpenAPI spec version: 1.0
8
- *
9
- *
10
- * NOTE: This class is auto generated by the swagger code generator program.
11
- * https://github.com/swagger-api/swagger-codegen.git
12
- * Do not edit the class manually.
13
- */
14
- /**
15
- *
16
- * @export
17
- * @interface CreateContactDTO
18
- */
19
- export interface CreateContactDTO {
20
- _id?: string;
21
- /**
22
- *
23
- * @type {string}
24
- * @memberof CreateContactDTO
25
- */
26
- name: string;
27
- /**
28
- *
29
- * @type {string}
30
- * @memberof CreateContactDTO
31
- */
32
- email: string;
33
- /**
34
- *
35
- * @type {boolean}
36
- * @memberof CreateContactDTO
37
- */
38
- isExcludedFromCampaigns: boolean;
39
- }
@@ -1,27 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Hey Pharamcist API
5
- * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
- *
7
- * OpenAPI spec version: 1.0
8
- *
9
- *
10
- * NOTE: This class is auto generated by the swagger code generator program.
11
- * https://github.com/swagger-api/swagger-codegen.git
12
- * Do not edit the class manually.
13
- */
14
- /**
15
- *
16
- * @export
17
- * @interface CreateContactListDTO
18
- */
19
- export interface CreateContactListDTO {
20
- _id?: string;
21
- /**
22
- *
23
- * @type {string}
24
- * @memberof CreateContactListDTO
25
- */
26
- name: string;
27
- }
@@ -1,51 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Hey Pharamcist API
5
- * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
- *
7
- * OpenAPI spec version: 1.0
8
- *
9
- *
10
- * NOTE: This class is auto generated by the swagger code generator program.
11
- * https://github.com/swagger-api/swagger-codegen.git
12
- * Do not edit the class manually.
13
- */
14
- /**
15
- *
16
- * @export
17
- * @interface CreateEmailTemplateDTO
18
- */
19
- export interface CreateEmailTemplateDTO {
20
- _id?: string;
21
- /**
22
- *
23
- * @type {string}
24
- * @memberof CreateEmailTemplateDTO
25
- */
26
- name: string;
27
- /**
28
- *
29
- * @type {string}
30
- * @memberof CreateEmailTemplateDTO
31
- */
32
- htmlContent: string;
33
- /**
34
- *
35
- * @type {string}
36
- * @memberof CreateEmailTemplateDTO
37
- */
38
- textContent: string;
39
- /**
40
- *
41
- * @type {string}
42
- * @memberof CreateEmailTemplateDTO
43
- */
44
- subject: string;
45
- /**
46
- *
47
- * @type {string}
48
- * @memberof CreateEmailTemplateDTO
49
- */
50
- description: string;
51
- }
@@ -1,81 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Hey Pharamcist API
5
- * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
- *
7
- * OpenAPI spec version: 1.0
8
- *
9
- *
10
- * NOTE: This class is auto generated by the swagger code generator program.
11
- * https://github.com/swagger-api/swagger-codegen.git
12
- * Do not edit the class manually.
13
- */
14
- /**
15
- *
16
- * @export
17
- * @interface CreateMarketingCampaignDTO
18
- */
19
- export interface CreateMarketingCampaignDTO {
20
- _id?: string;
21
- /**
22
- * Internal title for this campaign draft.
23
- * @type {string}
24
- * @memberof CreateMarketingCampaignDTO
25
- */
26
- title: string;
27
- /**
28
- * Subject line for the campaign emails.
29
- * @type {string}
30
- * @memberof CreateMarketingCampaignDTO
31
- */
32
- subject: string;
33
- /**
34
- * Unique numeric ID for the contact list linked to this draft. Required for successful sending of the campaign.
35
- * @type {number}
36
- * @memberof CreateMarketingCampaignDTO
37
- */
38
- contactsListID: number;
39
- /**
40
- * ID of the sender email address. Required for successful sending of the campaign.
41
- * @type {number}
42
- * @memberof CreateMarketingCampaignDTO
43
- */
44
- sender: number;
45
- /**
46
- * ID of the sender email address. Required for successful sending of the campaign.
47
- * @type {string}
48
- * @memberof CreateMarketingCampaignDTO
49
- */
50
- senderEmail: string;
51
- /**
52
- * The email address of the sender. Required for successful sending of the campaign
53
- * @type {string}
54
- * @memberof CreateMarketingCampaignDTO
55
- */
56
- senderName: string;
57
- /**
58
- * Unique numeric ID of the template the CampaignDraft was generated from, or as which it was last saved. Changing the template ID will not update the content of the CampaignDraft.
59
- * @type {string}
60
- * @memberof CreateMarketingCampaignDTO
61
- */
62
- templateId: string;
63
- /**
64
- * Edit mode for the campaign draft.
65
- * @type {string}
66
- * @memberof CreateMarketingCampaignDTO
67
- */
68
- editMode: string;
69
- /**
70
- * Indicates whether the campaign draft is marked as Starred or not.
71
- * @type {boolean}
72
- * @memberof CreateMarketingCampaignDTO
73
- */
74
- isStarred: boolean;
75
- /**
76
- * The email address to which replies to the campaign emails will be sent.
77
- * @type {string}
78
- * @memberof CreateMarketingCampaignDTO
79
- */
80
- replyEmail: string;
81
- }
@@ -1,117 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Hey Pharamcist API
5
- * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
- *
7
- * OpenAPI spec version: 1.0
8
- *
9
- *
10
- * NOTE: This class is auto generated by the swagger code generator program.
11
- * https://github.com/swagger-api/swagger-codegen.git
12
- * Do not edit the class manually.
13
- */
14
- /**
15
- *
16
- * @export
17
- * @interface EmailTemplateResponseDTO
18
- */
19
- export interface EmailTemplateResponseDTO {
20
- _id?: string;
21
- /**
22
- *
23
- * @type {number}
24
- * @memberof EmailTemplateResponseDTO
25
- */
26
- ID: number;
27
- /**
28
- *
29
- * @type {string}
30
- * @memberof EmailTemplateResponseDTO
31
- */
32
- name: string;
33
- /**
34
- *
35
- * @type {string}
36
- * @memberof EmailTemplateResponseDTO
37
- */
38
- locale: string;
39
- /**
40
- *
41
- * @type {string}
42
- * @memberof EmailTemplateResponseDTO
43
- */
44
- author: string;
45
- /**
46
- *
47
- * @type {string}
48
- * @memberof EmailTemplateResponseDTO
49
- */
50
- presets: string;
51
- /**
52
- *
53
- * @type {Array<string>}
54
- * @memberof EmailTemplateResponseDTO
55
- */
56
- previews: Array<string>;
57
- /**
58
- *
59
- * @type {string}
60
- * @memberof EmailTemplateResponseDTO
61
- */
62
- ownerType: string;
63
- /**
64
- *
65
- * @type {string}
66
- * @memberof EmailTemplateResponseDTO
67
- */
68
- copyright: string;
69
- /**
70
- *
71
- * @type {string}
72
- * @memberof EmailTemplateResponseDTO
73
- */
74
- description: string;
75
- /**
76
- *
77
- * @type {Array<string>}
78
- * @memberof EmailTemplateResponseDTO
79
- */
80
- purposes: Array<string>;
81
- /**
82
- *
83
- * @type {Array<string>}
84
- * @memberof EmailTemplateResponseDTO
85
- */
86
- categories: Array<string>;
87
- /**
88
- *
89
- * @type {boolean}
90
- * @memberof EmailTemplateResponseDTO
91
- */
92
- isStarred: boolean;
93
- /**
94
- *
95
- * @type {boolean}
96
- * @memberof EmailTemplateResponseDTO
97
- */
98
- isTextPartGenerationEnabled: boolean;
99
- /**
100
- *
101
- * @type {string}
102
- * @memberof EmailTemplateResponseDTO
103
- */
104
- createdAt: string;
105
- /**
106
- *
107
- * @type {string}
108
- * @memberof EmailTemplateResponseDTO
109
- */
110
- lastUpdatedAt: string;
111
- /**
112
- *
113
- * @type {Array<string>}
114
- * @memberof EmailTemplateResponseDTO
115
- */
116
- localeList: Array<string>;
117
- }
@@ -1,40 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Hey Pharamcist API
5
- * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
- *
7
- * OpenAPI spec version: 1.0
8
- *
9
- *
10
- * NOTE: This class is auto generated by the swagger code generator program.
11
- * https://github.com/swagger-api/swagger-codegen.git
12
- * Do not edit the class manually.
13
- */
14
- import { SingleGeneralStats } from './single-general-stats';
15
- /**
16
- *
17
- * @export
18
- * @interface GeneralStatsResponseDTO
19
- */
20
- export interface GeneralStatsResponseDTO {
21
- _id?: string;
22
- /**
23
- *
24
- * @type {number}
25
- * @memberof GeneralStatsResponseDTO
26
- */
27
- count: number;
28
- /**
29
- *
30
- * @type {Array<SingleGeneralStats>}
31
- * @memberof GeneralStatsResponseDTO
32
- */
33
- data: Array<SingleGeneralStats>;
34
- /**
35
- *
36
- * @type {number}
37
- * @memberof GeneralStatsResponseDTO
38
- */
39
- total: number;
40
- }
@@ -1,40 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Hey Pharamcist API
5
- * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
- *
7
- * OpenAPI spec version: 1.0
8
- *
9
- *
10
- * NOTE: This class is auto generated by the swagger code generator program.
11
- * https://github.com/swagger-api/swagger-codegen.git
12
- * Do not edit the class manually.
13
- */
14
- import { SingleLinkStatsDto } from './single-link-stats-dto';
15
- /**
16
- *
17
- * @export
18
- * @interface LinkStatsResponseDTO
19
- */
20
- export interface LinkStatsResponseDTO {
21
- _id?: string;
22
- /**
23
- *
24
- * @type {number}
25
- * @memberof LinkStatsResponseDTO
26
- */
27
- count: number;
28
- /**
29
- *
30
- * @type {Array<SingleLinkStatsDto>}
31
- * @memberof LinkStatsResponseDTO
32
- */
33
- data: Array<SingleLinkStatsDto>;
34
- /**
35
- *
36
- * @type {number}
37
- * @memberof LinkStatsResponseDTO
38
- */
39
- total: number;
40
- }
@@ -1,27 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Hey Pharamcist API
5
- * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
- *
7
- * OpenAPI spec version: 1.0
8
- *
9
- *
10
- * NOTE: This class is auto generated by the swagger code generator program.
11
- * https://github.com/swagger-api/swagger-codegen.git
12
- * Do not edit the class manually.
13
- */
14
- /**
15
- *
16
- * @export
17
- * @interface MarketingCampaignContentDTO
18
- */
19
- export interface MarketingCampaignContentDTO {
20
- _id?: string;
21
- /**
22
- *
23
- * @type {string}
24
- * @memberof MarketingCampaignContentDTO
25
- */
26
- htmlPart: string;
27
- }
@@ -1,51 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Hey Pharamcist API
5
- * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
- *
7
- * OpenAPI spec version: 1.0
8
- *
9
- *
10
- * NOTE: This class is auto generated by the swagger code generator program.
11
- * https://github.com/swagger-api/swagger-codegen.git
12
- * Do not edit the class manually.
13
- */
14
- /**
15
- *
16
- * @export
17
- * @interface MarketingListContactDTO
18
- */
19
- export interface MarketingListContactDTO {
20
- _id?: string;
21
- /**
22
- *
23
- * @type {string}
24
- * @memberof MarketingListContactDTO
25
- */
26
- name: string;
27
- /**
28
- *
29
- * @type {string}
30
- * @memberof MarketingListContactDTO
31
- */
32
- address: string;
33
- /**
34
- *
35
- * @type {string}
36
- * @memberof MarketingListContactDTO
37
- */
38
- createdAt: string;
39
- /**
40
- *
41
- * @type {number}
42
- * @memberof MarketingListContactDTO
43
- */
44
- ID: number;
45
- /**
46
- *
47
- * @type {number}
48
- * @memberof MarketingListContactDTO
49
- */
50
- subscriberCount: number;
51
- }
@@ -1,27 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Hey Pharamcist API
5
- * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
- *
7
- * OpenAPI spec version: 1.0
8
- *
9
- *
10
- * NOTE: This class is auto generated by the swagger code generator program.
11
- * https://github.com/swagger-api/swagger-codegen.git
12
- * Do not edit the class manually.
13
- */
14
- /**
15
- *
16
- * @export
17
- * @interface ScheduleCampaignDraftDTO
18
- */
19
- export interface ScheduleCampaignDraftDTO {
20
- _id?: string;
21
- /**
22
- *
23
- * @type {string}
24
- * @memberof ScheduleCampaignDraftDTO
25
- */
26
- date: string;
27
- }
@@ -1,28 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Hey Pharamcist API
5
- * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
- *
7
- * OpenAPI spec version: 1.0
8
- *
9
- *
10
- * NOTE: This class is auto generated by the swagger code generator program.
11
- * https://github.com/swagger-api/swagger-codegen.git
12
- * Do not edit the class manually.
13
- */
14
- import { SingleRecipientDTO } from './single-recipient-dto';
15
- /**
16
- *
17
- * @export
18
- * @interface SendTestEmailDTO
19
- */
20
- export interface SendTestEmailDTO {
21
- _id?: string;
22
- /**
23
- *
24
- * @type {Array<SingleRecipientDTO>}
25
- * @memberof SendTestEmailDTO
26
- */
27
- recipients: Array<SingleRecipientDTO>;
28
- }
@@ -1,45 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Hey Pharamcist API
5
- * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
- *
7
- * OpenAPI spec version: 1.0
8
- *
9
- *
10
- * NOTE: This class is auto generated by the swagger code generator program.
11
- * https://github.com/swagger-api/swagger-codegen.git
12
- * Do not edit the class manually.
13
- */
14
- /**
15
- *
16
- * @export
17
- * @interface SingleBrowserStatsDto
18
- */
19
- export interface SingleBrowserStatsDto {
20
- _id?: string;
21
- /**
22
- *
23
- * @type {number}
24
- * @memberof SingleBrowserStatsDto
25
- */
26
- count: number;
27
- /**
28
- *
29
- * @type {number}
30
- * @memberof SingleBrowserStatsDto
31
- */
32
- distinctCount: number;
33
- /**
34
- *
35
- * @type {string}
36
- * @memberof SingleBrowserStatsDto
37
- */
38
- platform: string;
39
- /**
40
- *
41
- * @type {string}
42
- * @memberof SingleBrowserStatsDto
43
- */
44
- userAgent: string;
45
- }