Socket
Socket
Sign inDemoInstall

@coveo/platform-client

Package Overview
Dependencies
Maintainers
15
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.4.0 to 55.5.0

dist/cjs/resources/AnalyticsAdmin/index.js

1

dist/cjs/resources/index.js

@@ -60,2 +60,3 @@ "use strict";

tslib_1.__exportStar(require("./Vaults/index.js"), exports);
tslib_1.__exportStar(require("./AnalyticsAdmin/index.js"), exports);
//# sourceMappingURL=index.js.map

@@ -57,2 +57,3 @@ "use strict";

const CatalogContent_js_1 = tslib_1.__importDefault(require("./Catalogs/CatalogContent.js"));
const Properties_js_1 = tslib_1.__importDefault(require("./AnalyticsAdmin/Properties/Properties.js"));
const resourcesMap = [

@@ -95,2 +96,3 @@ { key: 'activity', resource: Activities_js_1.default },

{ key: 'products', resource: Product_js_1.default },
{ key: 'properties', resource: Properties_js_1.default },
{ key: 'pushApi', resource: PushApi_js_1.default },

@@ -154,2 +156,3 @@ { key: 'resourceSnapshot', resource: ResourceSnapshots_js_1.default },

products;
properties;
pushApi;

@@ -156,0 +159,0 @@ resourceSnapshot;

@@ -55,2 +55,3 @@ export { default as Resource } from './Resource.js';

export * from './Vaults/index.js';
export * from './AnalyticsAdmin/index.js';
//# sourceMappingURL=index.js.map

@@ -54,2 +54,3 @@ import Access from './OrganizationAccess/Access.js';

import CatalogContent from './Catalogs/CatalogContent.js';
import Properties from './AnalyticsAdmin/Properties/Properties.js';
const resourcesMap = [

@@ -92,2 +93,3 @@ { key: 'activity', resource: Activity },

{ key: 'products', resource: Products },
{ key: 'properties', resource: Properties },
{ key: 'pushApi', resource: PushApi },

@@ -151,2 +153,3 @@ { key: 'resourceSnapshot', resource: ResourceSnapshots },

products;
properties;
pushApi;

@@ -153,0 +156,0 @@ resourceSnapshot;

@@ -55,1 +55,2 @@ export { default as Resource } from './Resource.js';

export * from './Vaults/index.js';
export * from './AnalyticsAdmin/index.js';

@@ -54,2 +54,3 @@ import Access from './OrganizationAccess/Access.js';

import CatalogContent from './Catalogs/CatalogContent.js';
import Properties from './AnalyticsAdmin/Properties/Properties.js';
declare class PlatformResources {

@@ -93,2 +94,3 @@ protected API: API;

products: Products;
properties: Properties;
pushApi: PushApi;

@@ -95,0 +97,0 @@ resourceSnapshot: ResourceSnapshots;

2

package.json
{
"name": "@coveo/platform-client",
"version": "55.4.0",
"version": "55.5.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

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