Skip to content

Commit

Permalink
feat(walletobjects): update the api
Browse files Browse the repository at this point in the history
#### walletobjects:v1

The following keys were added:
- schemas.EventTicketClass.properties.merchantLocations (Total Keys: 2)
- schemas.EventTicketObject.properties.merchantLocations (Total Keys: 2)
- schemas.FlightClass.properties.merchantLocations (Total Keys: 2)
- schemas.FlightObject.properties.merchantLocations (Total Keys: 2)
- schemas.GenericClass.properties.merchantLocations (Total Keys: 2)
- schemas.GenericObject.properties.merchantLocations (Total Keys: 2)
- schemas.GiftCardClass.properties.merchantLocations (Total Keys: 2)
- schemas.GiftCardObject.properties.merchantLocations (Total Keys: 2)
- schemas.LoyaltyClass.properties.merchantLocations (Total Keys: 2)
- schemas.LoyaltyObject.properties.merchantLocations (Total Keys: 2)
- schemas.MerchantLocation (Total Keys: 6)
- schemas.OfferClass.properties.merchantLocations (Total Keys: 2)
- schemas.OfferObject.properties.merchantLocations (Total Keys: 2)
- schemas.TransitClass.properties.merchantLocations (Total Keys: 2)
- schemas.TransitObject.properties.merchantLocations (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Nov 26, 2024
1 parent e7a05d4 commit a06dc24
Show file tree
Hide file tree
Showing 16 changed files with 1,340 additions and 1 deletion.
54 changes: 54 additions & 0 deletions docs/dyn/walletobjects_v1.eventticketclass.html
Original file line number Diff line number Diff line change
Expand Up @@ -1042,6 +1042,12 @@ <h3>Method Details</h3>
&quot;uri&quot;: &quot;A String&quot;, # The location of the image. URIs must have a scheme.
},
},
&quot;merchantLocations&quot;: [ # Merchant locations. There is a maximum of ten on the class. Any additional MerchantLocations added beyond the 10 will be rejected. These locations will trigger a notification when a user enters within a Google-set radius of the point. This field replaces the deprecated LatLongPoints.
{ # Locations of interest for this class or object. Currently, this location is used for geofenced notifications. When a user is within a set radius of this lat/long, and dwells there, Google will trigger a notification. When a user exits this radius, the notification will be hidden.
&quot;latitude&quot;: 3.14, # The latitude specified as any value in the range of -90.0 through +90.0, both inclusive. Values outside these bounds will be rejected.
&quot;longitude&quot;: 3.14, # The longitude specified in the range -180.0 through +180.0, both inclusive. Values outside these bounds will be rejected.
},
],
&quot;messages&quot;: [ # An array of messages displayed in the app. All users of this object will receive its associated messages. The maximum number of these fields is 10.
{ # A message that will be displayed with a Valuable
&quot;body&quot;: &quot;A String&quot;, # The message body.
Expand Down Expand Up @@ -2237,6 +2243,12 @@ <h3>Method Details</h3>
&quot;uri&quot;: &quot;A String&quot;, # The location of the image. URIs must have a scheme.
},
},
&quot;merchantLocations&quot;: [ # Merchant locations. There is a maximum of ten on the class. Any additional MerchantLocations added beyond the 10 will be rejected. These locations will trigger a notification when a user enters within a Google-set radius of the point. This field replaces the deprecated LatLongPoints.
{ # Locations of interest for this class or object. Currently, this location is used for geofenced notifications. When a user is within a set radius of this lat/long, and dwells there, Google will trigger a notification. When a user exits this radius, the notification will be hidden.
&quot;latitude&quot;: 3.14, # The latitude specified as any value in the range of -90.0 through +90.0, both inclusive. Values outside these bounds will be rejected.
&quot;longitude&quot;: 3.14, # The longitude specified in the range -180.0 through +180.0, both inclusive. Values outside these bounds will be rejected.
},
],
&quot;messages&quot;: [ # An array of messages displayed in the app. All users of this object will receive its associated messages. The maximum number of these fields is 10.
{ # A message that will be displayed with a Valuable
&quot;body&quot;: &quot;A String&quot;, # The message body.
Expand Down Expand Up @@ -3420,6 +3432,12 @@ <h3>Method Details</h3>
&quot;uri&quot;: &quot;A String&quot;, # The location of the image. URIs must have a scheme.
},
},
&quot;merchantLocations&quot;: [ # Merchant locations. There is a maximum of ten on the class. Any additional MerchantLocations added beyond the 10 will be rejected. These locations will trigger a notification when a user enters within a Google-set radius of the point. This field replaces the deprecated LatLongPoints.
{ # Locations of interest for this class or object. Currently, this location is used for geofenced notifications. When a user is within a set radius of this lat/long, and dwells there, Google will trigger a notification. When a user exits this radius, the notification will be hidden.
&quot;latitude&quot;: 3.14, # The latitude specified as any value in the range of -90.0 through +90.0, both inclusive. Values outside these bounds will be rejected.
&quot;longitude&quot;: 3.14, # The longitude specified in the range -180.0 through +180.0, both inclusive. Values outside these bounds will be rejected.
},
],
&quot;messages&quot;: [ # An array of messages displayed in the app. All users of this object will receive its associated messages. The maximum number of these fields is 10.
{ # A message that will be displayed with a Valuable
&quot;body&quot;: &quot;A String&quot;, # The message body.
Expand Down Expand Up @@ -4602,6 +4620,12 @@ <h3>Method Details</h3>
&quot;uri&quot;: &quot;A String&quot;, # The location of the image. URIs must have a scheme.
},
},
&quot;merchantLocations&quot;: [ # Merchant locations. There is a maximum of ten on the class. Any additional MerchantLocations added beyond the 10 will be rejected. These locations will trigger a notification when a user enters within a Google-set radius of the point. This field replaces the deprecated LatLongPoints.
{ # Locations of interest for this class or object. Currently, this location is used for geofenced notifications. When a user is within a set radius of this lat/long, and dwells there, Google will trigger a notification. When a user exits this radius, the notification will be hidden.
&quot;latitude&quot;: 3.14, # The latitude specified as any value in the range of -90.0 through +90.0, both inclusive. Values outside these bounds will be rejected.
&quot;longitude&quot;: 3.14, # The longitude specified in the range -180.0 through +180.0, both inclusive. Values outside these bounds will be rejected.
},
],
&quot;messages&quot;: [ # An array of messages displayed in the app. All users of this object will receive its associated messages. The maximum number of these fields is 10.
{ # A message that will be displayed with a Valuable
&quot;body&quot;: &quot;A String&quot;, # The message body.
Expand Down Expand Up @@ -5800,6 +5824,12 @@ <h3>Method Details</h3>
&quot;uri&quot;: &quot;A String&quot;, # The location of the image. URIs must have a scheme.
},
},
&quot;merchantLocations&quot;: [ # Merchant locations. There is a maximum of ten on the class. Any additional MerchantLocations added beyond the 10 will be rejected. These locations will trigger a notification when a user enters within a Google-set radius of the point. This field replaces the deprecated LatLongPoints.
{ # Locations of interest for this class or object. Currently, this location is used for geofenced notifications. When a user is within a set radius of this lat/long, and dwells there, Google will trigger a notification. When a user exits this radius, the notification will be hidden.
&quot;latitude&quot;: 3.14, # The latitude specified as any value in the range of -90.0 through +90.0, both inclusive. Values outside these bounds will be rejected.
&quot;longitude&quot;: 3.14, # The longitude specified in the range -180.0 through +180.0, both inclusive. Values outside these bounds will be rejected.
},
],
&quot;messages&quot;: [ # An array of messages displayed in the app. All users of this object will receive its associated messages. The maximum number of these fields is 10.
{ # A message that will be displayed with a Valuable
&quot;body&quot;: &quot;A String&quot;, # The message body.
Expand Down Expand Up @@ -6986,6 +7016,12 @@ <h3>Method Details</h3>
&quot;uri&quot;: &quot;A String&quot;, # The location of the image. URIs must have a scheme.
},
},
&quot;merchantLocations&quot;: [ # Merchant locations. There is a maximum of ten on the class. Any additional MerchantLocations added beyond the 10 will be rejected. These locations will trigger a notification when a user enters within a Google-set radius of the point. This field replaces the deprecated LatLongPoints.
{ # Locations of interest for this class or object. Currently, this location is used for geofenced notifications. When a user is within a set radius of this lat/long, and dwells there, Google will trigger a notification. When a user exits this radius, the notification will be hidden.
&quot;latitude&quot;: 3.14, # The latitude specified as any value in the range of -90.0 through +90.0, both inclusive. Values outside these bounds will be rejected.
&quot;longitude&quot;: 3.14, # The longitude specified in the range -180.0 through +180.0, both inclusive. Values outside these bounds will be rejected.
},
],
&quot;messages&quot;: [ # An array of messages displayed in the app. All users of this object will receive its associated messages. The maximum number of these fields is 10.
{ # A message that will be displayed with a Valuable
&quot;body&quot;: &quot;A String&quot;, # The message body.
Expand Down Expand Up @@ -8168,6 +8204,12 @@ <h3>Method Details</h3>
&quot;uri&quot;: &quot;A String&quot;, # The location of the image. URIs must have a scheme.
},
},
&quot;merchantLocations&quot;: [ # Merchant locations. There is a maximum of ten on the class. Any additional MerchantLocations added beyond the 10 will be rejected. These locations will trigger a notification when a user enters within a Google-set radius of the point. This field replaces the deprecated LatLongPoints.
{ # Locations of interest for this class or object. Currently, this location is used for geofenced notifications. When a user is within a set radius of this lat/long, and dwells there, Google will trigger a notification. When a user exits this radius, the notification will be hidden.
&quot;latitude&quot;: 3.14, # The latitude specified as any value in the range of -90.0 through +90.0, both inclusive. Values outside these bounds will be rejected.
&quot;longitude&quot;: 3.14, # The longitude specified in the range -180.0 through +180.0, both inclusive. Values outside these bounds will be rejected.
},
],
&quot;messages&quot;: [ # An array of messages displayed in the app. All users of this object will receive its associated messages. The maximum number of these fields is 10.
{ # A message that will be displayed with a Valuable
&quot;body&quot;: &quot;A String&quot;, # The message body.
Expand Down Expand Up @@ -9352,6 +9394,12 @@ <h3>Method Details</h3>
&quot;uri&quot;: &quot;A String&quot;, # The location of the image. URIs must have a scheme.
},
},
&quot;merchantLocations&quot;: [ # Merchant locations. There is a maximum of ten on the class. Any additional MerchantLocations added beyond the 10 will be rejected. These locations will trigger a notification when a user enters within a Google-set radius of the point. This field replaces the deprecated LatLongPoints.
{ # Locations of interest for this class or object. Currently, this location is used for geofenced notifications. When a user is within a set radius of this lat/long, and dwells there, Google will trigger a notification. When a user exits this radius, the notification will be hidden.
&quot;latitude&quot;: 3.14, # The latitude specified as any value in the range of -90.0 through +90.0, both inclusive. Values outside these bounds will be rejected.
&quot;longitude&quot;: 3.14, # The longitude specified in the range -180.0 through +180.0, both inclusive. Values outside these bounds will be rejected.
},
],
&quot;messages&quot;: [ # An array of messages displayed in the app. All users of this object will receive its associated messages. The maximum number of these fields is 10.
{ # A message that will be displayed with a Valuable
&quot;body&quot;: &quot;A String&quot;, # The message body.
Expand Down Expand Up @@ -10534,6 +10582,12 @@ <h3>Method Details</h3>
&quot;uri&quot;: &quot;A String&quot;, # The location of the image. URIs must have a scheme.
},
},
&quot;merchantLocations&quot;: [ # Merchant locations. There is a maximum of ten on the class. Any additional MerchantLocations added beyond the 10 will be rejected. These locations will trigger a notification when a user enters within a Google-set radius of the point. This field replaces the deprecated LatLongPoints.
{ # Locations of interest for this class or object. Currently, this location is used for geofenced notifications. When a user is within a set radius of this lat/long, and dwells there, Google will trigger a notification. When a user exits this radius, the notification will be hidden.
&quot;latitude&quot;: 3.14, # The latitude specified as any value in the range of -90.0 through +90.0, both inclusive. Values outside these bounds will be rejected.
&quot;longitude&quot;: 3.14, # The longitude specified in the range -180.0 through +180.0, both inclusive. Values outside these bounds will be rejected.
},
],
&quot;messages&quot;: [ # An array of messages displayed in the app. All users of this object will receive its associated messages. The maximum number of these fields is 10.
{ # A message that will be displayed with a Valuable
&quot;body&quot;: &quot;A String&quot;, # The message body.
Expand Down
Loading

0 comments on commit a06dc24

Please sign in to comment.