@vrplatform/api 1.3.1-stage.4994 → 1.3.1-stage.4999
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
package/src/generated/v1.ts
CHANGED
|
@@ -320,7 +320,7 @@ export interface paths {
|
|
|
320
320
|
cookie?: never;
|
|
321
321
|
};
|
|
322
322
|
/**
|
|
323
|
-
* @description
|
|
323
|
+
* @description List apps. Legacy uncategorized apps return category as null.
|
|
324
324
|
*
|
|
325
325
|
* Required scope: integrations:read
|
|
326
326
|
*/
|
|
@@ -341,7 +341,7 @@ export interface paths {
|
|
|
341
341
|
cookie?: never;
|
|
342
342
|
};
|
|
343
343
|
/**
|
|
344
|
-
* @description Get app by ID
|
|
344
|
+
* @description Get an app by ID. Legacy uncategorized apps return category as null.
|
|
345
345
|
*
|
|
346
346
|
* Required scope: integrations:read
|
|
347
347
|
*/
|
|
@@ -4720,7 +4720,7 @@ export interface paths {
|
|
|
4720
4720
|
get?: never;
|
|
4721
4721
|
put?: never;
|
|
4722
4722
|
/**
|
|
4723
|
-
* @description Request selected Ramp owner payouts. Each statement succeeds or is skipped independently, so one blocked selection never rolls back successful requests. Only first payouts are supported: statements that already have a payout are skipped, and additional partial payments go through POST /statements/{id}/pay
|
|
4723
|
+
* @description Request selected Ramp owner payouts. Each statement succeeds or is skipped independently, so one blocked selection never rolls back successful requests. Only first payouts are supported: statements that already have a payout are skipped, and additional partial payments go through `POST /statements/{id}/pay`. An explicit amount overrides the full net income and therefore requires exactly one selection.
|
|
4724
4724
|
*
|
|
4725
4725
|
* Required scope: statements:pay
|
|
4726
4726
|
*/
|
|
@@ -12332,7 +12332,8 @@ export interface operations {
|
|
|
12332
12332
|
name: string;
|
|
12333
12333
|
icon?: string;
|
|
12334
12334
|
type: string;
|
|
12335
|
-
category
|
|
12335
|
+
/** @description App category, or null for legacy uncategorized apps */
|
|
12336
|
+
category: string | null;
|
|
12336
12337
|
description?: string | null;
|
|
12337
12338
|
extension?: {
|
|
12338
12339
|
url: string;
|
|
@@ -12637,7 +12638,8 @@ export interface operations {
|
|
|
12637
12638
|
name: string;
|
|
12638
12639
|
icon?: string;
|
|
12639
12640
|
type: string;
|
|
12640
|
-
category
|
|
12641
|
+
/** @description App category, or null for legacy uncategorized apps */
|
|
12642
|
+
category: string | null;
|
|
12641
12643
|
description?: string | null;
|
|
12642
12644
|
extension?: {
|
|
12643
12645
|
url: string;
|