@coveo/platform-client 55.12.0 → 55.12.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.
@@ -1171,7 +1171,7 @@ var FeedbackConsumerType;
1171
1171
  })(FeedbackConsumerType || (exports.FeedbackConsumerType = FeedbackConsumerType = {}));
1172
1172
  var ApiKeyStatus;
1173
1173
  (function (ApiKeyStatus) {
1174
- ApiKeyStatus["ENABLED"] = "EXPIRED";
1174
+ ApiKeyStatus["ENABLED"] = "ENABLED";
1175
1175
  ApiKeyStatus["DISABLED"] = "DISABLED";
1176
1176
  ApiKeyStatus["DISABLED_FOR_INACTIVITY"] = "DISABLED_FOR_INACTIVITY";
1177
1177
  ApiKeyStatus["EXPIRED"] = "EXPIRED";
@@ -1166,7 +1166,7 @@ export var FeedbackConsumerType;
1166
1166
  })(FeedbackConsumerType || (FeedbackConsumerType = {}));
1167
1167
  export var ApiKeyStatus;
1168
1168
  (function (ApiKeyStatus) {
1169
- ApiKeyStatus["ENABLED"] = "EXPIRED";
1169
+ ApiKeyStatus["ENABLED"] = "ENABLED";
1170
1170
  ApiKeyStatus["DISABLED"] = "DISABLED";
1171
1171
  ApiKeyStatus["DISABLED_FOR_INACTIVITY"] = "DISABLED_FOR_INACTIVITY";
1172
1172
  ApiKeyStatus["EXPIRED"] = "EXPIRED";
@@ -95,6 +95,14 @@ export interface ApiKeyModel extends GranularResource {
95
95
  * The ID of the template to which the API key is bound.
96
96
  */
97
97
  apiKeyTemplateId?: string;
98
+ /**
99
+ * The date of activation of the API key.
100
+ */
101
+ activationDate?: number;
102
+ /**
103
+ * The date the API key has been disabled.
104
+ */
105
+ disabledDate?: number;
98
106
  }
99
107
  export interface CreateApiKeyOptions {
100
108
  /**
@@ -1058,7 +1058,7 @@ export declare enum FeedbackConsumerType {
1058
1058
  SOURCE_MANAGEMENT_IMPROVEMENTS = "SOURCE_MANAGEMENT_IMPROVEMENTS"
1059
1059
  }
1060
1060
  export declare enum ApiKeyStatus {
1061
- ENABLED = "EXPIRED",
1061
+ ENABLED = "ENABLED",
1062
1062
  DISABLED = "DISABLED",
1063
1063
  DISABLED_FOR_INACTIVITY = "DISABLED_FOR_INACTIVITY",
1064
1064
  EXPIRED = "EXPIRED",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coveo/platform-client",
3
- "version": "55.12.0",
3
+ "version": "55.12.1",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "exports": {