@createiq/backend 1.0.44 → 1.0.46

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.
@@ -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 = {
@@ -1355,6 +1356,7 @@ export type NotificationContextDto = {
1355
1356
 
1356
1357
  export type NamedApproverDto = {
1357
1358
  decisionReached?: string;
1359
+ brokenBecause?: string;
1358
1360
  profileColour: '#000000' | '#6750A4' | '#5C6B8A' | '#008569' | '#F5A623' | '#0172B1' | '#DC2773' | '#B3261E';
1359
1361
  decision?: string;
1360
1362
  eventId?: string;
@@ -6613,7 +6615,7 @@ export type DeleteSignedSignaturePageForParty_Data = {
6613
6615
  path: {
6614
6616
  subAccountId: string;
6615
6617
  negotiationId: string;
6616
- pageId: string;
6618
+ pageId: unknown;
6617
6619
  };
6618
6620
  query?: never;
6619
6621
  url: '/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/signature/{pageId}/signed/pdf';
@@ -6631,7 +6633,7 @@ export type SetSignedSignaturePageForParty_Data = {
6631
6633
  path: {
6632
6634
  subAccountId: string;
6633
6635
  negotiationId: string;
6634
- pageId: string;
6636
+ pageId: unknown;
6635
6637
  };
6636
6638
  query?: never;
6637
6639
  url: '/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/signature/{pageId}/signed/pdf';
@@ -7453,7 +7455,7 @@ export type GetSignedSignaturePagePdf_Data = {
7453
7455
  path: {
7454
7456
  subAccountId: string;
7455
7457
  negotiationId: string;
7456
- sigPageId: string;
7458
+ sigPageId: unknown;
7457
7459
  };
7458
7460
  query?: never;
7459
7461
  url: '/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/signature/{sigPageId}/signed/pdf';
@@ -10763,7 +10765,7 @@ export type CreateSignaturePagePdf_Data = {
10763
10765
  path: {
10764
10766
  subAccountId: string;
10765
10767
  negotiationId: string;
10766
- pageId: string;
10768
+ pageId: unknown;
10767
10769
  };
10768
10770
  query?: never;
10769
10771
  url: '/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/signature/{pageId}/pdf';
package/dist/index.d.cts CHANGED
@@ -1153,10 +1153,11 @@ type SendGroupToCounterpartyRequestDto = {
1153
1153
  attachDocx?: boolean;
1154
1154
  };
1155
1155
  type SSOConfigDto = {
1156
+ x5cExpiry?: string;
1156
1157
  issuerUrl: string;
1157
- ssoUrl: string;
1158
1158
  x5c: string;
1159
- x5cExpiry?: string;
1159
+ ssoUrl: string;
1160
+ useJITGroupsClaimPermissioning: boolean;
1160
1161
  };
1161
1162
  type LegacySidedNegotiationCountsDto = {
1162
1163
  executions: number;
@@ -1191,6 +1192,7 @@ type NotificationContextDto = {
1191
1192
  };
1192
1193
  type NamedApproverDto = {
1193
1194
  decisionReached?: string;
1195
+ brokenBecause?: string;
1194
1196
  profileColour: '#000000' | '#6750A4' | '#5C6B8A' | '#008569' | '#F5A623' | '#0172B1' | '#DC2773' | '#B3261E';
1195
1197
  decision?: string;
1196
1198
  eventId?: string;
@@ -5752,7 +5754,7 @@ type DeleteSignedSignaturePageForParty_Data = {
5752
5754
  path: {
5753
5755
  subAccountId: string;
5754
5756
  negotiationId: string;
5755
- pageId: string;
5757
+ pageId: unknown;
5756
5758
  };
5757
5759
  query?: never;
5758
5760
  url: '/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/signature/{pageId}/signed/pdf';
@@ -5768,7 +5770,7 @@ type SetSignedSignaturePageForParty_Data = {
5768
5770
  path: {
5769
5771
  subAccountId: string;
5770
5772
  negotiationId: string;
5771
- pageId: string;
5773
+ pageId: unknown;
5772
5774
  };
5773
5775
  query?: never;
5774
5776
  url: '/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/signature/{pageId}/signed/pdf';
@@ -6484,7 +6486,7 @@ type GetSignedSignaturePagePdf_Data = {
6484
6486
  path: {
6485
6487
  subAccountId: string;
6486
6488
  negotiationId: string;
6487
- sigPageId: string;
6489
+ sigPageId: unknown;
6488
6490
  };
6489
6491
  query?: never;
6490
6492
  url: '/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/signature/{sigPageId}/signed/pdf';
@@ -9378,7 +9380,7 @@ type CreateSignaturePagePdf_Data = {
9378
9380
  path: {
9379
9381
  subAccountId: string;
9380
9382
  negotiationId: string;
9381
- pageId: string;
9383
+ pageId: unknown;
9382
9384
  };
9383
9385
  query?: never;
9384
9386
  url: '/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/signature/{pageId}/pdf';
package/dist/index.d.ts CHANGED
@@ -1153,10 +1153,11 @@ type SendGroupToCounterpartyRequestDto = {
1153
1153
  attachDocx?: boolean;
1154
1154
  };
1155
1155
  type SSOConfigDto = {
1156
+ x5cExpiry?: string;
1156
1157
  issuerUrl: string;
1157
- ssoUrl: string;
1158
1158
  x5c: string;
1159
- x5cExpiry?: string;
1159
+ ssoUrl: string;
1160
+ useJITGroupsClaimPermissioning: boolean;
1160
1161
  };
1161
1162
  type LegacySidedNegotiationCountsDto = {
1162
1163
  executions: number;
@@ -1191,6 +1192,7 @@ type NotificationContextDto = {
1191
1192
  };
1192
1193
  type NamedApproverDto = {
1193
1194
  decisionReached?: string;
1195
+ brokenBecause?: string;
1194
1196
  profileColour: '#000000' | '#6750A4' | '#5C6B8A' | '#008569' | '#F5A623' | '#0172B1' | '#DC2773' | '#B3261E';
1195
1197
  decision?: string;
1196
1198
  eventId?: string;
@@ -5752,7 +5754,7 @@ type DeleteSignedSignaturePageForParty_Data = {
5752
5754
  path: {
5753
5755
  subAccountId: string;
5754
5756
  negotiationId: string;
5755
- pageId: string;
5757
+ pageId: unknown;
5756
5758
  };
5757
5759
  query?: never;
5758
5760
  url: '/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/signature/{pageId}/signed/pdf';
@@ -5768,7 +5770,7 @@ type SetSignedSignaturePageForParty_Data = {
5768
5770
  path: {
5769
5771
  subAccountId: string;
5770
5772
  negotiationId: string;
5771
- pageId: string;
5773
+ pageId: unknown;
5772
5774
  };
5773
5775
  query?: never;
5774
5776
  url: '/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/signature/{pageId}/signed/pdf';
@@ -6484,7 +6486,7 @@ type GetSignedSignaturePagePdf_Data = {
6484
6486
  path: {
6485
6487
  subAccountId: string;
6486
6488
  negotiationId: string;
6487
- sigPageId: string;
6489
+ sigPageId: unknown;
6488
6490
  };
6489
6491
  query?: never;
6490
6492
  url: '/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/signature/{sigPageId}/signed/pdf';
@@ -9378,7 +9380,7 @@ type CreateSignaturePagePdf_Data = {
9378
9380
  path: {
9379
9381
  subAccountId: string;
9380
9382
  negotiationId: string;
9381
- pageId: string;
9383
+ pageId: unknown;
9382
9384
  };
9383
9385
  query?: never;
9384
9386
  url: '/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/signature/{pageId}/pdf';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@createiq/backend",
3
- "version": "1.0.44",
3
+ "version": "1.0.46",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.cjs",
@@ -1 +1 @@
1
- fcb63279d771e2c99b56c315db9a21c7afcbd022f60dbc4fa666448c79532ffc
1
+ 3360c5f4c3f35c5731f6b1d5dfffcef3198236690cd70e1ae40bc57a347bddcf