@formalingo/sdk 0.1.1 → 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.
Files changed (46) hide show
  1. package/README.md +5 -5
  2. package/dist/client/api/v1/documents/index.d.ts +1 -1
  3. package/dist/client/api/v1/documents/index.js +1 -1
  4. package/dist/client/api/v1/documents/index.js.map +1 -1
  5. package/dist/client/api/v1/documents/item/index.d.ts +1 -1
  6. package/dist/client/api/v1/documents/item/index.js +1 -1
  7. package/dist/client/api/v1/documents/item/index.js.map +1 -1
  8. package/dist/client/api/v1/documents/item/submissions/item/index.d.ts +5 -0
  9. package/dist/client/api/v1/documents/item/submissions/item/index.d.ts.map +1 -1
  10. package/dist/client/api/v1/documents/item/submissions/item/index.js +5 -0
  11. package/dist/client/api/v1/documents/item/submissions/item/index.js.map +1 -1
  12. package/dist/client/api/v1/documents/item/submissions/item/pdf/index.d.ts +91 -0
  13. package/dist/client/api/v1/documents/item/submissions/item/pdf/index.d.ts.map +1 -0
  14. package/dist/client/api/v1/documents/item/submissions/item/pdf/index.js +100 -0
  15. package/dist/client/api/v1/documents/item/submissions/item/pdf/index.js.map +1 -0
  16. package/dist/client/api/v1/documents/item/submissions/item/signers/index.d.ts.map +1 -1
  17. package/dist/client/api/v1/documents/item/submissions/item/signers/index.js +2 -1
  18. package/dist/client/api/v1/documents/item/submissions/item/signers/index.js.map +1 -1
  19. package/dist/client/api/v1/documents/item/submissions/item/signers/item/index.d.ts +10 -1
  20. package/dist/client/api/v1/documents/item/submissions/item/signers/item/index.d.ts.map +1 -1
  21. package/dist/client/api/v1/documents/item/submissions/item/signers/item/index.js +10 -0
  22. package/dist/client/api/v1/documents/item/submissions/item/signers/item/index.js.map +1 -1
  23. package/dist/client/api/v1/documents/item/submissions/item/signers/item/responses/index.d.ts +134 -0
  24. package/dist/client/api/v1/documents/item/submissions/item/signers/item/responses/index.d.ts.map +1 -0
  25. package/dist/client/api/v1/documents/item/submissions/item/signers/item/responses/index.js +145 -0
  26. package/dist/client/api/v1/documents/item/submissions/item/signers/item/responses/index.js.map +1 -0
  27. package/dist/client/api/v1/forms/item/recipients/index.d.ts.map +1 -1
  28. package/dist/client/api/v1/forms/item/recipients/index.js +2 -1
  29. package/dist/client/api/v1/forms/item/recipients/index.js.map +1 -1
  30. package/dist/client/api/v1/forms/item/recipients/item/index.d.ts +10 -1
  31. package/dist/client/api/v1/forms/item/recipients/item/index.d.ts.map +1 -1
  32. package/dist/client/api/v1/forms/item/recipients/item/index.js +10 -0
  33. package/dist/client/api/v1/forms/item/recipients/item/index.js.map +1 -1
  34. package/dist/client/api/v1/forms/item/recipients/item/responses/index.d.ts +134 -0
  35. package/dist/client/api/v1/forms/item/recipients/item/responses/index.d.ts.map +1 -0
  36. package/dist/client/api/v1/forms/item/recipients/item/responses/index.js +145 -0
  37. package/dist/client/api/v1/forms/item/recipients/item/responses/index.js.map +1 -0
  38. package/dist/client/formalingoClient.js +1 -1
  39. package/dist/client/models/index.d.ts +222 -1
  40. package/dist/client/models/index.d.ts.map +1 -1
  41. package/dist/client/models/index.js +257 -1
  42. package/dist/client/models/index.js.map +1 -1
  43. package/dist/index.d.ts.map +1 -1
  44. package/dist/index.js +1 -1
  45. package/dist/index.js.map +1 -1
  46. package/package.json +1 -1
@@ -0,0 +1,134 @@
1
+ import { type SignerResponse, type UpdateSignerResponsesBody } from '../../../../../../../../../models/index.js';
2
+ import { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } 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 {Responses409Error}
7
+ */
8
+ export declare function createResponses409ErrorFromDiscriminatorValue(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 {ResponsesGetResponse}
13
+ */
14
+ export declare function createResponsesGetResponseFromDiscriminatorValue(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 {ResponsesPatchResponse}
19
+ */
20
+ export declare function createResponsesPatchResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
21
+ /**
22
+ * The deserialization information for the current model
23
+ * @param Responses409Error The instance to deserialize into.
24
+ * @returns {Record<string, (node: ParseNode) => void>}
25
+ */
26
+ export declare function deserializeIntoResponses409Error(responses409Error?: Partial<Responses409Error> | undefined): Record<string, (node: ParseNode) => void>;
27
+ /**
28
+ * The deserialization information for the current model
29
+ * @param ResponsesGetResponse The instance to deserialize into.
30
+ * @returns {Record<string, (node: ParseNode) => void>}
31
+ */
32
+ export declare function deserializeIntoResponsesGetResponse(responsesGetResponse?: Partial<ResponsesGetResponse> | undefined): Record<string, (node: ParseNode) => void>;
33
+ /**
34
+ * The deserialization information for the current model
35
+ * @param ResponsesPatchResponse The instance to deserialize into.
36
+ * @returns {Record<string, (node: ParseNode) => void>}
37
+ */
38
+ export declare function deserializeIntoResponsesPatchResponse(responsesPatchResponse?: Partial<ResponsesPatchResponse> | undefined): Record<string, (node: ParseNode) => void>;
39
+ export interface Responses409Error extends AdditionalDataHolder, ApiError, Parsable {
40
+ /**
41
+ * The error property
42
+ */
43
+ errorEscaped?: string | null;
44
+ /**
45
+ * The hint property
46
+ */
47
+ hint?: string | null;
48
+ /**
49
+ * The success property
50
+ */
51
+ success?: boolean | null;
52
+ }
53
+ export interface ResponsesGetResponse extends AdditionalDataHolder, Parsable {
54
+ /**
55
+ * The data property
56
+ */
57
+ data?: SignerResponse[] | null;
58
+ /**
59
+ * The success property
60
+ */
61
+ success?: boolean | null;
62
+ }
63
+ export interface ResponsesPatchResponse extends AdditionalDataHolder, Parsable {
64
+ /**
65
+ * The data property
66
+ */
67
+ data?: SignerResponse[] | null;
68
+ /**
69
+ * The success property
70
+ */
71
+ success?: boolean | null;
72
+ }
73
+ /**
74
+ * Builds and executes requests for operations under /api/v1/documents/{id}/submissions/{sid}/signers/{signerId}/responses
75
+ */
76
+ export interface ResponsesRequestBuilder extends BaseRequestBuilder<ResponsesRequestBuilder> {
77
+ /**
78
+ * Returns all saved field responses for this signer.
79
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
80
+ * @returns {Promise<ResponsesGetResponse>}
81
+ */
82
+ get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ResponsesGetResponse | undefined>;
83
+ /**
84
+ * Update field values for a signer. Returns 409 if any field’s assigned signer has already completed signing.
85
+ * @param body The request body
86
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
87
+ * @returns {Promise<ResponsesPatchResponse>}
88
+ * @throws {Responses409Error} error when the service returns a 409 status code
89
+ */
90
+ patch(body: UpdateSignerResponsesBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ResponsesPatchResponse | undefined>;
91
+ /**
92
+ * Returns all saved field responses for this signer.
93
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
94
+ * @returns {RequestInformation}
95
+ */
96
+ toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
97
+ /**
98
+ * Update field values for a signer. Returns 409 if any field’s assigned signer has already completed signing.
99
+ * @param body The request body
100
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
101
+ * @returns {RequestInformation}
102
+ */
103
+ toPatchRequestInformation(body: UpdateSignerResponsesBody, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
104
+ }
105
+ /**
106
+ * Serializes information the current object
107
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
108
+ * @param Responses409Error The instance to serialize from.
109
+ * @param writer Serialization writer to use to serialize this model
110
+ */
111
+ export declare function serializeResponses409Error(writer: SerializationWriter, responses409Error?: Partial<Responses409Error> | undefined | null, isSerializingDerivedType?: boolean): void;
112
+ /**
113
+ * Serializes information the current object
114
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
115
+ * @param ResponsesGetResponse The instance to serialize from.
116
+ * @param writer Serialization writer to use to serialize this model
117
+ */
118
+ export declare function serializeResponsesGetResponse(writer: SerializationWriter, responsesGetResponse?: Partial<ResponsesGetResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
119
+ /**
120
+ * Serializes information the current object
121
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
122
+ * @param ResponsesPatchResponse The instance to serialize from.
123
+ * @param writer Serialization writer to use to serialize this model
124
+ */
125
+ export declare function serializeResponsesPatchResponse(writer: SerializationWriter, responsesPatchResponse?: Partial<ResponsesPatchResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
126
+ /**
127
+ * Uri template for the request builder.
128
+ */
129
+ export declare const ResponsesRequestBuilderUriTemplate = "{+baseurl}/api/v1/documents/{id}/submissions/{sid}/signers/{signerId}/responses";
130
+ /**
131
+ * Metadata for all the requests in the request builder.
132
+ */
133
+ export declare const ResponsesRequestBuilderRequestsMetadata: RequestsMetadata;
134
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../../../src/client/api/v1/documents/item/submissions/item/signers/item/responses/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,145 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ // Generated by Microsoft Kiota
4
+ // @ts-ignore
5
+ import { createSignerResponseFromDiscriminatorValue, serializeSignerResponse, serializeUpdateSignerResponsesBody } from '../../../../../../../../../models/index.js';
6
+ /**
7
+ * Creates a new instance of the appropriate class based on discriminator value
8
+ * @param parseNode The parse node to use to read the discriminator value and create the object
9
+ * @returns {Responses409Error}
10
+ */
11
+ // @ts-ignore
12
+ export function createResponses409ErrorFromDiscriminatorValue(parseNode) {
13
+ return deserializeIntoResponses409Error;
14
+ }
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 {ResponsesGetResponse}
19
+ */
20
+ // @ts-ignore
21
+ export function createResponsesGetResponseFromDiscriminatorValue(parseNode) {
22
+ return deserializeIntoResponsesGetResponse;
23
+ }
24
+ /**
25
+ * Creates a new instance of the appropriate class based on discriminator value
26
+ * @param parseNode The parse node to use to read the discriminator value and create the object
27
+ * @returns {ResponsesPatchResponse}
28
+ */
29
+ // @ts-ignore
30
+ export function createResponsesPatchResponseFromDiscriminatorValue(parseNode) {
31
+ return deserializeIntoResponsesPatchResponse;
32
+ }
33
+ /**
34
+ * The deserialization information for the current model
35
+ * @param Responses409Error The instance to deserialize into.
36
+ * @returns {Record<string, (node: ParseNode) => void>}
37
+ */
38
+ // @ts-ignore
39
+ export function deserializeIntoResponses409Error(responses409Error = {}) {
40
+ return {
41
+ "error": n => { responses409Error.errorEscaped = n.getStringValue(); },
42
+ "hint": n => { responses409Error.hint = n.getStringValue(); },
43
+ "success": n => { responses409Error.success = n.getBooleanValue(); },
44
+ };
45
+ }
46
+ /**
47
+ * The deserialization information for the current model
48
+ * @param ResponsesGetResponse The instance to deserialize into.
49
+ * @returns {Record<string, (node: ParseNode) => void>}
50
+ */
51
+ // @ts-ignore
52
+ export function deserializeIntoResponsesGetResponse(responsesGetResponse = {}) {
53
+ return {
54
+ "data": n => { responsesGetResponse.data = n.getCollectionOfObjectValues(createSignerResponseFromDiscriminatorValue); },
55
+ "success": n => { responsesGetResponse.success = n.getBooleanValue(); },
56
+ };
57
+ }
58
+ /**
59
+ * The deserialization information for the current model
60
+ * @param ResponsesPatchResponse The instance to deserialize into.
61
+ * @returns {Record<string, (node: ParseNode) => void>}
62
+ */
63
+ // @ts-ignore
64
+ export function deserializeIntoResponsesPatchResponse(responsesPatchResponse = {}) {
65
+ return {
66
+ "data": n => { responsesPatchResponse.data = n.getCollectionOfObjectValues(createSignerResponseFromDiscriminatorValue); },
67
+ "success": n => { responsesPatchResponse.success = n.getBooleanValue(); },
68
+ };
69
+ }
70
+ /**
71
+ * Serializes information the current object
72
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
73
+ * @param Responses409Error The instance to serialize from.
74
+ * @param writer Serialization writer to use to serialize this model
75
+ */
76
+ // @ts-ignore
77
+ export function serializeResponses409Error(writer, responses409Error = {}, isSerializingDerivedType = false) {
78
+ if (!responses409Error || isSerializingDerivedType) {
79
+ return;
80
+ }
81
+ writer.writeStringValue("error", responses409Error.errorEscaped);
82
+ writer.writeStringValue("hint", responses409Error.hint);
83
+ writer.writeBooleanValue("success", responses409Error.success);
84
+ writer.writeAdditionalData(responses409Error.additionalData);
85
+ }
86
+ /**
87
+ * Serializes information the current object
88
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
89
+ * @param ResponsesGetResponse The instance to serialize from.
90
+ * @param writer Serialization writer to use to serialize this model
91
+ */
92
+ // @ts-ignore
93
+ export function serializeResponsesGetResponse(writer, responsesGetResponse = {}, isSerializingDerivedType = false) {
94
+ if (!responsesGetResponse || isSerializingDerivedType) {
95
+ return;
96
+ }
97
+ writer.writeCollectionOfObjectValues("data", responsesGetResponse.data, serializeSignerResponse);
98
+ writer.writeBooleanValue("success", responsesGetResponse.success);
99
+ writer.writeAdditionalData(responsesGetResponse.additionalData);
100
+ }
101
+ /**
102
+ * Serializes information the current object
103
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
104
+ * @param ResponsesPatchResponse The instance to serialize from.
105
+ * @param writer Serialization writer to use to serialize this model
106
+ */
107
+ // @ts-ignore
108
+ export function serializeResponsesPatchResponse(writer, responsesPatchResponse = {}, isSerializingDerivedType = false) {
109
+ if (!responsesPatchResponse || isSerializingDerivedType) {
110
+ return;
111
+ }
112
+ writer.writeCollectionOfObjectValues("data", responsesPatchResponse.data, serializeSignerResponse);
113
+ writer.writeBooleanValue("success", responsesPatchResponse.success);
114
+ writer.writeAdditionalData(responsesPatchResponse.additionalData);
115
+ }
116
+ /**
117
+ * Uri template for the request builder.
118
+ */
119
+ export const ResponsesRequestBuilderUriTemplate = "{+baseurl}/api/v1/documents/{id}/submissions/{sid}/signers/{signerId}/responses";
120
+ /**
121
+ * Metadata for all the requests in the request builder.
122
+ */
123
+ export const ResponsesRequestBuilderRequestsMetadata = {
124
+ get: {
125
+ uriTemplate: ResponsesRequestBuilderUriTemplate,
126
+ responseBodyContentType: "application/json",
127
+ adapterMethodName: "send",
128
+ responseBodyFactory: createResponsesGetResponseFromDiscriminatorValue,
129
+ },
130
+ patch: {
131
+ uriTemplate: ResponsesRequestBuilderUriTemplate,
132
+ responseBodyContentType: "application/json",
133
+ errorMappings: {
134
+ 409: createResponses409ErrorFromDiscriminatorValue,
135
+ },
136
+ adapterMethodName: "send",
137
+ responseBodyFactory: createResponsesPatchResponseFromDiscriminatorValue,
138
+ requestBodyContentType: "application/json",
139
+ requestBodySerializer: serializeUpdateSignerResponsesBody,
140
+ requestInformationContentSetMethod: "setContentFromParsable",
141
+ },
142
+ };
143
+ /* tslint:enable */
144
+ /* eslint-enable */
145
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../../../../src/client/api/v1/documents/item/submissions/item/signers/item/responses/index.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/client/api/v1/forms/item/recipients/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/client/api/v1/forms/item/recipients/index.ts"],"names":[],"mappings":"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"}
@@ -4,7 +4,7 @@
4
4
  // @ts-ignore
5
5
  import { createRecipientFromDiscriminatorValue, serializeCreateRecipientBody, serializeRecipient } from '../../../../../models/index.js';
6
6
  // @ts-ignore
7
- import { WithRItemRequestBuilderRequestsMetadata } from './item/index.js';
7
+ import { WithRItemRequestBuilderNavigationMetadata, WithRItemRequestBuilderRequestsMetadata } from './item/index.js';
8
8
  /**
9
9
  * Creates a new instance of the appropriate class based on discriminator value
10
10
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -87,6 +87,7 @@ export const RecipientsRequestBuilderUriTemplate = "{+baseurl}/api/v1/forms/{id}
87
87
  export const RecipientsRequestBuilderNavigationMetadata = {
88
88
  byRid: {
89
89
  requestsMetadata: WithRItemRequestBuilderRequestsMetadata,
90
+ navigationMetadata: WithRItemRequestBuilderNavigationMetadata,
90
91
  pathParametersMappings: ["rid"],
91
92
  },
92
93
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/client/api/v1/forms/item/recipients/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/client/api/v1/forms/item/recipients/index.ts"],"names":[],"mappings":"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"}
@@ -1,5 +1,6 @@
1
1
  import { type Recipient, type UpdateRecipientBody } 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';
2
+ import { type ResponsesRequestBuilder } from './responses/index.js';
3
+ import { type AdditionalDataHolder, type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter, type UntypedNode } from '@microsoft/kiota-abstractions';
3
4
  /**
4
5
  * Creates a new instance of the appropriate class based on discriminator value
5
6
  * @param parseNode The parse node to use to read the discriminator value and create the object
@@ -52,6 +53,10 @@ export interface WithRDeleteResponse extends AdditionalDataHolder, Parsable {
52
53
  * Builds and executes requests for operations under /api/v1/forms/{id}/recipients/{rid}
53
54
  */
54
55
  export interface WithRItemRequestBuilder extends BaseRequestBuilder<WithRItemRequestBuilder> {
56
+ /**
57
+ * The responses property
58
+ */
59
+ get responses(): ResponsesRequestBuilder;
55
60
  /**
56
61
  * Delete a recipient
57
62
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
@@ -93,6 +98,10 @@ export interface WithRPutResponse extends AdditionalDataHolder, Parsable {
93
98
  * Uri template for the request builder.
94
99
  */
95
100
  export declare const WithRItemRequestBuilderUriTemplate = "{+baseurl}/api/v1/forms/{id}/recipients/{rid}";
101
+ /**
102
+ * Metadata for all the navigation properties in the request builder.
103
+ */
104
+ export declare const WithRItemRequestBuilderNavigationMetadata: Record<Exclude<keyof WithRItemRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
96
105
  /**
97
106
  * Metadata for all the requests in the request builder.
98
107
  */
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/client/api/v1/forms/item/recipients/item/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/client/api/v1/forms/item/recipients/item/index.ts"],"names":[],"mappings":"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"}
@@ -4,6 +4,8 @@
4
4
  // @ts-ignore
5
5
  import { createRecipientFromDiscriminatorValue, serializeRecipient, serializeUpdateRecipientBody } from '../../../../../../models/index.js';
6
6
  // @ts-ignore
7
+ import { ResponsesRequestBuilderRequestsMetadata } from './responses/index.js';
8
+ // @ts-ignore
7
9
  import { createUntypedNodeFromDiscriminatorValue } from '@microsoft/kiota-abstractions';
8
10
  /**
9
11
  * Creates a new instance of the appropriate class based on discriminator value
@@ -81,6 +83,14 @@ export function serializeWithRPutResponse(writer, withRPutResponse = {}, isSeria
81
83
  * Uri template for the request builder.
82
84
  */
83
85
  export const WithRItemRequestBuilderUriTemplate = "{+baseurl}/api/v1/forms/{id}/recipients/{rid}";
86
+ /**
87
+ * Metadata for all the navigation properties in the request builder.
88
+ */
89
+ export const WithRItemRequestBuilderNavigationMetadata = {
90
+ responses: {
91
+ requestsMetadata: ResponsesRequestBuilderRequestsMetadata,
92
+ },
93
+ };
84
94
  /**
85
95
  * Metadata for all the requests in the request builder.
86
96
  */
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../src/client/api/v1/forms/item/recipients/item/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../src/client/api/v1/forms/item/recipients/item/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,134 @@
1
+ import { type RecipientResponse, type UpdateRecipientResponsesBody } from '../../../../../../../models/index.js';
2
+ import { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } 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 {Responses409Error}
7
+ */
8
+ export declare function createResponses409ErrorFromDiscriminatorValue(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 {ResponsesGetResponse}
13
+ */
14
+ export declare function createResponsesGetResponseFromDiscriminatorValue(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 {ResponsesPatchResponse}
19
+ */
20
+ export declare function createResponsesPatchResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
21
+ /**
22
+ * The deserialization information for the current model
23
+ * @param Responses409Error The instance to deserialize into.
24
+ * @returns {Record<string, (node: ParseNode) => void>}
25
+ */
26
+ export declare function deserializeIntoResponses409Error(responses409Error?: Partial<Responses409Error> | undefined): Record<string, (node: ParseNode) => void>;
27
+ /**
28
+ * The deserialization information for the current model
29
+ * @param ResponsesGetResponse The instance to deserialize into.
30
+ * @returns {Record<string, (node: ParseNode) => void>}
31
+ */
32
+ export declare function deserializeIntoResponsesGetResponse(responsesGetResponse?: Partial<ResponsesGetResponse> | undefined): Record<string, (node: ParseNode) => void>;
33
+ /**
34
+ * The deserialization information for the current model
35
+ * @param ResponsesPatchResponse The instance to deserialize into.
36
+ * @returns {Record<string, (node: ParseNode) => void>}
37
+ */
38
+ export declare function deserializeIntoResponsesPatchResponse(responsesPatchResponse?: Partial<ResponsesPatchResponse> | undefined): Record<string, (node: ParseNode) => void>;
39
+ export interface Responses409Error extends AdditionalDataHolder, ApiError, Parsable {
40
+ /**
41
+ * The error property
42
+ */
43
+ errorEscaped?: string | null;
44
+ /**
45
+ * The hint property
46
+ */
47
+ hint?: string | null;
48
+ /**
49
+ * The success property
50
+ */
51
+ success?: boolean | null;
52
+ }
53
+ export interface ResponsesGetResponse extends AdditionalDataHolder, Parsable {
54
+ /**
55
+ * The data property
56
+ */
57
+ data?: RecipientResponse[] | null;
58
+ /**
59
+ * The success property
60
+ */
61
+ success?: boolean | null;
62
+ }
63
+ export interface ResponsesPatchResponse extends AdditionalDataHolder, Parsable {
64
+ /**
65
+ * The data property
66
+ */
67
+ data?: RecipientResponse[] | null;
68
+ /**
69
+ * The success property
70
+ */
71
+ success?: boolean | null;
72
+ }
73
+ /**
74
+ * Builds and executes requests for operations under /api/v1/forms/{id}/recipients/{rid}/responses
75
+ */
76
+ export interface ResponsesRequestBuilder extends BaseRequestBuilder<ResponsesRequestBuilder> {
77
+ /**
78
+ * Returns all saved responses for this recipient.
79
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
80
+ * @returns {Promise<ResponsesGetResponse>}
81
+ */
82
+ get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ResponsesGetResponse | undefined>;
83
+ /**
84
+ * Update question values for a recipient. Rejected with 409 if the recipient has already completed the form.
85
+ * @param body The request body
86
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
87
+ * @returns {Promise<ResponsesPatchResponse>}
88
+ * @throws {Responses409Error} error when the service returns a 409 status code
89
+ */
90
+ patch(body: UpdateRecipientResponsesBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ResponsesPatchResponse | undefined>;
91
+ /**
92
+ * Returns all saved responses for this recipient.
93
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
94
+ * @returns {RequestInformation}
95
+ */
96
+ toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
97
+ /**
98
+ * Update question values for a recipient. Rejected with 409 if the recipient has already completed the form.
99
+ * @param body The request body
100
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
101
+ * @returns {RequestInformation}
102
+ */
103
+ toPatchRequestInformation(body: UpdateRecipientResponsesBody, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
104
+ }
105
+ /**
106
+ * Serializes information the current object
107
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
108
+ * @param Responses409Error The instance to serialize from.
109
+ * @param writer Serialization writer to use to serialize this model
110
+ */
111
+ export declare function serializeResponses409Error(writer: SerializationWriter, responses409Error?: Partial<Responses409Error> | undefined | null, isSerializingDerivedType?: boolean): void;
112
+ /**
113
+ * Serializes information the current object
114
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
115
+ * @param ResponsesGetResponse The instance to serialize from.
116
+ * @param writer Serialization writer to use to serialize this model
117
+ */
118
+ export declare function serializeResponsesGetResponse(writer: SerializationWriter, responsesGetResponse?: Partial<ResponsesGetResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
119
+ /**
120
+ * Serializes information the current object
121
+ * @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
122
+ * @param ResponsesPatchResponse The instance to serialize from.
123
+ * @param writer Serialization writer to use to serialize this model
124
+ */
125
+ export declare function serializeResponsesPatchResponse(writer: SerializationWriter, responsesPatchResponse?: Partial<ResponsesPatchResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
126
+ /**
127
+ * Uri template for the request builder.
128
+ */
129
+ export declare const ResponsesRequestBuilderUriTemplate = "{+baseurl}/api/v1/forms/{id}/recipients/{rid}/responses";
130
+ /**
131
+ * Metadata for all the requests in the request builder.
132
+ */
133
+ export declare const ResponsesRequestBuilderRequestsMetadata: RequestsMetadata;
134
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/client/api/v1/forms/item/recipients/item/responses/index.ts"],"names":[],"mappings":"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"}