common-tg-service 1.3.110 → 1.3.112

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.
@@ -30,7 +30,6 @@ export declare class BufferClientService implements OnModuleDestroy {
30
30
  private leaveChannelIntervalId;
31
31
  private isJoinChannelProcessing;
32
32
  private isLeaveChannelProcessing;
33
- private updateCount;
34
33
  private activeTimeouts;
35
34
  private readonly JOIN_CHANNEL_INTERVAL;
36
35
  private readonly LEAVE_CHANNEL_INTERVAL;
@@ -79,6 +78,7 @@ export declare class BufferClientService implements OnModuleDestroy {
79
78
  clearLeaveChannelInterval(): void;
80
79
  setAsBufferClient(mobile: string, clientId: string, availableDate?: string): Promise<string>;
81
80
  checkBufferClients(): Promise<void>;
81
+ private getPendingUpdates;
82
82
  processBufferClient(doc: BufferClient, client: Client): Promise<number>;
83
83
  addNewUserstoBufferClients(badIds: string[], goodIds: string[], clientsNeedingBufferClients?: string[], bufferClientsPerClient?: Map<string, number>): Promise<void>;
84
84
  updateAllClientSessions(): Promise<void>;