@whiplashmerch/whiplash-api-client 0.4.101 → 0.4.102

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.
@@ -14322,13 +14322,13 @@ export interface PostApiV21Customers {
14322
14322
  }
14323
14323
  /** Create a document */
14324
14324
  export interface PostApiV21Documents {
14325
- /** Comma seperated list of context tags */
14325
+ /** Comma separated list of context tags */
14326
14326
  context_list?: string;
14327
14327
  /** associated customer name */
14328
14328
  customer_name?: string;
14329
- /** Comma seperated list of keyword tags */
14329
+ /** Comma separated list of keyword tags */
14330
14330
  keyword_list?: string;
14331
- /** Comma seperated list of message tags */
14331
+ /** Comma separated list of message tags */
14332
14332
  message_list?: string;
14333
14333
  /**
14334
14334
  * the document owners id
@@ -14344,7 +14344,7 @@ export interface PostApiV21Documents {
14344
14344
  partner_id?: number;
14345
14345
  /** associated partner name */
14346
14346
  partner_name?: string;
14347
- /** Comma seperated list resource_type tags */
14347
+ /** Comma separated list resource_type tags */
14348
14348
  resource_type_list?: string;
14349
14349
  /** the document file url */
14350
14350
  url?: string;
@@ -18444,13 +18444,13 @@ export interface PostApiV2Customers {
18444
18444
  }
18445
18445
  /** Create a document */
18446
18446
  export interface PostApiV2Documents {
18447
- /** Comma seperated list of context tags */
18447
+ /** Comma separated list of context tags */
18448
18448
  context_list?: string;
18449
18449
  /** associated customer name */
18450
18450
  customer_name?: string;
18451
- /** Comma seperated list of keyword tags */
18451
+ /** Comma separated list of keyword tags */
18452
18452
  keyword_list?: string;
18453
- /** Comma seperated list of message tags */
18453
+ /** Comma separated list of message tags */
18454
18454
  message_list?: string;
18455
18455
  /**
18456
18456
  * the document owners id
@@ -18466,7 +18466,7 @@ export interface PostApiV2Documents {
18466
18466
  partner_id?: number;
18467
18467
  /** associated partner name */
18468
18468
  partner_name?: string;
18469
- /** Comma seperated list resource_type tags */
18469
+ /** Comma separated list resource_type tags */
18470
18470
  resource_type_list?: string;
18471
18471
  /** the document file url */
18472
18472
  url?: string;
@@ -6203,13 +6203,13 @@ export interface PostApiV21ConsumerReturnsBulk {
6203
6203
 
6204
6204
  /** Create a document */
6205
6205
  export interface PostApiV21Documents {
6206
- /** Comma seperated list of context tags */
6206
+ /** Comma separated list of context tags */
6207
6207
  context_list?: string;
6208
6208
  /** associated customer name */
6209
6209
  customer_name?: string;
6210
- /** Comma seperated list of keyword tags */
6210
+ /** Comma separated list of keyword tags */
6211
6211
  keyword_list?: string;
6212
- /** Comma seperated list of message tags */
6212
+ /** Comma separated list of message tags */
6213
6213
  message_list?: string;
6214
6214
  /**
6215
6215
  * the document owners id
@@ -6225,7 +6225,7 @@ export interface PostApiV21Documents {
6225
6225
  partner_id?: number;
6226
6226
  /** associated partner name */
6227
6227
  partner_name?: string;
6228
- /** Comma seperated list resource_type tags */
6228
+ /** Comma separated list resource_type tags */
6229
6229
  resource_type_list?: string;
6230
6230
  /** the document file url */
6231
6231
  url?: string;
@@ -8424,13 +8424,13 @@ export interface PostApiV2ConsumerReturnsBulk {
8424
8424
 
8425
8425
  /** Create a document */
8426
8426
  export interface PostApiV2Documents {
8427
- /** Comma seperated list of context tags */
8427
+ /** Comma separated list of context tags */
8428
8428
  context_list?: string;
8429
8429
  /** associated customer name */
8430
8430
  customer_name?: string;
8431
- /** Comma seperated list of keyword tags */
8431
+ /** Comma separated list of keyword tags */
8432
8432
  keyword_list?: string;
8433
- /** Comma seperated list of message tags */
8433
+ /** Comma separated list of message tags */
8434
8434
  message_list?: string;
8435
8435
  /**
8436
8436
  * the document owners id
@@ -8446,7 +8446,7 @@ export interface PostApiV2Documents {
8446
8446
  partner_id?: number;
8447
8447
  /** associated partner name */
8448
8448
  partner_name?: string;
8449
- /** Comma seperated list resource_type tags */
8449
+ /** Comma separated list resource_type tags */
8450
8450
  resource_type_list?: string;
8451
8451
  /** the document file url */
8452
8452
  url?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whiplashmerch/whiplash-api-client",
3
- "version": "0.4.101",
3
+ "version": "0.4.102",
4
4
  "description": "",
5
5
  "devDependencies": {},
6
6
  "scripts": {