@createiq/backend 1.0.45 → 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 = {
@@ -6614,7 +6615,7 @@ export type DeleteSignedSignaturePageForParty_Data = {
6614
6615
  path: {
6615
6616
  subAccountId: string;
6616
6617
  negotiationId: string;
6617
- pageId: string;
6618
+ pageId: unknown;
6618
6619
  };
6619
6620
  query?: never;
6620
6621
  url: '/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/signature/{pageId}/signed/pdf';
@@ -6632,7 +6633,7 @@ export type SetSignedSignaturePageForParty_Data = {
6632
6633
  path: {
6633
6634
  subAccountId: string;
6634
6635
  negotiationId: string;
6635
- pageId: string;
6636
+ pageId: unknown;
6636
6637
  };
6637
6638
  query?: never;
6638
6639
  url: '/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/signature/{pageId}/signed/pdf';
@@ -7454,7 +7455,7 @@ export type GetSignedSignaturePagePdf_Data = {
7454
7455
  path: {
7455
7456
  subAccountId: string;
7456
7457
  negotiationId: string;
7457
- sigPageId: string;
7458
+ sigPageId: unknown;
7458
7459
  };
7459
7460
  query?: never;
7460
7461
  url: '/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/signature/{sigPageId}/signed/pdf';
@@ -10764,7 +10765,7 @@ export type CreateSignaturePagePdf_Data = {
10764
10765
  path: {
10765
10766
  subAccountId: string;
10766
10767
  negotiationId: string;
10767
- pageId: string;
10768
+ pageId: unknown;
10768
10769
  };
10769
10770
  query?: never;
10770
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;
@@ -5753,7 +5754,7 @@ type DeleteSignedSignaturePageForParty_Data = {
5753
5754
  path: {
5754
5755
  subAccountId: string;
5755
5756
  negotiationId: string;
5756
- pageId: string;
5757
+ pageId: unknown;
5757
5758
  };
5758
5759
  query?: never;
5759
5760
  url: '/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/signature/{pageId}/signed/pdf';
@@ -5769,7 +5770,7 @@ type SetSignedSignaturePageForParty_Data = {
5769
5770
  path: {
5770
5771
  subAccountId: string;
5771
5772
  negotiationId: string;
5772
- pageId: string;
5773
+ pageId: unknown;
5773
5774
  };
5774
5775
  query?: never;
5775
5776
  url: '/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/signature/{pageId}/signed/pdf';
@@ -6485,7 +6486,7 @@ type GetSignedSignaturePagePdf_Data = {
6485
6486
  path: {
6486
6487
  subAccountId: string;
6487
6488
  negotiationId: string;
6488
- sigPageId: string;
6489
+ sigPageId: unknown;
6489
6490
  };
6490
6491
  query?: never;
6491
6492
  url: '/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/signature/{sigPageId}/signed/pdf';
@@ -9379,7 +9380,7 @@ type CreateSignaturePagePdf_Data = {
9379
9380
  path: {
9380
9381
  subAccountId: string;
9381
9382
  negotiationId: string;
9382
- pageId: string;
9383
+ pageId: unknown;
9383
9384
  };
9384
9385
  query?: never;
9385
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;
@@ -5753,7 +5754,7 @@ type DeleteSignedSignaturePageForParty_Data = {
5753
5754
  path: {
5754
5755
  subAccountId: string;
5755
5756
  negotiationId: string;
5756
- pageId: string;
5757
+ pageId: unknown;
5757
5758
  };
5758
5759
  query?: never;
5759
5760
  url: '/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/signature/{pageId}/signed/pdf';
@@ -5769,7 +5770,7 @@ type SetSignedSignaturePageForParty_Data = {
5769
5770
  path: {
5770
5771
  subAccountId: string;
5771
5772
  negotiationId: string;
5772
- pageId: string;
5773
+ pageId: unknown;
5773
5774
  };
5774
5775
  query?: never;
5775
5776
  url: '/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/signature/{pageId}/signed/pdf';
@@ -6485,7 +6486,7 @@ type GetSignedSignaturePagePdf_Data = {
6485
6486
  path: {
6486
6487
  subAccountId: string;
6487
6488
  negotiationId: string;
6488
- sigPageId: string;
6489
+ sigPageId: unknown;
6489
6490
  };
6490
6491
  query?: never;
6491
6492
  url: '/api/v1/subAccounts/{subAccountId}/negotiations/{negotiationId}/signature/{sigPageId}/signed/pdf';
@@ -9379,7 +9380,7 @@ type CreateSignaturePagePdf_Data = {
9379
9380
  path: {
9380
9381
  subAccountId: string;
9381
9382
  negotiationId: string;
9382
- pageId: string;
9383
+ pageId: unknown;
9383
9384
  };
9384
9385
  query?: never;
9385
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.45",
3
+ "version": "1.0.46",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.cjs",
@@ -1 +1 @@
1
- 6983b77fc534ea5a3f44201a0648a6c1780cd05efe9f3365b9b7b4daa296329d
1
+ 3360c5f4c3f35c5731f6b1d5dfffcef3198236690cd70e1ae40bc57a347bddcf