@wix/motion 1.0.27 → 1.0.28
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/build/cjs/src/alarm-v1-alarm.types.d.ts +4 -4
- package/build/cjs/src/alarm-v1-alarm.universal.d.ts +4 -4
- package/build/cjs/src/metroinspector-v1-echo.public.d.ts +1 -1
- package/build/cjs/src/metroinspector-v1-echo.types.d.ts +5 -5
- package/build/cjs/src/metroinspector-v1-echo.universal.d.ts +7 -7
- package/build/cjs/src/metroinspector-v1-product.public.d.ts +43 -43
- package/build/cjs/src/metroinspector-v1-product.types.d.ts +241 -241
- package/build/cjs/src/metroinspector-v1-product.universal.d.ts +80 -80
- package/build/es/src/alarm-v1-alarm.types.d.ts +4 -4
- package/build/es/src/alarm-v1-alarm.universal.d.ts +4 -4
- package/build/es/src/metroinspector-v1-echo.public.d.ts +1 -1
- package/build/es/src/metroinspector-v1-echo.types.d.ts +5 -5
- package/build/es/src/metroinspector-v1-echo.universal.d.ts +7 -7
- package/build/es/src/metroinspector-v1-product.public.d.ts +43 -43
- package/build/es/src/metroinspector-v1-product.types.d.ts +241 -241
- package/build/es/src/metroinspector-v1-product.universal.d.ts +80 -80
- package/package.json +2 -2
|
@@ -22,16 +22,16 @@ export interface UpdateAlarmResponse {
|
|
|
22
22
|
alarm?: AlarmMessage;
|
|
23
23
|
}
|
|
24
24
|
export interface AlarmRequestRequiredFields {
|
|
25
|
-
seconds:
|
|
25
|
+
seconds: number;
|
|
26
26
|
}
|
|
27
27
|
export interface UpdateAlarmRequestRequiredFields {
|
|
28
28
|
alarm: {
|
|
29
|
-
id:
|
|
29
|
+
id: string;
|
|
30
30
|
};
|
|
31
31
|
}
|
|
32
32
|
export interface UpdateAlarmResponseNonNullableFields {
|
|
33
33
|
alarm?: {
|
|
34
|
-
id:
|
|
35
|
-
seconds:
|
|
34
|
+
id: string;
|
|
35
|
+
seconds: number;
|
|
36
36
|
};
|
|
37
37
|
}
|
|
@@ -28,17 +28,17 @@ export interface UpdateAlarmResponse {
|
|
|
28
28
|
alarm?: AlarmMessage;
|
|
29
29
|
}
|
|
30
30
|
export interface AlarmRequestRequiredFields {
|
|
31
|
-
seconds:
|
|
31
|
+
seconds: number;
|
|
32
32
|
}
|
|
33
33
|
export interface UpdateAlarmRequestRequiredFields {
|
|
34
34
|
alarm: {
|
|
35
|
-
_id:
|
|
35
|
+
_id: string;
|
|
36
36
|
};
|
|
37
37
|
}
|
|
38
38
|
export interface UpdateAlarmResponseNonNullableFields {
|
|
39
39
|
alarm?: {
|
|
40
|
-
_id:
|
|
41
|
-
seconds:
|
|
40
|
+
_id: string;
|
|
41
|
+
seconds: number;
|
|
42
42
|
};
|
|
43
43
|
}
|
|
44
44
|
/**
|
|
@@ -4,4 +4,4 @@ export declare const __metadata: {
|
|
|
4
4
|
PACKAGE_NAME: string;
|
|
5
5
|
};
|
|
6
6
|
export declare function echo(httpClient: HttpClient): (arg1: string, options?: EchoOptions | undefined) => Promise<string>;
|
|
7
|
-
export { MessageItem, EchoRequest, EchoResponse, Dispatched, EchoRequestRequiredFields, EchoResponseNonNullableFields, EchoOptions, } from './metroinspector-v1-echo.universal';
|
|
7
|
+
export { MessageItem, EchoRequest, EchoResponse, Dispatched, EchoRequestRequiredFields, EchoResponseNonNullableFields, EchoMessage, EchoOptions, } from './metroinspector-v1-echo.universal';
|
|
@@ -30,15 +30,15 @@ export interface Dispatched {
|
|
|
30
30
|
echo?: EchoMessage;
|
|
31
31
|
}
|
|
32
32
|
export interface EchoRequestRequiredFields {
|
|
33
|
-
arg1:
|
|
33
|
+
arg1: string;
|
|
34
34
|
}
|
|
35
35
|
export interface EchoResponseNonNullableFields {
|
|
36
36
|
echoMessage?: {
|
|
37
|
-
message:
|
|
37
|
+
message: string;
|
|
38
38
|
messagesList: {
|
|
39
|
-
innerMessage:
|
|
39
|
+
innerMessage: string;
|
|
40
40
|
}[];
|
|
41
|
-
id:
|
|
41
|
+
id: string;
|
|
42
42
|
};
|
|
43
|
-
message:
|
|
43
|
+
message: string;
|
|
44
44
|
}
|
|
@@ -29,22 +29,22 @@ export interface Dispatched {
|
|
|
29
29
|
echo?: EchoMessage;
|
|
30
30
|
}
|
|
31
31
|
export interface EchoRequestRequiredFields {
|
|
32
|
-
arg1:
|
|
32
|
+
arg1: string;
|
|
33
33
|
}
|
|
34
34
|
export interface EchoResponseNonNullableFields {
|
|
35
35
|
echoMessage?: {
|
|
36
|
-
message:
|
|
36
|
+
message: string;
|
|
37
37
|
messagesList: {
|
|
38
|
-
innerMessage:
|
|
38
|
+
innerMessage: string;
|
|
39
39
|
}[];
|
|
40
|
-
_id:
|
|
40
|
+
_id: string;
|
|
41
41
|
};
|
|
42
|
-
message:
|
|
42
|
+
message: string;
|
|
43
43
|
}
|
|
44
|
-
export
|
|
44
|
+
export interface EchoMessage {
|
|
45
45
|
veloMessage: string;
|
|
46
46
|
id: string;
|
|
47
|
-
}
|
|
47
|
+
}
|
|
48
48
|
/**
|
|
49
49
|
* echo given arg1 and arg2
|
|
50
50
|
* @param arg1 - 1st part of the message
|
|
@@ -4,73 +4,73 @@ export declare const __metadata: {
|
|
|
4
4
|
PACKAGE_NAME: string;
|
|
5
5
|
};
|
|
6
6
|
export declare function createProduct(httpClient: HttpClient): (options?: (CreateProductOptions & CreateProductOptionsRequiredFields) | undefined) => Promise<import("./metroinspector-v1-product.universal").Product & {
|
|
7
|
-
_id:
|
|
8
|
-
collectionId:
|
|
9
|
-
image:
|
|
10
|
-
document:
|
|
11
|
-
video:
|
|
7
|
+
_id: string;
|
|
8
|
+
collectionId: string;
|
|
9
|
+
image: string;
|
|
10
|
+
document: string;
|
|
11
|
+
video: string;
|
|
12
12
|
pageLink?: {
|
|
13
|
-
pageId:
|
|
13
|
+
pageId: string;
|
|
14
14
|
} | undefined;
|
|
15
|
-
audio:
|
|
15
|
+
audio: string;
|
|
16
16
|
variants: {
|
|
17
|
-
name:
|
|
18
|
-
value:
|
|
19
|
-
image:
|
|
17
|
+
name: string;
|
|
18
|
+
value: string;
|
|
19
|
+
image: string;
|
|
20
20
|
}[];
|
|
21
21
|
mainVariant?: {
|
|
22
|
-
name:
|
|
23
|
-
value:
|
|
24
|
-
image:
|
|
22
|
+
name: string;
|
|
23
|
+
value: string;
|
|
24
|
+
image: string;
|
|
25
25
|
} | undefined;
|
|
26
|
-
guid:
|
|
26
|
+
guid: string;
|
|
27
27
|
}>;
|
|
28
28
|
export declare function deleteProduct(httpClient: HttpClient): (productId: string) => Promise<void>;
|
|
29
29
|
export declare function updateProduct(httpClient: HttpClient): (productId: string, options?: (UpdateProductOptions & UpdateProductOptionsRequiredFields) | undefined) => Promise<import("./metroinspector-v1-product.universal").Product & {
|
|
30
|
-
_id:
|
|
31
|
-
collectionId:
|
|
32
|
-
image:
|
|
33
|
-
document:
|
|
34
|
-
video:
|
|
30
|
+
_id: string;
|
|
31
|
+
collectionId: string;
|
|
32
|
+
image: string;
|
|
33
|
+
document: string;
|
|
34
|
+
video: string;
|
|
35
35
|
pageLink?: {
|
|
36
|
-
pageId:
|
|
36
|
+
pageId: string;
|
|
37
37
|
} | undefined;
|
|
38
|
-
audio:
|
|
38
|
+
audio: string;
|
|
39
39
|
variants: {
|
|
40
|
-
name:
|
|
41
|
-
value:
|
|
42
|
-
image:
|
|
40
|
+
name: string;
|
|
41
|
+
value: string;
|
|
42
|
+
image: string;
|
|
43
43
|
}[];
|
|
44
44
|
mainVariant?: {
|
|
45
|
-
name:
|
|
46
|
-
value:
|
|
47
|
-
image:
|
|
45
|
+
name: string;
|
|
46
|
+
value: string;
|
|
47
|
+
image: string;
|
|
48
48
|
} | undefined;
|
|
49
|
-
guid:
|
|
49
|
+
guid: string;
|
|
50
50
|
}>;
|
|
51
51
|
export declare function getProduct(httpClient: HttpClient): (productId: string) => Promise<import("./metroinspector-v1-product.universal").Product & {
|
|
52
|
-
_id:
|
|
53
|
-
collectionId:
|
|
54
|
-
image:
|
|
55
|
-
document:
|
|
56
|
-
video:
|
|
52
|
+
_id: string;
|
|
53
|
+
collectionId: string;
|
|
54
|
+
image: string;
|
|
55
|
+
document: string;
|
|
56
|
+
video: string;
|
|
57
57
|
pageLink?: {
|
|
58
|
-
pageId:
|
|
58
|
+
pageId: string;
|
|
59
59
|
} | undefined;
|
|
60
|
-
audio:
|
|
60
|
+
audio: string;
|
|
61
61
|
variants: {
|
|
62
|
-
name:
|
|
63
|
-
value:
|
|
64
|
-
image:
|
|
62
|
+
name: string;
|
|
63
|
+
value: string;
|
|
64
|
+
image: string;
|
|
65
65
|
}[];
|
|
66
66
|
mainVariant?: {
|
|
67
|
-
name:
|
|
68
|
-
value:
|
|
69
|
-
image:
|
|
67
|
+
name: string;
|
|
68
|
+
value: string;
|
|
69
|
+
image: string;
|
|
70
70
|
} | undefined;
|
|
71
|
-
guid:
|
|
71
|
+
guid: string;
|
|
72
72
|
}>;
|
|
73
73
|
export declare function getProductsStartWith(httpClient: HttpClient): (title: string, options?: GetProductsStartWithOptions | undefined) => Promise<import("./metroinspector-v1-product.universal").GetProductsStartWithResponse & import("./metroinspector-v1-product.universal").GetProductsStartWithResponseNonNullableFields>;
|
|
74
74
|
export declare function queryProducts(httpClient: HttpClient): (options?: QueryProductsOptions | undefined) => import("./metroinspector-v1-product.universal").ProductsQueryBuilder;
|
|
75
75
|
export { SubdivisionType, SortOrder, } from './metroinspector-v1-product.universal';
|
|
76
|
-
export { Address, AddressStreetOneOf, StreetAddress, AddressLocation, Subdivision, VideoResolution, PageLink, Variant, MyAddress, CreateProductRequest, CreateProductResponse, DeleteProductRequest, DeleteProductResponse, UpdateProductRequest, UpdateProductResponse, GetProductRequest, GetProductResponse, GetProductsStartWithRequest, GetProductsStartWithResponse, QueryProductsRequest, QueryV2, QueryV2PagingMethodOneOf, Sorting, Paging, CursorPaging, QueryProductsResponse, PagingMetadataV2, Cursors, CreateProductRequestRequiredFields, CreateProductResponseNonNullableFields, DeleteProductRequestRequiredFields, UpdateProductRequestRequiredFields, UpdateProductResponseNonNullableFields, GetProductRequestRequiredFields, GetProductResponseNonNullableFields, GetProductsStartWithRequestRequiredFields, GetProductsStartWithResponseNonNullableFields, QueryProductsResponseNonNullableFields, CreateProductOptionsRequiredFields, CreateProductOptions, UpdateProductOptionsRequiredFields, UpdateProductOptions, GetProductsStartWithOptions, QueryProductsOptions, ProductsQueryResult, ProductsQueryBuilder, } from './metroinspector-v1-product.universal';
|
|
76
|
+
export { Address, AddressStreetOneOf, StreetAddress, AddressLocation, Subdivision, VideoResolution, PageLink, Variant, MyAddress, CreateProductRequest, CreateProductResponse, DeleteProductRequest, DeleteProductResponse, UpdateProductRequest, UpdateProductResponse, GetProductRequest, GetProductResponse, GetProductsStartWithRequest, GetProductsStartWithResponse, QueryProductsRequest, QueryV2, QueryV2PagingMethodOneOf, Sorting, Paging, CursorPaging, QueryProductsResponse, PagingMetadataV2, Cursors, CreateProductRequestRequiredFields, CreateProductResponseNonNullableFields, DeleteProductRequestRequiredFields, UpdateProductRequestRequiredFields, UpdateProductResponseNonNullableFields, GetProductRequestRequiredFields, GetProductResponseNonNullableFields, GetProductsStartWithRequestRequiredFields, GetProductsStartWithResponseNonNullableFields, QueryProductsResponseNonNullableFields, Product, CreateProductOptionsRequiredFields, CreateProductOptions, UpdateProductOptionsRequiredFields, UpdateProductOptions, GetProductsStartWithOptions, QueryProductsOptions, ProductsQueryResult, ProductsQueryBuilder, } from './metroinspector-v1-product.universal';
|