Sign In

@getlatedev/node

Package Overview
Dependencies
Maintainers
3
Versions
593
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getlatedev/node - npm Package Compare versions

Comparing version
0.2.496
to
0.2.497
+1
-1
package.json
{
"name": "@getlatedev/node",
"version": "0.2.496",
"version": "0.2.497",
"description": "The official Node.js library for the Zernio API",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -373,2 +373,4 @@ <p align="center">

| `adAccounts.listMetaBusinesses()` | Businesses list |
| `adAccounts.listValueRuleSets()` | List value rule sets |
| `adAccounts.createValueRuleSet()` | Create a value rule set |
| `adAccounts.getAdAccountFinance()` | Ad account finances |

@@ -379,3 +381,6 @@ | `adAccounts.getAdComments()` | List comments on an ad |

| `adAccounts.getDsaRecommendations()` | List DSA beneficiary/payor suggestions |
| `adAccounts.getValueRuleSet()` | Read a value rule set |
| `adAccounts.updateAdAccount()` | Update ad account settings |
| `adAccounts.updateValueRuleSet()` | Replace a value rule set |
| `adAccounts.deleteValueRuleSet()` | Delete a value rule set |

@@ -382,0 +387,0 @@ ### Ad Audiences

@@ -75,2 +75,3 @@ import packageJson from '../package.json';

createTrackingTag,
createValueRuleSet,
createVerification,

@@ -119,2 +120,3 @@ createVoiceCall,

deleteTelegramCommands,
deleteValueRuleSet,
deleteWebhookSettings,

@@ -263,2 +265,3 @@ deleteWhatsAppFlow,

getUser,
getValueRuleSet,
getVerification,

@@ -371,2 +374,3 @@ getVoiceCall,

listUsers,
listValueRuleSets,
listVoiceCalls,

@@ -512,2 +516,3 @@ listWhatsAppCalls,

updateTrackingTag,
updateValueRuleSet,
updateWebhookSettings,

@@ -1430,2 +1435,7 @@ updateWhatsAppBusinessProfile,

listHighDemandPeriods: listHighDemandPeriods,
listValueRuleSets: listValueRuleSets,
createValueRuleSet: createValueRuleSet,
getValueRuleSet: getValueRuleSet,
updateValueRuleSet: updateValueRuleSet,
deleteValueRuleSet: deleteValueRuleSet,
getAdAccountFinance: getAdAccountFinance,

@@ -1584,2 +1594,12 @@ listAdAccounts: listAdAccounts,

listHighDemandPeriods: listHighDemandPeriods,
/** @deprecated Use `zernio.adaccounts.listValueRuleSets` instead. */
listValueRuleSets: listValueRuleSets,
/** @deprecated Use `zernio.adaccounts.createValueRuleSet` instead. */
createValueRuleSet: createValueRuleSet,
/** @deprecated Use `zernio.adaccounts.getValueRuleSet` instead. */
getValueRuleSet: getValueRuleSet,
/** @deprecated Use `zernio.adaccounts.updateValueRuleSet` instead. */
updateValueRuleSet: updateValueRuleSet,
/** @deprecated Use `zernio.adaccounts.deleteValueRuleSet` instead. */
deleteValueRuleSet: deleteValueRuleSet,
/** @deprecated Use `zernio.adaccounts.getAdAccountFinance` instead. */

@@ -1586,0 +1606,0 @@ getAdAccountFinance: getAdAccountFinance,

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display