@purpleschool/gptbot 0.5.42 → 0.5.44

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.
@@ -1,4 +1,5 @@
1
- export const REFERRAL_CONTROLLER = 'referral' as const;
1
+ export const REFERRAL_PRIVATE_CONTROLLER = 'private/referral' as const;
2
+ export const REFERRAL_PUBLIC_CONTROLLER = 'public/referral' as const;
2
3
 
3
4
  export const REFERRAL_ROUTES = {
4
5
  GET_MY_BONUSES: 'bonuses/my',
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.REFERRAL_ROUTES = exports.REFERRAL_CONTROLLER = void 0;
4
- exports.REFERRAL_CONTROLLER = 'referral';
3
+ exports.REFERRAL_ROUTES = exports.REFERRAL_PUBLIC_CONTROLLER = exports.REFERRAL_PRIVATE_CONTROLLER = void 0;
4
+ exports.REFERRAL_PRIVATE_CONTROLLER = 'private/referral';
5
+ exports.REFERRAL_PUBLIC_CONTROLLER = 'public/referral';
5
6
  exports.REFERRAL_ROUTES = {
6
7
  GET_MY_BONUSES: 'bonuses/my',
7
8
  VALIDATE: 'validate/users',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@purpleschool/gptbot",
3
- "version": "0.5.42",
3
+ "version": "0.5.44",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",