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

@bodidata/events

Package Overview
Dependencies
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bodidata/events - npm Package Compare versions

Comparing version 1.19.0 to 1.21.1

2

package.json
{
"name": "@bodidata/events",
"version": "1.19.0",
"version": "1.21.1",
"description": "strongly typed events dictionary",

@@ -5,0 +5,0 @@ "files": [

@@ -6,3 +6,3 @@ 'use strict';

});
exports.Events$Account$ClientOrganizationActivated = exports.Events$Account$ClientOrganizationDeactivated = exports.Events$Account$ClientOrganizationTokenChanged = exports.Events$Account$ClientOrganizationNameChanged = exports.Events$Account$ClientOrganizationCreated = exports.Events$Scanner$LicenseeUpdated = exports.Events$Scanner$LicenseeCreated = exports.Events$Scanner$PasswordChangedEmailDelivered = exports.Events$Scanner$PasswordChangedEmailFailed = exports.Events$Scanner$PasswordChangedEmailQueued = exports.Events$Scanner$PasswordResetEmailDelivered = exports.Events$Scanner$PasswordResetEmailFailed = exports.Events$Scanner$PasswordResetEmailQueued = exports.Events$Scanner$AccountVerificationEmailDelivered = exports.Events$Scanner$AccountVerificationEmailFailed = exports.Events$Scanner$AccountVerificationEmailQueued = exports.Events$Scanner$Delivered = exports.Events$Scanner$EmailFailed = exports.Events$Scanner$EmailQueued = exports.Events$Scanner$UserUpdated = exports.Events$Scanner$UserCreated = exports.UserProfileUpdate = exports.UserProfileCreate = undefined;
exports.Events$Account$SizingProfileUpdated = exports.Events$Account$SizingProfileCreated = exports.Events$Account$ClientOrganizationActivated = exports.Events$Account$ClientOrganizationDeactivated = exports.Events$Account$ClientOrganizationTokenChanged = exports.Events$Account$ClientOrganizationNameChanged = exports.Events$Account$ClientOrganizationCreated = exports.Events$Scanner$LicenseeUpdated = exports.Events$Scanner$LicenseeCreated = exports.Events$Scanner$PasswordChangedEmailDelivered = exports.Events$Scanner$PasswordChangedEmailFailed = exports.Events$Scanner$PasswordChangedEmailQueued = exports.Events$Scanner$PasswordResetEmailDelivered = exports.Events$Scanner$PasswordResetEmailFailed = exports.Events$Scanner$PasswordResetEmailQueued = exports.Events$Scanner$AccountVerificationEmailDelivered = exports.Events$Scanner$AccountVerificationEmailFailed = exports.Events$Scanner$AccountVerificationEmailQueued = exports.Events$Scanner$Delivered = exports.Events$Scanner$EmailFailed = exports.Events$Scanner$EmailQueued = exports.Events$Scanner$UserUpdated = exports.Events$Scanner$UserCreated = exports.UserProfileUpdate = exports.UserProfileCreate = undefined;

@@ -89,10 +89,21 @@ var _flowRuntime = require('flow-runtime');

const Events$Account$ClientOrganizationCreated = exports.Events$Account$ClientOrganizationCreated = _flowRuntime2.default.type('Events$Account$ClientOrganizationCreated', _flowRuntime2.default.exactObject(_flowRuntime2.default.property('id', _flowRuntime2.default.number()), _flowRuntime2.default.property('type', _flowRuntime2.default.string('ACCOUNT:CLIENT_ORGANIZATION_CREATED')), _flowRuntime2.default.property('payload', _flowRuntime2.default.intersection(SimpleStringID, Updaters, _flowRuntime2.default.object(_flowRuntime2.default.property('licensee_id', _flowRuntime2.default.string()), _flowRuntime2.default.property('name', _flowRuntime2.default.string()), _flowRuntime2.default.property('activated', _flowRuntime2.default.boolean()), _flowRuntime2.default.property('token', _flowRuntime2.default.string())))), _flowRuntime2.default.property('meta', DefaultMeta)));
const Events$Account$ClientOrganizationCreated = exports.Events$Account$ClientOrganizationCreated = _flowRuntime2.default.type('Events$Account$ClientOrganizationCreated', _flowRuntime2.default.exactObject(_flowRuntime2.default.property('id', _flowRuntime2.default.number()), _flowRuntime2.default.property('type', _flowRuntime2.default.string('ACCOUNT:CLIENT_ORGANIZATION_CREATED')), _flowRuntime2.default.property('payload', _flowRuntime2.default.intersection(SimpleStringID, Updaters, _flowRuntime2.default.object(_flowRuntime2.default.property('licensee_id', _flowRuntime2.default.string()), _flowRuntime2.default.property('name', _flowRuntime2.default.string()), _flowRuntime2.default.property('activated', _flowRuntime2.default.boolean()), _flowRuntime2.default.property('token', _flowRuntime2.default.string()), _flowRuntime2.default.property('speedsuit_company_id', _flowRuntime2.default.number())))), _flowRuntime2.default.property('meta', DefaultMeta)));
const Events$Account$ClientOrganizationNameChanged = exports.Events$Account$ClientOrganizationNameChanged = _flowRuntime2.default.type('Events$Account$ClientOrganizationNameChanged', _flowRuntime2.default.exactObject(_flowRuntime2.default.property('id', _flowRuntime2.default.number()), _flowRuntime2.default.property('type', _flowRuntime2.default.string('ACCOUNT:CLIENT_ORGANIZATION_NAME_CHANGED')), _flowRuntime2.default.property('payload', _flowRuntime2.default.intersection(SimpleStringID, Updaters, _flowRuntime2.default.object(_flowRuntime2.default.property('name', _flowRuntime2.default.string())))), _flowRuntime2.default.property('meta', DefaultMeta)));
const Events$Account$ClientOrganizationNameChanged = exports.Events$Account$ClientOrganizationNameChanged = _flowRuntime2.default.type('Events$Account$ClientOrganizationNameChanged', _flowRuntime2.default.exactObject(_flowRuntime2.default.property('id', _flowRuntime2.default.number()), _flowRuntime2.default.property('type', _flowRuntime2.default.string('ACCOUNT:CLIENT_ORGANIZATION_NAME_CHANGED')), _flowRuntime2.default.property('payload', _flowRuntime2.default.intersection(SimpleStringID, Updaters, _flowRuntime2.default.object(_flowRuntime2.default.property('name', _flowRuntime2.default.string()), _flowRuntime2.default.property('speedsuit_company_id', _flowRuntime2.default.number())))), _flowRuntime2.default.property('meta', DefaultMeta)));
const Events$Account$ClientOrganizationTokenChanged = exports.Events$Account$ClientOrganizationTokenChanged = _flowRuntime2.default.type('Events$Account$ClientOrganizationTokenChanged', _flowRuntime2.default.exactObject(_flowRuntime2.default.property('id', _flowRuntime2.default.number()), _flowRuntime2.default.property('type', _flowRuntime2.default.string('ACCOUNT:CLIENT_ORGANIZATION_TOKEN_CHANGED')), _flowRuntime2.default.property('payload', _flowRuntime2.default.intersection(SimpleStringID, Updaters, _flowRuntime2.default.object(_flowRuntime2.default.property('token', _flowRuntime2.default.string())))), _flowRuntime2.default.property('meta', DefaultMeta)));
const Events$Account$ClientOrganizationTokenChanged = exports.Events$Account$ClientOrganizationTokenChanged = _flowRuntime2.default.type('Events$Account$ClientOrganizationTokenChanged', _flowRuntime2.default.exactObject(_flowRuntime2.default.property('id', _flowRuntime2.default.number()), _flowRuntime2.default.property('type', _flowRuntime2.default.string('ACCOUNT:CLIENT_ORGANIZATION_TOKEN_CHANGED')), _flowRuntime2.default.property('payload', _flowRuntime2.default.intersection(SimpleStringID, Updaters, _flowRuntime2.default.object(_flowRuntime2.default.property('token', _flowRuntime2.default.string()), _flowRuntime2.default.property('speedsuit_company_id', _flowRuntime2.default.number())))), _flowRuntime2.default.property('meta', DefaultMeta)));
const Events$Account$ClientOrganizationDeactivated = exports.Events$Account$ClientOrganizationDeactivated = _flowRuntime2.default.type('Events$Account$ClientOrganizationDeactivated', _flowRuntime2.default.exactObject(_flowRuntime2.default.property('id', _flowRuntime2.default.number()), _flowRuntime2.default.property('type', _flowRuntime2.default.string('ACCOUNT:CLIENT_ORGANIZATION_DEACTIVATED')), _flowRuntime2.default.property('payload', _flowRuntime2.default.intersection(SimpleStringID, Updaters)), _flowRuntime2.default.property('meta', DefaultMeta)));
const Events$Account$ClientOrganizationDeactivated = exports.Events$Account$ClientOrganizationDeactivated = _flowRuntime2.default.type('Events$Account$ClientOrganizationDeactivated', _flowRuntime2.default.exactObject(_flowRuntime2.default.property('id', _flowRuntime2.default.number()), _flowRuntime2.default.property('type', _flowRuntime2.default.string('ACCOUNT:CLIENT_ORGANIZATION_DEACTIVATED')), _flowRuntime2.default.property('payload', _flowRuntime2.default.intersection(SimpleStringID, Updaters, _flowRuntime2.default.object(_flowRuntime2.default.property('speedsuit_company_id', _flowRuntime2.default.number())))), _flowRuntime2.default.property('meta', DefaultMeta)));
const Events$Account$ClientOrganizationActivated = exports.Events$Account$ClientOrganizationActivated = _flowRuntime2.default.type('Events$Account$ClientOrganizationActivated', _flowRuntime2.default.exactObject(_flowRuntime2.default.property('id', _flowRuntime2.default.number()), _flowRuntime2.default.property('type', _flowRuntime2.default.string('ACCOUNT:CLIENT_ORGANIZATION_ACTIVATED')), _flowRuntime2.default.property('payload', _flowRuntime2.default.intersection(SimpleStringID, Updaters)), _flowRuntime2.default.property('meta', DefaultMeta)));
const Events$Account$ClientOrganizationActivated = exports.Events$Account$ClientOrganizationActivated = _flowRuntime2.default.type('Events$Account$ClientOrganizationActivated', _flowRuntime2.default.exactObject(_flowRuntime2.default.property('id', _flowRuntime2.default.number()), _flowRuntime2.default.property('type', _flowRuntime2.default.string('ACCOUNT:CLIENT_ORGANIZATION_ACTIVATED')), _flowRuntime2.default.property('payload', _flowRuntime2.default.intersection(SimpleStringID, Updaters, _flowRuntime2.default.object(_flowRuntime2.default.property('speedsuit_company_id', _flowRuntime2.default.number())))), _flowRuntime2.default.property('meta', DefaultMeta)));
// sizing profile
const Sex = _flowRuntime2.default.type('Sex', _flowRuntime2.default.object(_flowRuntime2.default.property('sex', _flowRuntime2.default.union(_flowRuntime2.default.string('M'), _flowRuntime2.default.string('F')))));
const SizingProfile = _flowRuntime2.default.type('SizingProfile', _flowRuntime2.default.object(_flowRuntime2.default.property('birth_year', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('email', _flowRuntime2.default.string(), true), _flowRuntime2.default.property('first_name', _flowRuntime2.default.string(), true), _flowRuntime2.default.property('last_name', _flowRuntime2.default.string(), true), _flowRuntime2.default.property('ethnicity', _flowRuntime2.default.string(), true), _flowRuntime2.default.property('zipcode', _flowRuntime2.default.string(), true), _flowRuntime2.default.property('country', _flowRuntime2.default.string(), true), _flowRuntime2.default.property('height', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('weight', _flowRuntime2.default.number(), true)));
const Events$Account$SizingProfileCreated = exports.Events$Account$SizingProfileCreated = _flowRuntime2.default.type('Events$Account$SizingProfileCreated', _flowRuntime2.default.exactObject(_flowRuntime2.default.property('id', _flowRuntime2.default.number()), _flowRuntime2.default.property('type', _flowRuntime2.default.string('ACCOUNT:SIZING_PROFILE_CREATED')), _flowRuntime2.default.property('payload', _flowRuntime2.default.intersection(SimpleStringID, Updaters, Timestamps, Sex, SizingProfile, _flowRuntime2.default.object(_flowRuntime2.default.property('licensee_id', _flowRuntime2.default.string()), _flowRuntime2.default.property('client_id', _flowRuntime2.default.string()), _flowRuntime2.default.property('speedsuit_employee_id', _flowRuntime2.default.string()), _flowRuntime2.default.property('speedsuit_company_id', _flowRuntime2.default.number()), _flowRuntime2.default.property('speedsuit_profile_id', _flowRuntime2.default.number())))), _flowRuntime2.default.property('meta', DefaultMeta)));
const Events$Account$SizingProfileUpdated = exports.Events$Account$SizingProfileUpdated = _flowRuntime2.default.type('Events$Account$SizingProfileUpdated', _flowRuntime2.default.exactObject(_flowRuntime2.default.property('id', _flowRuntime2.default.number()), _flowRuntime2.default.property('type', _flowRuntime2.default.string('ACCOUNT:SIZING_PROFILE_UPDATED')), _flowRuntime2.default.property('payload', _flowRuntime2.default.intersection(SimpleStringID, Updaters, Timestamps, SizingProfile, _flowRuntime2.default.object(_flowRuntime2.default.property('speedsuit_profile_id', _flowRuntime2.default.number()), _flowRuntime2.default.property('speedsuit_company_id', _flowRuntime2.default.number())))), _flowRuntime2.default.property('meta', DefaultMeta)));

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