@coast/core-types 0.0.16 → 0.0.17
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/application/Id.d.ts +2 -0
- package/dist/application/Id.js +3 -0
- package/dist/application/Id.js.map +1 -0
- package/dist/auth/keys/ApiKeyId.d.ts +3 -0
- package/dist/auth/keys/ApiKeyId.js +7 -0
- package/dist/auth/keys/ApiKeyId.js.map +1 -0
- package/dist/automations/AutomationId.d.ts +3 -0
- package/dist/automations/AutomationId.js +7 -0
- package/dist/automations/AutomationId.js.map +1 -0
- package/dist/automations/action/AutomationActionId.d.ts +3 -0
- package/dist/automations/action/AutomationActionId.js +7 -0
- package/dist/automations/action/AutomationActionId.js.map +1 -0
- package/dist/automations/action/audit/AutomationActionAuditId.d.ts +3 -0
- package/dist/automations/action/audit/AutomationActionAuditId.js +7 -0
- package/dist/automations/action/audit/AutomationActionAuditId.js.map +1 -0
- package/dist/business/BusinessId.d.ts +3 -0
- package/dist/business/BusinessId.js +7 -0
- package/dist/business/BusinessId.js.map +1 -0
- package/dist/channel/ChannelSlug.d.ts +3 -0
- package/dist/channel/ChannelSlug.js +7 -0
- package/dist/channel/ChannelSlug.js.map +1 -0
- package/dist/channel/WorkspaceId.d.ts +3 -0
- package/dist/channel/WorkspaceId.js +7 -0
- package/dist/channel/WorkspaceId.js.map +1 -0
- package/dist/common/HmacSecretKey.d.ts +3 -0
- package/dist/common/HmacSecretKey.js +7 -0
- package/dist/common/HmacSecretKey.js.map +1 -0
- package/dist/common/ISODateString.d.ts +3 -0
- package/dist/common/ISODateString.js +7 -0
- package/dist/common/ISODateString.js.map +1 -0
- package/dist/common/RRuleString.d.ts +3 -0
- package/dist/common/RRuleString.js +7 -0
- package/dist/common/RRuleString.js.map +1 -0
- package/dist/file-operations/FileOperationId.d.ts +3 -0
- package/dist/file-operations/FileOperationId.js +8 -0
- package/dist/file-operations/FileOperationId.js.map +1 -0
- package/dist/file-storage/FileId.d.ts +3 -0
- package/dist/file-storage/FileId.js +7 -0
- package/dist/file-storage/FileId.js.map +1 -0
- package/dist/shared-link/SharedCardLinkId.d.ts +3 -0
- package/dist/shared-link/SharedCardLinkId.js +7 -0
- package/dist/shared-link/SharedCardLinkId.js.map +1 -0
- package/dist/user/UserId.d.ts +4 -0
- package/dist/user/UserId.js +7 -0
- package/dist/user/UserId.js.map +1 -0
- package/dist/user/group/UserGroupId.d.ts +3 -0
- package/dist/user/group/UserGroupId.js +7 -0
- package/dist/user/group/UserGroupId.js.map +1 -0
- package/dist/view-template/ViewTemplateId.d.ts +3 -0
- package/dist/view-template/ViewTemplateId.js +7 -0
- package/dist/view-template/ViewTemplateId.js.map +1 -0
- package/dist/view-template-layout/ViewTemplateLayoutId.d.ts +3 -0
- package/dist/view-template-layout/ViewTemplateLayoutId.js +7 -0
- package/dist/view-template-layout/ViewTemplateLayoutId.js.map +1 -0
- package/dist/view-template-layout/ViewTemplateLayoutItemId.d.ts +3 -0
- package/dist/view-template-layout/ViewTemplateLayoutItemId.js +7 -0
- package/dist/view-template-layout/ViewTemplateLayoutItemId.js.map +1 -0
- package/dist/workflow-app/bundle/BundleId.d.ts +3 -0
- package/dist/workflow-app/bundle/BundleId.js +7 -0
- package/dist/workflow-app/bundle/BundleId.js.map +1 -0
- package/dist/workflow-entity/WorkflowEntityEventId.d.ts +3 -0
- package/dist/workflow-entity/WorkflowEntityEventId.js +7 -0
- package/dist/workflow-entity/WorkflowEntityEventId.js.map +1 -0
- package/dist/workflow-entity/recurring/RecurringEntitiesScheduleId.d.ts +3 -0
- package/dist/workflow-entity/recurring/RecurringEntitiesScheduleId.js +7 -0
- package/dist/workflow-entity/recurring/RecurringEntitiesScheduleId.js.map +1 -0
- package/dist/workflow-entity/sort/LexoSortKey.d.ts +3 -0
- package/dist/workflow-entity/sort/LexoSortKey.js +7 -0
- package/dist/workflow-entity/sort/LexoSortKey.js.map +1 -0
- package/dist/workflow-template/WorkflowTemplateId.d.ts +3 -0
- package/dist/workflow-template/WorkflowTemplateId.js +7 -0
- package/dist/workflow-template/WorkflowTemplateId.js.map +1 -0
- package/dist/workflow-template/components/ComponentId.d.ts +3 -0
- package/dist/workflow-template/components/ComponentId.js +7 -0
- package/dist/workflow-template/components/ComponentId.js.map +1 -0
- package/dist/workspace-section/WorkspaceSectionId.d.ts +3 -0
- package/dist/workspace-section/WorkspaceSectionId.js +7 -0
- package/dist/workspace-section/WorkspaceSectionId.js.map +1 -0
- package/package.json +1 -1
- package/src/application/Id.ts +3 -0
- package/src/auth/keys/ApiKeyId.ts +8 -0
- package/src/automations/AutomationId.ts +8 -0
- package/src/automations/action/AutomationActionId.ts +8 -0
- package/src/automations/action/audit/AutomationActionAuditId.ts +8 -0
- package/src/business/BusinessId.ts +8 -0
- package/src/channel/ChannelSlug.ts +8 -0
- package/src/channel/WorkspaceId.ts +8 -0
- package/src/common/HmacSecretKey.ts +8 -0
- package/src/common/ISODateString.ts +8 -0
- package/src/common/RRuleString.ts +8 -0
- package/src/file-operations/FileOperationId.ts +8 -0
- package/src/file-storage/FileId.ts +8 -0
- package/src/shared-link/SharedCardLinkId.ts +8 -0
- package/src/user/UserId.ts +16 -0
- package/src/user/group/UserGroupId.ts +8 -0
- package/src/view-template/ViewTemplateId.ts +8 -0
- package/src/view-template-layout/ViewTemplateLayoutId.ts +8 -0
- package/src/view-template-layout/ViewTemplateLayoutItemId.ts +8 -0
- package/src/workflow-app/bundle/BundleId.ts +8 -0
- package/src/workflow-entity/WorkflowEntityEventId.ts +8 -0
- package/src/workflow-entity/recurring/RecurringEntitiesScheduleId.ts +8 -0
- package/src/workflow-entity/sort/LexoSortKey.ts +8 -0
- package/src/workflow-template/WorkflowTemplateId.ts +8 -0
- package/src/workflow-template/components/ComponentId.ts +8 -0
- package/src/workspace-section/WorkspaceSectionId.ts +8 -0
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Id.js","sourceRoot":"","sources":["../../src/application/Id.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApiKeyId.js","sourceRoot":"","sources":["../../../src/auth/keys/ApiKeyId.ts"],"names":[],"mappings":";;AAKA,4BAEC;AAFD,SAAgB,QAAQ,CAAC,EAAU;IAC/B,OAAO,EAAc,CAAC;AAC1B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AutomationId.js","sourceRoot":"","sources":["../../src/automations/AutomationId.ts"],"names":[],"mappings":";;AAKA,oCAEC;AAFD,SAAgB,YAAY,CAAC,EAAU;IACnC,OAAO,EAAkB,CAAC;AAC9B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AutomationActionId.js","sourceRoot":"","sources":["../../../src/automations/action/AutomationActionId.ts"],"names":[],"mappings":";;AAKA,gDAEC;AAFD,SAAgB,kBAAkB,CAAC,EAAU;IACzC,OAAO,EAAwB,CAAC;AACpC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AutomationActionAuditId.js","sourceRoot":"","sources":["../../../../src/automations/action/audit/AutomationActionAuditId.ts"],"names":[],"mappings":";;AAKA,0DAEC;AAFD,SAAgB,uBAAuB,CAAC,EAAU;IAC9C,OAAO,EAA6B,CAAC;AACzC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BusinessId.js","sourceRoot":"","sources":["../../src/business/BusinessId.ts"],"names":[],"mappings":";;AAKA,gCAEC;AAFD,SAAgB,UAAU,CAAC,EAAU;IACjC,OAAO,EAAgB,CAAC;AAC5B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChannelSlug.js","sourceRoot":"","sources":["../../src/channel/ChannelSlug.ts"],"names":[],"mappings":";;AAKA,kCAEC;AAFD,SAAgB,WAAW,CAAC,KAAa;IACrC,OAAO,KAAoB,CAAC;AAChC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WorkspaceId.js","sourceRoot":"","sources":["../../src/channel/WorkspaceId.ts"],"names":[],"mappings":";;AAKA,kCAEC;AAFD,SAAgB,WAAW,CAAC,EAAU;IAClC,OAAO,EAAiB,CAAC;AAC7B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HmacSecretKey.js","sourceRoot":"","sources":["../../src/common/HmacSecretKey.ts"],"names":[],"mappings":";;AAKA,sCAEC;AAFD,SAAgB,aAAa,CAAC,KAAa;IACvC,OAAO,KAAsB,CAAC;AAClC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ISODateString.js","sourceRoot":"","sources":["../../src/common/ISODateString.ts"],"names":[],"mappings":";;AAKA,sCAEC;AAFD,SAAgB,aAAa,CAAC,KAAa;IACvC,OAAO,KAAsB,CAAC;AAClC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RRuleString.js","sourceRoot":"","sources":["../../src/common/RRuleString.ts"],"names":[],"mappings":";;AAKA,kCAEC;AAFD,SAAgB,WAAW,CAAC,KAAa;IACrC,OAAO,KAAoB,CAAC;AAChC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FileOperationId.js","sourceRoot":"","sources":["../../src/file-operations/FileOperationId.ts"],"names":[],"mappings":";;;AAKO,MAAM,eAAe,GAAG,CAAC,EAAU,EAAmB,EAAE;IAC3D,OAAO,EAAqB,CAAC;AACjC,CAAC,CAAC;AAFW,QAAA,eAAe,mBAE1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FileId.js","sourceRoot":"","sources":["../../src/file-storage/FileId.ts"],"names":[],"mappings":";;AAKA,wBAEC;AAFD,SAAgB,MAAM,CAAC,EAAU;IAC7B,OAAO,EAAY,CAAC;AACxB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SharedCardLinkId.js","sourceRoot":"","sources":["../../src/shared-link/SharedCardLinkId.ts"],"names":[],"mappings":";;AAKA,4CAEC;AAFD,SAAgB,gBAAgB,CAAC,KAAa;IAC1C,OAAO,KAAyB,CAAC;AACrC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserId.js","sourceRoot":"","sources":["../../src/user/UserId.ts"],"names":[],"mappings":";;AAaA,wBAEC;AAFD,SAAgB,MAAM,CAAmB,KAAa;IAClD,OAAO,KAAU,CAAC;AACtB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserGroupId.js","sourceRoot":"","sources":["../../../src/user/group/UserGroupId.ts"],"names":[],"mappings":";;AAKA,kCAEC;AAFD,SAAgB,WAAW,CAAC,EAAU;IAClC,OAAO,EAAiB,CAAC;AAC7B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ViewTemplateId.js","sourceRoot":"","sources":["../../src/view-template/ViewTemplateId.ts"],"names":[],"mappings":";;AAKA,wCAEC;AAFD,SAAgB,cAAc,CAAC,EAAU;IACrC,OAAO,EAAoB,CAAC;AAChC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ViewTemplateLayoutId.js","sourceRoot":"","sources":["../../src/view-template-layout/ViewTemplateLayoutId.ts"],"names":[],"mappings":";;AAKA,oDAEC;AAFD,SAAgB,oBAAoB,CAAC,EAAU;IAC3C,OAAO,EAA0B,CAAC;AACtC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ViewTemplateLayoutItemId.js","sourceRoot":"","sources":["../../src/view-template-layout/ViewTemplateLayoutItemId.ts"],"names":[],"mappings":";;AAKA,0DAEC;AAFD,SAAgB,uBAAuB,CAAC,EAAU;IAC9C,OAAO,EAA8B,CAAC;AAC1C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BundleId.js","sourceRoot":"","sources":["../../../src/workflow-app/bundle/BundleId.ts"],"names":[],"mappings":";;AAKA,4BAEC;AAFD,SAAgB,QAAQ,CAAC,EAAU;IAC/B,OAAO,EAAc,CAAC;AAC1B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WorkflowEntityEventId.js","sourceRoot":"","sources":["../../src/workflow-entity/WorkflowEntityEventId.ts"],"names":[],"mappings":";;AAKA,sDAEC;AAFD,SAAgB,qBAAqB,CAAC,EAAU;IAC5C,OAAO,EAA2B,CAAC;AACvC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RecurringEntitiesScheduleId.js","sourceRoot":"","sources":["../../../src/workflow-entity/recurring/RecurringEntitiesScheduleId.ts"],"names":[],"mappings":";;AAKA,kEAEC;AAFD,SAAgB,2BAA2B,CAAC,EAAU;IAClD,OAAO,EAAiC,CAAC;AAC7C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LexoSortKey.js","sourceRoot":"","sources":["../../../src/workflow-entity/sort/LexoSortKey.ts"],"names":[],"mappings":";;AAKA,kCAEC;AAFD,SAAgB,WAAW,CAAC,GAAW;IACnC,OAAO,GAAkB,CAAC;AAC9B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WorkflowTemplateId.js","sourceRoot":"","sources":["../../src/workflow-template/WorkflowTemplateId.ts"],"names":[],"mappings":";;AAKA,gDAEC;AAFD,SAAgB,kBAAkB,CAAC,EAAU;IACzC,OAAO,EAAwB,CAAC;AACpC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ComponentId.js","sourceRoot":"","sources":["../../../src/workflow-template/components/ComponentId.ts"],"names":[],"mappings":";;AAKA,kCAEC;AAFD,SAAgB,WAAW,CAAC,KAAa;IACrC,OAAO,KAAoB,CAAC;AAChC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WorkspaceSectionId.js","sourceRoot":"","sources":["../../src/workspace-section/WorkspaceSectionId.ts"],"names":[],"mappings":";;AAKA,gDAEC;AAFD,SAAgB,kBAAkB,CAAC,EAAU;IACzC,OAAO,EAAwB,CAAC;AACpC,CAAC"}
|
package/package.json
CHANGED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Brand } from '@paradoxical-io/types';
|
|
2
|
+
|
|
3
|
+
export type AutomationActionId = Brand<string, 'AutomationActionId'>;
|
|
4
|
+
|
|
5
|
+
// eslint-disable-next-line no-restricted-syntax
|
|
6
|
+
export function AutomationActionId(id: string): AutomationActionId {
|
|
7
|
+
return id as AutomationActionId;
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Brand } from '@paradoxical-io/types';
|
|
2
|
+
|
|
3
|
+
export type AutomationActionAuditId = Brand<string, 'AutomationActionAuditId'>;
|
|
4
|
+
|
|
5
|
+
// eslint-disable-next-line no-restricted-syntax
|
|
6
|
+
export function AutomationActionAuditId(id: string): AutomationActionAuditId {
|
|
7
|
+
return id as AutomationActionAuditId;
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Brand } from '@paradoxical-io/types';
|
|
2
|
+
|
|
3
|
+
export type FileOperationId = Brand<string, 'FileOperationId'>;
|
|
4
|
+
|
|
5
|
+
// eslint-disable-next-line no-restricted-syntax
|
|
6
|
+
export const FileOperationId = (id: string): FileOperationId => {
|
|
7
|
+
return id as FileOperationId;
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Brand } from '@paradoxical-io/types';
|
|
2
|
+
|
|
3
|
+
export type SharedCardLinkId = Brand<string, 'SharedCardLinkId'>;
|
|
4
|
+
|
|
5
|
+
// eslint-disable-next-line no-restricted-syntax
|
|
6
|
+
export function SharedCardLinkId(value: string): SharedCardLinkId {
|
|
7
|
+
return value as SharedCardLinkId;
|
|
8
|
+
}
|