repzo 1.0.268 → 1.0.270

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.
@@ -6184,6 +6184,8 @@ export declare namespace Service {
6184
6184
  business_day?: string;
6185
6185
  bypass_freshness_window_code_entered?: boolean;
6186
6186
  promotion_freshness_window_exceeded?: boolean;
6187
+ createdAt?: string;
6188
+ updatedAt?: string;
6187
6189
  }
6188
6190
  export interface UpdateBody {
6189
6191
  integration_meta?: {
@@ -8020,8 +8022,8 @@ export declare namespace Service {
8020
8022
  }
8021
8023
  type Data = ReceivingMaterialSchema;
8022
8024
  interface CreateBody {
8023
- from: string;
8024
- to: string;
8025
+ from?: StringId;
8026
+ to: StringId;
8025
8027
  time: number;
8026
8028
  sync_id: string;
8027
8029
  variants: {
@@ -12181,6 +12183,7 @@ export declare namespace Service {
12181
12183
  address_1?: string;
12182
12184
  address_2?: string;
12183
12185
  prevent_negative_convert_to_invoice_stock?: boolean;
12186
+ prevent_negative_mobile_transfer_stock: boolean;
12184
12187
  empty_proforma_cart_at_visit_start_by_same_creator?: boolean;
12185
12188
  empty_proforma_cart_at_visit_start_by_any_creator?: boolean;
12186
12189
  empty_fullinvoice_cart_at_visit_start_by_same_creator?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repzo",
3
- "version": "1.0.268",
3
+ "version": "1.0.270",
4
4
  "description": "Repzo TypeScript SDK",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -6832,6 +6832,8 @@ export namespace Service {
6832
6832
  business_day?: string;
6833
6833
  bypass_freshness_window_code_entered?: boolean;
6834
6834
  promotion_freshness_window_exceeded?: boolean;
6835
+ createdAt?: string;
6836
+ updatedAt?: string;
6835
6837
  }
6836
6838
  export interface UpdateBody {
6837
6839
  integration_meta?: { [key: string]: any };
@@ -8623,8 +8625,8 @@ export namespace Service {
8623
8625
  }
8624
8626
  export type Data = ReceivingMaterialSchema;
8625
8627
  export interface CreateBody {
8626
- from: string;
8627
- to: string;
8628
+ from?: StringId;
8629
+ to: StringId;
8628
8630
  time: number;
8629
8631
  sync_id: string;
8630
8632
  variants: {
@@ -13057,6 +13059,7 @@ export namespace Service {
13057
13059
  address_1?: string;
13058
13060
  address_2?: string;
13059
13061
  prevent_negative_convert_to_invoice_stock?: boolean;
13062
+ prevent_negative_mobile_transfer_stock: boolean;
13060
13063
  empty_proforma_cart_at_visit_start_by_same_creator?: boolean;
13061
13064
  empty_proforma_cart_at_visit_start_by_any_creator?: boolean;
13062
13065
  empty_fullinvoice_cart_at_visit_start_by_same_creator?: boolean;