@stackone/core 2.27.1 → 2.27.3
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/dist/index.d.cts +2 -0
- package/dist/index.d.mts +2 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1231,6 +1231,7 @@ type BlockContext = {
|
|
|
1231
1231
|
accountSecureId: string;
|
|
1232
1232
|
connectorKey: string;
|
|
1233
1233
|
connectorVersion: string;
|
|
1234
|
+
connectorOwner?: string;
|
|
1234
1235
|
category: Category;
|
|
1235
1236
|
schema?: string;
|
|
1236
1237
|
actionType: ActionType;
|
|
@@ -1690,6 +1691,7 @@ declare const isForeachStep: (step: Step) => step is ForeachStep;
|
|
|
1690
1691
|
type Account = {
|
|
1691
1692
|
providerKey: string;
|
|
1692
1693
|
providerVersion: string;
|
|
1694
|
+
connectorOwner?: string;
|
|
1693
1695
|
authConfigKey: string;
|
|
1694
1696
|
environment: string;
|
|
1695
1697
|
organizationId: string;
|
package/dist/index.d.mts
CHANGED
|
@@ -1230,6 +1230,7 @@ type BlockContext = {
|
|
|
1230
1230
|
accountSecureId: string;
|
|
1231
1231
|
connectorKey: string;
|
|
1232
1232
|
connectorVersion: string;
|
|
1233
|
+
connectorOwner?: string;
|
|
1233
1234
|
category: Category;
|
|
1234
1235
|
schema?: string;
|
|
1235
1236
|
actionType: ActionType;
|
|
@@ -1689,6 +1690,7 @@ declare const isForeachStep: (step: Step) => step is ForeachStep;
|
|
|
1689
1690
|
type Account = {
|
|
1690
1691
|
providerKey: string;
|
|
1691
1692
|
providerVersion: string;
|
|
1693
|
+
connectorOwner?: string;
|
|
1692
1694
|
authConfigKey: string;
|
|
1693
1695
|
environment: string;
|
|
1694
1696
|
organizationId: string;
|