@sniipwebmaster/realtime-message-client-grpcweb 25.10.700 → 25.11.711
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/dependancies/service_pb.js +15 -13
- package/package.json +1 -1
|
@@ -6664,7 +6664,7 @@ proto.realtimemessageapi.EmployeeFileImportFailedEvent.prototype.toObject = func
|
|
|
6664
6664
|
*/
|
|
6665
6665
|
proto.realtimemessageapi.EmployeeFileImportFailedEvent.toObject = function(includeInstance, msg) {
|
|
6666
6666
|
var f, obj = {
|
|
6667
|
-
|
|
6667
|
+
fileid: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
6668
6668
|
errormessage: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
6669
6669
|
userid: jspb.Message.getFieldWithDefault(msg, 3, 0)
|
|
6670
6670
|
};
|
|
@@ -6705,7 +6705,7 @@ proto.realtimemessageapi.EmployeeFileImportFailedEvent.deserializeBinaryFromRead
|
|
|
6705
6705
|
switch (field) {
|
|
6706
6706
|
case 1:
|
|
6707
6707
|
var value = /** @type {number} */ (reader.readInt64());
|
|
6708
|
-
msg.
|
|
6708
|
+
msg.setFileid(value);
|
|
6709
6709
|
break;
|
|
6710
6710
|
case 2:
|
|
6711
6711
|
var value = /** @type {string} */ (reader.readString());
|
|
@@ -6744,7 +6744,7 @@ proto.realtimemessageapi.EmployeeFileImportFailedEvent.prototype.serializeBinary
|
|
|
6744
6744
|
*/
|
|
6745
6745
|
proto.realtimemessageapi.EmployeeFileImportFailedEvent.serializeBinaryToWriter = function(message, writer) {
|
|
6746
6746
|
var f = undefined;
|
|
6747
|
-
f = message.
|
|
6747
|
+
f = message.getFileid();
|
|
6748
6748
|
if (f !== 0) {
|
|
6749
6749
|
writer.writeInt64(
|
|
6750
6750
|
1,
|
|
@@ -6769,10 +6769,10 @@ proto.realtimemessageapi.EmployeeFileImportFailedEvent.serializeBinaryToWriter =
|
|
|
6769
6769
|
|
|
6770
6770
|
|
|
6771
6771
|
/**
|
|
6772
|
-
* optional int64
|
|
6772
|
+
* optional int64 fileId = 1;
|
|
6773
6773
|
* @return {number}
|
|
6774
6774
|
*/
|
|
6775
|
-
proto.realtimemessageapi.EmployeeFileImportFailedEvent.prototype.
|
|
6775
|
+
proto.realtimemessageapi.EmployeeFileImportFailedEvent.prototype.getFileid = function() {
|
|
6776
6776
|
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
6777
6777
|
};
|
|
6778
6778
|
|
|
@@ -6781,7 +6781,7 @@ proto.realtimemessageapi.EmployeeFileImportFailedEvent.prototype.getAbafileid =
|
|
|
6781
6781
|
* @param {number} value
|
|
6782
6782
|
* @return {!proto.realtimemessageapi.EmployeeFileImportFailedEvent} returns this
|
|
6783
6783
|
*/
|
|
6784
|
-
proto.realtimemessageapi.EmployeeFileImportFailedEvent.prototype.
|
|
6784
|
+
proto.realtimemessageapi.EmployeeFileImportFailedEvent.prototype.setFileid = function(value) {
|
|
6785
6785
|
return jspb.Message.setProto3IntField(this, 1, value);
|
|
6786
6786
|
};
|
|
6787
6787
|
|
|
@@ -6854,7 +6854,7 @@ proto.realtimemessageapi.EmployeeFileUpdateEvent.prototype.toObject = function(o
|
|
|
6854
6854
|
*/
|
|
6855
6855
|
proto.realtimemessageapi.EmployeeFileUpdateEvent.toObject = function(includeInstance, msg) {
|
|
6856
6856
|
var f, obj = {
|
|
6857
|
-
|
|
6857
|
+
fileid: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
6858
6858
|
agentuserid: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
6859
6859
|
clientuserid: jspb.Message.getFieldWithDefault(msg, 3, 0),
|
|
6860
6860
|
processedrowscount: jspb.Message.getFieldWithDefault(msg, 5, 0),
|
|
@@ -6897,7 +6897,7 @@ proto.realtimemessageapi.EmployeeFileUpdateEvent.deserializeBinaryFromReader = f
|
|
|
6897
6897
|
switch (field) {
|
|
6898
6898
|
case 1:
|
|
6899
6899
|
var value = /** @type {number} */ (reader.readInt64());
|
|
6900
|
-
msg.
|
|
6900
|
+
msg.setFileid(value);
|
|
6901
6901
|
break;
|
|
6902
6902
|
case 2:
|
|
6903
6903
|
var value = /** @type {number} */ (reader.readInt64());
|
|
@@ -6944,7 +6944,7 @@ proto.realtimemessageapi.EmployeeFileUpdateEvent.prototype.serializeBinary = fun
|
|
|
6944
6944
|
*/
|
|
6945
6945
|
proto.realtimemessageapi.EmployeeFileUpdateEvent.serializeBinaryToWriter = function(message, writer) {
|
|
6946
6946
|
var f = undefined;
|
|
6947
|
-
f = message.
|
|
6947
|
+
f = message.getFileid();
|
|
6948
6948
|
if (f !== 0) {
|
|
6949
6949
|
writer.writeInt64(
|
|
6950
6950
|
1,
|
|
@@ -6983,10 +6983,10 @@ proto.realtimemessageapi.EmployeeFileUpdateEvent.serializeBinaryToWriter = funct
|
|
|
6983
6983
|
|
|
6984
6984
|
|
|
6985
6985
|
/**
|
|
6986
|
-
* optional int64
|
|
6986
|
+
* optional int64 fileId = 1;
|
|
6987
6987
|
* @return {number}
|
|
6988
6988
|
*/
|
|
6989
|
-
proto.realtimemessageapi.EmployeeFileUpdateEvent.prototype.
|
|
6989
|
+
proto.realtimemessageapi.EmployeeFileUpdateEvent.prototype.getFileid = function() {
|
|
6990
6990
|
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
6991
6991
|
};
|
|
6992
6992
|
|
|
@@ -6995,7 +6995,7 @@ proto.realtimemessageapi.EmployeeFileUpdateEvent.prototype.getAbafileid = functi
|
|
|
6995
6995
|
* @param {number} value
|
|
6996
6996
|
* @return {!proto.realtimemessageapi.EmployeeFileUpdateEvent} returns this
|
|
6997
6997
|
*/
|
|
6998
|
-
proto.realtimemessageapi.EmployeeFileUpdateEvent.prototype.
|
|
6998
|
+
proto.realtimemessageapi.EmployeeFileUpdateEvent.prototype.setFileid = function(value) {
|
|
6999
6999
|
return jspb.Message.setProto3IntField(this, 1, value);
|
|
7000
7000
|
};
|
|
7001
7001
|
|
|
@@ -7091,7 +7091,9 @@ proto.realtimemessageapi.EventType = {
|
|
|
7091
7091
|
UPDATE_AGENT_BILL_CATEGORY_COUNTS_NEEDED: 12,
|
|
7092
7092
|
ATTACHMENT_IMPORT_FAILED: 13,
|
|
7093
7093
|
ABA_FILE_IMPORT_FAILED_EVENT: 14,
|
|
7094
|
-
ABA_FILE_UPDATE_EVENT: 15
|
|
7094
|
+
ABA_FILE_UPDATE_EVENT: 15,
|
|
7095
|
+
EMPLOYEE_FILE_IMPORT_FAILED_EVENT: 16,
|
|
7096
|
+
EMPLOYEE_FILE_UPDATE_EVENT: 17
|
|
7095
7097
|
};
|
|
7096
7098
|
|
|
7097
7099
|
goog.object.extend(exports, proto.realtimemessageapi);
|