@whiplashmerch/whiplash-api-client 3.2.30 → 3.2.31
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.
|
@@ -5371,8 +5371,6 @@ export interface ApiV2EntitiesTransportationMarkup {
|
|
|
5371
5371
|
export interface ApiV2EntitiesUser {
|
|
5372
5372
|
/** is the user active? */
|
|
5373
5373
|
active?: boolean | null;
|
|
5374
|
-
/** operator auth token (staff only) */
|
|
5375
|
-
auth_token?: string | null;
|
|
5376
5374
|
/** auto create a whiplash email for this user? (staff only) */
|
|
5377
5375
|
create_email?: boolean;
|
|
5378
5376
|
/**
|
|
@@ -10435,8 +10433,6 @@ export interface ApiV21EntitiesTransportationMarkup {
|
|
|
10435
10433
|
export interface ApiV21EntitiesUser {
|
|
10436
10434
|
/** is the user active? */
|
|
10437
10435
|
active?: boolean | null;
|
|
10438
|
-
/** operator auth token (staff only) */
|
|
10439
|
-
auth_token?: string | null;
|
|
10440
10436
|
/** auto create a whiplash email for this user? (staff only) */
|
|
10441
10437
|
create_email?: boolean;
|
|
10442
10438
|
/**
|
|
@@ -19979,8 +19975,6 @@ export interface PostApiV21UsersAuthorizeRequest {
|
|
|
19979
19975
|
provider: string;
|
|
19980
19976
|
}
|
|
19981
19977
|
export interface PostApiV21UsersRequest {
|
|
19982
|
-
/** operator auth token (staff only) */
|
|
19983
|
-
auth_token?: string;
|
|
19984
19978
|
/** auto create a whiplash email for this user? (staff only) */
|
|
19985
19979
|
create_email?: boolean;
|
|
19986
19980
|
/**
|
|
@@ -23478,8 +23472,6 @@ export interface PostApiV2UsersAuthorizeRequest {
|
|
|
23478
23472
|
provider: string;
|
|
23479
23473
|
}
|
|
23480
23474
|
export interface PostApiV2UsersRequest {
|
|
23481
|
-
/** operator auth token (staff only) */
|
|
23482
|
-
auth_token?: string;
|
|
23483
23475
|
/** auto create a whiplash email for this user? (staff only) */
|
|
23484
23476
|
create_email?: boolean;
|
|
23485
23477
|
/**
|
|
@@ -26202,8 +26194,6 @@ export interface PutApiV21UsersIdCallActionRequest {
|
|
|
26202
26194
|
args?: string;
|
|
26203
26195
|
}
|
|
26204
26196
|
export interface PutApiV21UsersIdRequest {
|
|
26205
|
-
/** operator auth token (staff only) */
|
|
26206
|
-
auth_token?: string;
|
|
26207
26197
|
/**
|
|
26208
26198
|
* when the user logged in
|
|
26209
26199
|
* @format date-time
|
|
@@ -29062,8 +29052,6 @@ export interface PutApiV2UsersIdCallActionRequest {
|
|
|
29062
29052
|
args?: string;
|
|
29063
29053
|
}
|
|
29064
29054
|
export interface PutApiV2UsersIdRequest {
|
|
29065
|
-
/** operator auth token (staff only) */
|
|
29066
|
-
auth_token?: string;
|
|
29067
29055
|
/**
|
|
29068
29056
|
* when the user logged in
|
|
29069
29057
|
* @format date-time
|
|
@@ -2688,8 +2688,6 @@ export interface ApiV2EntitiesTransaction {
|
|
|
2688
2688
|
export interface ApiV2EntitiesUser {
|
|
2689
2689
|
/** is the user active? */
|
|
2690
2690
|
active?: boolean | null;
|
|
2691
|
-
/** operator auth token (staff only) */
|
|
2692
|
-
auth_token?: string | null;
|
|
2693
2691
|
/** auto create a whiplash email for this user? (staff only) */
|
|
2694
2692
|
create_email?: boolean;
|
|
2695
2693
|
/**
|