@coveo/platform-client 52.2.0 → 52.3.0

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":"LimitsInterfaces.js","sourceRoot":"","sources":["../../../../src/resources/Limits/LimitsInterfaces.ts"],"names":[],"mappings":";;;AAaA,IAAY,SAGX;AAHD,WAAY,SAAS;IACjB,4BAAe,CAAA;IACf,oCAAuB,CAAA;AAC3B,CAAC,EAHW,SAAS,yBAAT,SAAS,QAGpB"}
1
+ {"version":3,"file":"LimitsInterfaces.js","sourceRoot":"","sources":["../../../../src/resources/Limits/LimitsInterfaces.ts"],"names":[],"mappings":";;;AAcA,IAAY,SAGX;AAHD,WAAY,SAAS;IACjB,4BAAe,CAAA;IACf,oCAAuB,CAAA;AAC3B,CAAC,EAHW,SAAS,yBAAT,SAAS,QAGpB"}
@@ -1 +1 @@
1
- {"version":3,"file":"LimitsInterfaces.js","sourceRoot":"","sources":["../../../../src/resources/Limits/LimitsInterfaces.ts"],"names":[],"mappings":"AAaA,MAAM,CAAN,IAAY,SAGX;AAHD,WAAY,SAAS;IACjB,4BAAe,CAAA;IACf,oCAAuB,CAAA;AAC3B,CAAC,EAHW,SAAS,KAAT,SAAS,QAGpB"}
1
+ {"version":3,"file":"LimitsInterfaces.js","sourceRoot":"","sources":["../../../../src/resources/Limits/LimitsInterfaces.ts"],"names":[],"mappings":"AAcA,MAAM,CAAN,IAAY,SAGX;AAHD,WAAY,SAAS;IACjB,4BAAe,CAAA;IACf,oCAAuB,CAAA;AAC3B,CAAC,EAHW,SAAS,KAAT,SAAS,QAGpB"}
@@ -135,10 +135,14 @@ export interface IAccesses {
135
135
  domains: string[];
136
136
  /**
137
137
  * When set to true, all users can share and see the search page.
138
+ *
139
+ * @default false
138
140
  */
139
141
  sharingLinkEnabled?: boolean;
140
142
  /**
141
143
  * When set to true, the domain sharing is enabled. Otherwise, only users that have explicitly access to the search page can access it.
144
+ *
145
+ * @default false
142
146
  */
143
147
  sharingDomainEnabled?: boolean;
144
148
  }
@@ -1,6 +1,7 @@
1
1
  export interface LimitModel {
2
2
  actualCount?: number;
3
3
  limit: number;
4
+ lastUpdate?: string;
4
5
  }
5
6
  export interface LimitsModel {
6
7
  [name: string]: LimitModel;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coveo/platform-client",
3
- "version": "52.2.0",
3
+ "version": "52.3.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "exports": {