@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.
- package/client/types.gen.ts +3 -0
- package/dist/index.d.cts +3 -0
- package/dist/index.d.ts +3 -0
- package/package.json +1 -1
- package/swagger.json.sha256 +1 -1
package/client/types.gen.ts
CHANGED
|
@@ -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
package/swagger.json.sha256
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
5c638235659ecef47dda114c7a66778afec526a3212a0c516d2230b66dde8fc3
|