@coveo/push-api-client 2.4.18 → 2.4.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/docs/assets/highlight.css +49 -0
- package/dist/docs/assets/main.js +3 -3
- package/dist/docs/assets/search.js +1 -1
- package/dist/docs/assets/style.css +6 -82
- package/dist/docs/classes/AnySecurityIdentityBuilder.html +15 -11
- package/dist/docs/classes/CatalogSource.html +67 -55
- package/dist/docs/classes/DocumentBuilder.html +139 -112
- package/dist/docs/classes/FieldAnalyser.html +59 -50
- package/dist/docs/classes/GroupSecurityIdentityBuilder.html +11 -7
- package/dist/docs/classes/PushSource.html +96 -76
- package/dist/docs/classes/UserSecurityIdentityBuilder.html +11 -7
- package/dist/docs/classes/VirtualGroupSecurityIdentityBuilder.html +11 -7
- package/dist/docs/classes/errors.FieldTypeInconsistencyError.html +13 -10
- package/dist/docs/classes/errors.InvalidDocument.html +13 -10
- package/dist/docs/classes/errors.InvalidPermanentId.html +13 -10
- package/dist/docs/classes/errors.NotAFileError.html +13 -10
- package/dist/docs/classes/errors.NotAJsonFileError.html +13 -10
- package/dist/docs/classes/errors.PrivilegeError.html +14 -11
- package/dist/docs/classes/errors.UnsupportedAttribute.html +13 -10
- package/dist/docs/classes/errors.UnsupportedFieldError.html +23 -19
- package/dist/docs/enums/PlatformEnvironment.html +7 -5
- package/dist/docs/enums/Region.html +3 -1
- package/dist/docs/enums/SourceVisibility.html +3 -1
- package/dist/docs/functions/parseAndGetDocumentBuilderFromJSONDocument.html +4 -3
- package/dist/docs/index.html +49 -2
- package/dist/docs/interfaces/BatchUpdateDocuments.html +5 -3
- package/dist/docs/interfaces/Document.html +16 -14
- package/dist/docs/interfaces/SecurityIdentity.html +6 -4
- package/dist/docs/interfaces/SecurityIdentityBuilder.html +7 -4
- package/dist/docs/interfaces/UploadBatchCallbackData.html +6 -4
- package/dist/docs/modules/errors.html +3 -1
- package/dist/docs/types/BatchUpdateDocumentsFromFiles.html +1 -1
- package/dist/docs/types/CompressionType.html +1 -1
- package/dist/docs/types/FailedUploadCallback.html +2 -3
- package/dist/docs/types/Metadata.html +1 -1
- package/dist/docs/types/MetadataValue.html +1 -1
- package/dist/docs/types/PlatformUrlOptions.html +1 -1
- package/dist/docs/types/SecurityIdentityType.html +1 -1
- package/dist/docs/types/SuccessfulUploadCallback.html +2 -3
- package/dist/docs/types/Transformer.html +2 -3
- package/dist/docs/variables/BuiltInTransformers.html +1 -1
- package/dist/docs/variables/Source.html +1 -1
- package/dist/source/catalog.stream.spec.js +13 -0
- package/dist/source/catalog.stream.spec.js.map +1 -1
- package/dist/source/documentUploader.js +3 -2
- package/dist/source/documentUploader.js.map +1 -1
- package/package.json +13 -13
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@coveo/push-api-client",
|
3
|
-
"version": "2.4.
|
3
|
+
"version": "2.4.26",
|
4
4
|
"description": "Push API client",
|
5
5
|
"main": "./dist/index.js",
|
6
6
|
"files": [
|
@@ -9,8 +9,8 @@
|
|
9
9
|
"type": "commonjs",
|
10
10
|
"types": "./dist/definitions/index.d.ts",
|
11
11
|
"dependencies": {
|
12
|
-
"@coveo/bueno": "^0.
|
13
|
-
"@coveord/platform-client": "^
|
12
|
+
"@coveo/bueno": "^0.42.0",
|
13
|
+
"@coveord/platform-client": "^34.0.0",
|
14
14
|
"abortcontroller-polyfill": "^1.7.1",
|
15
15
|
"axios": "^0.27.0",
|
16
16
|
"dayjs": "^1.10.4",
|
@@ -18,24 +18,24 @@
|
|
18
18
|
},
|
19
19
|
"devDependencies": {
|
20
20
|
"@coveo/push-api-client": "file:.",
|
21
|
-
"@types/jest": "28.1.
|
22
|
-
"@types/node": "18.
|
23
|
-
"@typescript-eslint/eslint-plugin": "5.30.
|
24
|
-
"@typescript-eslint/parser": "5.30.
|
21
|
+
"@types/jest": "28.1.6",
|
22
|
+
"@types/node": "18.6.1",
|
23
|
+
"@typescript-eslint/eslint-plugin": "5.30.7",
|
24
|
+
"@typescript-eslint/parser": "5.30.7",
|
25
25
|
"cz-conventional-changelog": "3.3.0",
|
26
26
|
"dotenv": "16.0.1",
|
27
|
-
"eslint": "8.
|
27
|
+
"eslint": "8.20.0",
|
28
28
|
"eslint-config-prettier": "8.5.0",
|
29
29
|
"gts": "3.1.0",
|
30
30
|
"husky": "8.0.1",
|
31
|
-
"jest": "28.1.
|
31
|
+
"jest": "28.1.3",
|
32
32
|
"lint-staged": "13.0.3",
|
33
|
-
"nodemon": "2.0.
|
33
|
+
"nodemon": "2.0.19",
|
34
34
|
"prettier": "2.7.1",
|
35
35
|
"standard-version": "9.5.0",
|
36
|
-
"ts-jest": "28.0.
|
37
|
-
"ts-node": "10.
|
38
|
-
"typedoc": "0.23.
|
36
|
+
"ts-jest": "28.0.7",
|
37
|
+
"ts-node": "10.9.1",
|
38
|
+
"typedoc": "0.23.9",
|
39
39
|
"typescript": "4.7.4"
|
40
40
|
},
|
41
41
|
"husky": {
|