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.27.0 to 1.29.0

4

BrandIngestionTryOn.js

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

});
exports.Events$BITryOn$Removed = exports.Events$BITryOn$Created = undefined;
exports.Events$BITryOn$Removed = exports.Events$BITryOn$Updated = exports.Events$BITryOn$Created = undefined;

@@ -25,2 +25,4 @@ var _Measurements2 = require('./Measurements');

const Events$BITryOn$Updated = exports.Events$BITryOn$Updated = _flowRuntime2.default.type('Events$BITryOn$Updated', _flowRuntime2.default.object(_flowRuntime2.default.property('id', _flowRuntime2.default.number()), _flowRuntime2.default.property('type', _flowRuntime2.default.string('BI_TRYON:UPDATED')), _flowRuntime2.default.property('payload', _flowRuntime2.default.object(_flowRuntime2.default.property('id', _flowRuntime2.default.string()), _flowRuntime2.default.property('product_id', _flowRuntime2.default.string(), true), _flowRuntime2.default.property('size_name', _flowRuntime2.default.string(), true), _flowRuntime2.default.property('fit_model', _flowRuntime2.default.object(_flowRuntime2.default.property('id', _flowRuntime2.default.string()), _flowRuntime2.default.property('full_name', _flowRuntime2.default.string()), _flowRuntime2.default.property('measurements', _flowRuntime2.default.ref(Measurements)), _flowRuntime2.default.property('measured_at', _flowRuntime2.default.number())), true), _flowRuntime2.default.property('assessments', _flowRuntime2.default.array(_flowRuntime2.default.object(_flowRuntime2.default.property('measurement', _flowRuntime2.default.ref(MeasurementAttribute)), _flowRuntime2.default.property('rating', _flowRuntime2.default.number()), _flowRuntime2.default.property('note', _flowRuntime2.default.union(_flowRuntime2.default.string(), _flowRuntime2.default.void())))), true), _flowRuntime2.default.property('updated_by', _flowRuntime2.default.string()), _flowRuntime2.default.property('updated_at', _flowRuntime2.default.number()))), _flowRuntime2.default.property('meta', DefaultMeta)));
const Events$BITryOn$Removed = exports.Events$BITryOn$Removed = _flowRuntime2.default.type('Events$BITryOn$Removed', _flowRuntime2.default.object(_flowRuntime2.default.property('id', _flowRuntime2.default.number()), _flowRuntime2.default.property('type', _flowRuntime2.default.string('BI_TRYON:REMOVED')), _flowRuntime2.default.property('payload', _flowRuntime2.default.object(_flowRuntime2.default.property('id_array', _flowRuntime2.default.array(_flowRuntime2.default.string())), _flowRuntime2.default.property('removed_by', _flowRuntime2.default.string()))), _flowRuntime2.default.property('meta', DefaultMeta)));

@@ -6,2 +6,13 @@ # Change Log

<a name="1.29.0"></a>
# [1.29.0](https://github.com/bodidatainc/bodidata/compare/v1.28.0...v1.29.0) (2018-03-21)
### Features
* optimistic UI after updates ([1fbe3dc](https://github.com/bodidatainc/bodidata/commit/1fbe3dc))
<a name="1.27.0"></a>

@@ -8,0 +19,0 @@ # [1.27.0](https://github.com/bodidatainc/bodidata/compare/v1.26.0...v1.27.0) (2018-03-01)

@@ -14,5 +14,5 @@ 'use strict';

const MeasurementAttribute = exports.MeasurementAttribute = _flowRuntime2.default.type('MeasurementAttribute', _flowRuntime2.default.union(_flowRuntime2.default.string('weight'), _flowRuntime2.default.string('height'), _flowRuntime2.default.string('inseam'), _flowRuntime2.default.string('seat_circumference'), _flowRuntime2.default.string('bust_chest_circumference'), _flowRuntime2.default.string('pant_waist_circumference'), _flowRuntime2.default.string('waist_circumference')));
const MeasurementAttribute = exports.MeasurementAttribute = _flowRuntime2.default.type('MeasurementAttribute', _flowRuntime2.default.union(_flowRuntime2.default.string('across_back_shoulder'), _flowRuntime2.default.string('arm_length'), _flowRuntime2.default.string('bicep_circumference'), _flowRuntime2.default.string('bust_chest_circumference'), _flowRuntime2.default.string('bust_chest_elevation'), _flowRuntime2.default.string('calf_circumference'), _flowRuntime2.default.string('center_back_length'), _flowRuntime2.default.string('coat_length'), _flowRuntime2.default.string('height'), _flowRuntime2.default.string('high_hip_circumference'), _flowRuntime2.default.string('high_hip_elevation'), _flowRuntime2.default.string('inseam'), _flowRuntime2.default.string('knee_elevation'), _flowRuntime2.default.string('low_hip_circumference'), _flowRuntime2.default.string('low_hip_elevation'), _flowRuntime2.default.string('lower_torso_length'), _flowRuntime2.default.string('nape_of_neck_elevation'), _flowRuntime2.default.string('neck_circumference'), _flowRuntime2.default.string('pant_waist_circumference'), _flowRuntime2.default.string('seat_circumference'), _flowRuntime2.default.string('seat_elevation'), _flowRuntime2.default.string('shirt_length'), _flowRuntime2.default.string('shoulder_elevation'), _flowRuntime2.default.string('skirt_length'), _flowRuntime2.default.string('sleeve_length'), _flowRuntime2.default.string('thigh_circumference'), _flowRuntime2.default.string('torso_length'), _flowRuntime2.default.string('waist_circumference'), _flowRuntime2.default.string('waist_elevation'), _flowRuntime2.default.string('weight')));
const NumericMeasurement = _flowRuntime2.default.type('NumericMeasurement', _flowRuntime2.default.object(_flowRuntime2.default.property('weight', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('height', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('inseam', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('seat_circumference', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('bust_chest_circumference', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('pant_waist_circumference', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('waist_circumference', _flowRuntime2.default.number(), true)));
const NumericMeasurement = _flowRuntime2.default.type('NumericMeasurement', _flowRuntime2.default.object(_flowRuntime2.default.property('across_back_shoulder', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('arm_length', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('bicep_circumference', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('bust_chest_circumference', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('bust_chest_elevation', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('calf_circumference', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('center_back_length', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('coat_length', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('height', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('high_hip_circumference', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('high_hip_elevation', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('inseam', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('knee_elevation', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('low_hip_circumference', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('low_hip_elevation', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('lower_torso_length', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('nape_of_neck_elevation', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('neck_circumference', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('pant_waist_circumference', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('seat_circumference', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('seat_elevation', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('shirt_length', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('shoulder_elevation', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('skirt_length', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('sleeve_length', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('thigh_circumference', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('torso_length', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('waist_circumference', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('waist_elevation', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('weight', _flowRuntime2.default.number(), true)));

@@ -19,0 +19,0 @@ const FemaleBodyPart = _flowRuntime2.default.type('FemaleBodyPart', _flowRuntime2.default.union(_flowRuntime2.default.string('flipbook_shoulders'), _flowRuntime2.default.string('flipbook_chest'), _flowRuntime2.default.string('flipbook_waist'), _flowRuntime2.default.string('flipbook_hips')));

{
"name": "@bodidata/events",
"version": "1.27.0",
"version": "1.29.0",
"description": "strongly typed events dictionary",

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

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