@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.
@@ -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,CAAA;IAE1C,GAAG,CAAC,gBAAuB;QACvB,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAwB,GAAG,cAAc,CAAC,OAAO,IAAI,gBAAgB,EAAE,CAAC,CAAA;IAC/F,CAAC;;AALL,iCAMC"}
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,4 +1,4 @@
1
- import Resource from "../Resource.js";
1
+ import Resource from '../Resource.js';
2
2
  export default class ApiKeyTemplate extends Resource {
3
3
  static baseUrl = '/rest/templates/apikeys';
4
4
  get(apiKeyTemplateId) {
@@ -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,CAAA;IAE1C,GAAG,CAAC,gBAAuB;QACvB,OAAO,IAAI,CAAC,GAAG,CAAC,GAAG,CAAwB,GAAG,cAAc,CAAC,OAAO,IAAI,gBAAgB,EAAE,CAAC,CAAA;IAC/F,CAAC"}
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 "../Resource.js";
2
- import { ApiKeyTemplateModel } from "./ApiKeyTemplateInterface.js";
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
  }
@@ -1,4 +1,4 @@
1
- import { PrivilegeModel } from "../BaseInterfaces.js";
1
+ import { PrivilegeModel } from '../BaseInterfaces.js';
2
2
  export interface ApiKeyTemplateModel {
3
3
  /**
4
4
  * The unique identifier of the API key template.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coveo/platform-client",
3
- "version": "55.6.0",
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.3.0",
36
- "@commitlint/config-conventional": "19.2.2",
37
- "@types/jest": "29.5.11",
38
- "@typescript-eslint/eslint-plugin": "7.7.1",
39
- "@typescript-eslint/parser": "7.7.1",
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.2.0",
46
- "eslint-plugin-prettier": "5.1.2",
47
- "husky": "9.0.11",
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.1.2",
51
- "lint-staged": "15.2.0",
52
- "prettier": "3.1.1",
53
- "semantic-release": "24.0.0",
54
- "ts-jest": "29.1.1",
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.6.2",
57
- "typescript": "5.3.3"
56
+ "tslib": "2.7.0",
57
+ "typescript": "5.6.2"
58
58
  },
59
59
  "prettier": "tsjs/prettier-config",
60
60
  "lint-staged": {