repzo 1.0.117 → 1.0.118

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.
@@ -338,7 +338,24 @@ export type DocumentTypes =
338
338
  | "sv.activitiesstorechecks"
339
339
  | "retailExecutionPreset"
340
340
  | "paymentMethod"
341
- | "approvalRequest";
341
+ | "approvalRequest"
342
+ | "activityFormV2Result"
343
+ | "formV2"
344
+ | "payments"
345
+ | "ocrInvoiceJob"
346
+ | "contract"
347
+ | "contractInstallment"
348
+ | "form"
349
+ | "paymentMethod"
350
+ | "aiObjectDetectionModelVersion"
351
+ | "aiObjectDetectionTask"
352
+ | "assetPart"
353
+ | "assetPartReceival"
354
+ | "assetPartUnit"
355
+ | "returnAssetPartUnit"
356
+ | "storeAssetPartUnit"
357
+ | "activityAiSalesOrder"
358
+ | "ocrInvoiceJobGroup";
342
359
  export type PrintTypes = "workorder" | "form" | "invoice" | "proforma";
343
360
  export interface MediaDoc {
344
361
  _id?: string;
@@ -355,7 +372,9 @@ export interface MediaDoc {
355
372
  | "thumbnail"
356
373
  | "doc"
357
374
  | "docx"
358
- | "images";
375
+ | "images"
376
+ | "zip"
377
+ | "pt";
359
378
  mime_type: "image/jpeg" | string;
360
379
  ContentType: "image/jpeg" | string;
361
380
  file_name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repzo",
3
- "version": "1.0.117",
3
+ "version": "1.0.118",
4
4
  "description": "Repzo TypeScript SDK",
5
5
  "main": "./lib/index.js",
6
6
  "type": "module",
@@ -341,7 +341,25 @@ export type DocumentTypes =
341
341
  | "sv.activitiesstorechecks"
342
342
  | "retailExecutionPreset"
343
343
  | "paymentMethod"
344
- | "approvalRequest";
344
+ | "approvalRequest"
345
+ | "activityFormV2Result"
346
+ | "formV2"
347
+ | "payments"
348
+ | "ocrInvoiceJob"
349
+ | "contract"
350
+ | "contractInstallment"
351
+ | "form"
352
+ | "paymentMethod"
353
+ | "aiObjectDetectionModelVersion"
354
+ | "aiObjectDetectionTask"
355
+ | "assetPart"
356
+ | "assetPartReceival"
357
+ | "assetPartUnit"
358
+ | "returnAssetPartUnit"
359
+ | "storeAssetPartUnit"
360
+ | "activityAiSalesOrder"
361
+ | "ocrInvoiceJobGroup";
362
+
345
363
  export type PrintTypes = "workorder" | "form" | "invoice" | "proforma";
346
364
 
347
365
  export interface MediaDoc {
@@ -359,7 +377,9 @@ export interface MediaDoc {
359
377
  | "thumbnail"
360
378
  | "doc"
361
379
  | "docx"
362
- | "images";
380
+ | "images"
381
+ | "zip"
382
+ | "pt";
363
383
  mime_type: "image/jpeg" | string;
364
384
  ContentType: "image/jpeg" | string;
365
385
  file_name: string;