@wix/sdk-types 1.17.0 → 1.17.2
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.
|
@@ -155,9 +155,15 @@ type EventIdentity = {
|
|
|
155
155
|
wixUserId: string;
|
|
156
156
|
appId: string;
|
|
157
157
|
};
|
|
158
|
+
type AccountInfo = {
|
|
159
|
+
accountId: string;
|
|
160
|
+
parentAccountId?: string;
|
|
161
|
+
siteId?: string;
|
|
162
|
+
};
|
|
158
163
|
type BaseEventMetadata = {
|
|
159
164
|
instanceId: string;
|
|
160
165
|
identity?: EventIdentity;
|
|
166
|
+
accountInfo?: AccountInfo;
|
|
161
167
|
};
|
|
162
168
|
type EventDefinition<Payload = unknown, Type extends string = string> = {
|
|
163
169
|
__type: 'event-definition';
|
|
@@ -888,4 +894,4 @@ type Query<Entity, Spec extends QuerySpec> = {
|
|
|
888
894
|
sort?: Sorting<Spec>[];
|
|
889
895
|
} & Partial<Paging<Spec>>;
|
|
890
896
|
|
|
891
|
-
export { type APIMetadata, type AmbassadorFactory, type AmbassadorFunctionDescriptor, type AmbassadorRequestOptions, type AuthenticationStrategy, type BaseEventMetadata, type BoundAuthenticationStrategy, type BuildAmbassadorFunction, type BuildDescriptors, type BuildEventDefinition, type BuildRESTFunction, type BuildServicePluginDefinition, type Descriptors, EventDefinition, type EventHandler, type EventIdentity, type ExposeFieldsBasedOnToggle, type Filter, type FilterableFields, type GetNestedType, type HTTPMethod, type Host, type HostModule, type HostModuleAPI, type HttpClient, type HttpResponse, type MaybeContext, type Method, type MigrationOptions, type NonNullablePaths, type PublicMetadata, type Query, type QuerySpec, type RESTFunctionDescriptor, type RequestContext, type RequestOptions, type RequestOptionsFactory, type RestModuleMeta, SERVICE_PLUGIN_ERROR_TYPE, SORT_CAPABILITIES, SORT_DIRECTIONS, type Search, type SearchSpec, type ServicePluginContract, ServicePluginDefinition, type ServicePluginMethodInput, type ServicePluginMethodMetadata, type SortCapability, type SortOrder, type Sorting, type WQL, type WQLSpec };
|
|
897
|
+
export { type APIMetadata, type AccountInfo, type AmbassadorFactory, type AmbassadorFunctionDescriptor, type AmbassadorRequestOptions, type AuthenticationStrategy, type BaseEventMetadata, type BoundAuthenticationStrategy, type BuildAmbassadorFunction, type BuildDescriptors, type BuildEventDefinition, type BuildRESTFunction, type BuildServicePluginDefinition, type Descriptors, EventDefinition, type EventHandler, type EventIdentity, type ExposeFieldsBasedOnToggle, type Filter, type FilterableFields, type GetNestedType, type HTTPMethod, type Host, type HostModule, type HostModuleAPI, type HttpClient, type HttpResponse, type MaybeContext, type Method, type MigrationOptions, type NonNullablePaths, type PublicMetadata, type Query, type QuerySpec, type RESTFunctionDescriptor, type RequestContext, type RequestOptions, type RequestOptionsFactory, type RestModuleMeta, SERVICE_PLUGIN_ERROR_TYPE, SORT_CAPABILITIES, SORT_DIRECTIONS, type Search, type SearchSpec, type ServicePluginContract, ServicePluginDefinition, type ServicePluginMethodInput, type ServicePluginMethodMetadata, type SortCapability, type SortOrder, type Sorting, type WQL, type WQLSpec };
|
package/build/index.d.mts
CHANGED
|
@@ -155,9 +155,15 @@ type EventIdentity = {
|
|
|
155
155
|
wixUserId: string;
|
|
156
156
|
appId: string;
|
|
157
157
|
};
|
|
158
|
+
type AccountInfo = {
|
|
159
|
+
accountId: string;
|
|
160
|
+
parentAccountId?: string;
|
|
161
|
+
siteId?: string;
|
|
162
|
+
};
|
|
158
163
|
type BaseEventMetadata = {
|
|
159
164
|
instanceId: string;
|
|
160
165
|
identity?: EventIdentity;
|
|
166
|
+
accountInfo?: AccountInfo;
|
|
161
167
|
};
|
|
162
168
|
type EventDefinition<Payload = unknown, Type extends string = string> = {
|
|
163
169
|
__type: 'event-definition';
|
|
@@ -888,4 +894,4 @@ type Query<Entity, Spec extends QuerySpec> = {
|
|
|
888
894
|
sort?: Sorting<Spec>[];
|
|
889
895
|
} & Partial<Paging<Spec>>;
|
|
890
896
|
|
|
891
|
-
export { type APIMetadata, type AmbassadorFactory, type AmbassadorFunctionDescriptor, type AmbassadorRequestOptions, type AuthenticationStrategy, type BaseEventMetadata, type BoundAuthenticationStrategy, type BuildAmbassadorFunction, type BuildDescriptors, type BuildEventDefinition, type BuildRESTFunction, type BuildServicePluginDefinition, type Descriptors, EventDefinition, type EventHandler, type EventIdentity, type ExposeFieldsBasedOnToggle, type Filter, type FilterableFields, type GetNestedType, type HTTPMethod, type Host, type HostModule, type HostModuleAPI, type HttpClient, type HttpResponse, type MaybeContext, type Method, type MigrationOptions, type NonNullablePaths, type PublicMetadata, type Query, type QuerySpec, type RESTFunctionDescriptor, type RequestContext, type RequestOptions, type RequestOptionsFactory, type RestModuleMeta, SERVICE_PLUGIN_ERROR_TYPE, SORT_CAPABILITIES, SORT_DIRECTIONS, type Search, type SearchSpec, type ServicePluginContract, ServicePluginDefinition, type ServicePluginMethodInput, type ServicePluginMethodMetadata, type SortCapability, type SortOrder, type Sorting, type WQL, type WQLSpec };
|
|
897
|
+
export { type APIMetadata, type AccountInfo, type AmbassadorFactory, type AmbassadorFunctionDescriptor, type AmbassadorRequestOptions, type AuthenticationStrategy, type BaseEventMetadata, type BoundAuthenticationStrategy, type BuildAmbassadorFunction, type BuildDescriptors, type BuildEventDefinition, type BuildRESTFunction, type BuildServicePluginDefinition, type Descriptors, EventDefinition, type EventHandler, type EventIdentity, type ExposeFieldsBasedOnToggle, type Filter, type FilterableFields, type GetNestedType, type HTTPMethod, type Host, type HostModule, type HostModuleAPI, type HttpClient, type HttpResponse, type MaybeContext, type Method, type MigrationOptions, type NonNullablePaths, type PublicMetadata, type Query, type QuerySpec, type RESTFunctionDescriptor, type RequestContext, type RequestOptions, type RequestOptionsFactory, type RestModuleMeta, SERVICE_PLUGIN_ERROR_TYPE, SORT_CAPABILITIES, SORT_DIRECTIONS, type Search, type SearchSpec, type ServicePluginContract, ServicePluginDefinition, type ServicePluginMethodInput, type ServicePluginMethodMetadata, type SortCapability, type SortOrder, type Sorting, type WQL, type WQLSpec };
|
package/build/index.d.ts
CHANGED
|
@@ -155,9 +155,15 @@ type EventIdentity = {
|
|
|
155
155
|
wixUserId: string;
|
|
156
156
|
appId: string;
|
|
157
157
|
};
|
|
158
|
+
type AccountInfo = {
|
|
159
|
+
accountId: string;
|
|
160
|
+
parentAccountId?: string;
|
|
161
|
+
siteId?: string;
|
|
162
|
+
};
|
|
158
163
|
type BaseEventMetadata = {
|
|
159
164
|
instanceId: string;
|
|
160
165
|
identity?: EventIdentity;
|
|
166
|
+
accountInfo?: AccountInfo;
|
|
161
167
|
};
|
|
162
168
|
type EventDefinition<Payload = unknown, Type extends string = string> = {
|
|
163
169
|
__type: 'event-definition';
|
|
@@ -888,4 +894,4 @@ type Query<Entity, Spec extends QuerySpec> = {
|
|
|
888
894
|
sort?: Sorting<Spec>[];
|
|
889
895
|
} & Partial<Paging<Spec>>;
|
|
890
896
|
|
|
891
|
-
export { type APIMetadata, type AmbassadorFactory, type AmbassadorFunctionDescriptor, type AmbassadorRequestOptions, type AuthenticationStrategy, type BaseEventMetadata, type BoundAuthenticationStrategy, type BuildAmbassadorFunction, type BuildDescriptors, type BuildEventDefinition, type BuildRESTFunction, type BuildServicePluginDefinition, type Descriptors, EventDefinition, type EventHandler, type EventIdentity, type ExposeFieldsBasedOnToggle, type Filter, type FilterableFields, type GetNestedType, type HTTPMethod, type Host, type HostModule, type HostModuleAPI, type HttpClient, type HttpResponse, type MaybeContext, type Method, type MigrationOptions, type NonNullablePaths, type PublicMetadata, type Query, type QuerySpec, type RESTFunctionDescriptor, type RequestContext, type RequestOptions, type RequestOptionsFactory, type RestModuleMeta, SERVICE_PLUGIN_ERROR_TYPE, SORT_CAPABILITIES, SORT_DIRECTIONS, type Search, type SearchSpec, type ServicePluginContract, ServicePluginDefinition, type ServicePluginMethodInput, type ServicePluginMethodMetadata, type SortCapability, type SortOrder, type Sorting, type WQL, type WQLSpec };
|
|
897
|
+
export { type APIMetadata, type AccountInfo, type AmbassadorFactory, type AmbassadorFunctionDescriptor, type AmbassadorRequestOptions, type AuthenticationStrategy, type BaseEventMetadata, type BoundAuthenticationStrategy, type BuildAmbassadorFunction, type BuildDescriptors, type BuildEventDefinition, type BuildRESTFunction, type BuildServicePluginDefinition, type Descriptors, EventDefinition, type EventHandler, type EventIdentity, type ExposeFieldsBasedOnToggle, type Filter, type FilterableFields, type GetNestedType, type HTTPMethod, type Host, type HostModule, type HostModuleAPI, type HttpClient, type HttpResponse, type MaybeContext, type Method, type MigrationOptions, type NonNullablePaths, type PublicMetadata, type Query, type QuerySpec, type RESTFunctionDescriptor, type RequestContext, type RequestOptions, type RequestOptionsFactory, type RestModuleMeta, SERVICE_PLUGIN_ERROR_TYPE, SORT_CAPABILITIES, SORT_DIRECTIONS, type Search, type SearchSpec, type ServicePluginContract, ServicePluginDefinition, type ServicePluginMethodInput, type ServicePluginMethodMetadata, type SortCapability, type SortOrder, type Sorting, type WQL, type WQLSpec };
|
|
@@ -213,9 +213,15 @@ type EventIdentity = {
|
|
|
213
213
|
wixUserId: string;
|
|
214
214
|
appId: string;
|
|
215
215
|
};
|
|
216
|
+
type AccountInfo = {
|
|
217
|
+
accountId: string;
|
|
218
|
+
parentAccountId?: string;
|
|
219
|
+
siteId?: string;
|
|
220
|
+
};
|
|
216
221
|
type BaseEventMetadata = {
|
|
217
222
|
instanceId: string;
|
|
218
223
|
identity?: EventIdentity;
|
|
224
|
+
accountInfo?: AccountInfo;
|
|
219
225
|
};
|
|
220
226
|
type EventDefinition<Payload = unknown, Type extends string = string> = {
|
|
221
227
|
__type: 'event-definition';
|
|
@@ -946,4 +952,4 @@ type Query<Entity, Spec extends QuerySpec> = {
|
|
|
946
952
|
sort?: Sorting<Spec>[];
|
|
947
953
|
} & Partial<Paging<Spec>>;
|
|
948
954
|
|
|
949
|
-
export { type APIMetadata, type AmbassadorFactory, type AmbassadorFunctionDescriptor, type AmbassadorRequestOptions, type AuthenticationStrategy, type BaseEventMetadata, type BoundAuthenticationStrategy, type BuildAmbassadorFunction, type BuildDescriptors, type BuildEventDefinition, type BuildRESTFunction, type BuildServicePluginDefinition, type Descriptors, EventDefinition, type EventHandler, type EventIdentity, type ExposeFieldsBasedOnToggle, type Filter, type FilterableFields, type GetNestedType, type HTTPMethod, type Host, type HostModule, type HostModuleAPI, type HttpClient, type HttpResponse, type MaybeContext, type Method, type MigrationOptions, type NonNullablePaths, type PublicMetadata, type Query, type QuerySpec, type RESTFunctionDescriptor, type RequestContext, type RequestOptions, type RequestOptionsFactory, type RestModuleMeta, SERVICE_PLUGIN_ERROR_TYPE, SORT_CAPABILITIES, SORT_DIRECTIONS, type Search, type SearchSpec, type ServicePluginContract, ServicePluginDefinition, type ServicePluginMethodInput, type ServicePluginMethodMetadata, type SortCapability, type SortOrder, type Sorting, type WQL, type WQLSpec };
|
|
955
|
+
export { type APIMetadata, type AccountInfo, type AmbassadorFactory, type AmbassadorFunctionDescriptor, type AmbassadorRequestOptions, type AuthenticationStrategy, type BaseEventMetadata, type BoundAuthenticationStrategy, type BuildAmbassadorFunction, type BuildDescriptors, type BuildEventDefinition, type BuildRESTFunction, type BuildServicePluginDefinition, type Descriptors, EventDefinition, type EventHandler, type EventIdentity, type ExposeFieldsBasedOnToggle, type Filter, type FilterableFields, type GetNestedType, type HTTPMethod, type Host, type HostModule, type HostModuleAPI, type HttpClient, type HttpResponse, type MaybeContext, type Method, type MigrationOptions, type NonNullablePaths, type PublicMetadata, type Query, type QuerySpec, type RESTFunctionDescriptor, type RequestContext, type RequestOptions, type RequestOptionsFactory, type RestModuleMeta, SERVICE_PLUGIN_ERROR_TYPE, SORT_CAPABILITIES, SORT_DIRECTIONS, type Search, type SearchSpec, type ServicePluginContract, ServicePluginDefinition, type ServicePluginMethodInput, type ServicePluginMethodMetadata, type SortCapability, type SortOrder, type Sorting, type WQL, type WQLSpec };
|
|
@@ -213,9 +213,15 @@ type EventIdentity = {
|
|
|
213
213
|
wixUserId: string;
|
|
214
214
|
appId: string;
|
|
215
215
|
};
|
|
216
|
+
type AccountInfo = {
|
|
217
|
+
accountId: string;
|
|
218
|
+
parentAccountId?: string;
|
|
219
|
+
siteId?: string;
|
|
220
|
+
};
|
|
216
221
|
type BaseEventMetadata = {
|
|
217
222
|
instanceId: string;
|
|
218
223
|
identity?: EventIdentity;
|
|
224
|
+
accountInfo?: AccountInfo;
|
|
219
225
|
};
|
|
220
226
|
type EventDefinition<Payload = unknown, Type extends string = string> = {
|
|
221
227
|
__type: 'event-definition';
|
|
@@ -946,4 +952,4 @@ type Query<Entity, Spec extends QuerySpec> = {
|
|
|
946
952
|
sort?: Sorting<Spec>[];
|
|
947
953
|
} & Partial<Paging<Spec>>;
|
|
948
954
|
|
|
949
|
-
export { type APIMetadata, type AmbassadorFactory, type AmbassadorFunctionDescriptor, type AmbassadorRequestOptions, type AuthenticationStrategy, type BaseEventMetadata, type BoundAuthenticationStrategy, type BuildAmbassadorFunction, type BuildDescriptors, type BuildEventDefinition, type BuildRESTFunction, type BuildServicePluginDefinition, type Descriptors, EventDefinition, type EventHandler, type EventIdentity, type ExposeFieldsBasedOnToggle, type Filter, type FilterableFields, type GetNestedType, type HTTPMethod, type Host, type HostModule, type HostModuleAPI, type HttpClient, type HttpResponse, type MaybeContext, type Method, type MigrationOptions, type NonNullablePaths, type PublicMetadata, type Query, type QuerySpec, type RESTFunctionDescriptor, type RequestContext, type RequestOptions, type RequestOptionsFactory, type RestModuleMeta, SERVICE_PLUGIN_ERROR_TYPE, SORT_CAPABILITIES, SORT_DIRECTIONS, type Search, type SearchSpec, type ServicePluginContract, ServicePluginDefinition, type ServicePluginMethodInput, type ServicePluginMethodMetadata, type SortCapability, type SortOrder, type Sorting, type WQL, type WQLSpec };
|
|
955
|
+
export { type APIMetadata, type AccountInfo, type AmbassadorFactory, type AmbassadorFunctionDescriptor, type AmbassadorRequestOptions, type AuthenticationStrategy, type BaseEventMetadata, type BoundAuthenticationStrategy, type BuildAmbassadorFunction, type BuildDescriptors, type BuildEventDefinition, type BuildRESTFunction, type BuildServicePluginDefinition, type Descriptors, EventDefinition, type EventHandler, type EventIdentity, type ExposeFieldsBasedOnToggle, type Filter, type FilterableFields, type GetNestedType, type HTTPMethod, type Host, type HostModule, type HostModuleAPI, type HttpClient, type HttpResponse, type MaybeContext, type Method, type MigrationOptions, type NonNullablePaths, type PublicMetadata, type Query, type QuerySpec, type RESTFunctionDescriptor, type RequestContext, type RequestOptions, type RequestOptionsFactory, type RestModuleMeta, SERVICE_PLUGIN_ERROR_TYPE, SORT_CAPABILITIES, SORT_DIRECTIONS, type Search, type SearchSpec, type ServicePluginContract, ServicePluginDefinition, type ServicePluginMethodInput, type ServicePluginMethodMetadata, type SortCapability, type SortOrder, type Sorting, type WQL, type WQLSpec };
|
|
@@ -213,9 +213,15 @@ type EventIdentity = {
|
|
|
213
213
|
wixUserId: string;
|
|
214
214
|
appId: string;
|
|
215
215
|
};
|
|
216
|
+
type AccountInfo = {
|
|
217
|
+
accountId: string;
|
|
218
|
+
parentAccountId?: string;
|
|
219
|
+
siteId?: string;
|
|
220
|
+
};
|
|
216
221
|
type BaseEventMetadata = {
|
|
217
222
|
instanceId: string;
|
|
218
223
|
identity?: EventIdentity;
|
|
224
|
+
accountInfo?: AccountInfo;
|
|
219
225
|
};
|
|
220
226
|
type EventDefinition<Payload = unknown, Type extends string = string> = {
|
|
221
227
|
__type: 'event-definition';
|
|
@@ -946,4 +952,4 @@ type Query<Entity, Spec extends QuerySpec> = {
|
|
|
946
952
|
sort?: Sorting<Spec>[];
|
|
947
953
|
} & Partial<Paging<Spec>>;
|
|
948
954
|
|
|
949
|
-
export { type APIMetadata, type AmbassadorFactory, type AmbassadorFunctionDescriptor, type AmbassadorRequestOptions, type AuthenticationStrategy, type BaseEventMetadata, type BoundAuthenticationStrategy, type BuildAmbassadorFunction, type BuildDescriptors, type BuildEventDefinition, type BuildRESTFunction, type BuildServicePluginDefinition, type Descriptors, EventDefinition, type EventHandler, type EventIdentity, type ExposeFieldsBasedOnToggle, type Filter, type FilterableFields, type GetNestedType, type HTTPMethod, type Host, type HostModule, type HostModuleAPI, type HttpClient, type HttpResponse, type MaybeContext, type Method, type MigrationOptions, type NonNullablePaths, type PublicMetadata, type Query, type QuerySpec, type RESTFunctionDescriptor, type RequestContext, type RequestOptions, type RequestOptionsFactory, type RestModuleMeta, SERVICE_PLUGIN_ERROR_TYPE, SORT_CAPABILITIES, SORT_DIRECTIONS, type Search, type SearchSpec, type ServicePluginContract, ServicePluginDefinition, type ServicePluginMethodInput, type ServicePluginMethodMetadata, type SortCapability, type SortOrder, type Sorting, type WQL, type WQLSpec };
|
|
955
|
+
export { type APIMetadata, type AccountInfo, type AmbassadorFactory, type AmbassadorFunctionDescriptor, type AmbassadorRequestOptions, type AuthenticationStrategy, type BaseEventMetadata, type BoundAuthenticationStrategy, type BuildAmbassadorFunction, type BuildDescriptors, type BuildEventDefinition, type BuildRESTFunction, type BuildServicePluginDefinition, type Descriptors, EventDefinition, type EventHandler, type EventIdentity, type ExposeFieldsBasedOnToggle, type Filter, type FilterableFields, type GetNestedType, type HTTPMethod, type Host, type HostModule, type HostModuleAPI, type HttpClient, type HttpResponse, type MaybeContext, type Method, type MigrationOptions, type NonNullablePaths, type PublicMetadata, type Query, type QuerySpec, type RESTFunctionDescriptor, type RequestContext, type RequestOptions, type RequestOptionsFactory, type RestModuleMeta, SERVICE_PLUGIN_ERROR_TYPE, SORT_CAPABILITIES, SORT_DIRECTIONS, type Search, type SearchSpec, type ServicePluginContract, ServicePluginDefinition, type ServicePluginMethodInput, type ServicePluginMethodMetadata, type SortCapability, type SortOrder, type Sorting, type WQL, type WQLSpec };
|
package/package.json
CHANGED
|
@@ -1,34 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/sdk-types",
|
|
3
|
-
"
|
|
4
|
-
"version": "1.17.0",
|
|
3
|
+
"version": "1.17.2",
|
|
5
4
|
"author": {
|
|
6
5
|
"name": "Ronny Ringel",
|
|
7
6
|
"email": "ronnyr@wix.com"
|
|
8
7
|
},
|
|
9
|
-
"main": "build/index.js",
|
|
10
|
-
"module": "build/index.mjs",
|
|
11
8
|
"browser": "build/browser/index.mjs",
|
|
12
|
-
"sideEffects": false,
|
|
13
|
-
"types": "build/index.d.ts",
|
|
14
|
-
"files": [
|
|
15
|
-
"build",
|
|
16
|
-
"internal",
|
|
17
|
-
"client"
|
|
18
|
-
],
|
|
19
|
-
"publishConfig": {
|
|
20
|
-
"registry": "https://registry.npmjs.org/",
|
|
21
|
-
"access": "public"
|
|
22
|
-
},
|
|
23
|
-
"scripts": {
|
|
24
|
-
"build": "tsup",
|
|
25
|
-
"test": "tsc --noEmit && vitest run",
|
|
26
|
-
"lint": "eslint --max-warnings=0 .",
|
|
27
|
-
"typecheck": "tsc --noEmit"
|
|
28
|
-
},
|
|
29
|
-
"lint-staged": {
|
|
30
|
-
"*.{js,ts}": "yarn lint"
|
|
31
|
-
},
|
|
32
9
|
"dependencies": {
|
|
33
10
|
"@wix/error-handler-types": "^1.19.0",
|
|
34
11
|
"@wix/monitoring-types": "^0.12.0",
|
|
@@ -45,6 +22,32 @@
|
|
|
45
22
|
"eslintConfig": {
|
|
46
23
|
"extends": "sdk"
|
|
47
24
|
},
|
|
25
|
+
"files": [
|
|
26
|
+
"build",
|
|
27
|
+
"internal",
|
|
28
|
+
"client"
|
|
29
|
+
],
|
|
30
|
+
"license": "MIT",
|
|
31
|
+
"lint-staged": {
|
|
32
|
+
"*.{js,ts}": "yarn lint"
|
|
33
|
+
},
|
|
34
|
+
"main": "build/index.js",
|
|
35
|
+
"module": "build/index.mjs",
|
|
36
|
+
"publishConfig": {
|
|
37
|
+
"registry": "https://registry.npmjs.org/",
|
|
38
|
+
"access": "public"
|
|
39
|
+
},
|
|
40
|
+
"scripts": {
|
|
41
|
+
"build": "tsup",
|
|
42
|
+
"lint": "eslint --max-warnings=0 .",
|
|
43
|
+
"test": "tsc --noEmit && vitest run",
|
|
44
|
+
"typecheck": "tsc --noEmit"
|
|
45
|
+
},
|
|
46
|
+
"sideEffects": false,
|
|
47
|
+
"types": "build/index.d.ts",
|
|
48
|
+
"wallaby": {
|
|
49
|
+
"autoDetect": true
|
|
50
|
+
},
|
|
48
51
|
"wix": {
|
|
49
52
|
"artifact": {
|
|
50
53
|
"groupId": "com.wixpress",
|
|
@@ -59,8 +62,5 @@
|
|
|
59
62
|
]
|
|
60
63
|
}
|
|
61
64
|
},
|
|
62
|
-
"
|
|
63
|
-
"autoDetect": true
|
|
64
|
-
},
|
|
65
|
-
"falconPackageHash": "16e8dad423c1e5b1986f5441774174b921f63d7f4667cca473a6b028"
|
|
65
|
+
"falconPackageHash": "dbcb65b0d495abc60656e5cf051188a2fbdc2f6359aaade41b2465ee"
|
|
66
66
|
}
|