@sniipwebmaster/transaction-service-client-grpcweb-ts 26.3.14013 → 26.3.14034
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.d.ts +16 -0
- package/dependancies/service_pb.js +122 -2
- package/package.json +1 -1
|
@@ -2827,6 +2827,12 @@ export class PaymentDetailsBulkResponse extends jspb.Message {
|
|
|
2827
2827
|
getLoyaltyprogramsmalllogourl(): string;
|
|
2828
2828
|
setLoyaltyprogramsmalllogourl(value: string): PaymentDetailsBulkResponse;
|
|
2829
2829
|
|
|
2830
|
+
getLoyaltyprogramhorizontallogourl(): string;
|
|
2831
|
+
setLoyaltyprogramhorizontallogourl(value: string): PaymentDetailsBulkResponse;
|
|
2832
|
+
|
|
2833
|
+
getLoyaltyprogramverticallogourl(): string;
|
|
2834
|
+
setLoyaltyprogramverticallogourl(value: string): PaymentDetailsBulkResponse;
|
|
2835
|
+
|
|
2830
2836
|
serializeBinary(): Uint8Array;
|
|
2831
2837
|
toObject(includeInstance?: boolean): PaymentDetailsBulkResponse.AsObject;
|
|
2832
2838
|
static toObject(includeInstance: boolean, msg: PaymentDetailsBulkResponse): PaymentDetailsBulkResponse.AsObject;
|
|
@@ -2860,6 +2866,8 @@ export namespace PaymentDetailsBulkResponse {
|
|
|
2860
2866
|
loyaltyprogramlogourl: string,
|
|
2861
2867
|
loyaltypointsadjustedformonthlylimit: boolean,
|
|
2862
2868
|
loyaltyprogramsmalllogourl: string,
|
|
2869
|
+
loyaltyprogramhorizontallogourl: string,
|
|
2870
|
+
loyaltyprogramverticallogourl: string,
|
|
2863
2871
|
}
|
|
2864
2872
|
}
|
|
2865
2873
|
|
|
@@ -3061,6 +3069,12 @@ export class PaymentDetailsResponse extends jspb.Message {
|
|
|
3061
3069
|
getLoyaltyprogramsmalllogourl(): string;
|
|
3062
3070
|
setLoyaltyprogramsmalllogourl(value: string): PaymentDetailsResponse;
|
|
3063
3071
|
|
|
3072
|
+
getLoyaltyprogramhorizontallogourl(): string;
|
|
3073
|
+
setLoyaltyprogramhorizontallogourl(value: string): PaymentDetailsResponse;
|
|
3074
|
+
|
|
3075
|
+
getLoyaltyprogramverticallogourl(): string;
|
|
3076
|
+
setLoyaltyprogramverticallogourl(value: string): PaymentDetailsResponse;
|
|
3077
|
+
|
|
3064
3078
|
serializeBinary(): Uint8Array;
|
|
3065
3079
|
toObject(includeInstance?: boolean): PaymentDetailsResponse.AsObject;
|
|
3066
3080
|
static toObject(includeInstance: boolean, msg: PaymentDetailsResponse): PaymentDetailsResponse.AsObject;
|
|
@@ -3104,6 +3118,8 @@ export namespace PaymentDetailsResponse {
|
|
|
3104
3118
|
loyaltyprogramlogourl: string,
|
|
3105
3119
|
loyaltypointsadjustedformonthlylimit: boolean,
|
|
3106
3120
|
loyaltyprogramsmalllogourl: string,
|
|
3121
|
+
loyaltyprogramhorizontallogourl: string,
|
|
3122
|
+
loyaltyprogramverticallogourl: string,
|
|
3107
3123
|
}
|
|
3108
3124
|
|
|
3109
3125
|
export enum ApplepaydetailsCase {
|
|
@@ -23836,7 +23836,9 @@ proto.sniiptransactionapi.PaymentDetailsBulkResponse.toObject = function(include
|
|
|
23836
23836
|
loyaltyprogramcode: jspb.Message.getFieldWithDefault(msg, 20, ""),
|
|
23837
23837
|
loyaltyprogramlogourl: jspb.Message.getFieldWithDefault(msg, 21, ""),
|
|
23838
23838
|
loyaltypointsadjustedformonthlylimit: jspb.Message.getBooleanFieldWithDefault(msg, 22, false),
|
|
23839
|
-
loyaltyprogramsmalllogourl: jspb.Message.getFieldWithDefault(msg, 23, "")
|
|
23839
|
+
loyaltyprogramsmalllogourl: jspb.Message.getFieldWithDefault(msg, 23, ""),
|
|
23840
|
+
loyaltyprogramhorizontallogourl: jspb.Message.getFieldWithDefault(msg, 24, ""),
|
|
23841
|
+
loyaltyprogramverticallogourl: jspb.Message.getFieldWithDefault(msg, 25, "")
|
|
23840
23842
|
};
|
|
23841
23843
|
|
|
23842
23844
|
if (includeInstance) {
|
|
@@ -23969,6 +23971,14 @@ proto.sniiptransactionapi.PaymentDetailsBulkResponse.deserializeBinaryFromReader
|
|
|
23969
23971
|
var value = /** @type {string} */ (reader.readString());
|
|
23970
23972
|
msg.setLoyaltyprogramsmalllogourl(value);
|
|
23971
23973
|
break;
|
|
23974
|
+
case 24:
|
|
23975
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23976
|
+
msg.setLoyaltyprogramhorizontallogourl(value);
|
|
23977
|
+
break;
|
|
23978
|
+
case 25:
|
|
23979
|
+
var value = /** @type {string} */ (reader.readString());
|
|
23980
|
+
msg.setLoyaltyprogramverticallogourl(value);
|
|
23981
|
+
break;
|
|
23972
23982
|
default:
|
|
23973
23983
|
reader.skipField();
|
|
23974
23984
|
break;
|
|
@@ -24161,6 +24171,20 @@ proto.sniiptransactionapi.PaymentDetailsBulkResponse.serializeBinaryToWriter = f
|
|
|
24161
24171
|
f
|
|
24162
24172
|
);
|
|
24163
24173
|
}
|
|
24174
|
+
f = message.getLoyaltyprogramhorizontallogourl();
|
|
24175
|
+
if (f.length > 0) {
|
|
24176
|
+
writer.writeString(
|
|
24177
|
+
24,
|
|
24178
|
+
f
|
|
24179
|
+
);
|
|
24180
|
+
}
|
|
24181
|
+
f = message.getLoyaltyprogramverticallogourl();
|
|
24182
|
+
if (f.length > 0) {
|
|
24183
|
+
writer.writeString(
|
|
24184
|
+
25,
|
|
24185
|
+
f
|
|
24186
|
+
);
|
|
24187
|
+
}
|
|
24164
24188
|
};
|
|
24165
24189
|
|
|
24166
24190
|
|
|
@@ -24636,6 +24660,42 @@ proto.sniiptransactionapi.PaymentDetailsBulkResponse.prototype.setLoyaltyprogram
|
|
|
24636
24660
|
};
|
|
24637
24661
|
|
|
24638
24662
|
|
|
24663
|
+
/**
|
|
24664
|
+
* optional string loyaltyProgramHorizontalLogoUrl = 24;
|
|
24665
|
+
* @return {string}
|
|
24666
|
+
*/
|
|
24667
|
+
proto.sniiptransactionapi.PaymentDetailsBulkResponse.prototype.getLoyaltyprogramhorizontallogourl = function() {
|
|
24668
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 24, ""));
|
|
24669
|
+
};
|
|
24670
|
+
|
|
24671
|
+
|
|
24672
|
+
/**
|
|
24673
|
+
* @param {string} value
|
|
24674
|
+
* @return {!proto.sniiptransactionapi.PaymentDetailsBulkResponse} returns this
|
|
24675
|
+
*/
|
|
24676
|
+
proto.sniiptransactionapi.PaymentDetailsBulkResponse.prototype.setLoyaltyprogramhorizontallogourl = function(value) {
|
|
24677
|
+
return jspb.Message.setProto3StringField(this, 24, value);
|
|
24678
|
+
};
|
|
24679
|
+
|
|
24680
|
+
|
|
24681
|
+
/**
|
|
24682
|
+
* optional string loyaltyProgramVerticalLogoUrl = 25;
|
|
24683
|
+
* @return {string}
|
|
24684
|
+
*/
|
|
24685
|
+
proto.sniiptransactionapi.PaymentDetailsBulkResponse.prototype.getLoyaltyprogramverticallogourl = function() {
|
|
24686
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 25, ""));
|
|
24687
|
+
};
|
|
24688
|
+
|
|
24689
|
+
|
|
24690
|
+
/**
|
|
24691
|
+
* @param {string} value
|
|
24692
|
+
* @return {!proto.sniiptransactionapi.PaymentDetailsBulkResponse} returns this
|
|
24693
|
+
*/
|
|
24694
|
+
proto.sniiptransactionapi.PaymentDetailsBulkResponse.prototype.setLoyaltyprogramverticallogourl = function(value) {
|
|
24695
|
+
return jspb.Message.setProto3StringField(this, 25, value);
|
|
24696
|
+
};
|
|
24697
|
+
|
|
24698
|
+
|
|
24639
24699
|
|
|
24640
24700
|
|
|
24641
24701
|
|
|
@@ -25297,7 +25357,9 @@ proto.sniiptransactionapi.PaymentDetailsResponse.toObject = function(includeInst
|
|
|
25297
25357
|
surchargeincreaserate: jspb.Message.getFloatingPointFieldWithDefault(msg, 30, 0.0),
|
|
25298
25358
|
loyaltyprogramlogourl: jspb.Message.getFieldWithDefault(msg, 31, ""),
|
|
25299
25359
|
loyaltypointsadjustedformonthlylimit: jspb.Message.getBooleanFieldWithDefault(msg, 32, false),
|
|
25300
|
-
loyaltyprogramsmalllogourl: jspb.Message.getFieldWithDefault(msg, 33, "")
|
|
25360
|
+
loyaltyprogramsmalllogourl: jspb.Message.getFieldWithDefault(msg, 33, ""),
|
|
25361
|
+
loyaltyprogramhorizontallogourl: jspb.Message.getFieldWithDefault(msg, 34, ""),
|
|
25362
|
+
loyaltyprogramverticallogourl: jspb.Message.getFieldWithDefault(msg, 35, "")
|
|
25301
25363
|
};
|
|
25302
25364
|
|
|
25303
25365
|
if (includeInstance) {
|
|
@@ -25469,6 +25531,14 @@ proto.sniiptransactionapi.PaymentDetailsResponse.deserializeBinaryFromReader = f
|
|
|
25469
25531
|
var value = /** @type {string} */ (reader.readString());
|
|
25470
25532
|
msg.setLoyaltyprogramsmalllogourl(value);
|
|
25471
25533
|
break;
|
|
25534
|
+
case 34:
|
|
25535
|
+
var value = /** @type {string} */ (reader.readString());
|
|
25536
|
+
msg.setLoyaltyprogramhorizontallogourl(value);
|
|
25537
|
+
break;
|
|
25538
|
+
case 35:
|
|
25539
|
+
var value = /** @type {string} */ (reader.readString());
|
|
25540
|
+
msg.setLoyaltyprogramverticallogourl(value);
|
|
25541
|
+
break;
|
|
25472
25542
|
default:
|
|
25473
25543
|
reader.skipField();
|
|
25474
25544
|
break;
|
|
@@ -25732,6 +25802,20 @@ proto.sniiptransactionapi.PaymentDetailsResponse.serializeBinaryToWriter = funct
|
|
|
25732
25802
|
f
|
|
25733
25803
|
);
|
|
25734
25804
|
}
|
|
25805
|
+
f = message.getLoyaltyprogramhorizontallogourl();
|
|
25806
|
+
if (f.length > 0) {
|
|
25807
|
+
writer.writeString(
|
|
25808
|
+
34,
|
|
25809
|
+
f
|
|
25810
|
+
);
|
|
25811
|
+
}
|
|
25812
|
+
f = message.getLoyaltyprogramverticallogourl();
|
|
25813
|
+
if (f.length > 0) {
|
|
25814
|
+
writer.writeString(
|
|
25815
|
+
35,
|
|
25816
|
+
f
|
|
25817
|
+
);
|
|
25818
|
+
}
|
|
25735
25819
|
};
|
|
25736
25820
|
|
|
25737
25821
|
|
|
@@ -26386,6 +26470,42 @@ proto.sniiptransactionapi.PaymentDetailsResponse.prototype.setLoyaltyprogramsmal
|
|
|
26386
26470
|
};
|
|
26387
26471
|
|
|
26388
26472
|
|
|
26473
|
+
/**
|
|
26474
|
+
* optional string loyaltyProgramHorizontalLogoUrl = 34;
|
|
26475
|
+
* @return {string}
|
|
26476
|
+
*/
|
|
26477
|
+
proto.sniiptransactionapi.PaymentDetailsResponse.prototype.getLoyaltyprogramhorizontallogourl = function() {
|
|
26478
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 34, ""));
|
|
26479
|
+
};
|
|
26480
|
+
|
|
26481
|
+
|
|
26482
|
+
/**
|
|
26483
|
+
* @param {string} value
|
|
26484
|
+
* @return {!proto.sniiptransactionapi.PaymentDetailsResponse} returns this
|
|
26485
|
+
*/
|
|
26486
|
+
proto.sniiptransactionapi.PaymentDetailsResponse.prototype.setLoyaltyprogramhorizontallogourl = function(value) {
|
|
26487
|
+
return jspb.Message.setProto3StringField(this, 34, value);
|
|
26488
|
+
};
|
|
26489
|
+
|
|
26490
|
+
|
|
26491
|
+
/**
|
|
26492
|
+
* optional string loyaltyProgramVerticalLogoUrl = 35;
|
|
26493
|
+
* @return {string}
|
|
26494
|
+
*/
|
|
26495
|
+
proto.sniiptransactionapi.PaymentDetailsResponse.prototype.getLoyaltyprogramverticallogourl = function() {
|
|
26496
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 35, ""));
|
|
26497
|
+
};
|
|
26498
|
+
|
|
26499
|
+
|
|
26500
|
+
/**
|
|
26501
|
+
* @param {string} value
|
|
26502
|
+
* @return {!proto.sniiptransactionapi.PaymentDetailsResponse} returns this
|
|
26503
|
+
*/
|
|
26504
|
+
proto.sniiptransactionapi.PaymentDetailsResponse.prototype.setLoyaltyprogramverticallogourl = function(value) {
|
|
26505
|
+
return jspb.Message.setProto3StringField(this, 35, value);
|
|
26506
|
+
};
|
|
26507
|
+
|
|
26508
|
+
|
|
26389
26509
|
|
|
26390
26510
|
/**
|
|
26391
26511
|
* List of repeated fields within this message type.
|