Socket
Socket
Sign inDemoInstall

@hoory/protos

Package Overview
Dependencies
Maintainers
5
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hoory/protos - npm Package Compare versions

Comparing version 1.31.36 to 1.31.37

4

build/typescript/src/hb-user/stripe_pb.d.ts

@@ -168,2 +168,5 @@ import * as jspb from 'google-protobuf'

getIsCancellationScheduled(): boolean;
setIsCancellationScheduled(value: boolean): SubscriptionResponse;
serializeBinary(): Uint8Array;

@@ -188,2 +191,3 @@ toObject(includeInstance?: boolean): SubscriptionResponse.AsObject;

frequency: string,
isCancellationScheduled: boolean,
}

@@ -190,0 +194,0 @@ }

10

build/typescript/src/hb-user/StripeServiceClientPb.ts

@@ -360,7 +360,7 @@ /**

methodInfocancelSubscription = new grpcWeb.AbstractClientBase.MethodInfo(
src_hb$user_stripe_pb.SubscriptionResponse,
src_common_pb.Empty,
(request: src_common_pb.Empty) => {
return request.serializeBinary();
},
src_hb$user_stripe_pb.SubscriptionResponse.deserializeBinary
src_common_pb.Empty.deserializeBinary
);

@@ -370,3 +370,3 @@

request: src_common_pb.Empty,
metadata: grpcWeb.Metadata | null): Promise<src_hb$user_stripe_pb.SubscriptionResponse>;
metadata: grpcWeb.Metadata | null): Promise<src_common_pb.Empty>;

@@ -377,3 +377,3 @@ cancelSubscription(

callback: (err: grpcWeb.Error,
response: src_hb$user_stripe_pb.SubscriptionResponse) => void): grpcWeb.ClientReadableStream<src_hb$user_stripe_pb.SubscriptionResponse>;
response: src_common_pb.Empty) => void): grpcWeb.ClientReadableStream<src_common_pb.Empty>;

@@ -384,3 +384,3 @@ cancelSubscription(

callback?: (err: grpcWeb.Error,
response: src_hb$user_stripe_pb.SubscriptionResponse) => void) {
response: src_common_pb.Empty) => void) {
if (callback !== undefined) {

@@ -387,0 +387,0 @@ return this.client_.rpcCall(

@@ -72,4 +72,4 @@ import * as grpcWeb from 'grpc-web';

callback: (err: grpcWeb.Error,
response: src_hb$user_stripe_pb.SubscriptionResponse) => void
): grpcWeb.ClientReadableStream<src_hb$user_stripe_pb.SubscriptionResponse>;
response: src_common_pb.Empty) => void
): grpcWeb.ClientReadableStream<src_common_pb.Empty>;

@@ -140,3 +140,3 @@ getPaymentHistory(

metadata?: grpcWeb.Metadata
): Promise<src_hb$user_stripe_pb.SubscriptionResponse>;
): Promise<src_common_pb.Empty>;

@@ -143,0 +143,0 @@ getPaymentHistory(

@@ -719,3 +719,3 @@ /**

* !proto.common.Empty,
* !proto.stripe.SubscriptionResponse>}
* !proto.common.Empty>}
*/

@@ -726,3 +726,3 @@ const methodDescriptor_StripeService_cancelSubscription = new grpc.web.MethodDescriptor(

src_common_pb.Empty,
proto.stripe.SubscriptionResponse,
src_common_pb.Empty,
/**

@@ -735,3 +735,3 @@ * @param {!proto.common.Empty} request

},
proto.stripe.SubscriptionResponse.deserializeBinary
src_common_pb.Empty.deserializeBinary
);

@@ -744,6 +744,6 @@

* !proto.common.Empty,
* !proto.stripe.SubscriptionResponse>}
* !proto.common.Empty>}
*/
const methodInfo_StripeService_cancelSubscription = new grpc.web.AbstractClientBase.MethodInfo(
proto.stripe.SubscriptionResponse,
src_common_pb.Empty,
/**

@@ -756,3 +756,3 @@ * @param {!proto.common.Empty} request

},
proto.stripe.SubscriptionResponse.deserializeBinary
src_common_pb.Empty.deserializeBinary
);

@@ -766,5 +766,5 @@

* call metadata
* @param {function(?grpc.web.Error, ?proto.stripe.SubscriptionResponse)}
* @param {function(?grpc.web.Error, ?proto.common.Empty)}
* callback The callback function(error, response)
* @return {!grpc.web.ClientReadableStream<!proto.stripe.SubscriptionResponse>|undefined}
* @return {!grpc.web.ClientReadableStream<!proto.common.Empty>|undefined}
* The XHR Node Readable Stream

@@ -788,3 +788,3 @@ */

* call metadata
* @return {!Promise<!proto.stripe.SubscriptionResponse>}
* @return {!Promise<!proto.common.Empty>}
* Promise that resolves to the response

@@ -791,0 +791,0 @@ */

@@ -168,2 +168,5 @@ import * as jspb from 'google-protobuf'

getIsCancellationScheduled(): boolean;
setIsCancellationScheduled(value: boolean): SubscriptionResponse;
serializeBinary(): Uint8Array;

@@ -188,2 +191,3 @@ toObject(includeInstance?: boolean): SubscriptionResponse.AsObject;

frequency: string,
isCancellationScheduled: boolean,
}

@@ -190,0 +194,0 @@ }

{
"name": "@hoory/protos",
"version": "1.31.36",
"version": "1.31.37",
"repository": "git@github.com:hoory-com/protos.git",

@@ -5,0 +5,0 @@ "license": "UNLICENSED",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc