@be-logixpair/api 0.0.60 → 0.0.61
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.
- package/dist/index.d.ts +6 -6
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -670526,7 +670526,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
670526
670526
|
is_global: boolean | null;
|
|
670527
670527
|
is_parent: boolean | null;
|
|
670528
670528
|
is_child: boolean | null;
|
|
670529
|
-
}
|
|
670529
|
+
};
|
|
670530
670530
|
log: {
|
|
670531
670531
|
id: string;
|
|
670532
670532
|
id_log_type: string | null;
|
|
@@ -671070,7 +671070,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
671070
671070
|
id_tax_type: string | null;
|
|
671071
671071
|
id_default_currency: string | null;
|
|
671072
671072
|
client_number: string | null;
|
|
671073
|
-
}
|
|
671073
|
+
};
|
|
671074
671074
|
log: {
|
|
671075
671075
|
id: string;
|
|
671076
671076
|
id_log_type: string | null;
|
|
@@ -671082,7 +671082,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
671082
671082
|
action_at: Date | null;
|
|
671083
671083
|
id_organization_account_receivable_detail: string | null;
|
|
671084
671084
|
} | undefined;
|
|
671085
|
-
};
|
|
671085
|
+
} | undefined;
|
|
671086
671086
|
meta: object;
|
|
671087
671087
|
}>;
|
|
671088
671088
|
update: MutationProcedure<{
|
|
@@ -671119,7 +671119,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
671119
671119
|
id_tax_type: string | null;
|
|
671120
671120
|
id_default_currency: string | null;
|
|
671121
671121
|
client_number: string | null;
|
|
671122
|
-
}
|
|
671122
|
+
};
|
|
671123
671123
|
log: {
|
|
671124
671124
|
id: string;
|
|
671125
671125
|
id_log_type: string | null;
|
|
@@ -671131,7 +671131,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
671131
671131
|
action_at: Date | null;
|
|
671132
671132
|
id_organization_account_receivable_detail: string | null;
|
|
671133
671133
|
} | undefined;
|
|
671134
|
-
};
|
|
671134
|
+
} | undefined;
|
|
671135
671135
|
meta: object;
|
|
671136
671136
|
}>;
|
|
671137
671137
|
delete: MutationProcedure<{
|
|
@@ -671652,7 +671652,7 @@ declare const appRouter: BuiltRouter<{
|
|
|
671652
671652
|
is_credit_approved: boolean | null;
|
|
671653
671653
|
is_credit_on_hold: boolean | null;
|
|
671654
671654
|
is_no_checking_overdue: boolean | null;
|
|
671655
|
-
}
|
|
671655
|
+
};
|
|
671656
671656
|
log: {
|
|
671657
671657
|
id: string;
|
|
671658
671658
|
id_log_type: string | null;
|