
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
@zrpaplicacoes/change_request
Advanced tools
A sdk for interact with Change SOAP API
npm install change-request
or
yarn add change-request
const RequestChange = require('change-request');
const url = 'http://sampleurl.com';
const timeout = 30000;
const requestChange = new RequestChange(url, timeout);
await requestChange.insertClient({
agency: 10000,
fullName: 'MAdasdas asdasdas',
code: 87037473014,
subType: 'F',
address: 'Rua Baquirivu 392',
city: 'São Paulo',
state: 'SP',
originCountryCode: 1058,
countryCode: 1058,
zipCode: '59148370',
});
A Client entity
Type: object
agency
number The Change agency related to the clientfullName
string Client full nameshortName
string Client CPF with only numberscode
number Client CPF as integertype
number Client type on ChangesubType
string Client sub-type on Changeaddress
string Address first linecity
string Address citystate
string Address state initialscountryCode
number Address country code following Change internal rulesoriginCountryCode
number Client origin country code following Change internal ruleszipCode
string Address zip codecreatedAt
Date When client have been created on ChangeisActive
boolean Client statusphone
string Obligation of the operation defined by Changemobile
string Obligation of the operation defined by ChangebirthDate
Date Obligation of the operation defined by Changerg
string Client RG only numbersemail
string Client emailoperationalLimit
number Client operational limit in dollarsoperationalLimitPeriod
number Operational limit period in daysTODO - Create Remittance transaction entity
Type: object
A Paper Money transaction entity
Type: object
bank
string Bank inforamtionagency
number The agencyId of tha agency responsible for the moneyaccount
string The account number where the tranference will be madepurposeCode
number Change purpodeCode for paper moneyclientCode
number Client cpf as integercurrencyCode
string Currency code following ISO 4217quotationValue
number Quotation value with 4 deciamals precision and without taxesnationalCurrencyValue
number National currency value without taxesforeignCurrencyValue
number Foreign currency value without taxeslevelingRate
number Leveling rate with 4 deciamals precisioncountryCode
number Country codeiofValue
number Total IOF value of the national currency valuedeliveryCost
number Delivery cost of the operationmodality
string Modality of the operation defined by Changeobligation
string Obligation of the operation defined by ChangeCreates new RequestChange entity
baseURL
string public URL of change instancetimeout
number Max time to waiting before cancel request (optional, default 30000
)Create new remittance transaction on Change
transactionData
Throws ClientBlocked
Returns object The created transaction
Create new paper money transaction on Change
transactionData
Throws ClientBlocked
Returns object The created transaction
Create new Client on change
clientData
Throws ClientAlreadyExists
Returns object The created clien
Search client by code (CPF)
code
number The client CPFReturns object The client found
Search client by shortName (CPF)
shortName
string The client CPFReturns object The client found
TODO
transactionData
object An transaction objectReturns object The transaction found
Search transaction by code
code
string The trnsaction unique codeReturns object The transaction found
Delete Invoice By Id
changeTransactionCode
string The Change invoice unique codeReturns object Message with success with invoice id deleted
Client has a blocked status on Change and the operation can't proceed
Type: ClientBlocked
Client already exists on Change, use an update method instead an insert method
Type: ClientAlreadyExists
FAQs
A sdk for interact with Change SOAP API
The npm package @zrpaplicacoes/change_request receives a total of 0 weekly downloads. As such, @zrpaplicacoes/change_request popularity was classified as not popular.
We found that @zrpaplicacoes/change_request demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.