@sellout/models 0.0.389 → 0.0.391
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/.dist/sellout-proto.js
CHANGED
|
@@ -135379,6 +135379,7 @@ $root.UploadFileRequest = (function() {
|
|
|
135379
135379
|
* @property {string|null} [userId] UploadFileRequest userId
|
|
135380
135380
|
* @property {boolean|null} [gzip] UploadFileRequest gzip
|
|
135381
135381
|
* @property {boolean|null} [isMultiImage] UploadFileRequest isMultiImage
|
|
135382
|
+
* @property {boolean|null} [isCompressed] UploadFileRequest isCompressed
|
|
135382
135383
|
*/
|
|
135383
135384
|
|
|
135384
135385
|
/**
|
|
@@ -135445,6 +135446,14 @@ $root.UploadFileRequest = (function() {
|
|
|
135445
135446
|
*/
|
|
135446
135447
|
UploadFileRequest.prototype.isMultiImage = false;
|
|
135447
135448
|
|
|
135449
|
+
/**
|
|
135450
|
+
* UploadFileRequest isCompressed.
|
|
135451
|
+
* @member {boolean} isCompressed
|
|
135452
|
+
* @memberof UploadFileRequest
|
|
135453
|
+
* @instance
|
|
135454
|
+
*/
|
|
135455
|
+
UploadFileRequest.prototype.isCompressed = false;
|
|
135456
|
+
|
|
135448
135457
|
/**
|
|
135449
135458
|
* Creates a new UploadFileRequest instance using the specified properties.
|
|
135450
135459
|
* @function create
|
|
@@ -135482,6 +135491,8 @@ $root.UploadFileRequest = (function() {
|
|
|
135482
135491
|
writer.uint32(/* id 4, wireType 0 =*/32).bool(message.gzip);
|
|
135483
135492
|
if (message.isMultiImage != null && Object.hasOwnProperty.call(message, "isMultiImage"))
|
|
135484
135493
|
writer.uint32(/* id 5, wireType 0 =*/40).bool(message.isMultiImage);
|
|
135494
|
+
if (message.isCompressed != null && Object.hasOwnProperty.call(message, "isCompressed"))
|
|
135495
|
+
writer.uint32(/* id 6, wireType 0 =*/48).bool(message.isCompressed);
|
|
135485
135496
|
return writer;
|
|
135486
135497
|
};
|
|
135487
135498
|
|
|
@@ -135536,6 +135547,9 @@ $root.UploadFileRequest = (function() {
|
|
|
135536
135547
|
case 5:
|
|
135537
135548
|
message.isMultiImage = reader.bool();
|
|
135538
135549
|
break;
|
|
135550
|
+
case 6:
|
|
135551
|
+
message.isCompressed = reader.bool();
|
|
135552
|
+
break;
|
|
135539
135553
|
default:
|
|
135540
135554
|
reader.skipType(tag & 7);
|
|
135541
135555
|
break;
|
|
@@ -135595,6 +135609,9 @@ $root.UploadFileRequest = (function() {
|
|
|
135595
135609
|
if (message.isMultiImage != null && message.hasOwnProperty("isMultiImage"))
|
|
135596
135610
|
if (typeof message.isMultiImage !== "boolean")
|
|
135597
135611
|
return "isMultiImage: boolean expected";
|
|
135612
|
+
if (message.isCompressed != null && message.hasOwnProperty("isCompressed"))
|
|
135613
|
+
if (typeof message.isCompressed !== "boolean")
|
|
135614
|
+
return "isCompressed: boolean expected";
|
|
135598
135615
|
return null;
|
|
135599
135616
|
};
|
|
135600
135617
|
|
|
@@ -135630,6 +135647,8 @@ $root.UploadFileRequest = (function() {
|
|
|
135630
135647
|
message.gzip = Boolean(object.gzip);
|
|
135631
135648
|
if (object.isMultiImage != null)
|
|
135632
135649
|
message.isMultiImage = Boolean(object.isMultiImage);
|
|
135650
|
+
if (object.isCompressed != null)
|
|
135651
|
+
message.isCompressed = Boolean(object.isCompressed);
|
|
135633
135652
|
return message;
|
|
135634
135653
|
};
|
|
135635
135654
|
|
|
@@ -135654,6 +135673,7 @@ $root.UploadFileRequest = (function() {
|
|
|
135654
135673
|
object.userId = "";
|
|
135655
135674
|
object.gzip = false;
|
|
135656
135675
|
object.isMultiImage = false;
|
|
135676
|
+
object.isCompressed = false;
|
|
135657
135677
|
}
|
|
135658
135678
|
if (message.spanContext != null && message.hasOwnProperty("spanContext"))
|
|
135659
135679
|
object.spanContext = message.spanContext;
|
|
@@ -135670,6 +135690,8 @@ $root.UploadFileRequest = (function() {
|
|
|
135670
135690
|
object.gzip = message.gzip;
|
|
135671
135691
|
if (message.isMultiImage != null && message.hasOwnProperty("isMultiImage"))
|
|
135672
135692
|
object.isMultiImage = message.isMultiImage;
|
|
135693
|
+
if (message.isCompressed != null && message.hasOwnProperty("isCompressed"))
|
|
135694
|
+
object.isCompressed = message.isCompressed;
|
|
135673
135695
|
return object;
|
|
135674
135696
|
};
|
|
135675
135697
|
|
|
@@ -164995,6 +165017,7 @@ $root.CancelStripePaymentIntentRequest = (function() {
|
|
|
164995
165017
|
* @interface ICancelStripePaymentIntentRequest
|
|
164996
165018
|
* @property {string|null} [spanContext] CancelStripePaymentIntentRequest spanContext
|
|
164997
165019
|
* @property {string|null} [paymentIntentId] CancelStripePaymentIntentRequest paymentIntentId
|
|
165020
|
+
* @property {string|null} [orgId] CancelStripePaymentIntentRequest orgId
|
|
164998
165021
|
*/
|
|
164999
165022
|
|
|
165000
165023
|
/**
|
|
@@ -165028,6 +165051,14 @@ $root.CancelStripePaymentIntentRequest = (function() {
|
|
|
165028
165051
|
*/
|
|
165029
165052
|
CancelStripePaymentIntentRequest.prototype.paymentIntentId = "";
|
|
165030
165053
|
|
|
165054
|
+
/**
|
|
165055
|
+
* CancelStripePaymentIntentRequest orgId.
|
|
165056
|
+
* @member {string} orgId
|
|
165057
|
+
* @memberof CancelStripePaymentIntentRequest
|
|
165058
|
+
* @instance
|
|
165059
|
+
*/
|
|
165060
|
+
CancelStripePaymentIntentRequest.prototype.orgId = "";
|
|
165061
|
+
|
|
165031
165062
|
/**
|
|
165032
165063
|
* Creates a new CancelStripePaymentIntentRequest instance using the specified properties.
|
|
165033
165064
|
* @function create
|
|
@@ -165056,6 +165087,8 @@ $root.CancelStripePaymentIntentRequest = (function() {
|
|
|
165056
165087
|
writer.uint32(/* id 0, wireType 2 =*/2).string(message.spanContext);
|
|
165057
165088
|
if (message.paymentIntentId != null && Object.hasOwnProperty.call(message, "paymentIntentId"))
|
|
165058
165089
|
writer.uint32(/* id 1, wireType 2 =*/10).string(message.paymentIntentId);
|
|
165090
|
+
if (message.orgId != null && Object.hasOwnProperty.call(message, "orgId"))
|
|
165091
|
+
writer.uint32(/* id 2, wireType 2 =*/18).string(message.orgId);
|
|
165059
165092
|
return writer;
|
|
165060
165093
|
};
|
|
165061
165094
|
|
|
@@ -165096,6 +165129,9 @@ $root.CancelStripePaymentIntentRequest = (function() {
|
|
|
165096
165129
|
case 1:
|
|
165097
165130
|
message.paymentIntentId = reader.string();
|
|
165098
165131
|
break;
|
|
165132
|
+
case 2:
|
|
165133
|
+
message.orgId = reader.string();
|
|
165134
|
+
break;
|
|
165099
165135
|
default:
|
|
165100
165136
|
reader.skipType(tag & 7);
|
|
165101
165137
|
break;
|
|
@@ -165137,6 +165173,9 @@ $root.CancelStripePaymentIntentRequest = (function() {
|
|
|
165137
165173
|
if (message.paymentIntentId != null && message.hasOwnProperty("paymentIntentId"))
|
|
165138
165174
|
if (!$util.isString(message.paymentIntentId))
|
|
165139
165175
|
return "paymentIntentId: string expected";
|
|
165176
|
+
if (message.orgId != null && message.hasOwnProperty("orgId"))
|
|
165177
|
+
if (!$util.isString(message.orgId))
|
|
165178
|
+
return "orgId: string expected";
|
|
165140
165179
|
return null;
|
|
165141
165180
|
};
|
|
165142
165181
|
|
|
@@ -165156,6 +165195,8 @@ $root.CancelStripePaymentIntentRequest = (function() {
|
|
|
165156
165195
|
message.spanContext = String(object.spanContext);
|
|
165157
165196
|
if (object.paymentIntentId != null)
|
|
165158
165197
|
message.paymentIntentId = String(object.paymentIntentId);
|
|
165198
|
+
if (object.orgId != null)
|
|
165199
|
+
message.orgId = String(object.orgId);
|
|
165159
165200
|
return message;
|
|
165160
165201
|
};
|
|
165161
165202
|
|
|
@@ -165175,11 +165216,14 @@ $root.CancelStripePaymentIntentRequest = (function() {
|
|
|
165175
165216
|
if (options.defaults) {
|
|
165176
165217
|
object.spanContext = "";
|
|
165177
165218
|
object.paymentIntentId = "";
|
|
165219
|
+
object.orgId = "";
|
|
165178
165220
|
}
|
|
165179
165221
|
if (message.spanContext != null && message.hasOwnProperty("spanContext"))
|
|
165180
165222
|
object.spanContext = message.spanContext;
|
|
165181
165223
|
if (message.paymentIntentId != null && message.hasOwnProperty("paymentIntentId"))
|
|
165182
165224
|
object.paymentIntentId = message.paymentIntentId;
|
|
165225
|
+
if (message.orgId != null && message.hasOwnProperty("orgId"))
|
|
165226
|
+
object.orgId = message.orgId;
|
|
165183
165227
|
return object;
|
|
165184
165228
|
};
|
|
165185
165229
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sellout/models",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.391",
|
|
4
4
|
"description": "Sellout.io models",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@apollo/client": "^3.9.6",
|
|
20
20
|
"@hapi/joi": "^17.1.1",
|
|
21
|
-
"@sellout/utils": "^0.0.
|
|
21
|
+
"@sellout/utils": "^0.0.391",
|
|
22
22
|
"@types/hapi__joi": "^16.0.1",
|
|
23
23
|
"@types/shortid": "^0.0.29",
|
|
24
24
|
"@types/zen-observable": "^0.8.7",
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"protobufjs": "^6.11.2",
|
|
33
33
|
"typescript": "^4.9.5"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "22f737810346aab44e8988a33cd4891209867c6f"
|
|
36
36
|
}
|
package/src/proto/stripe.proto
CHANGED