@adminide-stack/core 3.1.2-alpha.8 → 3.1.2-alpha.80

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.
@@ -5,5 +5,6 @@ export declare enum Integrations {
5
5
  GitLab = "Gitlab",
6
6
  Asana = "Asana",
7
7
  Apple = "Apple",
8
- Facebook = "Facebook"
8
+ Facebook = "Facebook",
9
+ Paypal = "paypal-sandbox"
9
10
  }
@@ -10,5 +10,6 @@ var Integrations;
10
10
  Integrations["Asana"] = "Asana";
11
11
  Integrations["Apple"] = "Apple";
12
12
  Integrations["Facebook"] = "Facebook";
13
+ Integrations["Paypal"] = "paypal-sandbox";
13
14
  })(Integrations = exports.Integrations || (exports.Integrations = {}));
14
15
  //# sourceMappingURL=integrations.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"integrations.js","sourceRoot":"","sources":["../../src/enums/integrations.ts"],"names":[],"mappings":";;;AAAA,IAAY,YAQX;AARD,WAAY,YAAY;IACtB,iCAAiB,CAAA;IACjB,iCAAiB,CAAA;IACjB,uCAAuB,CAAA;IACvB,iCAAiB,CAAA;IACjB,+BAAe,CAAA;IACf,+BAAe,CAAA;IACf,qCAAqB,CAAA;AACvB,CAAC,EARW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAQvB"}
1
+ {"version":3,"file":"integrations.js","sourceRoot":"","sources":["../../src/enums/integrations.ts"],"names":[],"mappings":";;;AAAA,IAAY,YASX;AATD,WAAY,YAAY;IACtB,iCAAiB,CAAA;IACjB,iCAAiB,CAAA;IACjB,uCAAuB,CAAA;IACvB,iCAAiB,CAAA;IACjB,+BAAe,CAAA;IACf,+BAAe,CAAA;IACf,qCAAqB,CAAA;IACrB,yCAAyB,CAAA;AAC3B,CAAC,EATW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QASvB"}
@@ -26,6 +26,6 @@ exports.AuthErrorsMessage = {
26
26
  ScopeExpected: 'No scopes supplied!',
27
27
  UserExpected: 'You must supply a User!',
28
28
  UserLoginNeeded: 'Try logout and login',
29
- NotAuthorized: 'You are not authorised to perform this request. Contact administrator',
29
+ NotAuthorized: 'You are not authorised to perform this request. Contact administrator'
30
30
  };
31
31
  //# sourceMappingURL=auth-error-messages.js.map