repzo 1.0.116 → 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;
@@ -6175,7 +6194,7 @@ export declare namespace Service {
6175
6194
  client_id: string;
6176
6195
  client_name: string;
6177
6196
  comment?: string;
6178
- creator: AdminCreator | RepCreator | ClientCreator;
6197
+ creator: AdminOrRepOrTenant | ClientCreator;
6179
6198
  implemented_by?: AdminCreator | RepCreator;
6180
6199
  latest: boolean;
6181
6200
  version?: number;
@@ -6391,7 +6410,7 @@ export declare namespace Service {
6391
6410
  client_id?: string;
6392
6411
  client_name?: string;
6393
6412
  comment?: string;
6394
- creator?: AdminCreator | RepCreator | ClientCreator;
6413
+ creator?: AdminOrRepOrTenant | ClientCreator;
6395
6414
  implemented_by?: AdminCreator | RepCreator;
6396
6415
  latest?: boolean;
6397
6416
  version?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repzo",
3
- "version": "1.0.116",
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;
@@ -6124,7 +6144,7 @@ export namespace Service {
6124
6144
  client_id: string;
6125
6145
  client_name: string;
6126
6146
  comment?: string;
6127
- creator: AdminCreator | RepCreator | ClientCreator;
6147
+ creator: AdminOrRepOrTenant | ClientCreator;
6128
6148
  implemented_by?: AdminCreator | RepCreator;
6129
6149
  latest: boolean;
6130
6150
  version?: number;
@@ -6324,7 +6344,7 @@ export namespace Service {
6324
6344
  client_id?: string;
6325
6345
  client_name?: string;
6326
6346
  comment?: string;
6327
- creator?: AdminCreator | RepCreator | ClientCreator;
6347
+ creator?: AdminOrRepOrTenant | ClientCreator;
6328
6348
  implemented_by?: AdminCreator | RepCreator;
6329
6349
  latest?: boolean;
6330
6350
  version?: number;