@zernio/node 0.2.99 → 0.2.101
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.
- package/README.md +4 -2
- package/dist/index.d.mts +301 -21
- package/dist/index.d.ts +301 -21
- package/dist/index.js +14 -0
- package/dist/index.mjs +14 -0
- package/package.json +1 -1
- package/src/client.ts +4 -0
- package/src/generated/sdk.gen.ts +91 -17
- package/src/generated/types.gen.ts +306 -20
package/README.md
CHANGED
|
@@ -352,9 +352,9 @@ try {
|
|
|
352
352
|
| `adCampaigns.listAdCampaigns()` | List campaigns |
|
|
353
353
|
| `adCampaigns.bulkUpdateAdCampaignStatus()` | Pause or resume many campaigns |
|
|
354
354
|
| `adCampaigns.getAdTree()` | Get campaign tree |
|
|
355
|
-
| `adCampaigns.updateAdCampaign()` | Update a campaign (budget) |
|
|
355
|
+
| `adCampaigns.updateAdCampaign()` | Update a campaign (budget and/or bid strategy) |
|
|
356
356
|
| `adCampaigns.updateAdCampaignStatus()` | Pause or resume a campaign |
|
|
357
|
-
| `adCampaigns.updateAdSet()` | Update an ad set (budget and/or
|
|
357
|
+
| `adCampaigns.updateAdSet()` | Update an ad set (budget, status, and/or bid strategy) |
|
|
358
358
|
| `adCampaigns.updateAdSetStatus()` | Pause or resume a single ad set |
|
|
359
359
|
| `adCampaigns.deleteAdCampaign()` | Delete a campaign |
|
|
360
360
|
| `adCampaigns.duplicateAdCampaign()` | Duplicate a campaign |
|
|
@@ -364,6 +364,7 @@ try {
|
|
|
364
364
|
|--------|-------------|
|
|
365
365
|
| `ads.listAdAccounts()` | List ad accounts |
|
|
366
366
|
| `ads.listAds()` | List ads |
|
|
367
|
+
| `ads.listAdsBusinessCenters()` | List TikTok Business Centers |
|
|
367
368
|
| `ads.listConversionDestinations()` | List destinations for the Conversions API |
|
|
368
369
|
| `ads.createCtwaAd()` | Create Click-to-WhatsApp ad |
|
|
369
370
|
| `ads.createStandaloneAd()` | Create standalone ad |
|
|
@@ -375,6 +376,7 @@ try {
|
|
|
375
376
|
| `ads.boostPost()` | Boost post as ad |
|
|
376
377
|
| `ads.searchAdInterests()` | Search targeting interests |
|
|
377
378
|
| `ads.sendConversions()` | Send conversion events to an ad platform |
|
|
379
|
+
| `ads.triggerAdsInitialSync()` | Re-sync an ads account |
|
|
378
380
|
|
|
379
381
|
### Broadcasts
|
|
380
382
|
| Method | Description |
|