@coveo/platform-client 55.6.0 → 55.6.1
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/cjs/resources/ApiKeyTemplate/ApiKeyTemplate.js.map +1 -1
- package/dist/esm/resources/ApiKeyTemplate/ApiKeyTemplate.js +1 -1
- package/dist/esm/resources/ApiKeyTemplate/ApiKeyTemplate.js.map +1 -1
- package/dist/types/resources/ApiKeyTemplate/ApiKeyTemplate.d.ts +3 -3
- package/dist/types/resources/ApiKeyTemplate/ApiKeyTemplateInterface.d.ts +1 -1
- package/package.json +16 -16
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApiKeyTemplate.js","sourceRoot":"","sources":["../../../../src/resources/ApiKeyTemplate/ApiKeyTemplate.ts"],"names":[],"mappings":";;;AAAA,yEAAsC;AAGtC,MAAqB,cAAe,SAAQ,qBAAQ;IAChD,MAAM,CAAC,OAAO,GAAG,yBAAyB,
|
|
1
|
+
{"version":3,"file":"ApiKeyTemplate.js","sourceRoot":"","sources":["../../../../src/resources/ApiKeyTemplate/ApiKeyTemplate.ts"],"names":[],"mappings":";;;AAAA,yEAAsC;AAGtC,MAAqB,cAAe,SAAQ,qBAAQ;IAChD,MAAM,CAAC,OAAO,GAAG,yBAAyB,CAAC;IAE3C,GAAG,CAAC,gBAAwB;QACxB,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAsB,GAAG,cAAc,CAAC,OAAO,IAAI,gBAAgB,EAAE,CAAC,CAAC;IAC9F,CAAC;;AALL,iCAMC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApiKeyTemplate.js","sourceRoot":"","sources":["../../../../src/resources/ApiKeyTemplate/ApiKeyTemplate.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,gBAAgB,CAAC;AAGtC,MAAM,CAAC,OAAO,OAAO,cAAe,SAAQ,QAAQ;IAChD,MAAM,CAAC,OAAO,GAAG,yBAAyB,
|
|
1
|
+
{"version":3,"file":"ApiKeyTemplate.js","sourceRoot":"","sources":["../../../../src/resources/ApiKeyTemplate/ApiKeyTemplate.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,gBAAgB,CAAC;AAGtC,MAAM,CAAC,OAAO,OAAO,cAAe,SAAQ,QAAQ;IAChD,MAAM,CAAC,OAAO,GAAG,yBAAyB,CAAC;IAE3C,GAAG,CAAC,gBAAwB;QACxB,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAsB,GAAG,cAAc,CAAC,OAAO,IAAI,gBAAgB,EAAE,CAAC,CAAC;IAC9F,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import Resource from
|
|
2
|
-
import { ApiKeyTemplateModel } from
|
|
1
|
+
import Resource from '../Resource.js';
|
|
2
|
+
import { ApiKeyTemplateModel } from './ApiKeyTemplateInterface.js';
|
|
3
3
|
export default class ApiKeyTemplate extends Resource {
|
|
4
4
|
static baseUrl: string;
|
|
5
|
-
get(apiKeyTemplateId: string): Promise<ApiKeyTemplateModel
|
|
5
|
+
get(apiKeyTemplateId: string): Promise<ApiKeyTemplateModel>;
|
|
6
6
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coveo/platform-client",
|
|
3
|
-
"version": "55.6.
|
|
3
|
+
"version": "55.6.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -32,29 +32,29 @@
|
|
|
32
32
|
"prepare": "husky install"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@commitlint/cli": "19.
|
|
36
|
-
"@commitlint/config-conventional": "19.
|
|
37
|
-
"@types/jest": "29.5.
|
|
38
|
-
"@typescript-eslint/eslint-plugin": "7.
|
|
39
|
-
"@typescript-eslint/parser": "7.
|
|
35
|
+
"@commitlint/cli": "19.5.0",
|
|
36
|
+
"@commitlint/config-conventional": "19.5.0",
|
|
37
|
+
"@types/jest": "29.5.13",
|
|
38
|
+
"@typescript-eslint/eslint-plugin": "7.18.0",
|
|
39
|
+
"@typescript-eslint/parser": "7.18.0",
|
|
40
40
|
"abortcontroller-polyfill": "1.7.5",
|
|
41
41
|
"cz-conventional-changelog": "3.3.0",
|
|
42
42
|
"eslint": "8.57.0",
|
|
43
43
|
"eslint-config-prettier": "9.1.0",
|
|
44
44
|
"eslint-config-typescript": "3.0.0",
|
|
45
|
-
"eslint-plugin-jest": "28.
|
|
46
|
-
"eslint-plugin-prettier": "5.1
|
|
47
|
-
"husky": "9.
|
|
45
|
+
"eslint-plugin-jest": "28.8.3",
|
|
46
|
+
"eslint-plugin-prettier": "5.2.1",
|
|
47
|
+
"husky": "9.1.6",
|
|
48
48
|
"jest": "29.7.0",
|
|
49
49
|
"jest-fetch-mock": "3.0.3",
|
|
50
|
-
"jest-runner-eslint": "2.
|
|
51
|
-
"lint-staged": "15.2.
|
|
52
|
-
"prettier": "3.
|
|
53
|
-
"semantic-release": "24.
|
|
54
|
-
"ts-jest": "29.
|
|
50
|
+
"jest-runner-eslint": "2.2.0",
|
|
51
|
+
"lint-staged": "15.2.10",
|
|
52
|
+
"prettier": "3.3.3",
|
|
53
|
+
"semantic-release": "24.1.1",
|
|
54
|
+
"ts-jest": "29.2.5",
|
|
55
55
|
"tsjs": "5.0.1",
|
|
56
|
-
"tslib": "2.
|
|
57
|
-
"typescript": "5.
|
|
56
|
+
"tslib": "2.7.0",
|
|
57
|
+
"typescript": "5.6.2"
|
|
58
58
|
},
|
|
59
59
|
"prettier": "tsjs/prettier-config",
|
|
60
60
|
"lint-staged": {
|