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
0
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.15.44 to 1.15.45

lib/rpc_types/toolkit/offerLanguage.d.ts

4

lib/rpc_types/index.d.ts

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

Reseller: MessageTypeDefinition;
ResellerAddressLanguageData: MessageTypeDefinition;
ResellerAddressType: MessageTypeDefinition;
ResellerDeleteRequest: MessageTypeDefinition;

@@ -358,2 +360,3 @@ ResellerDeleteResponse: MessageTypeDefinition;

ResellerGetResponse: MessageTypeDefinition;
ResellerLanguageData: MessageTypeDefinition;
ResellerRow: MessageTypeDefinition;

@@ -578,2 +581,3 @@ ResellerRowType: MessageTypeDefinition;

msgGrpMsgs: MessageTypeDefinition;
offerLanguage: MessageTypeDefinition;
orgData: MessageTypeDefinition;

@@ -580,0 +584,0 @@ orgServiceData: MessageTypeDefinition;

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

import type { offerLanguage as _toolkit_offerLanguage, offerLanguage__Output as _toolkit_offerLanguage__Output } from '../toolkit/offerLanguage';
export interface CreateOfferRequest {

@@ -15,2 +16,4 @@ 'offerName'?: (string);

'isActive'?: (boolean);
'languageData'?: (_toolkit_offerLanguage | null);
'_languageData'?: "languageData";
}

@@ -31,2 +34,4 @@ export interface CreateOfferRequest__Output {

'isActive': (boolean);
'languageData'?: (_toolkit_offerLanguage__Output | null);
'_languageData': "languageData";
}
import type { Contract as _toolkit_Contract, Contract__Output as _toolkit_Contract__Output } from '../toolkit/Contract';
import type { Document as _toolkit_Document, Document__Output as _toolkit_Document__Output } from '../toolkit/Document';
import type { CustomerLanguage as _toolkit_CustomerLanguage, CustomerLanguage__Output as _toolkit_CustomerLanguage__Output } from '../toolkit/CustomerLanguage';
import type { ResellerLanguageData as _toolkit_ResellerLanguageData, ResellerLanguageData__Output as _toolkit_ResellerLanguageData__Output } from '../toolkit/ResellerLanguageData';
import type { ResellerAddressLanguageData as _toolkit_ResellerAddressLanguageData, ResellerAddressLanguageData__Output as _toolkit_ResellerAddressLanguageData__Output } from '../toolkit/ResellerAddressLanguageData';
export interface CreateResellerRequest {

@@ -33,2 +35,7 @@ 'reseller'?: (string);

'languageData'?: (_toolkit_CustomerLanguage | null);
'resellerLanguageData'?: (_toolkit_ResellerLanguageData | null);
'addressLanguageData'?: (_toolkit_ResellerAddressLanguageData | null);
'_languageData'?: "languageData";
'_resellerLanguageData'?: "resellerLanguageData";
'_addressLanguageData'?: "addressLanguageData";
}

@@ -63,3 +70,8 @@ export interface CreateResellerRequest__Output {

'organizationId': (string);
'languageData': (_toolkit_CustomerLanguage__Output | null);
'languageData'?: (_toolkit_CustomerLanguage__Output | null);
'resellerLanguageData'?: (_toolkit_ResellerLanguageData__Output | null);
'addressLanguageData'?: (_toolkit_ResellerAddressLanguageData__Output | null);
'_languageData': "languageData";
'_resellerLanguageData': "resellerLanguageData";
'_addressLanguageData': "addressLanguageData";
}

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

import type { offerLanguage as _toolkit_offerLanguage, offerLanguage__Output as _toolkit_offerLanguage__Output } from '../toolkit/offerLanguage';
import type { OfferPlanMapping as _toolkit_OfferPlanMapping, OfferPlanMapping__Output as _toolkit_OfferPlanMapping__Output } from '../toolkit/OfferPlanMapping';

@@ -19,3 +20,5 @@ export interface Offer {

'updatedBy'?: (string);
'languageData'?: (_toolkit_offerLanguage | null);
'offersPlansMappings'?: (_toolkit_OfferPlanMapping)[];
'_languageData'?: "languageData";
}

@@ -39,3 +42,5 @@ export interface Offer__Output {

'updatedBy': (string);
'languageData'?: (_toolkit_offerLanguage__Output | null);
'offersPlansMappings': (_toolkit_OfferPlanMapping__Output)[];
'_languageData': "languageData";
}

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

import type { offerLanguage as _toolkit_offerLanguage, offerLanguage__Output as _toolkit_offerLanguage__Output } from '../toolkit/offerLanguage';
export interface OfferResponseData {

@@ -15,2 +16,4 @@ 'id'?: (string);

'updatedBy'?: (string);
'languageData'?: (_toolkit_offerLanguage | null);
'_languageData'?: "languageData";
}

@@ -31,2 +34,4 @@ export interface OfferResponseData__Output {

'updatedBy': (string);
'languageData'?: (_toolkit_offerLanguage__Output | null);
'_languageData': "languageData";
}
import type { Document as _toolkit_Document, Document__Output as _toolkit_Document__Output } from '../toolkit/Document';
import type { ResellerLanguageData as _toolkit_ResellerLanguageData, ResellerLanguageData__Output as _toolkit_ResellerLanguageData__Output } from '../toolkit/ResellerLanguageData';
import type { ResellerAddressLanguageData as _toolkit_ResellerAddressLanguageData, ResellerAddressLanguageData__Output as _toolkit_ResellerAddressLanguageData__Output } from '../toolkit/ResellerAddressLanguageData';
export interface Reseller {

@@ -30,2 +32,6 @@ 'id'?: (string);

'slugId'?: (string);
'resellerLanguageData'?: (_toolkit_ResellerLanguageData | null);
'addressLanguageData'?: (_toolkit_ResellerAddressLanguageData | null);
'_resellerLanguageData'?: "resellerLanguageData";
'_addressLanguageData'?: "addressLanguageData";
}

@@ -60,2 +66,6 @@ export interface Reseller__Output {

'slugId': (string);
'resellerLanguageData'?: (_toolkit_ResellerLanguageData__Output | null);
'addressLanguageData'?: (_toolkit_ResellerAddressLanguageData__Output | null);
'_resellerLanguageData': "resellerLanguageData";
'_addressLanguageData': "addressLanguageData";
}

9

lib/rpc_types/toolkit/ResellerRowType.d.ts

@@ -1,4 +0,5 @@

import type { AddressType as _toolkit_AddressType, AddressType__Output as _toolkit_AddressType__Output } from '../toolkit/AddressType';
import type { ResellerAddressType as _toolkit_ResellerAddressType, ResellerAddressType__Output as _toolkit_ResellerAddressType__Output } from '../toolkit/ResellerAddressType';
import type { Contract as _toolkit_Contract, Contract__Output as _toolkit_Contract__Output } from '../toolkit/Contract';
import type { Document as _toolkit_Document, Document__Output as _toolkit_Document__Output } from '../toolkit/Document';
import type { ResellerLanguageData as _toolkit_ResellerLanguageData, ResellerLanguageData__Output as _toolkit_ResellerLanguageData__Output } from '../toolkit/ResellerLanguageData';
export interface ResellerRowType {

@@ -20,3 +21,3 @@ 'id'?: (string);

'addressId'?: (string);
'address'?: (_toolkit_AddressType | null);
'address'?: (_toolkit_ResellerAddressType | null);
'contracts'?: (_toolkit_Contract)[];

@@ -34,2 +35,3 @@ 'crDocument'?: (_toolkit_Document | null);

'slugId'?: (string);
'languageData'?: (_toolkit_ResellerLanguageData | null);
}

@@ -52,3 +54,3 @@ export interface ResellerRowType__Output {

'addressId': (string);
'address': (_toolkit_AddressType__Output | null);
'address': (_toolkit_ResellerAddressType__Output | null);
'contracts': (_toolkit_Contract__Output)[];

@@ -66,2 +68,3 @@ 'crDocument': (_toolkit_Document__Output | null);

'slugId': (string);
'languageData': (_toolkit_ResellerLanguageData__Output | null);
}
import type { ResellerUpdateContract as _toolkit_ResellerUpdateContract, ResellerUpdateContract__Output as _toolkit_ResellerUpdateContract__Output } from '../toolkit/ResellerUpdateContract';
import type { Document as _toolkit_Document, Document__Output as _toolkit_Document__Output } from '../toolkit/Document';
import type { ResellerLanguageData as _toolkit_ResellerLanguageData, ResellerLanguageData__Output as _toolkit_ResellerLanguageData__Output } from '../toolkit/ResellerLanguageData';
import type { ResellerAddressLanguageData as _toolkit_ResellerAddressLanguageData, ResellerAddressLanguageData__Output as _toolkit_ResellerAddressLanguageData__Output } from '../toolkit/ResellerAddressLanguageData';
export interface ResellerUpdateRequest {

@@ -33,2 +35,6 @@ 'reseller'?: (string);

'contactPersonEmail'?: (string);
'resellerLanguageData'?: (_toolkit_ResellerLanguageData | null);
'addressLanguageData'?: (_toolkit_ResellerAddressLanguageData | null);
'_resellerLanguageData'?: "resellerLanguageData";
'_addressLanguageData'?: "addressLanguageData";
}

@@ -65,2 +71,6 @@ export interface ResellerUpdateRequest__Output {

'contactPersonEmail': (string);
'resellerLanguageData'?: (_toolkit_ResellerLanguageData__Output | null);
'addressLanguageData'?: (_toolkit_ResellerAddressLanguageData__Output | null);
'_resellerLanguageData': "resellerLanguageData";
'_addressLanguageData': "addressLanguageData";
}
{
"name": "@crayond_dev/grpc-toolkit",
"version": "1.15.44",
"version": "1.15.45",
"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

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