@komune-io/im-organization-domain 0.16.3 → 0.16.5

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.
@@ -516,6 +516,16 @@ export declare namespace io.komune.im.f2.organization.domain.query {
516
516
 
517
517
  }
518
518
  }
519
+ export declare namespace io.komune.im.f2.organization.domain.query {
520
+ interface OrganizationRefGetQueryDTO extends f2.dsl.cqrs.Query {
521
+ readonly id: string;
522
+
523
+ }
524
+ interface OrganizationRefGetResultDTO extends f2.dsl.cqrs.Event {
525
+ readonly item?: io.komune.im.f2.organization.domain.model.OrganizationRefDTO;
526
+
527
+ }
528
+ }
519
529
  export declare namespace io.komune.im.f2.organization.domain.query {
520
530
  interface OrganizationRefListQueryDTO extends f2.dsl.cqrs.Query {
521
531
  readonly withDisabled: boolean;
@@ -456,11 +456,6 @@ if (typeof Math.imul === 'undefined') {
456
456
  setMetadataFor($hasNextCOROUTINE$5, '$hasNextCOROUTINE$5', classMeta, CoroutineImpl);
457
457
  setMetadataFor(SendBroadcast, 'SendBroadcast', classMeta, VOID, [Waiter]);
458
458
  setMetadataFor(BufferedChannelIterator, 'BufferedChannelIterator', classMeta, VOID, [Waiter], VOID, VOID, VOID, [0, 3]);
459
- function close$default(cause, $super) {
460
- cause = cause === VOID ? null : cause;
461
- return $super === VOID ? this.dx(cause) : $super.dx.call(this, cause);
462
- }
463
- setMetadataFor(SendChannel, 'SendChannel', interfaceMeta, VOID, VOID, VOID, VOID, VOID, [1]);
464
459
  function cancel$default_0(cause, $super) {
465
460
  cause = cause === VOID ? null : cause;
466
461
  var tmp;
@@ -473,7 +468,12 @@ if (typeof Math.imul === 'undefined') {
473
468
  return tmp;
474
469
  }
475
470
  setMetadataFor(ReceiveChannel, 'ReceiveChannel', interfaceMeta, VOID, VOID, VOID, VOID, VOID, [0]);
476
- setMetadataFor(BufferedChannel, 'BufferedChannel', classMeta, VOID, [SendChannel, ReceiveChannel], VOID, VOID, VOID, [1, 4, 0, 3]);
471
+ function close$default(cause, $super) {
472
+ cause = cause === VOID ? null : cause;
473
+ return $super === VOID ? this.dx(cause) : $super.dx.call(this, cause);
474
+ }
475
+ setMetadataFor(SendChannel, 'SendChannel', interfaceMeta, VOID, VOID, VOID, VOID, VOID, [1]);
476
+ setMetadataFor(BufferedChannel, 'BufferedChannel', classMeta, VOID, [ReceiveChannel, SendChannel], VOID, VOID, VOID, [1, 4, 0, 3]);
477
477
  setMetadataFor(WaiterEB, 'WaiterEB', classMeta);
478
478
  setMetadataFor(ReceiveCatching, 'ReceiveCatching', classMeta, VOID, [Waiter]);
479
479
  setMetadataFor(Factory, 'Factory', objectMeta);
@@ -501,7 +501,7 @@ if (typeof Math.imul === 'undefined') {
501
501
  setMetadataFor(Symbol_0, 'Symbol', classMeta);
502
502
  setMetadataFor(SelectInstance, 'SelectInstance', interfaceMeta);
503
503
  setMetadataFor(ClauseData, 'ClauseData', classMeta, VOID, VOID, VOID, VOID, VOID, [1]);
504
- setMetadataFor(SelectImplementation, 'SelectImplementation', classMeta, CancelHandler, [CancelHandler, SelectInstance, Waiter], VOID, VOID, VOID, [0, 2]);
504
+ setMetadataFor(SelectImplementation, 'SelectImplementation', classMeta, CancelHandler, [CancelHandler, Waiter, SelectInstance], VOID, VOID, VOID, [0, 2]);
505
505
  setMetadataFor(TrySelectDetailedResult, 'TrySelectDetailedResult', classMeta, Enum);
506
506
  setMetadataFor(SetTimeoutBasedDispatcher, 'SetTimeoutBasedDispatcher', classMeta, CoroutineDispatcher, [CoroutineDispatcher, Delay], VOID, VOID, VOID, [1]);
507
507
  setMetadataFor(NodeDispatcher, 'NodeDispatcher', objectMeta, SetTimeoutBasedDispatcher, VOID, VOID, VOID, VOID, [1]);
@@ -1318,6 +1318,8 @@ if (typeof Math.imul === 'undefined') {
1318
1318
  setMetadataFor(OrganizationGetResultDTO, 'OrganizationGetResultDTO', interfaceMeta, VOID, [Event]);
1319
1319
  setMetadataFor(OrganizationPageQueryDTO, 'OrganizationPageQueryDTO', interfaceMeta, VOID, [Query]);
1320
1320
  setMetadataFor(OrganizationPageResultDTO, 'OrganizationPageResultDTO', interfaceMeta, VOID, [PageDTO]);
1321
+ setMetadataFor(OrganizationRefGetQueryDTO, 'OrganizationRefGetQueryDTO', interfaceMeta, VOID, [Query]);
1322
+ setMetadataFor(OrganizationRefGetResultDTO, 'OrganizationRefGetResultDTO', interfaceMeta, VOID, [Event]);
1321
1323
  setMetadataFor(OrganizationRefListQueryDTO, 'OrganizationRefListQueryDTO', interfaceMeta, VOID, [Query]);
1322
1324
  setMetadataFor(OrganizationRefListResultDTO, 'OrganizationRefListResultDTO', interfaceMeta, VOID, [Event]);
1323
1325
  //endregion
@@ -52725,6 +52727,10 @@ if (typeof Math.imul === 'undefined') {
52725
52727
  }
52726
52728
  function OrganizationPageResultDTO() {
52727
52729
  }
52730
+ function OrganizationRefGetQueryDTO() {
52731
+ }
52732
+ function OrganizationRefGetResultDTO() {
52733
+ }
52728
52734
  function OrganizationRefListQueryDTO() {
52729
52735
  }
52730
52736
  function OrganizationRefListResultDTO() {
@@ -53321,6 +53327,13 @@ if (typeof Math.imul === 'undefined') {
53321
53327
  var $io$komune$im$f2$organization = $io$komune$im$f2.organization || ($io$komune$im$f2.organization = {});
53322
53328
  var $io$komune$im$f2$organization$domain = $io$komune$im$f2$organization.domain || ($io$komune$im$f2$organization.domain = {});
53323
53329
  var $io$komune$im$f2$organization$domain$query = $io$komune$im$f2$organization$domain.query || ($io$komune$im$f2$organization$domain.query = {});
53330
+ var $io = _.io || (_.io = {});
53331
+ var $io$komune = $io.komune || ($io.komune = {});
53332
+ var $io$komune$im = $io$komune.im || ($io$komune.im = {});
53333
+ var $io$komune$im$f2 = $io$komune$im.f2 || ($io$komune$im.f2 = {});
53334
+ var $io$komune$im$f2$organization = $io$komune$im$f2.organization || ($io$komune$im$f2.organization = {});
53335
+ var $io$komune$im$f2$organization$domain = $io$komune$im$f2$organization.domain || ($io$komune$im$f2$organization.domain = {});
53336
+ var $io$komune$im$f2$organization$domain$query = $io$komune$im$f2$organization$domain.query || ($io$komune$im$f2$organization$domain.query = {});
53324
53337
  }
53325
53338
  $jsExportAll$(_);
53326
53339
  //endregion