@elliemae/pui-scripting-object 1.16.11 → 1.17.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.
@@ -61,18 +61,12 @@ export interface ITransactionV2 extends IScriptingObject {
61
61
  */
62
62
  get(id: string): Promise<TransactionDetails>;
63
63
  /**
64
- * Get origination and context
64
+ * Creates new origin and context.
65
65
  *
66
66
  * @returns service setup origination information
67
67
  * @throws OriginNotFound error when origin is not found
68
68
  */
69
- getOrigin(): Promise<OriginDetails>;
70
- /**
71
- * refresh origination context, if current one expires.
72
- *
73
- * @returns origination information
74
- */
75
- refreshOrigin(): Promise<OriginDetails>;
69
+ createOrigin(): Promise<OriginDetails>;
76
70
  /**
77
71
  * update existing transaction.
78
72
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-scripting-object",
3
- "version": "1.16.11",
3
+ "version": "1.17.0",
4
4
  "description": "Typescript defintions for Scripting Objects",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/cjs/index.js",