@be-logixpair/api 0.0.62 → 0.0.64

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +64 -4
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -666367,6 +666367,27 @@ declare const appRouter: BuiltRouter<{
666367
666367
  has_seaport: boolean | null;
666368
666368
  has_outport: boolean | null;
666369
666369
  } | null;
666370
+ organization_address_capability_pivot: {
666371
+ organization_address_capability: {
666372
+ is_active: boolean | null;
666373
+ id: string;
666374
+ logic_code: string | null;
666375
+ name: string | null;
666376
+ created_at: Date | null;
666377
+ created_by: string | null;
666378
+ updated_at: Date | null;
666379
+ updated_by: string | null;
666380
+ code: string | null;
666381
+ } | null;
666382
+ id: string;
666383
+ created_at: Date | null;
666384
+ created_by: string | null;
666385
+ updated_at: Date | null;
666386
+ updated_by: string | null;
666387
+ is_main: boolean | null;
666388
+ id_address: string | null;
666389
+ id_address_capability: string | null;
666390
+ }[];
666370
666391
  is_active: boolean | null;
666371
666392
  id_country: string | null;
666372
666393
  id_state: string | null;
@@ -666529,6 +666550,27 @@ declare const appRouter: BuiltRouter<{
666529
666550
  has_seaport: boolean | null;
666530
666551
  has_outport: boolean | null;
666531
666552
  } | null;
666553
+ organization_address_capability_pivot: {
666554
+ organization_address_capability: {
666555
+ is_active: boolean | null;
666556
+ id: string;
666557
+ logic_code: string | null;
666558
+ name: string | null;
666559
+ created_at: Date | null;
666560
+ created_by: string | null;
666561
+ updated_at: Date | null;
666562
+ updated_by: string | null;
666563
+ code: string | null;
666564
+ } | null;
666565
+ id: string;
666566
+ created_at: Date | null;
666567
+ created_by: string | null;
666568
+ updated_at: Date | null;
666569
+ updated_by: string | null;
666570
+ is_main: boolean | null;
666571
+ id_address: string | null;
666572
+ id_address_capability: string | null;
666573
+ }[];
666532
666574
  is_active: boolean | null;
666533
666575
  id_country: string | null;
666534
666576
  id_state: string | null;
@@ -670227,6 +670269,17 @@ declare const appRouter: BuiltRouter<{
670227
670269
  company_number: string | null;
670228
670270
  company_tax_number: string | null;
670229
670271
  } | null;
670272
+ organization_account_agreed_payment_method: {
670273
+ is_active: boolean | null;
670274
+ id: string;
670275
+ logic_code: string | null;
670276
+ name: string | null;
670277
+ created_at: Date | null;
670278
+ created_by: string | null;
670279
+ updated_at: Date | null;
670280
+ updated_by: string | null;
670281
+ code: string | null;
670282
+ } | null;
670230
670283
  is_active: boolean | null;
670231
670284
  id_company: string | null;
670232
670285
  id: string;
@@ -670335,6 +670388,17 @@ declare const appRouter: BuiltRouter<{
670335
670388
  company_number: string | null;
670336
670389
  company_tax_number: string | null;
670337
670390
  } | null;
670391
+ organization_account_agreed_payment_method: {
670392
+ is_active: boolean | null;
670393
+ id: string;
670394
+ logic_code: string | null;
670395
+ name: string | null;
670396
+ created_at: Date | null;
670397
+ created_by: string | null;
670398
+ updated_at: Date | null;
670399
+ updated_by: string | null;
670400
+ code: string | null;
670401
+ } | null;
670338
670402
  is_active: boolean | null;
670339
670403
  id_company: string | null;
670340
670404
  id: string;
@@ -670454,8 +670518,6 @@ declare const appRouter: BuiltRouter<{
670454
670518
  credit_limit?: string | null | undefined;
670455
670519
  tntd_days?: number | null | undefined;
670456
670520
  is_global?: string | boolean | null | undefined;
670457
- is_parent?: string | boolean | null | undefined;
670458
- is_child?: string | boolean | null | undefined;
670459
670521
  };
670460
670522
  output: {
670461
670523
  data: {
@@ -670503,8 +670565,6 @@ declare const appRouter: BuiltRouter<{
670503
670565
  credit_limit?: string | null | undefined;
670504
670566
  tntd_days?: number | null | undefined;
670505
670567
  is_global?: string | boolean | null | undefined;
670506
- is_parent?: string | boolean | null | undefined;
670507
- is_child?: string | boolean | null | undefined;
670508
670568
  };
670509
670569
  output: {
670510
670570
  data: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-logixpair/api",
3
- "version": "0.0.62",
3
+ "version": "0.0.64",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {