@sniipwebmaster/user-service-client-grpcweb-ts 25.3.12559 → 25.3.12579

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.
@@ -3866,6 +3866,7 @@ export namespace BulkNotificationRequest {
3866
3866
  export enum NotificationType {
3867
3867
  PUSH = 0,
3868
3868
  SMS = 1,
3869
+ BOTH = 2,
3869
3870
  }
3870
3871
  }
3871
3872
 
@@ -33137,7 +33137,8 @@ proto.sniipuserservice.BulkNotificationRequest.serializeBinaryToWriter = functio
33137
33137
  */
33138
33138
  proto.sniipuserservice.BulkNotificationRequest.NotificationType = {
33139
33139
  PUSH: 0,
33140
- SMS: 1
33140
+ SMS: 1,
33141
+ BOTH: 2
33141
33142
  };
33142
33143
 
33143
33144
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/user-service-client-grpcweb-ts",
3
- "version": "25.3.12559",
3
+ "version": "25.3.12579",
4
4
  "description": "user-service-client-grpcweb-ts",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",