@whiplashmerch/whiplash-api-client 3.0.0 → 3.0.1
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.
|
@@ -1546,6 +1546,8 @@ export interface ApiV2EntitiesImporterOfRecord {
|
|
|
1546
1546
|
customer_id?: number;
|
|
1547
1547
|
/** the email of the importer of record */
|
|
1548
1548
|
email?: string | null;
|
|
1549
|
+
/** the federal tax id of the importer of record */
|
|
1550
|
+
federal_tax_id?: string | null;
|
|
1549
1551
|
/**
|
|
1550
1552
|
* the importer of record id
|
|
1551
1553
|
* @format int32
|
|
@@ -1557,6 +1559,8 @@ export interface ApiV2EntitiesImporterOfRecord {
|
|
|
1557
1559
|
phone?: string | null;
|
|
1558
1560
|
/** the state of the importer of record */
|
|
1559
1561
|
state?: string | null;
|
|
1562
|
+
/** the state tax id of the importer of record */
|
|
1563
|
+
state_tax_id?: string | null;
|
|
1560
1564
|
/** the street name of the importer of record */
|
|
1561
1565
|
street?: string | null;
|
|
1562
1566
|
/** the address number of the importer of record */
|
|
@@ -6957,6 +6961,8 @@ export interface ApiV21EntitiesImporterOfRecord {
|
|
|
6957
6961
|
customer_id?: number;
|
|
6958
6962
|
/** the email of the importer of record */
|
|
6959
6963
|
email?: string | null;
|
|
6964
|
+
/** the federal tax id of the importer of record */
|
|
6965
|
+
federal_tax_id?: string | null;
|
|
6960
6966
|
/**
|
|
6961
6967
|
* the importer of record id
|
|
6962
6968
|
* @format int32
|
|
@@ -6968,6 +6974,8 @@ export interface ApiV21EntitiesImporterOfRecord {
|
|
|
6968
6974
|
phone?: string | null;
|
|
6969
6975
|
/** the state of the importer of record */
|
|
6970
6976
|
state?: string | null;
|
|
6977
|
+
/** the state tax id of the importer of record */
|
|
6978
|
+
state_tax_id?: string | null;
|
|
6971
6979
|
/** the street name of the importer of record */
|
|
6972
6980
|
street?: string | null;
|
|
6973
6981
|
/** the address number of the importer of record */
|
|
@@ -17353,12 +17361,16 @@ export interface PostApiV21ImporterOfRecordsRequest {
|
|
|
17353
17361
|
country?: string;
|
|
17354
17362
|
/** the email of the importer of record */
|
|
17355
17363
|
email?: string;
|
|
17364
|
+
/** the federal tax id of the importer of record */
|
|
17365
|
+
federal_tax_id?: string;
|
|
17356
17366
|
/** the first and last name of the importer of record */
|
|
17357
17367
|
name?: string;
|
|
17358
17368
|
/** the phone number of the importer of record */
|
|
17359
17369
|
phone?: string;
|
|
17360
17370
|
/** the state of the importer of record */
|
|
17361
17371
|
state?: string;
|
|
17372
|
+
/** the state tax id of the importer of record */
|
|
17373
|
+
state_tax_id?: string;
|
|
17362
17374
|
/** the street name of the importer of record */
|
|
17363
17375
|
street?: string;
|
|
17364
17376
|
/** the address number of the importer of record */
|
|
@@ -21019,12 +21031,16 @@ export interface PostApiV2ImporterOfRecordsRequest {
|
|
|
21019
21031
|
country?: string;
|
|
21020
21032
|
/** the email of the importer of record */
|
|
21021
21033
|
email?: string;
|
|
21034
|
+
/** the federal tax id of the importer of record */
|
|
21035
|
+
federal_tax_id?: string;
|
|
21022
21036
|
/** the first and last name of the importer of record */
|
|
21023
21037
|
name?: string;
|
|
21024
21038
|
/** the phone number of the importer of record */
|
|
21025
21039
|
phone?: string;
|
|
21026
21040
|
/** the state of the importer of record */
|
|
21027
21041
|
state?: string;
|
|
21042
|
+
/** the state tax id of the importer of record */
|
|
21043
|
+
state_tax_id?: string;
|
|
21028
21044
|
/** the street name of the importer of record */
|
|
21029
21045
|
street?: string;
|
|
21030
21046
|
/** the address number of the importer of record */
|
|
@@ -24404,12 +24420,16 @@ export interface PutApiV21ImporterOfRecordsIdRequest {
|
|
|
24404
24420
|
country?: string;
|
|
24405
24421
|
/** the email of the importer of record */
|
|
24406
24422
|
email?: string;
|
|
24423
|
+
/** the federal tax id of the importer of record */
|
|
24424
|
+
federal_tax_id?: string;
|
|
24407
24425
|
/** the first and last name of the importer of record */
|
|
24408
24426
|
name?: string;
|
|
24409
24427
|
/** the phone number of the importer of record */
|
|
24410
24428
|
phone?: string;
|
|
24411
24429
|
/** the state of the importer of record */
|
|
24412
24430
|
state?: string;
|
|
24431
|
+
/** the state tax id of the importer of record */
|
|
24432
|
+
state_tax_id?: string;
|
|
24413
24433
|
/** the street name of the importer of record */
|
|
24414
24434
|
street?: string;
|
|
24415
24435
|
/** the address number of the importer of record */
|
|
@@ -27410,12 +27430,16 @@ export interface PutApiV2ImporterOfRecordsIdRequest {
|
|
|
27410
27430
|
country?: string;
|
|
27411
27431
|
/** the email of the importer of record */
|
|
27412
27432
|
email?: string;
|
|
27433
|
+
/** the federal tax id of the importer of record */
|
|
27434
|
+
federal_tax_id?: string;
|
|
27413
27435
|
/** the first and last name of the importer of record */
|
|
27414
27436
|
name?: string;
|
|
27415
27437
|
/** the phone number of the importer of record */
|
|
27416
27438
|
phone?: string;
|
|
27417
27439
|
/** the state of the importer of record */
|
|
27418
27440
|
state?: string;
|
|
27441
|
+
/** the state tax id of the importer of record */
|
|
27442
|
+
state_tax_id?: string;
|
|
27419
27443
|
/** the street name of the importer of record */
|
|
27420
27444
|
street?: string;
|
|
27421
27445
|
/** the address number of the importer of record */
|