repzo 1.0.43 → 1.0.44

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.
@@ -734,6 +734,7 @@ export declare namespace Service {
734
734
  variants?: Variant.VariantSchema[];
735
735
  defaultVariant?: Variant.VariantSchema;
736
736
  assigned_media?: string | Media.MediaSchema;
737
+ teams?: string[] | Team.TeamSchema[];
737
738
  };
738
739
  type PopulatedKeys =
739
740
  | "category"
@@ -745,7 +746,8 @@ export declare namespace Service {
745
746
  | "measureunit"
746
747
  | "sv_measureUnit"
747
748
  | "brand"
748
- | "product_groups";
749
+ | "product_groups"
750
+ | "teams";
749
751
  export namespace Find {
750
752
  type Params = DefaultPaginationQueryParams & {
751
753
  populatedKeys?: PopulatedKeys[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repzo",
3
- "version": "1.0.43",
3
+ "version": "1.0.44",
4
4
  "description": "Repzo TypeScript SDK",
5
5
  "main": "./lib/index.js",
6
6
  "type": "module",
@@ -733,6 +733,7 @@ export namespace Service {
733
733
  variants?: Variant.VariantSchema[];
734
734
  defaultVariant?: Variant.VariantSchema;
735
735
  assigned_media?: string | Media.MediaSchema;
736
+ teams?: string[] | Team.TeamSchema[];
736
737
  };
737
738
 
738
739
  type PopulatedKeys =
@@ -745,7 +746,8 @@ export namespace Service {
745
746
  | "measureunit"
746
747
  | "sv_measureUnit"
747
748
  | "brand"
748
- | "product_groups";
749
+ | "product_groups"
750
+ | "teams";
749
751
 
750
752
  export namespace Find {
751
753
  export type Params = DefaultPaginationQueryParams & {