@vrplatform/api 1.3.1-6350 → 1.3.1-6355

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.
@@ -6505,7 +6505,7 @@ export interface paths {
6505
6505
  cookie?: never;
6506
6506
  };
6507
6507
  /**
6508
- * @description List Ramp payment attempts for a transaction, newest attempt first.
6508
+ * @description List Ramp payment attempts for a transaction, newest attempt first, including the submitted arrival target and Ramp-returned status, initiation schedule, method, and payment reference.
6509
6509
  *
6510
6510
  * Required scope: transactions:read
6511
6511
  */
@@ -107170,7 +107170,21 @@ export interface operations {
107170
107170
  syncId: string | null;
107171
107171
  /** @enum {string} */
107172
107172
  status: "requested" | "processing" | "paid" | "failed" | "returned" | "canceled";
107173
+ /** @description Ramp bill status summary returned by the provider. */
107174
+ providerStatus: string | null;
107173
107175
  externalRef: string | null;
107176
+ /** @description Customer-friendly Ramp payment reference. */
107177
+ paymentReference: string | null;
107178
+ /** @description Payment method returned by Ramp. */
107179
+ paymentMethod: string | null;
107180
+ /** @description Arrival target submitted to Ramp. Ramp does not return a revised estimated arrival date. */
107181
+ requestedArrivalDate: string | null;
107182
+ /** @description Date and time Ramp schedules payment initiation. */
107183
+ scheduledInitiationAt: string | null;
107184
+ /** @description Date and time Ramp reports that payment actually initiated. */
107185
+ initiatedAt: string | null;
107186
+ /** @description Date and time Ramp marks the bill payment completed. */
107187
+ completedAt: string | null;
107174
107188
  failureReason: string | null;
107175
107189
  attemptId: string;
107176
107190
  attempt: number;
@@ -109392,7 +109406,21 @@ export interface operations {
109392
109406
  syncId: string | null;
109393
109407
  /** @enum {string} */
109394
109408
  status: "requested" | "processing" | "paid" | "failed" | "returned" | "canceled";
109409
+ /** @description Ramp bill status summary returned by the provider. */
109410
+ providerStatus: string | null;
109395
109411
  externalRef: string | null;
109412
+ /** @description Customer-friendly Ramp payment reference. */
109413
+ paymentReference: string | null;
109414
+ /** @description Payment method returned by Ramp. */
109415
+ paymentMethod: string | null;
109416
+ /** @description Arrival target submitted to Ramp. Ramp does not return a revised estimated arrival date. */
109417
+ requestedArrivalDate: string | null;
109418
+ /** @description Date and time Ramp schedules payment initiation. */
109419
+ scheduledInitiationAt: string | null;
109420
+ /** @description Date and time Ramp reports that payment actually initiated. */
109421
+ initiatedAt: string | null;
109422
+ /** @description Date and time Ramp marks the bill payment completed. */
109423
+ completedAt: string | null;
109396
109424
  failureReason: string | null;
109397
109425
  attemptId: string;
109398
109426
  attempt: number;
@@ -116720,7 +116748,21 @@ export interface operations {
116720
116748
  syncId: string | null;
116721
116749
  /** @enum {string} */
116722
116750
  status: "requested" | "processing" | "paid" | "failed" | "returned" | "canceled";
116751
+ /** @description Ramp bill status summary returned by the provider. */
116752
+ providerStatus: string | null;
116723
116753
  externalRef: string | null;
116754
+ /** @description Customer-friendly Ramp payment reference. */
116755
+ paymentReference: string | null;
116756
+ /** @description Payment method returned by Ramp. */
116757
+ paymentMethod: string | null;
116758
+ /** @description Arrival target submitted to Ramp. Ramp does not return a revised estimated arrival date. */
116759
+ requestedArrivalDate: string | null;
116760
+ /** @description Date and time Ramp schedules payment initiation. */
116761
+ scheduledInitiationAt: string | null;
116762
+ /** @description Date and time Ramp reports that payment actually initiated. */
116763
+ initiatedAt: string | null;
116764
+ /** @description Date and time Ramp marks the bill payment completed. */
116765
+ completedAt: string | null;
116724
116766
  failureReason: string | null;
116725
116767
  attemptId: string;
116726
116768
  attempt: number;
@@ -132901,7 +132943,21 @@ export interface operations {
132901
132943
  syncId: string | null;
132902
132944
  /** @enum {string} */
132903
132945
  status: "requested" | "processing" | "paid" | "failed" | "returned" | "canceled";
132946
+ /** @description Ramp bill status summary returned by the provider. */
132947
+ providerStatus: string | null;
132904
132948
  externalRef: string | null;
132949
+ /** @description Customer-friendly Ramp payment reference. */
132950
+ paymentReference: string | null;
132951
+ /** @description Payment method returned by Ramp. */
132952
+ paymentMethod: string | null;
132953
+ /** @description Arrival target submitted to Ramp. Ramp does not return a revised estimated arrival date. */
132954
+ requestedArrivalDate: string | null;
132955
+ /** @description Date and time Ramp schedules payment initiation. */
132956
+ scheduledInitiationAt: string | null;
132957
+ /** @description Date and time Ramp reports that payment actually initiated. */
132958
+ initiatedAt: string | null;
132959
+ /** @description Date and time Ramp marks the bill payment completed. */
132960
+ completedAt: string | null;
132905
132961
  failureReason: string | null;
132906
132962
  attemptId: string;
132907
132963
  attempt: number;
@@ -140008,7 +140064,21 @@ export interface operations {
140008
140064
  syncId: string | null;
140009
140065
  /** @enum {string} */
140010
140066
  status: "requested" | "processing" | "paid" | "failed" | "returned" | "canceled";
140067
+ /** @description Ramp bill status summary returned by the provider. */
140068
+ providerStatus: string | null;
140011
140069
  externalRef: string | null;
140070
+ /** @description Customer-friendly Ramp payment reference. */
140071
+ paymentReference: string | null;
140072
+ /** @description Payment method returned by Ramp. */
140073
+ paymentMethod: string | null;
140074
+ /** @description Arrival target submitted to Ramp. Ramp does not return a revised estimated arrival date. */
140075
+ requestedArrivalDate: string | null;
140076
+ /** @description Date and time Ramp schedules payment initiation. */
140077
+ scheduledInitiationAt: string | null;
140078
+ /** @description Date and time Ramp reports that payment actually initiated. */
140079
+ initiatedAt: string | null;
140080
+ /** @description Date and time Ramp marks the bill payment completed. */
140081
+ completedAt: string | null;
140012
140082
  failureReason: string | null;
140013
140083
  attemptId: string;
140014
140084
  attempt: number;
@@ -141273,7 +141343,21 @@ export interface operations {
141273
141343
  syncId: string | null;
141274
141344
  /** @enum {string} */
141275
141345
  status: "requested" | "processing" | "paid" | "failed" | "returned" | "canceled";
141346
+ /** @description Ramp bill status summary returned by the provider. */
141347
+ providerStatus: string | null;
141276
141348
  externalRef: string | null;
141349
+ /** @description Customer-friendly Ramp payment reference. */
141350
+ paymentReference: string | null;
141351
+ /** @description Payment method returned by Ramp. */
141352
+ paymentMethod: string | null;
141353
+ /** @description Arrival target submitted to Ramp. Ramp does not return a revised estimated arrival date. */
141354
+ requestedArrivalDate: string | null;
141355
+ /** @description Date and time Ramp schedules payment initiation. */
141356
+ scheduledInitiationAt: string | null;
141357
+ /** @description Date and time Ramp reports that payment actually initiated. */
141358
+ initiatedAt: string | null;
141359
+ /** @description Date and time Ramp marks the bill payment completed. */
141360
+ completedAt: string | null;
141277
141361
  failureReason: string | null;
141278
141362
  attemptId: string;
141279
141363
  attempt: number;
@@ -141550,7 +141634,21 @@ export interface operations {
141550
141634
  syncId: string | null;
141551
141635
  /** @enum {string} */
141552
141636
  status: "requested" | "processing" | "paid" | "failed" | "returned" | "canceled";
141637
+ /** @description Ramp bill status summary returned by the provider. */
141638
+ providerStatus: string | null;
141553
141639
  externalRef: string | null;
141640
+ /** @description Customer-friendly Ramp payment reference. */
141641
+ paymentReference: string | null;
141642
+ /** @description Payment method returned by Ramp. */
141643
+ paymentMethod: string | null;
141644
+ /** @description Arrival target submitted to Ramp. Ramp does not return a revised estimated arrival date. */
141645
+ requestedArrivalDate: string | null;
141646
+ /** @description Date and time Ramp schedules payment initiation. */
141647
+ scheduledInitiationAt: string | null;
141648
+ /** @description Date and time Ramp reports that payment actually initiated. */
141649
+ initiatedAt: string | null;
141650
+ /** @description Date and time Ramp marks the bill payment completed. */
141651
+ completedAt: string | null;
141554
141652
  failureReason: string | null;
141555
141653
  attemptId: string;
141556
141654
  attempt: number;