@createiq/backend 1.0.83 → 1.0.84
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 +8 -4
- package/dist/index.d.cts +8 -4
- package/dist/index.d.ts +8 -4
- package/package.json +1 -1
- package/swagger.json.sha256 +1 -1
package/client/types.gen.ts
CHANGED
|
@@ -393,7 +393,6 @@ export type CreateDocumentMetadataDto = {
|
|
|
393
393
|
mustHaveSignaturePagesBeforeExecuted: boolean;
|
|
394
394
|
initiatorCanUploadCounterpartySignaturePages: boolean;
|
|
395
395
|
workflowType: 'offline' | 'w1' | 'w1Ext' | 'w1ExtOffline' | 'w1ExtStage2' | 'w1ExtStage2Offline' | 'w1ExtCombinedStage' | 'w1ExtCombinedStageOffline';
|
|
396
|
-
eSignMakeDraftEnvelopes: boolean;
|
|
397
396
|
mustHaveAuxiliaryDocumentBeforeExecuted?: boolean;
|
|
398
397
|
governingLaw: string;
|
|
399
398
|
uploadFullDocumentsInsteadOfSignaturePages: boolean;
|
|
@@ -409,6 +408,8 @@ export type CreateDocumentMetadataDto = {
|
|
|
409
408
|
description?: string;
|
|
410
409
|
partyThatCanUploadExecutedVersion?: 'initiator' | 'receiver' | 'moderator' | 'any-regular' | 'any';
|
|
411
410
|
disclaimer?: DocumentDisclaimerDto;
|
|
411
|
+
eSignMakeDraftEnvelopes: boolean;
|
|
412
|
+
receiverSigningBanner?: string;
|
|
412
413
|
availability: 'default' | 'new' | 'unavailable';
|
|
413
414
|
year: number;
|
|
414
415
|
prefillReceiverAnswers: boolean;
|
|
@@ -851,7 +852,6 @@ export type DocumentDto = {
|
|
|
851
852
|
mustHaveSignaturePagesBeforeExecuted: boolean;
|
|
852
853
|
initiatorCanUploadCounterpartySignaturePages: boolean;
|
|
853
854
|
hasSchema: boolean;
|
|
854
|
-
eSignMakeDraftEnvelopes: boolean;
|
|
855
855
|
mustHaveAuxiliaryDocumentBeforeExecuted: boolean;
|
|
856
856
|
governingLaw: string;
|
|
857
857
|
uploadFullDocumentsInsteadOfSignaturePages: boolean;
|
|
@@ -871,6 +871,8 @@ export type DocumentDto = {
|
|
|
871
871
|
description?: string;
|
|
872
872
|
partyThatCanUploadExecutedVersion?: 'initiator' | 'receiver' | 'moderator' | 'any-regular' | 'any';
|
|
873
873
|
disclaimer?: DocumentDisclaimerDto;
|
|
874
|
+
eSignMakeDraftEnvelopes: boolean;
|
|
875
|
+
receiverSigningBanner?: string;
|
|
874
876
|
availability: 'default' | 'new' | 'unavailable';
|
|
875
877
|
year: number;
|
|
876
878
|
prefillReceiverAnswers: boolean;
|
|
@@ -962,7 +964,6 @@ export type UpdateAccountNameDto = {
|
|
|
962
964
|
export type UpdateDocumentDto = {
|
|
963
965
|
mustHaveSignaturePagesBeforeExecuted: boolean;
|
|
964
966
|
initiatorCanUploadCounterpartySignaturePages: boolean;
|
|
965
|
-
eSignMakeDraftEnvelopes: boolean;
|
|
966
967
|
mustHaveAuxiliaryDocumentBeforeExecuted?: boolean;
|
|
967
968
|
governingLaw: string;
|
|
968
969
|
uploadFullDocumentsInsteadOfSignaturePages: boolean;
|
|
@@ -980,6 +981,8 @@ export type UpdateDocumentDto = {
|
|
|
980
981
|
description?: string;
|
|
981
982
|
partyThatCanUploadExecutedVersion?: 'initiator' | 'receiver' | 'moderator' | 'any-regular' | 'any';
|
|
982
983
|
disclaimer?: DocumentDisclaimerDto;
|
|
984
|
+
eSignMakeDraftEnvelopes: boolean;
|
|
985
|
+
receiverSigningBanner?: string;
|
|
983
986
|
availability: 'default' | 'new' | 'unavailable';
|
|
984
987
|
year: number;
|
|
985
988
|
prefillReceiverAnswers: boolean;
|
|
@@ -2939,7 +2942,6 @@ export type NegotiationUpgradeChangesDto = {
|
|
|
2939
2942
|
export type DocumentWithPackDto = {
|
|
2940
2943
|
mustHaveSignaturePagesBeforeExecuted: boolean;
|
|
2941
2944
|
initiatorCanUploadCounterpartySignaturePages: boolean;
|
|
2942
|
-
eSignMakeDraftEnvelopes: boolean;
|
|
2943
2945
|
mustHaveAuxiliaryDocumentBeforeExecuted: boolean;
|
|
2944
2946
|
governingLaw: string;
|
|
2945
2947
|
uploadFullDocumentsInsteadOfSignaturePages: boolean;
|
|
@@ -2961,6 +2963,8 @@ export type DocumentWithPackDto = {
|
|
|
2961
2963
|
description?: string;
|
|
2962
2964
|
partyThatCanUploadExecutedVersion?: 'initiator' | 'receiver' | 'moderator' | 'any-regular' | 'any';
|
|
2963
2965
|
disclaimer?: DocumentDisclaimerDto;
|
|
2966
|
+
eSignMakeDraftEnvelopes: boolean;
|
|
2967
|
+
receiverSigningBanner?: string;
|
|
2964
2968
|
availability: 'default' | 'new' | 'unavailable';
|
|
2965
2969
|
year: number;
|
|
2966
2970
|
prefillReceiverAnswers: boolean;
|
package/dist/index.d.cts
CHANGED
|
@@ -345,7 +345,6 @@ type CreateDocumentMetadataDto = {
|
|
|
345
345
|
mustHaveSignaturePagesBeforeExecuted: boolean;
|
|
346
346
|
initiatorCanUploadCounterpartySignaturePages: boolean;
|
|
347
347
|
workflowType: 'offline' | 'w1' | 'w1Ext' | 'w1ExtOffline' | 'w1ExtStage2' | 'w1ExtStage2Offline' | 'w1ExtCombinedStage' | 'w1ExtCombinedStageOffline';
|
|
348
|
-
eSignMakeDraftEnvelopes: boolean;
|
|
349
348
|
mustHaveAuxiliaryDocumentBeforeExecuted?: boolean;
|
|
350
349
|
governingLaw: string;
|
|
351
350
|
uploadFullDocumentsInsteadOfSignaturePages: boolean;
|
|
@@ -361,6 +360,8 @@ type CreateDocumentMetadataDto = {
|
|
|
361
360
|
description?: string;
|
|
362
361
|
partyThatCanUploadExecutedVersion?: 'initiator' | 'receiver' | 'moderator' | 'any-regular' | 'any';
|
|
363
362
|
disclaimer?: DocumentDisclaimerDto;
|
|
363
|
+
eSignMakeDraftEnvelopes: boolean;
|
|
364
|
+
receiverSigningBanner?: string;
|
|
364
365
|
availability: 'default' | 'new' | 'unavailable';
|
|
365
366
|
year: number;
|
|
366
367
|
prefillReceiverAnswers: boolean;
|
|
@@ -745,7 +746,6 @@ type DocumentDto = {
|
|
|
745
746
|
mustHaveSignaturePagesBeforeExecuted: boolean;
|
|
746
747
|
initiatorCanUploadCounterpartySignaturePages: boolean;
|
|
747
748
|
hasSchema: boolean;
|
|
748
|
-
eSignMakeDraftEnvelopes: boolean;
|
|
749
749
|
mustHaveAuxiliaryDocumentBeforeExecuted: boolean;
|
|
750
750
|
governingLaw: string;
|
|
751
751
|
uploadFullDocumentsInsteadOfSignaturePages: boolean;
|
|
@@ -765,6 +765,8 @@ type DocumentDto = {
|
|
|
765
765
|
description?: string;
|
|
766
766
|
partyThatCanUploadExecutedVersion?: 'initiator' | 'receiver' | 'moderator' | 'any-regular' | 'any';
|
|
767
767
|
disclaimer?: DocumentDisclaimerDto;
|
|
768
|
+
eSignMakeDraftEnvelopes: boolean;
|
|
769
|
+
receiverSigningBanner?: string;
|
|
768
770
|
availability: 'default' | 'new' | 'unavailable';
|
|
769
771
|
year: number;
|
|
770
772
|
prefillReceiverAnswers: boolean;
|
|
@@ -844,7 +846,6 @@ type UpdateAccountNameDto = {
|
|
|
844
846
|
type UpdateDocumentDto = {
|
|
845
847
|
mustHaveSignaturePagesBeforeExecuted: boolean;
|
|
846
848
|
initiatorCanUploadCounterpartySignaturePages: boolean;
|
|
847
|
-
eSignMakeDraftEnvelopes: boolean;
|
|
848
849
|
mustHaveAuxiliaryDocumentBeforeExecuted?: boolean;
|
|
849
850
|
governingLaw: string;
|
|
850
851
|
uploadFullDocumentsInsteadOfSignaturePages: boolean;
|
|
@@ -862,6 +863,8 @@ type UpdateDocumentDto = {
|
|
|
862
863
|
description?: string;
|
|
863
864
|
partyThatCanUploadExecutedVersion?: 'initiator' | 'receiver' | 'moderator' | 'any-regular' | 'any';
|
|
864
865
|
disclaimer?: DocumentDisclaimerDto;
|
|
866
|
+
eSignMakeDraftEnvelopes: boolean;
|
|
867
|
+
receiverSigningBanner?: string;
|
|
865
868
|
availability: 'default' | 'new' | 'unavailable';
|
|
866
869
|
year: number;
|
|
867
870
|
prefillReceiverAnswers: boolean;
|
|
@@ -2539,7 +2542,6 @@ type NegotiationUpgradeChangesDto = {
|
|
|
2539
2542
|
type DocumentWithPackDto = {
|
|
2540
2543
|
mustHaveSignaturePagesBeforeExecuted: boolean;
|
|
2541
2544
|
initiatorCanUploadCounterpartySignaturePages: boolean;
|
|
2542
|
-
eSignMakeDraftEnvelopes: boolean;
|
|
2543
2545
|
mustHaveAuxiliaryDocumentBeforeExecuted: boolean;
|
|
2544
2546
|
governingLaw: string;
|
|
2545
2547
|
uploadFullDocumentsInsteadOfSignaturePages: boolean;
|
|
@@ -2561,6 +2563,8 @@ type DocumentWithPackDto = {
|
|
|
2561
2563
|
description?: string;
|
|
2562
2564
|
partyThatCanUploadExecutedVersion?: 'initiator' | 'receiver' | 'moderator' | 'any-regular' | 'any';
|
|
2563
2565
|
disclaimer?: DocumentDisclaimerDto;
|
|
2566
|
+
eSignMakeDraftEnvelopes: boolean;
|
|
2567
|
+
receiverSigningBanner?: string;
|
|
2564
2568
|
availability: 'default' | 'new' | 'unavailable';
|
|
2565
2569
|
year: number;
|
|
2566
2570
|
prefillReceiverAnswers: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -345,7 +345,6 @@ type CreateDocumentMetadataDto = {
|
|
|
345
345
|
mustHaveSignaturePagesBeforeExecuted: boolean;
|
|
346
346
|
initiatorCanUploadCounterpartySignaturePages: boolean;
|
|
347
347
|
workflowType: 'offline' | 'w1' | 'w1Ext' | 'w1ExtOffline' | 'w1ExtStage2' | 'w1ExtStage2Offline' | 'w1ExtCombinedStage' | 'w1ExtCombinedStageOffline';
|
|
348
|
-
eSignMakeDraftEnvelopes: boolean;
|
|
349
348
|
mustHaveAuxiliaryDocumentBeforeExecuted?: boolean;
|
|
350
349
|
governingLaw: string;
|
|
351
350
|
uploadFullDocumentsInsteadOfSignaturePages: boolean;
|
|
@@ -361,6 +360,8 @@ type CreateDocumentMetadataDto = {
|
|
|
361
360
|
description?: string;
|
|
362
361
|
partyThatCanUploadExecutedVersion?: 'initiator' | 'receiver' | 'moderator' | 'any-regular' | 'any';
|
|
363
362
|
disclaimer?: DocumentDisclaimerDto;
|
|
363
|
+
eSignMakeDraftEnvelopes: boolean;
|
|
364
|
+
receiverSigningBanner?: string;
|
|
364
365
|
availability: 'default' | 'new' | 'unavailable';
|
|
365
366
|
year: number;
|
|
366
367
|
prefillReceiverAnswers: boolean;
|
|
@@ -745,7 +746,6 @@ type DocumentDto = {
|
|
|
745
746
|
mustHaveSignaturePagesBeforeExecuted: boolean;
|
|
746
747
|
initiatorCanUploadCounterpartySignaturePages: boolean;
|
|
747
748
|
hasSchema: boolean;
|
|
748
|
-
eSignMakeDraftEnvelopes: boolean;
|
|
749
749
|
mustHaveAuxiliaryDocumentBeforeExecuted: boolean;
|
|
750
750
|
governingLaw: string;
|
|
751
751
|
uploadFullDocumentsInsteadOfSignaturePages: boolean;
|
|
@@ -765,6 +765,8 @@ type DocumentDto = {
|
|
|
765
765
|
description?: string;
|
|
766
766
|
partyThatCanUploadExecutedVersion?: 'initiator' | 'receiver' | 'moderator' | 'any-regular' | 'any';
|
|
767
767
|
disclaimer?: DocumentDisclaimerDto;
|
|
768
|
+
eSignMakeDraftEnvelopes: boolean;
|
|
769
|
+
receiverSigningBanner?: string;
|
|
768
770
|
availability: 'default' | 'new' | 'unavailable';
|
|
769
771
|
year: number;
|
|
770
772
|
prefillReceiverAnswers: boolean;
|
|
@@ -844,7 +846,6 @@ type UpdateAccountNameDto = {
|
|
|
844
846
|
type UpdateDocumentDto = {
|
|
845
847
|
mustHaveSignaturePagesBeforeExecuted: boolean;
|
|
846
848
|
initiatorCanUploadCounterpartySignaturePages: boolean;
|
|
847
|
-
eSignMakeDraftEnvelopes: boolean;
|
|
848
849
|
mustHaveAuxiliaryDocumentBeforeExecuted?: boolean;
|
|
849
850
|
governingLaw: string;
|
|
850
851
|
uploadFullDocumentsInsteadOfSignaturePages: boolean;
|
|
@@ -862,6 +863,8 @@ type UpdateDocumentDto = {
|
|
|
862
863
|
description?: string;
|
|
863
864
|
partyThatCanUploadExecutedVersion?: 'initiator' | 'receiver' | 'moderator' | 'any-regular' | 'any';
|
|
864
865
|
disclaimer?: DocumentDisclaimerDto;
|
|
866
|
+
eSignMakeDraftEnvelopes: boolean;
|
|
867
|
+
receiverSigningBanner?: string;
|
|
865
868
|
availability: 'default' | 'new' | 'unavailable';
|
|
866
869
|
year: number;
|
|
867
870
|
prefillReceiverAnswers: boolean;
|
|
@@ -2539,7 +2542,6 @@ type NegotiationUpgradeChangesDto = {
|
|
|
2539
2542
|
type DocumentWithPackDto = {
|
|
2540
2543
|
mustHaveSignaturePagesBeforeExecuted: boolean;
|
|
2541
2544
|
initiatorCanUploadCounterpartySignaturePages: boolean;
|
|
2542
|
-
eSignMakeDraftEnvelopes: boolean;
|
|
2543
2545
|
mustHaveAuxiliaryDocumentBeforeExecuted: boolean;
|
|
2544
2546
|
governingLaw: string;
|
|
2545
2547
|
uploadFullDocumentsInsteadOfSignaturePages: boolean;
|
|
@@ -2561,6 +2563,8 @@ type DocumentWithPackDto = {
|
|
|
2561
2563
|
description?: string;
|
|
2562
2564
|
partyThatCanUploadExecutedVersion?: 'initiator' | 'receiver' | 'moderator' | 'any-regular' | 'any';
|
|
2563
2565
|
disclaimer?: DocumentDisclaimerDto;
|
|
2566
|
+
eSignMakeDraftEnvelopes: boolean;
|
|
2567
|
+
receiverSigningBanner?: string;
|
|
2564
2568
|
availability: 'default' | 'new' | 'unavailable';
|
|
2565
2569
|
year: number;
|
|
2566
2570
|
prefillReceiverAnswers: boolean;
|
package/package.json
CHANGED
package/swagger.json.sha256
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
04a171b8f70b2c56dba5773ab2cf11240883be3a26d786d01563d950654f9c87
|