@maxim_mazurok/gapi.client.walletobjects-v1 0.0.20241016 → 0.0.20241017

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.
Files changed (2) hide show
  1. package/index.d.ts +25 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://walletobjects.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20241016
12
+ // Revision: 20241017
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -401,6 +401,8 @@ declare namespace gapi.client {
401
401
  messages?: Message[];
402
402
  /** Identifies whether multiple users and devices will save the same object referencing this class. */
403
403
  multipleDevicesAndHoldersAllowedStatus?: string;
404
+ /** Whether or not field updates to this class should trigger notifications. When set to NOTIFY, we will attempt to trigger a field update notification to users. These notifications will only be sent to users if the field is part of an allowlist. If not specified, no notification will be triggered. This setting is ephemeral and needs to be set with each PATCH or UPDATE request, otherwise a notification will not be triggered. */
405
+ notifyPreference?: string;
404
406
  /** Identifies which redemption issuers can redeem the pass over Smart Tap. Redemption issuers are identified by their issuer ID. Redemption issuers must have at least one Smart Tap key configured. The `enableSmartTap` and object level `smartTapRedemptionLevel` fields must also be set up correctly in order for a pass to support Smart Tap. */
405
407
  redemptionIssuers?: string[];
406
408
  /** The review comments set by the platform when a class is marked `approved` or `rejected`. */
@@ -481,6 +483,8 @@ declare namespace gapi.client {
481
483
  locations?: LatLongPoint[];
482
484
  /** 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. */
483
485
  messages?: Message[];
486
+ /** Whether or not field updates to this object should trigger notifications. When set to NOTIFY, we will attempt to trigger a field update notification to users. These notifications will only be sent to users if the field is part of an allowlist. If set to DO_NOT_NOTIFY or NOTIFICATION_SETTINGS_UNSPECIFIED, no notification will be triggered. This setting is ephemeral and needs to be set with each PATCH or UPDATE request, otherwise a notification will not be triggered. */
487
+ notifyPreference?: string;
484
488
  /** Pass constraints for the object. Includes limiting NFC and screenshot behaviors. */
485
489
  passConstraints?: PassConstraints;
486
490
  /** Reservation details for this ticket. This is expected to be shared amongst all tickets that were purchased in the same order. */
@@ -624,6 +628,8 @@ declare namespace gapi.client {
624
628
  messages?: Message[];
625
629
  /** Identifies whether multiple users and devices will save the same object referencing this class. */
626
630
  multipleDevicesAndHoldersAllowedStatus?: string;
631
+ /** Whether or not field updates to this class should trigger notifications. When set to NOTIFY, we will attempt to trigger a field update notification to users. These notifications will only be sent to users if the field is part of an allowlist. If not specified, no notification will be triggered. This setting is ephemeral and needs to be set with each PATCH or UPDATE request, otherwise a notification will not be triggered. */
632
+ notifyPreference?: string;
627
633
  /** Required. Origin airport. */
628
634
  origin?: AirportInfo;
629
635
  /** Identifies which redemption issuers can redeem the pass over Smart Tap. Redemption issuers are identified by their issuer ID. Redemption issuers must have at least one Smart Tap key configured. The `enableSmartTap` and object level `smartTapRedemptionLevel` fields must also be set up correctly in order for a pass to support Smart Tap. */
@@ -708,6 +714,8 @@ declare namespace gapi.client {
708
714
  locations?: LatLongPoint[];
709
715
  /** 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. */
710
716
  messages?: Message[];
717
+ /** Whether or not field updates to this object should trigger notifications. When set to NOTIFY, we will attempt to trigger a field update notification to users. These notifications will only be sent to users if the field is part of an allowlist. If set to DO_NOT_NOTIFY or NOTIFICATION_SETTINGS_UNSPECIFIED, no notification will be triggered. This setting is ephemeral and needs to be set with each PATCH or UPDATE request, otherwise a notification will not be triggered. */
718
+ notifyPreference?: string;
711
719
  /** Pass constraints for the object. Includes limiting NFC and screenshot behaviors. */
712
720
  passConstraints?: PassConstraints;
713
721
  /** Required. Passenger name as it would appear on the boarding pass. eg: "Dave M Gahan" or "Gahan/Dave" or "GAHAN/DAVEM" */
@@ -912,6 +920,8 @@ declare namespace gapi.client {
912
920
  messages?: Message[];
913
921
  /** Identifies whether multiple users and devices will save the same object referencing this class. */
914
922
  multipleDevicesAndHoldersAllowedStatus?: string;
923
+ /** Whether or not field updates to this class should trigger notifications. When set to NOTIFY, we will attempt to trigger a field update notification to users. These notifications will only be sent to users if the field is part of an allowlist. If not specified, no notification will be triggered. This setting is ephemeral and needs to be set with each PATCH or UPDATE request, otherwise a notification will not be triggered. */
924
+ notifyPreference?: string;
915
925
  /** The label to display for the PIN, such as "4-digit PIN". */
916
926
  pinLabel?: string;
917
927
  /** The logo of the gift card program or company. This logo is displayed in both the details and list views of the app. */
@@ -990,6 +1000,8 @@ declare namespace gapi.client {
990
1000
  locations?: LatLongPoint[];
991
1001
  /** 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. */
992
1002
  messages?: Message[];
1003
+ /** Whether or not field updates to this object should trigger notifications. When set to NOTIFY, we will attempt to trigger a field update notification to users. These notifications will only be sent to users if the field is part of an allowlist. If set to DO_NOT_NOTIFY or NOTIFICATION_SETTINGS_UNSPECIFIED, no notification will be triggered. This setting is ephemeral and needs to be set with each PATCH or UPDATE request, otherwise a notification will not be triggered. */
1004
+ notifyPreference?: string;
993
1005
  /** Pass constraints for the object. Includes limiting NFC and screenshot behaviors. */
994
1006
  passConstraints?: PassConstraints;
995
1007
  /** The card's PIN. */
@@ -1201,6 +1213,8 @@ declare namespace gapi.client {
1201
1213
  messages?: Message[];
1202
1214
  /** Identifies whether multiple users and devices will save the same object referencing this class. */
1203
1215
  multipleDevicesAndHoldersAllowedStatus?: string;
1216
+ /** Whether or not field updates to this class should trigger notifications. When set to NOTIFY, we will attempt to trigger a field update notification to users. These notifications will only be sent to users if the field is part of an allowlist. If not specified, no notification will be triggered. This setting is ephemeral and needs to be set with each PATCH or UPDATE request, otherwise a notification will not be triggered. */
1217
+ notifyPreference?: string;
1204
1218
  /** Required. The logo of the loyalty program or company. This logo is displayed in both the details and list views of the app. */
1205
1219
  programLogo?: Image;
1206
1220
  /** Required. The program name, such as "Adam's Apparel". The app may display an ellipsis after the first 20 characters to ensure full string is displayed on smaller screens. */
@@ -1287,6 +1301,8 @@ declare namespace gapi.client {
1287
1301
  loyaltyPoints?: LoyaltyPoints;
1288
1302
  /** 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. */
1289
1303
  messages?: Message[];
1304
+ /** Whether or not field updates to this object should trigger notifications. When set to NOTIFY, we will attempt to trigger a field update notification to users. These notifications will only be sent to users if the field is part of an allowlist. If set to DO_NOT_NOTIFY or NOTIFICATION_SETTINGS_UNSPECIFIED, no notification will be triggered. This setting is ephemeral and needs to be set with each PATCH or UPDATE request, otherwise a notification will not be triggered. */
1305
+ notifyPreference?: string;
1290
1306
  /** Pass constraints for the object. Includes limiting NFC and screenshot behaviors. */
1291
1307
  passConstraints?: PassConstraints;
1292
1308
  /** The rotating barcode type and value. */
@@ -1527,6 +1543,8 @@ declare namespace gapi.client {
1527
1543
  messages?: Message[];
1528
1544
  /** Identifies whether multiple users and devices will save the same object referencing this class. */
1529
1545
  multipleDevicesAndHoldersAllowedStatus?: string;
1546
+ /** Whether or not field updates to this class should trigger notifications. When set to NOTIFY, we will attempt to trigger a field update notification to users. These notifications will only be sent to users if the field is part of an allowlist. If not specified, no notification will be triggered. This setting is ephemeral and needs to be set with each PATCH or UPDATE request, otherwise a notification will not be triggered. */
1547
+ notifyPreference?: string;
1530
1548
  /** Required. The offer provider (either the aggregator name or merchant name). Recommended maximum length is 12 characters to ensure full string is displayed on smaller screens. */
1531
1549
  provider?: string;
1532
1550
  /** Required. The redemption channels applicable to this offer. */
@@ -1603,6 +1621,8 @@ declare namespace gapi.client {
1603
1621
  locations?: LatLongPoint[];
1604
1622
  /** 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. */
1605
1623
  messages?: Message[];
1624
+ /** Whether or not field updates to this object should trigger notifications. When set to NOTIFY, we will attempt to trigger a field update notification to users. These notifications will only be sent to users if the field is part of an allowlist. If set to DO_NOT_NOTIFY or NOTIFICATION_SETTINGS_UNSPECIFIED, no notification will be triggered. This setting is ephemeral and needs to be set with each PATCH or UPDATE request, otherwise a notification will not be triggered. */
1625
+ notifyPreference?: string;
1606
1626
  /** Pass constraints for the object. Includes limiting NFC and screenshot behaviors. */
1607
1627
  passConstraints?: PassConstraints;
1608
1628
  /** The rotating barcode type and value. */
@@ -1950,6 +1970,8 @@ declare namespace gapi.client {
1950
1970
  messages?: Message[];
1951
1971
  /** Identifies whether multiple users and devices will save the same object referencing this class. */
1952
1972
  multipleDevicesAndHoldersAllowedStatus?: string;
1973
+ /** Whether or not field updates to this class should trigger notifications. When set to NOTIFY, we will attempt to trigger a field update notification to users. These notifications will only be sent to users if the field is part of an allowlist. If set to DO_NOT_NOTIFY or NOTIFICATION_SETTINGS_UNSPECIFIED, no notification will be triggered. This setting is ephemeral and needs to be set with each PATCH or UPDATE request, otherwise a notification will not be triggered. */
1974
+ notifyPreference?: string;
1953
1975
  /** Identifies which redemption issuers can redeem the pass over Smart Tap. Redemption issuers are identified by their issuer ID. Redemption issuers must have at least one Smart Tap key configured. The `enableSmartTap` and object level `smartTapRedemptionLevel` fields must also be set up correctly in order for a pass to support Smart Tap. */
1954
1976
  redemptionIssuers?: string[];
1955
1977
  /** The review comments set by the platform when a class is marked `approved` or `rejected`. */
@@ -2032,6 +2054,8 @@ declare namespace gapi.client {
2032
2054
  locations?: LatLongPoint[];
2033
2055
  /** 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. */
2034
2056
  messages?: Message[];
2057
+ /** Whether or not field updates to this object should trigger notifications. When set to NOTIFY, we will attempt to trigger a field update notification to users. These notifications will only be sent to users if the field is part of an allowlist. If set to DO_NOT_NOTIFY or NOTIFICATION_SETTINGS_UNSPECIFIED, no notification will be triggered. This setting is ephemeral and needs to be set with each PATCH or UPDATE request, otherwise a notification will not be triggered. */
2058
+ notifyPreference?: string;
2035
2059
  /** Pass constraints for the object. Includes limiting NFC and screenshot behaviors. */
2036
2060
  passConstraints?: PassConstraints;
2037
2061
  /** The name(s) of the passengers the ticket is assigned to. The above `passengerType` field is meant to give Google context on this field. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.walletobjects-v1",
3
- "version": "0.0.20241016",
3
+ "version": "0.0.20241017",
4
4
  "description": "TypeScript typings for Google Wallet API v1",
5
5
  "repository": {
6
6
  "type": "git",