@sanity/client 3.3.5 → 3.3.6
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 +1 -1
- package/sanityClient.d.ts +1 -1
package/package.json
CHANGED
package/sanityClient.d.ts
CHANGED
|
@@ -545,7 +545,7 @@ export class Transaction extends BaseTransaction {
|
|
|
545
545
|
commit(options?: BaseMutationOptions): Promise<MultipleMutationResult>
|
|
546
546
|
}
|
|
547
547
|
|
|
548
|
-
export class ObservableTransaction {
|
|
548
|
+
export class ObservableTransaction extends BaseTransaction {
|
|
549
549
|
constructor(operations?: Mutation[], client?: ObservableSanityClient, transactionId?: string)
|
|
550
550
|
|
|
551
551
|
/**
|