[actions-on-google] Upgrade to 1.8

This commit is contained in:
Joel Hegg 2018-02-08 11:09:40 -05:00
parent ff2359e74c
commit c74015e25e
3 changed files with 10 additions and 3 deletions

View File

@ -1,4 +1,4 @@
// Type definitions for actions-on-google 1.7
// Type definitions for actions-on-google 1.8
// Project: https://github.com/actions-on-google/actions-on-google-nodejs
// Definitions by: Joel Hegg <https://github.com/joelhegg>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

View File

@ -20,7 +20,9 @@ export enum ImageDisplays {
*/
WHITE,
/**
* Image is centered and resized so the image fits perfectly in the container.
* Image is scaled such that the image width matches the container width. This may crop the top
* and bottom of the image if the scaled image height is greater than the container height. This
* is similar to "Zoom Mode" on a widescreen TV when playing a 4:3 video.
*/
CROPPED
}

View File

@ -594,7 +594,12 @@ export namespace TransactionValues {
/**
* Use external payment gateway tokenization API to tokenize selected payment method.
*/
PAYMENT_GATEWAY
PAYMENT_GATEWAY,
/**
* Allows payment service to pass public key for payment info encryption and receive encrypted
* response.
*/
DIRECT
}
}