@createiq/backend 1.0.92 → 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 +4 -0
- package/dist/index.d.cts +4 -0
- package/dist/index.d.ts +4 -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;
|
|
@@ -9279,6 +9282,7 @@ export type listAllPresetsForSubAccountV2Data = {
|
|
|
9279
9282
|
* Free text search to query listed presets by name
|
|
9280
9283
|
*/
|
|
9281
9284
|
query?: string;
|
|
9285
|
+
documentId?: Array<string>;
|
|
9282
9286
|
};
|
|
9283
9287
|
url: '/api/v2/subAccounts/{subAccountId}/presets';
|
|
9284
9288
|
};
|
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;
|
|
@@ -8089,6 +8092,7 @@ type listAllPresetsForSubAccountV2Data = {
|
|
|
8089
8092
|
* Free text search to query listed presets by name
|
|
8090
8093
|
*/
|
|
8091
8094
|
query?: string;
|
|
8095
|
+
documentId?: Array<string>;
|
|
8092
8096
|
};
|
|
8093
8097
|
url: '/api/v2/subAccounts/{subAccountId}/presets';
|
|
8094
8098
|
};
|
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;
|
|
@@ -8089,6 +8092,7 @@ type listAllPresetsForSubAccountV2Data = {
|
|
|
8089
8092
|
* Free text search to query listed presets by name
|
|
8090
8093
|
*/
|
|
8091
8094
|
query?: string;
|
|
8095
|
+
documentId?: Array<string>;
|
|
8092
8096
|
};
|
|
8093
8097
|
url: '/api/v2/subAccounts/{subAccountId}/presets';
|
|
8094
8098
|
};
|
package/package.json
CHANGED
package/swagger.json.sha256
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
5c638235659ecef47dda114c7a66778afec526a3212a0c516d2230b66dde8fc3
|