@shushed/helpers 0.0.186 → 0.0.187

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1113,7 +1113,6 @@ declare const schema$m: {
1113
1113
  };
1114
1114
  readonly port_of_origin: {
1115
1115
  readonly type: "string";
1116
- readonly pattern: "^[A-Z]+$";
1117
1116
  };
1118
1117
  readonly supplier_id: {
1119
1118
  readonly type: "string";
@@ -2686,7 +2685,6 @@ declare const schema$f: {
2686
2685
  };
2687
2686
  readonly port_of_origin: {
2688
2687
  readonly type: "string";
2689
- readonly pattern: "^[A-Z]+$";
2690
2688
  };
2691
2689
  readonly supplier_id: {
2692
2690
  readonly type: "string";
package/dist/index.js CHANGED
@@ -105885,7 +105885,7 @@ var schema11 = { "$schema": "http://json-schema.org/draft-07/schema#", "title":
105885
105885
  var product_draft_default = schema11;
105886
105886
 
105887
105887
  // dist-dereferenced/product.ts
105888
- var schema12 = { "$schema": "http://json-schema.org/draft-07/schema#", "title": "Product", "additionalProperties": false, "type": "object", "properties": { "product_id": { "type": "string" }, "slug": { "type": ["string"] }, "style_slug": { "type": ["string"] }, "style_id": { "type": ["string"] }, "colour_id": { "type": "string" }, "style_name": { "type": "string" }, "product_name": { "type": "string" }, "display_name": { "type": ["string", "null"] }, "buffer_quantity": { "type": "integer", "minimum": 0 }, "display_type": { "type": "string", "enum": ["Out-of-stock", "Permanently-unavailable"] }, "available_to_sell_from": { "type": ["string", "null"], "format": "date" }, "online_from": { "type": ["string", "null"], "format": "date-time" }, "online_to": { "type": ["string", "null"], "format": "date-time" }, "first_online_at": { "type": ["string", "null"], "format": "date-time" }, "last_online_at": { "type": ["string", "null"], "format": "date-time" }, "first_purchased_at": { "type": "string", "format": "date-time" }, "first_markdown_at": { "type": ["string", "null"], "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "last_modified_at": { "type": "string", "format": "date-time" }, "colour_family_name": { "type": "string" }, "colour_code": { "type": "string" }, "colour_name": { "type": "string" }, "display_tags": { "type": "array", "items": { "type": "string" } }, "sizerange_code": { "type": "string" }, "sizerange_name": { "type": "string" }, "variants": { "type": "array", "items": { "type": "object", "properties": { "code": { "type": "string" }, "name": { "type": ["string"] } }, "required": ["code", "name"] } }, "images": { "type": "array", "items": { "type": "object", "properties": { "type": { "type": "string", "enum": ["Campaign", "Ecom", "Flatlay", "UGC", "AI"] }, "url": { "type": "string", "format": "uri" } }, "required": ["type", "url"] } }, "vat_rate_uk": { "type": ["number", "null"], "minimum": 0 }, "supply_chain": { "type": "object", "properties": { "hs_code": { "type": ["string", "null"] }, "commodity_code_ref": { "type": "string" }, "country_of_origin": { "$schema": "http://json-schema.org/draft-07/schema#", "title": "Country", "type": "string", "enum": ["AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BQ", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "CV", "KH", "CM", "CA", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CD", "CG", "CK", "CR", "CI", "HR", "CU", "CW", "CY", "CZ", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "SZ", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KP", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MK", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "GS", "SS", "ES", "LK", "SD", "SR", "SJ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "UM", "US", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW"] }, "port_of_origin": { "type": "string", "pattern": "^[A-Z]+$" }, "supplier_id": { "type": "string", "pattern": "^SUP\\d{5}$" }, "supplier_name": { "type": "string" }, "factory_id": { "type": "string", "pattern": "^FAC\\d{5}$" }, "packing_method": { "type": ["string", "null"], "enum": ["Standard", "Hanging"] }, "is_bought_in_product": { "type": "boolean" } }, "required": [] }, "merch": { "type": "object", "properties": { "strategy_type": { "type": "string" }, "product_type": { "type": "string" }, "stock_type": { "type": "string" }, "category": { "type": "string" }, "subcategory": { "type": "string" }, "range": { "type": ["string", "null"], "enum": ["Main Collection", "Seasonal"] }, "channels_availability": { "type": ["array"], "items": { "type": "string", "enum": ["DIRECT-UK", "DIRECT-INT", "DIRECT-US", "JL-STORES", "JL-WEB", "NEXT", "MS", "FENWICK", "MORLEYS"] } }, "collections": { "type": ["string"] }, "seasons": { "type": ["array"], "items": { "type": "string" } }, "drops": { "type": ["array"], "items": { "type": "string" } }, "fashionability": { "type": ["string", "null"] } }, "required": [] }, "attributes": { "type": "object", "properties": { "seo_url_name": { "type": "string", "pattern": "^[a-z-]+$" }, "embellishment": { "type": ["string", "null"] }, "seo_title": { "type": ["string", "null"] }, "seo_description": { "type": ["string", "null"] }, "fit_description": { "type": ["string", "null"] }, "fabric_care": { "type": ["string", "null"] }, "delivery_returns": { "type": ["string", "null"] }, "weight": { "type": ["number", "null"] }, "weight_statement": { "type": ["string", "null"] }, "main_fibre": { "type": ["string", "null"] }, "main_metal": { "type": ["string", "null"] }, "extra_selling_points": { "type": "array", "items": { "type": "string" } }, "length_measurement": { "type": ["string", "null"] }, "measurement_table_code": { "type": ["string"] }, "fit": { "type": ["string", "null"] }, "pockets": { "type": ["string", "null"] }, "pleats_gathers": { "type": ["string", "null"] }, "lining": { "type": ["string", "null"] }, "bias_cut": { "type": ["string", "null"] }, "designer": { "type": ["string", "null"] }, "fabric": { "type": ["string", "null"] }, "fabric_composition": { "type": "array", "items": { "type": "string" } }, "certificate_code": { "type": ["string", "null"] }, "shape": { "type": ["string", "null"] }, "development_type": { "type": "string" }, "occasion": { "type": ["string", "null"] }, "design": { "type": ["string", "null"] }, "block": { "type": ["string", "null"] }, "pattern_name": { "type": ["string", "null"] }, "fit_type": { "type": ["string", "null"] }, "neckline": { "type": ["string", "null"] }, "sleeve_length": { "type": ["string", "null"], "nullable": true }, "sleeve_type": { "type": ["string", "null"], "nullable": true }, "heel_height": { "type": ["string", "null"] }, "heel_shape": { "type": ["string", "null"] }, "toe_shape": { "type": ["string", "null"] }, "trouser_fit": { "type": ["string", "null"], "nullable": true }, "leg_length": { "type": ["string", "null"] }, "handle_straps": { "type": ["string", "null"] }, "straps_features": { "type": ["string", "null"] }, "fastening": { "anyOf": [{ "type": ["array", "null"], "items": { "type": "string" } }, { "type": "null" }] }, "sole_material": { "type": ["string", "null"] }, "care_instructions": { "type": "array", "items": { "type": "string" } } }, "required": [] }, "presentations": { "type": "object", "additionalProperties": false, "patternProperties": { ".*": { "type": "object", "additionalProperties": false, "properties": { "locale": { "type": "string", "pattern": "^[a-z]{2}-[A-Z]{2}$" }, "presentation_type": { "type": "string" }, "slug": { "type": ["string"] }, "style_slug": { "type": ["string"] }, "style_name": { "type": "string" }, "display_name": { "type": ["string", "null"] }, "display_type": { "type": "string", "enum": ["Out-of-stock", "Permanently-unavailable"] }, "available_to_sell_from": { "type": ["string", "null"], "format": "date" }, "online_from": { "type": ["string", "null"], "format": "date-time" }, "online_to": { "type": ["string", "null"], "format": "date-time" }, "last_online_at": { "type": ["string", "null"], "format": "date-time" }, "first_purchased_at": { "type": "string", "format": "date-time" }, "first_markdown_at": { "type": ["string", "null"], "format": "date-time" }, "colour_family_name": { "type": "string" }, "colour_name": { "type": "string" }, "display_tags": { "type": "array", "items": { "type": "string" } }, "sizerange_name": { "type": "string" }, "variants": { "type": "array", "items": { "type": "object", "properties": { "code": { "type": "string" }, "name": { "type": ["string"] } }, "required": ["code", "name"] } }, "attributes": { "type": "object", "properties": { "seo_url_name": { "type": "string", "pattern": "^[a-z-]+$" }, "embellishment": { "type": ["string", "null"] }, "seo_title": { "type": ["string", "null"] }, "seo_description": { "type": ["string", "null"] }, "fit_description": { "type": ["string", "null"] }, "fabric_care": { "type": ["string", "null"] }, "delivery_returns": { "type": ["string", "null"] }, "weight": { "type": ["number", "null"] }, "weight_statement": { "type": ["string", "null"] }, "main_fibre": { "type": ["string", "null"] }, "main_metal": { "type": ["string", "null"] }, "extra_selling_points": { "type": "array", "items": { "type": "string" } }, "length_measurement": { "type": ["string", "null"] }, "measurement_table_code": { "type": ["string"] }, "fit": { "type": ["string", "null"] }, "pockets": { "type": ["string", "null"] }, "pleats_gathers": { "type": ["string", "null"] }, "lining": { "type": ["string", "null"] }, "bias_cut": { "type": ["string", "null"] }, "designer": { "type": ["string", "null"] }, "fabric": { "type": ["string", "null"] }, "fabric_composition": { "type": "array", "items": { "type": "string" } }, "certificate_code": { "type": ["string", "null"] }, "shape": { "type": ["string", "null"] }, "development_type": { "type": "string" }, "occasion": { "type": ["string", "null"] }, "design": { "type": ["string", "null"] }, "block": { "type": ["string", "null"] }, "pattern_name": { "type": ["string", "null"] }, "fit_type": { "type": ["string", "null"] }, "neckline": { "type": ["string", "null"] }, "sleeve_length": { "type": ["string", "null"], "nullable": true }, "sleeve_type": { "type": ["string", "null"], "nullable": true }, "heel_height": { "type": ["string", "null"] }, "heel_shape": { "type": ["string", "null"] }, "toe_shape": { "type": ["string", "null"] }, "trouser_fit": { "type": ["string", "null"], "nullable": true }, "leg_length": { "type": ["string", "null"] }, "handle_straps": { "type": ["string", "null"] }, "straps_features": { "type": ["string", "null"] }, "fastening": { "anyOf": [{ "type": ["array", "null"], "items": { "type": "string" } }, { "type": "null" }] }, "sole_material": { "type": ["string", "null"] }, "care_instructions": { "type": "array", "items": { "type": "string" } } }, "required": [] } }, "required": ["locale", "presentation_type"] } } } }, "required": ["product_id", "style_id", "product_name", "online_from"], "$id": "https://shushed.example.com/product.schema.json" };
105888
+ var schema12 = { "$schema": "http://json-schema.org/draft-07/schema#", "title": "Product", "additionalProperties": false, "type": "object", "properties": { "product_id": { "type": "string" }, "slug": { "type": ["string"] }, "style_slug": { "type": ["string"] }, "style_id": { "type": ["string"] }, "colour_id": { "type": "string" }, "style_name": { "type": "string" }, "product_name": { "type": "string" }, "display_name": { "type": ["string", "null"] }, "buffer_quantity": { "type": "integer", "minimum": 0 }, "display_type": { "type": "string", "enum": ["Out-of-stock", "Permanently-unavailable"] }, "available_to_sell_from": { "type": ["string", "null"], "format": "date" }, "online_from": { "type": ["string", "null"], "format": "date-time" }, "online_to": { "type": ["string", "null"], "format": "date-time" }, "first_online_at": { "type": ["string", "null"], "format": "date-time" }, "last_online_at": { "type": ["string", "null"], "format": "date-time" }, "first_purchased_at": { "type": "string", "format": "date-time" }, "first_markdown_at": { "type": ["string", "null"], "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "last_modified_at": { "type": "string", "format": "date-time" }, "colour_family_name": { "type": "string" }, "colour_code": { "type": "string" }, "colour_name": { "type": "string" }, "display_tags": { "type": "array", "items": { "type": "string" } }, "sizerange_code": { "type": "string" }, "sizerange_name": { "type": "string" }, "variants": { "type": "array", "items": { "type": "object", "properties": { "code": { "type": "string" }, "name": { "type": ["string"] } }, "required": ["code", "name"] } }, "images": { "type": "array", "items": { "type": "object", "properties": { "type": { "type": "string", "enum": ["Campaign", "Ecom", "Flatlay", "UGC", "AI"] }, "url": { "type": "string", "format": "uri" } }, "required": ["type", "url"] } }, "vat_rate_uk": { "type": ["number", "null"], "minimum": 0 }, "supply_chain": { "type": "object", "properties": { "hs_code": { "type": ["string", "null"] }, "commodity_code_ref": { "type": "string" }, "country_of_origin": { "$schema": "http://json-schema.org/draft-07/schema#", "title": "Country", "type": "string", "enum": ["AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BQ", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "CV", "KH", "CM", "CA", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CD", "CG", "CK", "CR", "CI", "HR", "CU", "CW", "CY", "CZ", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "SZ", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KP", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MK", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "GS", "SS", "ES", "LK", "SD", "SR", "SJ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "UM", "US", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW"] }, "port_of_origin": { "type": "string" }, "supplier_id": { "type": "string", "pattern": "^SUP\\d{5}$" }, "supplier_name": { "type": "string" }, "factory_id": { "type": "string", "pattern": "^FAC\\d{5}$" }, "packing_method": { "type": ["string", "null"], "enum": ["Standard", "Hanging"] }, "is_bought_in_product": { "type": "boolean" } }, "required": [] }, "merch": { "type": "object", "properties": { "strategy_type": { "type": "string" }, "product_type": { "type": "string" }, "stock_type": { "type": "string" }, "category": { "type": "string" }, "subcategory": { "type": "string" }, "range": { "type": ["string", "null"], "enum": ["Main Collection", "Seasonal"] }, "channels_availability": { "type": ["array"], "items": { "type": "string", "enum": ["DIRECT-UK", "DIRECT-INT", "DIRECT-US", "JL-STORES", "JL-WEB", "NEXT", "MS", "FENWICK", "MORLEYS"] } }, "collections": { "type": ["string"] }, "seasons": { "type": ["array"], "items": { "type": "string" } }, "drops": { "type": ["array"], "items": { "type": "string" } }, "fashionability": { "type": ["string", "null"] } }, "required": [] }, "attributes": { "type": "object", "properties": { "seo_url_name": { "type": "string", "pattern": "^[a-z-]+$" }, "embellishment": { "type": ["string", "null"] }, "seo_title": { "type": ["string", "null"] }, "seo_description": { "type": ["string", "null"] }, "fit_description": { "type": ["string", "null"] }, "fabric_care": { "type": ["string", "null"] }, "delivery_returns": { "type": ["string", "null"] }, "weight": { "type": ["number", "null"] }, "weight_statement": { "type": ["string", "null"] }, "main_fibre": { "type": ["string", "null"] }, "main_metal": { "type": ["string", "null"] }, "extra_selling_points": { "type": "array", "items": { "type": "string" } }, "length_measurement": { "type": ["string", "null"] }, "measurement_table_code": { "type": ["string"] }, "fit": { "type": ["string", "null"] }, "pockets": { "type": ["string", "null"] }, "pleats_gathers": { "type": ["string", "null"] }, "lining": { "type": ["string", "null"] }, "bias_cut": { "type": ["string", "null"] }, "designer": { "type": ["string", "null"] }, "fabric": { "type": ["string", "null"] }, "fabric_composition": { "type": "array", "items": { "type": "string" } }, "certificate_code": { "type": ["string", "null"] }, "shape": { "type": ["string", "null"] }, "development_type": { "type": "string" }, "occasion": { "type": ["string", "null"] }, "design": { "type": ["string", "null"] }, "block": { "type": ["string", "null"] }, "pattern_name": { "type": ["string", "null"] }, "fit_type": { "type": ["string", "null"] }, "neckline": { "type": ["string", "null"] }, "sleeve_length": { "type": ["string", "null"], "nullable": true }, "sleeve_type": { "type": ["string", "null"], "nullable": true }, "heel_height": { "type": ["string", "null"] }, "heel_shape": { "type": ["string", "null"] }, "toe_shape": { "type": ["string", "null"] }, "trouser_fit": { "type": ["string", "null"], "nullable": true }, "leg_length": { "type": ["string", "null"] }, "handle_straps": { "type": ["string", "null"] }, "straps_features": { "type": ["string", "null"] }, "fastening": { "anyOf": [{ "type": ["array", "null"], "items": { "type": "string" } }, { "type": "null" }] }, "sole_material": { "type": ["string", "null"] }, "care_instructions": { "type": "array", "items": { "type": "string" } } }, "required": [] }, "presentations": { "type": "object", "additionalProperties": false, "patternProperties": { ".*": { "type": "object", "additionalProperties": false, "properties": { "locale": { "type": "string", "pattern": "^[a-z]{2}-[A-Z]{2}$" }, "presentation_type": { "type": "string" }, "slug": { "type": ["string"] }, "style_slug": { "type": ["string"] }, "style_name": { "type": "string" }, "display_name": { "type": ["string", "null"] }, "display_type": { "type": "string", "enum": ["Out-of-stock", "Permanently-unavailable"] }, "available_to_sell_from": { "type": ["string", "null"], "format": "date" }, "online_from": { "type": ["string", "null"], "format": "date-time" }, "online_to": { "type": ["string", "null"], "format": "date-time" }, "last_online_at": { "type": ["string", "null"], "format": "date-time" }, "first_purchased_at": { "type": "string", "format": "date-time" }, "first_markdown_at": { "type": ["string", "null"], "format": "date-time" }, "colour_family_name": { "type": "string" }, "colour_name": { "type": "string" }, "display_tags": { "type": "array", "items": { "type": "string" } }, "sizerange_name": { "type": "string" }, "variants": { "type": "array", "items": { "type": "object", "properties": { "code": { "type": "string" }, "name": { "type": ["string"] } }, "required": ["code", "name"] } }, "attributes": { "type": "object", "properties": { "seo_url_name": { "type": "string", "pattern": "^[a-z-]+$" }, "embellishment": { "type": ["string", "null"] }, "seo_title": { "type": ["string", "null"] }, "seo_description": { "type": ["string", "null"] }, "fit_description": { "type": ["string", "null"] }, "fabric_care": { "type": ["string", "null"] }, "delivery_returns": { "type": ["string", "null"] }, "weight": { "type": ["number", "null"] }, "weight_statement": { "type": ["string", "null"] }, "main_fibre": { "type": ["string", "null"] }, "main_metal": { "type": ["string", "null"] }, "extra_selling_points": { "type": "array", "items": { "type": "string" } }, "length_measurement": { "type": ["string", "null"] }, "measurement_table_code": { "type": ["string"] }, "fit": { "type": ["string", "null"] }, "pockets": { "type": ["string", "null"] }, "pleats_gathers": { "type": ["string", "null"] }, "lining": { "type": ["string", "null"] }, "bias_cut": { "type": ["string", "null"] }, "designer": { "type": ["string", "null"] }, "fabric": { "type": ["string", "null"] }, "fabric_composition": { "type": "array", "items": { "type": "string" } }, "certificate_code": { "type": ["string", "null"] }, "shape": { "type": ["string", "null"] }, "development_type": { "type": "string" }, "occasion": { "type": ["string", "null"] }, "design": { "type": ["string", "null"] }, "block": { "type": ["string", "null"] }, "pattern_name": { "type": ["string", "null"] }, "fit_type": { "type": ["string", "null"] }, "neckline": { "type": ["string", "null"] }, "sleeve_length": { "type": ["string", "null"], "nullable": true }, "sleeve_type": { "type": ["string", "null"], "nullable": true }, "heel_height": { "type": ["string", "null"] }, "heel_shape": { "type": ["string", "null"] }, "toe_shape": { "type": ["string", "null"] }, "trouser_fit": { "type": ["string", "null"], "nullable": true }, "leg_length": { "type": ["string", "null"] }, "handle_straps": { "type": ["string", "null"] }, "straps_features": { "type": ["string", "null"] }, "fastening": { "anyOf": [{ "type": ["array", "null"], "items": { "type": "string" } }, { "type": "null" }] }, "sole_material": { "type": ["string", "null"] }, "care_instructions": { "type": "array", "items": { "type": "string" } } }, "required": [] } }, "required": ["locale", "presentation_type"] } } } }, "required": ["product_id", "style_id", "product_name", "online_from"], "$id": "https://shushed.example.com/product.schema.json" };
105889
105889
  var product_default = schema12;
105890
105890
 
105891
105891
  // dist-dereferenced/stock.ts
@@ -105924,7 +105924,7 @@ var schema18 = { "$schema": "http://json-schema.org/draft-07/schema#", "title":
105924
105924
  var product_draft_default2 = schema18;
105925
105925
 
105926
105926
  // dist-dereferenced/messages/product.ts
105927
- var schema19 = { "$schema": "http://json-schema.org/draft-07/schema#", "title": "ProductChange", "additionalProperties": false, "allOf": [{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Product", "additionalProperties": false, "type": "object", "properties": { "product_id": { "type": "string" }, "slug": { "type": ["string"] }, "style_slug": { "type": ["string"] }, "style_id": { "type": ["string"] }, "colour_id": { "type": "string" }, "style_name": { "type": "string" }, "product_name": { "type": "string" }, "display_name": { "type": ["string", "null"] }, "buffer_quantity": { "type": "integer", "minimum": 0 }, "display_type": { "type": "string", "enum": ["Out-of-stock", "Permanently-unavailable"] }, "available_to_sell_from": { "type": ["string", "null"], "format": "date" }, "online_from": { "type": ["string", "null"], "format": "date-time" }, "online_to": { "type": ["string", "null"], "format": "date-time" }, "first_online_at": { "type": ["string", "null"], "format": "date-time" }, "last_online_at": { "type": ["string", "null"], "format": "date-time" }, "first_purchased_at": { "type": "string", "format": "date-time" }, "first_markdown_at": { "type": ["string", "null"], "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "last_modified_at": { "type": "string", "format": "date-time" }, "colour_family_name": { "type": "string" }, "colour_code": { "type": "string" }, "colour_name": { "type": "string" }, "display_tags": { "type": "array", "items": { "type": "string" } }, "sizerange_code": { "type": "string" }, "sizerange_name": { "type": "string" }, "variants": { "type": "array", "items": { "type": "object", "properties": { "code": { "type": "string" }, "name": { "type": ["string"] } }, "required": ["code", "name"] } }, "images": { "type": "array", "items": { "type": "object", "properties": { "type": { "type": "string", "enum": ["Campaign", "Ecom", "Flatlay", "UGC", "AI"] }, "url": { "type": "string", "format": "uri" } }, "required": ["type", "url"] } }, "vat_rate_uk": { "type": ["number", "null"], "minimum": 0 }, "supply_chain": { "type": "object", "properties": { "hs_code": { "type": ["string", "null"] }, "commodity_code_ref": { "type": "string" }, "country_of_origin": { "$schema": "http://json-schema.org/draft-07/schema#", "title": "Country", "type": "string", "enum": ["AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BQ", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "CV", "KH", "CM", "CA", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CD", "CG", "CK", "CR", "CI", "HR", "CU", "CW", "CY", "CZ", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "SZ", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KP", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MK", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "GS", "SS", "ES", "LK", "SD", "SR", "SJ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "UM", "US", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW"] }, "port_of_origin": { "type": "string", "pattern": "^[A-Z]+$" }, "supplier_id": { "type": "string", "pattern": "^SUP\\d{5}$" }, "supplier_name": { "type": "string" }, "factory_id": { "type": "string", "pattern": "^FAC\\d{5}$" }, "packing_method": { "type": ["string", "null"], "enum": ["Standard", "Hanging"] }, "is_bought_in_product": { "type": "boolean" } }, "required": [] }, "merch": { "type": "object", "properties": { "strategy_type": { "type": "string" }, "product_type": { "type": "string" }, "stock_type": { "type": "string" }, "category": { "type": "string" }, "subcategory": { "type": "string" }, "range": { "type": ["string", "null"], "enum": ["Main Collection", "Seasonal"] }, "channels_availability": { "type": ["array"], "items": { "type": "string", "enum": ["DIRECT-UK", "DIRECT-INT", "DIRECT-US", "JL-STORES", "JL-WEB", "NEXT", "MS", "FENWICK", "MORLEYS"] } }, "collections": { "type": ["string"] }, "seasons": { "type": ["array"], "items": { "type": "string" } }, "drops": { "type": ["array"], "items": { "type": "string" } }, "fashionability": { "type": ["string", "null"] } }, "required": [] }, "attributes": { "type": "object", "properties": { "seo_url_name": { "type": "string", "pattern": "^[a-z-]+$" }, "embellishment": { "type": ["string", "null"] }, "seo_title": { "type": ["string", "null"] }, "seo_description": { "type": ["string", "null"] }, "fit_description": { "type": ["string", "null"] }, "fabric_care": { "type": ["string", "null"] }, "delivery_returns": { "type": ["string", "null"] }, "weight": { "type": ["number", "null"] }, "weight_statement": { "type": ["string", "null"] }, "main_fibre": { "type": ["string", "null"] }, "main_metal": { "type": ["string", "null"] }, "extra_selling_points": { "type": "array", "items": { "type": "string" } }, "length_measurement": { "type": ["string", "null"] }, "measurement_table_code": { "type": ["string"] }, "fit": { "type": ["string", "null"] }, "pockets": { "type": ["string", "null"] }, "pleats_gathers": { "type": ["string", "null"] }, "lining": { "type": ["string", "null"] }, "bias_cut": { "type": ["string", "null"] }, "designer": { "type": ["string", "null"] }, "fabric": { "type": ["string", "null"] }, "fabric_composition": { "type": "array", "items": { "type": "string" } }, "certificate_code": { "type": ["string", "null"] }, "shape": { "type": ["string", "null"] }, "development_type": { "type": "string" }, "occasion": { "type": ["string", "null"] }, "design": { "type": ["string", "null"] }, "block": { "type": ["string", "null"] }, "pattern_name": { "type": ["string", "null"] }, "fit_type": { "type": ["string", "null"] }, "neckline": { "type": ["string", "null"] }, "sleeve_length": { "type": ["string", "null"], "nullable": true }, "sleeve_type": { "type": ["string", "null"], "nullable": true }, "heel_height": { "type": ["string", "null"] }, "heel_shape": { "type": ["string", "null"] }, "toe_shape": { "type": ["string", "null"] }, "trouser_fit": { "type": ["string", "null"], "nullable": true }, "leg_length": { "type": ["string", "null"] }, "handle_straps": { "type": ["string", "null"] }, "straps_features": { "type": ["string", "null"] }, "fastening": { "anyOf": [{ "type": ["array", "null"], "items": { "type": "string" } }, { "type": "null" }] }, "sole_material": { "type": ["string", "null"] }, "care_instructions": { "type": "array", "items": { "type": "string" } } }, "required": [] }, "presentations": { "type": "object", "additionalProperties": false, "patternProperties": { ".*": { "type": "object", "additionalProperties": false, "properties": { "locale": { "type": "string", "pattern": "^[a-z]{2}-[A-Z]{2}$" }, "presentation_type": { "type": "string" }, "slug": { "type": ["string"] }, "style_slug": { "type": ["string"] }, "style_name": { "type": "string" }, "display_name": { "type": ["string", "null"] }, "display_type": { "type": "string", "enum": ["Out-of-stock", "Permanently-unavailable"] }, "available_to_sell_from": { "type": ["string", "null"], "format": "date" }, "online_from": { "type": ["string", "null"], "format": "date-time" }, "online_to": { "type": ["string", "null"], "format": "date-time" }, "last_online_at": { "type": ["string", "null"], "format": "date-time" }, "first_purchased_at": { "type": "string", "format": "date-time" }, "first_markdown_at": { "type": ["string", "null"], "format": "date-time" }, "colour_family_name": { "type": "string" }, "colour_name": { "type": "string" }, "display_tags": { "type": "array", "items": { "type": "string" } }, "sizerange_name": { "type": "string" }, "variants": { "type": "array", "items": { "type": "object", "properties": { "code": { "type": "string" }, "name": { "type": ["string"] } }, "required": ["code", "name"] } }, "attributes": { "type": "object", "properties": { "seo_url_name": { "type": "string", "pattern": "^[a-z-]+$" }, "embellishment": { "type": ["string", "null"] }, "seo_title": { "type": ["string", "null"] }, "seo_description": { "type": ["string", "null"] }, "fit_description": { "type": ["string", "null"] }, "fabric_care": { "type": ["string", "null"] }, "delivery_returns": { "type": ["string", "null"] }, "weight": { "type": ["number", "null"] }, "weight_statement": { "type": ["string", "null"] }, "main_fibre": { "type": ["string", "null"] }, "main_metal": { "type": ["string", "null"] }, "extra_selling_points": { "type": "array", "items": { "type": "string" } }, "length_measurement": { "type": ["string", "null"] }, "measurement_table_code": { "type": ["string"] }, "fit": { "type": ["string", "null"] }, "pockets": { "type": ["string", "null"] }, "pleats_gathers": { "type": ["string", "null"] }, "lining": { "type": ["string", "null"] }, "bias_cut": { "type": ["string", "null"] }, "designer": { "type": ["string", "null"] }, "fabric": { "type": ["string", "null"] }, "fabric_composition": { "type": "array", "items": { "type": "string" } }, "certificate_code": { "type": ["string", "null"] }, "shape": { "type": ["string", "null"] }, "development_type": { "type": "string" }, "occasion": { "type": ["string", "null"] }, "design": { "type": ["string", "null"] }, "block": { "type": ["string", "null"] }, "pattern_name": { "type": ["string", "null"] }, "fit_type": { "type": ["string", "null"] }, "neckline": { "type": ["string", "null"] }, "sleeve_length": { "type": ["string", "null"], "nullable": true }, "sleeve_type": { "type": ["string", "null"], "nullable": true }, "heel_height": { "type": ["string", "null"] }, "heel_shape": { "type": ["string", "null"] }, "toe_shape": { "type": ["string", "null"] }, "trouser_fit": { "type": ["string", "null"], "nullable": true }, "leg_length": { "type": ["string", "null"] }, "handle_straps": { "type": ["string", "null"] }, "straps_features": { "type": ["string", "null"] }, "fastening": { "anyOf": [{ "type": ["array", "null"], "items": { "type": "string" } }, { "type": "null" }] }, "sole_material": { "type": ["string", "null"] }, "care_instructions": { "type": "array", "items": { "type": "string" } } }, "required": [] } }, "required": ["locale", "presentation_type"] } } } }, "required": ["product_id", "style_id", "product_name", "online_from"] }, { "type": "object", "additionalProperties": false, "required": ["product_id", "style_id", "product_name", "variants", "images", "attributes", "is_available_to_order", "created_at", "last_modified_at", "colour_family_name", "colour_label", "vat_amount"] }], "$id": "https://shushed.example.com/messages/product-change.schema.json" };
105927
+ var schema19 = { "$schema": "http://json-schema.org/draft-07/schema#", "title": "ProductChange", "additionalProperties": false, "allOf": [{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Product", "additionalProperties": false, "type": "object", "properties": { "product_id": { "type": "string" }, "slug": { "type": ["string"] }, "style_slug": { "type": ["string"] }, "style_id": { "type": ["string"] }, "colour_id": { "type": "string" }, "style_name": { "type": "string" }, "product_name": { "type": "string" }, "display_name": { "type": ["string", "null"] }, "buffer_quantity": { "type": "integer", "minimum": 0 }, "display_type": { "type": "string", "enum": ["Out-of-stock", "Permanently-unavailable"] }, "available_to_sell_from": { "type": ["string", "null"], "format": "date" }, "online_from": { "type": ["string", "null"], "format": "date-time" }, "online_to": { "type": ["string", "null"], "format": "date-time" }, "first_online_at": { "type": ["string", "null"], "format": "date-time" }, "last_online_at": { "type": ["string", "null"], "format": "date-time" }, "first_purchased_at": { "type": "string", "format": "date-time" }, "first_markdown_at": { "type": ["string", "null"], "format": "date-time" }, "created_at": { "type": "string", "format": "date-time" }, "last_modified_at": { "type": "string", "format": "date-time" }, "colour_family_name": { "type": "string" }, "colour_code": { "type": "string" }, "colour_name": { "type": "string" }, "display_tags": { "type": "array", "items": { "type": "string" } }, "sizerange_code": { "type": "string" }, "sizerange_name": { "type": "string" }, "variants": { "type": "array", "items": { "type": "object", "properties": { "code": { "type": "string" }, "name": { "type": ["string"] } }, "required": ["code", "name"] } }, "images": { "type": "array", "items": { "type": "object", "properties": { "type": { "type": "string", "enum": ["Campaign", "Ecom", "Flatlay", "UGC", "AI"] }, "url": { "type": "string", "format": "uri" } }, "required": ["type", "url"] } }, "vat_rate_uk": { "type": ["number", "null"], "minimum": 0 }, "supply_chain": { "type": "object", "properties": { "hs_code": { "type": ["string", "null"] }, "commodity_code_ref": { "type": "string" }, "country_of_origin": { "$schema": "http://json-schema.org/draft-07/schema#", "title": "Country", "type": "string", "enum": ["AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BQ", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "CV", "KH", "CM", "CA", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CD", "CG", "CK", "CR", "CI", "HR", "CU", "CW", "CY", "CZ", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "SZ", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KP", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MK", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "GS", "SS", "ES", "LK", "SD", "SR", "SJ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "UM", "US", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW"] }, "port_of_origin": { "type": "string" }, "supplier_id": { "type": "string", "pattern": "^SUP\\d{5}$" }, "supplier_name": { "type": "string" }, "factory_id": { "type": "string", "pattern": "^FAC\\d{5}$" }, "packing_method": { "type": ["string", "null"], "enum": ["Standard", "Hanging"] }, "is_bought_in_product": { "type": "boolean" } }, "required": [] }, "merch": { "type": "object", "properties": { "strategy_type": { "type": "string" }, "product_type": { "type": "string" }, "stock_type": { "type": "string" }, "category": { "type": "string" }, "subcategory": { "type": "string" }, "range": { "type": ["string", "null"], "enum": ["Main Collection", "Seasonal"] }, "channels_availability": { "type": ["array"], "items": { "type": "string", "enum": ["DIRECT-UK", "DIRECT-INT", "DIRECT-US", "JL-STORES", "JL-WEB", "NEXT", "MS", "FENWICK", "MORLEYS"] } }, "collections": { "type": ["string"] }, "seasons": { "type": ["array"], "items": { "type": "string" } }, "drops": { "type": ["array"], "items": { "type": "string" } }, "fashionability": { "type": ["string", "null"] } }, "required": [] }, "attributes": { "type": "object", "properties": { "seo_url_name": { "type": "string", "pattern": "^[a-z-]+$" }, "embellishment": { "type": ["string", "null"] }, "seo_title": { "type": ["string", "null"] }, "seo_description": { "type": ["string", "null"] }, "fit_description": { "type": ["string", "null"] }, "fabric_care": { "type": ["string", "null"] }, "delivery_returns": { "type": ["string", "null"] }, "weight": { "type": ["number", "null"] }, "weight_statement": { "type": ["string", "null"] }, "main_fibre": { "type": ["string", "null"] }, "main_metal": { "type": ["string", "null"] }, "extra_selling_points": { "type": "array", "items": { "type": "string" } }, "length_measurement": { "type": ["string", "null"] }, "measurement_table_code": { "type": ["string"] }, "fit": { "type": ["string", "null"] }, "pockets": { "type": ["string", "null"] }, "pleats_gathers": { "type": ["string", "null"] }, "lining": { "type": ["string", "null"] }, "bias_cut": { "type": ["string", "null"] }, "designer": { "type": ["string", "null"] }, "fabric": { "type": ["string", "null"] }, "fabric_composition": { "type": "array", "items": { "type": "string" } }, "certificate_code": { "type": ["string", "null"] }, "shape": { "type": ["string", "null"] }, "development_type": { "type": "string" }, "occasion": { "type": ["string", "null"] }, "design": { "type": ["string", "null"] }, "block": { "type": ["string", "null"] }, "pattern_name": { "type": ["string", "null"] }, "fit_type": { "type": ["string", "null"] }, "neckline": { "type": ["string", "null"] }, "sleeve_length": { "type": ["string", "null"], "nullable": true }, "sleeve_type": { "type": ["string", "null"], "nullable": true }, "heel_height": { "type": ["string", "null"] }, "heel_shape": { "type": ["string", "null"] }, "toe_shape": { "type": ["string", "null"] }, "trouser_fit": { "type": ["string", "null"], "nullable": true }, "leg_length": { "type": ["string", "null"] }, "handle_straps": { "type": ["string", "null"] }, "straps_features": { "type": ["string", "null"] }, "fastening": { "anyOf": [{ "type": ["array", "null"], "items": { "type": "string" } }, { "type": "null" }] }, "sole_material": { "type": ["string", "null"] }, "care_instructions": { "type": "array", "items": { "type": "string" } } }, "required": [] }, "presentations": { "type": "object", "additionalProperties": false, "patternProperties": { ".*": { "type": "object", "additionalProperties": false, "properties": { "locale": { "type": "string", "pattern": "^[a-z]{2}-[A-Z]{2}$" }, "presentation_type": { "type": "string" }, "slug": { "type": ["string"] }, "style_slug": { "type": ["string"] }, "style_name": { "type": "string" }, "display_name": { "type": ["string", "null"] }, "display_type": { "type": "string", "enum": ["Out-of-stock", "Permanently-unavailable"] }, "available_to_sell_from": { "type": ["string", "null"], "format": "date" }, "online_from": { "type": ["string", "null"], "format": "date-time" }, "online_to": { "type": ["string", "null"], "format": "date-time" }, "last_online_at": { "type": ["string", "null"], "format": "date-time" }, "first_purchased_at": { "type": "string", "format": "date-time" }, "first_markdown_at": { "type": ["string", "null"], "format": "date-time" }, "colour_family_name": { "type": "string" }, "colour_name": { "type": "string" }, "display_tags": { "type": "array", "items": { "type": "string" } }, "sizerange_name": { "type": "string" }, "variants": { "type": "array", "items": { "type": "object", "properties": { "code": { "type": "string" }, "name": { "type": ["string"] } }, "required": ["code", "name"] } }, "attributes": { "type": "object", "properties": { "seo_url_name": { "type": "string", "pattern": "^[a-z-]+$" }, "embellishment": { "type": ["string", "null"] }, "seo_title": { "type": ["string", "null"] }, "seo_description": { "type": ["string", "null"] }, "fit_description": { "type": ["string", "null"] }, "fabric_care": { "type": ["string", "null"] }, "delivery_returns": { "type": ["string", "null"] }, "weight": { "type": ["number", "null"] }, "weight_statement": { "type": ["string", "null"] }, "main_fibre": { "type": ["string", "null"] }, "main_metal": { "type": ["string", "null"] }, "extra_selling_points": { "type": "array", "items": { "type": "string" } }, "length_measurement": { "type": ["string", "null"] }, "measurement_table_code": { "type": ["string"] }, "fit": { "type": ["string", "null"] }, "pockets": { "type": ["string", "null"] }, "pleats_gathers": { "type": ["string", "null"] }, "lining": { "type": ["string", "null"] }, "bias_cut": { "type": ["string", "null"] }, "designer": { "type": ["string", "null"] }, "fabric": { "type": ["string", "null"] }, "fabric_composition": { "type": "array", "items": { "type": "string" } }, "certificate_code": { "type": ["string", "null"] }, "shape": { "type": ["string", "null"] }, "development_type": { "type": "string" }, "occasion": { "type": ["string", "null"] }, "design": { "type": ["string", "null"] }, "block": { "type": ["string", "null"] }, "pattern_name": { "type": ["string", "null"] }, "fit_type": { "type": ["string", "null"] }, "neckline": { "type": ["string", "null"] }, "sleeve_length": { "type": ["string", "null"], "nullable": true }, "sleeve_type": { "type": ["string", "null"], "nullable": true }, "heel_height": { "type": ["string", "null"] }, "heel_shape": { "type": ["string", "null"] }, "toe_shape": { "type": ["string", "null"] }, "trouser_fit": { "type": ["string", "null"], "nullable": true }, "leg_length": { "type": ["string", "null"] }, "handle_straps": { "type": ["string", "null"] }, "straps_features": { "type": ["string", "null"] }, "fastening": { "anyOf": [{ "type": ["array", "null"], "items": { "type": "string" } }, { "type": "null" }] }, "sole_material": { "type": ["string", "null"] }, "care_instructions": { "type": "array", "items": { "type": "string" } } }, "required": [] } }, "required": ["locale", "presentation_type"] } } } }, "required": ["product_id", "style_id", "product_name", "online_from"] }, { "type": "object", "additionalProperties": false, "required": ["product_id", "style_id", "product_name", "variants", "images", "attributes", "is_available_to_order", "created_at", "last_modified_at", "colour_family_name", "colour_label", "vat_amount"] }], "$id": "https://shushed.example.com/messages/product-change.schema.json" };
105928
105928
  var product_default2 = schema19;
105929
105929
 
105930
105930
  // dist-dereferenced/messages/order/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shushed/helpers",
3
- "version": "0.0.186",
3
+ "version": "0.0.187",
4
4
  "author": "",
5
5
  "license": "UNLICENSED",
6
6
  "description": "",