@wix/bex-utils 2.15.0 → 2.16.0
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/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.js +9 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/http.impl.js +6 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/http.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/client/proto-generated.d.ts +176 -55
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/proto-generated.d.ts +99 -38
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/proto-generated.js +1451 -536
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/server/proto-generated.d.ts +174 -54
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.d.ts +13 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.js +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.js +9 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/http.impl.js +6 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/http.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.d.ts +13 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.js +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/package.json +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/advanced-seo-api.proto +7 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/external_reference.proto +15 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wixpress/metasite/event/api/dto.proto +4 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/identity2.proto +11 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/entity.proto +9 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/media.proto +4 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/query.proto +31 -24
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/infra/asyncjobs/v1/AsyncJob.proto +26 -26
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/infra/asyncjobs/v1/AsyncJobService.proto +47 -32
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/locationInventory.proto +11 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/locationInventoryMessages.proto +18 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/stores/catalog/location/v3/stores_location.proto +17 -12
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/stores/catalog/location/v3/stores_location_service.proto +43 -62
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/stores/catalog/location/v3/upstream/wix/common/paging.proto +18 -9
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/stores/catalog/provision/v1/provision.proto +2 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/stores/catalog/provision/v1/stores_provision_service.proto +8 -12
- package/package.json +2 -2
|
@@ -22,7 +22,7 @@ import "wix/api/callback.proto";
|
|
|
22
22
|
Outside the install flow, provision status should be checked by conducting a migration experiment.
|
|
23
23
|
*/
|
|
24
24
|
service StoresProvisionService {
|
|
25
|
-
option (wix.api.service_maturity) =
|
|
25
|
+
option (wix.api.service_maturity) = BETA;
|
|
26
26
|
option (wix.api.service_exposure) = PUBLIC;
|
|
27
27
|
option (wix.api.service_entity).message = "wix.stores.catalog.provision.v1.Provision";
|
|
28
28
|
|
|
@@ -37,7 +37,7 @@ service StoresProvisionService {
|
|
|
37
37
|
/**
|
|
38
38
|
Retrieves a Provision.
|
|
39
39
|
*/
|
|
40
|
-
rpc
|
|
40
|
+
rpc Provision (ProvisionRequest) returns (ProvisionResponse) {
|
|
41
41
|
option (wix.api.permission).name = "CATALOG.PROVISION_READ";
|
|
42
42
|
option (.wix.api.exposure) = PRIVATE;
|
|
43
43
|
}
|
|
@@ -64,11 +64,11 @@ service StoresProvisionService {
|
|
|
64
64
|
};
|
|
65
65
|
option (.wix.api.exposure) = PRIVATE;
|
|
66
66
|
option (.wix.api.error) = {
|
|
67
|
-
http_code:
|
|
67
|
+
http_code: INTERNAL,
|
|
68
68
|
application_code: "DELIVERY_PROFILE_NOT_FOUND"
|
|
69
69
|
};
|
|
70
70
|
option (.wix.api.error) = {
|
|
71
|
-
http_code:
|
|
71
|
+
http_code: INTERNAL,
|
|
72
72
|
application_code: "DELIVERY_REGION_NOT_FOUND"
|
|
73
73
|
};
|
|
74
74
|
option (.wix.api.error) = {
|
|
@@ -79,10 +79,6 @@ service StoresProvisionService {
|
|
|
79
79
|
http_code: INVALID_ARGUMENT,
|
|
80
80
|
application_code: "MISSING_METASITE_ID"
|
|
81
81
|
};
|
|
82
|
-
option (.wix.api.error) = {
|
|
83
|
-
http_code: FAILED_PRECONDITION,
|
|
84
|
-
application_code: "COUNTRY_NOT_FOUND"
|
|
85
|
-
};
|
|
86
82
|
}
|
|
87
83
|
|
|
88
84
|
|
|
@@ -97,16 +93,16 @@ service StoresProvisionService {
|
|
|
97
93
|
message GetCatalogVersionRequest {}
|
|
98
94
|
|
|
99
95
|
message GetCatalogVersionResponse {
|
|
100
|
-
// The version of
|
|
96
|
+
// The version of Stores Catalog installed on a site.
|
|
101
97
|
Version catalog_version = 1;
|
|
102
98
|
}
|
|
103
99
|
|
|
104
|
-
message
|
|
100
|
+
message ProvisionRequest {
|
|
105
101
|
// Store this store was cloned from. If store was not cloned, leave empty
|
|
106
102
|
google.protobuf.StringValue original_instance_id = 1 [(wix.api.format) = GUID];
|
|
107
103
|
}
|
|
108
104
|
|
|
109
|
-
message
|
|
105
|
+
message ProvisionResponse {
|
|
110
106
|
// The requested Provision.
|
|
111
107
|
Provision provision = 1;
|
|
112
108
|
}
|
|
@@ -118,4 +114,4 @@ message DefaultDeliveryProfileSetup {
|
|
|
118
114
|
|
|
119
115
|
message InstallBassAppDependencyRequest {}
|
|
120
116
|
|
|
121
|
-
message InstallBassAppDependencyResponse {}
|
|
117
|
+
message InstallBassAppDependencyResponse {}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/bex-utils",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.16.0",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Kobi",
|
|
@@ -148,5 +148,5 @@
|
|
|
148
148
|
"wallaby": {
|
|
149
149
|
"autoDetect": true
|
|
150
150
|
},
|
|
151
|
-
"falconPackageHash": "
|
|
151
|
+
"falconPackageHash": "7672fc44c1ee51e061b2aec24df0701422b666581f15f499cf63de6e"
|
|
152
152
|
}
|