@createiq/backend 1.0.93 → 1.0.94

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.
@@ -3393,6 +3393,9 @@ export type TemplateSettingsDto_TemplatePageSettingsDto = {
3393
3393
 
3394
3394
  export type OneLinkInvitationNegotiationDetailsDto = {
3395
3395
  yourEntityName: string;
3396
+ guestCopyMapping: {
3397
+ [key: string]: string;
3398
+ };
3396
3399
  cancelled: boolean;
3397
3400
  comment?: string;
3398
3401
  counterpartyAccountName: string;
package/dist/index.d.cts CHANGED
@@ -2938,6 +2938,9 @@ type TemplateSettingsDto_TemplatePageSettingsDto = {
2938
2938
  };
2939
2939
  type OneLinkInvitationNegotiationDetailsDto = {
2940
2940
  yourEntityName: string;
2941
+ guestCopyMapping: {
2942
+ [key: string]: string;
2943
+ };
2941
2944
  cancelled: boolean;
2942
2945
  comment?: string;
2943
2946
  counterpartyAccountName: string;
package/dist/index.d.ts CHANGED
@@ -2938,6 +2938,9 @@ type TemplateSettingsDto_TemplatePageSettingsDto = {
2938
2938
  };
2939
2939
  type OneLinkInvitationNegotiationDetailsDto = {
2940
2940
  yourEntityName: string;
2941
+ guestCopyMapping: {
2942
+ [key: string]: string;
2943
+ };
2941
2944
  cancelled: boolean;
2942
2945
  comment?: string;
2943
2946
  counterpartyAccountName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@createiq/backend",
3
- "version": "1.0.93",
3
+ "version": "1.0.94",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.cjs",
@@ -1 +1 @@
1
- e805a6d5f579c90dd77c1ca57eabb10f673d368f2166067892121709fce52e65
1
+ 5c638235659ecef47dda114c7a66778afec526a3212a0c516d2230b66dde8fc3