Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@crayond_dev/grpc-toolkit

Package Overview
Dependencies
Maintainers
1
Versions
199
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@crayond_dev/grpc-toolkit - npm Package Compare versions

Comparing version 1.13.26 to 1.13.27

lib/rpc_types/toolkit/getWebhookUrlRequest.d.ts

2

lib/rpc_types/index.d.ts

@@ -412,2 +412,4 @@ import type * as grpc from '@grpc/grpc-js';

getRoleIdResponse: MessageTypeDefinition;
getWebhookUrlRequest: MessageTypeDefinition;
getWebhookUrlResponse: MessageTypeDefinition;
idmService: SubtypeConstructor<typeof grpc.Client, _toolkit_idmServiceClient> & {

@@ -414,0 +416,0 @@ service: _toolkit_idmServiceDefinition;

18

lib/rpc_types/toolkit/AlertRuleData.d.ts
export interface AlertRuleData {
'id'?: (string);
'profileId'?: (string);
'slackBody'?: (string);
'alertRuleCode'?: (string);

@@ -19,4 +19,4 @@ 'referenceId'?: (string);

'updatedAt'?: (string);
'createdBy'?: (string);
'updatedBy'?: (string);
'isSlack'?: (boolean);
'inappBody'?: (string);
'isDelete'?: (boolean);

@@ -31,9 +31,6 @@ 'email_CC'?: (string)[];

'inappTitle'?: (string);
'inappBody'?: (string);
'isSlack'?: (boolean);
'slackBody'?: (string);
}
export interface AlertRuleData__Output {
'id': (string);
'profileId': (string);
'slackBody': (string);
'alertRuleCode': (string);

@@ -54,4 +51,4 @@ 'referenceId': (string);

'updatedAt': (string);
'createdBy': (string);
'updatedBy': (string);
'isSlack': (boolean);
'inappBody': (string);
'isDelete': (boolean);

@@ -66,5 +63,2 @@ 'email_CC': (string)[];

'inappTitle': (string);
'inappBody': (string);
'isSlack': (boolean);
'slackBody': (string);
}

@@ -0,6 +1,9 @@

import type { AlertRuleData as _toolkit_AlertRuleData, AlertRuleData__Output as _toolkit_AlertRuleData__Output } from '../toolkit/AlertRuleData';
export interface AlertRuleUpsertResponse {
'message'?: (string);
'data'?: (_toolkit_AlertRuleData | null);
}
export interface AlertRuleUpsertResponse__Output {
'message': (string);
'data': (_toolkit_AlertRuleData__Output | null);
}
export interface getProjectServiceMappingResponse {
'projectServiceMappingId'?: (string);
'webhookUrl'?: (string);
}
export interface getProjectServiceMappingResponse__Output {
'projectServiceMappingId': (string);
'webhookUrl': (string);
}
export interface MailConfigData {
'id'?: (string);
'profileId'?: (string);
'isDelete'?: (boolean);
'identificationName'?: (string);

@@ -22,9 +22,6 @@ 'emailProvider'?: (string);

'updatedAt'?: (string);
'createdBy'?: (string);
'updatedBy'?: (string);
'isDelete'?: (boolean);
}
export interface MailConfigData__Output {
'id': (string);
'profileId': (string);
'isDelete': (boolean);
'identificationName': (string);

@@ -48,5 +45,2 @@ 'emailProvider': (string);

'updatedAt': (string);
'createdBy': (string);
'updatedBy': (string);
'isDelete': (boolean);
}

@@ -0,6 +1,9 @@

import type { MailConfigData as _toolkit_MailConfigData, MailConfigData__Output as _toolkit_MailConfigData__Output } from '../toolkit/MailConfigData';
export interface MailConfigDeleteResponse {
'message'?: (string);
'responseData'?: (_toolkit_MailConfigData | null);
}
export interface MailConfigDeleteResponse__Output {
'message': (string);
'responseData': (_toolkit_MailConfigData__Output | null);
}

@@ -0,6 +1,9 @@

import type { MailConfigData as _toolkit_MailConfigData, MailConfigData__Output as _toolkit_MailConfigData__Output } from '../toolkit/MailConfigData';
export interface MailConfigUpsertResponse {
'message'?: (string);
'data'?: (_toolkit_MailConfigData | null);
}
export interface MailConfigUpsertResponse__Output {
'message': (string);
'data': (_toolkit_MailConfigData__Output | null);
}

@@ -0,6 +1,9 @@

import type { pushConfigData as _toolkit_pushConfigData, pushConfigData__Output as _toolkit_pushConfigData__Output } from '../toolkit/pushConfigData';
export interface PushConfigUpsertResponse {
'message'?: (string);
'data'?: (_toolkit_pushConfigData | null);
}
export interface PushConfigUpsertResponse__Output {
'message': (string);
'data': (_toolkit_pushConfigData__Output | null);
}

@@ -9,4 +9,2 @@ export interface RoleData {

'isActive'?: (boolean);
'createdBy'?: (string);
'updatedBy'?: (string);
}

@@ -21,4 +19,2 @@ export interface RoleData__Output {

'isActive': (boolean);
'createdBy': (string);
'updatedBy': (string);
}

@@ -0,5 +1,6 @@

import type { RoleData as _toolkit_RoleData, RoleData__Output as _toolkit_RoleData__Output } from '../toolkit/RoleData';
export interface RolesUpdateResponse {
'status'?: (number);
'apiStatus'?: (string);
'data'?: (number)[];
'data'?: (_toolkit_RoleData | null);
'message'?: (string);

@@ -10,4 +11,4 @@ }

'apiStatus': (string);
'data': (number)[];
'data': (_toolkit_RoleData__Output | null);
'message': (string);
}

@@ -0,6 +1,9 @@

import type { slackConfigData as _toolkit_slackConfigData, slackConfigData__Output as _toolkit_slackConfigData__Output } from '../toolkit/slackConfigData';
export interface SlackConfigUpsertResponse {
'message'?: (string);
'data'?: (_toolkit_slackConfigData | null);
}
export interface SlackConfigUpsertResponse__Output {
'message': (string);
'data': (_toolkit_slackConfigData__Output | null);
}
export interface SmsConfigData {
'profileId'?: (string);
'id'?: (string);
'identifier'?: (string);

@@ -12,9 +12,6 @@ 'providerName'?: (string);

'updatedAt'?: (string);
'createdBy'?: (string);
'updatedBy'?: (string);
'isDelete'?: (boolean);
'id'?: (string);
}
export interface SmsConfigData__Output {
'profileId': (string);
'id': (string);
'identifier': (string);

@@ -29,6 +26,3 @@ 'providerName': (string);

'updatedAt': (string);
'createdBy': (string);
'updatedBy': (string);
'isDelete': (boolean);
'id': (string);
}

@@ -0,1 +1,2 @@

import type { SmsConfigData as _toolkit_SmsConfigData, SmsConfigData__Output as _toolkit_SmsConfigData__Output } from '../toolkit/SmsConfigData';
export interface SmsConfigUpsertResponse {

@@ -5,2 +6,3 @@ 'statusCode'?: (number);

'message'?: (string);
'data'?: (_toolkit_SmsConfigData | null);
}

@@ -11,2 +13,3 @@ export interface SmsConfigUpsertResponse__Output {

'message': (string);
'data': (_toolkit_SmsConfigData__Output | null);
}

@@ -0,1 +1,2 @@

import type { RoleData as _toolkit_RoleData, RoleData__Output as _toolkit_RoleData__Output } from '../toolkit/RoleData';
export interface updateRoleStatusResponse {

@@ -5,2 +6,3 @@ 'status'?: (number);

'message'?: (string);
'data'?: (_toolkit_RoleData | null);
}

@@ -11,2 +13,3 @@ export interface updateRoleStatusResponse__Output {

'message': (string);
'data': (_toolkit_RoleData__Output | null);
}

@@ -0,6 +1,9 @@

import type { WhatsappConfigData as _toolkit_WhatsappConfigData, WhatsappConfigData__Output as _toolkit_WhatsappConfigData__Output } from '../toolkit/WhatsappConfigData';
export interface WhatsappConfigUpsertResponse {
'message'?: (string);
'data'?: (_toolkit_WhatsappConfigData | null);
}
export interface WhatsappConfigUpsertResponse__Output {
'message': (string);
'data': (_toolkit_WhatsappConfigData__Output | null);
}
{
"name": "@crayond_dev/grpc-toolkit",
"version": "1.13.26",
"version": "1.13.27",
"description": "This has definitions and types required for implementing gRPC in toolkit microservices",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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