@vrplatform/api 1.3.0-stage.1098 → 1.3.0-stage.1103
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
|
@@ -21394,8 +21394,7 @@ export interface operations {
|
|
|
21394
21394
|
effects: {
|
|
21395
21395
|
/** Format: uuid */
|
|
21396
21396
|
id: string;
|
|
21397
|
-
|
|
21398
|
-
effectType: "REFRESH_RESERVATION_JOURNAL" | "REFRESH_TRANSACTION_JOURNAL" | "CREATE_RECURRING_TRANSACTION_INSTANCE" | "UPDATE_RECURRING_TRANSACTION_INSTANCES" | "DEACTIVATE_RECURRING_TEMPLATE" | "UPDATE_RESERVATION_PAYMENTS" | "UPDATE_RESERVATION_LINKABLES" | "MATCH_TRANSACTION_LINE_TO_RESERVATION" | "MATCH_RESERVATION_TO_STRIPE_DEPOSIT" | "TEST_EFFECT" | "TENANT_HYPERLINE_SYNC" | "TENANT_CLERK_ALLOWED_IDS_SYNC" | "TENANT_LINEAR_WEBHOOK" | "TENANT_SUSPENSION_EMAIL" | "TENANT_STATUS_TRACK" | "CALENDAR_BLOCK_ACTION";
|
|
21397
|
+
effectType: string;
|
|
21399
21398
|
payload?: unknown;
|
|
21400
21399
|
/** @enum {string} */
|
|
21401
21400
|
status: "pending" | "claimed" | "running" | "completed" | "failed" | "dead_letter";
|