|
50 | 50 | "method": "stripe.webhook",
|
51 | 51 | "description": "Get stripe webhooks handler",
|
52 | 52 | "allowGroup": [
|
53 |
| - "admin" |
| 53 | + "webhook" |
54 | 54 | ],
|
55 | 55 | "denyGroup": [],
|
56 | 56 | "createdAt": "2023-05-26T15:12:57.976Z",
|
|
89 | 89 | "method": "bank-account.list",
|
90 | 90 | "description": "Returns list of BankAccount by given condition",
|
91 | 91 | "allowGroup": [
|
92 |
| - "admin" |
| 92 | + "user" |
93 | 93 | ],
|
94 | 94 | "denyGroup": [],
|
95 | 95 | "createdAt": "2023-05-26T15:12:57.976Z",
|
96 | 96 | "modelIn": "ListRequestParams",
|
97 | 97 | "modelOut": "payment-stripe.ListOutputParams.8f41f4d656756a40d24eaed65ae77f97",
|
98 |
| - "methodFilters": [] |
| 98 | + "methodFilters": [ |
| 99 | + { |
| 100 | + "filterTitle": "By userId", |
| 101 | + "operator": "and", |
| 102 | + "roleAlias": "guest", |
| 103 | + "createdAt": "2022-03-15T06:17:23.698Z" |
| 104 | + } |
| 105 | + ] |
99 | 106 | },
|
100 | 107 | {
|
101 | 108 | "microservice": "payment-stripe",
|
|
218 | 225 | "method": "bank-account.view",
|
219 | 226 | "description": "Returns BankAccount by given condition",
|
220 | 227 | "allowGroup": [
|
221 |
| - "admin" |
| 228 | + "user" |
222 | 229 | ],
|
223 | 230 | "denyGroup": [],
|
224 | 231 | "createdAt": "2023-05-26T15:12:57.976Z",
|
225 | 232 | "modelIn": "ViewRequestParams",
|
226 | 233 | "modelOut": "payment-stripe.ViewOutputParams.6acc04786eedd28356976dfd5cad3ec3",
|
227 |
| - "methodFilters": [] |
| 234 | + "methodFilters": [ |
| 235 | + { |
| 236 | + "filterTitle": "By userId", |
| 237 | + "operator": "and", |
| 238 | + "roleAlias": "guest", |
| 239 | + "createdAt": "2022-03-15T06:17:23.698Z" |
| 240 | + } |
| 241 | + ] |
228 | 242 | },
|
229 | 243 | {
|
230 | 244 | "microservice": "payment-stripe",
|
|
244 | 258 | "method": "transaction.list",
|
245 | 259 | "description": "Returns list of Transaction by given condition",
|
246 | 260 | "allowGroup": [
|
247 |
| - "admin" |
| 261 | + "user" |
248 | 262 | ],
|
249 | 263 | "denyGroup": [],
|
250 | 264 | "createdAt": "2023-05-26T15:12:57.976Z",
|
251 | 265 | "modelIn": "ListRequestParams",
|
252 | 266 | "modelOut": "payment-stripe.ListOutputParams.ab8bbade2b229df1cce267b8a3de985f",
|
253 |
| - "methodFilters": [] |
| 267 | + "methodFilters": [ |
| 268 | + { |
| 269 | + "filterTitle": "By userId", |
| 270 | + "operator": "and", |
| 271 | + "roleAlias": "guest", |
| 272 | + "createdAt": "2022-03-15T06:17:23.698Z" |
| 273 | + } |
| 274 | + ] |
254 | 275 | },
|
255 | 276 | {
|
256 | 277 | "microservice": "payment-stripe",
|
|
270 | 291 | "method": "card.list",
|
271 | 292 | "description": "Returns list of Card by given condition",
|
272 | 293 | "allowGroup": [
|
273 |
| - "admin" |
| 294 | + "user" |
274 | 295 | ],
|
275 | 296 | "denyGroup": [],
|
276 | 297 | "createdAt": "2023-05-26T15:12:57.976Z",
|
277 | 298 | "modelIn": "ListRequestParams",
|
278 | 299 | "modelOut": "payment-stripe.ListOutputParams.bb3225128bd0a5c1d6c51e6f2668d280",
|
279 |
| - "methodFilters": [] |
| 300 | + "methodFilters": [ |
| 301 | + { |
| 302 | + "filterTitle": "By userId", |
| 303 | + "operator": "and", |
| 304 | + "roleAlias": "guest", |
| 305 | + "createdAt": "2022-03-15T06:17:23.698Z" |
| 306 | + } |
| 307 | + ] |
280 | 308 | },
|
281 | 309 | {
|
282 | 310 | "microservice": "payment-stripe",
|
|
289 | 317 | "createdAt": "2023-05-26T15:12:57.976Z",
|
290 | 318 | "modelIn": "payment-stripe.SetupIntentInput",
|
291 | 319 | "modelOut": "payment-stripe.SetupIntentOutput",
|
| 320 | + "conditions": "Payment-stripe: if exist in customers and myself", |
292 | 321 | "methodFilters": []
|
293 | 322 | },
|
294 | 323 | {
|
295 | 324 | "microservice": "payment-stripe",
|
296 | 325 | "method": "bank-account.count",
|
297 | 326 | "description": "Returns count of BankAccount by given condition",
|
298 | 327 | "allowGroup": [
|
299 |
| - "admin" |
| 328 | + "user" |
300 | 329 | ],
|
301 | 330 | "denyGroup": [],
|
302 | 331 | "createdAt": "2023-05-26T15:12:57.976Z",
|
303 | 332 | "modelIn": "CountRequestParams",
|
304 | 333 | "modelOut": "CountOutputParams",
|
305 |
| - "methodFilters": [] |
| 334 | + "methodFilters": [ |
| 335 | + { |
| 336 | + "filterTitle": "By userId", |
| 337 | + "operator": "and", |
| 338 | + "roleAlias": "guest", |
| 339 | + "createdAt": "2022-03-15T06:17:23.698Z" |
| 340 | + } |
| 341 | + ] |
306 | 342 | },
|
307 | 343 | {
|
308 | 344 | "microservice": "payment-stripe",
|
|
381 | 417 | "method": "transaction.count",
|
382 | 418 | "description": "Returns count of Transaction by given condition",
|
383 | 419 | "allowGroup": [
|
384 |
| - "admin" |
| 420 | + "user" |
385 | 421 | ],
|
386 | 422 | "denyGroup": [],
|
387 | 423 | "createdAt": "2023-05-26T15:12:57.976Z",
|
388 | 424 | "modelIn": "CountRequestParams",
|
389 | 425 | "modelOut": "CountOutputParams",
|
390 |
| - "methodFilters": [] |
| 426 | + "methodFilters": [ |
| 427 | + { |
| 428 | + "filterTitle": "By userId", |
| 429 | + "operator": "and", |
| 430 | + "roleAlias": "guest", |
| 431 | + "createdAt": "2022-03-15T06:17:23.698Z" |
| 432 | + } |
| 433 | + ] |
391 | 434 | },
|
392 | 435 | {
|
393 | 436 | "microservice": "payment-stripe",
|
394 | 437 | "method": "stripe.payment-intent-fees",
|
395 | 438 | "description": "Returns calculated fees for payment intent",
|
396 | 439 | "allowGroup": [
|
397 |
| - "admin" |
| 440 | + "guest" |
398 | 441 | ],
|
399 | 442 | "denyGroup": [],
|
400 | 443 | "createdAt": "2023-05-26T15:12:57.976Z",
|
|
497 | 540 | "method": "stripe.refund",
|
498 | 541 | "description": "Create transaction refund",
|
499 | 542 | "allowGroup": [
|
500 |
| - "admin" |
| 543 | + "user" |
501 | 544 | ],
|
502 | 545 | "denyGroup": [],
|
503 | 546 | "createdAt": "2023-05-26T15:12:57.976Z",
|
504 | 547 | "modelIn": "payment-stripe.RefundInput",
|
505 | 548 | "modelOut": "payment-stripe.RefundOutput",
|
| 549 | + "condition": "Payment-stripe: refund", |
506 | 550 | "methodFilters": []
|
507 | 551 | },
|
508 | 552 | {
|
509 | 553 | "microservice": "payment-stripe",
|
510 | 554 | "method": "card.view",
|
511 | 555 | "description": "Returns Card by given condition",
|
512 | 556 | "allowGroup": [
|
513 |
| - "admin" |
| 557 | + "user" |
514 | 558 | ],
|
515 | 559 | "denyGroup": [],
|
516 | 560 | "createdAt": "2023-05-26T15:12:57.976Z",
|
517 | 561 | "modelIn": "ViewRequestParams",
|
518 | 562 | "modelOut": "payment-stripe.ViewOutputParams.42c9fcbd79b41712464c2f718e4b31d1",
|
519 |
| - "methodFilters": [] |
| 563 | + "methodFilters": [ |
| 564 | + { |
| 565 | + "filterTitle": "By userId", |
| 566 | + "operator": "and", |
| 567 | + "roleAlias": "guest", |
| 568 | + "createdAt": "2022-03-15T06:17:23.698Z" |
| 569 | + } |
| 570 | + ] |
520 | 571 | },
|
521 | 572 | {
|
522 | 573 | "microservice": "payment-stripe",
|
|
568 | 619 | "createdAt": "2023-05-26T15:12:57.976Z",
|
569 | 620 | "modelIn": "payment-stripe.ConnectAccountLinkInput",
|
570 | 621 | "modelOut": "payment-stripe.ConnectAccountLinkOutput",
|
571 |
| - "methodFilters": [] |
| 622 | + "methodFilters": [ |
| 623 | + { |
| 624 | + "filterTitle": "By userId", |
| 625 | + "operator": "and", |
| 626 | + "roleAlias": "guest", |
| 627 | + "createdAt": "2022-03-15T06:17:23.698Z" |
| 628 | + } |
| 629 | + ] |
572 | 630 | },
|
573 | 631 | {
|
574 | 632 | "microservice": "payment-stripe",
|
575 | 633 | "method": "transaction.view",
|
576 | 634 | "description": "Returns Transaction by given condition",
|
577 | 635 | "allowGroup": [
|
578 |
| - "admin" |
| 636 | + "user" |
579 | 637 | ],
|
580 | 638 | "denyGroup": [],
|
581 | 639 | "createdAt": "2023-05-26T15:12:57.976Z",
|
582 | 640 | "modelIn": "ViewRequestParams",
|
583 | 641 | "modelOut": "payment-stripe.ViewOutputParams.6dee9dddb2a4fce8a6c8ac5fc7881f25",
|
584 |
| - "methodFilters": [] |
| 642 | + "methodFilters": [ |
| 643 | + { |
| 644 | + "filterTitle": "By userId", |
| 645 | + "operator": "and", |
| 646 | + "roleAlias": "guest", |
| 647 | + "createdAt": "2022-03-15T06:17:23.698Z" |
| 648 | + } |
| 649 | + ] |
585 | 650 | },
|
586 | 651 | {
|
587 | 652 | "microservice": "payment-stripe",
|
588 | 653 | "method": "card.count",
|
589 | 654 | "description": "Returns count of Card by given condition",
|
590 | 655 | "allowGroup": [
|
591 |
| - "admin" |
| 656 | + "user" |
592 | 657 | ],
|
593 | 658 | "denyGroup": [],
|
594 | 659 | "createdAt": "2023-05-26T15:12:57.976Z",
|
595 | 660 | "modelIn": "CountRequestParams",
|
596 | 661 | "modelOut": "CountOutputParams",
|
597 |
| - "methodFilters": [] |
| 662 | + "methodFilters": [ |
| 663 | + { |
| 664 | + "filterTitle": "By userId", |
| 665 | + "operator": "and", |
| 666 | + "roleAlias": "guest", |
| 667 | + "createdAt": "2022-03-15T06:17:23.698Z" |
| 668 | + } |
| 669 | + ] |
598 | 670 | },
|
599 | 671 | {
|
600 | 672 | "microservice": "payment-stripe",
|
601 | 673 | "method": "stripe.connect-account",
|
602 | 674 | "description": "Create new connected account with link",
|
603 | 675 | "allowGroup": [
|
604 |
| - "admin" |
| 676 | + "user" |
605 | 677 | ],
|
606 | 678 | "denyGroup": [],
|
607 | 679 | "createdAt": "2023-05-26T15:12:57.976Z",
|
608 | 680 | "modelIn": "payment-stripe.ConnectAccountInput",
|
609 | 681 | "modelOut": "payment-stripe.ConnectAccountOutput",
|
| 682 | + "condition": "Payment-stripe: if exist in customers and myself", |
610 | 683 | "methodFilters": []
|
611 | 684 | },
|
612 | 685 | {
|
|
0 commit comments