@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
package/src/generated/v1.ts
CHANGED
|
@@ -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
|
};
|