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