@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' | 'workgroup' | 'none';
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' | 'workgroup' | 'none';
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
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.14.2",
2
+ "version": "1.14.3",
3
3
  "description": "A simple package to help with some common tasks",
4
4
  "name": "@opens/gateways",
5
5
  "private": false,
@@ -59,4 +59,4 @@
59
59
  "dependencies": {
60
60
  "axios": "^1.18.0"
61
61
  }
62
- }
62
+ }