Socket
Socket
Sign inDemoInstall

@coveo/platform-client

Package Overview
Dependencies
Maintainers
0
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coveo/platform-client - npm Package Compare versions

Comparing version 55.3.0 to 55.4.0

6

dist/cjs/resources/UsageAnalytics/Read/Snowflake/Snowflake.js

@@ -79,4 +79,10 @@ "use strict";

}
/**
* Delete a reader acocunt.
*/
deleteSnowflakeReaderAccount() {
return this.api.delete(this.buildPathWithOrg(`${Snowflake.baseUrl}/readeraccount`));
}
}
exports.default = Snowflake;
//# sourceMappingURL=Snowflake.js.map

@@ -76,3 +76,9 @@ import ReadServiceResource from '../ReadServiceResource.js';

}
/**
* Delete a reader acocunt.
*/
deleteSnowflakeReaderAccount() {
return this.api.delete(this.buildPathWithOrg(`${Snowflake.baseUrl}/readeraccount`));
}
}
//# sourceMappingURL=Snowflake.js.map

4

dist/types/resources/UsageAnalytics/Read/Snowflake/Snowflake.d.ts

@@ -55,2 +55,6 @@ import ReadServiceResource from '../ReadServiceResource.js';

createSnowflakeReaderAccount(): Promise<void>;
/**
* Delete a reader acocunt.
*/
deleteSnowflakeReaderAccount(): Promise<void>;
}

2

package.json
{
"name": "@coveo/platform-client",
"version": "55.3.0",
"version": "55.4.0",
"description": "",

@@ -5,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc