@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
@@ -52,11 +52,13 @@ declare namespace $requests {
52
52
  export interface IKeyword {
53
53
  term: string;
54
54
  isMain: boolean;
55
+ origin?: string;
55
56
  }
56
57
  export class Keyword implements IKeyword {
57
58
  constructor(data?: IKeyword);
58
59
  term: string;
59
60
  isMain: boolean;
61
+ origin?: string;
60
62
  static __$$generatedFromProtobuf$$__: Symbol;
61
63
  }
62
64
  }
@@ -1933,6 +1935,7 @@ declare namespace $requests {
1933
1935
  ACCOUNT_MASTER_CMS = "ACCOUNT_MASTER_CMS",
1934
1936
  RISE = "RISE",
1935
1937
  BRANDED_FIRST = "BRANDED_FIRST",
1938
+ NOWNIA = "NOWNIA",
1936
1939
  }
1937
1940
  export enum Flag {
1938
1941
  UNKNOWN_FLAG = "UNKNOWN_FLAG",
@@ -2506,6 +2509,16 @@ declare namespace $requests {
2506
2509
  TIKTOK = "TIKTOK",
2507
2510
  FAIRE_COM = "FAIRE_COM",
2508
2511
  }
2512
+ export interface IExternalReference {
2513
+ appId: string;
2514
+ resourceId?: string;
2515
+ }
2516
+ export class ExternalReference implements IExternalReference {
2517
+ constructor(data?: IExternalReference);
2518
+ appId: string;
2519
+ resourceId?: string;
2520
+ static __$$generatedFromProtobuf$$__: Symbol;
2521
+ }
2509
2522
  export interface ILocationAndQuantity {
2510
2523
  id: string;
2511
2524
  appId?: string;
@@ -3249,6 +3262,8 @@ declare namespace $requests {
3249
3262
  visitorId?: string;
3250
3263
  appScope?: $requests.com.wix.core.services.identification2.IAppScope;
3251
3264
  parentAccount?: $requests.com.wix.core.services.identification2.IParentAccount;
3265
+ targetAccountVip?: boolean;
3266
+ metasiteVip?: boolean;
3252
3267
  }
3253
3268
  export class Context implements IContext {
3254
3269
  constructor(data?: IContext);
@@ -3260,6 +3275,8 @@ declare namespace $requests {
3260
3275
  visitorId?: string;
3261
3276
  appScope?: $requests.com.wix.core.services.identification2.IAppScope;
3262
3277
  parentAccount?: $requests.com.wix.core.services.identification2.IParentAccount;
3278
+ targetAccountVip?: boolean;
3279
+ metasiteVip?: boolean;
3263
3280
  static __$$generatedFromProtobuf$$__: Symbol;
3264
3281
  }
3265
3282
  export interface IIdentificationData {
@@ -3331,6 +3348,8 @@ declare namespace $requests {
3331
3348
  domainEvents?: $requests.wix.api.IDomainEventOptions;
3332
3349
  taggable?: $requests.wix.api.ITaggable;
3333
3350
  queryOptions?: $requests.wix.api.IQueryOptions;
3351
+ eventsExposure: $requests.wix.api.Exposure;
3352
+ eventsMaturity: $requests.wix.api.Maturity;
3334
3353
  }
3335
3354
  export class Entity implements IEntity {
3336
3355
  constructor(data?: IEntity);
@@ -3348,16 +3367,30 @@ declare namespace $requests {
3348
3367
  domainEvents?: $requests.wix.api.IDomainEventOptions;
3349
3368
  taggable?: $requests.wix.api.ITaggable;
3350
3369
  queryOptions?: $requests.wix.api.IQueryOptions;
3370
+ eventsExposure: $requests.wix.api.Exposure;
3371
+ eventsMaturity: $requests.wix.api.Maturity;
3351
3372
  static __$$generatedFromProtobuf$$__: Symbol;
3352
3373
  }
3353
3374
  export interface IExtensible {
3354
3375
  nestedExtensionFieldPath: string;
3355
3376
  filterable: boolean;
3377
+ nestedExtensionPointMappings: $requests.wix.api.INestedExtensionPointMapping[];
3356
3378
  }
3357
3379
  export class Extensible implements IExtensible {
3358
3380
  constructor(data?: IExtensible);
3359
3381
  nestedExtensionFieldPath: string;
3360
3382
  filterable: boolean;
3383
+ nestedExtensionPointMappings: $requests.wix.api.INestedExtensionPointMapping[];
3384
+ static __$$generatedFromProtobuf$$__: Symbol;
3385
+ }
3386
+ export interface INestedExtensionPointMapping {
3387
+ extensionPoint: string;
3388
+ path: string;
3389
+ }
3390
+ export class NestedExtensionPointMapping implements INestedExtensionPointMapping {
3391
+ constructor(data?: INestedExtensionPointMapping);
3392
+ extensionPoint: string;
3393
+ path: string;
3361
3394
  static __$$generatedFromProtobuf$$__: Symbol;
3362
3395
  }
3363
3396
  export interface IMessageAppendix {
@@ -3377,6 +3410,7 @@ declare namespace $requests {
3377
3410
  DOCS_CONF = "DOCS_CONF",
3378
3411
  MULTILINGUAL = "MULTILINGUAL",
3379
3412
  SEARCH = "SEARCH",
3413
+ AUTO_SDK = "AUTO_SDK",
3380
3414
  }
3381
3415
  }
3382
3416
  export interface IDomainEventOptions {
@@ -4522,6 +4556,8 @@ declare namespace $requests {
4522
4556
  sizeInBytes?: string;
4523
4557
  urlExpirationDate?: Date;
4524
4558
  durationInMilliseconds?: number;
4559
+ title?: string;
4560
+ description?: string;
4525
4561
  }
4526
4562
  export class VideoV2 implements IVideoV2 {
4527
4563
  constructor(data?: IVideoV2);
@@ -4533,6 +4569,8 @@ declare namespace $requests {
4533
4569
  sizeInBytes?: string;
4534
4570
  urlExpirationDate?: Date;
4535
4571
  durationInMilliseconds?: number;
4572
+ title?: string;
4573
+ description?: string;
4536
4574
  static __$$generatedFromProtobuf$$__: Symbol;
4537
4575
  }
4538
4576
  export interface IVideoResolution {
@@ -10707,6 +10745,22 @@ declare namespace $requests {
10707
10745
  locationInventoryItem?: $requests.wix.inventory.api.v1.ILocationInventoryItem;
10708
10746
  static __$$generatedFromProtobuf$$__: Symbol;
10709
10747
  }
10748
+ export interface IFetchLocationInventoryItemsForAllLocationsRequest {
10749
+ productIds: string[];
10750
+ }
10751
+ export class FetchLocationInventoryItemsForAllLocationsRequest implements IFetchLocationInventoryItemsForAllLocationsRequest {
10752
+ constructor(data?: IFetchLocationInventoryItemsForAllLocationsRequest);
10753
+ productIds: string[];
10754
+ static __$$generatedFromProtobuf$$__: Symbol;
10755
+ }
10756
+ export interface IFetchLocationInventoryItemsForAllLocationsResponse {
10757
+ locationInventoryItems: $requests.wix.inventory.api.v1.ILocationInventoryItem[];
10758
+ }
10759
+ export class FetchLocationInventoryItemsForAllLocationsResponse implements IFetchLocationInventoryItemsForAllLocationsResponse {
10760
+ constructor(data?: IFetchLocationInventoryItemsForAllLocationsResponse);
10761
+ locationInventoryItems: $requests.wix.inventory.api.v1.ILocationInventoryItem[];
10762
+ static __$$generatedFromProtobuf$$__: Symbol;
10763
+ }
10710
10764
  export interface IQueryLocationInventoryRequest {
10711
10765
  /**
10712
10766
  * Query to match inventory records against catalog product records.
@@ -12945,13 +12999,6 @@ declare namespace $requests {
12945
12999
  export namespace catalog {
12946
13000
  export namespace provision {
12947
13001
  export namespace v1 {
12948
- /**
12949
- * A Provision is a record that contains the version of the catalog a store was installed on.
12950
- * Only one Provision entity can exist per tenant. Retrieving a provision is managed completely by
12951
- * callScope, no api parameters are needed.
12952
- *
12953
- * Services should only use this service if they are part of the install flow.
12954
- */
12955
13002
  export interface IProvision {
12956
13003
  id?: string;
12957
13004
  /**
@@ -12992,19 +13039,19 @@ declare namespace $requests {
12992
13039
  catalogVersion: $requests.wix.stores.catalog.provision.v1.Version;
12993
13040
  static __$$generatedFromProtobuf$$__: Symbol;
12994
13041
  }
12995
- export interface IGetProvisionRequest {
13042
+ export interface IProvisionRequest {
12996
13043
  originalInstanceId?: string;
12997
13044
  }
12998
- export class GetProvisionRequest implements IGetProvisionRequest {
12999
- constructor(data?: IGetProvisionRequest);
13045
+ export class ProvisionRequest implements IProvisionRequest {
13046
+ constructor(data?: IProvisionRequest);
13000
13047
  originalInstanceId?: string;
13001
13048
  static __$$generatedFromProtobuf$$__: Symbol;
13002
13049
  }
13003
- export interface IGetProvisionResponse {
13050
+ export interface IProvisionResponse {
13004
13051
  provision?: $requests.wix.stores.catalog.provision.v1.IProvision;
13005
13052
  }
13006
- export class GetProvisionResponse implements IGetProvisionResponse {
13007
- constructor(data?: IGetProvisionResponse);
13053
+ export class ProvisionResponse implements IProvisionResponse {
13054
+ constructor(data?: IProvisionResponse);
13008
13055
  provision?: $requests.wix.stores.catalog.provision.v1.IProvision;
13009
13056
  static __$$generatedFromProtobuf$$__: Symbol;
13010
13057
  }
@@ -13032,14 +13079,17 @@ declare namespace $requests {
13032
13079
  }
13033
13080
  export namespace location {
13034
13081
  export namespace v3 {
13082
+ /**
13083
+ * A location is a physical or virtual site where products are sold.
13084
+ */
13035
13085
  export interface IStoresLocation {
13036
13086
  id?: string;
13037
13087
  /**
13038
- * Revision number, which increments by 1 each time the StoresLocation is updated.
13088
+ * Revision number, which increments by 1 each time the Stores location is updated.
13039
13089
  * To prevent conflicting changes,
13040
- * the current revision must be passed when updating the StoresLocation.
13090
+ * the current revision must be passed when updating the Stores location.
13041
13091
  *
13042
- * Ignored when creating a StoresLocation.
13092
+ * Ignored when creating a Stores location.
13043
13093
  */
13044
13094
  revision?: (number | string);
13045
13095
  createdDate?: Date;
@@ -14128,14 +14178,23 @@ declare namespace $requests {
14128
14178
  jobId: string;
14129
14179
  paging?: $requests.wix.common.ICursorPaging;
14130
14180
  hasError?: boolean;
14181
+ statusFilter: $requests.wix.infra.asyncjobs.v1.ListAsyncJobItemsRequest.StatusFilter;
14131
14182
  }
14132
14183
  export class ListAsyncJobItemsRequest implements IListAsyncJobItemsRequest {
14133
14184
  constructor(data?: IListAsyncJobItemsRequest);
14134
14185
  jobId: string;
14135
14186
  paging?: $requests.wix.common.ICursorPaging;
14136
14187
  hasError?: boolean;
14188
+ statusFilter: $requests.wix.infra.asyncjobs.v1.ListAsyncJobItemsRequest.StatusFilter;
14137
14189
  static __$$generatedFromProtobuf$$__: Symbol;
14138
14190
  }
14191
+ export namespace ListAsyncJobItemsRequest {
14192
+ export enum StatusFilter {
14193
+ ALL = "ALL",
14194
+ FAILED_ONLY = "FAILED_ONLY",
14195
+ SUCCESSFUL_ONLY = "SUCCESSFUL_ONLY",
14196
+ }
14197
+ }
14139
14198
  export interface IListAsyncJobItemsResponse {
14140
14199
  results: $requests.wix.infra.asyncjobs.v1.IAsyncJobItem[];
14141
14200
  pagingMetadata?: $requests.wix.infra.asyncjobs.v1.upstream.wix.common.IPagingMetadataV2;
@@ -15328,11 +15387,13 @@ declare namespace $responses {
15328
15387
  export interface IKeyword {
15329
15388
  term?: string;
15330
15389
  isMain?: boolean;
15390
+ origin?: string;
15331
15391
  }
15332
15392
  export class Keyword implements IKeyword {
15333
15393
  constructor(data?: IKeyword);
15334
15394
  term?: string;
15335
15395
  isMain?: boolean;
15396
+ origin?: string;
15336
15397
  static __$$generatedFromProtobuf$$__: Symbol;
15337
15398
  }
15338
15399
  }
@@ -17209,6 +17270,7 @@ declare namespace $responses {
17209
17270
  ACCOUNT_MASTER_CMS = "ACCOUNT_MASTER_CMS",
17210
17271
  RISE = "RISE",
17211
17272
  BRANDED_FIRST = "BRANDED_FIRST",
17273
+ NOWNIA = "NOWNIA",
17212
17274
  }
17213
17275
  export enum Flag {
17214
17276
  UNKNOWN_FLAG = "UNKNOWN_FLAG",
@@ -17782,6 +17844,16 @@ declare namespace $responses {
17782
17844
  TIKTOK = "TIKTOK",
17783
17845
  FAIRE_COM = "FAIRE_COM",
17784
17846
  }
17847
+ export interface IExternalReference {
17848
+ appId?: string;
17849
+ resourceId?: string;
17850
+ }
17851
+ export class ExternalReference implements IExternalReference {
17852
+ constructor(data?: IExternalReference);
17853
+ appId?: string;
17854
+ resourceId?: string;
17855
+ static __$$generatedFromProtobuf$$__: Symbol;
17856
+ }
17785
17857
  export interface ILocationAndQuantity {
17786
17858
  id?: string;
17787
17859
  appId?: string;
@@ -18525,6 +18597,8 @@ declare namespace $responses {
18525
18597
  visitorId?: string;
18526
18598
  appScope?: $responses.com.wix.core.services.identification2.IAppScope;
18527
18599
  parentAccount?: $responses.com.wix.core.services.identification2.IParentAccount;
18600
+ targetAccountVip?: boolean;
18601
+ metasiteVip?: boolean;
18528
18602
  }
18529
18603
  export class Context implements IContext {
18530
18604
  constructor(data?: IContext);
@@ -18536,6 +18610,8 @@ declare namespace $responses {
18536
18610
  visitorId?: string;
18537
18611
  appScope?: $responses.com.wix.core.services.identification2.IAppScope;
18538
18612
  parentAccount?: $responses.com.wix.core.services.identification2.IParentAccount;
18613
+ targetAccountVip?: boolean;
18614
+ metasiteVip?: boolean;
18539
18615
  static __$$generatedFromProtobuf$$__: Symbol;
18540
18616
  }
18541
18617
  export interface IIdentificationData {
@@ -18607,6 +18683,8 @@ declare namespace $responses {
18607
18683
  domainEvents?: $responses.wix.api.IDomainEventOptions;
18608
18684
  taggable?: $responses.wix.api.ITaggable;
18609
18685
  queryOptions?: $responses.wix.api.IQueryOptions;
18686
+ eventsExposure?: $responses.wix.api.Exposure;
18687
+ eventsMaturity?: $responses.wix.api.Maturity;
18610
18688
  }
18611
18689
  export class Entity implements IEntity {
18612
18690
  constructor(data?: IEntity);
@@ -18624,16 +18702,30 @@ declare namespace $responses {
18624
18702
  domainEvents?: $responses.wix.api.IDomainEventOptions;
18625
18703
  taggable?: $responses.wix.api.ITaggable;
18626
18704
  queryOptions?: $responses.wix.api.IQueryOptions;
18705
+ eventsExposure?: $responses.wix.api.Exposure;
18706
+ eventsMaturity?: $responses.wix.api.Maturity;
18627
18707
  static __$$generatedFromProtobuf$$__: Symbol;
18628
18708
  }
18629
18709
  export interface IExtensible {
18630
18710
  nestedExtensionFieldPath?: string;
18631
18711
  filterable?: boolean;
18712
+ nestedExtensionPointMappings?: $responses.wix.api.INestedExtensionPointMapping[];
18632
18713
  }
18633
18714
  export class Extensible implements IExtensible {
18634
18715
  constructor(data?: IExtensible);
18635
18716
  nestedExtensionFieldPath?: string;
18636
18717
  filterable?: boolean;
18718
+ nestedExtensionPointMappings?: $responses.wix.api.INestedExtensionPointMapping[];
18719
+ static __$$generatedFromProtobuf$$__: Symbol;
18720
+ }
18721
+ export interface INestedExtensionPointMapping {
18722
+ extensionPoint?: string;
18723
+ path?: string;
18724
+ }
18725
+ export class NestedExtensionPointMapping implements INestedExtensionPointMapping {
18726
+ constructor(data?: INestedExtensionPointMapping);
18727
+ extensionPoint?: string;
18728
+ path?: string;
18637
18729
  static __$$generatedFromProtobuf$$__: Symbol;
18638
18730
  }
18639
18731
  export interface IMessageAppendix {
@@ -18653,6 +18745,7 @@ declare namespace $responses {
18653
18745
  DOCS_CONF = "DOCS_CONF",
18654
18746
  MULTILINGUAL = "MULTILINGUAL",
18655
18747
  SEARCH = "SEARCH",
18748
+ AUTO_SDK = "AUTO_SDK",
18656
18749
  }
18657
18750
  }
18658
18751
  export interface IDomainEventOptions {
@@ -19798,6 +19891,8 @@ declare namespace $responses {
19798
19891
  sizeInBytes?: string;
19799
19892
  urlExpirationDate?: Date;
19800
19893
  durationInMilliseconds?: number;
19894
+ title?: string;
19895
+ description?: string;
19801
19896
  }
19802
19897
  export class VideoV2 implements IVideoV2 {
19803
19898
  constructor(data?: IVideoV2);
@@ -19809,6 +19904,8 @@ declare namespace $responses {
19809
19904
  sizeInBytes?: string;
19810
19905
  urlExpirationDate?: Date;
19811
19906
  durationInMilliseconds?: number;
19907
+ title?: string;
19908
+ description?: string;
19812
19909
  static __$$generatedFromProtobuf$$__: Symbol;
19813
19910
  }
19814
19911
  export interface IVideoResolution {
@@ -25983,6 +26080,22 @@ declare namespace $responses {
25983
26080
  locationInventoryItem?: $responses.wix.inventory.api.v1.ILocationInventoryItem;
25984
26081
  static __$$generatedFromProtobuf$$__: Symbol;
25985
26082
  }
26083
+ export interface IFetchLocationInventoryItemsForAllLocationsRequest {
26084
+ productIds?: string[];
26085
+ }
26086
+ export class FetchLocationInventoryItemsForAllLocationsRequest implements IFetchLocationInventoryItemsForAllLocationsRequest {
26087
+ constructor(data?: IFetchLocationInventoryItemsForAllLocationsRequest);
26088
+ productIds?: string[];
26089
+ static __$$generatedFromProtobuf$$__: Symbol;
26090
+ }
26091
+ export interface IFetchLocationInventoryItemsForAllLocationsResponse {
26092
+ locationInventoryItems?: $responses.wix.inventory.api.v1.ILocationInventoryItem[];
26093
+ }
26094
+ export class FetchLocationInventoryItemsForAllLocationsResponse implements IFetchLocationInventoryItemsForAllLocationsResponse {
26095
+ constructor(data?: IFetchLocationInventoryItemsForAllLocationsResponse);
26096
+ locationInventoryItems?: $responses.wix.inventory.api.v1.ILocationInventoryItem[];
26097
+ static __$$generatedFromProtobuf$$__: Symbol;
26098
+ }
25986
26099
  export interface IQueryLocationInventoryRequest {
25987
26100
  /**
25988
26101
  * Query to match inventory records against catalog product records.
@@ -28221,13 +28334,6 @@ declare namespace $responses {
28221
28334
  export namespace catalog {
28222
28335
  export namespace provision {
28223
28336
  export namespace v1 {
28224
- /**
28225
- * A Provision is a record that contains the version of the catalog a store was installed on.
28226
- * Only one Provision entity can exist per tenant. Retrieving a provision is managed completely by
28227
- * callScope, no api parameters are needed.
28228
- *
28229
- * Services should only use this service if they are part of the install flow.
28230
- */
28231
28337
  export interface IProvision {
28232
28338
  id?: string;
28233
28339
  /**
@@ -28268,19 +28374,19 @@ declare namespace $responses {
28268
28374
  catalogVersion?: $responses.wix.stores.catalog.provision.v1.Version;
28269
28375
  static __$$generatedFromProtobuf$$__: Symbol;
28270
28376
  }
28271
- export interface IGetProvisionRequest {
28377
+ export interface IProvisionRequest {
28272
28378
  originalInstanceId?: string;
28273
28379
  }
28274
- export class GetProvisionRequest implements IGetProvisionRequest {
28275
- constructor(data?: IGetProvisionRequest);
28380
+ export class ProvisionRequest implements IProvisionRequest {
28381
+ constructor(data?: IProvisionRequest);
28276
28382
  originalInstanceId?: string;
28277
28383
  static __$$generatedFromProtobuf$$__: Symbol;
28278
28384
  }
28279
- export interface IGetProvisionResponse {
28385
+ export interface IProvisionResponse {
28280
28386
  provision?: $responses.wix.stores.catalog.provision.v1.IProvision;
28281
28387
  }
28282
- export class GetProvisionResponse implements IGetProvisionResponse {
28283
- constructor(data?: IGetProvisionResponse);
28388
+ export class ProvisionResponse implements IProvisionResponse {
28389
+ constructor(data?: IProvisionResponse);
28284
28390
  provision?: $responses.wix.stores.catalog.provision.v1.IProvision;
28285
28391
  static __$$generatedFromProtobuf$$__: Symbol;
28286
28392
  }
@@ -28308,14 +28414,17 @@ declare namespace $responses {
28308
28414
  }
28309
28415
  export namespace location {
28310
28416
  export namespace v3 {
28417
+ /**
28418
+ * A location is a physical or virtual site where products are sold.
28419
+ */
28311
28420
  export interface IStoresLocation {
28312
28421
  id?: string;
28313
28422
  /**
28314
- * Revision number, which increments by 1 each time the StoresLocation is updated.
28423
+ * Revision number, which increments by 1 each time the Stores location is updated.
28315
28424
  * To prevent conflicting changes,
28316
- * the current revision must be passed when updating the StoresLocation.
28425
+ * the current revision must be passed when updating the Stores location.
28317
28426
  *
28318
- * Ignored when creating a StoresLocation.
28427
+ * Ignored when creating a Stores location.
28319
28428
  */
28320
28429
  revision?: (number | string);
28321
28430
  createdDate?: Date;
@@ -29404,14 +29513,23 @@ declare namespace $responses {
29404
29513
  jobId?: string;
29405
29514
  paging?: $responses.wix.common.ICursorPaging;
29406
29515
  hasError?: boolean;
29516
+ statusFilter?: $responses.wix.infra.asyncjobs.v1.ListAsyncJobItemsRequest.StatusFilter;
29407
29517
  }
29408
29518
  export class ListAsyncJobItemsRequest implements IListAsyncJobItemsRequest {
29409
29519
  constructor(data?: IListAsyncJobItemsRequest);
29410
29520
  jobId?: string;
29411
29521
  paging?: $responses.wix.common.ICursorPaging;
29412
29522
  hasError?: boolean;
29523
+ statusFilter?: $responses.wix.infra.asyncjobs.v1.ListAsyncJobItemsRequest.StatusFilter;
29413
29524
  static __$$generatedFromProtobuf$$__: Symbol;
29414
29525
  }
29526
+ export namespace ListAsyncJobItemsRequest {
29527
+ export enum StatusFilter {
29528
+ ALL = "ALL",
29529
+ FAILED_ONLY = "FAILED_ONLY",
29530
+ SUCCESSFUL_ONLY = "SUCCESSFUL_ONLY",
29531
+ }
29532
+ }
29415
29533
  export interface IListAsyncJobItemsResponse {
29416
29534
  results?: $responses.wix.infra.asyncjobs.v1.IAsyncJobItem[];
29417
29535
  pagingMetadata?: $responses.wix.infra.asyncjobs.v1.upstream.wix.common.IPagingMetadataV2;
@@ -30835,6 +30953,11 @@ declare namespace $services {
30835
30953
  * Returns a specific inventory for an item at a given location
30836
30954
  */
30837
30955
  abstract fetchLocationInventoryItem(aspects: AspectStore, req: $requests.wix.inventory.api.v1.IFetchLocationInventoryItemRequest): Promise<$responses.wix.inventory.api.v1.IFetchLocationInventoryItemResponse>
30956
+ /**
30957
+ * Returns an inventory item for all locations.
30958
+ * Does not include the online-store non-location.
30959
+ */
30960
+ abstract fetchLocationInventoryItemsForAllLocations(aspects: AspectStore, req: $requests.wix.inventory.api.v1.IFetchLocationInventoryItemsForAllLocationsRequest): Promise<$responses.wix.inventory.api.v1.IFetchLocationInventoryItemsForAllLocationsResponse>
30838
30961
  /**
30839
30962
  * Returns a list of location inventory items, given the provided paging, sorting and filtering.
30840
30963
  * See [Stores Pagination](https://dev.wix.com/api/rest/wix-stores/pagination) for more information.
@@ -30964,7 +31087,7 @@ declare namespace $services {
30964
31087
  /**
30965
31088
  * Retrieves a Provision.
30966
31089
  */
30967
- abstract getProvision(aspects: AspectStore, req: $requests.wix.stores.catalog.provision.v1.IGetProvisionRequest): Promise<$responses.wix.stores.catalog.provision.v1.IGetProvisionResponse>
31090
+ abstract provision(aspects: AspectStore, req: $requests.wix.stores.catalog.provision.v1.IProvisionRequest): Promise<$responses.wix.stores.catalog.provision.v1.IProvisionResponse>
30968
31091
  abstract installBassAppDependency(aspects: AspectStore, req: $requests.wix.stores.catalog.provision.v1.IInstallBassAppDependencyRequest): Promise<$responses.wix.stores.catalog.provision.v1.IInstallBassAppDependencyResponse>
30969
31092
  abstract onStoresAppsInstalled(aspects: AspectStore, req: $requests.com.wixpress.metasite.event.api.IMetaSiteSpecialEvent): Promise<{}>
30970
31093
  abstract setupDefaultDeliveryProfile(aspects: AspectStore, req: $requests.wix.stores.catalog.provision.v1.IDefaultDeliveryProfileSetup): Promise<{}>
@@ -30978,44 +31101,41 @@ declare namespace $services {
30978
31101
  */
30979
31102
  export abstract class StoresLocationService {
30980
31103
  /**
30981
- * Creates a StoresLocation.
30982
- *
30983
- * The request body must include os_location_id of a corresponding site location:
30984
- * https://bo.wix.com/wix-docs/rest/business-tools/locations/introduction
31104
+ * Creates a Stores location.
30985
31105
  */
30986
31106
  abstract createStoresLocation(aspects: AspectStore, req: $requests.wix.stores.catalog.location.v3.ICreateStoresLocationRequest): Promise<$responses.wix.stores.catalog.location.v3.ICreateStoresLocationResponse>
30987
31107
  /**
30988
- * Retrieves a StoresLocation.
31108
+ * Retrieves a Stores location.
30989
31109
  */
30990
31110
  abstract getStoresLocation(aspects: AspectStore, req: $requests.wix.stores.catalog.location.v3.IGetStoresLocationRequest): Promise<$responses.wix.stores.catalog.location.v3.IGetStoresLocationResponse>
30991
31111
  /**
30992
- * Updates a StoresLocation.
30993
- * Each time the StoresLocation is updated,
30994
- * `revision` increments by 1.
30995
- * The current `revision` must be passed when updating the StoresLocation.
30996
- * This ensures you're working with the latest StoresLocation
30997
- * and prevents unintended overwrites.
31112
+ * Updates a Stores location.
31113
+ *
31114
+ * Each time the Stores location is updated, `revision` increments by 1.
31115
+ * The current `revision` must be passed when updating the Stores location.
31116
+ * This ensures you're working with the latest Stores location and prevents unintended overwrites.
30998
31117
  */
30999
31118
  abstract updateStoresLocation(aspects: AspectStore, req: $requests.wix.stores.catalog.location.v3.IUpdateStoresLocationRequest): Promise<$responses.wix.stores.catalog.location.v3.IUpdateStoresLocationResponse>
31000
31119
  /**
31001
- * Deletes a StoresLocation.
31002
- *
31003
- *
31004
- * Deleting a StoresLocation permanently removes them from the StoresLocation List.
31120
+ * Deletes a Stores location.
31005
31121
  */
31006
31122
  abstract deleteStoresLocation(aspects: AspectStore, req: $requests.wix.stores.catalog.location.v3.IDeleteStoresLocationRequest): Promise<$responses.wix.stores.catalog.location.v3.IDeleteStoresLocationResponse>
31007
31123
  /**
31008
- * Retrieves a list of StoresLocations, given the provided [paging, filtering, and sorting][1].
31124
+ * Retrieves a list of up to 100 Stores locations, given the provided filtering, sorting, and cursor paging.
31125
+ * Pass supported values to the `fields` array in the request to include those fields in the response.
31009
31126
  *
31010
- * Up to 1,000 StoresLocations can be returned per request.
31011
31127
  *
31012
- * To learn how to query StoresLocations, see [API Query Language][2].
31128
+ * Query Stores Locations runs with these defaults, which you can override:
31013
31129
  *
31014
- * [1]: https://dev.wix.com/api/rest/getting-started/sorting-and-paging
31015
- * [2]: https://dev.wix.com/api/rest/getting-started/api-query-language
31130
+ * - `createdDate` is sorted in `DESC` order
31131
+ * - `cursorPaging.limit` is `100`
31016
31132
  *
31133
+ * For field support for filters and sorting,
31134
+ * see [Stores Locations: Supported Filters and Sorting](https://dev.wix.com/docs/rest/business-solutions/stores/catalog-v3/stores-locations-v3/supported-filters-and-sorting).
31017
31135
  *
31018
- * Notice, not all sits locations will be fetched, only the ones that are assigned as inventory locations
31136
+ * To learn about working with _Query_ endpoints, see
31137
+ * [API Query Language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language),
31138
+ * and [Sorting and Paging](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging).
31019
31139
  */
31020
31140
  abstract queryStoresLocations(aspects: AspectStore, req: $requests.wix.stores.catalog.location.v3.IQueryStoresLocationsRequest): Promise<$responses.wix.stores.catalog.location.v3.IQueryStoresLocationsResponse>
31021
31141
  abstract getOrCreateDefaultStoresLocation(aspects: AspectStore, req: $requests.wix.stores.catalog.location.v3.IGetOrCreateDefaultStoresLocationRequest): Promise<$responses.wix.stores.catalog.location.v3.IGetOrCreateDefaultStoresLocationResponse>
@@ -257,7 +257,7 @@ export declare enum Status {
257
257
  PROCESSING = "PROCESSING",
258
258
  /** Job is finished. */
259
259
  FINISHED = "FINISHED",
260
- /** Job is failed */
260
+ /** Job has failed. */
261
261
  FAILED = "FAILED"
262
262
  }
263
263
  export interface CreateExportAsyncJobRequest {
@@ -776,6 +776,8 @@ export interface Keyword {
776
776
  term?: string;
777
777
  /** Whether the keyword is the main focus keyword. */
778
778
  isMain?: boolean;
779
+ /** Who added the keyword to the settings */
780
+ origin?: string | null;
779
781
  }
780
782
  export interface Tag {
781
783
  /**
@@ -943,6 +945,16 @@ export interface VideoV2 {
943
945
  * @readonly
944
946
  */
945
947
  durationInMilliseconds?: number | null;
948
+ /**
949
+ * A short title for the video. will be used for SEO purposes.
950
+ * @internal
951
+ */
952
+ title?: string | null;
953
+ /**
954
+ * A long description for the video. will be used for SEO purposes.
955
+ * @internal
956
+ */
957
+ description?: string | null;
946
958
  }
947
959
  export interface VideoResolution {
948
960
  /** Video URL. */
@@ -55,7 +55,7 @@ var Status;
55
55
  Status["PROCESSING"] = "PROCESSING";
56
56
  /** Job is finished. */
57
57
  Status["FINISHED"] = "FINISHED";
58
- /** Job is failed */
58
+ /** Job has failed. */
59
59
  Status["FAILED"] = "FAILED";
60
60
  })(Status = exports.Status || (exports.Status = {}));
61
61
  var ProductType;
@@ -1 +1 @@
1
- {"version":3,"file":"types.impl.js","sourceRoot":"","sources":["../../types.impl.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"types.impl.js","sourceRoot":"","sources":["../../types.impl.ts"],"names":[],"mappings":"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"}
@@ -771,6 +771,9 @@ export function aKeyword(overrideObject) {
771
771
  return mergeDeep({
772
772
  term: someString(),
773
773
  isMain: true,
774
+ origin: someString({
775
+ validations: [{ type: 'MAX_LENGTH', value: '1000' }],
776
+ }),
774
777
  }, overrideObject);
775
778
  }
776
779
  export function aTag(overrideObject) {
@@ -932,6 +935,12 @@ export function aVideoV2(overrideObject) {
932
935
  { type: 'MIN' },
933
936
  ],
934
937
  }),
938
+ title: someString({
939
+ validations: [{ type: 'MAX_LENGTH', value: '300' }],
940
+ }),
941
+ description: someString({
942
+ validations: [{ type: 'MAX_LENGTH', value: '2000' }],
943
+ }),
935
944
  }, overrideObject);
936
945
  }
937
946
  export function aVideoResolution(overrideObject) {