@ibiliaze/global-vars 1.162.0 → 1.163.0

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.
@@ -3,16 +3,13 @@ export declare const checkoutRoleDefs: readonly [{
3
3
  readonly path: "/checkout/create-session";
4
4
  readonly role: "postUtilCreateCheckoutSession";
5
5
  readonly name: "Create checkout session";
6
- readonly response_200: {
6
+ readonly response_201: {
7
7
  message: string;
8
- checkoutUrl: string;
8
+ epointCheckoutUrl: string;
9
+ localCheckoutUrl: string;
9
10
  data: string;
10
11
  signature: string;
11
12
  };
12
- readonly response_201: {
13
- message: string;
14
- redirectUri: string;
15
- };
16
13
  readonly response_400: {
17
14
  message: string;
18
15
  };
@@ -7,7 +7,6 @@ exports.checkoutRoleDefs = [
7
7
  path: '/checkout/create-session',
8
8
  role: 'postUtilCreateCheckoutSession',
9
9
  name: 'Create checkout session',
10
- response_200: {},
11
10
  response_201: {},
12
11
  response_400: {},
13
12
  },
@@ -2514,16 +2514,13 @@ export declare const apis: <TId, TDate>() => readonly [{
2514
2514
  readonly path: "/checkout/create-session";
2515
2515
  readonly role: "postUtilCreateCheckoutSession";
2516
2516
  readonly name: "Create checkout session";
2517
- readonly response_200: {
2517
+ readonly response_201: {
2518
2518
  message: string;
2519
- checkoutUrl: string;
2519
+ epointCheckoutUrl: string;
2520
+ localCheckoutUrl: string;
2520
2521
  data: string;
2521
2522
  signature: string;
2522
2523
  };
2523
- readonly response_201: {
2524
- message: string;
2525
- redirectUri: string;
2526
- };
2527
2524
  readonly response_400: {
2528
2525
  message: string;
2529
2526
  };
@@ -5111,16 +5108,13 @@ declare const allApis: readonly [{
5111
5108
  readonly path: "/checkout/create-session";
5112
5109
  readonly role: "postUtilCreateCheckoutSession";
5113
5110
  readonly name: "Create checkout session";
5114
- readonly response_200: {
5111
+ readonly response_201: {
5115
5112
  message: string;
5116
- checkoutUrl: string;
5113
+ epointCheckoutUrl: string;
5114
+ localCheckoutUrl: string;
5117
5115
  data: string;
5118
5116
  signature: string;
5119
5117
  };
5120
- readonly response_201: {
5121
- message: string;
5122
- redirectUri: string;
5123
- };
5124
5118
  readonly response_400: {
5125
5119
  message: string;
5126
5120
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiliaze/global-vars",
3
- "version": "1.162.0",
3
+ "version": "1.163.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "sideEffects": false,
@@ -22,7 +22,7 @@
22
22
  "scripts": {
23
23
  "build": "tsc",
24
24
  "pub": "npm publish --access public",
25
- "git": "git add .; git commit -m 'changes'; git tag -a v1.162.0 -m 'v1.162.0'; git push origin v1.162.0; git push",
25
+ "git": "git add .; git commit -m 'changes'; git tag -a v1.163.0 -m 'v1.163.0'; git push origin v1.163.0; git push",
26
26
  "push": "npm run build; npm run git; npm run pub"
27
27
  },
28
28
  "author": "Ibi Hasanli",