@vrplatform/api 1.3.1-stage.1685 → 1.3.1-stage.1687

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
@@ -6,7 +6,7 @@
6
6
  "typings": "build/main/index.d.ts",
7
7
  "module": "build/module/index.js"
8
8
  },
9
- "version": "1.3.1-stage.1685",
9
+ "version": "1.3.1-stage.1687",
10
10
  "description": "",
11
11
  "main": "build/main/index.js",
12
12
  "module": "build/module/index.js",
@@ -29179,6 +29179,7 @@ export interface operations {
29179
29179
  /** @description Currency in ISO 4217 format, will be converted to lowercase */
29180
29180
  currency: string;
29181
29181
  updatedAt?: string | null;
29182
+ transactionId?: string | null;
29182
29183
  };
29183
29184
  };
29184
29185
  };
@@ -29293,6 +29294,7 @@ export interface operations {
29293
29294
  /** @description Currency in ISO 4217 format, will be converted to lowercase */
29294
29295
  currency: string;
29295
29296
  updatedAt?: string | null;
29297
+ transactionId?: string | null;
29296
29298
  };
29297
29299
  };
29298
29300
  };