@revxui/intellibid-client-ts 1.0.71 → 1.0.72

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.
@@ -1418,6 +1418,14 @@ var CampaignRequest;
1418
1418
  COSTPERRESULT: 'COST_PER_RESULT',
1419
1419
  ROAS: 'ROAS'
1420
1420
  };
1421
+ CampaignRequest.CampaignTypeEnum = {
1422
+ APP: 'APP',
1423
+ WEBSITE: 'WEBSITE'
1424
+ };
1425
+ CampaignRequest.CampaignObjectiveEnum = {
1426
+ RT: 'RT',
1427
+ UA: 'UA'
1428
+ };
1421
1429
  CampaignRequest.MmpAttributionSettingEnum = {
1422
1430
  CTA: 'CTA',
1423
1431
  CTAANDVTA: 'CTA_AND_VTA'
@@ -1445,6 +1453,14 @@ var CampaignResponse;
1445
1453
  COSTPERRESULT: 'COST_PER_RESULT',
1446
1454
  ROAS: 'ROAS'
1447
1455
  };
1456
+ CampaignResponse.CampaignTypeEnum = {
1457
+ APP: 'APP',
1458
+ WEBSITE: 'WEBSITE'
1459
+ };
1460
+ CampaignResponse.CampaignObjectiveEnum = {
1461
+ RT: 'RT',
1462
+ UA: 'UA'
1463
+ };
1448
1464
  CampaignResponse.MmpAttributionSettingEnum = {
1449
1465
  CTA: 'CTA',
1450
1466
  CTAANDVTA: 'CTA_AND_VTA'