@createiq/backend 1.0.62 → 1.0.63

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.
@@ -317,6 +317,7 @@ export type ValidInvitationResponseDto = {
317
317
  email: string;
318
318
  accountName?: string;
319
319
  companyDomainName: string;
320
+ canCreateAccount: boolean;
320
321
  needsCompanyName: boolean;
321
322
  oneLink?: OneLinkInvitationDetailsDto;
322
323
  invitationCode: string;
package/dist/index.d.cts CHANGED
@@ -282,6 +282,7 @@ type ValidInvitationResponseDto = {
282
282
  email: string;
283
283
  accountName?: string;
284
284
  companyDomainName: string;
285
+ canCreateAccount: boolean;
285
286
  needsCompanyName: boolean;
286
287
  oneLink?: OneLinkInvitationDetailsDto;
287
288
  invitationCode: string;
package/dist/index.d.ts CHANGED
@@ -282,6 +282,7 @@ type ValidInvitationResponseDto = {
282
282
  email: string;
283
283
  accountName?: string;
284
284
  companyDomainName: string;
285
+ canCreateAccount: boolean;
285
286
  needsCompanyName: boolean;
286
287
  oneLink?: OneLinkInvitationDetailsDto;
287
288
  invitationCode: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@createiq/backend",
3
- "version": "1.0.62",
3
+ "version": "1.0.63",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.cjs",
@@ -1 +1 @@
1
- a37b6abee32e295dae483d3cb97d8b78bf1aa1d685e85e510d18817ae159cd74
1
+ 5625fd613a091333bb0aaea8bb7589310a71102beb44f0486a2c934f9e8a6401