@tolinax/ayoune-interfaces 2026.19.0 → 2026.20.0
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/data/modelsAndRights.js +60 -0
- package/package.json +1 -1
package/data/modelsAndRights.js
CHANGED
|
@@ -3359,6 +3359,66 @@ const modelsAndRights = [
|
|
|
3359
3359
|
allowDuplicate: false,
|
|
3360
3360
|
updateBy: "_id",
|
|
3361
3361
|
},
|
|
3362
|
+
{
|
|
3363
|
+
plural: "GoogleAdsAudienceSyncs",
|
|
3364
|
+
singular: "GoogleAdsAudienceSync",
|
|
3365
|
+
module: "marketing",
|
|
3366
|
+
right: "marketing.googleadsaudiencesyncs",
|
|
3367
|
+
readOnly: false,
|
|
3368
|
+
importable: false,
|
|
3369
|
+
allowDuplicate: false,
|
|
3370
|
+
updateBy: "_id",
|
|
3371
|
+
},
|
|
3372
|
+
{
|
|
3373
|
+
plural: "GoogleAdsCampaignCriteria",
|
|
3374
|
+
singular: "GoogleAdsCampaignCriterion",
|
|
3375
|
+
module: "marketing",
|
|
3376
|
+
right: "marketing.googleadscampaigncriteria",
|
|
3377
|
+
readOnly: true,
|
|
3378
|
+
importable: false,
|
|
3379
|
+
allowDuplicate: false,
|
|
3380
|
+
updateBy: "google_resource_name",
|
|
3381
|
+
},
|
|
3382
|
+
{
|
|
3383
|
+
plural: "GoogleAdsChangeLogs",
|
|
3384
|
+
singular: "GoogleAdsChangeLog",
|
|
3385
|
+
module: "marketing",
|
|
3386
|
+
right: "marketing.googleadschangelogs",
|
|
3387
|
+
readOnly: true,
|
|
3388
|
+
importable: false,
|
|
3389
|
+
allowDuplicate: false,
|
|
3390
|
+
updateBy: "_id",
|
|
3391
|
+
},
|
|
3392
|
+
{
|
|
3393
|
+
plural: "GoogleAdsConversions",
|
|
3394
|
+
singular: "GoogleAdsConversion",
|
|
3395
|
+
module: "marketing",
|
|
3396
|
+
right: "marketing.googleadsconversions",
|
|
3397
|
+
readOnly: false,
|
|
3398
|
+
importable: false,
|
|
3399
|
+
allowDuplicate: false,
|
|
3400
|
+
updateBy: "_id",
|
|
3401
|
+
},
|
|
3402
|
+
{
|
|
3403
|
+
plural: "GoogleAdsSharedCriteria",
|
|
3404
|
+
singular: "GoogleAdsSharedCriterion",
|
|
3405
|
+
module: "marketing",
|
|
3406
|
+
right: "marketing.googleadssharedcriteria",
|
|
3407
|
+
readOnly: true,
|
|
3408
|
+
importable: false,
|
|
3409
|
+
allowDuplicate: false,
|
|
3410
|
+
updateBy: "google_resource_name",
|
|
3411
|
+
},
|
|
3412
|
+
{
|
|
3413
|
+
plural: "GoogleAdsUserLists",
|
|
3414
|
+
singular: "GoogleAdsUserList",
|
|
3415
|
+
module: "marketing",
|
|
3416
|
+
right: "marketing.googleadsuserlists",
|
|
3417
|
+
readOnly: true,
|
|
3418
|
+
importable: false,
|
|
3419
|
+
allowDuplicate: false,
|
|
3420
|
+
updateBy: "google_resource_name",
|
|
3421
|
+
},
|
|
3362
3422
|
{
|
|
3363
3423
|
plural: "GoogleAssistantIntents",
|
|
3364
3424
|
singular: "GoogleAssistantIntent",
|