@opens/gateways 1.14.2 → 1.14.3
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.
|
@@ -402,7 +402,7 @@ interface CreateCampaignWorkGroupRequest {
|
|
|
402
402
|
}
|
|
403
403
|
|
|
404
404
|
/** Reason why a user has (or does not have) access to the Campaigns module. */
|
|
405
|
-
type CampaignAccessReason = 'admin' | 'manager' | '
|
|
405
|
+
type CampaignAccessReason = 'admin' | 'manager' | 'user' | 'none';
|
|
406
406
|
/** Response returned by the Campaigns API when checking the caller's access. */
|
|
407
407
|
interface CampaignAccessResponse {
|
|
408
408
|
hasAccess: boolean;
|
|
@@ -402,7 +402,7 @@ interface CreateCampaignWorkGroupRequest {
|
|
|
402
402
|
}
|
|
403
403
|
|
|
404
404
|
/** Reason why a user has (or does not have) access to the Campaigns module. */
|
|
405
|
-
type CampaignAccessReason = 'admin' | 'manager' | '
|
|
405
|
+
type CampaignAccessReason = 'admin' | 'manager' | 'user' | 'none';
|
|
406
406
|
/** Response returned by the Campaigns API when checking the caller's access. */
|
|
407
407
|
interface CampaignAccessResponse {
|
|
408
408
|
hasAccess: boolean;
|
package/package.json
CHANGED