@maxim_mazurok/gapi.client.walletobjects-v1 0.2.20260626 → 0.3.20260626

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 +15 -37
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -154,11 +154,7 @@ declare namespace gapi.client {
154
154
  interface BoardingAndSeatingInfo {
155
155
  /** Set this field only if this flight boards through more than one door or bridge and you want to explicitly print the door location on the boarding pass. Most airlines route their passengers to the right door or bridge by refering to doors/bridges by the `seatClass`. In those cases `boardingDoor` should not be set. */
156
156
  boardingDoor?:
157
- | 'BOARDING_DOOR_UNSPECIFIED'
158
- | 'FRONT'
159
- | 'front'
160
- | 'BACK'
161
- | 'back';
157
+ 'BOARDING_DOOR_UNSPECIFIED' | 'FRONT' | 'front' | 'BACK' | 'back';
162
158
  /** The value of boarding group (or zone) this passenger shall board with. eg: "B" The label for this value will be determined by the `boardingPolicy` field in the `flightClass` referenced by this object. */
163
159
  boardingGroup?: string;
164
160
  /** The value of boarding position. eg: "76" */
@@ -522,8 +518,7 @@ declare namespace gapi.client {
522
518
  | 'oneUserOneDevice';
523
519
  /** 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. */
524
520
  notifyPreference?:
525
- | 'NOTIFICATION_SETTINGS_FOR_UPDATES_UNSPECIFIED'
526
- | 'NOTIFY_ON_UPDATE';
521
+ 'NOTIFICATION_SETTINGS_FOR_UPDATES_UNSPECIFIED' | 'NOTIFY_ON_UPDATE';
527
522
  /** 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. */
528
523
  redemptionIssuers?: string[];
529
524
  /** The review comments set by the platform when a class is marked `approved` or `rejected`. */
@@ -625,8 +620,7 @@ declare namespace gapi.client {
625
620
  messages?: Message[];
626
621
  /** 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. */
627
622
  notifyPreference?:
628
- | 'NOTIFICATION_SETTINGS_FOR_UPDATES_UNSPECIFIED'
629
- | 'NOTIFY_ON_UPDATE';
623
+ 'NOTIFICATION_SETTINGS_FOR_UPDATES_UNSPECIFIED' | 'NOTIFY_ON_UPDATE';
630
624
  /** Pass constraints for the object. Includes limiting NFC and screenshot behaviors. */
631
625
  passConstraints?: PassConstraints;
632
626
  /** Reservation details for this ticket. This is expected to be shared amongst all tickets that were purchased in the same order. */
@@ -823,8 +817,7 @@ declare namespace gapi.client {
823
817
  | 'oneUserOneDevice';
824
818
  /** 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. */
825
819
  notifyPreference?:
826
- | 'NOTIFICATION_SETTINGS_FOR_UPDATES_UNSPECIFIED'
827
- | 'NOTIFY_ON_UPDATE';
820
+ 'NOTIFICATION_SETTINGS_FOR_UPDATES_UNSPECIFIED' | 'NOTIFY_ON_UPDATE';
828
821
  /** Required. Origin airport. */
829
822
  origin?: AirportInfo;
830
823
  /** 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. */
@@ -925,8 +918,7 @@ declare namespace gapi.client {
925
918
  messages?: Message[];
926
919
  /** 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. */
927
920
  notifyPreference?:
928
- | 'NOTIFICATION_SETTINGS_FOR_UPDATES_UNSPECIFIED'
929
- | 'NOTIFY_ON_UPDATE';
921
+ 'NOTIFICATION_SETTINGS_FOR_UPDATES_UNSPECIFIED' | 'NOTIFY_ON_UPDATE';
930
922
  /** Pass constraints for the object. Includes limiting NFC and screenshot behaviors. */
931
923
  passConstraints?: PassConstraints;
932
924
  /** Required. Passenger name as it would appear on the boarding pass. eg: "Dave M Gahan" or "Gahan/Dave" or "GAHAN/DAVEM" */
@@ -1194,8 +1186,7 @@ declare namespace gapi.client {
1194
1186
  | 'oneUserOneDevice';
1195
1187
  /** 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. */
1196
1188
  notifyPreference?:
1197
- | 'NOTIFICATION_SETTINGS_FOR_UPDATES_UNSPECIFIED'
1198
- | 'NOTIFY_ON_UPDATE';
1189
+ 'NOTIFICATION_SETTINGS_FOR_UPDATES_UNSPECIFIED' | 'NOTIFY_ON_UPDATE';
1199
1190
  /** The label to display for the PIN, such as "4-digit PIN". */
1200
1191
  pinLabel?: string;
1201
1192
  /** The logo of the gift card program or company. This logo is displayed in both the details and list views of the app. */
@@ -1290,8 +1281,7 @@ declare namespace gapi.client {
1290
1281
  messages?: Message[];
1291
1282
  /** 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. */
1292
1283
  notifyPreference?:
1293
- | 'NOTIFICATION_SETTINGS_FOR_UPDATES_UNSPECIFIED'
1294
- | 'NOTIFY_ON_UPDATE';
1284
+ 'NOTIFICATION_SETTINGS_FOR_UPDATES_UNSPECIFIED' | 'NOTIFY_ON_UPDATE';
1295
1285
  /** Pass constraints for the object. Includes limiting NFC and screenshot behaviors. */
1296
1286
  passConstraints?: PassConstraints;
1297
1287
  /** The card's PIN. */
@@ -1525,8 +1515,7 @@ declare namespace gapi.client {
1525
1515
  | 'oneUserOneDevice';
1526
1516
  /** 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. */
1527
1517
  notifyPreference?:
1528
- | 'NOTIFICATION_SETTINGS_FOR_UPDATES_UNSPECIFIED'
1529
- | 'NOTIFY_ON_UPDATE';
1518
+ 'NOTIFICATION_SETTINGS_FOR_UPDATES_UNSPECIFIED' | 'NOTIFY_ON_UPDATE';
1530
1519
  /** Required. The logo of the loyalty program or company. This logo is displayed in both the details and list views of the app. */
1531
1520
  programLogo?: Image;
1532
1521
  /** 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. */
@@ -1629,8 +1618,7 @@ declare namespace gapi.client {
1629
1618
  messages?: Message[];
1630
1619
  /** 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. */
1631
1620
  notifyPreference?:
1632
- | 'NOTIFICATION_SETTINGS_FOR_UPDATES_UNSPECIFIED'
1633
- | 'NOTIFY_ON_UPDATE';
1621
+ 'NOTIFICATION_SETTINGS_FOR_UPDATES_UNSPECIFIED' | 'NOTIFY_ON_UPDATE';
1634
1622
  /** Pass constraints for the object. Includes limiting NFC and screenshot behaviors. */
1635
1623
  passConstraints?: PassConstraints;
1636
1624
  /** The rotating barcode type and value. */
@@ -1777,11 +1765,7 @@ declare namespace gapi.client {
1777
1765
  finalStatus?: number;
1778
1766
  /** The type of notification received from Scotty. */
1779
1767
  notificationType?:
1780
- | 'START'
1781
- | 'PROGRESS'
1782
- | 'END'
1783
- | 'RESPONSE_SENT'
1784
- | 'ERROR';
1768
+ 'START' | 'PROGRESS' | 'END' | 'RESPONSE_SENT' | 'ERROR';
1785
1769
  /** The physical headers provided by RequestReceivedParameters in Scotty request. type is uploader_service.KeyValuePairs. */
1786
1770
  physicalHeaders?: string;
1787
1771
  /** The Scotty request ID. */
@@ -1925,8 +1909,7 @@ declare namespace gapi.client {
1925
1909
  | 'oneUserOneDevice';
1926
1910
  /** 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. */
1927
1911
  notifyPreference?:
1928
- | 'NOTIFICATION_SETTINGS_FOR_UPDATES_UNSPECIFIED'
1929
- | 'NOTIFY_ON_UPDATE';
1912
+ 'NOTIFICATION_SETTINGS_FOR_UPDATES_UNSPECIFIED' | 'NOTIFY_ON_UPDATE';
1930
1913
  /** 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. */
1931
1914
  provider?: string;
1932
1915
  /** Required. The redemption channels applicable to this offer. */
@@ -2028,8 +2011,7 @@ declare namespace gapi.client {
2028
2011
  messages?: Message[];
2029
2012
  /** 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. */
2030
2013
  notifyPreference?:
2031
- | 'NOTIFICATION_SETTINGS_FOR_UPDATES_UNSPECIFIED'
2032
- | 'NOTIFY_ON_UPDATE';
2014
+ 'NOTIFICATION_SETTINGS_FOR_UPDATES_UNSPECIFIED' | 'NOTIFY_ON_UPDATE';
2033
2015
  /** Pass constraints for the object. Includes limiting NFC and screenshot behaviors. */
2034
2016
  passConstraints?: PassConstraints;
2035
2017
  /** The rotating barcode type and value. */
@@ -2084,9 +2066,7 @@ declare namespace gapi.client {
2084
2066
  | 'BLOCK_CLOSED_LOOP_TRANSIT'[];
2085
2067
  /** The screenshot eligibility for the pass. */
2086
2068
  screenshotEligibility?:
2087
- | 'SCREENSHOT_ELIGIBILITY_UNSPECIFIED'
2088
- | 'ELIGIBLE'
2089
- | 'INELIGIBLE';
2069
+ 'SCREENSHOT_ELIGIBILITY_UNSPECIFIED' | 'ELIGIBLE' | 'INELIGIBLE';
2090
2070
  }
2091
2071
  interface Permission {
2092
2072
  /** The email address of the user, group, or service account to which this permission refers to. */
@@ -2459,8 +2439,7 @@ declare namespace gapi.client {
2459
2439
  | 'oneUserOneDevice';
2460
2440
  /** 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. */
2461
2441
  notifyPreference?:
2462
- | 'NOTIFICATION_SETTINGS_FOR_UPDATES_UNSPECIFIED'
2463
- | 'NOTIFY_ON_UPDATE';
2442
+ 'NOTIFICATION_SETTINGS_FOR_UPDATES_UNSPECIFIED' | 'NOTIFY_ON_UPDATE';
2464
2443
  /** 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. */
2465
2444
  redemptionIssuers?: string[];
2466
2445
  /** The review comments set by the platform when a class is marked `approved` or `rejected`. */
@@ -2577,8 +2556,7 @@ declare namespace gapi.client {
2577
2556
  messages?: Message[];
2578
2557
  /** 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. */
2579
2558
  notifyPreference?:
2580
- | 'NOTIFICATION_SETTINGS_FOR_UPDATES_UNSPECIFIED'
2581
- | 'NOTIFY_ON_UPDATE';
2559
+ 'NOTIFICATION_SETTINGS_FOR_UPDATES_UNSPECIFIED' | 'NOTIFY_ON_UPDATE';
2582
2560
  /** Pass constraints for the object. Includes limiting NFC and screenshot behaviors. */
2583
2561
  passConstraints?: PassConstraints;
2584
2562
  /** 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.2.20260626",
3
+ "version": "0.3.20260626",
4
4
  "description": "TypeScript typings for Google Wallet API v1",
5
5
  "repository": {
6
6
  "type": "git",