repzo 1.0.268 → 1.0.269

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: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repzo",
3
- "version": "1.0.268",
3
+ "version": "1.0.269",
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: {