@stackone/core 2.4.1 → 2.5.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/dist/index.d.cts CHANGED
@@ -779,6 +779,13 @@ type OlapSettings = {
779
779
  };
780
780
  };
781
781
  //#endregion
782
+ //#region src/source/types.d.ts
783
+ type Source = {
784
+ sourceType?: string;
785
+ sourceId?: string;
786
+ sourceValue?: string;
787
+ };
788
+ //#endregion
782
789
  //#region src/blocks/types.d.ts
783
790
  type Block = {
784
791
  inputs?: {
@@ -820,9 +827,7 @@ type BlockContext = {
820
827
  actionRunId?: string;
821
828
  originOwnerId?: string;
822
829
  originOwnerName?: string;
823
- sourceType?: string;
824
- sourceId?: string;
825
- sourceValue?: string;
830
+ source?: Source;
826
831
  service: string;
827
832
  resource: string;
828
833
  subResource?: string;
@@ -1184,6 +1189,8 @@ type Account = {
1184
1189
  secureId: string;
1185
1190
  credentials?: Record<string, unknown>;
1186
1191
  projectSecureId: string;
1192
+ originOwnerId?: string;
1193
+ originOwnerName?: string;
1187
1194
  };
1188
1195
  //#endregion
1189
- export { AUTHORIZATION_SCHEMA, type Account, type Action, type ActionResponse, type ActionType, type Assets, type Authentication, type AuthenticationConfig, type AuthenticationField, type Block, type BlockContext, type BlockIndexedRecord, COMPOSITE_ID_LATEST_VERSION, type Category, type CompositeIdentifier, type CompositeIdentifierConfig, type CompositeIdentifierConnectorConfig, type Connector, CoreError, type Cursor, type EnumOneOf, type FieldConfig, INPUT_ENUM_REGISTRY, type Input, type InputLocation, type ReleaseStage, ReleaseStages, type Schema, type SchemaField, type ScopeDefinition, type Settings, type Step, type StepFunction, StepFunctionName, type StepFunctionOutput, type StepFunctionParams, StepFunctionsFactory, stepFunctions as StepFunctionsRegistry, type StepsSnapshots, type SupportConfig, type TestActionConfig, areCursorsEqual, decodeCompositeId, encodeCompositeId, expandCursor, getCategoryDetails, getInputEnumValues, isCompositeId, isCoreError, isCursorEmpty, isValidCategory, isValidEnumRef, minifyCursor, updateCursor };
1196
+ export { AUTHORIZATION_SCHEMA, type Account, type Action, type ActionResponse, type ActionType, type Assets, type Authentication, type AuthenticationConfig, type AuthenticationField, type Block, type BlockContext, type BlockIndexedRecord, COMPOSITE_ID_LATEST_VERSION, type Category, type CompositeIdentifier, type CompositeIdentifierConfig, type CompositeIdentifierConnectorConfig, type Connector, CoreError, type Cursor, type EnumOneOf, type FieldConfig, INPUT_ENUM_REGISTRY, type Input, type InputLocation, type ReleaseStage, ReleaseStages, type Schema, type SchemaField, type ScopeDefinition, type Settings, type Source, type Step, type StepFunction, StepFunctionName, type StepFunctionOutput, type StepFunctionParams, StepFunctionsFactory, stepFunctions as StepFunctionsRegistry, type StepsSnapshots, type SupportConfig, type TestActionConfig, areCursorsEqual, decodeCompositeId, encodeCompositeId, expandCursor, getCategoryDetails, getInputEnumValues, isCompositeId, isCoreError, isCursorEmpty, isValidCategory, isValidEnumRef, minifyCursor, updateCursor };
package/dist/index.d.mts CHANGED
@@ -779,6 +779,13 @@ type OlapSettings = {
779
779
  };
780
780
  };
781
781
  //#endregion
782
+ //#region src/source/types.d.ts
783
+ type Source = {
784
+ sourceType?: string;
785
+ sourceId?: string;
786
+ sourceValue?: string;
787
+ };
788
+ //#endregion
782
789
  //#region src/blocks/types.d.ts
783
790
  type Block = {
784
791
  inputs?: {
@@ -820,9 +827,7 @@ type BlockContext = {
820
827
  actionRunId?: string;
821
828
  originOwnerId?: string;
822
829
  originOwnerName?: string;
823
- sourceType?: string;
824
- sourceId?: string;
825
- sourceValue?: string;
830
+ source?: Source;
826
831
  service: string;
827
832
  resource: string;
828
833
  subResource?: string;
@@ -1184,6 +1189,8 @@ type Account = {
1184
1189
  secureId: string;
1185
1190
  credentials?: Record<string, unknown>;
1186
1191
  projectSecureId: string;
1192
+ originOwnerId?: string;
1193
+ originOwnerName?: string;
1187
1194
  };
1188
1195
  //#endregion
1189
- export { AUTHORIZATION_SCHEMA, type Account, type Action, type ActionResponse, type ActionType, type Assets, type Authentication, type AuthenticationConfig, type AuthenticationField, type Block, type BlockContext, type BlockIndexedRecord, COMPOSITE_ID_LATEST_VERSION, type Category, type CompositeIdentifier, type CompositeIdentifierConfig, type CompositeIdentifierConnectorConfig, type Connector, CoreError, type Cursor, type EnumOneOf, type FieldConfig, INPUT_ENUM_REGISTRY, type Input, type InputLocation, type ReleaseStage, ReleaseStages, type Schema, type SchemaField, type ScopeDefinition, type Settings, type Step, type StepFunction, StepFunctionName, type StepFunctionOutput, type StepFunctionParams, StepFunctionsFactory, stepFunctions as StepFunctionsRegistry, type StepsSnapshots, type SupportConfig, type TestActionConfig, areCursorsEqual, decodeCompositeId, encodeCompositeId, expandCursor, getCategoryDetails, getInputEnumValues, isCompositeId, isCoreError, isCursorEmpty, isValidCategory, isValidEnumRef, minifyCursor, updateCursor };
1196
+ export { AUTHORIZATION_SCHEMA, type Account, type Action, type ActionResponse, type ActionType, type Assets, type Authentication, type AuthenticationConfig, type AuthenticationField, type Block, type BlockContext, type BlockIndexedRecord, COMPOSITE_ID_LATEST_VERSION, type Category, type CompositeIdentifier, type CompositeIdentifierConfig, type CompositeIdentifierConnectorConfig, type Connector, CoreError, type Cursor, type EnumOneOf, type FieldConfig, INPUT_ENUM_REGISTRY, type Input, type InputLocation, type ReleaseStage, ReleaseStages, type Schema, type SchemaField, type ScopeDefinition, type Settings, type Source, type Step, type StepFunction, StepFunctionName, type StepFunctionOutput, type StepFunctionParams, StepFunctionsFactory, stepFunctions as StepFunctionsRegistry, type StepsSnapshots, type SupportConfig, type TestActionConfig, areCursorsEqual, decodeCompositeId, encodeCompositeId, expandCursor, getCategoryDetails, getInputEnumValues, isCompositeId, isCoreError, isCursorEmpty, isValidCategory, isValidEnumRef, minifyCursor, updateCursor };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackone/core",
3
- "version": "2.4.1",
3
+ "version": "2.5.0",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",