@managespace/sdk 0.0.163 → 0.0.164
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/.turbo/turbo-build.log +2 -0
- package/dist/extensibility/functions/extensibility-function.d.ts +2 -10
- package/dist/extensibility/functions/extensibility-function.d.ts.map +1 -1
- package/dist/extensibility/functions/project/billing.d.ts +3 -1
- package/dist/extensibility/functions/project/billing.d.ts.map +1 -1
- package/dist/extensibility/functions/project/document.d.ts +14 -1
- package/dist/extensibility/functions/project/document.d.ts.map +1 -1
- package/dist/extensibility/functions/project/document.js +10 -0
- package/dist/extensibility/types/mapped-ports.d.ts +5 -3
- package/dist/extensibility/types/mapped-ports.d.ts.map +1 -1
- package/dist/extensibility/types/step-function-signature.d.ts +1 -6
- package/dist/extensibility/types/step-function-signature.d.ts.map +1 -1
- package/dist/extensibility/types/workflow-step.d.ts +1 -6
- package/dist/extensibility/types/workflow-step.d.ts.map +1 -1
- package/dist/extensibility/workflow/workflow-step.d.ts +5 -5
- package/dist/extensibility/workflow/workflow-step.d.ts.map +1 -1
- package/dist/extensibility/workflow/workflow-step.js +5 -6
- package/dist/extensibility/workflow/workflow.d.ts +7 -3
- package/dist/extensibility/workflow/workflow.d.ts.map +1 -1
- package/dist/extensibility/workflow/workflow.js +4 -37
- package/dist/generated/apis/default-api.d.ts +31 -31
- package/dist/generated/apis/default-api.d.ts.map +1 -1
- package/dist/generated/apis/default-api.js +85 -85
- package/dist/generated/models/contact.d.ts +0 -7
- package/dist/generated/models/contact.d.ts.map +1 -1
- package/dist/generated/models/contact.js +0 -3
- package/dist/generated/models/create-document.d.ts +12 -6
- package/dist/generated/models/create-document.d.ts.map +1 -1
- package/dist/generated/models/create-document.js +4 -2
- package/dist/generated/models/customer.d.ts +0 -7
- package/dist/generated/models/customer.d.ts.map +1 -1
- package/dist/generated/models/customer.js +0 -3
- package/dist/generated/models/document-signed.d.ts +0 -18
- package/dist/generated/models/document-signed.d.ts.map +1 -1
- package/dist/generated/models/document-signed.js +0 -6
- package/dist/generated/models/document-url.d.ts +6 -0
- package/dist/generated/models/document-url.d.ts.map +1 -1
- package/dist/generated/models/document-url.js +4 -0
- package/dist/generated/models/document.d.ts +39 -0
- package/dist/generated/models/document.d.ts.map +1 -0
- package/dist/generated/models/document.js +55 -0
- package/dist/generated/models/extensibility-function-metadata.d.ts +3 -3
- package/dist/generated/models/extensibility-function-metadata.d.ts.map +1 -1
- package/dist/generated/models/extensibility-function-metadata.js +3 -3
- package/dist/generated/models/get-documents200-response.d.ts +3 -3
- package/dist/generated/models/get-documents200-response.d.ts.map +1 -1
- package/dist/generated/models/get-documents200-response.js +3 -3
- package/dist/generated/models/index.d.ts +1 -6
- package/dist/generated/models/index.d.ts.map +1 -1
- package/dist/generated/models/index.js +1 -6
- package/dist/generated/models/org.d.ts +3 -10
- package/dist/generated/models/org.d.ts.map +1 -1
- package/dist/generated/models/org.js +3 -6
- package/dist/generated/models/site.d.ts +3 -10
- package/dist/generated/models/site.d.ts.map +1 -1
- package/dist/generated/models/site.js +3 -6
- package/dist/generated/models/upload-document.d.ts +6 -30
- package/dist/generated/models/upload-document.d.ts.map +1 -1
- package/dist/generated/models/upload-document.js +4 -14
- package/dist/generated/models/uploaded-document.d.ts +2 -85
- package/dist/generated/models/uploaded-document.d.ts.map +1 -1
- package/dist/generated/models/uploaded-document.js +3 -50
- package/dist/generated/models/uploaded-documents.d.ts +45 -0
- package/dist/generated/models/{document-hierarchy.d.ts.map → uploaded-documents.d.ts.map} +1 -1
- package/dist/generated/models/{document-hierarchy.js → uploaded-documents.js} +14 -14
- package/dist/generated/models/user.d.ts +3 -10
- package/dist/generated/models/user.d.ts.map +1 -1
- package/dist/generated/models/user.js +3 -6
- package/dist/generated/models/workflow-instance.d.ts +0 -6
- package/dist/generated/models/workflow-instance.d.ts.map +1 -1
- package/dist/generated/models/workflow-instance.js +0 -4
- package/dist/generated/models/workflow-step-metadata.d.ts +3 -3
- package/dist/generated/models/workflow-step-metadata.d.ts.map +1 -1
- package/dist/generated/models/workflow-step-metadata.js +3 -3
- package/package.json +2 -3
- package/src/extensibility/functions/extensibility-function.ts +1 -9
- package/src/extensibility/functions/project/billing.ts +8 -0
- package/src/extensibility/types/mapped-ports.ts +10 -3
- package/src/extensibility/types/step-function-signature.ts +3 -8
- package/src/extensibility/types/workflow-step.ts +1 -2
- package/src/extensibility/workflow/workflow-step.ts +14 -10
- package/src/extensibility/workflow/workflow.ts +5 -43
- package/src/generated/.openapi-generator/FILES +1 -0
- package/src/generated/apis/default-api.ts +65 -0
- package/src/generated/models/charge.ts +10 -15
- package/src/generated/models/create-charge.ts +10 -15
- package/src/generated/models/create-plan-charge.ts +254 -9
- package/src/generated/models/index.ts +1 -0
- package/src/generated/models/update-plan.ts +107 -0
- package/dist/generated/models/document-hierarchy.d.ts +0 -45
- package/dist/generated/models/project-version1.d.ts +0 -109
- package/dist/generated/models/project-version1.d.ts.map +0 -1
- package/dist/generated/models/project-version1.js +0 -95
- package/dist/generated/models/project2.d.ts +0 -70
- package/dist/generated/models/project2.d.ts.map +0 -1
- package/dist/generated/models/project2.js +0 -74
- package/dist/generated/models/role3.d.ts +0 -59
- package/dist/generated/models/role3.d.ts.map +0 -1
- package/dist/generated/models/role3.js +0 -67
- package/dist/generated/models/roles4.d.ts +0 -32
- package/dist/generated/models/roles4.d.ts.map +0 -1
- package/dist/generated/models/roles4.js +0 -57
- package/dist/generated/models/site-type4.d.ts +0 -46
- package/dist/generated/models/site-type4.d.ts.map +0 -1
- package/dist/generated/models/site-type4.js +0 -58
- package/package.deploy.json +0 -34
|
@@ -35,9 +35,10 @@ function CreateDocumentFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
35
35
|
}
|
|
36
36
|
return {
|
|
37
37
|
'templateId': json['templateId'],
|
|
38
|
+
'workflowId': json['workflowId'] == null ? undefined : json['workflowId'],
|
|
39
|
+
'workflowStepId': json['workflowStepId'] == null ? undefined : json['workflowStepId'],
|
|
38
40
|
'signers': json['signers'] == null ? undefined : (json['signers'].map(document_signer_1.DocumentSignerFromJSON)),
|
|
39
41
|
'fields': json['fields'] == null ? undefined : (json['fields'].map(document_field_1.DocumentFieldFromJSON)),
|
|
40
|
-
'metadata': json['metadata'] == null ? undefined : json['metadata'],
|
|
41
42
|
};
|
|
42
43
|
}
|
|
43
44
|
exports.CreateDocumentFromJSONTyped = CreateDocumentFromJSONTyped;
|
|
@@ -51,9 +52,10 @@ function CreateDocumentToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
51
52
|
}
|
|
52
53
|
return {
|
|
53
54
|
'templateId': value['templateId'],
|
|
55
|
+
'workflowId': value['workflowId'],
|
|
56
|
+
'workflowStepId': value['workflowStepId'],
|
|
54
57
|
'signers': value['signers'] == null ? undefined : (value['signers'].map(document_signer_1.DocumentSignerToJSON)),
|
|
55
58
|
'fields': value['fields'] == null ? undefined : (value['fields'].map(document_field_1.DocumentFieldToJSON)),
|
|
56
|
-
'metadata': value['metadata'],
|
|
57
59
|
};
|
|
58
60
|
}
|
|
59
61
|
exports.CreateDocumentToJSONTyped = CreateDocumentToJSONTyped;
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type { UploadedDocument } from './uploaded-document';
|
|
13
12
|
import type { Org } from './org';
|
|
14
13
|
import type { Note } from './note';
|
|
15
14
|
import type { Communication } from './communication';
|
|
@@ -104,12 +103,6 @@ export interface Customer {
|
|
|
104
103
|
* @memberof Customer
|
|
105
104
|
*/
|
|
106
105
|
communications?: Array<Communication>;
|
|
107
|
-
/**
|
|
108
|
-
*
|
|
109
|
-
* @type {Array<UploadedDocument>}
|
|
110
|
-
* @memberof Customer
|
|
111
|
-
*/
|
|
112
|
-
documents?: Array<UploadedDocument>;
|
|
113
106
|
}
|
|
114
107
|
/**
|
|
115
108
|
* Check if a given object implements the Customer interface.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customer.d.ts","sourceRoot":"","sources":["../../../src/generated/models/customer.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"customer.d.ts","sourceRoot":"","sources":["../../../src/generated/models/customer.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAOjC,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAOnC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAOrD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAQzC;;;;GAIG;AACH,MAAM,WAAW,QAAQ;IACrB;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,SAAS,EAAE,IAAI,CAAC;IAChB;;;;OAIG;IACH,SAAS,EAAE,IAAI,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,GAAG,CAAC,EAAE,GAAG,CAAC;IACV;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;IAC1B;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,IAAI,CAAC,CAAC;IACnB;;;;OAIG;IACH,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC;CACzC;AAED;;GAEG;AACH,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,QAAQ,CAYnE;AAED,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,GAAG,GAAG,QAAQ,CAEpD;AAED,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,QAAQ,CAqBvF;AAED,wBAAgB,cAAc,CAAC,IAAI,EAAE,GAAG,GAAG,QAAQ,CAElD;AAED,wBAAgB,mBAAmB,CAAC,KAAK,CAAC,EAAE,QAAQ,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAsBtG"}
|
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.CustomerToJSONTyped = exports.CustomerToJSON = exports.CustomerFromJSONTyped = exports.CustomerFromJSON = exports.instanceOfCustomer = void 0;
|
|
17
|
-
const uploaded_document_1 = require("./uploaded-document");
|
|
18
17
|
const org_1 = require("./org");
|
|
19
18
|
const note_1 = require("./note");
|
|
20
19
|
const communication_1 = require("./communication");
|
|
@@ -69,7 +68,6 @@ function CustomerFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
69
68
|
'balance': json['balance'],
|
|
70
69
|
'metadata': json['metadata'],
|
|
71
70
|
'communications': json['communications'] == null ? undefined : (json['communications'].map(communication_1.CommunicationFromJSON)),
|
|
72
|
-
'documents': json['documents'] == null ? undefined : (json['documents'].map(uploaded_document_1.UploadedDocumentFromJSON)),
|
|
73
71
|
};
|
|
74
72
|
}
|
|
75
73
|
exports.CustomerFromJSONTyped = CustomerFromJSONTyped;
|
|
@@ -96,7 +94,6 @@ function CustomerToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
96
94
|
'balance': value['balance'],
|
|
97
95
|
'metadata': value['metadata'],
|
|
98
96
|
'communications': value['communications'] == null ? undefined : (value['communications'].map(communication_1.CommunicationToJSON)),
|
|
99
|
-
'documents': value['documents'] == null ? undefined : (value['documents'].map(uploaded_document_1.UploadedDocumentToJSON)),
|
|
100
97
|
};
|
|
101
98
|
}
|
|
102
99
|
exports.CustomerToJSONTyped = CustomerToJSONTyped;
|
|
@@ -27,24 +27,6 @@ export interface DocumentSigned {
|
|
|
27
27
|
* @memberof DocumentSigned
|
|
28
28
|
*/
|
|
29
29
|
workflowStepId?: string;
|
|
30
|
-
/**
|
|
31
|
-
* The ID of the customer who signed the document.
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof DocumentSigned
|
|
34
|
-
*/
|
|
35
|
-
customerId?: string;
|
|
36
|
-
/**
|
|
37
|
-
* The ID of the contact who signed the document.
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof DocumentSigned
|
|
40
|
-
*/
|
|
41
|
-
contactId?: string;
|
|
42
|
-
/**
|
|
43
|
-
* The ID of the user who signed the document.
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof DocumentSigned
|
|
46
|
-
*/
|
|
47
|
-
userId?: string;
|
|
48
30
|
/**
|
|
49
31
|
* Whether all signatures have been gathered or not.
|
|
50
32
|
* @type {boolean}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"document-signed.d.ts","sourceRoot":"","sources":["../../../src/generated/models/document-signed.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,cAAc;IAC3B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,
|
|
1
|
+
{"version":3,"file":"document-signed.d.ts","sourceRoot":"","sources":["../../../src/generated/models/document-signed.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,cAAc;IAC3B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,qBAAqB,EAAE,OAAO,CAAC;IAC/B;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;CAChB;AAED;;GAEG;AACH,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,cAAc,CAI/E;AAED,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,GAAG,GAAG,cAAc,CAEhE;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,cAAc,CAWnG;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,GAAG,GAAG,cAAc,CAE9D;AAED,wBAAgB,yBAAyB,CAAC,KAAK,CAAC,EAAE,cAAc,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAYlH"}
|
|
@@ -36,9 +36,6 @@ function DocumentSignedFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
36
36
|
return {
|
|
37
37
|
'workflowId': json['workflowId'] == null ? undefined : json['workflowId'],
|
|
38
38
|
'workflowStepId': json['workflowStepId'] == null ? undefined : json['workflowStepId'],
|
|
39
|
-
'customerId': json['customerId'] == null ? undefined : json['customerId'],
|
|
40
|
-
'contactId': json['contactId'] == null ? undefined : json['contactId'],
|
|
41
|
-
'userId': json['userId'] == null ? undefined : json['userId'],
|
|
42
39
|
'allSignaturesGathered': json['allSignaturesGathered'],
|
|
43
40
|
'file': json['file'],
|
|
44
41
|
};
|
|
@@ -55,9 +52,6 @@ function DocumentSignedToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
55
52
|
return {
|
|
56
53
|
'workflowId': value['workflowId'],
|
|
57
54
|
'workflowStepId': value['workflowStepId'],
|
|
58
|
-
'customerId': value['customerId'],
|
|
59
|
-
'contactId': value['contactId'],
|
|
60
|
-
'userId': value['userId'],
|
|
61
55
|
'allSignaturesGathered': value['allSignaturesGathered'],
|
|
62
56
|
'file': value['file'],
|
|
63
57
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"document-url.d.ts","sourceRoot":"","sources":["../../../src/generated/models/document-url.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,WAAW;IACxB;;;;OAIG;IACH,GAAG,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,WAAW,
|
|
1
|
+
{"version":3,"file":"document-url.d.ts","sourceRoot":"","sources":["../../../src/generated/models/document-url.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,WAAW;IACxB;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,GAAG,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,WAAW,CAIzE;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,GAAG,GAAG,WAAW,CAE1D;AAED,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,WAAW,CAS7F;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,GAAG,GAAG,WAAW,CAExD;AAED,wBAAgB,sBAAsB,CAAC,KAAK,CAAC,EAAE,WAAW,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAU5G"}
|
|
@@ -18,6 +18,8 @@ exports.DocumentUrlToJSONTyped = exports.DocumentUrlToJSON = exports.DocumentUrl
|
|
|
18
18
|
* Check if a given object implements the DocumentUrl interface.
|
|
19
19
|
*/
|
|
20
20
|
function instanceOfDocumentUrl(value) {
|
|
21
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
22
|
+
return false;
|
|
21
23
|
if (!('url' in value) || value['url'] === undefined)
|
|
22
24
|
return false;
|
|
23
25
|
return true;
|
|
@@ -32,6 +34,7 @@ function DocumentUrlFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
32
34
|
return json;
|
|
33
35
|
}
|
|
34
36
|
return {
|
|
37
|
+
'id': json['id'],
|
|
35
38
|
'url': json['url'],
|
|
36
39
|
};
|
|
37
40
|
}
|
|
@@ -45,6 +48,7 @@ function DocumentUrlToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
45
48
|
return value;
|
|
46
49
|
}
|
|
47
50
|
return {
|
|
51
|
+
'id': value['id'],
|
|
48
52
|
'url': value['url'],
|
|
49
53
|
};
|
|
50
54
|
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ManageSpace API
|
|
3
|
+
* ManageSpace API Documentation
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface Document
|
|
16
|
+
*/
|
|
17
|
+
export interface Document {
|
|
18
|
+
/**
|
|
19
|
+
* The ID of the document.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof Document
|
|
22
|
+
*/
|
|
23
|
+
documentId: string;
|
|
24
|
+
/**
|
|
25
|
+
* The URL of the document.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof Document
|
|
28
|
+
*/
|
|
29
|
+
documentUrl: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the Document interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfDocument(value: object): value is Document;
|
|
35
|
+
export declare function DocumentFromJSON(json: any): Document;
|
|
36
|
+
export declare function DocumentFromJSONTyped(json: any, ignoreDiscriminator: boolean): Document;
|
|
37
|
+
export declare function DocumentToJSON(json: any): Document;
|
|
38
|
+
export declare function DocumentToJSONTyped(value?: Document | null, ignoreDiscriminator?: boolean): any;
|
|
39
|
+
//# sourceMappingURL=document.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"document.d.ts","sourceRoot":"","sources":["../../../src/generated/models/document.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,QAAQ;IACrB;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;CACvB;AAED;;GAEG;AACH,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,QAAQ,CAInE;AAED,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,GAAG,GAAG,QAAQ,CAEpD;AAED,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,QAAQ,CASvF;AAED,wBAAgB,cAAc,CAAC,IAAI,EAAE,GAAG,GAAG,QAAQ,CAElD;AAED,wBAAgB,mBAAmB,CAAC,KAAK,CAAC,EAAE,QAAQ,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUtG"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* ManageSpace API
|
|
6
|
+
* ManageSpace API Documentation
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.DocumentToJSONTyped = exports.DocumentToJSON = exports.DocumentFromJSONTyped = exports.DocumentFromJSON = exports.instanceOfDocument = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* Check if a given object implements the Document interface.
|
|
19
|
+
*/
|
|
20
|
+
function instanceOfDocument(value) {
|
|
21
|
+
if (!('documentId' in value) || value['documentId'] === undefined)
|
|
22
|
+
return false;
|
|
23
|
+
if (!('documentUrl' in value) || value['documentUrl'] === undefined)
|
|
24
|
+
return false;
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
exports.instanceOfDocument = instanceOfDocument;
|
|
28
|
+
function DocumentFromJSON(json) {
|
|
29
|
+
return DocumentFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
exports.DocumentFromJSON = DocumentFromJSON;
|
|
32
|
+
function DocumentFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'documentId': json['documentId'],
|
|
38
|
+
'documentUrl': json['documentUrl'],
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
exports.DocumentFromJSONTyped = DocumentFromJSONTyped;
|
|
42
|
+
function DocumentToJSON(json) {
|
|
43
|
+
return DocumentToJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
exports.DocumentToJSON = DocumentToJSON;
|
|
46
|
+
function DocumentToJSONTyped(value, ignoreDiscriminator = false) {
|
|
47
|
+
if (value == null) {
|
|
48
|
+
return value;
|
|
49
|
+
}
|
|
50
|
+
return {
|
|
51
|
+
'documentId': value['documentId'],
|
|
52
|
+
'documentUrl': value['documentUrl'],
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
exports.DocumentToJSONTyped = DocumentToJSONTyped;
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
import type { ExtensibilityFunctionDefinition } from './extensibility-function-definition';
|
|
13
13
|
import type { ExtensibilityFunctionInstance } from './extensibility-function-instance';
|
|
14
14
|
import type { Org } from './org';
|
|
15
|
-
import type {
|
|
15
|
+
import type { ProjectVersion } from './project-version';
|
|
16
16
|
/**
|
|
17
17
|
*
|
|
18
18
|
* @export
|
|
@@ -57,10 +57,10 @@ export interface ExtensibilityFunctionMetadata {
|
|
|
57
57
|
createdAt: Date;
|
|
58
58
|
/**
|
|
59
59
|
*
|
|
60
|
-
* @type {
|
|
60
|
+
* @type {ProjectVersion}
|
|
61
61
|
* @memberof ExtensibilityFunctionMetadata
|
|
62
62
|
*/
|
|
63
|
-
version?:
|
|
63
|
+
version?: ProjectVersion;
|
|
64
64
|
/**
|
|
65
65
|
* Version ID for the code this function runs on
|
|
66
66
|
* @type {string}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"extensibility-function-metadata.d.ts","sourceRoot":"","sources":["../../../src/generated/models/extensibility-function-metadata.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,qCAAqC,CAAC;AAO3F,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,mCAAmC,CAAC;AAOvF,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAOjC,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"extensibility-function-metadata.d.ts","sourceRoot":"","sources":["../../../src/generated/models/extensibility-function-metadata.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,qCAAqC,CAAC;AAO3F,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,mCAAmC,CAAC;AAOvF,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAOjC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAQxD;;;;GAIG;AACH,MAAM,WAAW,6BAA6B;IAC1C;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,GAAG,CAAC,EAAE,GAAG,CAAC;IACV;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,SAAS,EAAE,IAAI,CAAC;IAChB;;;;OAIG;IACH,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,+BAA+B,CAAC,EAAE,+BAA+B,GAAG,IAAI,CAAC;IACzE;;;;OAIG;IACH,8BAA8B,CAAC,EAAE,KAAK,CAAC,6BAA6B,CAAC,CAAC;CACzE;AAED;;GAEG;AACH,wBAAgB,uCAAuC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,6BAA6B,CAQ7G;AAED,wBAAgB,qCAAqC,CAAC,IAAI,EAAE,GAAG,GAAG,6BAA6B,CAE9F;AAED,wBAAgB,0CAA0C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,6BAA6B,CAiBjI;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,GAAG,6BAA6B,CAE5F;AAED,wBAAgB,wCAAwC,CAAC,KAAK,CAAC,EAAE,6BAA6B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAkBhJ"}
|
|
@@ -17,7 +17,7 @@ exports.ExtensibilityFunctionMetadataToJSONTyped = exports.ExtensibilityFunction
|
|
|
17
17
|
const extensibility_function_definition_1 = require("./extensibility-function-definition");
|
|
18
18
|
const extensibility_function_instance_1 = require("./extensibility-function-instance");
|
|
19
19
|
const org_1 = require("./org");
|
|
20
|
-
const
|
|
20
|
+
const project_version_1 = require("./project-version");
|
|
21
21
|
/**
|
|
22
22
|
* Check if a given object implements the ExtensibilityFunctionMetadata interface.
|
|
23
23
|
*/
|
|
@@ -52,7 +52,7 @@ function ExtensibilityFunctionMetadataFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
52
52
|
'code': json['code'],
|
|
53
53
|
'name': json['name'],
|
|
54
54
|
'createdAt': (new Date(json['createdAt'])),
|
|
55
|
-
'version': json['version'] == null ? undefined : (0,
|
|
55
|
+
'version': json['version'] == null ? undefined : (0, project_version_1.ProjectVersionFromJSON)(json['version']),
|
|
56
56
|
'versionId': json['versionId'],
|
|
57
57
|
'extensibilityFunctionDefinition': json['extensibilityFunctionDefinition'] == null ? undefined : (0, extensibility_function_definition_1.ExtensibilityFunctionDefinitionFromJSON)(json['extensibilityFunctionDefinition']),
|
|
58
58
|
'extensibilityFunctionInstances': json['extensibilityFunctionInstances'] == null ? undefined : (json['extensibilityFunctionInstances'].map(extensibility_function_instance_1.ExtensibilityFunctionInstanceFromJSON)),
|
|
@@ -74,7 +74,7 @@ function ExtensibilityFunctionMetadataToJSONTyped(value, ignoreDiscriminator = f
|
|
|
74
74
|
'code': value['code'],
|
|
75
75
|
'name': value['name'],
|
|
76
76
|
'createdAt': ((value['createdAt']).toISOString()),
|
|
77
|
-
'version': (0,
|
|
77
|
+
'version': (0, project_version_1.ProjectVersionToJSON)(value['version']),
|
|
78
78
|
'versionId': value['versionId'],
|
|
79
79
|
'extensibilityFunctionDefinition': (0, extensibility_function_definition_1.ExtensibilityFunctionDefinitionToJSON)(value['extensibilityFunctionDefinition']),
|
|
80
80
|
'extensibilityFunctionInstances': value['extensibilityFunctionInstances'] == null ? undefined : (value['extensibilityFunctionInstances'].map(extensibility_function_instance_1.ExtensibilityFunctionInstanceToJSON)),
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type { UploadedDocument } from './uploaded-document';
|
|
13
12
|
import type { PageMeta } from './page-meta';
|
|
13
|
+
import type { DocumentUrl } from './document-url';
|
|
14
14
|
/**
|
|
15
15
|
*
|
|
16
16
|
* @export
|
|
@@ -25,10 +25,10 @@ export interface GetDocuments200Response {
|
|
|
25
25
|
pageMeta: PageMeta;
|
|
26
26
|
/**
|
|
27
27
|
*
|
|
28
|
-
* @type {Array<
|
|
28
|
+
* @type {Array<DocumentUrl>}
|
|
29
29
|
* @memberof GetDocuments200Response
|
|
30
30
|
*/
|
|
31
|
-
results?: Array<
|
|
31
|
+
results?: Array<DocumentUrl>;
|
|
32
32
|
}
|
|
33
33
|
/**
|
|
34
34
|
* Check if a given object implements the GetDocuments200Response interface.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-documents200-response.d.ts","sourceRoot":"","sources":["../../../src/generated/models/get-documents200-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"get-documents200-response.d.ts","sourceRoot":"","sources":["../../../src/generated/models/get-documents200-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAO5C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAQlD;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,QAAQ,EAAE,QAAQ,CAAC;IACnB;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;CAChC;AAED;;GAEG;AACH,wBAAgB,iCAAiC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,uBAAuB,CAGjG;AAED,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,GAAG,GAAG,uBAAuB,CAElF;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,uBAAuB,CASrH;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,GAAG,uBAAuB,CAEhF;AAED,wBAAgB,kCAAkC,CAAC,KAAK,CAAC,EAAE,uBAAuB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUpI"}
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.GetDocuments200ResponseToJSONTyped = exports.GetDocuments200ResponseToJSON = exports.GetDocuments200ResponseFromJSONTyped = exports.GetDocuments200ResponseFromJSON = exports.instanceOfGetDocuments200Response = void 0;
|
|
17
|
-
const uploaded_document_1 = require("./uploaded-document");
|
|
18
17
|
const page_meta_1 = require("./page-meta");
|
|
18
|
+
const document_url_1 = require("./document-url");
|
|
19
19
|
/**
|
|
20
20
|
* Check if a given object implements the GetDocuments200Response interface.
|
|
21
21
|
*/
|
|
@@ -35,7 +35,7 @@ function GetDocuments200ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
35
35
|
}
|
|
36
36
|
return {
|
|
37
37
|
'pageMeta': (0, page_meta_1.PageMetaFromJSON)(json['pageMeta']),
|
|
38
|
-
'results': json['results'] == null ? undefined : (json['results'].map(
|
|
38
|
+
'results': json['results'] == null ? undefined : (json['results'].map(document_url_1.DocumentUrlFromJSON)),
|
|
39
39
|
};
|
|
40
40
|
}
|
|
41
41
|
exports.GetDocuments200ResponseFromJSONTyped = GetDocuments200ResponseFromJSONTyped;
|
|
@@ -49,7 +49,7 @@ function GetDocuments200ResponseToJSONTyped(value, ignoreDiscriminator = false)
|
|
|
49
49
|
}
|
|
50
50
|
return {
|
|
51
51
|
'pageMeta': (0, page_meta_1.PageMetaToJSON)(value['pageMeta']),
|
|
52
|
-
'results': value['results'] == null ? undefined : (value['results'].map(
|
|
52
|
+
'results': value['results'] == null ? undefined : (value['results'].map(document_url_1.DocumentUrlToJSON)),
|
|
53
53
|
};
|
|
54
54
|
}
|
|
55
55
|
exports.GetDocuments200ResponseToJSONTyped = GetDocuments200ResponseToJSONTyped;
|
|
@@ -62,7 +62,6 @@ export * from './custom-update-extensibility-repo';
|
|
|
62
62
|
export * from './custom-update-task-template';
|
|
63
63
|
export * from './customer';
|
|
64
64
|
export * from './document-field';
|
|
65
|
-
export * from './document-hierarchy';
|
|
66
65
|
export * from './document-signed';
|
|
67
66
|
export * from './document-signer';
|
|
68
67
|
export * from './document-url';
|
|
@@ -142,19 +141,15 @@ export * from './plugin-version';
|
|
|
142
141
|
export * from './product-custom';
|
|
143
142
|
export * from './project';
|
|
144
143
|
export * from './project1';
|
|
145
|
-
export * from './project2';
|
|
146
144
|
export * from './project-version';
|
|
147
|
-
export * from './project-version1';
|
|
148
145
|
export * from './revenue-rule';
|
|
149
146
|
export * from './role';
|
|
150
147
|
export * from './role1';
|
|
151
148
|
export * from './role2';
|
|
152
|
-
export * from './role3';
|
|
153
149
|
export * from './roles';
|
|
154
150
|
export * from './roles1';
|
|
155
151
|
export * from './roles2';
|
|
156
152
|
export * from './roles3';
|
|
157
|
-
export * from './roles4';
|
|
158
153
|
export * from './send-email';
|
|
159
154
|
export * from './send-sms';
|
|
160
155
|
export * from './site';
|
|
@@ -162,7 +157,6 @@ export * from './site-type';
|
|
|
162
157
|
export * from './site-type1';
|
|
163
158
|
export * from './site-type2';
|
|
164
159
|
export * from './site-type3';
|
|
165
|
-
export * from './site-type4';
|
|
166
160
|
export * from './smart-bar-prompt';
|
|
167
161
|
export * from './statement';
|
|
168
162
|
export * from './step-data';
|
|
@@ -196,6 +190,7 @@ export * from './update-subscription-charge';
|
|
|
196
190
|
export * from './update-user-properties';
|
|
197
191
|
export * from './upload-document';
|
|
198
192
|
export * from './uploaded-document';
|
|
193
|
+
export * from './uploaded-documents';
|
|
199
194
|
export * from './user';
|
|
200
195
|
export * from './user-id';
|
|
201
196
|
export * from './workflow-definition';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/generated/models/index.ts"],"names":[],"mappings":"AAEA,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,YAAY,CAAC;AAC3B,cAAc,uBAAuB,CAAC;AACtC,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,aAAa,CAAC;AAC5B,cAAc,kCAAkC,CAAC;AACjD,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,8CAA8C,CAAC;AAC7D,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,eAAe,CAAC;AAC9B,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,oCAAoC,CAAC;AACnD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/generated/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -80,7 +80,6 @@ __exportStar(require("./custom-update-extensibility-repo"), exports);
|
|
|
80
80
|
__exportStar(require("./custom-update-task-template"), exports);
|
|
81
81
|
__exportStar(require("./customer"), exports);
|
|
82
82
|
__exportStar(require("./document-field"), exports);
|
|
83
|
-
__exportStar(require("./document-hierarchy"), exports);
|
|
84
83
|
__exportStar(require("./document-signed"), exports);
|
|
85
84
|
__exportStar(require("./document-signer"), exports);
|
|
86
85
|
__exportStar(require("./document-url"), exports);
|
|
@@ -160,19 +159,15 @@ __exportStar(require("./plugin-version"), exports);
|
|
|
160
159
|
__exportStar(require("./product-custom"), exports);
|
|
161
160
|
__exportStar(require("./project"), exports);
|
|
162
161
|
__exportStar(require("./project1"), exports);
|
|
163
|
-
__exportStar(require("./project2"), exports);
|
|
164
162
|
__exportStar(require("./project-version"), exports);
|
|
165
|
-
__exportStar(require("./project-version1"), exports);
|
|
166
163
|
__exportStar(require("./revenue-rule"), exports);
|
|
167
164
|
__exportStar(require("./role"), exports);
|
|
168
165
|
__exportStar(require("./role1"), exports);
|
|
169
166
|
__exportStar(require("./role2"), exports);
|
|
170
|
-
__exportStar(require("./role3"), exports);
|
|
171
167
|
__exportStar(require("./roles"), exports);
|
|
172
168
|
__exportStar(require("./roles1"), exports);
|
|
173
169
|
__exportStar(require("./roles2"), exports);
|
|
174
170
|
__exportStar(require("./roles3"), exports);
|
|
175
|
-
__exportStar(require("./roles4"), exports);
|
|
176
171
|
__exportStar(require("./send-email"), exports);
|
|
177
172
|
__exportStar(require("./send-sms"), exports);
|
|
178
173
|
__exportStar(require("./site"), exports);
|
|
@@ -180,7 +175,6 @@ __exportStar(require("./site-type"), exports);
|
|
|
180
175
|
__exportStar(require("./site-type1"), exports);
|
|
181
176
|
__exportStar(require("./site-type2"), exports);
|
|
182
177
|
__exportStar(require("./site-type3"), exports);
|
|
183
|
-
__exportStar(require("./site-type4"), exports);
|
|
184
178
|
__exportStar(require("./smart-bar-prompt"), exports);
|
|
185
179
|
__exportStar(require("./statement"), exports);
|
|
186
180
|
__exportStar(require("./step-data"), exports);
|
|
@@ -214,6 +208,7 @@ __exportStar(require("./update-subscription-charge"), exports);
|
|
|
214
208
|
__exportStar(require("./update-user-properties"), exports);
|
|
215
209
|
__exportStar(require("./upload-document"), exports);
|
|
216
210
|
__exportStar(require("./uploaded-document"), exports);
|
|
211
|
+
__exportStar(require("./uploaded-documents"), exports);
|
|
217
212
|
__exportStar(require("./user"), exports);
|
|
218
213
|
__exportStar(require("./user-id"), exports);
|
|
219
214
|
__exportStar(require("./workflow-definition"), exports);
|
|
@@ -13,20 +13,19 @@ import type { Site } from './site';
|
|
|
13
13
|
import type { TaskTemplate } from './task-template';
|
|
14
14
|
import type { Task } from './task';
|
|
15
15
|
import type { User } from './user';
|
|
16
|
-
import type { UploadedDocument } from './uploaded-document';
|
|
17
16
|
import type { Customer } from './customer';
|
|
18
17
|
import type { Calendar } from './calendar';
|
|
19
18
|
import type { AssetCategory } from './asset-category';
|
|
20
19
|
import type { WorkflowDefinition } from './workflow-definition';
|
|
21
20
|
import type { ExtensibilityFunctionMetadata } from './extensibility-function-metadata';
|
|
22
21
|
import type { WorkflowInstance } from './workflow-instance';
|
|
23
|
-
import type { ProjectVersion1 } from './project-version1';
|
|
24
22
|
import type { Notification } from './notification';
|
|
25
23
|
import type { Contact } from './contact';
|
|
26
24
|
import type { ExtensibilityFunctionDefinition } from './extensibility-function-definition';
|
|
27
25
|
import type { ExtensibilityFunctionInstance } from './extensibility-function-instance';
|
|
28
26
|
import type { Note } from './note';
|
|
29
27
|
import type { Checklist } from './checklist';
|
|
28
|
+
import type { ProjectVersion } from './project-version';
|
|
30
29
|
import type { Asset } from './asset';
|
|
31
30
|
import type { ConfigurationSetting } from './configuration-setting';
|
|
32
31
|
import type { AssetFeature } from './asset-feature';
|
|
@@ -196,22 +195,16 @@ export interface Org {
|
|
|
196
195
|
contacts?: Array<Contact>;
|
|
197
196
|
/**
|
|
198
197
|
*
|
|
199
|
-
* @type {Array<
|
|
198
|
+
* @type {Array<ProjectVersion>}
|
|
200
199
|
* @memberof Org
|
|
201
200
|
*/
|
|
202
|
-
projectVersions?: Array<
|
|
201
|
+
projectVersions?: Array<ProjectVersion>;
|
|
203
202
|
/**
|
|
204
203
|
*
|
|
205
204
|
* @type {Array<Communication>}
|
|
206
205
|
* @memberof Org
|
|
207
206
|
*/
|
|
208
207
|
communications?: Array<Communication>;
|
|
209
|
-
/**
|
|
210
|
-
*
|
|
211
|
-
* @type {Array<UploadedDocument>}
|
|
212
|
-
* @memberof Org
|
|
213
|
-
*/
|
|
214
|
-
documents?: Array<UploadedDocument>;
|
|
215
208
|
}
|
|
216
209
|
/**
|
|
217
210
|
* Check if a given object implements the Org interface.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"org.d.ts","sourceRoot":"","sources":["../../../src/generated/models/org.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAOnC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAOpD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAOnC,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAOnC,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"org.d.ts","sourceRoot":"","sources":["../../../src/generated/models/org.ts"],"names":[],"mappings":"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"}
|
|
@@ -18,20 +18,19 @@ const site_1 = require("./site");
|
|
|
18
18
|
const task_template_1 = require("./task-template");
|
|
19
19
|
const task_1 = require("./task");
|
|
20
20
|
const user_1 = require("./user");
|
|
21
|
-
const uploaded_document_1 = require("./uploaded-document");
|
|
22
21
|
const customer_1 = require("./customer");
|
|
23
22
|
const calendar_1 = require("./calendar");
|
|
24
23
|
const asset_category_1 = require("./asset-category");
|
|
25
24
|
const workflow_definition_1 = require("./workflow-definition");
|
|
26
25
|
const extensibility_function_metadata_1 = require("./extensibility-function-metadata");
|
|
27
26
|
const workflow_instance_1 = require("./workflow-instance");
|
|
28
|
-
const project_version1_1 = require("./project-version1");
|
|
29
27
|
const notification_1 = require("./notification");
|
|
30
28
|
const contact_1 = require("./contact");
|
|
31
29
|
const extensibility_function_definition_1 = require("./extensibility-function-definition");
|
|
32
30
|
const extensibility_function_instance_1 = require("./extensibility-function-instance");
|
|
33
31
|
const note_1 = require("./note");
|
|
34
32
|
const checklist_1 = require("./checklist");
|
|
33
|
+
const project_version_1 = require("./project-version");
|
|
35
34
|
const asset_1 = require("./asset");
|
|
36
35
|
const configuration_setting_1 = require("./configuration-setting");
|
|
37
36
|
const asset_feature_1 = require("./asset-feature");
|
|
@@ -91,9 +90,8 @@ function OrgFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
91
90
|
'configurationSettings': json['configurationSettings'] == null ? undefined : (json['configurationSettings'].map(configuration_setting_1.ConfigurationSettingFromJSON)),
|
|
92
91
|
'customers': json['customers'] == null ? undefined : (json['customers'].map(customer_1.CustomerFromJSON)),
|
|
93
92
|
'contacts': json['contacts'] == null ? undefined : (json['contacts'].map(contact_1.ContactFromJSON)),
|
|
94
|
-
'projectVersions': json['projectVersions'] == null ? undefined : (json['projectVersions'].map(
|
|
93
|
+
'projectVersions': json['projectVersions'] == null ? undefined : (json['projectVersions'].map(project_version_1.ProjectVersionFromJSON)),
|
|
95
94
|
'communications': json['communications'] == null ? undefined : (json['communications'].map(communication_1.CommunicationFromJSON)),
|
|
96
|
-
'documents': json['documents'] == null ? undefined : (json['documents'].map(uploaded_document_1.UploadedDocumentFromJSON)),
|
|
97
95
|
};
|
|
98
96
|
}
|
|
99
97
|
exports.OrgFromJSONTyped = OrgFromJSONTyped;
|
|
@@ -132,9 +130,8 @@ function OrgToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
132
130
|
'configurationSettings': value['configurationSettings'] == null ? undefined : (value['configurationSettings'].map(configuration_setting_1.ConfigurationSettingToJSON)),
|
|
133
131
|
'customers': value['customers'] == null ? undefined : (value['customers'].map(customer_1.CustomerToJSON)),
|
|
134
132
|
'contacts': value['contacts'] == null ? undefined : (value['contacts'].map(contact_1.ContactToJSON)),
|
|
135
|
-
'projectVersions': value['projectVersions'] == null ? undefined : (value['projectVersions'].map(
|
|
133
|
+
'projectVersions': value['projectVersions'] == null ? undefined : (value['projectVersions'].map(project_version_1.ProjectVersionToJSON)),
|
|
136
134
|
'communications': value['communications'] == null ? undefined : (value['communications'].map(communication_1.CommunicationToJSON)),
|
|
137
|
-
'documents': value['documents'] == null ? undefined : (value['documents'].map(uploaded_document_1.UploadedDocumentToJSON)),
|
|
138
135
|
};
|
|
139
136
|
}
|
|
140
137
|
exports.OrgToJSONTyped = OrgToJSONTyped;
|