@be-logixpair/api 0.0.108 → 0.0.109
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 +102 -22
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -704301,6 +704301,22 @@ declare const GetDetailUsersFunc: (ctx?: Context, input?: z$1.infer<typeof getDe
|
|
|
704301
704301
|
} | null;
|
|
704302
704302
|
last_accessed_company: {
|
|
704303
704303
|
country: {
|
|
704304
|
+
currency: {
|
|
704305
|
+
symbol: string | null;
|
|
704306
|
+
is_active: boolean | null;
|
|
704307
|
+
id: string;
|
|
704308
|
+
logic_code: string | null;
|
|
704309
|
+
created_at: Date | null;
|
|
704310
|
+
created_by: string | null;
|
|
704311
|
+
updated_at: Date | null;
|
|
704312
|
+
updated_by: string | null;
|
|
704313
|
+
currency_code: string | null;
|
|
704314
|
+
currency_name: string | null;
|
|
704315
|
+
major_unit: string | null;
|
|
704316
|
+
minor_unit: string | null;
|
|
704317
|
+
decimal_unit: number | null;
|
|
704318
|
+
iso_decimal: number | null;
|
|
704319
|
+
} | null;
|
|
704304
704320
|
is_active: boolean | null;
|
|
704305
704321
|
id: string;
|
|
704306
704322
|
logic_code: string | null;
|
|
@@ -719749,6 +719765,22 @@ declare const humanCapitalRouter: BuiltRouter<{
|
|
|
719749
719765
|
} | null;
|
|
719750
719766
|
last_accessed_company: {
|
|
719751
719767
|
country: {
|
|
719768
|
+
currency: {
|
|
719769
|
+
symbol: string | null;
|
|
719770
|
+
is_active: boolean | null;
|
|
719771
|
+
id: string;
|
|
719772
|
+
logic_code: string | null;
|
|
719773
|
+
created_at: Date | null;
|
|
719774
|
+
created_by: string | null;
|
|
719775
|
+
updated_at: Date | null;
|
|
719776
|
+
updated_by: string | null;
|
|
719777
|
+
currency_code: string | null;
|
|
719778
|
+
currency_name: string | null;
|
|
719779
|
+
major_unit: string | null;
|
|
719780
|
+
minor_unit: string | null;
|
|
719781
|
+
decimal_unit: number | null;
|
|
719782
|
+
iso_decimal: number | null;
|
|
719783
|
+
} | null;
|
|
719752
719784
|
is_active: boolean | null;
|
|
719753
719785
|
id: string;
|
|
719754
719786
|
logic_code: string | null;
|
|
@@ -720226,6 +720258,22 @@ declare const humanCapitalRouter: BuiltRouter<{
|
|
|
720226
720258
|
} | null;
|
|
720227
720259
|
last_accessed_company: {
|
|
720228
720260
|
country: {
|
|
720261
|
+
currency: {
|
|
720262
|
+
symbol: string | null;
|
|
720263
|
+
is_active: boolean | null;
|
|
720264
|
+
id: string;
|
|
720265
|
+
logic_code: string | null;
|
|
720266
|
+
created_at: Date | null;
|
|
720267
|
+
created_by: string | null;
|
|
720268
|
+
updated_at: Date | null;
|
|
720269
|
+
updated_by: string | null;
|
|
720270
|
+
currency_code: string | null;
|
|
720271
|
+
currency_name: string | null;
|
|
720272
|
+
major_unit: string | null;
|
|
720273
|
+
minor_unit: string | null;
|
|
720274
|
+
decimal_unit: number | null;
|
|
720275
|
+
iso_decimal: number | null;
|
|
720276
|
+
} | null;
|
|
720229
720277
|
is_active: boolean | null;
|
|
720230
720278
|
id: string;
|
|
720231
720279
|
logic_code: string | null;
|
|
@@ -721741,6 +721789,17 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
721741
721789
|
is_controlling_agent: boolean | null;
|
|
721742
721790
|
is_internal_organization: boolean | null;
|
|
721743
721791
|
}[];
|
|
721792
|
+
organization_forwarder_details: {
|
|
721793
|
+
is_active: boolean | null;
|
|
721794
|
+
id: string;
|
|
721795
|
+
created_at: Date | null;
|
|
721796
|
+
created_by: string | null;
|
|
721797
|
+
updated_at: Date | null;
|
|
721798
|
+
updated_by: string | null;
|
|
721799
|
+
id_currency: string | null;
|
|
721800
|
+
id_organization: string | null;
|
|
721801
|
+
id_forwarder_category: string | null;
|
|
721802
|
+
} | null;
|
|
721744
721803
|
organization_business_category: {
|
|
721745
721804
|
is_active: boolean | null;
|
|
721746
721805
|
id: string;
|
|
@@ -721829,17 +721888,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
721829
721888
|
is_non_vessel_operator: boolean | null;
|
|
721830
721889
|
is_shipping_line: boolean | null;
|
|
721831
721890
|
} | null;
|
|
721832
|
-
organization_forwarder_details: {
|
|
721833
|
-
is_active: boolean | null;
|
|
721834
|
-
id: string;
|
|
721835
|
-
created_at: Date | null;
|
|
721836
|
-
created_by: string | null;
|
|
721837
|
-
updated_at: Date | null;
|
|
721838
|
-
updated_by: string | null;
|
|
721839
|
-
id_currency: string | null;
|
|
721840
|
-
id_organization: string | null;
|
|
721841
|
-
id_forwarder_category: string | null;
|
|
721842
|
-
} | null;
|
|
721843
721891
|
organization_service_types: {
|
|
721844
721892
|
is_active: boolean | null;
|
|
721845
721893
|
id: string;
|
|
@@ -722260,6 +722308,17 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
722260
722308
|
is_controlling_agent: boolean | null;
|
|
722261
722309
|
is_internal_organization: boolean | null;
|
|
722262
722310
|
}[];
|
|
722311
|
+
organization_forwarder_details: {
|
|
722312
|
+
is_active: boolean | null;
|
|
722313
|
+
id: string;
|
|
722314
|
+
created_at: Date | null;
|
|
722315
|
+
created_by: string | null;
|
|
722316
|
+
updated_at: Date | null;
|
|
722317
|
+
updated_by: string | null;
|
|
722318
|
+
id_currency: string | null;
|
|
722319
|
+
id_organization: string | null;
|
|
722320
|
+
id_forwarder_category: string | null;
|
|
722321
|
+
} | null;
|
|
722263
722322
|
organization_business_category: {
|
|
722264
722323
|
is_active: boolean | null;
|
|
722265
722324
|
id: string;
|
|
@@ -722348,17 +722407,6 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
722348
722407
|
is_non_vessel_operator: boolean | null;
|
|
722349
722408
|
is_shipping_line: boolean | null;
|
|
722350
722409
|
} | null;
|
|
722351
|
-
organization_forwarder_details: {
|
|
722352
|
-
is_active: boolean | null;
|
|
722353
|
-
id: string;
|
|
722354
|
-
created_at: Date | null;
|
|
722355
|
-
created_by: string | null;
|
|
722356
|
-
updated_at: Date | null;
|
|
722357
|
-
updated_by: string | null;
|
|
722358
|
-
id_currency: string | null;
|
|
722359
|
-
id_organization: string | null;
|
|
722360
|
-
id_forwarder_category: string | null;
|
|
722361
|
-
} | null;
|
|
722362
722410
|
organization_service_types: {
|
|
722363
722411
|
is_active: boolean | null;
|
|
722364
722412
|
id: string;
|
|
@@ -751078,6 +751126,22 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
751078
751126
|
output: {
|
|
751079
751127
|
data: {
|
|
751080
751128
|
country: {
|
|
751129
|
+
currency: {
|
|
751130
|
+
symbol: string | null;
|
|
751131
|
+
is_active: boolean | null;
|
|
751132
|
+
id: string;
|
|
751133
|
+
logic_code: string | null;
|
|
751134
|
+
created_at: Date | null;
|
|
751135
|
+
created_by: string | null;
|
|
751136
|
+
updated_at: Date | null;
|
|
751137
|
+
updated_by: string | null;
|
|
751138
|
+
currency_code: string | null;
|
|
751139
|
+
currency_name: string | null;
|
|
751140
|
+
major_unit: string | null;
|
|
751141
|
+
minor_unit: string | null;
|
|
751142
|
+
decimal_unit: number | null;
|
|
751143
|
+
iso_decimal: number | null;
|
|
751144
|
+
} | null;
|
|
751081
751145
|
is_active: boolean | null;
|
|
751082
751146
|
id: string;
|
|
751083
751147
|
logic_code: string | null;
|
|
@@ -751211,6 +751275,22 @@ declare const settingsRouter: BuiltRouter<{
|
|
|
751211
751275
|
organization_type_details: number;
|
|
751212
751276
|
};
|
|
751213
751277
|
country: {
|
|
751278
|
+
currency: {
|
|
751279
|
+
symbol: string | null;
|
|
751280
|
+
is_active: boolean | null;
|
|
751281
|
+
id: string;
|
|
751282
|
+
logic_code: string | null;
|
|
751283
|
+
created_at: Date | null;
|
|
751284
|
+
created_by: string | null;
|
|
751285
|
+
updated_at: Date | null;
|
|
751286
|
+
updated_by: string | null;
|
|
751287
|
+
currency_code: string | null;
|
|
751288
|
+
currency_name: string | null;
|
|
751289
|
+
major_unit: string | null;
|
|
751290
|
+
minor_unit: string | null;
|
|
751291
|
+
decimal_unit: number | null;
|
|
751292
|
+
iso_decimal: number | null;
|
|
751293
|
+
} | null;
|
|
751214
751294
|
is_active: boolean | null;
|
|
751215
751295
|
id: string;
|
|
751216
751296
|
logic_code: string | null;
|