@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.
@@ -29178,6 +29178,7 @@ export interface operations {
29178
29178
  /** @description Currency in ISO 4217 format, will be converted to lowercase */
29179
29179
  currency: string;
29180
29180
  updatedAt?: string | null;
29181
+ transactionId?: string | null;
29181
29182
  };
29182
29183
  };
29183
29184
  };
@@ -29292,6 +29293,7 @@ export interface operations {
29292
29293
  /** @description Currency in ISO 4217 format, will be converted to lowercase */
29293
29294
  currency: string;
29294
29295
  updatedAt?: string | null;
29296
+ transactionId?: string | null;
29295
29297
  };
29296
29298
  };
29297
29299
  };