@wix/metro-common-builders 1.0.1456 → 1.0.1458
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/dist/es/src/proto/index.js +13 -4
- package/dist/src/proto/index.js +13 -4
- package/package.json +4 -4
|
@@ -10,7 +10,7 @@ $root.__options = {
|
|
|
10
10
|
'stringLongs': true,
|
|
11
11
|
'stdCase': false,
|
|
12
12
|
'generatorVersion': '2.0.1156',
|
|
13
|
-
'contentHash': '
|
|
13
|
+
'contentHash': 'f0245475136ba6d7f9b24e580ff6f5c76873d8bc'
|
|
14
14
|
};
|
|
15
15
|
$root.__lookup = function (pbjs) {
|
|
16
16
|
const root = pbjs.Root.fromJSON({
|
|
@@ -3110,12 +3110,21 @@ $root.__lookup = function (pbjs) {
|
|
|
3110
3110
|
'DeleteFqdn': {
|
|
3111
3111
|
'requestType': 'DeleteFqdnRequest',
|
|
3112
3112
|
'responseType': 'DeleteFqdnResponse',
|
|
3113
|
-
'options': {
|
|
3113
|
+
'options': {
|
|
3114
|
+
'(.wix.api.exposure)': 'PRIVATE',
|
|
3115
|
+
'(google.api.http).delete': '/v1/entities/{fqdn}'
|
|
3116
|
+
},
|
|
3114
3117
|
'comment': null,
|
|
3115
|
-
'parsedOptions': [
|
|
3118
|
+
'parsedOptions': [
|
|
3119
|
+
{
|
|
3116
3120
|
'(.wix.api.exposure)': 'PRIVATE',
|
|
3117
3121
|
'__comment': null
|
|
3118
|
-
}
|
|
3122
|
+
},
|
|
3123
|
+
{
|
|
3124
|
+
'(google.api.http)': { 'delete': '/v1/entities/{fqdn}' },
|
|
3125
|
+
'__comment': { 'delete': null }
|
|
3126
|
+
}
|
|
3127
|
+
]
|
|
3119
3128
|
}
|
|
3120
3129
|
},
|
|
3121
3130
|
'comment': null
|
package/dist/src/proto/index.js
CHANGED
|
@@ -10,7 +10,7 @@ $root.__options = {
|
|
|
10
10
|
'stringLongs': true,
|
|
11
11
|
'stdCase': false,
|
|
12
12
|
'generatorVersion': '2.0.1156',
|
|
13
|
-
'contentHash': '
|
|
13
|
+
'contentHash': 'f0245475136ba6d7f9b24e580ff6f5c76873d8bc'
|
|
14
14
|
};
|
|
15
15
|
$root.__lookup = function (pbjs) {
|
|
16
16
|
const root = pbjs.Root.fromJSON({
|
|
@@ -3110,12 +3110,21 @@ $root.__lookup = function (pbjs) {
|
|
|
3110
3110
|
'DeleteFqdn': {
|
|
3111
3111
|
'requestType': 'DeleteFqdnRequest',
|
|
3112
3112
|
'responseType': 'DeleteFqdnResponse',
|
|
3113
|
-
'options': {
|
|
3113
|
+
'options': {
|
|
3114
|
+
'(.wix.api.exposure)': 'PRIVATE',
|
|
3115
|
+
'(google.api.http).delete': '/v1/entities/{fqdn}'
|
|
3116
|
+
},
|
|
3114
3117
|
'comment': null,
|
|
3115
|
-
'parsedOptions': [
|
|
3118
|
+
'parsedOptions': [
|
|
3119
|
+
{
|
|
3116
3120
|
'(.wix.api.exposure)': 'PRIVATE',
|
|
3117
3121
|
'__comment': null
|
|
3118
|
-
}
|
|
3122
|
+
},
|
|
3123
|
+
{
|
|
3124
|
+
'(google.api.http)': { 'delete': '/v1/entities/{fqdn}' },
|
|
3125
|
+
'__comment': { 'delete': null }
|
|
3126
|
+
}
|
|
3127
|
+
]
|
|
3119
3128
|
}
|
|
3120
3129
|
},
|
|
3121
3130
|
'comment': null
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/metro-common-builders",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1458",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Eli Ponyatovski",
|
|
@@ -33,14 +33,14 @@
|
|
|
33
33
|
"*.{js,ts}": "yoshi lint"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@wix/metro-runtime": "1.
|
|
36
|
+
"@wix/metro-runtime": "1.1813.0",
|
|
37
37
|
"long": "^5.1.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@rushstack/eslint-patch": "^1.1.0",
|
|
41
41
|
"@types/jest": "^24.9.1",
|
|
42
42
|
"@types/node": "^16.11.7",
|
|
43
|
-
"@wix/business-schema-api": "^1.7.
|
|
43
|
+
"@wix/business-schema-api": "^1.7.1495",
|
|
44
44
|
"@wix/wix-proto-codegen": "^2.0.1156",
|
|
45
45
|
"@wix/yoshi": "^6.95.1",
|
|
46
46
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"wallaby": {
|
|
72
72
|
"autoDetect": true
|
|
73
73
|
},
|
|
74
|
-
"falconPackageHash": "
|
|
74
|
+
"falconPackageHash": "23411399cf837c614c15459635b195de92054e5d7a0951d558e6d6a9"
|
|
75
75
|
}
|