@wix/bex-utils 2.15.0 → 2.17.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.
Files changed (79) hide show
  1. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.js +9 -0
  2. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.js.map +1 -1
  3. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/http.impl.js +6 -0
  4. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/http.impl.js.map +1 -1
  5. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/client/proto-generated.d.ts +176 -55
  6. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/proto-generated.d.ts +99 -38
  7. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/proto-generated.js +1451 -536
  8. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/server/proto-generated.d.ts +174 -54
  9. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.d.ts +13 -1
  10. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.js +1 -1
  11. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.js.map +1 -1
  12. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.js +9 -0
  13. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.js.map +1 -1
  14. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/http.impl.js +6 -0
  15. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/http.impl.js.map +1 -1
  16. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.d.ts +13 -1
  17. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.js +1 -1
  18. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.js.map +1 -1
  19. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/package.json +2 -2
  20. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/advanced-seo-api.proto +7 -3
  21. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/external_reference.proto +15 -0
  22. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wixpress/metasite/event/api/dto.proto +4 -0
  23. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/identity2.proto +11 -0
  24. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/entity.proto +9 -0
  25. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/media.proto +4 -0
  26. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/query.proto +31 -24
  27. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/infra/asyncjobs/v1/AsyncJob.proto +26 -26
  28. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/infra/asyncjobs/v1/AsyncJobService.proto +47 -32
  29. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/locationInventory.proto +11 -0
  30. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/locationInventoryMessages.proto +18 -0
  31. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/stores/catalog/location/v3/stores_location.proto +17 -12
  32. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/stores/catalog/location/v3/stores_location_service.proto +43 -62
  33. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/stores/catalog/location/v3/upstream/wix/common/paging.proto +18 -9
  34. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/stores/catalog/provision/v1/provision.proto +2 -1
  35. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/stores/catalog/provision/v1/stores_provision_service.proto +8 -12
  36. package/@wix/bex-bundled-mini-essentials/dist/cjs/bex-bundled-mini-essentials.js +43 -18
  37. package/@wix/bex-bundled-mini-essentials/dist/cjs/bex-bundled-mini-essentials.js.map +1 -1
  38. package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/http-client/testkit/client.js +1 -0
  39. package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/http-client/testkit/client.js.map +1 -1
  40. package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/testkit/index.js +1 -0
  41. package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/testkit/index.js.map +1 -1
  42. package/@wix/bex-bundled-mini-essentials/dist/esm/bex-bundled-mini-essentials.js +43 -19
  43. package/@wix/bex-bundled-mini-essentials/dist/esm/bex-bundled-mini-essentials.js.map +1 -1
  44. package/@wix/bex-bundled-mini-essentials/dist/tsconfig.tsbuildinfo +1 -1
  45. package/@wix/bi-logger-os-data/dist/cjs/index.js +6 -0
  46. package/@wix/bi-logger-os-data/dist/cjs/index.js.map +1 -1
  47. package/@wix/bi-logger-os-data/dist/cjs/testkit/client-testkit.js +6 -0
  48. package/@wix/bi-logger-os-data/dist/cjs/testkit/client-testkit.js.map +1 -1
  49. package/@wix/bi-logger-os-data/dist/cjs/testkit/common.js +227 -15
  50. package/@wix/bi-logger-os-data/dist/cjs/testkit/common.js.map +1 -1
  51. package/@wix/bi-logger-os-data/dist/cjs/testkit/node-testkit.js +6 -0
  52. package/@wix/bi-logger-os-data/dist/cjs/testkit/node-testkit.js.map +1 -1
  53. package/@wix/bi-logger-os-data/dist/cjs/v2/index.js +106 -37
  54. package/@wix/bi-logger-os-data/dist/cjs/v2/index.js.map +1 -1
  55. package/@wix/bi-logger-os-data/dist/esm/index.js +6 -0
  56. package/@wix/bi-logger-os-data/dist/esm/index.js.map +1 -1
  57. package/@wix/bi-logger-os-data/dist/esm/testkit/client-testkit.js +6 -0
  58. package/@wix/bi-logger-os-data/dist/esm/testkit/client-testkit.js.map +1 -1
  59. package/@wix/bi-logger-os-data/dist/esm/testkit/common.js +227 -15
  60. package/@wix/bi-logger-os-data/dist/esm/testkit/common.js.map +1 -1
  61. package/@wix/bi-logger-os-data/dist/esm/testkit/node-testkit.js +6 -0
  62. package/@wix/bi-logger-os-data/dist/esm/testkit/node-testkit.js.map +1 -1
  63. package/@wix/bi-logger-os-data/dist/esm/v2/index.js +75 -8
  64. package/@wix/bi-logger-os-data/dist/esm/v2/index.js.map +1 -1
  65. package/@wix/bi-logger-os-data/dist/types/index.d.ts +4 -2
  66. package/@wix/bi-logger-os-data/dist/types/testkit/client-testkit.d.ts +51 -7
  67. package/@wix/bi-logger-os-data/dist/types/testkit/node-testkit.d.ts +51 -7
  68. package/@wix/bi-logger-os-data/dist/types/types.d.ts +51 -7
  69. package/@wix/bi-logger-os-data/dist/types/v2/index.d.ts +72 -9
  70. package/@wix/bi-logger-os-data/package.json +2 -2
  71. package/@wix/bi-logger-os-data/src/index.ts +10 -2
  72. package/@wix/bi-logger-os-data/src/testkit/client-testkit.ts +57 -7
  73. package/@wix/bi-logger-os-data/src/testkit/common.ts +265 -15
  74. package/@wix/bi-logger-os-data/src/testkit/node-testkit.ts +57 -7
  75. package/@wix/bi-logger-os-data/src/types.ts +104 -15
  76. package/@wix/bi-logger-os-data/src/v2/index.ts +78 -9
  77. package/@wix/wix-i18n-config/dist/tsconfig.tsbuildinfo +1 -1
  78. package/@wix/wix-i18n-config/package.json +3 -3
  79. package/package.json +2 -2
@@ -10,7 +10,7 @@ $root.__options = {
10
10
  'stringLongs': true,
11
11
  'stdCase': false,
12
12
  'generatorVersion': '2.0.1123',
13
- 'contentHash': '91a7b20764e85a545c32fce2c25c62423214e06d'
13
+ 'contentHash': 'bf5913b91cb5833c9dfc072024c76d6b225ac85c'
14
14
  };
15
15
  $root.__lookup = function (pbjs) {
16
16
  const root = pbjs.Root.fromJSON({
@@ -125,6 +125,16 @@ $root.__lookup = function (pbjs) {
125
125
  'id': 2,
126
126
  'comment': null,
127
127
  'parsedOptions': null
128
+ },
129
+ 'origin': {
130
+ 'type': 'google.protobuf.StringValue',
131
+ 'id': 3,
132
+ 'options': { '(.wix.api.maxLength)': 1000 },
133
+ 'comment': null,
134
+ 'parsedOptions': [{
135
+ '(.wix.api.maxLength)': 1000,
136
+ '__comment': null
137
+ }]
128
138
  }
129
139
  },
130
140
  'comment': null
@@ -6304,7 +6314,8 @@ $root.__lookup = function (pbjs) {
6304
6314
  'HEADLESS': 18,
6305
6315
  'ACCOUNT_MASTER_CMS': 19,
6306
6316
  'RISE': 20,
6307
- 'BRANDED_FIRST': 21
6317
+ 'BRANDED_FIRST': 21,
6318
+ 'NOWNIA': 22
6308
6319
  },
6309
6320
  'comment': null,
6310
6321
  'comments': {
@@ -6329,7 +6340,8 @@ $root.__lookup = function (pbjs) {
6329
6340
  'HEADLESS': 'Namespace for Headless Backoffice with no editor',
6330
6341
  'ACCOUNT_MASTER_CMS': 'Namespace for master site that will exist in parent account that will be referenced by subaccounts\nThe site will be used for account level CSM feature for enterprise',
6331
6342
  'RISE': 'Rise.ai Siteless account management for Gift Cards and Store Credit.',
6332
- 'BRANDED_FIRST': 'As part of the branded app new funnel, users now can create a meta site that will be branded app first.\nThere\'s a blank site behind the scene but it\'s blank).\nThe Mobile company will be the owner of this namespace.'
6343
+ 'BRANDED_FIRST': 'As part of the branded app new funnel, users now can create a meta site that will be branded app first.\nThere\'s a blank site behind the scene but it\'s blank).\nThe Mobile company will be the owner of this namespace.',
6344
+ 'NOWNIA': null
6333
6345
  }
6334
6346
  },
6335
6347
  'Flag': {
@@ -8488,6 +8500,54 @@ $root.__lookup = function (pbjs) {
8488
8500
  'FAIRE_COM': null
8489
8501
  }
8490
8502
  },
8503
+ 'ExternalReference': {
8504
+ 'fields': {
8505
+ 'appId': {
8506
+ 'type': 'string',
8507
+ 'id': 1,
8508
+ 'options': {
8509
+ '(.wix.api.format)': 'GUID',
8510
+ '(.wix.api.immutable)': true
8511
+ },
8512
+ 'comment': null,
8513
+ 'parsedOptions': [
8514
+ {
8515
+ '(.wix.api.format)': 'GUID',
8516
+ '__comment': null
8517
+ },
8518
+ {
8519
+ '(.wix.api.immutable)': true,
8520
+ '__comment': null
8521
+ }
8522
+ ]
8523
+ },
8524
+ 'resourceId': {
8525
+ 'type': 'google.protobuf.StringValue',
8526
+ 'id': 2,
8527
+ 'options': {
8528
+ '(.wix.api.minLength)': 1,
8529
+ '(.wix.api.maxLength)': 100,
8530
+ '(.wix.api.immutable)': true
8531
+ },
8532
+ 'comment': null,
8533
+ 'parsedOptions': [
8534
+ {
8535
+ '(.wix.api.minLength)': 1,
8536
+ '__comment': null
8537
+ },
8538
+ {
8539
+ '(.wix.api.maxLength)': 100,
8540
+ '__comment': null
8541
+ },
8542
+ {
8543
+ '(.wix.api.immutable)': true,
8544
+ '__comment': null
8545
+ }
8546
+ ]
8547
+ }
8548
+ },
8549
+ 'comment': null
8550
+ },
8491
8551
  'LocationAndQuantity': {
8492
8552
  'fields': {
8493
8553
  'id': {
@@ -10647,6 +10707,10 @@ $root.__lookup = function (pbjs) {
10647
10707
  'parsedOptions': null
10648
10708
  }
10649
10709
  },
10710
+ 'reserved': [[
10711
+ 5,
10712
+ 5
10713
+ ]],
10650
10714
  'comment': null
10651
10715
  },
10652
10716
  'UserData': {
@@ -10838,6 +10902,18 @@ $root.__lookup = function (pbjs) {
10838
10902
  'id': 8,
10839
10903
  'comment': null,
10840
10904
  'parsedOptions': null
10905
+ },
10906
+ 'targetAccountVip': {
10907
+ 'type': 'google.protobuf.BoolValue',
10908
+ 'id': 9,
10909
+ 'comment': null,
10910
+ 'parsedOptions': null
10911
+ },
10912
+ 'metasiteVip': {
10913
+ 'type': 'google.protobuf.BoolValue',
10914
+ 'id': 10,
10915
+ 'comment': null,
10916
+ 'parsedOptions': null
10841
10917
  }
10842
10918
  },
10843
10919
  'comment': null
@@ -11068,6 +11144,18 @@ $root.__lookup = function (pbjs) {
11068
11144
  'id': 14,
11069
11145
  'comment': null,
11070
11146
  'parsedOptions': null
11147
+ },
11148
+ 'eventsExposure': {
11149
+ 'type': 'Exposure',
11150
+ 'id': 15,
11151
+ 'comment': null,
11152
+ 'parsedOptions': null
11153
+ },
11154
+ 'eventsMaturity': {
11155
+ 'type': 'Maturity',
11156
+ 'id': 16,
11157
+ 'comment': null,
11158
+ 'parsedOptions': null
11071
11159
  }
11072
11160
  },
11073
11161
  'comment': null
@@ -11085,6 +11173,32 @@ $root.__lookup = function (pbjs) {
11085
11173
  'id': 2,
11086
11174
  'comment': null,
11087
11175
  'parsedOptions': null
11176
+ },
11177
+ 'nestedExtensionPointMappings': {
11178
+ 'rule': 'repeated',
11179
+ 'type': 'NestedExtensionPointMapping',
11180
+ 'id': 3,
11181
+ 'comment': null,
11182
+ 'parsedOptions': null
11183
+ }
11184
+ },
11185
+ 'comment': null
11186
+ },
11187
+ 'NestedExtensionPointMapping': {
11188
+ 'fields': {
11189
+ 'extensionPoint': {
11190
+ 'rule': 'required',
11191
+ 'type': 'string',
11192
+ 'id': 1,
11193
+ 'comment': null,
11194
+ 'parsedOptions': null
11195
+ },
11196
+ 'path': {
11197
+ 'rule': 'required',
11198
+ 'type': 'string',
11199
+ 'id': 2,
11200
+ 'comment': null,
11201
+ 'parsedOptions': null
11088
11202
  }
11089
11203
  },
11090
11204
  'comment': null
@@ -11113,7 +11227,8 @@ $root.__lookup = function (pbjs) {
11113
11227
  'AUTO_VELO': 1,
11114
11228
  'DOCS_CONF': 2,
11115
11229
  'MULTILINGUAL': 3,
11116
- 'SEARCH': 4
11230
+ 'SEARCH': 4,
11231
+ 'AUTO_SDK': 5
11117
11232
  },
11118
11233
  'comment': null,
11119
11234
  'comments': {
@@ -11121,7 +11236,8 @@ $root.__lookup = function (pbjs) {
11121
11236
  'AUTO_VELO': null,
11122
11237
  'DOCS_CONF': null,
11123
11238
  'MULTILINGUAL': null,
11124
- 'SEARCH': null
11239
+ 'SEARCH': null,
11240
+ 'AUTO_SDK': null
11125
11241
  }
11126
11242
  }
11127
11243
  },
@@ -14098,6 +14214,44 @@ $root.__lookup = function (pbjs) {
14098
14214
  '__comment': null
14099
14215
  }
14100
14216
  ]
14217
+ },
14218
+ 'title': {
14219
+ 'type': 'google.protobuf.StringValue',
14220
+ 'id': 9,
14221
+ 'options': {
14222
+ '(wix.api.maxLength)': 300,
14223
+ '(.wix.api.field_exposure)': 'PRIVATE'
14224
+ },
14225
+ 'comment': null,
14226
+ 'parsedOptions': [
14227
+ {
14228
+ '(wix.api.maxLength)': 300,
14229
+ '__comment': null
14230
+ },
14231
+ {
14232
+ '(.wix.api.field_exposure)': 'PRIVATE',
14233
+ '__comment': null
14234
+ }
14235
+ ]
14236
+ },
14237
+ 'description': {
14238
+ 'type': 'google.protobuf.StringValue',
14239
+ 'id': 10,
14240
+ 'options': {
14241
+ '(wix.api.maxLength)': 2000,
14242
+ '(.wix.api.field_exposure)': 'PRIVATE'
14243
+ },
14244
+ 'comment': null,
14245
+ 'parsedOptions': [
14246
+ {
14247
+ '(wix.api.maxLength)': 2000,
14248
+ '__comment': null
14249
+ },
14250
+ {
14251
+ '(.wix.api.field_exposure)': 'PRIVATE',
14252
+ '__comment': null
14253
+ }
14254
+ ]
14101
14255
  }
14102
14256
  },
14103
14257
  'comment': null
@@ -30947,6 +31101,35 @@ $root.__lookup = function (pbjs) {
30947
31101
  }
30948
31102
  ]
30949
31103
  },
31104
+ 'FetchLocationInventoryItemsForAllLocations': {
31105
+ 'requestType': 'FetchLocationInventoryItemsForAllLocationsRequest',
31106
+ 'responseType': 'FetchLocationInventoryItemsForAllLocationsResponse',
31107
+ 'options': {
31108
+ '(.google.api.http).get': '/v2/location-inventory-items/products',
31109
+ '(.wix.api.maturity)': 'ALPHA',
31110
+ '(.wix.api.exposure)': 'INTERNAL',
31111
+ '(.wix.api.permission).name': 'WIX_STORES.READ_INVENTORY'
31112
+ },
31113
+ 'comment': 'Returns an inventory item for all locations.\nDoes not include the online-store non-location.',
31114
+ 'parsedOptions': [
31115
+ {
31116
+ '(.google.api.http)': { 'get': '/v2/location-inventory-items/products' },
31117
+ '__comment': { 'get': null }
31118
+ },
31119
+ {
31120
+ '(.wix.api.maturity)': 'ALPHA',
31121
+ '__comment': null
31122
+ },
31123
+ {
31124
+ '(.wix.api.exposure)': 'INTERNAL',
31125
+ '__comment': null
31126
+ },
31127
+ {
31128
+ '(.wix.api.permission)': { 'name': 'WIX_STORES.READ_INVENTORY' },
31129
+ '__comment': { 'name': null }
31130
+ }
31131
+ ]
31132
+ },
30950
31133
  'QueryLocationInventory': {
30951
31134
  'requestType': 'QueryLocationInventoryRequest',
30952
31135
  'responseType': 'QueryLocationInventoryResponse',
@@ -31347,6 +31530,62 @@ $root.__lookup = function (pbjs) {
31347
31530
  },
31348
31531
  'comment': null
31349
31532
  },
31533
+ 'FetchLocationInventoryItemsForAllLocationsRequest': {
31534
+ 'fields': {
31535
+ 'productIds': {
31536
+ 'rule': 'repeated',
31537
+ 'type': 'string',
31538
+ 'id': 1,
31539
+ 'options': {
31540
+ '(.wix.api.immutable)': true,
31541
+ '(.wix.api.minLength)': 1,
31542
+ '(.wix.api.maxLength)': 36,
31543
+ '(.wix.api.maxSize)': 100,
31544
+ '(.wix.api.referenced_entity)': 'wix.stores.catalog.v1.product'
31545
+ },
31546
+ 'comment': null,
31547
+ 'parsedOptions': [
31548
+ {
31549
+ '(.wix.api.immutable)': true,
31550
+ '__comment': null
31551
+ },
31552
+ {
31553
+ '(.wix.api.minLength)': 1,
31554
+ '__comment': null
31555
+ },
31556
+ {
31557
+ '(.wix.api.maxLength)': 36,
31558
+ '__comment': null
31559
+ },
31560
+ {
31561
+ '(.wix.api.maxSize)': 100,
31562
+ '__comment': null
31563
+ },
31564
+ {
31565
+ '(.wix.api.referenced_entity)': 'wix.stores.catalog.v1.product',
31566
+ '__comment': null
31567
+ }
31568
+ ]
31569
+ }
31570
+ },
31571
+ 'comment': null
31572
+ },
31573
+ 'FetchLocationInventoryItemsForAllLocationsResponse': {
31574
+ 'fields': {
31575
+ 'locationInventoryItems': {
31576
+ 'rule': 'repeated',
31577
+ 'type': 'LocationInventoryItem',
31578
+ 'id': 1,
31579
+ 'options': { '(.wix.api.maxSize)': 100 },
31580
+ 'comment': null,
31581
+ 'parsedOptions': [{
31582
+ '(.wix.api.maxSize)': 100,
31583
+ '__comment': null
31584
+ }]
31585
+ }
31586
+ },
31587
+ 'comment': null
31588
+ },
31350
31589
  'QueryLocationInventoryRequest': {
31351
31590
  'fields': {
31352
31591
  'query': {
@@ -39481,7 +39720,7 @@ $root.__lookup = function (pbjs) {
39481
39720
  'parsedOptions': null
39482
39721
  }
39483
39722
  },
39484
- 'comment': 'A Provision is a record that contains the version of the catalog a store was installed on.\nOnly one Provision entity can exist per tenant. Retrieving a provision is managed completely by\ncallScope, no api parameters are needed.\n\nServices should only use this service if they are part of the install flow.'
39723
+ 'comment': null
39485
39724
  },
39486
39725
  'Version': {
39487
39726
  'values': {
@@ -39500,7 +39739,7 @@ $root.__lookup = function (pbjs) {
39500
39739
  },
39501
39740
  'StoresProvisionService': {
39502
39741
  'options': {
39503
- '(wix.api.service_maturity)': 'ALPHA',
39742
+ '(wix.api.service_maturity)': 'BETA',
39504
39743
  '(wix.api.service_exposure)': 'PUBLIC',
39505
39744
  '(wix.api.service_entity).message': 'wix.stores.catalog.provision.v1.Provision',
39506
39745
  '(.wix.api.event).topic': 'stores-default-delivery-profile-setup',
@@ -39535,9 +39774,9 @@ $root.__lookup = function (pbjs) {
39535
39774
  }
39536
39775
  ]
39537
39776
  },
39538
- 'GetProvision': {
39539
- 'requestType': 'GetProvisionRequest',
39540
- 'responseType': 'GetProvisionResponse',
39777
+ 'Provision': {
39778
+ 'requestType': 'ProvisionRequest',
39779
+ 'responseType': 'ProvisionResponse',
39541
39780
  'options': {
39542
39781
  '(wix.api.permission).name': 'CATALOG.PROVISION_READ',
39543
39782
  '(.wix.api.exposure)': 'PRIVATE'
@@ -39604,11 +39843,11 @@ $root.__lookup = function (pbjs) {
39604
39843
  'segment': 'USERS'
39605
39844
  },
39606
39845
  '(.wix.api.exposure)': 'PRIVATE',
39607
- '(.wix.api.error).http_code': 'FAILED_PRECONDITION',
39608
- '(.wix.api.error).application_code': 'COUNTRY_NOT_FOUND',
39846
+ '(.wix.api.error).http_code': 'INVALID_ARGUMENT',
39847
+ '(.wix.api.error).application_code': 'MISSING_METASITE_ID',
39609
39848
  '(.wix.api.error)': {
39610
- 'http_code': 'FAILED_PRECONDITION',
39611
- 'application_code': 'COUNTRY_NOT_FOUND'
39849
+ 'http_code': 'INVALID_ARGUMENT',
39850
+ 'application_code': 'MISSING_METASITE_ID'
39612
39851
  }
39613
39852
  },
39614
39853
  'comment': null,
@@ -39626,14 +39865,14 @@ $root.__lookup = function (pbjs) {
39626
39865
  },
39627
39866
  {
39628
39867
  '(.wix.api.error)': {
39629
- 'http_code': 'FAILED_PRECONDITION',
39868
+ 'http_code': 'INTERNAL',
39630
39869
  'application_code': 'DELIVERY_PROFILE_NOT_FOUND'
39631
39870
  },
39632
39871
  '__comment': null
39633
39872
  },
39634
39873
  {
39635
39874
  '(.wix.api.error)': {
39636
- 'http_code': 'FAILED_PRECONDITION',
39875
+ 'http_code': 'INTERNAL',
39637
39876
  'application_code': 'DELIVERY_REGION_NOT_FOUND'
39638
39877
  },
39639
39878
  '__comment': null
@@ -39651,13 +39890,6 @@ $root.__lookup = function (pbjs) {
39651
39890
  'application_code': 'MISSING_METASITE_ID'
39652
39891
  },
39653
39892
  '__comment': null
39654
- },
39655
- {
39656
- '(.wix.api.error)': {
39657
- 'http_code': 'FAILED_PRECONDITION',
39658
- 'application_code': 'COUNTRY_NOT_FOUND'
39659
- },
39660
- '__comment': null
39661
39893
  }
39662
39894
  ]
39663
39895
  }
@@ -39679,7 +39911,7 @@ $root.__lookup = function (pbjs) {
39679
39911
  },
39680
39912
  'comment': null
39681
39913
  },
39682
- 'GetProvisionRequest': {
39914
+ 'ProvisionRequest': {
39683
39915
  'fields': {
39684
39916
  'originalInstanceId': {
39685
39917
  'type': 'google.protobuf.StringValue',
@@ -39694,7 +39926,7 @@ $root.__lookup = function (pbjs) {
39694
39926
  },
39695
39927
  'comment': null
39696
39928
  },
39697
- 'GetProvisionResponse': {
39929
+ 'ProvisionResponse': {
39698
39930
  'fields': {
39699
39931
  'provision': {
39700
39932
  'type': 'Provision',
@@ -39792,10 +40024,10 @@ $root.__lookup = function (pbjs) {
39792
40024
  'type': 'google.protobuf.Int64Value',
39793
40025
  'id': 2,
39794
40026
  'options': { '(wix.api.readOnly)': true },
39795
- 'comment': 'Revision number, which increments by 1 each time the StoresLocation is updated.\nTo prevent conflicting changes,\nthe current revision must be passed when updating the StoresLocation.\n\nIgnored when creating a StoresLocation.',
40027
+ 'comment': 'Revision number, which increments by 1 each time the Stores location is updated.\nTo prevent conflicting changes,\nthe current revision must be passed when updating the Stores location.\n\nIgnored when creating a Stores location.',
39796
40028
  'parsedOptions': [{
39797
40029
  '(wix.api.readOnly)': true,
39798
- '__comment': 'Revision number, which increments by 1 each time the StoresLocation is updated.\nTo prevent conflicting changes,\nthe current revision must be passed when updating the StoresLocation.\n\nIgnored when creating a StoresLocation.'
40030
+ '__comment': 'Revision number, which increments by 1 each time the Stores location is updated.\nTo prevent conflicting changes,\nthe current revision must be passed when updating the Stores location.\n\nIgnored when creating a Stores location.'
39799
40031
  }]
39800
40032
  },
39801
40033
  'createdDate': {
@@ -39824,7 +40056,7 @@ $root.__lookup = function (pbjs) {
39824
40056
  'options': {
39825
40057
  '(.wix.api.format)': 'GUID',
39826
40058
  '(.wix.api.immutable)': true,
39827
- '(.wix.api.referenced_entity)': 'com.wixpress.locations.Location'
40059
+ '(.wix.api.referenced_entity)': 'wix.locations.v1.location'
39828
40060
  },
39829
40061
  'comment': null,
39830
40062
  'parsedOptions': [
@@ -39837,7 +40069,7 @@ $root.__lookup = function (pbjs) {
39837
40069
  '__comment': null
39838
40070
  },
39839
40071
  {
39840
- '(.wix.api.referenced_entity)': 'com.wixpress.locations.Location',
40072
+ '(.wix.api.referenced_entity)': 'wix.locations.v1.location',
39841
40073
  '__comment': null
39842
40074
  }
39843
40075
  ]
@@ -39898,11 +40130,11 @@ $root.__lookup = function (pbjs) {
39898
40130
  }
39899
40131
  }
39900
40132
  },
39901
- 'comment': null
40133
+ 'comment': 'A location is a physical or virtual site where products are sold.'
39902
40134
  },
39903
40135
  'StoresLocationService': {
39904
40136
  'options': {
39905
- '(wix.api.service_maturity)': 'ALPHA',
40137
+ '(wix.api.service_maturity)': 'BETA',
39906
40138
  '(wix.api.service_exposure)': 'PUBLIC',
39907
40139
  '(wix.api.service_entity).message': 'wix.stores.catalog.location.v3.StoresLocation',
39908
40140
  '(.wix.api.event).segment': 'PUBLIC',
@@ -39941,7 +40173,7 @@ $root.__lookup = function (pbjs) {
39941
40173
  '(.wix.api.custom_validation_error).rule_name': 'LOCATIONS_LIMIT_EXCEEDED',
39942
40174
  '(.wix.api.custom_validation_error)': { 'rule_name': 'LOCATIONS_LIMIT_EXCEEDED' }
39943
40175
  },
39944
- 'comment': 'Creates a StoresLocation.\n\nThe request body must include os_location_id of a corresponding site location:\nhttps://bo.wix.com/wix-docs/rest/business-tools/locations/introduction',
40176
+ 'comment': 'Creates a Stores location.',
39945
40177
  'parsedOptions': [
39946
40178
  {
39947
40179
  '(google.api.http)': { 'post': '/v3/locations' },
@@ -39998,7 +40230,7 @@ $root.__lookup = function (pbjs) {
39998
40230
  'get_options': { 'id_field': 'stores_location_id' }
39999
40231
  }
40000
40232
  },
40001
- 'comment': 'Retrieves a StoresLocation.',
40233
+ 'comment': 'Retrieves a Stores location.',
40002
40234
  'parsedOptions': [
40003
40235
  {
40004
40236
  '(google.api.http)': { 'get': '/v3/locations/{stores_location_id}' },
@@ -40056,7 +40288,7 @@ $root.__lookup = function (pbjs) {
40056
40288
  }
40057
40289
  }
40058
40290
  },
40059
- 'comment': 'Updates a StoresLocation.\nEach time the StoresLocation is updated,\n`revision` increments by 1.\nThe current `revision` must be passed when updating the StoresLocation.\nThis ensures you\'re working with the latest StoresLocation\nand prevents unintended overwrites.',
40291
+ 'comment': 'Updates a Stores location.\n\nEach time the Stores location is updated, `revision` increments by 1.\nThe current `revision` must be passed when updating the Stores location.\nThis ensures you\'re working with the latest Stores location and prevents unintended overwrites.',
40060
40292
  'parsedOptions': [
40061
40293
  {
40062
40294
  '(google.api.http)': { 'patch': '/v3/locations/{stores_location.id}' },
@@ -40094,7 +40326,7 @@ $root.__lookup = function (pbjs) {
40094
40326
  'from': 'stores_location',
40095
40327
  'fieldmask': 'field_mask'
40096
40328
  },
40097
- '__comment': '(explanation)\nUpdate endpoint usually accepts FieldMask object. From REST client perspective it is redundant as it can be inferred\nfrom the actual JSON payload that was sent. This field annotation will tell the framework to use the JSON body and\nautomatically construct the fieldmask.\nRefer to [AIP 4006 - Update Endpoints][1] to learn more about update endpoint and why we prefer patch over put.\n[1]: https://dev.wix.com/docs/rnd-general/articles/p-13-n-guidelines-ai-ps/guidance-ai-ps/standard-methods/4006-update'
40329
+ '__comment': null
40098
40330
  },
40099
40331
  {
40100
40332
  '(wix.api.crud)': {
@@ -40130,7 +40362,7 @@ $root.__lookup = function (pbjs) {
40130
40362
  'delete_options': { 'id_field': 'stores_location_id' }
40131
40363
  }
40132
40364
  },
40133
- 'comment': 'Deletes a StoresLocation.\n\n\nDeleting a StoresLocation permanently removes them from the StoresLocation List.',
40365
+ 'comment': 'Deletes a Stores location.',
40134
40366
  'parsedOptions': [
40135
40367
  {
40136
40368
  '(google.api.http)': { 'delete': '/v3/locations/{stores_location_id}' },
@@ -40265,7 +40497,7 @@ $root.__lookup = function (pbjs) {
40265
40497
  }
40266
40498
  }
40267
40499
  },
40268
- 'comment': 'Retrieves a list of StoresLocations, given the provided [paging, filtering, and sorting][1].\n\nUp to 1,000 StoresLocations can be returned per request.\n\nTo learn how to query StoresLocations, see [API Query Language][2].\n\n[1]: https://dev.wix.com/api/rest/getting-started/sorting-and-paging\n[2]: https://dev.wix.com/api/rest/getting-started/api-query-language\n\n\nNotice, not all sits locations will be fetched, only the ones that are assigned as inventory locations',
40500
+ 'comment': 'Retrieves a list of up to 100 Stores locations, given the provided filtering, sorting, and cursor paging.\nPass supported values to the `fields` array in the request to include those fields in the response.\n\n\nQuery Stores Locations runs with these defaults, which you can override:\n\n- `createdDate` is sorted in `DESC` order\n- `cursorPaging.limit` is `100`\n\nFor field support for filters and sorting,\nsee [Stores Locations: Supported Filters and Sorting](https://dev.wix.com/docs/rest/business-solutions/stores/catalog-v3/stores-locations-v3/supported-filters-and-sorting).\n\nTo learn about working with _Query_ endpoints, see\n[API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language),\nand [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).',
40269
40501
  'parsedOptions': [
40270
40502
  {
40271
40503
  '(google.api.http)': { 'post': '/v3/locations/query' },
@@ -43735,10 +43967,57 @@ $root.__lookup = function (pbjs) {
43735
43967
  'hasError': {
43736
43968
  'type': 'google.protobuf.BoolValue',
43737
43969
  'id': 3,
43970
+ 'options': {
43971
+ '(wix.api.field_exposure)': 'INTERNAL',
43972
+ 'deprecated': true,
43973
+ '(wix.api.field_deprecated).replaced_by': 'wix.infra.asyncjobs.v1.ListAsyncJobItemsRequest.status_filter',
43974
+ '(wix.api.field_deprecated).target_removal_date': '2024-12-12',
43975
+ '(wix.api.field_deprecated)': {
43976
+ 'replaced_by': 'wix.infra.asyncjobs.v1.ListAsyncJobItemsRequest.status_filter',
43977
+ 'target_removal_date': '2024-12-12'
43978
+ }
43979
+ },
43980
+ 'comment': null,
43981
+ 'parsedOptions': [
43982
+ {
43983
+ '(wix.api.field_exposure)': 'INTERNAL',
43984
+ '__comment': null
43985
+ },
43986
+ {
43987
+ 'deprecated': true,
43988
+ '__comment': null
43989
+ },
43990
+ {
43991
+ '(wix.api.field_deprecated)': {
43992
+ 'replaced_by': 'wix.infra.asyncjobs.v1.ListAsyncJobItemsRequest.status_filter',
43993
+ 'target_removal_date': '2024-12-12'
43994
+ },
43995
+ '__comment': null
43996
+ }
43997
+ ]
43998
+ },
43999
+ 'statusFilter': {
44000
+ 'type': 'StatusFilter',
44001
+ 'id': 4,
43738
44002
  'comment': null,
43739
44003
  'parsedOptions': null
43740
44004
  }
43741
44005
  },
44006
+ 'nested': {
44007
+ 'StatusFilter': {
44008
+ 'values': {
44009
+ 'ALL': 0,
44010
+ 'FAILED_ONLY': 1,
44011
+ 'SUCCESSFUL_ONLY': 2
44012
+ },
44013
+ 'comment': null,
44014
+ 'comments': {
44015
+ 'ALL': null,
44016
+ 'FAILED_ONLY': null,
44017
+ 'SUCCESSFUL_ONLY': null
44018
+ }
44019
+ }
44020
+ },
43742
44021
  'comment': null
43743
44022
  },
43744
44023
  'ListAsyncJobItemsResponse': {
@@ -45650,6 +45929,87 @@ $root.__lookup = function (pbjs) {
45650
45929
  },
45651
45930
  'comment': null
45652
45931
  },
45932
+ 'DoubleValue': {
45933
+ 'fields': {
45934
+ 'value': {
45935
+ 'type': 'double',
45936
+ 'id': 1
45937
+ }
45938
+ },
45939
+ 'comment': null
45940
+ },
45941
+ 'FloatValue': {
45942
+ 'fields': {
45943
+ 'value': {
45944
+ 'type': 'float',
45945
+ 'id': 1
45946
+ }
45947
+ },
45948
+ 'comment': null
45949
+ },
45950
+ 'Int64Value': {
45951
+ 'fields': {
45952
+ 'value': {
45953
+ 'type': 'int64',
45954
+ 'id': 1
45955
+ }
45956
+ },
45957
+ 'comment': null
45958
+ },
45959
+ 'UInt64Value': {
45960
+ 'fields': {
45961
+ 'value': {
45962
+ 'type': 'uint64',
45963
+ 'id': 1
45964
+ }
45965
+ },
45966
+ 'comment': null
45967
+ },
45968
+ 'Int32Value': {
45969
+ 'fields': {
45970
+ 'value': {
45971
+ 'type': 'int32',
45972
+ 'id': 1
45973
+ }
45974
+ },
45975
+ 'comment': null
45976
+ },
45977
+ 'UInt32Value': {
45978
+ 'fields': {
45979
+ 'value': {
45980
+ 'type': 'uint32',
45981
+ 'id': 1
45982
+ }
45983
+ },
45984
+ 'comment': null
45985
+ },
45986
+ 'BoolValue': {
45987
+ 'fields': {
45988
+ 'value': {
45989
+ 'type': 'bool',
45990
+ 'id': 1
45991
+ }
45992
+ },
45993
+ 'comment': null
45994
+ },
45995
+ 'StringValue': {
45996
+ 'fields': {
45997
+ 'value': {
45998
+ 'type': 'string',
45999
+ 'id': 1
46000
+ }
46001
+ },
46002
+ 'comment': null
46003
+ },
46004
+ 'BytesValue': {
46005
+ 'fields': {
46006
+ 'value': {
46007
+ 'type': 'bytes',
46008
+ 'id': 1
46009
+ }
46010
+ },
46011
+ 'comment': null
46012
+ },
45653
46013
  'FileDescriptorSet': {
45654
46014
  'fields': {
45655
46015
  'file': {
@@ -46880,87 +47240,6 @@ $root.__lookup = function (pbjs) {
46880
47240
  },
46881
47241
  'comment': null
46882
47242
  },
46883
- 'DoubleValue': {
46884
- 'fields': {
46885
- 'value': {
46886
- 'type': 'double',
46887
- 'id': 1
46888
- }
46889
- },
46890
- 'comment': null
46891
- },
46892
- 'FloatValue': {
46893
- 'fields': {
46894
- 'value': {
46895
- 'type': 'float',
46896
- 'id': 1
46897
- }
46898
- },
46899
- 'comment': null
46900
- },
46901
- 'Int64Value': {
46902
- 'fields': {
46903
- 'value': {
46904
- 'type': 'int64',
46905
- 'id': 1
46906
- }
46907
- },
46908
- 'comment': null
46909
- },
46910
- 'UInt64Value': {
46911
- 'fields': {
46912
- 'value': {
46913
- 'type': 'uint64',
46914
- 'id': 1
46915
- }
46916
- },
46917
- 'comment': null
46918
- },
46919
- 'Int32Value': {
46920
- 'fields': {
46921
- 'value': {
46922
- 'type': 'int32',
46923
- 'id': 1
46924
- }
46925
- },
46926
- 'comment': null
46927
- },
46928
- 'UInt32Value': {
46929
- 'fields': {
46930
- 'value': {
46931
- 'type': 'uint32',
46932
- 'id': 1
46933
- }
46934
- },
46935
- 'comment': null
46936
- },
46937
- 'BoolValue': {
46938
- 'fields': {
46939
- 'value': {
46940
- 'type': 'bool',
46941
- 'id': 1
46942
- }
46943
- },
46944
- 'comment': null
46945
- },
46946
- 'StringValue': {
46947
- 'fields': {
46948
- 'value': {
46949
- 'type': 'string',
46950
- 'id': 1
46951
- }
46952
- },
46953
- 'comment': null
46954
- },
46955
- 'BytesValue': {
46956
- 'fields': {
46957
- 'value': {
46958
- 'type': 'bytes',
46959
- 'id': 1
46960
- }
46961
- },
46962
- 'comment': null
46963
- },
46964
47243
  'Timestamp': {
46965
47244
  'fields': {
46966
47245
  'seconds': {
@@ -47530,6 +47809,7 @@ $root.com = (function () {
47530
47809
  constructor(props) {
47531
47810
  this.term = props && props.term;
47532
47811
  this.isMain = props && props.isMain;
47812
+ this.origin = props && props.origin;
47533
47813
  }
47534
47814
  static toJSON(obj, helper, withDefaults) {
47535
47815
  if (obj == null) {
@@ -47546,6 +47826,11 @@ $root.com = (function () {
47546
47826
  } else if (withDefaults) {
47547
47827
  json['isMain'] = false;
47548
47828
  }
47829
+ if (obj['origin'] != null) {
47830
+ json['origin'] = $root.google.protobuf.StringValue.toJSON(obj['origin'], helper, withDefaults);
47831
+ } else if (withDefaults) {
47832
+ delete json['origin'];
47833
+ }
47549
47834
  return json;
47550
47835
  }
47551
47836
  }
@@ -47566,6 +47851,13 @@ $root.com = (function () {
47566
47851
  } else {
47567
47852
  delete result['isMain'];
47568
47853
  }
47854
+ if (json['origin'] != null) {
47855
+ result['origin'] = $root.google.protobuf.StringValue.fromJSON(json['origin'], helper);
47856
+ } else if (withDefaults !== false) {
47857
+ delete result['origin'];
47858
+ } else {
47859
+ delete result['origin'];
47860
+ }
47569
47861
  return result;
47570
47862
  } else
47571
47863
  return json;
@@ -47581,6 +47873,9 @@ $root.com = (function () {
47581
47873
  if (obj['isMain'] != null) {
47582
47874
  grpc['isMain'] = obj['isMain'];
47583
47875
  }
47876
+ if (obj['origin'] != null) {
47877
+ grpc['origin'] = $root.google.protobuf.StringValue.toGRPC(obj['origin'], helper);
47878
+ }
47584
47879
  return grpc;
47585
47880
  }
47586
47881
  }
@@ -47599,6 +47894,11 @@ $root.com = (function () {
47599
47894
  } else {
47600
47895
  result['isMain'] = false;
47601
47896
  }
47897
+ if (grpc['origin'] != null) {
47898
+ result['origin'] = $root.google.protobuf.StringValue.fromGRPC(grpc['origin'], helper);
47899
+ } else {
47900
+ delete result['origin'];
47901
+ }
47602
47902
  return result;
47603
47903
  }
47604
47904
  }
@@ -47928,6 +48228,7 @@ $root.com = (function () {
47928
48228
  constructor(props) {
47929
48229
  this.term = props && props.term;
47930
48230
  this.isMain = props && props.isMain;
48231
+ this.origin = props && props.origin;
47931
48232
  }
47932
48233
  static toJSON(obj, helper, withDefaults) {
47933
48234
  if (obj == null) {
@@ -47944,6 +48245,11 @@ $root.com = (function () {
47944
48245
  } else if (withDefaults) {
47945
48246
  json['isMain'] = false;
47946
48247
  }
48248
+ if (obj['origin'] != null) {
48249
+ json['origin'] = $root.google.protobuf.StringValue.toJSON(obj['origin'], helper, withDefaults);
48250
+ } else if (withDefaults) {
48251
+ delete json['origin'];
48252
+ }
47947
48253
  return json;
47948
48254
  }
47949
48255
  }
@@ -47964,6 +48270,13 @@ $root.com = (function () {
47964
48270
  } else {
47965
48271
  delete result['isMain'];
47966
48272
  }
48273
+ if (json['origin'] != null) {
48274
+ result['origin'] = $root.google.protobuf.StringValue.fromJSON(json['origin'], helper);
48275
+ } else if (withDefaults !== false) {
48276
+ delete result['origin'];
48277
+ } else {
48278
+ delete result['origin'];
48279
+ }
47967
48280
  return result;
47968
48281
  } else
47969
48282
  return json;
@@ -47979,6 +48292,9 @@ $root.com = (function () {
47979
48292
  if (obj['isMain'] != null) {
47980
48293
  grpc['isMain'] = obj['isMain'];
47981
48294
  }
48295
+ if (obj['origin'] != null) {
48296
+ grpc['origin'] = $root.google.protobuf.StringValue.toGRPC(obj['origin'], helper);
48297
+ }
47982
48298
  return grpc;
47983
48299
  }
47984
48300
  }
@@ -47997,6 +48313,11 @@ $root.com = (function () {
47997
48313
  } else {
47998
48314
  result['isMain'] = false;
47999
48315
  }
48316
+ if (grpc['origin'] != null) {
48317
+ result['origin'] = $root.google.protobuf.StringValue.fromGRPC(grpc['origin'], helper);
48318
+ } else {
48319
+ delete result['origin'];
48320
+ }
48000
48321
  return result;
48001
48322
  }
48002
48323
  }
@@ -68645,7 +68966,9 @@ $root.com = (function () {
68645
68966
  'RISE': 'RISE',
68646
68967
  20: 'RISE',
68647
68968
  'BRANDED_FIRST': 'BRANDED_FIRST',
68648
- 21: 'BRANDED_FIRST'
68969
+ 21: 'BRANDED_FIRST',
68970
+ 'NOWNIA': 'NOWNIA',
68971
+ 22: 'NOWNIA'
68649
68972
  };
68650
68973
  MetaSite.Flag = {
68651
68974
  'UNKNOWN_FLAG': 'UNKNOWN_FLAG',
@@ -68735,7 +69058,9 @@ $root.com = (function () {
68735
69058
  'RISE': 'RISE',
68736
69059
  20: 'RISE',
68737
69060
  'BRANDED_FIRST': 'BRANDED_FIRST',
68738
- 21: 'BRANDED_FIRST'
69061
+ 21: 'BRANDED_FIRST',
69062
+ 'NOWNIA': 'NOWNIA',
69063
+ 22: 'NOWNIA'
68739
69064
  };
68740
69065
  MetaSite.Flag = {
68741
69066
  'UNKNOWN_FLAG': 'UNKNOWN_FLAG',
@@ -74027,6 +74352,108 @@ $root.com = (function () {
74027
74352
  'FAIRE_COM': 'FAIRE_COM',
74028
74353
  15: 'FAIRE_COM'
74029
74354
  };
74355
+ _api.ExternalReference = (function () {
74356
+ class ExternalReference {
74357
+ constructor(props) {
74358
+ this.appId = props && props.appId;
74359
+ this.resourceId = props && props.resourceId;
74360
+ }
74361
+ static toJSON(obj, helper, withDefaults) {
74362
+ if (obj == null) {
74363
+ return null;
74364
+ } else {
74365
+ const json = {};
74366
+ if (obj['appId'] != null) {
74367
+ json['appId'] = obj['appId'];
74368
+ } else if (withDefaults) {
74369
+ json['appId'] = '';
74370
+ }
74371
+ if (obj['resourceId'] != null) {
74372
+ json['resourceId'] = $root.google.protobuf.StringValue.toJSON(obj['resourceId'], helper, withDefaults);
74373
+ } else if (withDefaults) {
74374
+ delete json['resourceId'];
74375
+ }
74376
+ return json;
74377
+ }
74378
+ }
74379
+ static fromJSON(json, helper, withDefaults) {
74380
+ if (typeof json === 'object' && !Array.isArray(json)) {
74381
+ const result = new $root.com.wix.ecommerce.platform_common.api.ExternalReference();
74382
+ if (json['appId'] != null) {
74383
+ result['appId'] = json['appId'];
74384
+ } else if (withDefaults !== false) {
74385
+ result['appId'] = '';
74386
+ } else {
74387
+ delete result['appId'];
74388
+ }
74389
+ if (json['resourceId'] != null) {
74390
+ result['resourceId'] = $root.google.protobuf.StringValue.fromJSON(json['resourceId'], helper);
74391
+ } else if (withDefaults !== false) {
74392
+ delete result['resourceId'];
74393
+ } else {
74394
+ delete result['resourceId'];
74395
+ }
74396
+ return result;
74397
+ } else
74398
+ return json;
74399
+ }
74400
+ static toGRPC(obj, helper) {
74401
+ if (obj == null) {
74402
+ return null;
74403
+ } else {
74404
+ const grpc = {};
74405
+ if (obj['appId'] != null) {
74406
+ grpc['appId'] = obj['appId'];
74407
+ }
74408
+ if (obj['resourceId'] != null) {
74409
+ grpc['resourceId'] = $root.google.protobuf.StringValue.toGRPC(obj['resourceId'], helper);
74410
+ }
74411
+ return grpc;
74412
+ }
74413
+ }
74414
+ static fromGRPC(grpc, helper) {
74415
+ if (grpc == null) {
74416
+ return null;
74417
+ } else {
74418
+ const result = new $root.com.wix.ecommerce.platform_common.api.ExternalReference();
74419
+ if (grpc['appId'] != null) {
74420
+ result['appId'] = grpc['appId'];
74421
+ } else {
74422
+ result['appId'] = '';
74423
+ }
74424
+ if (grpc['resourceId'] != null) {
74425
+ result['resourceId'] = $root.google.protobuf.StringValue.fromGRPC(grpc['resourceId'], helper);
74426
+ } else {
74427
+ delete result['resourceId'];
74428
+ }
74429
+ return result;
74430
+ }
74431
+ }
74432
+ }
74433
+ __builtIn.Object.defineProperty(ExternalReference.prototype, '__proto', {
74434
+ value: pbjs => {
74435
+ return $root.__lookup(pbjs)('com.wix.ecommerce.platform_common.api.ExternalReference');
74436
+ },
74437
+ enumerable: false,
74438
+ configurable: false
74439
+ });
74440
+ __builtIn.Object.defineProperty(ExternalReference.prototype, '__fqn__', {
74441
+ value: 'com.wix.ecommerce.platform_common.api.ExternalReference',
74442
+ enumerable: false,
74443
+ configurable: false
74444
+ });
74445
+ __builtIn.Object.defineProperty(ExternalReference.prototype, '__options__', {
74446
+ value: $root.__options,
74447
+ enumerable: false,
74448
+ configurable: false
74449
+ });
74450
+ __builtIn.Object.defineProperty(ExternalReference.prototype, '__root__', {
74451
+ value: $root,
74452
+ enumerable: false,
74453
+ configurable: false
74454
+ });
74455
+ return ExternalReference;
74456
+ }());;
74030
74457
  _api.LocationAndQuantity = (function () {
74031
74458
  class LocationAndQuantity {
74032
74459
  constructor(props) {
@@ -81032,6 +81459,8 @@ $root.com = (function () {
81032
81459
  this.visitorId = props && props.visitorId;
81033
81460
  this.appScope = props && props.appScope;
81034
81461
  this.parentAccount = props && props.parentAccount;
81462
+ this.targetAccountVip = props && props.targetAccountVip;
81463
+ this.metasiteVip = props && props.metasiteVip;
81035
81464
  }
81036
81465
  static toJSON(obj, helper, withDefaults) {
81037
81466
  if (obj == null) {
@@ -81078,6 +81507,16 @@ $root.com = (function () {
81078
81507
  } else if (withDefaults) {
81079
81508
  delete json['parentAccount'];
81080
81509
  }
81510
+ if (obj['targetAccountVip'] != null) {
81511
+ json['targetAccountVip'] = $root.google.protobuf.BoolValue.toJSON(obj['targetAccountVip'], helper, withDefaults);
81512
+ } else if (withDefaults) {
81513
+ delete json['targetAccountVip'];
81514
+ }
81515
+ if (obj['metasiteVip'] != null) {
81516
+ json['metasiteVip'] = $root.google.protobuf.BoolValue.toJSON(obj['metasiteVip'], helper, withDefaults);
81517
+ } else if (withDefaults) {
81518
+ delete json['metasiteVip'];
81519
+ }
81081
81520
  return json;
81082
81521
  }
81083
81522
  }
@@ -81140,6 +81579,20 @@ $root.com = (function () {
81140
81579
  } else {
81141
81580
  delete result['parentAccount'];
81142
81581
  }
81582
+ if (json['targetAccountVip'] != null) {
81583
+ result['targetAccountVip'] = $root.google.protobuf.BoolValue.fromJSON(json['targetAccountVip'], helper);
81584
+ } else if (withDefaults !== false) {
81585
+ delete result['targetAccountVip'];
81586
+ } else {
81587
+ delete result['targetAccountVip'];
81588
+ }
81589
+ if (json['metasiteVip'] != null) {
81590
+ result['metasiteVip'] = $root.google.protobuf.BoolValue.fromJSON(json['metasiteVip'], helper);
81591
+ } else if (withDefaults !== false) {
81592
+ delete result['metasiteVip'];
81593
+ } else {
81594
+ delete result['metasiteVip'];
81595
+ }
81143
81596
  return result;
81144
81597
  } else
81145
81598
  return json;
@@ -81173,6 +81626,12 @@ $root.com = (function () {
81173
81626
  if (obj['parentAccount'] != null) {
81174
81627
  grpc['parentAccount'] = $root.com.wix.core.services.identification2.ParentAccount.toGRPC(obj['parentAccount'], helper);
81175
81628
  }
81629
+ if (obj['targetAccountVip'] != null) {
81630
+ grpc['targetAccountVip'] = $root.google.protobuf.BoolValue.toGRPC(obj['targetAccountVip'], helper);
81631
+ }
81632
+ if (obj['metasiteVip'] != null) {
81633
+ grpc['metasiteVip'] = $root.google.protobuf.BoolValue.toGRPC(obj['metasiteVip'], helper);
81634
+ }
81176
81635
  return grpc;
81177
81636
  }
81178
81637
  }
@@ -81221,6 +81680,16 @@ $root.com = (function () {
81221
81680
  } else {
81222
81681
  delete result['parentAccount'];
81223
81682
  }
81683
+ if (grpc['targetAccountVip'] != null) {
81684
+ result['targetAccountVip'] = $root.google.protobuf.BoolValue.fromGRPC(grpc['targetAccountVip'], helper);
81685
+ } else {
81686
+ delete result['targetAccountVip'];
81687
+ }
81688
+ if (grpc['metasiteVip'] != null) {
81689
+ result['metasiteVip'] = $root.google.protobuf.BoolValue.fromGRPC(grpc['metasiteVip'], helper);
81690
+ } else {
81691
+ delete result['metasiteVip'];
81692
+ }
81224
81693
  return result;
81225
81694
  }
81226
81695
  }
@@ -81724,6 +82193,8 @@ $root.wix = (function () {
81724
82193
  this.domainEvents = props && props.domainEvents;
81725
82194
  this.taggable = props && props.taggable;
81726
82195
  this.queryOptions = props && props.queryOptions;
82196
+ this.eventsExposure = props && props.eventsExposure;
82197
+ this.eventsMaturity = props && props.eventsMaturity;
81727
82198
  }
81728
82199
  static toJSON(obj, helper, withDefaults) {
81729
82200
  if (obj == null) {
@@ -81804,6 +82275,16 @@ $root.wix = (function () {
81804
82275
  } else if (withDefaults) {
81805
82276
  delete json['queryOptions'];
81806
82277
  }
82278
+ if (obj['eventsExposure'] != null) {
82279
+ json['eventsExposure'] = $root.wix.api.Exposure[obj['eventsExposure']];
82280
+ } else if (withDefaults) {
82281
+ json['eventsExposure'] = 'PRIVATE';
82282
+ }
82283
+ if (obj['eventsMaturity'] != null) {
82284
+ json['eventsMaturity'] = $root.wix.api.Maturity[obj['eventsMaturity']];
82285
+ } else if (withDefaults) {
82286
+ json['eventsMaturity'] = 'ALPHA';
82287
+ }
81807
82288
  return json;
81808
82289
  }
81809
82290
  }
@@ -81912,6 +82393,20 @@ $root.wix = (function () {
81912
82393
  } else {
81913
82394
  delete result['queryOptions'];
81914
82395
  }
82396
+ if (json['eventsExposure'] != null) {
82397
+ result['eventsExposure'] = typeof json['eventsExposure'] === 'string' ? json['eventsExposure'] : $root.wix.api.Exposure[json['eventsExposure']];
82398
+ } else if (withDefaults !== false) {
82399
+ result['eventsExposure'] = 'PRIVATE';
82400
+ } else {
82401
+ delete result['eventsExposure'];
82402
+ }
82403
+ if (json['eventsMaturity'] != null) {
82404
+ result['eventsMaturity'] = typeof json['eventsMaturity'] === 'string' ? json['eventsMaturity'] : $root.wix.api.Maturity[json['eventsMaturity']];
82405
+ } else if (withDefaults !== false) {
82406
+ result['eventsMaturity'] = 'ALPHA';
82407
+ } else {
82408
+ delete result['eventsMaturity'];
82409
+ }
81915
82410
  return result;
81916
82411
  } else
81917
82412
  return json;
@@ -81967,6 +82462,12 @@ $root.wix = (function () {
81967
82462
  if (obj['queryOptions'] != null) {
81968
82463
  grpc['queryOptions'] = $root.wix.api.QueryOptions.toGRPC(obj['queryOptions'], helper);
81969
82464
  }
82465
+ if (obj['eventsExposure'] != null) {
82466
+ grpc['eventsExposure'] = obj['eventsExposure'];
82467
+ }
82468
+ if (obj['eventsMaturity'] != null) {
82469
+ grpc['eventsMaturity'] = obj['eventsMaturity'];
82470
+ }
81970
82471
  return grpc;
81971
82472
  }
81972
82473
  }
@@ -82049,6 +82550,16 @@ $root.wix = (function () {
82049
82550
  } else {
82050
82551
  delete result['queryOptions'];
82051
82552
  }
82553
+ if (grpc['eventsExposure'] != null) {
82554
+ result['eventsExposure'] = grpc['eventsExposure'];
82555
+ } else {
82556
+ result['eventsExposure'] = 'PRIVATE';
82557
+ }
82558
+ if (grpc['eventsMaturity'] != null) {
82559
+ result['eventsMaturity'] = grpc['eventsMaturity'];
82560
+ } else {
82561
+ result['eventsMaturity'] = 'ALPHA';
82562
+ }
82052
82563
  return result;
82053
82564
  }
82054
82565
  }
@@ -82082,6 +82593,7 @@ $root.wix = (function () {
82082
82593
  constructor(props) {
82083
82594
  this.nestedExtensionFieldPath = props && props.nestedExtensionFieldPath;
82084
82595
  this.filterable = props && props.filterable;
82596
+ this.nestedExtensionPointMappings = props && props.nestedExtensionPointMappings;
82085
82597
  }
82086
82598
  static toJSON(obj, helper, withDefaults) {
82087
82599
  if (obj == null) {
@@ -82098,6 +82610,13 @@ $root.wix = (function () {
82098
82610
  } else if (withDefaults) {
82099
82611
  json['filterable'] = false;
82100
82612
  }
82613
+ if (obj['nestedExtensionPointMappings'] != null) {
82614
+ json['nestedExtensionPointMappings'] = obj['nestedExtensionPointMappings'].map(e => {
82615
+ return $root.wix.api.NestedExtensionPointMapping.toJSON(e, helper, withDefaults);
82616
+ });
82617
+ } else if (withDefaults) {
82618
+ json['nestedExtensionPointMappings'] = [];
82619
+ }
82101
82620
  return json;
82102
82621
  }
82103
82622
  }
@@ -82118,6 +82637,15 @@ $root.wix = (function () {
82118
82637
  } else {
82119
82638
  delete result['filterable'];
82120
82639
  }
82640
+ if (json['nestedExtensionPointMappings'] != null) {
82641
+ result['nestedExtensionPointMappings'] = Array.isArray(json['nestedExtensionPointMappings']) ? json['nestedExtensionPointMappings'].map(e => {
82642
+ return $root.wix.api.NestedExtensionPointMapping.fromJSON(e, helper);
82643
+ }) : json['nestedExtensionPointMappings'];
82644
+ } else if (withDefaults !== false) {
82645
+ result['nestedExtensionPointMappings'] = [];
82646
+ } else {
82647
+ delete result['nestedExtensionPointMappings'];
82648
+ }
82121
82649
  return result;
82122
82650
  } else
82123
82651
  return json;
@@ -82133,6 +82661,11 @@ $root.wix = (function () {
82133
82661
  if (obj['filterable'] != null) {
82134
82662
  grpc['filterable'] = obj['filterable'];
82135
82663
  }
82664
+ if (obj['nestedExtensionPointMappings'] != null) {
82665
+ grpc['nestedExtensionPointMappings'] = obj['nestedExtensionPointMappings'].map(e => {
82666
+ return $root.wix.api.NestedExtensionPointMapping.toGRPC(e, helper);
82667
+ });
82668
+ }
82136
82669
  return grpc;
82137
82670
  }
82138
82671
  }
@@ -82151,6 +82684,13 @@ $root.wix = (function () {
82151
82684
  } else {
82152
82685
  result['filterable'] = false;
82153
82686
  }
82687
+ if (grpc['nestedExtensionPointMappings'] != null) {
82688
+ result['nestedExtensionPointMappings'] = grpc['nestedExtensionPointMappings'].map(e => {
82689
+ return $root.wix.api.NestedExtensionPointMapping.fromGRPC(e, helper);
82690
+ });
82691
+ } else {
82692
+ result['nestedExtensionPointMappings'] = [];
82693
+ }
82154
82694
  return result;
82155
82695
  }
82156
82696
  }
@@ -82179,6 +82719,108 @@ $root.wix = (function () {
82179
82719
  });
82180
82720
  return Extensible;
82181
82721
  }());;
82722
+ _api.NestedExtensionPointMapping = (function () {
82723
+ class NestedExtensionPointMapping {
82724
+ constructor(props) {
82725
+ this.extensionPoint = props && props.extensionPoint;
82726
+ this.path = props && props.path;
82727
+ }
82728
+ static toJSON(obj, helper, withDefaults) {
82729
+ if (obj == null) {
82730
+ return null;
82731
+ } else {
82732
+ const json = {};
82733
+ if (obj['extensionPoint'] != null) {
82734
+ json['extensionPoint'] = obj['extensionPoint'];
82735
+ } else if (withDefaults) {
82736
+ json['extensionPoint'] = '';
82737
+ }
82738
+ if (obj['path'] != null) {
82739
+ json['path'] = obj['path'];
82740
+ } else if (withDefaults) {
82741
+ json['path'] = '';
82742
+ }
82743
+ return json;
82744
+ }
82745
+ }
82746
+ static fromJSON(json, helper, withDefaults) {
82747
+ if (typeof json === 'object' && !Array.isArray(json)) {
82748
+ const result = new $root.wix.api.NestedExtensionPointMapping();
82749
+ if (json['extensionPoint'] != null) {
82750
+ result['extensionPoint'] = json['extensionPoint'];
82751
+ } else if (withDefaults !== false) {
82752
+ result['extensionPoint'] = '';
82753
+ } else {
82754
+ delete result['extensionPoint'];
82755
+ }
82756
+ if (json['path'] != null) {
82757
+ result['path'] = json['path'];
82758
+ } else if (withDefaults !== false) {
82759
+ result['path'] = '';
82760
+ } else {
82761
+ delete result['path'];
82762
+ }
82763
+ return result;
82764
+ } else
82765
+ return json;
82766
+ }
82767
+ static toGRPC(obj, helper) {
82768
+ if (obj == null) {
82769
+ return null;
82770
+ } else {
82771
+ const grpc = {};
82772
+ if (obj['extensionPoint'] != null) {
82773
+ grpc['extensionPoint'] = obj['extensionPoint'];
82774
+ }
82775
+ if (obj['path'] != null) {
82776
+ grpc['path'] = obj['path'];
82777
+ }
82778
+ return grpc;
82779
+ }
82780
+ }
82781
+ static fromGRPC(grpc, helper) {
82782
+ if (grpc == null) {
82783
+ return null;
82784
+ } else {
82785
+ const result = new $root.wix.api.NestedExtensionPointMapping();
82786
+ if (grpc['extensionPoint'] != null) {
82787
+ result['extensionPoint'] = grpc['extensionPoint'];
82788
+ } else {
82789
+ result['extensionPoint'] = '';
82790
+ }
82791
+ if (grpc['path'] != null) {
82792
+ result['path'] = grpc['path'];
82793
+ } else {
82794
+ result['path'] = '';
82795
+ }
82796
+ return result;
82797
+ }
82798
+ }
82799
+ }
82800
+ __builtIn.Object.defineProperty(NestedExtensionPointMapping.prototype, '__proto', {
82801
+ value: pbjs => {
82802
+ return $root.__lookup(pbjs)('wix.api.NestedExtensionPointMapping');
82803
+ },
82804
+ enumerable: false,
82805
+ configurable: false
82806
+ });
82807
+ __builtIn.Object.defineProperty(NestedExtensionPointMapping.prototype, '__fqn__', {
82808
+ value: 'wix.api.NestedExtensionPointMapping',
82809
+ enumerable: false,
82810
+ configurable: false
82811
+ });
82812
+ __builtIn.Object.defineProperty(NestedExtensionPointMapping.prototype, '__options__', {
82813
+ value: $root.__options,
82814
+ enumerable: false,
82815
+ configurable: false
82816
+ });
82817
+ __builtIn.Object.defineProperty(NestedExtensionPointMapping.prototype, '__root__', {
82818
+ value: $root,
82819
+ enumerable: false,
82820
+ configurable: false
82821
+ });
82822
+ return NestedExtensionPointMapping;
82823
+ }());;
82182
82824
  _api.MessageAppendix = (function () {
82183
82825
  class MessageAppendix {
82184
82826
  constructor(props) {
@@ -82267,7 +82909,9 @@ $root.wix = (function () {
82267
82909
  'MULTILINGUAL': 'MULTILINGUAL',
82268
82910
  3: 'MULTILINGUAL',
82269
82911
  'SEARCH': 'SEARCH',
82270
- 4: 'SEARCH'
82912
+ 4: 'SEARCH',
82913
+ 'AUTO_SDK': 'AUTO_SDK',
82914
+ 5: 'AUTO_SDK'
82271
82915
  };
82272
82916
  MessageAppendix.Type = {
82273
82917
  'UNKNOWN_APPENDIX_TYPE': 'UNKNOWN_APPENDIX_TYPE',
@@ -82279,7 +82923,9 @@ $root.wix = (function () {
82279
82923
  'MULTILINGUAL': 'MULTILINGUAL',
82280
82924
  3: 'MULTILINGUAL',
82281
82925
  'SEARCH': 'SEARCH',
82282
- 4: 'SEARCH'
82926
+ 4: 'SEARCH',
82927
+ 'AUTO_SDK': 'AUTO_SDK',
82928
+ 5: 'AUTO_SDK'
82283
82929
  };
82284
82930
  __builtIn.Object.defineProperty(MessageAppendix.prototype, '__proto', {
82285
82931
  value: pbjs => {
@@ -93021,6 +93667,8 @@ $root.wix = (function () {
93021
93667
  this.sizeInBytes = props && props.sizeInBytes;
93022
93668
  this.urlExpirationDate = props && props.urlExpirationDate;
93023
93669
  this.durationInMilliseconds = props && props.durationInMilliseconds;
93670
+ this.title = props && props.title;
93671
+ this.description = props && props.description;
93024
93672
  }
93025
93673
  static toJSON(obj, helper, withDefaults) {
93026
93674
  if (obj == null) {
@@ -93071,6 +93719,16 @@ $root.wix = (function () {
93071
93719
  } else if (withDefaults) {
93072
93720
  delete json['durationInMilliseconds'];
93073
93721
  }
93722
+ if (obj['title'] != null) {
93723
+ json['title'] = $root.google.protobuf.StringValue.toJSON(obj['title'], helper, withDefaults);
93724
+ } else if (withDefaults) {
93725
+ delete json['title'];
93726
+ }
93727
+ if (obj['description'] != null) {
93728
+ json['description'] = $root.google.protobuf.StringValue.toJSON(obj['description'], helper, withDefaults);
93729
+ } else if (withDefaults) {
93730
+ delete json['description'];
93731
+ }
93074
93732
  return json;
93075
93733
  }
93076
93734
  }
@@ -93137,6 +93795,20 @@ $root.wix = (function () {
93137
93795
  } else {
93138
93796
  delete result['durationInMilliseconds'];
93139
93797
  }
93798
+ if (json['title'] != null) {
93799
+ result['title'] = $root.google.protobuf.StringValue.fromJSON(json['title'], helper);
93800
+ } else if (withDefaults !== false) {
93801
+ delete result['title'];
93802
+ } else {
93803
+ delete result['title'];
93804
+ }
93805
+ if (json['description'] != null) {
93806
+ result['description'] = $root.google.protobuf.StringValue.fromJSON(json['description'], helper);
93807
+ } else if (withDefaults !== false) {
93808
+ delete result['description'];
93809
+ } else {
93810
+ delete result['description'];
93811
+ }
93140
93812
  return result;
93141
93813
  } else
93142
93814
  return json;
@@ -93174,6 +93846,12 @@ $root.wix = (function () {
93174
93846
  if (obj['durationInMilliseconds'] != null) {
93175
93847
  grpc['durationInMilliseconds'] = $root.google.protobuf.Int32Value.toGRPC(obj['durationInMilliseconds'], helper);
93176
93848
  }
93849
+ if (obj['title'] != null) {
93850
+ grpc['title'] = $root.google.protobuf.StringValue.toGRPC(obj['title'], helper);
93851
+ }
93852
+ if (obj['description'] != null) {
93853
+ grpc['description'] = $root.google.protobuf.StringValue.toGRPC(obj['description'], helper);
93854
+ }
93177
93855
  return grpc;
93178
93856
  }
93179
93857
  }
@@ -93226,6 +93904,16 @@ $root.wix = (function () {
93226
93904
  } else {
93227
93905
  delete result['durationInMilliseconds'];
93228
93906
  }
93907
+ if (grpc['title'] != null) {
93908
+ result['title'] = $root.google.protobuf.StringValue.fromGRPC(grpc['title'], helper);
93909
+ } else {
93910
+ delete result['title'];
93911
+ }
93912
+ if (grpc['description'] != null) {
93913
+ result['description'] = $root.google.protobuf.StringValue.fromGRPC(grpc['description'], helper);
93914
+ } else {
93915
+ delete result['description'];
93916
+ }
93229
93917
  return result;
93230
93918
  }
93231
93919
  }
@@ -177444,6 +178132,9 @@ $root.wix = (function () {
177444
178132
  fetchLocationInventoryItem(aspects, msg) {
177445
178133
  throw new TypeError('method fetchLocationInventoryItem is abstract');
177446
178134
  }
178135
+ fetchLocationInventoryItemsForAllLocations(aspects, msg) {
178136
+ throw new TypeError('method fetchLocationInventoryItemsForAllLocations is abstract');
178137
+ }
177447
178138
  queryLocationInventory(aspects, msg) {
177448
178139
  throw new TypeError('method queryLocationInventory is abstract');
177449
178140
  }
@@ -177454,6 +178145,12 @@ $root.wix = (function () {
177454
178145
  $root.wix.inventory.api.v1.FetchLocationInventoryItemResponse
177455
178146
  ];
177456
178147
  };
178148
+ LocationInventoryReadApi.prototype.fetchLocationInventoryItemsForAllLocations._messageTypes = function () {
178149
+ return [
178150
+ $root.wix.inventory.api.v1.FetchLocationInventoryItemsForAllLocationsRequest,
178151
+ $root.wix.inventory.api.v1.FetchLocationInventoryItemsForAllLocationsResponse
178152
+ ];
178153
+ };
177457
178154
  LocationInventoryReadApi.prototype.queryLocationInventory._messageTypes = function () {
177458
178155
  return [
177459
178156
  $root.wix.inventory.api.v1.QueryLocationInventoryRequest,
@@ -177463,6 +178160,9 @@ $root.wix = (function () {
177463
178160
  LocationInventoryReadApi.prototype.fetchLocationInventoryItem.__proto = pbjs => {
177464
178161
  return $root.__lookup(pbjs)('wix.inventory.api.v1.LocationInventoryReadApi.FetchLocationInventoryItem');
177465
178162
  };
178163
+ LocationInventoryReadApi.prototype.fetchLocationInventoryItemsForAllLocations.__proto = pbjs => {
178164
+ return $root.__lookup(pbjs)('wix.inventory.api.v1.LocationInventoryReadApi.FetchLocationInventoryItemsForAllLocations');
178165
+ };
177466
178166
  LocationInventoryReadApi.prototype.queryLocationInventory.__proto = pbjs => {
177467
178167
  return $root.__lookup(pbjs)('wix.inventory.api.v1.LocationInventoryReadApi.QueryLocationInventory');
177468
178168
  };
@@ -177792,6 +178492,184 @@ $root.wix = (function () {
177792
178492
  });
177793
178493
  return FetchLocationInventoryItemResponse;
177794
178494
  }());;
178495
+ _v1.FetchLocationInventoryItemsForAllLocationsRequest = (function () {
178496
+ class FetchLocationInventoryItemsForAllLocationsRequest {
178497
+ constructor(props) {
178498
+ this.productIds = props && props.productIds;
178499
+ }
178500
+ static toJSON(obj, helper, withDefaults) {
178501
+ if (obj == null) {
178502
+ return null;
178503
+ } else {
178504
+ const json = {};
178505
+ if (obj['productIds'] != null) {
178506
+ json['productIds'] = obj['productIds'].map(e => {
178507
+ return e;
178508
+ });
178509
+ } else if (withDefaults) {
178510
+ json['productIds'] = [];
178511
+ }
178512
+ return json;
178513
+ }
178514
+ }
178515
+ static fromJSON(json, helper, withDefaults) {
178516
+ if (typeof json === 'object' && !Array.isArray(json)) {
178517
+ const result = new $root.wix.inventory.api.v1.FetchLocationInventoryItemsForAllLocationsRequest();
178518
+ if (json['productIds'] != null) {
178519
+ result['productIds'] = Array.isArray(json['productIds']) ? json['productIds'].map(e => {
178520
+ return e;
178521
+ }) : json['productIds'];
178522
+ } else if (withDefaults !== false) {
178523
+ result['productIds'] = [];
178524
+ } else {
178525
+ delete result['productIds'];
178526
+ }
178527
+ return result;
178528
+ } else
178529
+ return json;
178530
+ }
178531
+ static toGRPC(obj, helper) {
178532
+ if (obj == null) {
178533
+ return null;
178534
+ } else {
178535
+ const grpc = {};
178536
+ if (obj['productIds'] != null) {
178537
+ grpc['productIds'] = obj['productIds'].map(e => {
178538
+ return e;
178539
+ });
178540
+ }
178541
+ return grpc;
178542
+ }
178543
+ }
178544
+ static fromGRPC(grpc, helper) {
178545
+ if (grpc == null) {
178546
+ return null;
178547
+ } else {
178548
+ const result = new $root.wix.inventory.api.v1.FetchLocationInventoryItemsForAllLocationsRequest();
178549
+ if (grpc['productIds'] != null) {
178550
+ result['productIds'] = grpc['productIds'].map(e => {
178551
+ return e;
178552
+ });
178553
+ } else {
178554
+ result['productIds'] = [];
178555
+ }
178556
+ return result;
178557
+ }
178558
+ }
178559
+ }
178560
+ __builtIn.Object.defineProperty(FetchLocationInventoryItemsForAllLocationsRequest.prototype, '__proto', {
178561
+ value: pbjs => {
178562
+ return $root.__lookup(pbjs)('wix.inventory.api.v1.FetchLocationInventoryItemsForAllLocationsRequest');
178563
+ },
178564
+ enumerable: false,
178565
+ configurable: false
178566
+ });
178567
+ __builtIn.Object.defineProperty(FetchLocationInventoryItemsForAllLocationsRequest.prototype, '__fqn__', {
178568
+ value: 'wix.inventory.api.v1.FetchLocationInventoryItemsForAllLocationsRequest',
178569
+ enumerable: false,
178570
+ configurable: false
178571
+ });
178572
+ __builtIn.Object.defineProperty(FetchLocationInventoryItemsForAllLocationsRequest.prototype, '__options__', {
178573
+ value: $root.__options,
178574
+ enumerable: false,
178575
+ configurable: false
178576
+ });
178577
+ __builtIn.Object.defineProperty(FetchLocationInventoryItemsForAllLocationsRequest.prototype, '__root__', {
178578
+ value: $root,
178579
+ enumerable: false,
178580
+ configurable: false
178581
+ });
178582
+ return FetchLocationInventoryItemsForAllLocationsRequest;
178583
+ }());;
178584
+ _v1.FetchLocationInventoryItemsForAllLocationsResponse = (function () {
178585
+ class FetchLocationInventoryItemsForAllLocationsResponse {
178586
+ constructor(props) {
178587
+ this.locationInventoryItems = props && props.locationInventoryItems;
178588
+ }
178589
+ static toJSON(obj, helper, withDefaults) {
178590
+ if (obj == null) {
178591
+ return null;
178592
+ } else {
178593
+ const json = {};
178594
+ if (obj['locationInventoryItems'] != null) {
178595
+ json['locationInventoryItems'] = obj['locationInventoryItems'].map(e => {
178596
+ return $root.wix.inventory.api.v1.LocationInventoryItem.toJSON(e, helper, withDefaults);
178597
+ });
178598
+ } else if (withDefaults) {
178599
+ json['locationInventoryItems'] = [];
178600
+ }
178601
+ return json;
178602
+ }
178603
+ }
178604
+ static fromJSON(json, helper, withDefaults) {
178605
+ if (typeof json === 'object' && !Array.isArray(json)) {
178606
+ const result = new $root.wix.inventory.api.v1.FetchLocationInventoryItemsForAllLocationsResponse();
178607
+ if (json['locationInventoryItems'] != null) {
178608
+ result['locationInventoryItems'] = Array.isArray(json['locationInventoryItems']) ? json['locationInventoryItems'].map(e => {
178609
+ return $root.wix.inventory.api.v1.LocationInventoryItem.fromJSON(e, helper);
178610
+ }) : json['locationInventoryItems'];
178611
+ } else if (withDefaults !== false) {
178612
+ result['locationInventoryItems'] = [];
178613
+ } else {
178614
+ delete result['locationInventoryItems'];
178615
+ }
178616
+ return result;
178617
+ } else
178618
+ return json;
178619
+ }
178620
+ static toGRPC(obj, helper) {
178621
+ if (obj == null) {
178622
+ return null;
178623
+ } else {
178624
+ const grpc = {};
178625
+ if (obj['locationInventoryItems'] != null) {
178626
+ grpc['locationInventoryItems'] = obj['locationInventoryItems'].map(e => {
178627
+ return $root.wix.inventory.api.v1.LocationInventoryItem.toGRPC(e, helper);
178628
+ });
178629
+ }
178630
+ return grpc;
178631
+ }
178632
+ }
178633
+ static fromGRPC(grpc, helper) {
178634
+ if (grpc == null) {
178635
+ return null;
178636
+ } else {
178637
+ const result = new $root.wix.inventory.api.v1.FetchLocationInventoryItemsForAllLocationsResponse();
178638
+ if (grpc['locationInventoryItems'] != null) {
178639
+ result['locationInventoryItems'] = grpc['locationInventoryItems'].map(e => {
178640
+ return $root.wix.inventory.api.v1.LocationInventoryItem.fromGRPC(e, helper);
178641
+ });
178642
+ } else {
178643
+ result['locationInventoryItems'] = [];
178644
+ }
178645
+ return result;
178646
+ }
178647
+ }
178648
+ }
178649
+ __builtIn.Object.defineProperty(FetchLocationInventoryItemsForAllLocationsResponse.prototype, '__proto', {
178650
+ value: pbjs => {
178651
+ return $root.__lookup(pbjs)('wix.inventory.api.v1.FetchLocationInventoryItemsForAllLocationsResponse');
178652
+ },
178653
+ enumerable: false,
178654
+ configurable: false
178655
+ });
178656
+ __builtIn.Object.defineProperty(FetchLocationInventoryItemsForAllLocationsResponse.prototype, '__fqn__', {
178657
+ value: 'wix.inventory.api.v1.FetchLocationInventoryItemsForAllLocationsResponse',
178658
+ enumerable: false,
178659
+ configurable: false
178660
+ });
178661
+ __builtIn.Object.defineProperty(FetchLocationInventoryItemsForAllLocationsResponse.prototype, '__options__', {
178662
+ value: $root.__options,
178663
+ enumerable: false,
178664
+ configurable: false
178665
+ });
178666
+ __builtIn.Object.defineProperty(FetchLocationInventoryItemsForAllLocationsResponse.prototype, '__root__', {
178667
+ value: $root,
178668
+ enumerable: false,
178669
+ configurable: false
178670
+ });
178671
+ return FetchLocationInventoryItemsForAllLocationsResponse;
178672
+ }());;
177795
178673
  _v1.QueryLocationInventoryRequest = (function () {
177796
178674
  class QueryLocationInventoryRequest {
177797
178675
  constructor(props) {
@@ -201774,8 +202652,8 @@ $root.wix = (function () {
201774
202652
  getCatalogVersion(aspects, msg) {
201775
202653
  throw new TypeError('method getCatalogVersion is abstract');
201776
202654
  }
201777
- getProvision(aspects, msg) {
201778
- throw new TypeError('method getProvision is abstract');
202655
+ provision(aspects, msg) {
202656
+ throw new TypeError('method provision is abstract');
201779
202657
  }
201780
202658
  installBassAppDependency(aspects, msg) {
201781
202659
  throw new TypeError('method installBassAppDependency is abstract');
@@ -201793,10 +202671,10 @@ $root.wix = (function () {
201793
202671
  $root.wix.stores.catalog.provision.v1.GetCatalogVersionResponse
201794
202672
  ];
201795
202673
  };
201796
- StoresProvisionService.prototype.getProvision._messageTypes = function () {
202674
+ StoresProvisionService.prototype.provision._messageTypes = function () {
201797
202675
  return [
201798
- $root.wix.stores.catalog.provision.v1.GetProvisionRequest,
201799
- $root.wix.stores.catalog.provision.v1.GetProvisionResponse
202676
+ $root.wix.stores.catalog.provision.v1.ProvisionRequest,
202677
+ $root.wix.stores.catalog.provision.v1.ProvisionResponse
201800
202678
  ];
201801
202679
  };
201802
202680
  StoresProvisionService.prototype.installBassAppDependency._messageTypes = function () {
@@ -201820,8 +202698,8 @@ $root.wix = (function () {
201820
202698
  StoresProvisionService.prototype.getCatalogVersion.__proto = pbjs => {
201821
202699
  return $root.__lookup(pbjs)('wix.stores.catalog.provision.v1.StoresProvisionService.GetCatalogVersion');
201822
202700
  };
201823
- StoresProvisionService.prototype.getProvision.__proto = pbjs => {
201824
- return $root.__lookup(pbjs)('wix.stores.catalog.provision.v1.StoresProvisionService.GetProvision');
202701
+ StoresProvisionService.prototype.provision.__proto = pbjs => {
202702
+ return $root.__lookup(pbjs)('wix.stores.catalog.provision.v1.StoresProvisionService.Provision');
201825
202703
  };
201826
202704
  StoresProvisionService.prototype.installBassAppDependency.__proto = pbjs => {
201827
202705
  return $root.__lookup(pbjs)('wix.stores.catalog.provision.v1.StoresProvisionService.InstallBassAppDependency');
@@ -202007,8 +202885,8 @@ $root.wix = (function () {
202007
202885
  });
202008
202886
  return GetCatalogVersionResponse;
202009
202887
  }());;
202010
- _v1.GetProvisionRequest = (function () {
202011
- class GetProvisionRequest {
202888
+ _v1.ProvisionRequest = (function () {
202889
+ class ProvisionRequest {
202012
202890
  constructor(props) {
202013
202891
  this.originalInstanceId = props && props.originalInstanceId;
202014
202892
  }
@@ -202027,7 +202905,7 @@ $root.wix = (function () {
202027
202905
  }
202028
202906
  static fromJSON(json, helper, withDefaults) {
202029
202907
  if (typeof json === 'object' && !Array.isArray(json)) {
202030
- const result = new $root.wix.stores.catalog.provision.v1.GetProvisionRequest();
202908
+ const result = new $root.wix.stores.catalog.provision.v1.ProvisionRequest();
202031
202909
  if (json['originalInstanceId'] != null) {
202032
202910
  result['originalInstanceId'] = $root.google.protobuf.StringValue.fromJSON(json['originalInstanceId'], helper);
202033
202911
  } else if (withDefaults !== false) {
@@ -202054,7 +202932,7 @@ $root.wix = (function () {
202054
202932
  if (grpc == null) {
202055
202933
  return null;
202056
202934
  } else {
202057
- const result = new $root.wix.stores.catalog.provision.v1.GetProvisionRequest();
202935
+ const result = new $root.wix.stores.catalog.provision.v1.ProvisionRequest();
202058
202936
  if (grpc['originalInstanceId'] != null) {
202059
202937
  result['originalInstanceId'] = $root.google.protobuf.StringValue.fromGRPC(grpc['originalInstanceId'], helper);
202060
202938
  } else {
@@ -202064,32 +202942,32 @@ $root.wix = (function () {
202064
202942
  }
202065
202943
  }
202066
202944
  }
202067
- __builtIn.Object.defineProperty(GetProvisionRequest.prototype, '__proto', {
202945
+ __builtIn.Object.defineProperty(ProvisionRequest.prototype, '__proto', {
202068
202946
  value: pbjs => {
202069
- return $root.__lookup(pbjs)('wix.stores.catalog.provision.v1.GetProvisionRequest');
202947
+ return $root.__lookup(pbjs)('wix.stores.catalog.provision.v1.ProvisionRequest');
202070
202948
  },
202071
202949
  enumerable: false,
202072
202950
  configurable: false
202073
202951
  });
202074
- __builtIn.Object.defineProperty(GetProvisionRequest.prototype, '__fqn__', {
202075
- value: 'wix.stores.catalog.provision.v1.GetProvisionRequest',
202952
+ __builtIn.Object.defineProperty(ProvisionRequest.prototype, '__fqn__', {
202953
+ value: 'wix.stores.catalog.provision.v1.ProvisionRequest',
202076
202954
  enumerable: false,
202077
202955
  configurable: false
202078
202956
  });
202079
- __builtIn.Object.defineProperty(GetProvisionRequest.prototype, '__options__', {
202957
+ __builtIn.Object.defineProperty(ProvisionRequest.prototype, '__options__', {
202080
202958
  value: $root.__options,
202081
202959
  enumerable: false,
202082
202960
  configurable: false
202083
202961
  });
202084
- __builtIn.Object.defineProperty(GetProvisionRequest.prototype, '__root__', {
202962
+ __builtIn.Object.defineProperty(ProvisionRequest.prototype, '__root__', {
202085
202963
  value: $root,
202086
202964
  enumerable: false,
202087
202965
  configurable: false
202088
202966
  });
202089
- return GetProvisionRequest;
202967
+ return ProvisionRequest;
202090
202968
  }());;
202091
- _v1.GetProvisionResponse = (function () {
202092
- class GetProvisionResponse {
202969
+ _v1.ProvisionResponse = (function () {
202970
+ class ProvisionResponse {
202093
202971
  constructor(props) {
202094
202972
  this.provision = props && props.provision;
202095
202973
  }
@@ -202108,7 +202986,7 @@ $root.wix = (function () {
202108
202986
  }
202109
202987
  static fromJSON(json, helper, withDefaults) {
202110
202988
  if (typeof json === 'object' && !Array.isArray(json)) {
202111
- const result = new $root.wix.stores.catalog.provision.v1.GetProvisionResponse();
202989
+ const result = new $root.wix.stores.catalog.provision.v1.ProvisionResponse();
202112
202990
  if (json['provision'] != null) {
202113
202991
  result['provision'] = $root.wix.stores.catalog.provision.v1.Provision.fromJSON(json['provision'], helper);
202114
202992
  } else if (withDefaults !== false) {
@@ -202135,7 +203013,7 @@ $root.wix = (function () {
202135
203013
  if (grpc == null) {
202136
203014
  return null;
202137
203015
  } else {
202138
- const result = new $root.wix.stores.catalog.provision.v1.GetProvisionResponse();
203016
+ const result = new $root.wix.stores.catalog.provision.v1.ProvisionResponse();
202139
203017
  if (grpc['provision'] != null) {
202140
203018
  result['provision'] = $root.wix.stores.catalog.provision.v1.Provision.fromGRPC(grpc['provision'], helper);
202141
203019
  } else {
@@ -202145,29 +203023,29 @@ $root.wix = (function () {
202145
203023
  }
202146
203024
  }
202147
203025
  }
202148
- __builtIn.Object.defineProperty(GetProvisionResponse.prototype, '__proto', {
203026
+ __builtIn.Object.defineProperty(ProvisionResponse.prototype, '__proto', {
202149
203027
  value: pbjs => {
202150
- return $root.__lookup(pbjs)('wix.stores.catalog.provision.v1.GetProvisionResponse');
203028
+ return $root.__lookup(pbjs)('wix.stores.catalog.provision.v1.ProvisionResponse');
202151
203029
  },
202152
203030
  enumerable: false,
202153
203031
  configurable: false
202154
203032
  });
202155
- __builtIn.Object.defineProperty(GetProvisionResponse.prototype, '__fqn__', {
202156
- value: 'wix.stores.catalog.provision.v1.GetProvisionResponse',
203033
+ __builtIn.Object.defineProperty(ProvisionResponse.prototype, '__fqn__', {
203034
+ value: 'wix.stores.catalog.provision.v1.ProvisionResponse',
202157
203035
  enumerable: false,
202158
203036
  configurable: false
202159
203037
  });
202160
- __builtIn.Object.defineProperty(GetProvisionResponse.prototype, '__options__', {
203038
+ __builtIn.Object.defineProperty(ProvisionResponse.prototype, '__options__', {
202161
203039
  value: $root.__options,
202162
203040
  enumerable: false,
202163
203041
  configurable: false
202164
203042
  });
202165
- __builtIn.Object.defineProperty(GetProvisionResponse.prototype, '__root__', {
203043
+ __builtIn.Object.defineProperty(ProvisionResponse.prototype, '__root__', {
202166
203044
  value: $root,
202167
203045
  enumerable: false,
202168
203046
  configurable: false
202169
203047
  });
202170
- return GetProvisionResponse;
203048
+ return ProvisionResponse;
202171
203049
  }());;
202172
203050
  _v1.DefaultDeliveryProfileSetup = (function () {
202173
203051
  class DefaultDeliveryProfileSetup {
@@ -218005,6 +218883,7 @@ $root.wix = (function () {
218005
218883
  this.jobId = props && props.jobId;
218006
218884
  this.paging = props && props.paging;
218007
218885
  this.hasError = props && props.hasError;
218886
+ this.statusFilter = props && props.statusFilter;
218008
218887
  }
218009
218888
  static toJSON(obj, helper, withDefaults) {
218010
218889
  if (obj == null) {
@@ -218026,6 +218905,11 @@ $root.wix = (function () {
218026
218905
  } else if (withDefaults) {
218027
218906
  delete json['hasError'];
218028
218907
  }
218908
+ if (obj['statusFilter'] != null) {
218909
+ json['statusFilter'] = $root.wix.infra.asyncjobs.v1.ListAsyncJobItemsRequest.StatusFilter[obj['statusFilter']];
218910
+ } else if (withDefaults) {
218911
+ json['statusFilter'] = 'ALL';
218912
+ }
218029
218913
  return json;
218030
218914
  }
218031
218915
  }
@@ -218053,6 +218937,13 @@ $root.wix = (function () {
218053
218937
  } else {
218054
218938
  delete result['hasError'];
218055
218939
  }
218940
+ if (json['statusFilter'] != null) {
218941
+ result['statusFilter'] = typeof json['statusFilter'] === 'string' ? json['statusFilter'] : $root.wix.infra.asyncjobs.v1.ListAsyncJobItemsRequest.StatusFilter[json['statusFilter']];
218942
+ } else if (withDefaults !== false) {
218943
+ result['statusFilter'] = 'ALL';
218944
+ } else {
218945
+ delete result['statusFilter'];
218946
+ }
218056
218947
  return result;
218057
218948
  } else
218058
218949
  return json;
@@ -218071,6 +218962,9 @@ $root.wix = (function () {
218071
218962
  if (obj['hasError'] != null) {
218072
218963
  grpc['hasError'] = $root.google.protobuf.BoolValue.toGRPC(obj['hasError'], helper);
218073
218964
  }
218965
+ if (obj['statusFilter'] != null) {
218966
+ grpc['statusFilter'] = obj['statusFilter'];
218967
+ }
218074
218968
  return grpc;
218075
218969
  }
218076
218970
  }
@@ -218094,10 +218988,31 @@ $root.wix = (function () {
218094
218988
  } else {
218095
218989
  delete result['hasError'];
218096
218990
  }
218991
+ if (grpc['statusFilter'] != null) {
218992
+ result['statusFilter'] = grpc['statusFilter'];
218993
+ } else {
218994
+ result['statusFilter'] = 'ALL';
218995
+ }
218097
218996
  return result;
218098
218997
  }
218099
218998
  }
218100
218999
  }
219000
+ ListAsyncJobItemsRequest.StatusFilter = {
219001
+ 'ALL': 'ALL',
219002
+ 0: 'ALL',
219003
+ 'FAILED_ONLY': 'FAILED_ONLY',
219004
+ 1: 'FAILED_ONLY',
219005
+ 'SUCCESSFUL_ONLY': 'SUCCESSFUL_ONLY',
219006
+ 2: 'SUCCESSFUL_ONLY'
219007
+ };
219008
+ ListAsyncJobItemsRequest.StatusFilter = {
219009
+ 'ALL': 'ALL',
219010
+ 0: 'ALL',
219011
+ 'FAILED_ONLY': 'FAILED_ONLY',
219012
+ 1: 'FAILED_ONLY',
219013
+ 'SUCCESSFUL_ONLY': 'SUCCESSFUL_ONLY',
219014
+ 2: 'SUCCESSFUL_ONLY'
219015
+ };
218101
219016
  __builtIn.Object.defineProperty(ListAsyncJobItemsRequest.prototype, '__proto', {
218102
219017
  value: pbjs => {
218103
219018
  return $root.__lookup(pbjs)('wix.infra.asyncjobs.v1.ListAsyncJobItemsRequest');
@@ -222864,6 +223779,391 @@ $root.google = (function () {
222864
223779
  });
222865
223780
  return ListValue;
222866
223781
  }());;
223782
+ _protobuf.DoubleValue = (function () {
223783
+ class DoubleValue {
223784
+ constructor(props) {
223785
+ this.value = props && props.value;
223786
+ }
223787
+ static toJSON(obj, helper) {
223788
+ return obj == null ? obj : isNaN(obj) ? 'NaN' : isFinite(obj) ? obj : obj.toString();
223789
+ }
223790
+ static fromJSON(json, helper) {
223791
+ return json === 'NaN' ? NaN : json === 'Infinity' ? Infinity : json === '-Infinity' ? -Infinity : json;
223792
+ }
223793
+ static toGRPC(obj, helper) {
223794
+ return obj == null ? obj : { 'value': obj };
223795
+ }
223796
+ static fromGRPC(grpc, helper) {
223797
+ return grpc && grpc.value;
223798
+ }
223799
+ }
223800
+ __builtIn.Object.defineProperty(DoubleValue.prototype, '__proto', {
223801
+ value: pbjs => {
223802
+ return $root.__lookup(pbjs)('google.protobuf.DoubleValue');
223803
+ },
223804
+ enumerable: false,
223805
+ configurable: false
223806
+ });
223807
+ __builtIn.Object.defineProperty(DoubleValue.prototype, '__fqn__', {
223808
+ value: 'google.protobuf.DoubleValue',
223809
+ enumerable: false,
223810
+ configurable: false
223811
+ });
223812
+ __builtIn.Object.defineProperty(DoubleValue.prototype, '__options__', {
223813
+ value: $root.__options,
223814
+ enumerable: false,
223815
+ configurable: false
223816
+ });
223817
+ __builtIn.Object.defineProperty(DoubleValue.prototype, '__root__', {
223818
+ value: $root,
223819
+ enumerable: false,
223820
+ configurable: false
223821
+ });
223822
+ return DoubleValue;
223823
+ }());;
223824
+ _protobuf.FloatValue = (function () {
223825
+ class FloatValue {
223826
+ constructor(props) {
223827
+ this.value = props && props.value;
223828
+ }
223829
+ static toJSON(obj, helper) {
223830
+ return obj == null ? obj : isNaN(obj) ? 'NaN' : isFinite(obj) ? obj : obj.toString();
223831
+ }
223832
+ static fromJSON(json, helper) {
223833
+ return json === 'NaN' ? NaN : json === 'Infinity' ? Infinity : json === '-Infinity' ? -Infinity : json;
223834
+ }
223835
+ static toGRPC(obj, helper) {
223836
+ return obj == null ? obj : { 'value': obj };
223837
+ }
223838
+ static fromGRPC(grpc, helper) {
223839
+ return grpc && grpc.value;
223840
+ }
223841
+ }
223842
+ __builtIn.Object.defineProperty(FloatValue.prototype, '__proto', {
223843
+ value: pbjs => {
223844
+ return $root.__lookup(pbjs)('google.protobuf.FloatValue');
223845
+ },
223846
+ enumerable: false,
223847
+ configurable: false
223848
+ });
223849
+ __builtIn.Object.defineProperty(FloatValue.prototype, '__fqn__', {
223850
+ value: 'google.protobuf.FloatValue',
223851
+ enumerable: false,
223852
+ configurable: false
223853
+ });
223854
+ __builtIn.Object.defineProperty(FloatValue.prototype, '__options__', {
223855
+ value: $root.__options,
223856
+ enumerable: false,
223857
+ configurable: false
223858
+ });
223859
+ __builtIn.Object.defineProperty(FloatValue.prototype, '__root__', {
223860
+ value: $root,
223861
+ enumerable: false,
223862
+ configurable: false
223863
+ });
223864
+ return FloatValue;
223865
+ }());;
223866
+ _protobuf.Int64Value = (function () {
223867
+ class Int64Value {
223868
+ constructor(props) {
223869
+ this.value = props && props.value;
223870
+ }
223871
+ static toJSON(obj, helper) {
223872
+ return obj == null ? obj : obj.toString();
223873
+ }
223874
+ static fromJSON(json, helper) {
223875
+ return json == null ? json : typeof json === 'number' || typeof json === 'string' && /^[-+]?\d+$/.test(json) ? json.toString() : json;
223876
+ }
223877
+ static toGRPC(obj, helper) {
223878
+ return obj == null ? obj : { 'value': obj.toString() };
223879
+ }
223880
+ static fromGRPC(grpc, helper) {
223881
+ return grpc && (typeof grpc.value === 'number' || typeof grpc.value === 'string' && /^[-+]?\d+$/.test(grpc.value) ? grpc.value.toString() : grpc.value);
223882
+ }
223883
+ }
223884
+ __builtIn.Object.defineProperty(Int64Value.prototype, '__proto', {
223885
+ value: pbjs => {
223886
+ return $root.__lookup(pbjs)('google.protobuf.Int64Value');
223887
+ },
223888
+ enumerable: false,
223889
+ configurable: false
223890
+ });
223891
+ __builtIn.Object.defineProperty(Int64Value.prototype, '__fqn__', {
223892
+ value: 'google.protobuf.Int64Value',
223893
+ enumerable: false,
223894
+ configurable: false
223895
+ });
223896
+ __builtIn.Object.defineProperty(Int64Value.prototype, '__options__', {
223897
+ value: $root.__options,
223898
+ enumerable: false,
223899
+ configurable: false
223900
+ });
223901
+ __builtIn.Object.defineProperty(Int64Value.prototype, '__root__', {
223902
+ value: $root,
223903
+ enumerable: false,
223904
+ configurable: false
223905
+ });
223906
+ return Int64Value;
223907
+ }());;
223908
+ _protobuf.UInt64Value = (function () {
223909
+ class UInt64Value {
223910
+ constructor(props) {
223911
+ this.value = props && props.value;
223912
+ }
223913
+ static toJSON(obj, helper) {
223914
+ return obj == null ? obj : obj.toString();
223915
+ }
223916
+ static fromJSON(json, helper) {
223917
+ return json == null ? json : typeof json === 'number' || typeof json === 'string' && /^[-+]?\d+$/.test(json) ? json.toString() : json;
223918
+ }
223919
+ static toGRPC(obj, helper) {
223920
+ return obj == null ? obj : { 'value': obj.toString() };
223921
+ }
223922
+ static fromGRPC(grpc, helper) {
223923
+ return grpc && (typeof grpc.value === 'number' || typeof grpc.value === 'string' && /^[-+]?\d+$/.test(grpc.value) ? grpc.value.toString() : grpc.value);
223924
+ }
223925
+ }
223926
+ __builtIn.Object.defineProperty(UInt64Value.prototype, '__proto', {
223927
+ value: pbjs => {
223928
+ return $root.__lookup(pbjs)('google.protobuf.UInt64Value');
223929
+ },
223930
+ enumerable: false,
223931
+ configurable: false
223932
+ });
223933
+ __builtIn.Object.defineProperty(UInt64Value.prototype, '__fqn__', {
223934
+ value: 'google.protobuf.UInt64Value',
223935
+ enumerable: false,
223936
+ configurable: false
223937
+ });
223938
+ __builtIn.Object.defineProperty(UInt64Value.prototype, '__options__', {
223939
+ value: $root.__options,
223940
+ enumerable: false,
223941
+ configurable: false
223942
+ });
223943
+ __builtIn.Object.defineProperty(UInt64Value.prototype, '__root__', {
223944
+ value: $root,
223945
+ enumerable: false,
223946
+ configurable: false
223947
+ });
223948
+ return UInt64Value;
223949
+ }());;
223950
+ _protobuf.Int32Value = (function () {
223951
+ class Int32Value {
223952
+ constructor(props) {
223953
+ this.value = props && props.value;
223954
+ }
223955
+ static toJSON(obj, helper) {
223956
+ return obj;
223957
+ }
223958
+ static fromJSON(json, helper) {
223959
+ return json;
223960
+ }
223961
+ static toGRPC(obj, helper) {
223962
+ return obj == null ? obj : { 'value': obj };
223963
+ }
223964
+ static fromGRPC(grpc, helper) {
223965
+ return grpc && grpc.value;
223966
+ }
223967
+ }
223968
+ __builtIn.Object.defineProperty(Int32Value.prototype, '__proto', {
223969
+ value: pbjs => {
223970
+ return $root.__lookup(pbjs)('google.protobuf.Int32Value');
223971
+ },
223972
+ enumerable: false,
223973
+ configurable: false
223974
+ });
223975
+ __builtIn.Object.defineProperty(Int32Value.prototype, '__fqn__', {
223976
+ value: 'google.protobuf.Int32Value',
223977
+ enumerable: false,
223978
+ configurable: false
223979
+ });
223980
+ __builtIn.Object.defineProperty(Int32Value.prototype, '__options__', {
223981
+ value: $root.__options,
223982
+ enumerable: false,
223983
+ configurable: false
223984
+ });
223985
+ __builtIn.Object.defineProperty(Int32Value.prototype, '__root__', {
223986
+ value: $root,
223987
+ enumerable: false,
223988
+ configurable: false
223989
+ });
223990
+ return Int32Value;
223991
+ }());;
223992
+ _protobuf.UInt32Value = (function () {
223993
+ class UInt32Value {
223994
+ constructor(props) {
223995
+ this.value = props && props.value;
223996
+ }
223997
+ static toJSON(obj, helper) {
223998
+ return obj;
223999
+ }
224000
+ static fromJSON(json, helper) {
224001
+ return json;
224002
+ }
224003
+ static toGRPC(obj, helper) {
224004
+ return obj == null ? obj : { 'value': obj };
224005
+ }
224006
+ static fromGRPC(grpc, helper) {
224007
+ return grpc && grpc.value;
224008
+ }
224009
+ }
224010
+ __builtIn.Object.defineProperty(UInt32Value.prototype, '__proto', {
224011
+ value: pbjs => {
224012
+ return $root.__lookup(pbjs)('google.protobuf.UInt32Value');
224013
+ },
224014
+ enumerable: false,
224015
+ configurable: false
224016
+ });
224017
+ __builtIn.Object.defineProperty(UInt32Value.prototype, '__fqn__', {
224018
+ value: 'google.protobuf.UInt32Value',
224019
+ enumerable: false,
224020
+ configurable: false
224021
+ });
224022
+ __builtIn.Object.defineProperty(UInt32Value.prototype, '__options__', {
224023
+ value: $root.__options,
224024
+ enumerable: false,
224025
+ configurable: false
224026
+ });
224027
+ __builtIn.Object.defineProperty(UInt32Value.prototype, '__root__', {
224028
+ value: $root,
224029
+ enumerable: false,
224030
+ configurable: false
224031
+ });
224032
+ return UInt32Value;
224033
+ }());;
224034
+ _protobuf.BoolValue = (function () {
224035
+ class BoolValue {
224036
+ constructor(props) {
224037
+ this.value = props && props.value;
224038
+ }
224039
+ static toJSON(obj, helper) {
224040
+ return obj;
224041
+ }
224042
+ static fromJSON(json, helper) {
224043
+ return json;
224044
+ }
224045
+ static toGRPC(obj, helper) {
224046
+ return obj == null ? obj : { 'value': obj };
224047
+ }
224048
+ static fromGRPC(grpc, helper) {
224049
+ return grpc && grpc.value;
224050
+ }
224051
+ }
224052
+ __builtIn.Object.defineProperty(BoolValue.prototype, '__proto', {
224053
+ value: pbjs => {
224054
+ return $root.__lookup(pbjs)('google.protobuf.BoolValue');
224055
+ },
224056
+ enumerable: false,
224057
+ configurable: false
224058
+ });
224059
+ __builtIn.Object.defineProperty(BoolValue.prototype, '__fqn__', {
224060
+ value: 'google.protobuf.BoolValue',
224061
+ enumerable: false,
224062
+ configurable: false
224063
+ });
224064
+ __builtIn.Object.defineProperty(BoolValue.prototype, '__options__', {
224065
+ value: $root.__options,
224066
+ enumerable: false,
224067
+ configurable: false
224068
+ });
224069
+ __builtIn.Object.defineProperty(BoolValue.prototype, '__root__', {
224070
+ value: $root,
224071
+ enumerable: false,
224072
+ configurable: false
224073
+ });
224074
+ return BoolValue;
224075
+ }());;
224076
+ _protobuf.StringValue = (function () {
224077
+ class StringValue {
224078
+ constructor(props) {
224079
+ this.value = props && props.value;
224080
+ }
224081
+ static toJSON(obj, helper) {
224082
+ return obj;
224083
+ }
224084
+ static fromJSON(json, helper) {
224085
+ return json;
224086
+ }
224087
+ static toGRPC(obj, helper) {
224088
+ return obj == null ? obj : { 'value': obj };
224089
+ }
224090
+ static fromGRPC(grpc, helper) {
224091
+ return grpc && grpc.value;
224092
+ }
224093
+ }
224094
+ __builtIn.Object.defineProperty(StringValue.prototype, '__proto', {
224095
+ value: pbjs => {
224096
+ return $root.__lookup(pbjs)('google.protobuf.StringValue');
224097
+ },
224098
+ enumerable: false,
224099
+ configurable: false
224100
+ });
224101
+ __builtIn.Object.defineProperty(StringValue.prototype, '__fqn__', {
224102
+ value: 'google.protobuf.StringValue',
224103
+ enumerable: false,
224104
+ configurable: false
224105
+ });
224106
+ __builtIn.Object.defineProperty(StringValue.prototype, '__options__', {
224107
+ value: $root.__options,
224108
+ enumerable: false,
224109
+ configurable: false
224110
+ });
224111
+ __builtIn.Object.defineProperty(StringValue.prototype, '__root__', {
224112
+ value: $root,
224113
+ enumerable: false,
224114
+ configurable: false
224115
+ });
224116
+ return StringValue;
224117
+ }());;
224118
+ _protobuf.BytesValue = (function () {
224119
+ class BytesValue {
224120
+ constructor(props) {
224121
+ this.value = props && props.value;
224122
+ }
224123
+ static toJSON(obj, helper) {
224124
+ return obj && obj.toString('base64');
224125
+ }
224126
+ static fromJSON(json, helper) {
224127
+ return json && function tryParseBytes(val) {
224128
+ try {
224129
+ return __builtIn.Buffer.from(val, 'base64');
224130
+ } catch (e) {
224131
+ return val;
224132
+ } finally {
224133
+ }
224134
+ }(json);
224135
+ }
224136
+ static toGRPC(obj, helper) {
224137
+ return obj == null ? obj : { 'value': obj };
224138
+ }
224139
+ static fromGRPC(grpc, helper) {
224140
+ return grpc && grpc.value;
224141
+ }
224142
+ }
224143
+ __builtIn.Object.defineProperty(BytesValue.prototype, '__proto', {
224144
+ value: pbjs => {
224145
+ return $root.__lookup(pbjs)('google.protobuf.BytesValue');
224146
+ },
224147
+ enumerable: false,
224148
+ configurable: false
224149
+ });
224150
+ __builtIn.Object.defineProperty(BytesValue.prototype, '__fqn__', {
224151
+ value: 'google.protobuf.BytesValue',
224152
+ enumerable: false,
224153
+ configurable: false
224154
+ });
224155
+ __builtIn.Object.defineProperty(BytesValue.prototype, '__options__', {
224156
+ value: $root.__options,
224157
+ enumerable: false,
224158
+ configurable: false
224159
+ });
224160
+ __builtIn.Object.defineProperty(BytesValue.prototype, '__root__', {
224161
+ value: $root,
224162
+ enumerable: false,
224163
+ configurable: false
224164
+ });
224165
+ return BytesValue;
224166
+ }());;
222867
224167
  _protobuf.FileDescriptorSet = (function () {
222868
224168
  class FileDescriptorSet {
222869
224169
  constructor(props) {
@@ -229873,391 +231173,6 @@ $root.google = (function () {
229873
231173
  });
229874
231174
  return GeneratedCodeInfo;
229875
231175
  }());;
229876
- _protobuf.DoubleValue = (function () {
229877
- class DoubleValue {
229878
- constructor(props) {
229879
- this.value = props && props.value;
229880
- }
229881
- static toJSON(obj, helper) {
229882
- return obj == null ? obj : isNaN(obj) ? 'NaN' : isFinite(obj) ? obj : obj.toString();
229883
- }
229884
- static fromJSON(json, helper) {
229885
- return json === 'NaN' ? NaN : json === 'Infinity' ? Infinity : json === '-Infinity' ? -Infinity : json;
229886
- }
229887
- static toGRPC(obj, helper) {
229888
- return obj == null ? obj : { 'value': obj };
229889
- }
229890
- static fromGRPC(grpc, helper) {
229891
- return grpc && grpc.value;
229892
- }
229893
- }
229894
- __builtIn.Object.defineProperty(DoubleValue.prototype, '__proto', {
229895
- value: pbjs => {
229896
- return $root.__lookup(pbjs)('google.protobuf.DoubleValue');
229897
- },
229898
- enumerable: false,
229899
- configurable: false
229900
- });
229901
- __builtIn.Object.defineProperty(DoubleValue.prototype, '__fqn__', {
229902
- value: 'google.protobuf.DoubleValue',
229903
- enumerable: false,
229904
- configurable: false
229905
- });
229906
- __builtIn.Object.defineProperty(DoubleValue.prototype, '__options__', {
229907
- value: $root.__options,
229908
- enumerable: false,
229909
- configurable: false
229910
- });
229911
- __builtIn.Object.defineProperty(DoubleValue.prototype, '__root__', {
229912
- value: $root,
229913
- enumerable: false,
229914
- configurable: false
229915
- });
229916
- return DoubleValue;
229917
- }());;
229918
- _protobuf.FloatValue = (function () {
229919
- class FloatValue {
229920
- constructor(props) {
229921
- this.value = props && props.value;
229922
- }
229923
- static toJSON(obj, helper) {
229924
- return obj == null ? obj : isNaN(obj) ? 'NaN' : isFinite(obj) ? obj : obj.toString();
229925
- }
229926
- static fromJSON(json, helper) {
229927
- return json === 'NaN' ? NaN : json === 'Infinity' ? Infinity : json === '-Infinity' ? -Infinity : json;
229928
- }
229929
- static toGRPC(obj, helper) {
229930
- return obj == null ? obj : { 'value': obj };
229931
- }
229932
- static fromGRPC(grpc, helper) {
229933
- return grpc && grpc.value;
229934
- }
229935
- }
229936
- __builtIn.Object.defineProperty(FloatValue.prototype, '__proto', {
229937
- value: pbjs => {
229938
- return $root.__lookup(pbjs)('google.protobuf.FloatValue');
229939
- },
229940
- enumerable: false,
229941
- configurable: false
229942
- });
229943
- __builtIn.Object.defineProperty(FloatValue.prototype, '__fqn__', {
229944
- value: 'google.protobuf.FloatValue',
229945
- enumerable: false,
229946
- configurable: false
229947
- });
229948
- __builtIn.Object.defineProperty(FloatValue.prototype, '__options__', {
229949
- value: $root.__options,
229950
- enumerable: false,
229951
- configurable: false
229952
- });
229953
- __builtIn.Object.defineProperty(FloatValue.prototype, '__root__', {
229954
- value: $root,
229955
- enumerable: false,
229956
- configurable: false
229957
- });
229958
- return FloatValue;
229959
- }());;
229960
- _protobuf.Int64Value = (function () {
229961
- class Int64Value {
229962
- constructor(props) {
229963
- this.value = props && props.value;
229964
- }
229965
- static toJSON(obj, helper) {
229966
- return obj == null ? obj : obj.toString();
229967
- }
229968
- static fromJSON(json, helper) {
229969
- return json == null ? json : typeof json === 'number' || typeof json === 'string' && /^[-+]?\d+$/.test(json) ? json.toString() : json;
229970
- }
229971
- static toGRPC(obj, helper) {
229972
- return obj == null ? obj : { 'value': obj.toString() };
229973
- }
229974
- static fromGRPC(grpc, helper) {
229975
- return grpc && (typeof grpc.value === 'number' || typeof grpc.value === 'string' && /^[-+]?\d+$/.test(grpc.value) ? grpc.value.toString() : grpc.value);
229976
- }
229977
- }
229978
- __builtIn.Object.defineProperty(Int64Value.prototype, '__proto', {
229979
- value: pbjs => {
229980
- return $root.__lookup(pbjs)('google.protobuf.Int64Value');
229981
- },
229982
- enumerable: false,
229983
- configurable: false
229984
- });
229985
- __builtIn.Object.defineProperty(Int64Value.prototype, '__fqn__', {
229986
- value: 'google.protobuf.Int64Value',
229987
- enumerable: false,
229988
- configurable: false
229989
- });
229990
- __builtIn.Object.defineProperty(Int64Value.prototype, '__options__', {
229991
- value: $root.__options,
229992
- enumerable: false,
229993
- configurable: false
229994
- });
229995
- __builtIn.Object.defineProperty(Int64Value.prototype, '__root__', {
229996
- value: $root,
229997
- enumerable: false,
229998
- configurable: false
229999
- });
230000
- return Int64Value;
230001
- }());;
230002
- _protobuf.UInt64Value = (function () {
230003
- class UInt64Value {
230004
- constructor(props) {
230005
- this.value = props && props.value;
230006
- }
230007
- static toJSON(obj, helper) {
230008
- return obj == null ? obj : obj.toString();
230009
- }
230010
- static fromJSON(json, helper) {
230011
- return json == null ? json : typeof json === 'number' || typeof json === 'string' && /^[-+]?\d+$/.test(json) ? json.toString() : json;
230012
- }
230013
- static toGRPC(obj, helper) {
230014
- return obj == null ? obj : { 'value': obj.toString() };
230015
- }
230016
- static fromGRPC(grpc, helper) {
230017
- return grpc && (typeof grpc.value === 'number' || typeof grpc.value === 'string' && /^[-+]?\d+$/.test(grpc.value) ? grpc.value.toString() : grpc.value);
230018
- }
230019
- }
230020
- __builtIn.Object.defineProperty(UInt64Value.prototype, '__proto', {
230021
- value: pbjs => {
230022
- return $root.__lookup(pbjs)('google.protobuf.UInt64Value');
230023
- },
230024
- enumerable: false,
230025
- configurable: false
230026
- });
230027
- __builtIn.Object.defineProperty(UInt64Value.prototype, '__fqn__', {
230028
- value: 'google.protobuf.UInt64Value',
230029
- enumerable: false,
230030
- configurable: false
230031
- });
230032
- __builtIn.Object.defineProperty(UInt64Value.prototype, '__options__', {
230033
- value: $root.__options,
230034
- enumerable: false,
230035
- configurable: false
230036
- });
230037
- __builtIn.Object.defineProperty(UInt64Value.prototype, '__root__', {
230038
- value: $root,
230039
- enumerable: false,
230040
- configurable: false
230041
- });
230042
- return UInt64Value;
230043
- }());;
230044
- _protobuf.Int32Value = (function () {
230045
- class Int32Value {
230046
- constructor(props) {
230047
- this.value = props && props.value;
230048
- }
230049
- static toJSON(obj, helper) {
230050
- return obj;
230051
- }
230052
- static fromJSON(json, helper) {
230053
- return json;
230054
- }
230055
- static toGRPC(obj, helper) {
230056
- return obj == null ? obj : { 'value': obj };
230057
- }
230058
- static fromGRPC(grpc, helper) {
230059
- return grpc && grpc.value;
230060
- }
230061
- }
230062
- __builtIn.Object.defineProperty(Int32Value.prototype, '__proto', {
230063
- value: pbjs => {
230064
- return $root.__lookup(pbjs)('google.protobuf.Int32Value');
230065
- },
230066
- enumerable: false,
230067
- configurable: false
230068
- });
230069
- __builtIn.Object.defineProperty(Int32Value.prototype, '__fqn__', {
230070
- value: 'google.protobuf.Int32Value',
230071
- enumerable: false,
230072
- configurable: false
230073
- });
230074
- __builtIn.Object.defineProperty(Int32Value.prototype, '__options__', {
230075
- value: $root.__options,
230076
- enumerable: false,
230077
- configurable: false
230078
- });
230079
- __builtIn.Object.defineProperty(Int32Value.prototype, '__root__', {
230080
- value: $root,
230081
- enumerable: false,
230082
- configurable: false
230083
- });
230084
- return Int32Value;
230085
- }());;
230086
- _protobuf.UInt32Value = (function () {
230087
- class UInt32Value {
230088
- constructor(props) {
230089
- this.value = props && props.value;
230090
- }
230091
- static toJSON(obj, helper) {
230092
- return obj;
230093
- }
230094
- static fromJSON(json, helper) {
230095
- return json;
230096
- }
230097
- static toGRPC(obj, helper) {
230098
- return obj == null ? obj : { 'value': obj };
230099
- }
230100
- static fromGRPC(grpc, helper) {
230101
- return grpc && grpc.value;
230102
- }
230103
- }
230104
- __builtIn.Object.defineProperty(UInt32Value.prototype, '__proto', {
230105
- value: pbjs => {
230106
- return $root.__lookup(pbjs)('google.protobuf.UInt32Value');
230107
- },
230108
- enumerable: false,
230109
- configurable: false
230110
- });
230111
- __builtIn.Object.defineProperty(UInt32Value.prototype, '__fqn__', {
230112
- value: 'google.protobuf.UInt32Value',
230113
- enumerable: false,
230114
- configurable: false
230115
- });
230116
- __builtIn.Object.defineProperty(UInt32Value.prototype, '__options__', {
230117
- value: $root.__options,
230118
- enumerable: false,
230119
- configurable: false
230120
- });
230121
- __builtIn.Object.defineProperty(UInt32Value.prototype, '__root__', {
230122
- value: $root,
230123
- enumerable: false,
230124
- configurable: false
230125
- });
230126
- return UInt32Value;
230127
- }());;
230128
- _protobuf.BoolValue = (function () {
230129
- class BoolValue {
230130
- constructor(props) {
230131
- this.value = props && props.value;
230132
- }
230133
- static toJSON(obj, helper) {
230134
- return obj;
230135
- }
230136
- static fromJSON(json, helper) {
230137
- return json;
230138
- }
230139
- static toGRPC(obj, helper) {
230140
- return obj == null ? obj : { 'value': obj };
230141
- }
230142
- static fromGRPC(grpc, helper) {
230143
- return grpc && grpc.value;
230144
- }
230145
- }
230146
- __builtIn.Object.defineProperty(BoolValue.prototype, '__proto', {
230147
- value: pbjs => {
230148
- return $root.__lookup(pbjs)('google.protobuf.BoolValue');
230149
- },
230150
- enumerable: false,
230151
- configurable: false
230152
- });
230153
- __builtIn.Object.defineProperty(BoolValue.prototype, '__fqn__', {
230154
- value: 'google.protobuf.BoolValue',
230155
- enumerable: false,
230156
- configurable: false
230157
- });
230158
- __builtIn.Object.defineProperty(BoolValue.prototype, '__options__', {
230159
- value: $root.__options,
230160
- enumerable: false,
230161
- configurable: false
230162
- });
230163
- __builtIn.Object.defineProperty(BoolValue.prototype, '__root__', {
230164
- value: $root,
230165
- enumerable: false,
230166
- configurable: false
230167
- });
230168
- return BoolValue;
230169
- }());;
230170
- _protobuf.StringValue = (function () {
230171
- class StringValue {
230172
- constructor(props) {
230173
- this.value = props && props.value;
230174
- }
230175
- static toJSON(obj, helper) {
230176
- return obj;
230177
- }
230178
- static fromJSON(json, helper) {
230179
- return json;
230180
- }
230181
- static toGRPC(obj, helper) {
230182
- return obj == null ? obj : { 'value': obj };
230183
- }
230184
- static fromGRPC(grpc, helper) {
230185
- return grpc && grpc.value;
230186
- }
230187
- }
230188
- __builtIn.Object.defineProperty(StringValue.prototype, '__proto', {
230189
- value: pbjs => {
230190
- return $root.__lookup(pbjs)('google.protobuf.StringValue');
230191
- },
230192
- enumerable: false,
230193
- configurable: false
230194
- });
230195
- __builtIn.Object.defineProperty(StringValue.prototype, '__fqn__', {
230196
- value: 'google.protobuf.StringValue',
230197
- enumerable: false,
230198
- configurable: false
230199
- });
230200
- __builtIn.Object.defineProperty(StringValue.prototype, '__options__', {
230201
- value: $root.__options,
230202
- enumerable: false,
230203
- configurable: false
230204
- });
230205
- __builtIn.Object.defineProperty(StringValue.prototype, '__root__', {
230206
- value: $root,
230207
- enumerable: false,
230208
- configurable: false
230209
- });
230210
- return StringValue;
230211
- }());;
230212
- _protobuf.BytesValue = (function () {
230213
- class BytesValue {
230214
- constructor(props) {
230215
- this.value = props && props.value;
230216
- }
230217
- static toJSON(obj, helper) {
230218
- return obj && obj.toString('base64');
230219
- }
230220
- static fromJSON(json, helper) {
230221
- return json && function tryParseBytes(val) {
230222
- try {
230223
- return __builtIn.Buffer.from(val, 'base64');
230224
- } catch (e) {
230225
- return val;
230226
- } finally {
230227
- }
230228
- }(json);
230229
- }
230230
- static toGRPC(obj, helper) {
230231
- return obj == null ? obj : { 'value': obj };
230232
- }
230233
- static fromGRPC(grpc, helper) {
230234
- return grpc && grpc.value;
230235
- }
230236
- }
230237
- __builtIn.Object.defineProperty(BytesValue.prototype, '__proto', {
230238
- value: pbjs => {
230239
- return $root.__lookup(pbjs)('google.protobuf.BytesValue');
230240
- },
230241
- enumerable: false,
230242
- configurable: false
230243
- });
230244
- __builtIn.Object.defineProperty(BytesValue.prototype, '__fqn__', {
230245
- value: 'google.protobuf.BytesValue',
230246
- enumerable: false,
230247
- configurable: false
230248
- });
230249
- __builtIn.Object.defineProperty(BytesValue.prototype, '__options__', {
230250
- value: $root.__options,
230251
- enumerable: false,
230252
- configurable: false
230253
- });
230254
- __builtIn.Object.defineProperty(BytesValue.prototype, '__root__', {
230255
- value: $root,
230256
- enumerable: false,
230257
- configurable: false
230258
- });
230259
- return BytesValue;
230260
- }());;
230261
231176
  _protobuf.Timestamp = (function () {
230262
231177
  class Timestamp {
230263
231178
  constructor(props) {