@formalingo/sdk 0.1.0 → 0.1.2
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/README.md +214 -0
- package/dist/client/api/index.d.ts +20 -0
- package/dist/client/api/index.d.ts.map +1 -0
- package/dist/client/api/index.js +20 -0
- package/dist/client/api/index.js.map +1 -0
- package/dist/client/api/v1/documents/index.d.ts +163 -0
- package/dist/client/api/v1/documents/index.d.ts.map +1 -0
- package/dist/client/api/v1/documents/index.js +164 -0
- package/dist/client/api/v1/documents/index.js.map +1 -0
- package/dist/client/api/v1/documents/item/fields/index.d.ts +111 -0
- package/dist/client/api/v1/documents/item/fields/index.d.ts.map +1 -0
- package/dist/client/api/v1/documents/item/fields/index.js +115 -0
- package/dist/client/api/v1/documents/item/fields/index.js.map +1 -0
- package/dist/client/api/v1/documents/item/fields/item/index.d.ts +221 -0
- package/dist/client/api/v1/documents/item/fields/item/index.d.ts.map +1 -0
- package/dist/client/api/v1/documents/item/fields/item/index.js +218 -0
- package/dist/client/api/v1/documents/item/fields/item/index.js.map +1 -0
- package/dist/client/api/v1/documents/item/index.d.ts +207 -0
- package/dist/client/api/v1/documents/item/index.d.ts.map +1 -0
- package/dist/client/api/v1/documents/item/index.js +217 -0
- package/dist/client/api/v1/documents/item/index.js.map +1 -0
- package/dist/client/api/v1/documents/item/signerRoles/index.d.ts +111 -0
- package/dist/client/api/v1/documents/item/signerRoles/index.d.ts.map +1 -0
- package/dist/client/api/v1/documents/item/signerRoles/index.js +115 -0
- package/dist/client/api/v1/documents/item/signerRoles/index.js.map +1 -0
- package/dist/client/api/v1/documents/item/signerRoles/item/index.d.ts +56 -0
- package/dist/client/api/v1/documents/item/signerRoles/item/index.d.ts.map +1 -0
- package/dist/client/api/v1/documents/item/signerRoles/item/index.js +59 -0
- package/dist/client/api/v1/documents/item/signerRoles/item/index.js.map +1 -0
- package/dist/client/api/v1/documents/item/submissions/index.d.ts +111 -0
- package/dist/client/api/v1/documents/item/submissions/index.d.ts.map +1 -0
- package/dist/client/api/v1/documents/item/submissions/index.js +116 -0
- package/dist/client/api/v1/documents/item/submissions/index.js.map +1 -0
- package/dist/client/api/v1/documents/item/submissions/item/index.d.ts +70 -0
- package/dist/client/api/v1/documents/item/submissions/item/index.d.ts.map +1 -0
- package/dist/client/api/v1/documents/item/submissions/item/index.js +75 -0
- package/dist/client/api/v1/documents/item/submissions/item/index.js.map +1 -0
- package/dist/client/api/v1/documents/item/submissions/item/pdf/index.d.ts +91 -0
- package/dist/client/api/v1/documents/item/submissions/item/pdf/index.d.ts.map +1 -0
- package/dist/client/api/v1/documents/item/submissions/item/pdf/index.js +100 -0
- package/dist/client/api/v1/documents/item/submissions/item/pdf/index.js.map +1 -0
- package/dist/client/api/v1/documents/item/submissions/item/signers/index.d.ts +68 -0
- package/dist/client/api/v1/documents/item/submissions/item/signers/index.d.ts.map +1 -0
- package/dist/client/api/v1/documents/item/submissions/item/signers/index.js +71 -0
- package/dist/client/api/v1/documents/item/submissions/item/signers/index.js.map +1 -0
- package/dist/client/api/v1/documents/item/submissions/item/signers/item/index.d.ts +146 -0
- package/dist/client/api/v1/documents/item/submissions/item/signers/item/index.d.ts.map +1 -0
- package/dist/client/api/v1/documents/item/submissions/item/signers/item/index.js +156 -0
- package/dist/client/api/v1/documents/item/submissions/item/signers/item/index.js.map +1 -0
- package/dist/client/api/v1/documents/item/submissions/item/signers/item/responses/index.d.ts +134 -0
- package/dist/client/api/v1/documents/item/submissions/item/signers/item/responses/index.d.ts.map +1 -0
- package/dist/client/api/v1/documents/item/submissions/item/signers/item/responses/index.js +145 -0
- package/dist/client/api/v1/documents/item/submissions/item/signers/item/responses/index.js.map +1 -0
- package/dist/client/api/v1/forms/index.d.ts +231 -0
- package/dist/client/api/v1/forms/index.d.ts.map +1 -0
- package/dist/client/api/v1/forms/index.js +244 -0
- package/dist/client/api/v1/forms/index.js.map +1 -0
- package/dist/client/api/v1/forms/item/index.d.ts +241 -0
- package/dist/client/api/v1/forms/item/index.d.ts.map +1 -0
- package/dist/client/api/v1/forms/item/index.js +261 -0
- package/dist/client/api/v1/forms/item/index.js.map +1 -0
- package/dist/client/api/v1/forms/item/questions/index.d.ts +111 -0
- package/dist/client/api/v1/forms/item/questions/index.d.ts.map +1 -0
- package/dist/client/api/v1/forms/item/questions/index.js +115 -0
- package/dist/client/api/v1/forms/item/questions/index.js.map +1 -0
- package/dist/client/api/v1/forms/item/questions/item/index.d.ts +196 -0
- package/dist/client/api/v1/forms/item/questions/item/index.d.ts.map +1 -0
- package/dist/client/api/v1/forms/item/questions/item/index.js +193 -0
- package/dist/client/api/v1/forms/item/questions/item/index.js.map +1 -0
- package/dist/client/api/v1/forms/item/recipients/index.d.ts +111 -0
- package/dist/client/api/v1/forms/item/recipients/index.d.ts.map +1 -0
- package/dist/client/api/v1/forms/item/recipients/index.js +116 -0
- package/dist/client/api/v1/forms/item/recipients/index.js.map +1 -0
- package/dist/client/api/v1/forms/item/recipients/item/index.d.ts +109 -0
- package/dist/client/api/v1/forms/item/recipients/item/index.d.ts.map +1 -0
- package/dist/client/api/v1/forms/item/recipients/item/index.js +116 -0
- package/dist/client/api/v1/forms/item/recipients/item/index.js.map +1 -0
- package/dist/client/api/v1/forms/item/recipients/item/responses/index.d.ts +134 -0
- package/dist/client/api/v1/forms/item/recipients/item/responses/index.d.ts.map +1 -0
- package/dist/client/api/v1/forms/item/recipients/item/responses/index.js +145 -0
- package/dist/client/api/v1/forms/item/recipients/item/responses/index.js.map +1 -0
- package/dist/client/api/v1/forms/item/sections/index.d.ts +111 -0
- package/dist/client/api/v1/forms/item/sections/index.d.ts.map +1 -0
- package/dist/client/api/v1/forms/item/sections/index.js +115 -0
- package/dist/client/api/v1/forms/item/sections/index.js.map +1 -0
- package/dist/client/api/v1/forms/item/sections/item/index.d.ts +100 -0
- package/dist/client/api/v1/forms/item/sections/item/index.d.ts.map +1 -0
- package/dist/client/api/v1/forms/item/sections/item/index.js +106 -0
- package/dist/client/api/v1/forms/item/sections/item/index.js.map +1 -0
- package/dist/client/api/v1/index.d.ts +25 -0
- package/dist/client/api/v1/index.d.ts.map +1 -0
- package/dist/client/api/v1/index.js +27 -0
- package/dist/client/api/v1/index.js.map +1 -0
- package/dist/client/formalingoClient.d.ts +20 -7
- package/dist/client/formalingoClient.d.ts.map +1 -1
- package/dist/client/formalingoClient.js +56 -2
- package/dist/client/formalingoClient.js.map +1 -1
- package/dist/client/models/index.d.ts +1597 -0
- package/dist/client/models/index.d.ts.map +1 -0
- package/dist/client/models/index.js +1589 -0
- package/dist/client/models/index.js.map +1 -0
- package/dist/index.d.ts +8 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +12 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
import { type CreateFieldBody, type DocumentField } from '../../../../../models/index.js';
|
|
2
|
+
import { type WithFItemRequestBuilder } from './item/index.js';
|
|
3
|
+
import { type AdditionalDataHolder, type BaseRequestBuilder, type Guid, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';
|
|
4
|
+
/**
|
|
5
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
6
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
7
|
+
* @returns {FieldsGetResponse}
|
|
8
|
+
*/
|
|
9
|
+
export declare function createFieldsGetResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
10
|
+
/**
|
|
11
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
12
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
13
|
+
* @returns {FieldsPostResponse}
|
|
14
|
+
*/
|
|
15
|
+
export declare function createFieldsPostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
16
|
+
/**
|
|
17
|
+
* The deserialization information for the current model
|
|
18
|
+
* @param FieldsGetResponse The instance to deserialize into.
|
|
19
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
20
|
+
*/
|
|
21
|
+
export declare function deserializeIntoFieldsGetResponse(fieldsGetResponse?: Partial<FieldsGetResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
22
|
+
/**
|
|
23
|
+
* The deserialization information for the current model
|
|
24
|
+
* @param FieldsPostResponse The instance to deserialize into.
|
|
25
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
26
|
+
*/
|
|
27
|
+
export declare function deserializeIntoFieldsPostResponse(fieldsPostResponse?: Partial<FieldsPostResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
28
|
+
export interface FieldsGetResponse extends AdditionalDataHolder, Parsable {
|
|
29
|
+
/**
|
|
30
|
+
* The data property
|
|
31
|
+
*/
|
|
32
|
+
data?: DocumentField[] | null;
|
|
33
|
+
/**
|
|
34
|
+
* The success property
|
|
35
|
+
*/
|
|
36
|
+
success?: boolean | null;
|
|
37
|
+
}
|
|
38
|
+
export interface FieldsPostResponse extends AdditionalDataHolder, Parsable {
|
|
39
|
+
/**
|
|
40
|
+
* The data property
|
|
41
|
+
*/
|
|
42
|
+
data?: DocumentField | null;
|
|
43
|
+
/**
|
|
44
|
+
* The success property
|
|
45
|
+
*/
|
|
46
|
+
success?: boolean | null;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Builds and executes requests for operations under /api/v1/documents/{id}/fields
|
|
50
|
+
*/
|
|
51
|
+
export interface FieldsRequestBuilder extends BaseRequestBuilder<FieldsRequestBuilder> {
|
|
52
|
+
/**
|
|
53
|
+
* Gets an item from the formalingo.api.v1.documents.item.fields.item collection
|
|
54
|
+
* @param fid Unique identifier of the item
|
|
55
|
+
* @returns {WithFItemRequestBuilder}
|
|
56
|
+
*/
|
|
57
|
+
byFid(fid: Guid): WithFItemRequestBuilder;
|
|
58
|
+
/**
|
|
59
|
+
* List fields
|
|
60
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
61
|
+
* @returns {Promise<FieldsGetResponse>}
|
|
62
|
+
*/
|
|
63
|
+
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<FieldsGetResponse | undefined>;
|
|
64
|
+
/**
|
|
65
|
+
* Create a field
|
|
66
|
+
* @param body The request body
|
|
67
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
68
|
+
* @returns {Promise<FieldsPostResponse>}
|
|
69
|
+
*/
|
|
70
|
+
post(body: CreateFieldBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<FieldsPostResponse | undefined>;
|
|
71
|
+
/**
|
|
72
|
+
* List fields
|
|
73
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
74
|
+
* @returns {RequestInformation}
|
|
75
|
+
*/
|
|
76
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
77
|
+
/**
|
|
78
|
+
* Create a field
|
|
79
|
+
* @param body The request body
|
|
80
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
81
|
+
* @returns {RequestInformation}
|
|
82
|
+
*/
|
|
83
|
+
toPostRequestInformation(body: CreateFieldBody, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* Serializes information the current object
|
|
87
|
+
* @param FieldsGetResponse The instance to serialize from.
|
|
88
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
89
|
+
* @param writer Serialization writer to use to serialize this model
|
|
90
|
+
*/
|
|
91
|
+
export declare function serializeFieldsGetResponse(writer: SerializationWriter, fieldsGetResponse?: Partial<FieldsGetResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
92
|
+
/**
|
|
93
|
+
* Serializes information the current object
|
|
94
|
+
* @param FieldsPostResponse The instance to serialize from.
|
|
95
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
96
|
+
* @param writer Serialization writer to use to serialize this model
|
|
97
|
+
*/
|
|
98
|
+
export declare function serializeFieldsPostResponse(writer: SerializationWriter, fieldsPostResponse?: Partial<FieldsPostResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
99
|
+
/**
|
|
100
|
+
* Uri template for the request builder.
|
|
101
|
+
*/
|
|
102
|
+
export declare const FieldsRequestBuilderUriTemplate = "{+baseurl}/api/v1/documents/{id}/fields";
|
|
103
|
+
/**
|
|
104
|
+
* Metadata for all the navigation properties in the request builder.
|
|
105
|
+
*/
|
|
106
|
+
export declare const FieldsRequestBuilderNavigationMetadata: Record<Exclude<keyof FieldsRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
107
|
+
/**
|
|
108
|
+
* Metadata for all the requests in the request builder.
|
|
109
|
+
*/
|
|
110
|
+
export declare const FieldsRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
111
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/client/api/v1/documents/item/fields/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
// Generated by Microsoft Kiota
|
|
4
|
+
// @ts-ignore
|
|
5
|
+
import { createDocumentFieldFromDiscriminatorValue, serializeCreateFieldBody, serializeDocumentField } from '../../../../../models/index.js';
|
|
6
|
+
// @ts-ignore
|
|
7
|
+
import { WithFItemRequestBuilderRequestsMetadata } from './item/index.js';
|
|
8
|
+
/**
|
|
9
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
10
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
11
|
+
* @returns {FieldsGetResponse}
|
|
12
|
+
*/
|
|
13
|
+
// @ts-ignore
|
|
14
|
+
export function createFieldsGetResponseFromDiscriminatorValue(parseNode) {
|
|
15
|
+
return deserializeIntoFieldsGetResponse;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
19
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
20
|
+
* @returns {FieldsPostResponse}
|
|
21
|
+
*/
|
|
22
|
+
// @ts-ignore
|
|
23
|
+
export function createFieldsPostResponseFromDiscriminatorValue(parseNode) {
|
|
24
|
+
return deserializeIntoFieldsPostResponse;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* The deserialization information for the current model
|
|
28
|
+
* @param FieldsGetResponse The instance to deserialize into.
|
|
29
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
30
|
+
*/
|
|
31
|
+
// @ts-ignore
|
|
32
|
+
export function deserializeIntoFieldsGetResponse(fieldsGetResponse = {}) {
|
|
33
|
+
return {
|
|
34
|
+
"data": n => { fieldsGetResponse.data = n.getCollectionOfObjectValues(createDocumentFieldFromDiscriminatorValue); },
|
|
35
|
+
"success": n => { fieldsGetResponse.success = n.getBooleanValue(); },
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* The deserialization information for the current model
|
|
40
|
+
* @param FieldsPostResponse The instance to deserialize into.
|
|
41
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
42
|
+
*/
|
|
43
|
+
// @ts-ignore
|
|
44
|
+
export function deserializeIntoFieldsPostResponse(fieldsPostResponse = {}) {
|
|
45
|
+
return {
|
|
46
|
+
"data": n => { fieldsPostResponse.data = n.getObjectValue(createDocumentFieldFromDiscriminatorValue); },
|
|
47
|
+
"success": n => { fieldsPostResponse.success = n.getBooleanValue(); },
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Serializes information the current object
|
|
52
|
+
* @param FieldsGetResponse The instance to serialize from.
|
|
53
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
54
|
+
* @param writer Serialization writer to use to serialize this model
|
|
55
|
+
*/
|
|
56
|
+
// @ts-ignore
|
|
57
|
+
export function serializeFieldsGetResponse(writer, fieldsGetResponse = {}, isSerializingDerivedType = false) {
|
|
58
|
+
if (!fieldsGetResponse || isSerializingDerivedType) {
|
|
59
|
+
return;
|
|
60
|
+
}
|
|
61
|
+
writer.writeCollectionOfObjectValues("data", fieldsGetResponse.data, serializeDocumentField);
|
|
62
|
+
writer.writeBooleanValue("success", fieldsGetResponse.success);
|
|
63
|
+
writer.writeAdditionalData(fieldsGetResponse.additionalData);
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* Serializes information the current object
|
|
67
|
+
* @param FieldsPostResponse The instance to serialize from.
|
|
68
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
69
|
+
* @param writer Serialization writer to use to serialize this model
|
|
70
|
+
*/
|
|
71
|
+
// @ts-ignore
|
|
72
|
+
export function serializeFieldsPostResponse(writer, fieldsPostResponse = {}, isSerializingDerivedType = false) {
|
|
73
|
+
if (!fieldsPostResponse || isSerializingDerivedType) {
|
|
74
|
+
return;
|
|
75
|
+
}
|
|
76
|
+
writer.writeObjectValue("data", fieldsPostResponse.data, serializeDocumentField);
|
|
77
|
+
writer.writeBooleanValue("success", fieldsPostResponse.success);
|
|
78
|
+
writer.writeAdditionalData(fieldsPostResponse.additionalData);
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* Uri template for the request builder.
|
|
82
|
+
*/
|
|
83
|
+
export const FieldsRequestBuilderUriTemplate = "{+baseurl}/api/v1/documents/{id}/fields";
|
|
84
|
+
/**
|
|
85
|
+
* Metadata for all the navigation properties in the request builder.
|
|
86
|
+
*/
|
|
87
|
+
export const FieldsRequestBuilderNavigationMetadata = {
|
|
88
|
+
byFid: {
|
|
89
|
+
requestsMetadata: WithFItemRequestBuilderRequestsMetadata,
|
|
90
|
+
pathParametersMappings: ["fid"],
|
|
91
|
+
},
|
|
92
|
+
};
|
|
93
|
+
/**
|
|
94
|
+
* Metadata for all the requests in the request builder.
|
|
95
|
+
*/
|
|
96
|
+
export const FieldsRequestBuilderRequestsMetadata = {
|
|
97
|
+
get: {
|
|
98
|
+
uriTemplate: FieldsRequestBuilderUriTemplate,
|
|
99
|
+
responseBodyContentType: "application/json",
|
|
100
|
+
adapterMethodName: "send",
|
|
101
|
+
responseBodyFactory: createFieldsGetResponseFromDiscriminatorValue,
|
|
102
|
+
},
|
|
103
|
+
post: {
|
|
104
|
+
uriTemplate: FieldsRequestBuilderUriTemplate,
|
|
105
|
+
responseBodyContentType: "application/json",
|
|
106
|
+
adapterMethodName: "send",
|
|
107
|
+
responseBodyFactory: createFieldsPostResponseFromDiscriminatorValue,
|
|
108
|
+
requestBodyContentType: "application/json",
|
|
109
|
+
requestBodySerializer: serializeCreateFieldBody,
|
|
110
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
111
|
+
},
|
|
112
|
+
};
|
|
113
|
+
/* tslint:enable */
|
|
114
|
+
/* eslint-enable */
|
|
115
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/client/api/v1/documents/item/fields/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,221 @@
|
|
|
1
|
+
import { type DocumentField } from '../../../../../../models/index.js';
|
|
2
|
+
import { type AdditionalDataHolder, type BaseRequestBuilder, type Parsable, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter, type UntypedNode } from '@microsoft/kiota-abstractions';
|
|
3
|
+
/**
|
|
4
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
5
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
6
|
+
* @returns {WithFDeleteResponse}
|
|
7
|
+
*/
|
|
8
|
+
export declare function createWithFDeleteResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
9
|
+
/**
|
|
10
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
11
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
12
|
+
* @returns {WithFPutRequestBody_options}
|
|
13
|
+
*/
|
|
14
|
+
export declare function createWithFPutRequestBody_optionsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
15
|
+
/**
|
|
16
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
17
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
18
|
+
* @returns {WithFPutRequestBody}
|
|
19
|
+
*/
|
|
20
|
+
export declare function createWithFPutRequestBodyFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
21
|
+
/**
|
|
22
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
23
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
24
|
+
* @returns {WithFPutResponse}
|
|
25
|
+
*/
|
|
26
|
+
export declare function createWithFPutResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
27
|
+
/**
|
|
28
|
+
* The deserialization information for the current model
|
|
29
|
+
* @param WithFDeleteResponse The instance to deserialize into.
|
|
30
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
31
|
+
*/
|
|
32
|
+
export declare function deserializeIntoWithFDeleteResponse(withFDeleteResponse?: Partial<WithFDeleteResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
33
|
+
/**
|
|
34
|
+
* The deserialization information for the current model
|
|
35
|
+
* @param WithFPutRequestBody The instance to deserialize into.
|
|
36
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
37
|
+
*/
|
|
38
|
+
export declare function deserializeIntoWithFPutRequestBody(withFPutRequestBody?: Partial<WithFPutRequestBody> | undefined): Record<string, (node: ParseNode) => void>;
|
|
39
|
+
/**
|
|
40
|
+
* The deserialization information for the current model
|
|
41
|
+
* @param WithFPutRequestBody_options The instance to deserialize into.
|
|
42
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
43
|
+
*/
|
|
44
|
+
export declare function deserializeIntoWithFPutRequestBody_options(withFPutRequestBody_options?: Partial<WithFPutRequestBody_options> | undefined): Record<string, (node: ParseNode) => void>;
|
|
45
|
+
/**
|
|
46
|
+
* The deserialization information for the current model
|
|
47
|
+
* @param WithFPutResponse The instance to deserialize into.
|
|
48
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
49
|
+
*/
|
|
50
|
+
export declare function deserializeIntoWithFPutResponse(withFPutResponse?: Partial<WithFPutResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
51
|
+
/**
|
|
52
|
+
* Serializes information the current object
|
|
53
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
54
|
+
* @param WithFDeleteResponse The instance to serialize from.
|
|
55
|
+
* @param writer Serialization writer to use to serialize this model
|
|
56
|
+
*/
|
|
57
|
+
export declare function serializeWithFDeleteResponse(writer: SerializationWriter, withFDeleteResponse?: Partial<WithFDeleteResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
58
|
+
/**
|
|
59
|
+
* Serializes information the current object
|
|
60
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
61
|
+
* @param WithFPutRequestBody The instance to serialize from.
|
|
62
|
+
* @param writer Serialization writer to use to serialize this model
|
|
63
|
+
*/
|
|
64
|
+
export declare function serializeWithFPutRequestBody(writer: SerializationWriter, withFPutRequestBody?: Partial<WithFPutRequestBody> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
65
|
+
/**
|
|
66
|
+
* Serializes information the current object
|
|
67
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
68
|
+
* @param WithFPutRequestBody_options The instance to serialize from.
|
|
69
|
+
* @param writer Serialization writer to use to serialize this model
|
|
70
|
+
*/
|
|
71
|
+
export declare function serializeWithFPutRequestBody_options(writer: SerializationWriter, withFPutRequestBody_options?: Partial<WithFPutRequestBody_options> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
72
|
+
/**
|
|
73
|
+
* Serializes information the current object
|
|
74
|
+
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
|
|
75
|
+
* @param WithFPutResponse The instance to serialize from.
|
|
76
|
+
* @param writer Serialization writer to use to serialize this model
|
|
77
|
+
*/
|
|
78
|
+
export declare function serializeWithFPutResponse(writer: SerializationWriter, withFPutResponse?: Partial<WithFPutResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
|
|
79
|
+
export interface WithFDeleteResponse extends AdditionalDataHolder, Parsable {
|
|
80
|
+
/**
|
|
81
|
+
* The data property
|
|
82
|
+
*/
|
|
83
|
+
data?: UntypedNode | null;
|
|
84
|
+
/**
|
|
85
|
+
* The success property
|
|
86
|
+
*/
|
|
87
|
+
success?: boolean | null;
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* Builds and executes requests for operations under /api/v1/documents/{id}/fields/{fid}
|
|
91
|
+
*/
|
|
92
|
+
export interface WithFItemRequestBuilder extends BaseRequestBuilder<WithFItemRequestBuilder> {
|
|
93
|
+
/**
|
|
94
|
+
* Delete a field
|
|
95
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
96
|
+
* @returns {Promise<WithFDeleteResponse>}
|
|
97
|
+
*/
|
|
98
|
+
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<WithFDeleteResponse | undefined>;
|
|
99
|
+
/**
|
|
100
|
+
* Update a field
|
|
101
|
+
* @param body The request body
|
|
102
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
103
|
+
* @returns {Promise<WithFPutResponse>}
|
|
104
|
+
*/
|
|
105
|
+
put(body: WithFPutRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<WithFPutResponse | undefined>;
|
|
106
|
+
/**
|
|
107
|
+
* Delete a field
|
|
108
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
109
|
+
* @returns {RequestInformation}
|
|
110
|
+
*/
|
|
111
|
+
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
112
|
+
/**
|
|
113
|
+
* Update a field
|
|
114
|
+
* @param body The request body
|
|
115
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
116
|
+
* @returns {RequestInformation}
|
|
117
|
+
*/
|
|
118
|
+
toPutRequestInformation(body: WithFPutRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
119
|
+
}
|
|
120
|
+
export interface WithFPutRequestBody extends AdditionalDataHolder, Parsable {
|
|
121
|
+
/**
|
|
122
|
+
* The assigneeRole property
|
|
123
|
+
*/
|
|
124
|
+
assigneeRole?: string | null;
|
|
125
|
+
/**
|
|
126
|
+
* The defaultValue property
|
|
127
|
+
*/
|
|
128
|
+
defaultValue?: string | null;
|
|
129
|
+
/**
|
|
130
|
+
* The direction property
|
|
131
|
+
*/
|
|
132
|
+
direction?: WithFPutRequestBody_direction | null;
|
|
133
|
+
/**
|
|
134
|
+
* The height property
|
|
135
|
+
*/
|
|
136
|
+
height?: number | null;
|
|
137
|
+
/**
|
|
138
|
+
* The isReadOnly property
|
|
139
|
+
*/
|
|
140
|
+
isReadOnly?: boolean | null;
|
|
141
|
+
/**
|
|
142
|
+
* The isRequired property
|
|
143
|
+
*/
|
|
144
|
+
isRequired?: boolean | null;
|
|
145
|
+
/**
|
|
146
|
+
* The label property
|
|
147
|
+
*/
|
|
148
|
+
label?: string | null;
|
|
149
|
+
/**
|
|
150
|
+
* The options property
|
|
151
|
+
*/
|
|
152
|
+
options?: WithFPutRequestBody_options | null;
|
|
153
|
+
/**
|
|
154
|
+
* The order property
|
|
155
|
+
*/
|
|
156
|
+
order?: number | null;
|
|
157
|
+
/**
|
|
158
|
+
* The pageNumber property
|
|
159
|
+
*/
|
|
160
|
+
pageNumber?: number | null;
|
|
161
|
+
/**
|
|
162
|
+
* The type property
|
|
163
|
+
*/
|
|
164
|
+
type?: WithFPutRequestBody_type | null;
|
|
165
|
+
/**
|
|
166
|
+
* The width property
|
|
167
|
+
*/
|
|
168
|
+
width?: number | null;
|
|
169
|
+
/**
|
|
170
|
+
* The x property
|
|
171
|
+
*/
|
|
172
|
+
x?: number | null;
|
|
173
|
+
/**
|
|
174
|
+
* The y property
|
|
175
|
+
*/
|
|
176
|
+
y?: number | null;
|
|
177
|
+
}
|
|
178
|
+
export type WithFPutRequestBody_direction = (typeof WithFPutRequestBody_directionObject)[keyof typeof WithFPutRequestBody_directionObject];
|
|
179
|
+
export interface WithFPutRequestBody_options extends AdditionalDataHolder, Parsable {
|
|
180
|
+
}
|
|
181
|
+
export type WithFPutRequestBody_type = (typeof WithFPutRequestBody_typeObject)[keyof typeof WithFPutRequestBody_typeObject];
|
|
182
|
+
export interface WithFPutResponse extends AdditionalDataHolder, Parsable {
|
|
183
|
+
/**
|
|
184
|
+
* The data property
|
|
185
|
+
*/
|
|
186
|
+
data?: DocumentField | null;
|
|
187
|
+
/**
|
|
188
|
+
* The success property
|
|
189
|
+
*/
|
|
190
|
+
success?: boolean | null;
|
|
191
|
+
}
|
|
192
|
+
/**
|
|
193
|
+
* Uri template for the request builder.
|
|
194
|
+
*/
|
|
195
|
+
export declare const WithFItemRequestBuilderUriTemplate = "{+baseurl}/api/v1/documents/{id}/fields/{fid}";
|
|
196
|
+
/**
|
|
197
|
+
* Metadata for all the requests in the request builder.
|
|
198
|
+
*/
|
|
199
|
+
export declare const WithFItemRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
200
|
+
export declare const WithFPutRequestBody_directionObject: {
|
|
201
|
+
readonly Auto: "auto";
|
|
202
|
+
readonly Rtl: "rtl";
|
|
203
|
+
readonly Ltr: "ltr";
|
|
204
|
+
};
|
|
205
|
+
export declare const WithFPutRequestBody_typeObject: {
|
|
206
|
+
readonly Short_text: "short_text";
|
|
207
|
+
readonly Long_text: "long_text";
|
|
208
|
+
readonly Mcq: "mcq";
|
|
209
|
+
readonly Multi_select: "multi_select";
|
|
210
|
+
readonly Rating: "rating";
|
|
211
|
+
readonly Date: "date";
|
|
212
|
+
readonly Number: "number";
|
|
213
|
+
readonly Yes_no: "yes_no";
|
|
214
|
+
readonly File_upload: "file_upload";
|
|
215
|
+
readonly Dropdown: "dropdown";
|
|
216
|
+
readonly Digital_signature: "digital_signature";
|
|
217
|
+
readonly Email: "email";
|
|
218
|
+
readonly Phone: "phone";
|
|
219
|
+
readonly Initials: "initials";
|
|
220
|
+
};
|
|
221
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/client/api/v1/documents/item/fields/item/index.ts"],"names":[],"mappings":"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"}
|