@labdigital/commercetools-mock 2.34.3 → 2.36.0

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.
package/dist/index.d.cts CHANGED
@@ -448,23 +448,23 @@ declare class ShippingMethodRepository extends AbstractResourceRepository<"shipp
448
448
  version: number;
449
449
  createdAt: string;
450
450
  lastModifiedAt: string;
451
- lastModifiedBy?: ctp.LastModifiedBy | undefined;
452
- createdBy?: ctp.CreatedBy | undefined;
453
- key?: string | undefined;
451
+ lastModifiedBy?: ctp.LastModifiedBy;
452
+ createdBy?: ctp.CreatedBy;
453
+ key?: string;
454
454
  name: string;
455
- localizedName?: ctp.LocalizedString | undefined;
456
- description?: string | undefined;
457
- localizedDescription?: ctp.LocalizedString | undefined;
455
+ localizedName?: ctp.LocalizedString;
456
+ description?: string;
457
+ localizedDescription?: ctp.LocalizedString;
458
458
  taxCategory: ctp.TaxCategoryReference;
459
459
  active: boolean;
460
460
  isDefault: boolean;
461
- predicate?: string | undefined;
462
- custom?: ctp.CustomFields | undefined;
461
+ predicate?: string;
462
+ custom?: ctp.CustomFields;
463
463
  }[];
464
- limit?: number | undefined;
464
+ limit?: number;
465
465
  count: number;
466
- total?: number | undefined;
467
- offset?: number | undefined;
466
+ total?: number;
467
+ offset?: number;
468
468
  } | undefined;
469
469
  private _transformZoneRateDraft;
470
470
  }
package/dist/index.d.ts CHANGED
@@ -448,23 +448,23 @@ declare class ShippingMethodRepository extends AbstractResourceRepository<"shipp
448
448
  version: number;
449
449
  createdAt: string;
450
450
  lastModifiedAt: string;
451
- lastModifiedBy?: ctp.LastModifiedBy | undefined;
452
- createdBy?: ctp.CreatedBy | undefined;
453
- key?: string | undefined;
451
+ lastModifiedBy?: ctp.LastModifiedBy;
452
+ createdBy?: ctp.CreatedBy;
453
+ key?: string;
454
454
  name: string;
455
- localizedName?: ctp.LocalizedString | undefined;
456
- description?: string | undefined;
457
- localizedDescription?: ctp.LocalizedString | undefined;
455
+ localizedName?: ctp.LocalizedString;
456
+ description?: string;
457
+ localizedDescription?: ctp.LocalizedString;
458
458
  taxCategory: ctp.TaxCategoryReference;
459
459
  active: boolean;
460
460
  isDefault: boolean;
461
- predicate?: string | undefined;
462
- custom?: ctp.CustomFields | undefined;
461
+ predicate?: string;
462
+ custom?: ctp.CustomFields;
463
463
  }[];
464
- limit?: number | undefined;
464
+ limit?: number;
465
465
  count: number;
466
- total?: number | undefined;
467
- offset?: number | undefined;
466
+ total?: number;
467
+ offset?: number;
468
468
  } | undefined;
469
469
  private _transformZoneRateDraft;
470
470
  }