@olympeio/runtime-node 9.7.2 → 9.8.0
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/import/olympe.dm/datamodel/.Primordial.newInst.json +1 -1
- package/import/olympe.dm/datamodel/00_bootstrap.newInst.json +1 -1
- package/import/olympe.dm/datamodel/00_bootstrap.newRel.json +1 -1
- package/import/olympe.dm/datamodel/02_permissions.newInst.json +1 -1
- package/import/olympe.dm/datamodel/04_modules.newInst.json +1 -1
- package/import/olympe.dm/datamodel/05_permission_schema.updateInst.json +1 -1
- package/import/olympe.sc/datamodel/00_primordial.newInst.json +1 -1
- package/import/olympe.sc/datamodel/01_language.newInst.json +1 -1
- package/import/olympe.sc/datamodel/04_data_types.newInst.json +1 -1
- package/index.js +909 -877
- package/package.json +1 -1
- package/types/cloud.d.ts +4 -1
package/package.json
CHANGED
package/types/cloud.d.ts
CHANGED
|
@@ -561,7 +561,10 @@ export class Transaction {
|
|
|
561
561
|
|
|
562
562
|
/**
|
|
563
563
|
* Execute atomically a transaction at the data source and returns the transaction result if succeeds.
|
|
564
|
-
* The `large` mode sends the transaction over HTTP
|
|
564
|
+
* The `large` mode sends the transaction over HTTP, this has the following incidence:
|
|
565
|
+
* - Quicker processing of transaction
|
|
566
|
+
* - Allows transactions with no limit of size
|
|
567
|
+
* - Cannot be used when logged as Guest
|
|
565
568
|
*
|
|
566
569
|
* @return promise resolving with the corresponding TransactionResult if the transaction succeeds,
|
|
567
570
|
* rejecting if the transaction fails.
|