@icure/cardinal-sdk 1.0.0-RC.8 → 1.0.0-RC.9

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.
@@ -306,7 +306,7 @@ function addFormatStructureForDate(structure) {
306
306
  function addFormatStructureForTime(structure) {
307
307
  this.w57(structure);
308
308
  }
309
- initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithTime, WithDate]);
309
+ initMetadataForInterface(AbstractWithDateTimeBuilder, 'AbstractWithDateTimeBuilder', VOID, VOID, [AbstractWithDateBuilder, AbstractWithTimeBuilder, WithDate, WithTime]);
310
310
  function offsetHours$default(padding, $super) {
311
311
  padding = padding === VOID ? Padding_ZERO_getInstance() : padding;
312
312
  var tmp;
@@ -359,7 +359,7 @@ function offset(format) {
359
359
  return tmp;
360
360
  }
361
361
  initMetadataForInterface(AbstractWithOffsetBuilder, 'AbstractWithOffsetBuilder', VOID, VOID, [WithUtcOffset]);
362
- initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithDate, WithTime, WithUtcOffset]);
362
+ initMetadataForClass(Builder, 'Builder', VOID, VOID, [AbstractDateTimeFormatBuilder, AbstractWithDateTimeBuilder, AbstractWithOffsetBuilder, WithUtcOffset, WithDate, WithTime]);
363
363
  initMetadataForClass(AbstractDateTimeFormat, 'AbstractDateTimeFormat');
364
364
  initMetadataForClass(DateTimeComponentsFormat, 'DateTimeComponentsFormat', VOID, AbstractDateTimeFormat);
365
365
  initMetadataForClass(TwoDigitNumber, 'TwoDigitNumber');