npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@datafire/azure_engagementfabric_engagementfabric

v3.0.0

Published

DataFire integration for EngagementFabric

Downloads

40

Readme

@datafire/azure_engagementfabric_engagementfabric

Client library for EngagementFabric

Installation and Usage

npm install --save @datafire/azure_engagementfabric_engagementfabric
let azure_engagementfabric_engagementfabric = require('@datafire/azure_engagementfabric_engagementfabric').create({
  access_token: "",
  refresh_token: "",
  client_id: "",
  client_secret: "",
  redirect_uri: ""
});

.then(data => {
  console.log(data);
});

Description

Microsoft Customer Engagement Fabric

Actions

Operations_List

List operation of EngagementFabric resources

azure_engagementfabric_engagementfabric.Operations_List({
  "api-version": ""
}, context)

Input

  • input object
    • api-version required string: API version

Output

Accounts_List

List the EngagementFabric accounts in given subscription

azure_engagementfabric_engagementfabric.Accounts_List({
  "subscriptionId": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: Subscription ID
    • api-version required string: API version

Output

SKUs_List

List available SKUs of EngagementFabric resource

azure_engagementfabric_engagementfabric.SKUs_List({
  "subscriptionId": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: Subscription ID
    • api-version required string: API version

Output

Accounts_ListByResourceGroup

List EngagementFabric accounts in given resource group

azure_engagementfabric_engagementfabric.Accounts_ListByResourceGroup({
  "subscriptionId": "",
  "resourceGroupName": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: Subscription ID
    • resourceGroupName required string: Resource Group Name
    • api-version required string: API version

Output

Accounts_Delete

Delete the EngagementFabric account

azure_engagementfabric_engagementfabric.Accounts_Delete({
  "subscriptionId": "",
  "resourceGroupName": "",
  "accountName": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: Subscription ID
    • resourceGroupName required string: Resource Group Name
    • accountName required string: Account Name
    • api-version required string: API version

Output

Output schema unknown

Accounts_Get

Get the EngagementFabric account

azure_engagementfabric_engagementfabric.Accounts_Get({
  "subscriptionId": "",
  "resourceGroupName": "",
  "accountName": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: Subscription ID
    • resourceGroupName required string: Resource Group Name
    • accountName required string: Account Name
    • api-version required string: API version

Output

Accounts_Update

Update EngagementFabric account

azure_engagementfabric_engagementfabric.Accounts_Update({
  "subscriptionId": "",
  "resourceGroupName": "",
  "accountName": "",
  "accountPatch": {},
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: Subscription ID
    • resourceGroupName required string: Resource Group Name
    • accountName required string: Account Name
    • accountPatch required AccountPatch
    • api-version required string: API version

Output

Accounts_CreateOrUpdate

Create or Update the EngagementFabric account

azure_engagementfabric_engagementfabric.Accounts_CreateOrUpdate({
  "subscriptionId": "",
  "resourceGroupName": "",
  "accountName": "",
  "account": {
    "location": "",
    "sku": {
      "name": ""
    }
  },
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: Subscription ID
    • resourceGroupName required string: Resource Group Name
    • accountName required string: Account Name
    • account required Account
    • api-version required string: API version

Output

Channels_ListByAccount

List the EngagementFabric channels

azure_engagementfabric_engagementfabric.Channels_ListByAccount({
  "subscriptionId": "",
  "resourceGroupName": "",
  "accountName": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: Subscription ID
    • resourceGroupName required string: Resource Group Name
    • accountName required string: Account Name
    • api-version required string: API version

Output

Channels_Delete

Delete the EngagementFabric channel

azure_engagementfabric_engagementfabric.Channels_Delete({
  "subscriptionId": "",
  "resourceGroupName": "",
  "accountName": "",
  "channelName": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: Subscription ID
    • resourceGroupName required string: Resource Group Name
    • accountName required string: Account Name
    • channelName required string: The EngagementFabric channel name
    • api-version required string: API version

Output

Output schema unknown

Channels_Get

Get the EngagementFabric channel

azure_engagementfabric_engagementfabric.Channels_Get({
  "subscriptionId": "",
  "resourceGroupName": "",
  "accountName": "",
  "channelName": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: Subscription ID
    • resourceGroupName required string: Resource Group Name
    • accountName required string: Account Name
    • channelName required string: Channel Name
    • api-version required string: API version

Output

Channels_CreateOrUpdate

Create or Update the EngagementFabric channel

azure_engagementfabric_engagementfabric.Channels_CreateOrUpdate({
  "subscriptionId": "",
  "resourceGroupName": "",
  "accountName": "",
  "channelName": "",
  "channel": {},
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: Subscription ID
    • resourceGroupName required string: Resource Group Name
    • accountName required string: Account Name
    • channelName required string: Channel Name
    • channel required Channel
    • api-version required string: API version

Output

Accounts_ListChannelTypes

List available EngagementFabric channel types and functions

azure_engagementfabric_engagementfabric.Accounts_ListChannelTypes({
  "subscriptionId": "",
  "resourceGroupName": "",
  "accountName": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: Subscription ID
    • resourceGroupName required string: Resource Group Name
    • accountName required string: Account Name
    • api-version required string: API version

Output

Accounts_ListKeys

List keys of the EngagementFabric account

azure_engagementfabric_engagementfabric.Accounts_ListKeys({
  "subscriptionId": "",
  "resourceGroupName": "",
  "accountName": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: Subscription ID
    • resourceGroupName required string: Resource Group Name
    • accountName required string: Account Name
    • api-version required string: API version

Output

Accounts_RegenerateKey

Regenerate key of the EngagementFabric account

azure_engagementfabric_engagementfabric.Accounts_RegenerateKey({
  "subscriptionId": "",
  "resourceGroupName": "",
  "accountName": "",
  "parameter": {
    "name": "",
    "rank": ""
  },
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: Subscription ID
    • resourceGroupName required string: Resource Group Name
    • accountName required string: Account Name
    • parameter required RegenerateKeyParameter
    • api-version required string: API version

Output

CheckNameAvailability

Check availability of EngagementFabric resource

azure_engagementfabric_engagementfabric.CheckNameAvailability({
  "subscriptionId": "",
  "resourceGroupName": "",
  "parameters": {
    "name": "",
    "type": ""
  },
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: Subscription ID
    • resourceGroupName required string: Resource Group Name
    • parameters required CheckNameAvailabilityParameter
    • api-version required string: API version

Output

Definitions

Account

  • Account object: The EngagementFabric account
    • location required string: The location of the resource
    • sku required SKU
    • tags object: The tags of the resource
    • id string: The ID of the resource
    • name string: The name of the resource
    • type string: The fully qualified type of the resource

AccountList

  • AccountList object: The list of the EngagementFabric accounts
    • value array: EngagementFabric accounts

AccountPatch

  • AccountPatch object: The patch of EngagementFabric account
    • tags object: The tags of the resource

Channel

  • Channel object: The EngagementFabric channel
    • properties ChannelProperties
    • id string: The ID of the resource
    • name string: The name of the resource
    • type string: The fully qualified type of the resource

ChannelList

  • ChannelList object: The list of the EngagementFabric channels
    • value array: EngagementFabric channels

ChannelProperties

  • ChannelProperties object: The EngagementFabric channel properties
    • channelFunctions array: The functions to be enabled for the channel
      • items string
    • channelType required string: The channel type
    • credentials object: The channel credentials

ChannelTypeDescription

  • ChannelTypeDescription object: EngagementFabric channel description
    • channelDescription string: Text description for the channel
    • channelFunctions array: All the available functions for the channel
      • items string
    • channelType string: Channel type

ChannelTypeDescriptionList

  • ChannelTypeDescriptionList object: List of the EngagementFabric channel descriptions

CheckNameAvailabilityParameter

  • CheckNameAvailabilityParameter object: The parameter for name availability check
    • name required string: The name to be checked
    • type required string: The fully qualified resource type for the name to be checked

CheckNameAvailabilityResult

  • CheckNameAvailabilityResult object: The result of name availability check

CheckNameUnavailableReason

  • CheckNameUnavailableReason string (values: Invalid, AlreadyExists): The reason of name availability result

CloudError

CloudErrorBody

  • CloudErrorBody object: Content of the default error response
    • code string: The error code
    • details array: The list of additional details
    • message string: The error message
    • target string: The target of the particular error

KeyDescription

  • KeyDescription object: The description of the EngagementFabric account key
    • name string: The name of the key
    • rank KeyRank
    • value string: The value of the key

KeyDescriptionList

  • KeyDescriptionList object: The list of the EngagementFabric account keys

KeyRank

  • KeyRank string (values: PrimaryKey, SecondaryKey): The rank of the EngagementFabric account key

Operation

  • Operation object: The EngagementFabric operation

OperationDisplay

  • OperationDisplay object: The display information of the EngagementFabric operation
    • description string: The description of the EngagementFabric operation
    • operation string: The name of the EngagementFabric operation
    • provider string: The resource provider namespace of the EngagementFabric operation
    • resource string: The resource type of the EngagementFabric operation

OperationList

  • OperationList object: The list of the EngagementFabric operations
    • value array: The EngagementFabric operations

ProxyOnlyResource

  • ProxyOnlyResource object: The base model for the proxy-only Azure resource
    • id string: The ID of the resource
    • name string: The name of the resource
    • type string: The fully qualified type of the resource

RegenerateKeyParameter

  • RegenerateKeyParameter object: The parameter to regenerate single EngagementFabric account key
    • name required string: The name of key to be regenerated
    • rank required KeyRank

Resource

  • Resource object: The base model for Azure resource
    • id string: The ID of the resource
    • name string: The name of the resource
    • type string: The fully qualified type of the resource

SKU

  • SKU object: The EngagementFabric SKU
    • name required string: The name of the SKU
    • tier string: The price tier of the SKU

SkuDescription

  • SkuDescription object: The EngagementFabric SKU description of given resource type
    • locationInfo array: Locations and zones
    • locations array: The set of locations that the SKU is available
      • items string
    • name string: The name of the SKU
    • resourceType string: The fully qualified resource type
    • restrictions array: The restrictions because of which SKU cannot be used
      • items object
    • tier string: The price tier of the SKU

SkuDescriptionList

  • SkuDescriptionList object: The list of the EngagementFabric SKU descriptions

SkuLocationInfoItem

  • SkuLocationInfoItem object: The Locations and zones info for SKU
    • location string: The available location of the SKU
    • zones array: The available zone of the SKU
      • items string

TrackedResource

  • TrackedResource object: The base model for the tracked Azure resource
    • location required string: The location of the resource
    • sku required SKU
    • tags object: The tags of the resource
    • id string: The ID of the resource
    • name string: The name of the resource
    • type string: The fully qualified type of the resource