@be-logixpair/api 0.0.62 → 0.0.63
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 +22 -4
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -670227,6 +670227,17 @@ declare const appRouter: BuiltRouter<{
|
|
|
670227
670227
|
company_number: string | null;
|
|
670228
670228
|
company_tax_number: string | null;
|
|
670229
670229
|
} | null;
|
|
670230
|
+
organization_account_agreed_payment_method: {
|
|
670231
|
+
is_active: boolean | null;
|
|
670232
|
+
id: string;
|
|
670233
|
+
logic_code: string | null;
|
|
670234
|
+
name: string | null;
|
|
670235
|
+
created_at: Date | null;
|
|
670236
|
+
created_by: string | null;
|
|
670237
|
+
updated_at: Date | null;
|
|
670238
|
+
updated_by: string | null;
|
|
670239
|
+
code: string | null;
|
|
670240
|
+
} | null;
|
|
670230
670241
|
is_active: boolean | null;
|
|
670231
670242
|
id_company: string | null;
|
|
670232
670243
|
id: string;
|
|
@@ -670335,6 +670346,17 @@ declare const appRouter: BuiltRouter<{
|
|
|
670335
670346
|
company_number: string | null;
|
|
670336
670347
|
company_tax_number: string | null;
|
|
670337
670348
|
} | null;
|
|
670349
|
+
organization_account_agreed_payment_method: {
|
|
670350
|
+
is_active: boolean | null;
|
|
670351
|
+
id: string;
|
|
670352
|
+
logic_code: string | null;
|
|
670353
|
+
name: string | null;
|
|
670354
|
+
created_at: Date | null;
|
|
670355
|
+
created_by: string | null;
|
|
670356
|
+
updated_at: Date | null;
|
|
670357
|
+
updated_by: string | null;
|
|
670358
|
+
code: string | null;
|
|
670359
|
+
} | null;
|
|
670338
670360
|
is_active: boolean | null;
|
|
670339
670361
|
id_company: string | null;
|
|
670340
670362
|
id: string;
|
|
@@ -670454,8 +670476,6 @@ declare const appRouter: BuiltRouter<{
|
|
|
670454
670476
|
credit_limit?: string | null | undefined;
|
|
670455
670477
|
tntd_days?: number | null | undefined;
|
|
670456
670478
|
is_global?: string | boolean | null | undefined;
|
|
670457
|
-
is_parent?: string | boolean | null | undefined;
|
|
670458
|
-
is_child?: string | boolean | null | undefined;
|
|
670459
670479
|
};
|
|
670460
670480
|
output: {
|
|
670461
670481
|
data: {
|
|
@@ -670503,8 +670523,6 @@ declare const appRouter: BuiltRouter<{
|
|
|
670503
670523
|
credit_limit?: string | null | undefined;
|
|
670504
670524
|
tntd_days?: number | null | undefined;
|
|
670505
670525
|
is_global?: string | boolean | null | undefined;
|
|
670506
|
-
is_parent?: string | boolean | null | undefined;
|
|
670507
|
-
is_child?: string | boolean | null | undefined;
|
|
670508
670526
|
};
|
|
670509
670527
|
output: {
|
|
670510
670528
|
data: {
|