@wix/analytics-session 1.0.12 → 1.0.13
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/analytics-session",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.13",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"type-bundles"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wix/analytics-session_analytics-session": "1.0.
|
|
21
|
+
"@wix/analytics-session_analytics-session": "1.0.13"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"glob": "^10.4.1",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"fqdn": ""
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
|
-
"falconPackageHash": "
|
|
46
|
+
"falconPackageHash": "32ac35d3f0adaa584181c62399ee6ed8ca0eac36d6ac1178195e76cf"
|
|
47
47
|
}
|
|
@@ -337,14 +337,9 @@ interface MarkSessionAsRecordedSignature {
|
|
|
337
337
|
(sessionId: string): Promise<void>;
|
|
338
338
|
}
|
|
339
339
|
|
|
340
|
-
declare
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
declare const listSessionsAsync: ReturnType<typeof createRESTModule<_publicListSessionsAsyncType>>;
|
|
344
|
-
type _publicGetListSessionsJobResultType = typeof getListSessionsJobResult$1;
|
|
345
|
-
declare const getListSessionsJobResult: ReturnType<typeof createRESTModule<_publicGetListSessionsJobResultType>>;
|
|
346
|
-
type _publicMarkSessionAsRecordedType = typeof markSessionAsRecorded$1;
|
|
347
|
-
declare const markSessionAsRecorded: ReturnType<typeof createRESTModule<_publicMarkSessionAsRecordedType>>;
|
|
340
|
+
declare const listSessionsAsync: BuildRESTFunction<typeof listSessionsAsync$1> & typeof listSessionsAsync$1;
|
|
341
|
+
declare const getListSessionsJobResult: BuildRESTFunction<typeof getListSessionsJobResult$1> & typeof getListSessionsJobResult$1;
|
|
342
|
+
declare const markSessionAsRecorded: BuildRESTFunction<typeof markSessionAsRecorded$1> & typeof markSessionAsRecorded$1;
|
|
348
343
|
|
|
349
344
|
type context_ConversionFunnelSessionsParams = ConversionFunnelSessionsParams;
|
|
350
345
|
type context_CountFunnelSessionsRequest = CountFunnelSessionsRequest;
|
|
@@ -379,14 +374,11 @@ declare const context_PredefinedTimePeriod: typeof PredefinedTimePeriod;
|
|
|
379
374
|
type context_Recordings = Recordings;
|
|
380
375
|
type context_Session = Session;
|
|
381
376
|
type context_SessionsByDeviceParams = SessionsByDeviceParams;
|
|
382
|
-
type context__publicGetListSessionsJobResultType = _publicGetListSessionsJobResultType;
|
|
383
|
-
type context__publicListSessionsAsyncType = _publicListSessionsAsyncType;
|
|
384
|
-
type context__publicMarkSessionAsRecordedType = _publicMarkSessionAsRecordedType;
|
|
385
377
|
declare const context_getListSessionsJobResult: typeof getListSessionsJobResult;
|
|
386
378
|
declare const context_listSessionsAsync: typeof listSessionsAsync;
|
|
387
379
|
declare const context_markSessionAsRecorded: typeof markSessionAsRecorded;
|
|
388
380
|
declare namespace context {
|
|
389
|
-
export { type context_ConversionFunnelSessionsParams as ConversionFunnelSessionsParams, type context_CountFunnelSessionsRequest as CountFunnelSessionsRequest, type context_CountFunnelSessionsRequestPeriodOneOf as CountFunnelSessionsRequestPeriodOneOf, type context_CountFunnelSessionsResponse as CountFunnelSessionsResponse, type context_CountSessionsRequest as CountSessionsRequest, type context_CountSessionsRequestPeriodOneOf as CountSessionsRequestPeriodOneOf, type context_CountSessionsResponse as CountSessionsResponse, type context_CustomTimePeriod as CustomTimePeriod, context_DeviceType as DeviceType, context_FunnelStep as FunnelStep, type context_GetListSessionsJobResultOptions as GetListSessionsJobResultOptions, type context_GetListSessionsJobResultRequest as GetListSessionsJobResultRequest, type context_GetListSessionsJobResultResponse as GetListSessionsJobResultResponse, type context_GetListSessionsJobResultResponseNonNullableFields as GetListSessionsJobResultResponseNonNullableFields, type context_JobResult as JobResult, context_JobStatus as JobStatus, type context_ListSessionsAsyncOptions as ListSessionsAsyncOptions, type context_ListSessionsAsyncRequest as ListSessionsAsyncRequest, type context_ListSessionsAsyncRequestParamsOneOf as ListSessionsAsyncRequestParamsOneOf, type context_ListSessionsAsyncRequestPeriodOneOf as ListSessionsAsyncRequestPeriodOneOf, type context_ListSessionsAsyncResponse as ListSessionsAsyncResponse, type context_ListSessionsAsyncResponseNonNullableFields as ListSessionsAsyncResponseNonNullableFields, type context_MarkSessionAsRecordedRequest as MarkSessionAsRecordedRequest, type context_MarkSessionAsRecordedResponse as MarkSessionAsRecordedResponse, type context_NavigationFlowSessionsParams as NavigationFlowSessionsParams, context_PredefinedTimePeriod as PredefinedTimePeriod, type context_Recordings as Recordings, type context_Session as Session, type context_SessionsByDeviceParams as SessionsByDeviceParams,
|
|
381
|
+
export { type context_ConversionFunnelSessionsParams as ConversionFunnelSessionsParams, type context_CountFunnelSessionsRequest as CountFunnelSessionsRequest, type context_CountFunnelSessionsRequestPeriodOneOf as CountFunnelSessionsRequestPeriodOneOf, type context_CountFunnelSessionsResponse as CountFunnelSessionsResponse, type context_CountSessionsRequest as CountSessionsRequest, type context_CountSessionsRequestPeriodOneOf as CountSessionsRequestPeriodOneOf, type context_CountSessionsResponse as CountSessionsResponse, type context_CustomTimePeriod as CustomTimePeriod, context_DeviceType as DeviceType, context_FunnelStep as FunnelStep, type context_GetListSessionsJobResultOptions as GetListSessionsJobResultOptions, type context_GetListSessionsJobResultRequest as GetListSessionsJobResultRequest, type context_GetListSessionsJobResultResponse as GetListSessionsJobResultResponse, type context_GetListSessionsJobResultResponseNonNullableFields as GetListSessionsJobResultResponseNonNullableFields, type context_JobResult as JobResult, context_JobStatus as JobStatus, type context_ListSessionsAsyncOptions as ListSessionsAsyncOptions, type context_ListSessionsAsyncRequest as ListSessionsAsyncRequest, type context_ListSessionsAsyncRequestParamsOneOf as ListSessionsAsyncRequestParamsOneOf, type context_ListSessionsAsyncRequestPeriodOneOf as ListSessionsAsyncRequestPeriodOneOf, type context_ListSessionsAsyncResponse as ListSessionsAsyncResponse, type context_ListSessionsAsyncResponseNonNullableFields as ListSessionsAsyncResponseNonNullableFields, type context_MarkSessionAsRecordedRequest as MarkSessionAsRecordedRequest, type context_MarkSessionAsRecordedResponse as MarkSessionAsRecordedResponse, type context_NavigationFlowSessionsParams as NavigationFlowSessionsParams, context_PredefinedTimePeriod as PredefinedTimePeriod, type context_Recordings as Recordings, type context_Session as Session, type context_SessionsByDeviceParams as SessionsByDeviceParams, context_getListSessionsJobResult as getListSessionsJobResult, context_listSessionsAsync as listSessionsAsync, context_markSessionAsRecorded as markSessionAsRecorded };
|
|
390
382
|
}
|
|
391
383
|
|
|
392
384
|
export { context as analyticsSession };
|
|
@@ -337,14 +337,9 @@ interface MarkSessionAsRecordedSignature {
|
|
|
337
337
|
(sessionId: string): Promise<void>;
|
|
338
338
|
}
|
|
339
339
|
|
|
340
|
-
declare
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
declare const listSessionsAsync: ReturnType<typeof createRESTModule<_publicListSessionsAsyncType>>;
|
|
344
|
-
type _publicGetListSessionsJobResultType = typeof getListSessionsJobResult$1;
|
|
345
|
-
declare const getListSessionsJobResult: ReturnType<typeof createRESTModule<_publicGetListSessionsJobResultType>>;
|
|
346
|
-
type _publicMarkSessionAsRecordedType = typeof markSessionAsRecorded$1;
|
|
347
|
-
declare const markSessionAsRecorded: ReturnType<typeof createRESTModule<_publicMarkSessionAsRecordedType>>;
|
|
340
|
+
declare const listSessionsAsync: BuildRESTFunction<typeof listSessionsAsync$1> & typeof listSessionsAsync$1;
|
|
341
|
+
declare const getListSessionsJobResult: BuildRESTFunction<typeof getListSessionsJobResult$1> & typeof getListSessionsJobResult$1;
|
|
342
|
+
declare const markSessionAsRecorded: BuildRESTFunction<typeof markSessionAsRecorded$1> & typeof markSessionAsRecorded$1;
|
|
348
343
|
|
|
349
344
|
type index_d_ConversionFunnelSessionsParams = ConversionFunnelSessionsParams;
|
|
350
345
|
type index_d_CountFunnelSessionsRequest = CountFunnelSessionsRequest;
|
|
@@ -379,14 +374,11 @@ declare const index_d_PredefinedTimePeriod: typeof PredefinedTimePeriod;
|
|
|
379
374
|
type index_d_Recordings = Recordings;
|
|
380
375
|
type index_d_Session = Session;
|
|
381
376
|
type index_d_SessionsByDeviceParams = SessionsByDeviceParams;
|
|
382
|
-
type index_d__publicGetListSessionsJobResultType = _publicGetListSessionsJobResultType;
|
|
383
|
-
type index_d__publicListSessionsAsyncType = _publicListSessionsAsyncType;
|
|
384
|
-
type index_d__publicMarkSessionAsRecordedType = _publicMarkSessionAsRecordedType;
|
|
385
377
|
declare const index_d_getListSessionsJobResult: typeof getListSessionsJobResult;
|
|
386
378
|
declare const index_d_listSessionsAsync: typeof listSessionsAsync;
|
|
387
379
|
declare const index_d_markSessionAsRecorded: typeof markSessionAsRecorded;
|
|
388
380
|
declare namespace index_d {
|
|
389
|
-
export { type index_d_ConversionFunnelSessionsParams as ConversionFunnelSessionsParams, type index_d_CountFunnelSessionsRequest as CountFunnelSessionsRequest, type index_d_CountFunnelSessionsRequestPeriodOneOf as CountFunnelSessionsRequestPeriodOneOf, type index_d_CountFunnelSessionsResponse as CountFunnelSessionsResponse, type index_d_CountSessionsRequest as CountSessionsRequest, type index_d_CountSessionsRequestPeriodOneOf as CountSessionsRequestPeriodOneOf, type index_d_CountSessionsResponse as CountSessionsResponse, type index_d_CustomTimePeriod as CustomTimePeriod, index_d_DeviceType as DeviceType, index_d_FunnelStep as FunnelStep, type index_d_GetListSessionsJobResultOptions as GetListSessionsJobResultOptions, type index_d_GetListSessionsJobResultRequest as GetListSessionsJobResultRequest, type index_d_GetListSessionsJobResultResponse as GetListSessionsJobResultResponse, type index_d_GetListSessionsJobResultResponseNonNullableFields as GetListSessionsJobResultResponseNonNullableFields, type index_d_JobResult as JobResult, index_d_JobStatus as JobStatus, type index_d_ListSessionsAsyncOptions as ListSessionsAsyncOptions, type index_d_ListSessionsAsyncRequest as ListSessionsAsyncRequest, type index_d_ListSessionsAsyncRequestParamsOneOf as ListSessionsAsyncRequestParamsOneOf, type index_d_ListSessionsAsyncRequestPeriodOneOf as ListSessionsAsyncRequestPeriodOneOf, type index_d_ListSessionsAsyncResponse as ListSessionsAsyncResponse, type index_d_ListSessionsAsyncResponseNonNullableFields as ListSessionsAsyncResponseNonNullableFields, type index_d_MarkSessionAsRecordedRequest as MarkSessionAsRecordedRequest, type index_d_MarkSessionAsRecordedResponse as MarkSessionAsRecordedResponse, type index_d_NavigationFlowSessionsParams as NavigationFlowSessionsParams, index_d_PredefinedTimePeriod as PredefinedTimePeriod, type index_d_Recordings as Recordings, type index_d_Session as Session, type index_d_SessionsByDeviceParams as SessionsByDeviceParams,
|
|
381
|
+
export { type index_d_ConversionFunnelSessionsParams as ConversionFunnelSessionsParams, type index_d_CountFunnelSessionsRequest as CountFunnelSessionsRequest, type index_d_CountFunnelSessionsRequestPeriodOneOf as CountFunnelSessionsRequestPeriodOneOf, type index_d_CountFunnelSessionsResponse as CountFunnelSessionsResponse, type index_d_CountSessionsRequest as CountSessionsRequest, type index_d_CountSessionsRequestPeriodOneOf as CountSessionsRequestPeriodOneOf, type index_d_CountSessionsResponse as CountSessionsResponse, type index_d_CustomTimePeriod as CustomTimePeriod, index_d_DeviceType as DeviceType, index_d_FunnelStep as FunnelStep, type index_d_GetListSessionsJobResultOptions as GetListSessionsJobResultOptions, type index_d_GetListSessionsJobResultRequest as GetListSessionsJobResultRequest, type index_d_GetListSessionsJobResultResponse as GetListSessionsJobResultResponse, type index_d_GetListSessionsJobResultResponseNonNullableFields as GetListSessionsJobResultResponseNonNullableFields, type index_d_JobResult as JobResult, index_d_JobStatus as JobStatus, type index_d_ListSessionsAsyncOptions as ListSessionsAsyncOptions, type index_d_ListSessionsAsyncRequest as ListSessionsAsyncRequest, type index_d_ListSessionsAsyncRequestParamsOneOf as ListSessionsAsyncRequestParamsOneOf, type index_d_ListSessionsAsyncRequestPeriodOneOf as ListSessionsAsyncRequestPeriodOneOf, type index_d_ListSessionsAsyncResponse as ListSessionsAsyncResponse, type index_d_ListSessionsAsyncResponseNonNullableFields as ListSessionsAsyncResponseNonNullableFields, type index_d_MarkSessionAsRecordedRequest as MarkSessionAsRecordedRequest, type index_d_MarkSessionAsRecordedResponse as MarkSessionAsRecordedResponse, type index_d_NavigationFlowSessionsParams as NavigationFlowSessionsParams, index_d_PredefinedTimePeriod as PredefinedTimePeriod, type index_d_Recordings as Recordings, type index_d_Session as Session, type index_d_SessionsByDeviceParams as SessionsByDeviceParams, index_d_getListSessionsJobResult as getListSessionsJobResult, index_d_listSessionsAsync as listSessionsAsync, index_d_markSessionAsRecorded as markSessionAsRecorded };
|
|
390
382
|
}
|
|
391
383
|
|
|
392
384
|
export { index_d as analyticsSession };
|