@wix/analytics-session 1.0.4 → 1.0.6
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.6",
|
|
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.6"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"glob": "^10.4.1",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"fqdn": ""
|
|
43
43
|
}
|
|
44
44
|
},
|
|
45
|
-
"falconPackageHash": "
|
|
45
|
+
"falconPackageHash": "bf6532fa7f30d6ba7305a6982ec848e5869b32ea6dd4f695230218eb"
|
|
46
46
|
}
|
|
@@ -141,11 +141,11 @@ interface ListSessionsAsyncResponse {
|
|
|
141
141
|
/** Get list sessions job result request. */
|
|
142
142
|
interface GetListSessionsJobResultRequest {
|
|
143
143
|
/** List sessions job ID. */
|
|
144
|
-
jobId
|
|
144
|
+
jobId: string;
|
|
145
145
|
/** Number of items to load. */
|
|
146
|
-
limit
|
|
146
|
+
limit: number;
|
|
147
147
|
/** Number of items to skip in the current sort order. */
|
|
148
|
-
offset
|
|
148
|
+
offset: number;
|
|
149
149
|
}
|
|
150
150
|
/** Get list sessions job result response. */
|
|
151
151
|
interface GetListSessionsJobResultResponse {
|
|
@@ -230,7 +230,7 @@ interface CountSessionsResponse {
|
|
|
230
230
|
/** Mark a browser session as recorded. */
|
|
231
231
|
interface MarkSessionAsRecordedRequest {
|
|
232
232
|
/** Browser session ID. */
|
|
233
|
-
sessionId
|
|
233
|
+
sessionId: string;
|
|
234
234
|
}
|
|
235
235
|
/** Mark a browser session as recorded. */
|
|
236
236
|
interface MarkSessionAsRecordedResponse {
|
|
@@ -260,16 +260,10 @@ interface ListSessionsAsyncOptions extends ListSessionsAsyncRequestPeriodOneOf,
|
|
|
260
260
|
deviceType?: SessionsByDeviceParams;
|
|
261
261
|
}
|
|
262
262
|
interface GetListSessionsJobResultOptions {
|
|
263
|
-
/** List sessions job ID. */
|
|
264
|
-
jobId?: string;
|
|
265
263
|
/** Number of items to load. */
|
|
266
|
-
limit
|
|
264
|
+
limit: number;
|
|
267
265
|
/** Number of items to skip in the current sort order. */
|
|
268
|
-
offset
|
|
269
|
-
}
|
|
270
|
-
interface MarkSessionAsRecordedOptions {
|
|
271
|
-
/** Browser session ID. */
|
|
272
|
-
sessionId?: string;
|
|
266
|
+
offset: number;
|
|
273
267
|
}
|
|
274
268
|
|
|
275
269
|
type RESTFunctionDescriptor<T extends (...args: any[]) => any = (...args: any[]) => any> = (httpClient: HttpClient) => T;
|
|
@@ -337,7 +331,6 @@ type context_ListSessionsAsyncRequestParamsOneOf = ListSessionsAsyncRequestParam
|
|
|
337
331
|
type context_ListSessionsAsyncRequestPeriodOneOf = ListSessionsAsyncRequestPeriodOneOf;
|
|
338
332
|
type context_ListSessionsAsyncResponse = ListSessionsAsyncResponse;
|
|
339
333
|
type context_ListSessionsAsyncResponseNonNullableFields = ListSessionsAsyncResponseNonNullableFields;
|
|
340
|
-
type context_MarkSessionAsRecordedOptions = MarkSessionAsRecordedOptions;
|
|
341
334
|
type context_MarkSessionAsRecordedRequest = MarkSessionAsRecordedRequest;
|
|
342
335
|
type context_MarkSessionAsRecordedResponse = MarkSessionAsRecordedResponse;
|
|
343
336
|
type context_NavigationFlowSessionsParams = NavigationFlowSessionsParams;
|
|
@@ -350,7 +343,7 @@ declare const context_getListSessionsJobResult: typeof getListSessionsJobResult;
|
|
|
350
343
|
declare const context_listSessionsAsync: typeof listSessionsAsync;
|
|
351
344
|
declare const context_markSessionAsRecorded: typeof markSessionAsRecorded;
|
|
352
345
|
declare namespace context {
|
|
353
|
-
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
|
|
346
|
+
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 };
|
|
354
347
|
}
|
|
355
348
|
|
|
356
349
|
export { context as analyticsSession };
|
|
@@ -141,11 +141,11 @@ interface ListSessionsAsyncResponse {
|
|
|
141
141
|
/** Get list sessions job result request. */
|
|
142
142
|
interface GetListSessionsJobResultRequest {
|
|
143
143
|
/** List sessions job ID. */
|
|
144
|
-
jobId
|
|
144
|
+
jobId: string;
|
|
145
145
|
/** Number of items to load. */
|
|
146
|
-
limit
|
|
146
|
+
limit: number;
|
|
147
147
|
/** Number of items to skip in the current sort order. */
|
|
148
|
-
offset
|
|
148
|
+
offset: number;
|
|
149
149
|
}
|
|
150
150
|
/** Get list sessions job result response. */
|
|
151
151
|
interface GetListSessionsJobResultResponse {
|
|
@@ -230,7 +230,7 @@ interface CountSessionsResponse {
|
|
|
230
230
|
/** Mark a browser session as recorded. */
|
|
231
231
|
interface MarkSessionAsRecordedRequest {
|
|
232
232
|
/** Browser session ID. */
|
|
233
|
-
sessionId
|
|
233
|
+
sessionId: string;
|
|
234
234
|
}
|
|
235
235
|
/** Mark a browser session as recorded. */
|
|
236
236
|
interface MarkSessionAsRecordedResponse {
|
|
@@ -260,16 +260,10 @@ interface ListSessionsAsyncOptions extends ListSessionsAsyncRequestPeriodOneOf,
|
|
|
260
260
|
deviceType?: SessionsByDeviceParams;
|
|
261
261
|
}
|
|
262
262
|
interface GetListSessionsJobResultOptions {
|
|
263
|
-
/** List sessions job ID. */
|
|
264
|
-
jobId?: string;
|
|
265
263
|
/** Number of items to load. */
|
|
266
|
-
limit
|
|
264
|
+
limit: number;
|
|
267
265
|
/** Number of items to skip in the current sort order. */
|
|
268
|
-
offset
|
|
269
|
-
}
|
|
270
|
-
interface MarkSessionAsRecordedOptions {
|
|
271
|
-
/** Browser session ID. */
|
|
272
|
-
sessionId?: string;
|
|
266
|
+
offset: number;
|
|
273
267
|
}
|
|
274
268
|
|
|
275
269
|
type RESTFunctionDescriptor<T extends (...args: any[]) => any = (...args: any[]) => any> = (httpClient: HttpClient) => T;
|
|
@@ -337,7 +331,6 @@ type index_d_ListSessionsAsyncRequestParamsOneOf = ListSessionsAsyncRequestParam
|
|
|
337
331
|
type index_d_ListSessionsAsyncRequestPeriodOneOf = ListSessionsAsyncRequestPeriodOneOf;
|
|
338
332
|
type index_d_ListSessionsAsyncResponse = ListSessionsAsyncResponse;
|
|
339
333
|
type index_d_ListSessionsAsyncResponseNonNullableFields = ListSessionsAsyncResponseNonNullableFields;
|
|
340
|
-
type index_d_MarkSessionAsRecordedOptions = MarkSessionAsRecordedOptions;
|
|
341
334
|
type index_d_MarkSessionAsRecordedRequest = MarkSessionAsRecordedRequest;
|
|
342
335
|
type index_d_MarkSessionAsRecordedResponse = MarkSessionAsRecordedResponse;
|
|
343
336
|
type index_d_NavigationFlowSessionsParams = NavigationFlowSessionsParams;
|
|
@@ -350,7 +343,7 @@ declare const index_d_getListSessionsJobResult: typeof getListSessionsJobResult;
|
|
|
350
343
|
declare const index_d_listSessionsAsync: typeof listSessionsAsync;
|
|
351
344
|
declare const index_d_markSessionAsRecorded: typeof markSessionAsRecorded;
|
|
352
345
|
declare namespace index_d {
|
|
353
|
-
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
|
|
346
|
+
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 };
|
|
354
347
|
}
|
|
355
348
|
|
|
356
349
|
export { index_d as analyticsSession };
|
|
@@ -137,11 +137,11 @@ interface ListSessionsAsyncResponse$1 {
|
|
|
137
137
|
/** Get list sessions job result request. */
|
|
138
138
|
interface GetListSessionsJobResultRequest$1 {
|
|
139
139
|
/** List sessions job ID. */
|
|
140
|
-
jobId
|
|
140
|
+
jobId: string;
|
|
141
141
|
/** Number of items to load. */
|
|
142
|
-
limit
|
|
142
|
+
limit: number;
|
|
143
143
|
/** Number of items to skip in the current sort order. */
|
|
144
|
-
offset
|
|
144
|
+
offset: number;
|
|
145
145
|
}
|
|
146
146
|
/** Get list sessions job result response. */
|
|
147
147
|
interface GetListSessionsJobResultResponse$1 {
|
|
@@ -171,7 +171,7 @@ declare enum JobStatus$1 {
|
|
|
171
171
|
/** Mark a browser session as recorded. */
|
|
172
172
|
interface MarkSessionAsRecordedRequest$1 {
|
|
173
173
|
/** Browser session ID. */
|
|
174
|
-
sessionId
|
|
174
|
+
sessionId: string;
|
|
175
175
|
}
|
|
176
176
|
/** Mark a browser session as recorded. */
|
|
177
177
|
interface MarkSessionAsRecordedResponse$1 {
|
|
@@ -326,11 +326,11 @@ interface ListSessionsAsyncResponse {
|
|
|
326
326
|
/** Get list sessions job result request. */
|
|
327
327
|
interface GetListSessionsJobResultRequest {
|
|
328
328
|
/** List sessions job ID. */
|
|
329
|
-
jobId
|
|
329
|
+
jobId: string;
|
|
330
330
|
/** Number of items to load. */
|
|
331
|
-
limit
|
|
331
|
+
limit: number;
|
|
332
332
|
/** Number of items to skip in the current sort order. */
|
|
333
|
-
offset
|
|
333
|
+
offset: number;
|
|
334
334
|
}
|
|
335
335
|
/** Get list sessions job result response. */
|
|
336
336
|
interface GetListSessionsJobResultResponse {
|
|
@@ -360,7 +360,7 @@ declare enum JobStatus {
|
|
|
360
360
|
/** Mark a browser session as recorded. */
|
|
361
361
|
interface MarkSessionAsRecordedRequest {
|
|
362
362
|
/** Browser session ID. */
|
|
363
|
-
sessionId
|
|
363
|
+
sessionId: string;
|
|
364
364
|
}
|
|
365
365
|
/** Mark a browser session as recorded. */
|
|
366
366
|
interface MarkSessionAsRecordedResponse {
|