gemercheung 3 vuotta sitten
vanhempi
commit
7073bf10e7

+ 0 - 74
docs/@medici.core.SDKConfigType.md

@@ -1,74 +0,0 @@
-# Interface: SDKConfigType
-
-[@medici/core](../wiki/@medici.core).SDKConfigType
-
-## Table of contents
-
-### Properties
-
-- [appId](../wiki/@medici.core.SDKConfigType#appid)
-- [autoTrack](../wiki/@medici.core.SDKConfigType#autotrack)
-- [config](../wiki/@medici.core.SDKConfigType#config)
-- [endPoint](../wiki/@medici.core.SDKConfigType#endpoint)
-- [platform](../wiki/@medici.core.SDKConfigType#platform)
-- [trackEndPoint](../wiki/@medici.core.SDKConfigType#trackendpoint)
-
-## Properties
-
-### appId
-
-• **appId**: `string`
-
-#### Defined in
-
-core/src/sdk.ts:15
-
-___
-
-### autoTrack
-
-• `Optional` **autoTrack**: `boolean`
-
-#### Defined in
-
-core/src/sdk.ts:17
-
-___
-
-### config
-
-• `Optional` **config**: [`SDKInitConfig`](../wiki/@medici.core.SDKInitConfig)
-
-#### Defined in
-
-core/src/sdk.ts:18
-
-___
-
-### endPoint
-
-• **endPoint**: `string`
-
-#### Defined in
-
-core/src/sdk.ts:14
-
-___
-
-### platform
-
-• `Optional` **platform**: [`PlatformType`](../wiki/@medici.core#platformtype)
-
-#### Defined in
-
-core/src/sdk.ts:16
-
-___
-
-### trackEndPoint
-
-• `Optional` **trackEndPoint**: `string`
-
-#### Defined in
-
-core/src/sdk.ts:19

+ 0 - 30
docs/@medici.core.SDKInitConfig.md

@@ -1,30 +0,0 @@
-# Interface: SDKInitConfig
-
-[@medici/core](../wiki/@medici.core).SDKInitConfig
-
-## Table of contents
-
-### Properties
-
-- [user](../wiki/@medici.core.SDKInitConfig#user)
-- [version](../wiki/@medici.core.SDKInitConfig#version)
-
-## Properties
-
-### user
-
-• `Optional` **user**: `string`
-
-#### Defined in
-
-core/src/sdk.ts:10
-
-___
-
-### version
-
-• `Optional` **version**: `string`
-
-#### Defined in
-
-core/src/sdk.ts:11

+ 0 - 26
docs/@medici.core.md

@@ -1,26 +0,0 @@
-# Module: @medici/core
-
-## Table of contents
-
-### Classes
-
-- [SDK](../wiki/@medici.core.SDK)
-
-### Interfaces
-
-- [SDKConfigType](../wiki/@medici.core.SDKConfigType)
-- [SDKInitConfig](../wiki/@medici.core.SDKInitConfig)
-
-### Type Aliases
-
-- [PlatformType](../wiki/@medici.core#platformtype)
-
-## Type Aliases
-
-### PlatformType
-
-Ƭ **PlatformType**: ``"web"`` \| ``"miniApp"``
-
-#### Defined in
-
-core/src/sdk.ts:7

+ 0 - 30
docs/@medici.types.BrowserTransportOptions.md

@@ -1,30 +0,0 @@
-# Interface: BrowserTransportOptions
-
-[@medici/types](../wiki/@medici.types).BrowserTransportOptions
-
-## Table of contents
-
-### Properties
-
-- [data](../wiki/@medici.types.BrowserTransportOptions#data)
-- [url](../wiki/@medici.types.BrowserTransportOptions#url)
-
-## Properties
-
-### data
-
-• **data**: `any`
-
-#### Defined in
-
-types/src/browser.ts:3
-
-___
-
-### url
-
-• **url**: `string`
-
-#### Defined in
-
-types/src/browser.ts:2

+ 0 - 74
docs/@medici.types.ICustomAction.md

@@ -1,74 +0,0 @@
-# Interface: ICustomAction
-
-[@medici/types](../wiki/@medici.types).ICustomAction
-
-## Table of contents
-
-### Methods
-
-- [endTrack](../wiki/@medici.types.ICustomAction#endtrack)
-- [startTrack](../wiki/@medici.types.ICustomAction#starttrack)
-- [track](../wiki/@medici.types.ICustomAction#track)
-
-## Methods
-
-### endTrack
-
-▸ **endTrack**(`trackActionName`, `trackActionOption?`): [`EventReturnType`](../wiki/@medici.types#eventreturntype)
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `trackActionName` | `string` |
-| `trackActionOption?` | [`TrackActionOption`](../wiki/@medici.types.TrackActionOption) |
-
-#### Returns
-
-[`EventReturnType`](../wiki/@medici.types#eventreturntype)
-
-#### Defined in
-
-types/src/event.ts:26
-
-___
-
-### startTrack
-
-▸ **startTrack**(`trackActionName`, `trackActionOption?`): [`EventReturnType`](../wiki/@medici.types#eventreturntype)
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `trackActionName` | `string` |
-| `trackActionOption?` | [`TrackActionOption`](../wiki/@medici.types.TrackActionOption) |
-
-#### Returns
-
-[`EventReturnType`](../wiki/@medici.types#eventreturntype)
-
-#### Defined in
-
-types/src/event.ts:25
-
-___
-
-### track
-
-▸ **track**(`trackActionName`, `trackActionOption?`): [`EventReturnType`](../wiki/@medici.types#eventreturntype)
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `trackActionName` | `string` |
-| `trackActionOption?` | [`TrackActionOption`](../wiki/@medici.types.TrackActionOption) |
-
-#### Returns
-
-[`EventReturnType`](../wiki/@medici.types#eventreturntype)
-
-#### Defined in
-
-types/src/event.ts:24

+ 0 - 41
docs/@medici.types.SDKPlatformType.md

@@ -1,41 +0,0 @@
-# Enumeration: SDKPlatformType
-
-[@medici/types](../wiki/@medici.types).SDKPlatformType
-
-## Table of contents
-
-### Enumeration Members
-
-- [miniApp](../wiki/@medici.types.SDKPlatformType#miniapp)
-- [web](../wiki/@medici.types.SDKPlatformType#web)
-- [webview](../wiki/@medici.types.SDKPlatformType#webview)
-
-## Enumeration Members
-
-### miniApp
-
-• **miniApp** = ``1``
-
-#### Defined in
-
-types/src/sdk.ts:3
-
-___
-
-### web
-
-• **web** = ``0``
-
-#### Defined in
-
-types/src/sdk.ts:2
-
-___
-
-### webview
-
-• **webview** = ``2``
-
-#### Defined in
-
-types/src/sdk.ts:4

+ 0 - 63
docs/@medici.types.SDKconfigType.md

@@ -1,63 +0,0 @@
-# Interface: SDKconfigType
-
-[@medici/types](../wiki/@medici.types).SDKconfigType
-
-## Table of contents
-
-### Properties
-
-- [Platform](../wiki/@medici.types.SDKconfigType#platform)
-- [appId](../wiki/@medici.types.SDKconfigType#appid)
-- [from](../wiki/@medici.types.SDKconfigType#from)
-- [user](../wiki/@medici.types.SDKconfigType#user)
-- [version](../wiki/@medici.types.SDKconfigType#version)
-
-## Properties
-
-### Platform
-
-• **Platform**: [`SDKPlatformType`](../wiki/@medici.types.SDKPlatformType)
-
-#### Defined in
-
-types/src/sdk.ts:9
-
-___
-
-### appId
-
-• **appId**: `string`
-
-#### Defined in
-
-types/src/sdk.ts:11
-
-___
-
-### from
-
-• `Optional` **from**: `string`
-
-#### Defined in
-
-types/src/sdk.ts:10
-
-___
-
-### user
-
-• **user**: `string`
-
-#### Defined in
-
-types/src/sdk.ts:7
-
-___
-
-### version
-
-• **version**: `string`
-
-#### Defined in
-
-types/src/sdk.ts:8

+ 0 - 36
docs/@medici.types.TrackActionOption.md

@@ -1,36 +0,0 @@
-# Interface: TrackActionOption
-
-[@medici/types](../wiki/@medici.types).TrackActionOption
-
-## Hierarchy
-
-- [`Dict`](../wiki/@medici.types#dict)<`any`\>
-
-  ↳ **`TrackActionOption`**
-
-## Table of contents
-
-### Properties
-
-- [eventType](../wiki/@medici.types.TrackActionOption#eventtype)
-- [maxWaitTime](../wiki/@medici.types.TrackActionOption#maxwaittime)
-
-## Properties
-
-### eventType
-
-• **eventType**: `string`
-
-#### Defined in
-
-types/src/event.ts:12
-
-___
-
-### maxWaitTime
-
-• `Optional` **maxWaitTime**: `number`
-
-#### Defined in
-
-types/src/event.ts:13

+ 0 - 74
docs/@medici.types.md

@@ -1,74 +0,0 @@
-# Module: @medici/types
-
-## Table of contents
-
-### Enumerations
-
-- [SDKPlatformType](../wiki/@medici.types.SDKPlatformType)
-
-### Interfaces
-
-- [BrowserTransportOptions](../wiki/@medici.types.BrowserTransportOptions)
-- [GlobalEventType](../wiki/@medici.types.GlobalEventType)
-- [HistoryEvent](../wiki/@medici.types.HistoryEvent)
-- [IBaseAction](../wiki/@medici.types.IBaseAction)
-- [ICustomAction](../wiki/@medici.types.ICustomAction)
-- [SDKconfigType](../wiki/@medici.types.SDKconfigType)
-- [TrackActionOption](../wiki/@medici.types.TrackActionOption)
-
-### Type Aliases
-
-- [Dict](../wiki/@medici.types#dict)
-- [EventNameEnumType](../wiki/@medici.types#eventnameenumtype)
-- [EventReturnType](../wiki/@medici.types#eventreturntype)
-- [TrackEventType](../wiki/@medici.types#trackeventtype)
-
-## Type Aliases
-
-### Dict
-
-Ƭ **Dict**<`T`\>: `Object`
-
-#### Type parameters
-
-| Name |
-| :------ |
-| `T` |
-
-#### Index signature
-
-▪ [key: `string`]: `T`
-
-#### Defined in
-
-types/src/event.ts:2
-
-___
-
-### EventNameEnumType
-
-Ƭ **EventNameEnumType**: ``"pageview"`` \| ``""``
-
-#### Defined in
-
-types/src/event.ts:1
-
-___
-
-### EventReturnType
-
-Ƭ **EventReturnType**: `Promise`<`XMLHttpRequestResponseType`\>
-
-#### Defined in
-
-types/src/event.ts:16
-
-___
-
-### TrackEventType
-
-Ƭ **TrackEventType**: ``"click"`` \| ``"menu"``
-
-#### Defined in
-
-types/src/event.ts:10

+ 0 - 11
docs/Exports.md

@@ -1,11 +0,0 @@
-# Documentation
-
-## Table of contents
-
-### Modules
-
-- [@medici/core](../wiki/@medici.core)
-- [@medici/foo](../wiki/@medici.foo)
-- [@medici/types](../wiki/@medici.types)
-- [@medici/utils](../wiki/@medici.utils)
-- [@medici/web](../wiki/@medici.web)

+ 0 - 1
docs/Home.md

@@ -1 +0,0 @@
-

+ 1 - 0
docs/README.md

@@ -0,0 +1 @@
+Documentation / [Exports](modules.md)

+ 0 - 12
docs/_Sidebar.md

@@ -1,12 +0,0 @@
-## Documentation
-
-- [Home](../wiki/Home)
-- [Exports](../wiki/Exports)
-
-### Modules
-
-- [@medici/core](../wiki/@medici.core)
-- [@medici/foo](../wiki/@medici.foo)
-- [@medici/types](../wiki/@medici.types)
-- [@medici/utils](../wiki/@medici.utils)
-- [@medici/web](../wiki/@medici.web)

+ 22 - 20
docs/@medici.core.SDK.md

@@ -1,6 +1,8 @@
+[Documentation](../README.md) / [Exports](../modules.md) / [@medici/core](../modules/medici_core.md) / SDK
+
 # Class: SDK
 
-[@medici/core](../wiki/@medici.core).SDK
+[@medici/core](../modules/medici_core.md).SDK
 
 ## Hierarchy
 
@@ -12,27 +14,27 @@
 
 ### Constructors
 
-- [constructor](../wiki/@medici.core.SDK#constructor)
+- [constructor](medici_core.SDK.md#constructor)
 
 ### Properties
 
-- [\_appId](../wiki/@medici.core.SDK#_appid)
-- [\_config](../wiki/@medici.core.SDK#_config)
-- [\_endPoint](../wiki/@medici.core.SDK#_endpoint)
-- [\_history](../wiki/@medici.core.SDK#_history)
-- [\_platform](../wiki/@medici.core.SDK#_platform)
-- [\_trackEndPoint](../wiki/@medici.core.SDK#_trackendpoint)
-- [eventer](../wiki/@medici.core.SDK#eventer)
+- [\_appId](medici_core.SDK.md#_appid)
+- [\_config](medici_core.SDK.md#_config)
+- [\_endPoint](medici_core.SDK.md#_endpoint)
+- [\_history](medici_core.SDK.md#_history)
+- [\_platform](medici_core.SDK.md#_platform)
+- [\_trackEndPoint](medici_core.SDK.md#_trackendpoint)
+- [eventer](medici_core.SDK.md#eventer)
 
 ### Methods
 
-- [endTrack](../wiki/@medici.core.SDK#endtrack)
-- [sendEvent](../wiki/@medici.core.SDK#sendevent)
-- [setConfig](../wiki/@medici.core.SDK#setconfig)
-- [startTrack](../wiki/@medici.core.SDK#starttrack)
-- [track](../wiki/@medici.core.SDK#track)
-- [trackEvent](../wiki/@medici.core.SDK#trackevent)
-- [trackView](../wiki/@medici.core.SDK#trackview)
+- [endTrack](medici_core.SDK.md#endtrack)
+- [sendEvent](medici_core.SDK.md#sendevent)
+- [setConfig](medici_core.SDK.md#setconfig)
+- [startTrack](medici_core.SDK.md#starttrack)
+- [track](medici_core.SDK.md#track)
+- [trackEvent](medici_core.SDK.md#trackevent)
+- [trackView](medici_core.SDK.md#trackview)
 
 ## Constructors
 
@@ -44,7 +46,7 @@
 
 | Name | Type |
 | :------ | :------ |
-| `params` | [`SDKConfigType`](../wiki/@medici.core.SDKConfigType) |
+| `params` | [`SDKConfigType`](../interfaces/medici_core.SDKConfigType.md) |
 
 #### Overrides
 
@@ -72,7 +74,7 @@ ___
 
 ### \_config
 
-• `Protected` **\_config**: [`SDKInitConfig`](../wiki/@medici.core.SDKInitConfig)
+• `Protected` **\_config**: [`SDKInitConfig`](../interfaces/medici_core.SDKInitConfig.md)
 
 #### Overrides
 
@@ -114,7 +116,7 @@ ___
 
 ### \_platform
 
-• `Protected` **\_platform**: [`PlatformType`](../wiki/@medici.core#platformtype)
+• `Protected` **\_platform**: [`PlatformType`](../modules/medici_core.md#platformtype)
 
 #### Overrides
 
@@ -210,7 +212,7 @@ ___
 
 | Name | Type |
 | :------ | :------ |
-| `config` | [`SDKInitConfig`](../wiki/@medici.core.SDKInitConfig) |
+| `config` | [`SDKInitConfig`](../interfaces/medici_core.SDKInitConfig.md) |
 
 #### Returns
 

+ 43 - 0
docs/enums/medici_types.SDKPlatformType.md

@@ -0,0 +1,43 @@
+[Documentation](../README.md) / [Exports](../modules.md) / [@medici/types](../modules/medici_types.md) / SDKPlatformType
+
+# Enumeration: SDKPlatformType
+
+[@medici/types](../modules/medici_types.md).SDKPlatformType
+
+## Table of contents
+
+### Enumeration Members
+
+- [miniApp](medici_types.SDKPlatformType.md#miniapp)
+- [web](medici_types.SDKPlatformType.md#web)
+- [webview](medici_types.SDKPlatformType.md#webview)
+
+## Enumeration Members
+
+### miniApp
+
+• **miniApp** = ``1``
+
+#### Defined in
+
+types/src/sdk.ts:3
+
+___
+
+### web
+
+• **web** = ``0``
+
+#### Defined in
+
+types/src/sdk.ts:2
+
+___
+
+### webview
+
+• **webview** = ``2``
+
+#### Defined in
+
+types/src/sdk.ts:4

+ 76 - 0
docs/interfaces/medici_core.SDKConfigType.md

@@ -0,0 +1,76 @@
+[Documentation](../README.md) / [Exports](../modules.md) / [@medici/core](../modules/medici_core.md) / SDKConfigType
+
+# Interface: SDKConfigType
+
+[@medici/core](../modules/medici_core.md).SDKConfigType
+
+## Table of contents
+
+### Properties
+
+- [appId](medici_core.SDKConfigType.md#appid)
+- [autoTrack](medici_core.SDKConfigType.md#autotrack)
+- [config](medici_core.SDKConfigType.md#config)
+- [endPoint](medici_core.SDKConfigType.md#endpoint)
+- [platform](medici_core.SDKConfigType.md#platform)
+- [trackEndPoint](medici_core.SDKConfigType.md#trackendpoint)
+
+## Properties
+
+### appId
+
+• **appId**: `string`
+
+#### Defined in
+
+core/src/sdk.ts:15
+
+___
+
+### autoTrack
+
+• `Optional` **autoTrack**: `boolean`
+
+#### Defined in
+
+core/src/sdk.ts:17
+
+___
+
+### config
+
+• `Optional` **config**: [`SDKInitConfig`](medici_core.SDKInitConfig.md)
+
+#### Defined in
+
+core/src/sdk.ts:18
+
+___
+
+### endPoint
+
+• **endPoint**: `string`
+
+#### Defined in
+
+core/src/sdk.ts:14
+
+___
+
+### platform
+
+• `Optional` **platform**: [`PlatformType`](../modules/medici_core.md#platformtype)
+
+#### Defined in
+
+core/src/sdk.ts:16
+
+___
+
+### trackEndPoint
+
+• `Optional` **trackEndPoint**: `string`
+
+#### Defined in
+
+core/src/sdk.ts:19

+ 32 - 0
docs/interfaces/medici_core.SDKInitConfig.md

@@ -0,0 +1,32 @@
+[Documentation](../README.md) / [Exports](../modules.md) / [@medici/core](../modules/medici_core.md) / SDKInitConfig
+
+# Interface: SDKInitConfig
+
+[@medici/core](../modules/medici_core.md).SDKInitConfig
+
+## Table of contents
+
+### Properties
+
+- [user](medici_core.SDKInitConfig.md#user)
+- [version](medici_core.SDKInitConfig.md#version)
+
+## Properties
+
+### user
+
+• `Optional` **user**: `string`
+
+#### Defined in
+
+core/src/sdk.ts:10
+
+___
+
+### version
+
+• `Optional` **version**: `string`
+
+#### Defined in
+
+core/src/sdk.ts:11

+ 32 - 0
docs/interfaces/medici_types.BrowserTransportOptions.md

@@ -0,0 +1,32 @@
+[Documentation](../README.md) / [Exports](../modules.md) / [@medici/types](../modules/medici_types.md) / BrowserTransportOptions
+
+# Interface: BrowserTransportOptions
+
+[@medici/types](../modules/medici_types.md).BrowserTransportOptions
+
+## Table of contents
+
+### Properties
+
+- [data](medici_types.BrowserTransportOptions.md#data)
+- [url](medici_types.BrowserTransportOptions.md#url)
+
+## Properties
+
+### data
+
+• **data**: `any`
+
+#### Defined in
+
+types/src/browser.ts:3
+
+___
+
+### url
+
+• **url**: `string`
+
+#### Defined in
+
+types/src/browser.ts:2

+ 7 - 5
docs/@medici.types.GlobalEventType.md

@@ -1,15 +1,17 @@
+[Documentation](../README.md) / [Exports](../modules.md) / [@medici/types](../modules/medici_types.md) / GlobalEventType
+
 # Interface: GlobalEventType
 
-[@medici/types](../wiki/@medici.types).GlobalEventType
+[@medici/types](../modules/medici_types.md).GlobalEventType
 
 ## Table of contents
 
 ### Properties
 
-- [eventName](../wiki/@medici.types.GlobalEventType#eventname)
-- [eventVariable](../wiki/@medici.types.GlobalEventType#eventvariable)
-- [id](../wiki/@medici.types.GlobalEventType#id)
-- [triggerTime](../wiki/@medici.types.GlobalEventType#triggertime)
+- [eventName](medici_types.GlobalEventType.md#eventname)
+- [eventVariable](medici_types.GlobalEventType.md#eventvariable)
+- [id](medici_types.GlobalEventType.md#id)
+- [triggerTime](medici_types.GlobalEventType.md#triggertime)
 
 ## Properties
 

+ 5 - 3
docs/@medici.types.HistoryEvent.md

@@ -1,13 +1,15 @@
+[Documentation](../README.md) / [Exports](../modules.md) / [@medici/types](../modules/medici_types.md) / HistoryEvent
+
 # Interface: HistoryEvent
 
-[@medici/types](../wiki/@medici.types).HistoryEvent
+[@medici/types](../modules/medici_types.md).HistoryEvent
 
 ## Table of contents
 
 ### Methods
 
-- [addEvent](../wiki/@medici.types.HistoryEvent#addevent)
-- [handlePushState](../wiki/@medici.types.HistoryEvent#handlepushstate)
+- [addEvent](medici_types.HistoryEvent.md#addevent)
+- [handlePushState](medici_types.HistoryEvent.md#handlepushstate)
 
 ## Methods
 

+ 12 - 10
docs/@medici.types.IBaseAction.md

@@ -1,20 +1,22 @@
+[Documentation](../README.md) / [Exports](../modules.md) / [@medici/types](../modules/medici_types.md) / IBaseAction
+
 # Interface: IBaseAction
 
-[@medici/types](../wiki/@medici.types).IBaseAction
+[@medici/types](../modules/medici_types.md).IBaseAction
 
 ## Table of contents
 
 ### Methods
 
-- [sendEvent](../wiki/@medici.types.IBaseAction#sendevent)
-- [trackEvent](../wiki/@medici.types.IBaseAction#trackevent)
-- [trackView](../wiki/@medici.types.IBaseAction#trackview)
+- [sendEvent](medici_types.IBaseAction.md#sendevent)
+- [trackEvent](medici_types.IBaseAction.md#trackevent)
+- [trackView](medici_types.IBaseAction.md#trackview)
 
 ## Methods
 
 ### sendEvent
 
-▸ **sendEvent**(`value`, `type`, `url?`, `uuid?`): [`EventReturnType`](../wiki/@medici.types#eventreturntype)
+▸ **sendEvent**(`value`, `type`, `url?`, `uuid?`): [`EventReturnType`](../modules/medici_types.md#eventreturntype)
 
 #### Parameters
 
@@ -27,7 +29,7 @@
 
 #### Returns
 
-[`EventReturnType`](../wiki/@medici.types#eventreturntype)
+[`EventReturnType`](../modules/medici_types.md#eventreturntype)
 
 #### Defined in
 
@@ -37,7 +39,7 @@ ___
 
 ### trackEvent
 
-▸ **trackEvent**(`event_name`, `event_data`, `url?`, `uuid?`): [`EventReturnType`](../wiki/@medici.types#eventreturntype)
+▸ **trackEvent**(`event_name`, `event_data`, `url?`, `uuid?`): [`EventReturnType`](../modules/medici_types.md#eventreturntype)
 
 #### Parameters
 
@@ -50,7 +52,7 @@ ___
 
 #### Returns
 
-[`EventReturnType`](../wiki/@medici.types#eventreturntype)
+[`EventReturnType`](../modules/medici_types.md#eventreturntype)
 
 #### Defined in
 
@@ -60,7 +62,7 @@ ___
 
 ### trackView
 
-▸ **trackView**(`url`, `referrer`, `uuid`): [`EventReturnType`](../wiki/@medici.types#eventreturntype)
+▸ **trackView**(`url`, `referrer`, `uuid`): [`EventReturnType`](../modules/medici_types.md#eventreturntype)
 
 #### Parameters
 
@@ -72,7 +74,7 @@ ___
 
 #### Returns
 
-[`EventReturnType`](../wiki/@medici.types#eventreturntype)
+[`EventReturnType`](../modules/medici_types.md#eventreturntype)
 
 #### Defined in
 

+ 76 - 0
docs/interfaces/medici_types.ICustomAction.md

@@ -0,0 +1,76 @@
+[Documentation](../README.md) / [Exports](../modules.md) / [@medici/types](../modules/medici_types.md) / ICustomAction
+
+# Interface: ICustomAction
+
+[@medici/types](../modules/medici_types.md).ICustomAction
+
+## Table of contents
+
+### Methods
+
+- [endTrack](medici_types.ICustomAction.md#endtrack)
+- [startTrack](medici_types.ICustomAction.md#starttrack)
+- [track](medici_types.ICustomAction.md#track)
+
+## Methods
+
+### endTrack
+
+▸ **endTrack**(`trackActionName`, `trackActionOption?`): [`EventReturnType`](../modules/medici_types.md#eventreturntype)
+
+#### Parameters
+
+| Name | Type |
+| :------ | :------ |
+| `trackActionName` | `string` |
+| `trackActionOption?` | [`TrackActionOption`](medici_types.TrackActionOption.md) |
+
+#### Returns
+
+[`EventReturnType`](../modules/medici_types.md#eventreturntype)
+
+#### Defined in
+
+types/src/event.ts:26
+
+___
+
+### startTrack
+
+▸ **startTrack**(`trackActionName`, `trackActionOption?`): [`EventReturnType`](../modules/medici_types.md#eventreturntype)
+
+#### Parameters
+
+| Name | Type |
+| :------ | :------ |
+| `trackActionName` | `string` |
+| `trackActionOption?` | [`TrackActionOption`](medici_types.TrackActionOption.md) |
+
+#### Returns
+
+[`EventReturnType`](../modules/medici_types.md#eventreturntype)
+
+#### Defined in
+
+types/src/event.ts:25
+
+___
+
+### track
+
+▸ **track**(`trackActionName`, `trackActionOption?`): [`EventReturnType`](../modules/medici_types.md#eventreturntype)
+
+#### Parameters
+
+| Name | Type |
+| :------ | :------ |
+| `trackActionName` | `string` |
+| `trackActionOption?` | [`TrackActionOption`](medici_types.TrackActionOption.md) |
+
+#### Returns
+
+[`EventReturnType`](../modules/medici_types.md#eventreturntype)
+
+#### Defined in
+
+types/src/event.ts:24

+ 65 - 0
docs/interfaces/medici_types.SDKconfigType.md

@@ -0,0 +1,65 @@
+[Documentation](../README.md) / [Exports](../modules.md) / [@medici/types](../modules/medici_types.md) / SDKconfigType
+
+# Interface: SDKconfigType
+
+[@medici/types](../modules/medici_types.md).SDKconfigType
+
+## Table of contents
+
+### Properties
+
+- [Platform](medici_types.SDKconfigType.md#platform)
+- [appId](medici_types.SDKconfigType.md#appid)
+- [from](medici_types.SDKconfigType.md#from)
+- [user](medici_types.SDKconfigType.md#user)
+- [version](medici_types.SDKconfigType.md#version)
+
+## Properties
+
+### Platform
+
+• **Platform**: [`SDKPlatformType`](../enums/medici_types.SDKPlatformType.md)
+
+#### Defined in
+
+types/src/sdk.ts:9
+
+___
+
+### appId
+
+• **appId**: `string`
+
+#### Defined in
+
+types/src/sdk.ts:11
+
+___
+
+### from
+
+• `Optional` **from**: `string`
+
+#### Defined in
+
+types/src/sdk.ts:10
+
+___
+
+### user
+
+• **user**: `string`
+
+#### Defined in
+
+types/src/sdk.ts:7
+
+___
+
+### version
+
+• **version**: `string`
+
+#### Defined in
+
+types/src/sdk.ts:8

+ 38 - 0
docs/interfaces/medici_types.TrackActionOption.md

@@ -0,0 +1,38 @@
+[Documentation](../README.md) / [Exports](../modules.md) / [@medici/types](../modules/medici_types.md) / TrackActionOption
+
+# Interface: TrackActionOption
+
+[@medici/types](../modules/medici_types.md).TrackActionOption
+
+## Hierarchy
+
+- [`Dict`](../modules/medici_types.md#dict)<`any`\>
+
+  ↳ **`TrackActionOption`**
+
+## Table of contents
+
+### Properties
+
+- [eventType](medici_types.TrackActionOption.md#eventtype)
+- [maxWaitTime](medici_types.TrackActionOption.md#maxwaittime)
+
+## Properties
+
+### eventType
+
+• **eventType**: `string`
+
+#### Defined in
+
+types/src/event.ts:12
+
+___
+
+### maxWaitTime
+
+• `Optional` **maxWaitTime**: `number`
+
+#### Defined in
+
+types/src/event.ts:13

+ 13 - 0
docs/modules.md

@@ -0,0 +1,13 @@
+[Documentation](README.md) / Exports
+
+# Documentation
+
+## Table of contents
+
+### Modules
+
+- [@medici/core](modules/medici_core.md)
+- [@medici/foo](modules/medici_foo.md)
+- [@medici/types](modules/medici_types.md)
+- [@medici/utils](modules/medici_utils.md)
+- [@medici/web](modules/medici_web.md)

+ 28 - 0
docs/modules/medici_core.md

@@ -0,0 +1,28 @@
+[Documentation](../README.md) / [Exports](../modules.md) / @medici/core
+
+# Module: @medici/core
+
+## Table of contents
+
+### Classes
+
+- [SDK](../classes/medici_core.SDK.md)
+
+### Interfaces
+
+- [SDKConfigType](../interfaces/medici_core.SDKConfigType.md)
+- [SDKInitConfig](../interfaces/medici_core.SDKInitConfig.md)
+
+### Type Aliases
+
+- [PlatformType](medici_core.md#platformtype)
+
+## Type Aliases
+
+### PlatformType
+
+Ƭ **PlatformType**: ``"web"`` \| ``"miniApp"``
+
+#### Defined in
+
+core/src/sdk.ts:7

+ 3 - 1
docs/@medici.foo.md

@@ -1,10 +1,12 @@
+[Documentation](../README.md) / [Exports](../modules.md) / @medici/foo
+
 # Module: @medici/foo
 
 ## Table of contents
 
 ### Variables
 
-- [meaningOfLife](../wiki/@medici.foo#meaningoflife)
+- [meaningOfLife](medici_foo.md#meaningoflife)
 
 ## Variables
 

+ 76 - 0
docs/modules/medici_types.md

@@ -0,0 +1,76 @@
+[Documentation](../README.md) / [Exports](../modules.md) / @medici/types
+
+# Module: @medici/types
+
+## Table of contents
+
+### Enumerations
+
+- [SDKPlatformType](../enums/medici_types.SDKPlatformType.md)
+
+### Interfaces
+
+- [BrowserTransportOptions](../interfaces/medici_types.BrowserTransportOptions.md)
+- [GlobalEventType](../interfaces/medici_types.GlobalEventType.md)
+- [HistoryEvent](../interfaces/medici_types.HistoryEvent.md)
+- [IBaseAction](../interfaces/medici_types.IBaseAction.md)
+- [ICustomAction](../interfaces/medici_types.ICustomAction.md)
+- [SDKconfigType](../interfaces/medici_types.SDKconfigType.md)
+- [TrackActionOption](../interfaces/medici_types.TrackActionOption.md)
+
+### Type Aliases
+
+- [Dict](medici_types.md#dict)
+- [EventNameEnumType](medici_types.md#eventnameenumtype)
+- [EventReturnType](medici_types.md#eventreturntype)
+- [TrackEventType](medici_types.md#trackeventtype)
+
+## Type Aliases
+
+### Dict
+
+Ƭ **Dict**<`T`\>: `Object`
+
+#### Type parameters
+
+| Name |
+| :------ |
+| `T` |
+
+#### Index signature
+
+▪ [key: `string`]: `T`
+
+#### Defined in
+
+types/src/event.ts:2
+
+___
+
+### EventNameEnumType
+
+Ƭ **EventNameEnumType**: ``"pageview"`` \| ``""``
+
+#### Defined in
+
+types/src/event.ts:1
+
+___
+
+### EventReturnType
+
+Ƭ **EventReturnType**: `Promise`<`XMLHttpRequestResponseType`\>
+
+#### Defined in
+
+types/src/event.ts:16
+
+___
+
+### TrackEventType
+
+Ƭ **TrackEventType**: ``"click"`` \| ``"menu"``
+
+#### Defined in
+
+types/src/event.ts:10

+ 4 - 2
docs/@medici.utils.md

@@ -1,11 +1,13 @@
+[Documentation](../README.md) / [Exports](../modules.md) / @medici/utils
+
 # Module: @medici/utils
 
 ## Table of contents
 
 ### Functions
 
-- [getGlobalObject](../wiki/@medici.utils#getglobalobject)
-- [hook](../wiki/@medici.utils#hook)
+- [getGlobalObject](medici_utils.md#getglobalobject)
+- [hook](medici_utils.md#hook)
 
 ## Functions
 

+ 3 - 1
docs/@medici.web.md

@@ -1,10 +1,12 @@
+[Documentation](../README.md) / [Exports](../modules.md) / @medici/web
+
 # Module: @medici/web
 
 ## Table of contents
 
 ### Functions
 
-- [init](../wiki/@medici.web#init)
+- [init](medici_web.md#init)
 
 ## Functions
 

+ 1 - 2
package.json

@@ -14,7 +14,7 @@
         "test": "pnpm run -r test",
         "lint": "eslint --fix --ext js,ts,tsx .",
         "publish": "pnpm publish --filter @medici/core @medici/web @medici/types @medici/utils",
-        "docs": "pnpm typedoc --theme github-wiki --entryPointStrategy packages ."
+        "docs": "pnpm typedoc --plugin typedoc-plugin-markdown --entryPointStrategy packages ."
     },
     "devDependencies": {
         "@changesets/cli": "^2.24.3",
@@ -27,7 +27,6 @@
         "eslint-plugin-prettier": "^4.2.1",
         "prettier": "^2.7.1",
         "typedoc": "^0.23.10",
-        "typedoc-github-wiki-theme": "^1.0.1",
         "typedoc-plugin-markdown": "^3.13.4",
         "typescript": "~4.7.4"
     },

+ 0 - 12
pnpm-lock.yaml

@@ -14,7 +14,6 @@ importers:
       eslint-plugin-prettier: ^4.2.1
       prettier: ^2.7.1
       typedoc: ^0.23.10
-      typedoc-github-wiki-theme: ^1.0.1
       typedoc-plugin-markdown: ^3.13.4
       typescript: ~4.7.4
     devDependencies:
@@ -28,7 +27,6 @@ importers:
       eslint-plugin-prettier: 4.2.1_7uxdfn2xinezdgvmbammh6ev5i
       prettier: 2.7.1
       typedoc: 0.23.10_typescript@4.7.4
-      typedoc-github-wiki-theme: 1.0.1_e6antoqkoip4fafe7ecefzcrwu
       typedoc-plugin-markdown: 3.13.4_typedoc@0.23.10
       typescript: 4.7.4
 
@@ -3564,16 +3562,6 @@ packages:
     engines: {node: '>=8'}
     dev: true
 
-  /typedoc-github-wiki-theme/1.0.1_e6antoqkoip4fafe7ecefzcrwu:
-    resolution: {integrity: sha512-FaO7fENGK6IJLpkddbNXxJfNbooF9KBC7xfk7Lj4uqG5SCC7YQFPTLDyNmbpJKO93QEenRYgqBwI5E5d/bKrHw==}
-    peerDependencies:
-      typedoc: '>=0.22.9'
-      typedoc-plugin-markdown: '>=3.11.10'
-    dependencies:
-      typedoc: 0.23.10_typescript@4.7.4
-      typedoc-plugin-markdown: 3.13.4_typedoc@0.23.10
-    dev: true
-
   /typedoc-plugin-markdown/3.13.4_typedoc@0.23.10:
     resolution: {integrity: sha512-E/EBBmu6ARtnbswZGtBVBB/BfukZiGMOlqPc0RXCI/NFitONBahFqbCAF5fKQlijlcfipJj5pw5AMFH3NytrAw==}
     peerDependencies: