@whiplashmerch/whiplash-api-client 2.0.15 → 2.0.16
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.
|
@@ -1259,6 +1259,8 @@ export interface ApiV2EntitiesDocument {
|
|
|
1259
1259
|
customer_id?: number | null;
|
|
1260
1260
|
/** associated customer name */
|
|
1261
1261
|
customer_name?: string;
|
|
1262
|
+
/** the document name */
|
|
1263
|
+
file_name?: string;
|
|
1262
1264
|
/**
|
|
1263
1265
|
* the document id
|
|
1264
1266
|
* @format int32
|
|
@@ -6632,6 +6634,8 @@ export interface ApiV21EntitiesDocument {
|
|
|
6632
6634
|
customer_id?: number | null;
|
|
6633
6635
|
/** associated customer name */
|
|
6634
6636
|
customer_name?: string;
|
|
6637
|
+
/** the document name */
|
|
6638
|
+
file_name?: string;
|
|
6635
6639
|
/**
|
|
6636
6640
|
* the document id
|
|
6637
6641
|
* @format int32
|
|
@@ -15257,6 +15261,8 @@ export interface PostApiV21DocumentsRequest {
|
|
|
15257
15261
|
context_list?: string;
|
|
15258
15262
|
/** associated customer name */
|
|
15259
15263
|
customer_name?: string;
|
|
15264
|
+
/** the document name */
|
|
15265
|
+
file_name?: string;
|
|
15260
15266
|
/** Comma separated list of keyword tags */
|
|
15261
15267
|
keyword_list?: string;
|
|
15262
15268
|
/** Comma separated list of message tags */
|
|
@@ -18861,6 +18867,8 @@ export interface PostApiV2DocumentsRequest {
|
|
|
18861
18867
|
context_list?: string;
|
|
18862
18868
|
/** associated customer name */
|
|
18863
18869
|
customer_name?: string;
|
|
18870
|
+
/** the document name */
|
|
18871
|
+
file_name?: string;
|
|
18864
18872
|
/** Comma separated list of keyword tags */
|
|
18865
18873
|
keyword_list?: string;
|
|
18866
18874
|
/** Comma separated list of message tags */
|
|
@@ -755,6 +755,8 @@ export interface ApiV2EntitiesDocument {
|
|
|
755
755
|
customer_id?: number | null;
|
|
756
756
|
/** associated customer name */
|
|
757
757
|
customer_name?: string;
|
|
758
|
+
/** the document name */
|
|
759
|
+
file_name?: string;
|
|
758
760
|
/**
|
|
759
761
|
* the document id
|
|
760
762
|
* @format int32
|
|
@@ -3449,6 +3451,8 @@ export interface ApiV21EntitiesDocument {
|
|
|
3449
3451
|
customer_id?: number | null;
|
|
3450
3452
|
/** associated customer name */
|
|
3451
3453
|
customer_name?: string;
|
|
3454
|
+
/** the document name */
|
|
3455
|
+
file_name?: string;
|
|
3452
3456
|
/**
|
|
3453
3457
|
* the document id
|
|
3454
3458
|
* @format int32
|
|
@@ -6079,6 +6083,8 @@ export interface PostApiV21DocumentsRequest {
|
|
|
6079
6083
|
context_list?: string;
|
|
6080
6084
|
/** associated customer name */
|
|
6081
6085
|
customer_name?: string;
|
|
6086
|
+
/** the document name */
|
|
6087
|
+
file_name?: string;
|
|
6082
6088
|
/** Comma separated list of keyword tags */
|
|
6083
6089
|
keyword_list?: string;
|
|
6084
6090
|
/** Comma separated list of message tags */
|
|
@@ -8008,6 +8014,8 @@ export interface PostApiV2DocumentsRequest {
|
|
|
8008
8014
|
context_list?: string;
|
|
8009
8015
|
/** associated customer name */
|
|
8010
8016
|
customer_name?: string;
|
|
8017
|
+
/** the document name */
|
|
8018
|
+
file_name?: string;
|
|
8011
8019
|
/** Comma separated list of keyword tags */
|
|
8012
8020
|
keyword_list?: string;
|
|
8013
8021
|
/** Comma separated list of message tags */
|