1+ import $data , { $C , Guard , Container , Exception , MemberDefinition } from 'jaydata/core' ;
2+
13$data . Class . define ( "$data.Facebook.types.FbPage" , $data . Entity , null , {
24 page_id : { type : "number" , key : true , isPublic : true , searchable : true } ,
35 name : { type : "string" , isPublic : true , searchable : true } ,
@@ -10,7 +12,7 @@ $data.Class.define("$data.Facebook.types.FbPage", $data.Entity, null, {
1012 pic_square : { type : "string" , isPublic : true } ,
1113 pic : { type : "string" , isPublic : true } ,
1214 pic_large : { type : "string" , isPublic : true } ,
13- pic_cover : { type : "object" , isPublic : true } , //object The JSON object containing three fields: cover_id (the ID of the cover photo), source (the URL for the cover photo), andoffset_y (indicating percentage offset from top [0-100])
15+ pic_cover : { type : "object" , isPublic : true } , //object The JSON object containing three fields:� cover_id� (the ID of the cover photo),� source� (the URL for the cover photo), andoffset_y� (indicating percentage offset from top [0-100])
1416 unread_notif_count : { type : "number" , isPublic : false } ,
1517 new_like_count : { type : "number" , isPublic : false } ,
1618 fan_count : { type : "number" , isPublic : true } ,
@@ -25,18 +27,18 @@ $data.Class.define("$data.Facebook.types.FbPage", $data.Entity, null, {
2527 company_overview : { type : "string" , isPublic : true } ,
2628 mission : { type : "string" , isPublic : true } ,
2729 products : { type : "string" , isPublic : true } ,
28- location : { type : "object" , isPublic : true } , // array Applicable to all Places.
29- parking : { type : "object" , isPublic : true } , // array Applicable to Businesses and Places. Can be one of street, lot orvalet
30- hours : { type : "array" , isPublic : true } , // array Applicable to Businesses and Places.
30+ location : { type : "object" , isPublic : true } , // array Applicable to all� Places.
31+ parking : { type : "object" , isPublic : true } , // array Applicable to� Businesses� and� Places. Can be one of� street,� lot� orvalet
32+ hours : { type : "array" , isPublic : true } , // array Applicable to� Businesses� and� Places.
3133 pharma_safety_info : { type : "string" , isPublic : true } ,
3234 public_transit : { type : "string" , isPublic : true } ,
3335 attire : { type : "string" , isPublic : true } ,
34- payment_options : { type : "object" , isPublic : true } , //array Applicable to Restaurants or Nightlife.
36+ payment_options : { type : "object" , isPublic : true } , //array Applicable to� Restaurants�or� Nightlife.
3537 culinary_team : { type : "string" , isPublic : true } ,
3638 general_manager : { type : "string" , isPublic : true } ,
3739 price_range : { type : "string" , isPublic : true } ,
38- restaurant_services : { type : "object" , isPublic : true } , // array Applicable to Restaurants.
39- restaurant_specialties : { type : "object" , isPublic : true } , // array Applicable to Restaurants.
40+ restaurant_services : { type : "object" , isPublic : true } , // array Applicable to� Restaurants.
41+ restaurant_specialties : { type : "object" , isPublic : true } , // array Applicable to� Restaurants.
4042 phone : { type : "string" , isPublic : true } ,
4143 release_date : { type : "string" , isPublic : true } ,
4244 genre : { type : "string" , isPublic : true } ,
@@ -69,4 +71,3 @@ $data.Class.define("$data.Facebook.types.FbPage", $data.Entity, null, {
6971 features : { type : "string" , isPublic : true } ,
7072 mpg : { type : "string" , isPublic : true }
7173} , null ) ;
72-
0 commit comments