@threekit/analytics
Advanced tools
Comparing version 0.1.99 to 0.1.100
@@ -49,3 +49,3 @@ import { ARStage, type AssetOption, Configuration, type Context, OptionInteractionType, OptionsType, PlayerType, type QuizOption, ShareType, type ThreekitAuthProps, type ValueOption, VisualInteractionType } from '@threekit/rest-api'; | ||
}): void; | ||
load({ playerType, loadDuration, downloadDuration, parseDuration, prefetch, loadOptions, downloadSize, assetId, configuration, componentId }: { | ||
load({ playerType, loadDuration, downloadDuration, parseDuration, prefetch, loadOptions, downloadSize, assetId, configuration, componentId, partialLoad }: { | ||
playerType: PlayerType; | ||
@@ -58,2 +58,3 @@ loadDuration: number; | ||
downloadSize?: number; | ||
partialLoad?: boolean; | ||
assetId?: string; | ||
@@ -60,0 +61,0 @@ configuration?: Configuration; |
@@ -175,3 +175,3 @@ import { errorToString } from '@threekit/diagnostics'; | ||
} | ||
load({ playerType, loadDuration, downloadDuration, parseDuration, prefetch, loadOptions, downloadSize, assetId, configuration, componentId }) { | ||
load({ playerType, loadDuration, downloadDuration, parseDuration, prefetch, loadOptions, downloadSize, assetId, configuration, componentId, partialLoad }) { | ||
this.tryCatchBlock(() => { | ||
@@ -193,2 +193,3 @@ const event = { | ||
loadOptions, | ||
partialLoad, | ||
downloadSize | ||
@@ -195,0 +196,0 @@ }; |
{ | ||
"name": "@threekit/analytics", | ||
"version": "0.1.99", | ||
"version": "0.1.100", | ||
"type": "module", | ||
@@ -9,7 +9,7 @@ "main": "dist/index.js", | ||
"@threekit/diagnostics": "*", | ||
"@threekit/rest-api": "^0.1.98", | ||
"@threekit/rest-api": "^0.1.100", | ||
"uuid": "^9.0.1" | ||
}, | ||
"sideEffects": false, | ||
"gitHead": "fc9099d04a10ecf869048aabb6ddcd205a6e1e33" | ||
"gitHead": "f727af2db12be01e1e339eff3128e7f91aac0c6b" | ||
} |
@@ -283,3 +283,4 @@ import { errorToString } from '@threekit/diagnostics'; | ||
configuration, | ||
componentId | ||
componentId, | ||
partialLoad | ||
}: { | ||
@@ -293,2 +294,3 @@ playerType: PlayerType; | ||
downloadSize?: number; | ||
partialLoad?: boolean; | ||
assetId?: string; | ||
@@ -316,2 +318,3 @@ configuration?: Configuration; | ||
loadOptions, | ||
partialLoad, | ||
downloadSize | ||
@@ -318,0 +321,0 @@ }; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
191821
1983
Updated@threekit/rest-api@^0.1.100