@purpleschool/student-works 0.0.1 → 0.0.2

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.
@@ -8,4 +8,4 @@ exports.FORMATS = {
8
8
  };
9
9
  exports.CLOUD_PAYMENTS_CANCEL = 'https://api.cloudpayments.ru/subscriptions/cancel';
10
10
  exports.CLOUD_PAYMENTS_UPDATE = 'https://api.cloudpayments.ru/subscriptions/update';
11
- exports.CLOUD_PAYMENTS_GET_SUBSCRIPTION = 'https://api.cloudpayments.ru/subscriptions/get ';
11
+ exports.CLOUD_PAYMENTS_GET_SUBSCRIPTION = 'https://api.cloudpayments.ru/subscriptions/get';
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SIGNUP_METHOD = void 0;
4
4
  var SIGNUP_METHOD;
5
5
  (function (SIGNUP_METHOD) {
6
- SIGNUP_METHOD["EMAIl"] = "email";
6
+ SIGNUP_METHOD["EMAIL"] = "email";
7
7
  SIGNUP_METHOD["VK"] = "vk";
8
8
  SIGNUP_METHOD["YANDEX"] = "yandex";
9
9
  SIGNUP_METHOD["TELEGRAM"] = "telegram";
@@ -8,4 +8,4 @@ export const CLOUD_PAYMENTS_CANCEL = 'https://api.cloudpayments.ru/subscriptions
8
8
 
9
9
  export const CLOUD_PAYMENTS_UPDATE = 'https://api.cloudpayments.ru/subscriptions/update';
10
10
 
11
- export const CLOUD_PAYMENTS_GET_SUBSCRIPTION = 'https://api.cloudpayments.ru/subscriptions/get ';
11
+ export const CLOUD_PAYMENTS_GET_SUBSCRIPTION = 'https://api.cloudpayments.ru/subscriptions/get';
@@ -1,5 +1,5 @@
1
1
  export enum SIGNUP_METHOD {
2
- EMAIl = 'email',
2
+ EMAIL = 'email',
3
3
  VK = 'vk',
4
4
  YANDEX = 'yandex',
5
5
  TELEGRAM = 'telegram',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@purpleschool/student-works",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",