Missing policies
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
import 'package:json_annotation/json_annotation.dart';
|
import 'package:json_annotation/json_annotation.dart';
|
||||||
|
|
||||||
|
|
||||||
/// Represents various resource types (mirroring your Go "Type" constants).
|
/// Represents various resource types (mirroring your Go "Type" constants).
|
||||||
enum ResourceType {
|
enum ResourceType {
|
||||||
/// Represents user accounts in the system
|
/// Represents user accounts in the system
|
||||||
@@ -75,6 +76,12 @@ enum ResourceType {
|
|||||||
@JsonValue('ledger_posing_lines')
|
@JsonValue('ledger_posing_lines')
|
||||||
ledgerPostingLines,
|
ledgerPostingLines,
|
||||||
|
|
||||||
|
@JsonValue('payments')
|
||||||
|
payments,
|
||||||
|
|
||||||
|
@JsonValue('payment_methods')
|
||||||
|
paymentMethods,
|
||||||
|
|
||||||
/// Represents permissions service
|
/// Represents permissions service
|
||||||
@JsonValue('permissions')
|
@JsonValue('permissions')
|
||||||
permissions,
|
permissions,
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ class PayApp extends StatelessWidget {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) => MaterialApp.router(
|
Widget build(BuildContext context) => MaterialApp.router(
|
||||||
title: 'sendico',
|
title: 'Sendico',
|
||||||
theme: ThemeData(
|
theme: ThemeData(
|
||||||
colorScheme: ColorScheme.fromSeed(seedColor: Constants.themeColor),
|
colorScheme: ColorScheme.fromSeed(seedColor: Constants.themeColor),
|
||||||
useMaterial3: true,
|
useMaterial3: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user