@vrplatform/api 1.3.1-stage.4017 → 1.3.1-stage.4020
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
|
@@ -11259,6 +11259,7 @@ export interface operations {
|
|
|
11259
11259
|
credentials?: {
|
|
11260
11260
|
[key: string]: unknown;
|
|
11261
11261
|
};
|
|
11262
|
+
uniqueRef?: string;
|
|
11262
11263
|
accountingStartAt?: string | null;
|
|
11263
11264
|
accountingEndAt?: string | null;
|
|
11264
11265
|
};
|