@sniipwebmaster/agent-billing-client-grpcweb-ts 26.1.4872 → 26.1.4889

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.
@@ -663,26 +663,6 @@ export class CreateManuallyAddedAgentBillRequest extends jspb.Message {
663
663
  getAttachmentid(): number;
664
664
  setAttachmentid(value: number): CreateManuallyAddedAgentBillRequest;
665
665
 
666
- getPaymentprocessor(): BillScanType;
667
- setPaymentprocessor(value: BillScanType): CreateManuallyAddedAgentBillRequest;
668
-
669
- getBsb(): string;
670
- setBsb(value: string): CreateManuallyAddedAgentBillRequest;
671
-
672
- getAccountno(): string;
673
- setAccountno(value: string): CreateManuallyAddedAgentBillRequest;
674
-
675
- getAccountname(): string;
676
- setAccountname(value: string): CreateManuallyAddedAgentBillRequest;
677
-
678
- getAbn(): string;
679
- setAbn(value: string): CreateManuallyAddedAgentBillRequest;
680
-
681
- getBillerconfigid(): number;
682
- setBillerconfigid(value: number): CreateManuallyAddedAgentBillRequest;
683
- hasBillerconfigid(): boolean;
684
- clearBillerconfigid(): CreateManuallyAddedAgentBillRequest;
685
-
686
666
  serializeBinary(): Uint8Array;
687
667
  toObject(includeInstance?: boolean): CreateManuallyAddedAgentBillRequest.AsObject;
688
668
  static toObject(includeInstance: boolean, msg: CreateManuallyAddedAgentBillRequest): CreateManuallyAddedAgentBillRequest.AsObject;
@@ -702,17 +682,6 @@ export namespace CreateManuallyAddedAgentBillRequest {
702
682
  invoicenumber: string,
703
683
  description: string,
704
684
  attachmentid: number,
705
- paymentprocessor: BillScanType,
706
- bsb: string,
707
- accountno: string,
708
- accountname: string,
709
- abn: string,
710
- billerconfigid?: number,
711
- }
712
-
713
- export enum BillerconfigidCase {
714
- _BILLERCONFIGID_NOT_SET = 0,
715
- BILLERCONFIGID = 15,
716
685
  }
717
686
  }
718
687
 
@@ -854,26 +823,6 @@ export class CreateManuallyAddedAgentBillInternalRequest extends jspb.Message {
854
823
  getAttachmentid(): number;
855
824
  setAttachmentid(value: number): CreateManuallyAddedAgentBillInternalRequest;
856
825
 
857
- getPaymentprocessor(): BillScanType;
858
- setPaymentprocessor(value: BillScanType): CreateManuallyAddedAgentBillInternalRequest;
859
-
860
- getBsb(): string;
861
- setBsb(value: string): CreateManuallyAddedAgentBillInternalRequest;
862
-
863
- getAccountno(): string;
864
- setAccountno(value: string): CreateManuallyAddedAgentBillInternalRequest;
865
-
866
- getAccountname(): string;
867
- setAccountname(value: string): CreateManuallyAddedAgentBillInternalRequest;
868
-
869
- getAbn(): string;
870
- setAbn(value: string): CreateManuallyAddedAgentBillInternalRequest;
871
-
872
- getBillerconfigid(): number;
873
- setBillerconfigid(value: number): CreateManuallyAddedAgentBillInternalRequest;
874
- hasBillerconfigid(): boolean;
875
- clearBillerconfigid(): CreateManuallyAddedAgentBillInternalRequest;
876
-
877
826
  getAgentuserid(): number;
878
827
  setAgentuserid(value: number): CreateManuallyAddedAgentBillInternalRequest;
879
828
 
@@ -896,19 +845,8 @@ export namespace CreateManuallyAddedAgentBillInternalRequest {
896
845
  invoicenumber: string,
897
846
  description: string,
898
847
  attachmentid: number,
899
- paymentprocessor: BillScanType,
900
- bsb: string,
901
- accountno: string,
902
- accountname: string,
903
- abn: string,
904
- billerconfigid?: number,
905
848
  agentuserid: number,
906
849
  }
907
-
908
- export enum BillerconfigidCase {
909
- _BILLERCONFIGID_NOT_SET = 0,
910
- BILLERCONFIGID = 15,
911
- }
912
850
  }
913
851
 
914
852
  export class CopyExistingAgentBillRequest extends jspb.Message {
@@ -7251,13 +7251,7 @@ proto.agentbillingserviceapi.CreateManuallyAddedAgentBillRequest.toObject = func
7251
7251
  duedate: jspb.Message.getFieldWithDefault(msg, 6, ""),
7252
7252
  invoicenumber: jspb.Message.getFieldWithDefault(msg, 7, ""),
7253
7253
  description: jspb.Message.getFieldWithDefault(msg, 8, ""),
7254
- attachmentid: jspb.Message.getFieldWithDefault(msg, 9, 0),
7255
- paymentprocessor: jspb.Message.getFieldWithDefault(msg, 10, 0),
7256
- bsb: jspb.Message.getFieldWithDefault(msg, 11, ""),
7257
- accountno: jspb.Message.getFieldWithDefault(msg, 12, ""),
7258
- accountname: jspb.Message.getFieldWithDefault(msg, 13, ""),
7259
- abn: jspb.Message.getFieldWithDefault(msg, 14, ""),
7260
- billerconfigid: jspb.Message.getFieldWithDefault(msg, 15, 0)
7254
+ attachmentid: jspb.Message.getFieldWithDefault(msg, 9, 0)
7261
7255
  };
7262
7256
 
7263
7257
  if (includeInstance) {
@@ -7330,30 +7324,6 @@ proto.agentbillingserviceapi.CreateManuallyAddedAgentBillRequest.deserializeBina
7330
7324
  var value = /** @type {number} */ (reader.readInt64());
7331
7325
  msg.setAttachmentid(value);
7332
7326
  break;
7333
- case 10:
7334
- var value = /** @type {!proto.agentbillingserviceapi.BillScanType} */ (reader.readEnum());
7335
- msg.setPaymentprocessor(value);
7336
- break;
7337
- case 11:
7338
- var value = /** @type {string} */ (reader.readString());
7339
- msg.setBsb(value);
7340
- break;
7341
- case 12:
7342
- var value = /** @type {string} */ (reader.readString());
7343
- msg.setAccountno(value);
7344
- break;
7345
- case 13:
7346
- var value = /** @type {string} */ (reader.readString());
7347
- msg.setAccountname(value);
7348
- break;
7349
- case 14:
7350
- var value = /** @type {string} */ (reader.readString());
7351
- msg.setAbn(value);
7352
- break;
7353
- case 15:
7354
- var value = /** @type {number} */ (reader.readInt64());
7355
- msg.setBillerconfigid(value);
7356
- break;
7357
7327
  default:
7358
7328
  reader.skipField();
7359
7329
  break;
@@ -7446,48 +7416,6 @@ proto.agentbillingserviceapi.CreateManuallyAddedAgentBillRequest.serializeBinary
7446
7416
  f
7447
7417
  );
7448
7418
  }
7449
- f = message.getPaymentprocessor();
7450
- if (f !== 0.0) {
7451
- writer.writeEnum(
7452
- 10,
7453
- f
7454
- );
7455
- }
7456
- f = message.getBsb();
7457
- if (f.length > 0) {
7458
- writer.writeString(
7459
- 11,
7460
- f
7461
- );
7462
- }
7463
- f = message.getAccountno();
7464
- if (f.length > 0) {
7465
- writer.writeString(
7466
- 12,
7467
- f
7468
- );
7469
- }
7470
- f = message.getAccountname();
7471
- if (f.length > 0) {
7472
- writer.writeString(
7473
- 13,
7474
- f
7475
- );
7476
- }
7477
- f = message.getAbn();
7478
- if (f.length > 0) {
7479
- writer.writeString(
7480
- 14,
7481
- f
7482
- );
7483
- }
7484
- f = /** @type {number} */ (jspb.Message.getField(message, 15));
7485
- if (f != null) {
7486
- writer.writeInt64(
7487
- 15,
7488
- f
7489
- );
7490
- }
7491
7419
  };
7492
7420
 
7493
7421
 
@@ -7653,132 +7581,6 @@ proto.agentbillingserviceapi.CreateManuallyAddedAgentBillRequest.prototype.setAt
7653
7581
  };
7654
7582
 
7655
7583
 
7656
- /**
7657
- * optional BillScanType paymentProcessor = 10;
7658
- * @return {!proto.agentbillingserviceapi.BillScanType}
7659
- */
7660
- proto.agentbillingserviceapi.CreateManuallyAddedAgentBillRequest.prototype.getPaymentprocessor = function() {
7661
- return /** @type {!proto.agentbillingserviceapi.BillScanType} */ (jspb.Message.getFieldWithDefault(this, 10, 0));
7662
- };
7663
-
7664
-
7665
- /**
7666
- * @param {!proto.agentbillingserviceapi.BillScanType} value
7667
- * @return {!proto.agentbillingserviceapi.CreateManuallyAddedAgentBillRequest} returns this
7668
- */
7669
- proto.agentbillingserviceapi.CreateManuallyAddedAgentBillRequest.prototype.setPaymentprocessor = function(value) {
7670
- return jspb.Message.setProto3EnumField(this, 10, value);
7671
- };
7672
-
7673
-
7674
- /**
7675
- * optional string bsb = 11;
7676
- * @return {string}
7677
- */
7678
- proto.agentbillingserviceapi.CreateManuallyAddedAgentBillRequest.prototype.getBsb = function() {
7679
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, ""));
7680
- };
7681
-
7682
-
7683
- /**
7684
- * @param {string} value
7685
- * @return {!proto.agentbillingserviceapi.CreateManuallyAddedAgentBillRequest} returns this
7686
- */
7687
- proto.agentbillingserviceapi.CreateManuallyAddedAgentBillRequest.prototype.setBsb = function(value) {
7688
- return jspb.Message.setProto3StringField(this, 11, value);
7689
- };
7690
-
7691
-
7692
- /**
7693
- * optional string accountNo = 12;
7694
- * @return {string}
7695
- */
7696
- proto.agentbillingserviceapi.CreateManuallyAddedAgentBillRequest.prototype.getAccountno = function() {
7697
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, ""));
7698
- };
7699
-
7700
-
7701
- /**
7702
- * @param {string} value
7703
- * @return {!proto.agentbillingserviceapi.CreateManuallyAddedAgentBillRequest} returns this
7704
- */
7705
- proto.agentbillingserviceapi.CreateManuallyAddedAgentBillRequest.prototype.setAccountno = function(value) {
7706
- return jspb.Message.setProto3StringField(this, 12, value);
7707
- };
7708
-
7709
-
7710
- /**
7711
- * optional string accountName = 13;
7712
- * @return {string}
7713
- */
7714
- proto.agentbillingserviceapi.CreateManuallyAddedAgentBillRequest.prototype.getAccountname = function() {
7715
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 13, ""));
7716
- };
7717
-
7718
-
7719
- /**
7720
- * @param {string} value
7721
- * @return {!proto.agentbillingserviceapi.CreateManuallyAddedAgentBillRequest} returns this
7722
- */
7723
- proto.agentbillingserviceapi.CreateManuallyAddedAgentBillRequest.prototype.setAccountname = function(value) {
7724
- return jspb.Message.setProto3StringField(this, 13, value);
7725
- };
7726
-
7727
-
7728
- /**
7729
- * optional string abn = 14;
7730
- * @return {string}
7731
- */
7732
- proto.agentbillingserviceapi.CreateManuallyAddedAgentBillRequest.prototype.getAbn = function() {
7733
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 14, ""));
7734
- };
7735
-
7736
-
7737
- /**
7738
- * @param {string} value
7739
- * @return {!proto.agentbillingserviceapi.CreateManuallyAddedAgentBillRequest} returns this
7740
- */
7741
- proto.agentbillingserviceapi.CreateManuallyAddedAgentBillRequest.prototype.setAbn = function(value) {
7742
- return jspb.Message.setProto3StringField(this, 14, value);
7743
- };
7744
-
7745
-
7746
- /**
7747
- * optional int64 billerConfigId = 15;
7748
- * @return {number}
7749
- */
7750
- proto.agentbillingserviceapi.CreateManuallyAddedAgentBillRequest.prototype.getBillerconfigid = function() {
7751
- return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 15, 0));
7752
- };
7753
-
7754
-
7755
- /**
7756
- * @param {number} value
7757
- * @return {!proto.agentbillingserviceapi.CreateManuallyAddedAgentBillRequest} returns this
7758
- */
7759
- proto.agentbillingserviceapi.CreateManuallyAddedAgentBillRequest.prototype.setBillerconfigid = function(value) {
7760
- return jspb.Message.setField(this, 15, value);
7761
- };
7762
-
7763
-
7764
- /**
7765
- * Clears the field making it undefined.
7766
- * @return {!proto.agentbillingserviceapi.CreateManuallyAddedAgentBillRequest} returns this
7767
- */
7768
- proto.agentbillingserviceapi.CreateManuallyAddedAgentBillRequest.prototype.clearBillerconfigid = function() {
7769
- return jspb.Message.setField(this, 15, undefined);
7770
- };
7771
-
7772
-
7773
- /**
7774
- * Returns whether this field is set.
7775
- * @return {boolean}
7776
- */
7777
- proto.agentbillingserviceapi.CreateManuallyAddedAgentBillRequest.prototype.hasBillerconfigid = function() {
7778
- return jspb.Message.getField(this, 15) != null;
7779
- };
7780
-
7781
-
7782
7584
 
7783
7585
  /**
7784
7586
  * List of repeated fields within this message type.
@@ -8650,12 +8452,6 @@ proto.agentbillingserviceapi.CreateManuallyAddedAgentBillInternalRequest.toObjec
8650
8452
  invoicenumber: jspb.Message.getFieldWithDefault(msg, 7, ""),
8651
8453
  description: jspb.Message.getFieldWithDefault(msg, 8, ""),
8652
8454
  attachmentid: jspb.Message.getFieldWithDefault(msg, 9, 0),
8653
- paymentprocessor: jspb.Message.getFieldWithDefault(msg, 10, 0),
8654
- bsb: jspb.Message.getFieldWithDefault(msg, 11, ""),
8655
- accountno: jspb.Message.getFieldWithDefault(msg, 12, ""),
8656
- accountname: jspb.Message.getFieldWithDefault(msg, 13, ""),
8657
- abn: jspb.Message.getFieldWithDefault(msg, 14, ""),
8658
- billerconfigid: jspb.Message.getFieldWithDefault(msg, 15, 0),
8659
8455
  agentuserid: jspb.Message.getFieldWithDefault(msg, 16, 0)
8660
8456
  };
8661
8457
 
@@ -8729,30 +8525,6 @@ proto.agentbillingserviceapi.CreateManuallyAddedAgentBillInternalRequest.deseria
8729
8525
  var value = /** @type {number} */ (reader.readInt64());
8730
8526
  msg.setAttachmentid(value);
8731
8527
  break;
8732
- case 10:
8733
- var value = /** @type {!proto.agentbillingserviceapi.BillScanType} */ (reader.readEnum());
8734
- msg.setPaymentprocessor(value);
8735
- break;
8736
- case 11:
8737
- var value = /** @type {string} */ (reader.readString());
8738
- msg.setBsb(value);
8739
- break;
8740
- case 12:
8741
- var value = /** @type {string} */ (reader.readString());
8742
- msg.setAccountno(value);
8743
- break;
8744
- case 13:
8745
- var value = /** @type {string} */ (reader.readString());
8746
- msg.setAccountname(value);
8747
- break;
8748
- case 14:
8749
- var value = /** @type {string} */ (reader.readString());
8750
- msg.setAbn(value);
8751
- break;
8752
- case 15:
8753
- var value = /** @type {number} */ (reader.readInt64());
8754
- msg.setBillerconfigid(value);
8755
- break;
8756
8528
  case 16:
8757
8529
  var value = /** @type {number} */ (reader.readInt64());
8758
8530
  msg.setAgentuserid(value);
@@ -8849,48 +8621,6 @@ proto.agentbillingserviceapi.CreateManuallyAddedAgentBillInternalRequest.seriali
8849
8621
  f
8850
8622
  );
8851
8623
  }
8852
- f = message.getPaymentprocessor();
8853
- if (f !== 0.0) {
8854
- writer.writeEnum(
8855
- 10,
8856
- f
8857
- );
8858
- }
8859
- f = message.getBsb();
8860
- if (f.length > 0) {
8861
- writer.writeString(
8862
- 11,
8863
- f
8864
- );
8865
- }
8866
- f = message.getAccountno();
8867
- if (f.length > 0) {
8868
- writer.writeString(
8869
- 12,
8870
- f
8871
- );
8872
- }
8873
- f = message.getAccountname();
8874
- if (f.length > 0) {
8875
- writer.writeString(
8876
- 13,
8877
- f
8878
- );
8879
- }
8880
- f = message.getAbn();
8881
- if (f.length > 0) {
8882
- writer.writeString(
8883
- 14,
8884
- f
8885
- );
8886
- }
8887
- f = /** @type {number} */ (jspb.Message.getField(message, 15));
8888
- if (f != null) {
8889
- writer.writeInt64(
8890
- 15,
8891
- f
8892
- );
8893
- }
8894
8624
  f = message.getAgentuserid();
8895
8625
  if (f !== 0) {
8896
8626
  writer.writeInt64(
@@ -9063,132 +8793,6 @@ proto.agentbillingserviceapi.CreateManuallyAddedAgentBillInternalRequest.prototy
9063
8793
  };
9064
8794
 
9065
8795
 
9066
- /**
9067
- * optional BillScanType paymentProcessor = 10;
9068
- * @return {!proto.agentbillingserviceapi.BillScanType}
9069
- */
9070
- proto.agentbillingserviceapi.CreateManuallyAddedAgentBillInternalRequest.prototype.getPaymentprocessor = function() {
9071
- return /** @type {!proto.agentbillingserviceapi.BillScanType} */ (jspb.Message.getFieldWithDefault(this, 10, 0));
9072
- };
9073
-
9074
-
9075
- /**
9076
- * @param {!proto.agentbillingserviceapi.BillScanType} value
9077
- * @return {!proto.agentbillingserviceapi.CreateManuallyAddedAgentBillInternalRequest} returns this
9078
- */
9079
- proto.agentbillingserviceapi.CreateManuallyAddedAgentBillInternalRequest.prototype.setPaymentprocessor = function(value) {
9080
- return jspb.Message.setProto3EnumField(this, 10, value);
9081
- };
9082
-
9083
-
9084
- /**
9085
- * optional string bsb = 11;
9086
- * @return {string}
9087
- */
9088
- proto.agentbillingserviceapi.CreateManuallyAddedAgentBillInternalRequest.prototype.getBsb = function() {
9089
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, ""));
9090
- };
9091
-
9092
-
9093
- /**
9094
- * @param {string} value
9095
- * @return {!proto.agentbillingserviceapi.CreateManuallyAddedAgentBillInternalRequest} returns this
9096
- */
9097
- proto.agentbillingserviceapi.CreateManuallyAddedAgentBillInternalRequest.prototype.setBsb = function(value) {
9098
- return jspb.Message.setProto3StringField(this, 11, value);
9099
- };
9100
-
9101
-
9102
- /**
9103
- * optional string accountNo = 12;
9104
- * @return {string}
9105
- */
9106
- proto.agentbillingserviceapi.CreateManuallyAddedAgentBillInternalRequest.prototype.getAccountno = function() {
9107
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, ""));
9108
- };
9109
-
9110
-
9111
- /**
9112
- * @param {string} value
9113
- * @return {!proto.agentbillingserviceapi.CreateManuallyAddedAgentBillInternalRequest} returns this
9114
- */
9115
- proto.agentbillingserviceapi.CreateManuallyAddedAgentBillInternalRequest.prototype.setAccountno = function(value) {
9116
- return jspb.Message.setProto3StringField(this, 12, value);
9117
- };
9118
-
9119
-
9120
- /**
9121
- * optional string accountName = 13;
9122
- * @return {string}
9123
- */
9124
- proto.agentbillingserviceapi.CreateManuallyAddedAgentBillInternalRequest.prototype.getAccountname = function() {
9125
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 13, ""));
9126
- };
9127
-
9128
-
9129
- /**
9130
- * @param {string} value
9131
- * @return {!proto.agentbillingserviceapi.CreateManuallyAddedAgentBillInternalRequest} returns this
9132
- */
9133
- proto.agentbillingserviceapi.CreateManuallyAddedAgentBillInternalRequest.prototype.setAccountname = function(value) {
9134
- return jspb.Message.setProto3StringField(this, 13, value);
9135
- };
9136
-
9137
-
9138
- /**
9139
- * optional string abn = 14;
9140
- * @return {string}
9141
- */
9142
- proto.agentbillingserviceapi.CreateManuallyAddedAgentBillInternalRequest.prototype.getAbn = function() {
9143
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 14, ""));
9144
- };
9145
-
9146
-
9147
- /**
9148
- * @param {string} value
9149
- * @return {!proto.agentbillingserviceapi.CreateManuallyAddedAgentBillInternalRequest} returns this
9150
- */
9151
- proto.agentbillingserviceapi.CreateManuallyAddedAgentBillInternalRequest.prototype.setAbn = function(value) {
9152
- return jspb.Message.setProto3StringField(this, 14, value);
9153
- };
9154
-
9155
-
9156
- /**
9157
- * optional int64 billerConfigId = 15;
9158
- * @return {number}
9159
- */
9160
- proto.agentbillingserviceapi.CreateManuallyAddedAgentBillInternalRequest.prototype.getBillerconfigid = function() {
9161
- return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 15, 0));
9162
- };
9163
-
9164
-
9165
- /**
9166
- * @param {number} value
9167
- * @return {!proto.agentbillingserviceapi.CreateManuallyAddedAgentBillInternalRequest} returns this
9168
- */
9169
- proto.agentbillingserviceapi.CreateManuallyAddedAgentBillInternalRequest.prototype.setBillerconfigid = function(value) {
9170
- return jspb.Message.setField(this, 15, value);
9171
- };
9172
-
9173
-
9174
- /**
9175
- * Clears the field making it undefined.
9176
- * @return {!proto.agentbillingserviceapi.CreateManuallyAddedAgentBillInternalRequest} returns this
9177
- */
9178
- proto.agentbillingserviceapi.CreateManuallyAddedAgentBillInternalRequest.prototype.clearBillerconfigid = function() {
9179
- return jspb.Message.setField(this, 15, undefined);
9180
- };
9181
-
9182
-
9183
- /**
9184
- * Returns whether this field is set.
9185
- * @return {boolean}
9186
- */
9187
- proto.agentbillingserviceapi.CreateManuallyAddedAgentBillInternalRequest.prototype.hasBillerconfigid = function() {
9188
- return jspb.Message.getField(this, 15) != null;
9189
- };
9190
-
9191
-
9192
8796
  /**
9193
8797
  * optional int64 agentUserId = 16;
9194
8798
  * @return {number}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/agent-billing-client-grpcweb-ts",
3
- "version": "26.1.4872",
3
+ "version": "26.1.4889",
4
4
  "description": "agent-billing-client-grpcweb-ts",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",