@wix/search 1.0.42 → 1.0.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/search",
3
- "version": "1.0.42",
3
+ "version": "1.0.43",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -18,8 +18,8 @@
18
18
  "type-bundles"
19
19
  ],
20
20
  "dependencies": {
21
- "@wix/search_site-search": "1.0.27",
22
- "@wix/search_wix-site-search": "1.0.19"
21
+ "@wix/search_site-search": "1.0.28",
22
+ "@wix/search_wix-site-search": "1.0.20"
23
23
  },
24
24
  "devDependencies": {
25
25
  "glob": "^10.4.1",
@@ -44,5 +44,5 @@
44
44
  "fqdn": ""
45
45
  }
46
46
  },
47
- "falconPackageHash": "769bf9ed44899d3b1485a51273db36ae5d3a158bf620df3aad9e0d33"
47
+ "falconPackageHash": "bb418f4be5dfcd9cb89b029f462209b98cb9a5e8c303afb82a37750c"
48
48
  }
@@ -799,6 +799,8 @@ interface UpdateInternalDocumentsEvent extends UpdateInternalDocumentsEventOpera
799
799
  removeDocumentIds?: string[];
800
800
  /** id to pass to processing notification */
801
801
  correlationId?: string | null;
802
+ /** when event was created / issued */
803
+ issuedAt?: Date;
802
804
  }
803
805
  /** @oneof */
804
806
  interface UpdateInternalDocumentsEventOperationOneOf {
@@ -799,6 +799,8 @@ interface UpdateInternalDocumentsEvent extends UpdateInternalDocumentsEventOpera
799
799
  removeDocumentIds?: string[];
800
800
  /** id to pass to processing notification */
801
801
  correlationId?: string | null;
802
+ /** when event was created / issued */
803
+ issuedAt?: Date;
802
804
  }
803
805
  /** @oneof */
804
806
  interface UpdateInternalDocumentsEventOperationOneOf {