mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
[actions-on-google] Upgrade to 1.8
This commit is contained in:
parent
ff2359e74c
commit
c74015e25e
2
types/actions-on-google/index.d.ts
vendored
2
types/actions-on-google/index.d.ts
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
}
|
||||
|
||||
7
types/actions-on-google/transactions.d.ts
vendored
7
types/actions-on-google/transactions.d.ts
vendored
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user