@createiq/backend 1.0.45 → 1.0.47

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/sdk.gen.ts CHANGED
@@ -4143,7 +4143,11 @@ export const renameExecutionAttachment = <ThrowOnError extends boolean = false>(
4143
4143
  }
4144
4144
  ],
4145
4145
  url: '/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/executionAttachment/{oldFileName}',
4146
- ...options
4146
+ ...options,
4147
+ headers: {
4148
+ 'Content-Type': 'application/json',
4149
+ ...options?.headers
4150
+ }
4147
4151
  });
4148
4152
  };
4149
4153
 
@@ -1311,10 +1311,11 @@ export type SendGroupToCounterpartyRequestDto = {
1311
1311
  };
1312
1312
 
1313
1313
  export type SSOConfigDto = {
1314
+ x5cExpiry?: string;
1314
1315
  issuerUrl: string;
1315
- ssoUrl: string;
1316
1316
  x5c: string;
1317
- x5cExpiry?: string;
1317
+ ssoUrl: string;
1318
+ useJITGroupsClaimPermissioning: boolean;
1318
1319
  };
1319
1320
 
1320
1321
  export type LegacySidedNegotiationCountsDto = {
@@ -3558,6 +3559,10 @@ export type AdvisorAccountRelationshipsDto = {
3558
3559
  availableActions: ContextAvailableActionsDto;
3559
3560
  };
3560
3561
 
3562
+ export type RenameExecutionAttachmentDto = {
3563
+ newFileName: string;
3564
+ };
3565
+
3561
3566
  export type PresetHealth = 'ok' | 'blocked';
3562
3567
 
3563
3568
  export type AdvisorRequestSummaryDto = {
@@ -6614,7 +6619,7 @@ export type DeleteSignedSignaturePageForParty_Data = {
6614
6619
  path: {
6615
6620
  subAccountId: string;
6616
6621
  negotiationId: string;
6617
- pageId: string;
6622
+ pageId: unknown;
6618
6623
  };
6619
6624
  query?: never;
6620
6625
  url: '/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/signature/{pageId}/signed/pdf';
@@ -6632,7 +6637,7 @@ export type SetSignedSignaturePageForParty_Data = {
6632
6637
  path: {
6633
6638
  subAccountId: string;
6634
6639
  negotiationId: string;
6635
- pageId: string;
6640
+ pageId: unknown;
6636
6641
  };
6637
6642
  query?: never;
6638
6643
  url: '/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/signature/{pageId}/signed/pdf';
@@ -7454,7 +7459,7 @@ export type GetSignedSignaturePagePdf_Data = {
7454
7459
  path: {
7455
7460
  subAccountId: string;
7456
7461
  negotiationId: string;
7457
- sigPageId: string;
7462
+ sigPageId: unknown;
7458
7463
  };
7459
7464
  query?: never;
7460
7465
  url: '/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/signature/{sigPageId}/signed/pdf';
@@ -10018,7 +10023,7 @@ export type AcceptAllPositionsFromPreviousVersion_Responses = {
10018
10023
  export type AcceptAllPositionsFromPreviousVersion_Response = AcceptAllPositionsFromPreviousVersion_Responses[keyof AcceptAllPositionsFromPreviousVersion_Responses];
10019
10024
 
10020
10025
  export type RenameExecutionAttachment_Data = {
10021
- body?: never;
10026
+ body: RenameExecutionAttachmentDto;
10022
10027
  path: {
10023
10028
  subAccountId: string;
10024
10029
  negotiationId: string;
@@ -10764,7 +10769,7 @@ export type CreateSignaturePagePdf_Data = {
10764
10769
  path: {
10765
10770
  subAccountId: string;
10766
10771
  negotiationId: string;
10767
- pageId: string;
10772
+ pageId: unknown;
10768
10773
  };
10769
10774
  query?: never;
10770
10775
  url: '/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/signature/{pageId}/pdf';
package/dist/index.cjs CHANGED
@@ -3311,7 +3311,11 @@ var renameExecutionAttachment = (options) => {
3311
3311
  }
3312
3312
  ],
3313
3313
  url: "/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/executionAttachment/{oldFileName}",
3314
- ...options
3314
+ ...options,
3315
+ headers: {
3316
+ "Content-Type": "application/json",
3317
+ ...options?.headers
3318
+ }
3315
3319
  });
3316
3320
  };
3317
3321
  var getNestedAnswers = (options) => {