@yuno-payments/dashboard-api-mfe 0.36.53-RC.2 → 0.36.53-RC.3
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.
|
@@ -114,6 +114,7 @@ export declare namespace Audit {
|
|
|
114
114
|
end_date: string;
|
|
115
115
|
time_zone: string;
|
|
116
116
|
method?: string[];
|
|
117
|
+
organizationCode?: string;
|
|
117
118
|
}
|
|
118
119
|
interface AuditApiJSON {
|
|
119
120
|
[key: string]: string;
|
|
@@ -151,7 +152,7 @@ export declare namespace Audit {
|
|
|
151
152
|
interface AuditWebhooksParams {
|
|
152
153
|
page: number;
|
|
153
154
|
size: number;
|
|
154
|
-
organizationCode
|
|
155
|
+
organizationCode?: string;
|
|
155
156
|
periodicity?: string;
|
|
156
157
|
account_code?: string[];
|
|
157
158
|
status_codes?: string[];
|
|
@@ -114,6 +114,7 @@ export declare namespace Audit {
|
|
|
114
114
|
end_date: string;
|
|
115
115
|
time_zone: string;
|
|
116
116
|
method?: string[];
|
|
117
|
+
organizationCode?: string;
|
|
117
118
|
}
|
|
118
119
|
interface AuditApiJSON {
|
|
119
120
|
[key: string]: string;
|
|
@@ -151,7 +152,7 @@ export declare namespace Audit {
|
|
|
151
152
|
interface AuditWebhooksParams {
|
|
152
153
|
page: number;
|
|
153
154
|
size: number;
|
|
154
|
-
organizationCode
|
|
155
|
+
organizationCode?: string;
|
|
155
156
|
periodicity?: string;
|
|
156
157
|
account_code?: string[];
|
|
157
158
|
status_codes?: string[];
|
package/build/index.d.ts
CHANGED
|
@@ -3614,6 +3614,7 @@ declare namespace Audit {
|
|
|
3614
3614
|
end_date: string;
|
|
3615
3615
|
time_zone: string;
|
|
3616
3616
|
method?: string[];
|
|
3617
|
+
organizationCode?: string;
|
|
3617
3618
|
}
|
|
3618
3619
|
interface AuditApiJSON {
|
|
3619
3620
|
[key: string]: string;
|
|
@@ -3651,7 +3652,7 @@ declare namespace Audit {
|
|
|
3651
3652
|
interface AuditWebhooksParams {
|
|
3652
3653
|
page: number;
|
|
3653
3654
|
size: number;
|
|
3654
|
-
organizationCode
|
|
3655
|
+
organizationCode?: string;
|
|
3655
3656
|
periodicity?: string;
|
|
3656
3657
|
account_code?: string[];
|
|
3657
3658
|
status_codes?: string[];
|