@microsoft/msgraph-sdk-print 1.0.0-preview.13 → 1.0.0-preview.14
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/package.json +3 -3
- package/print/connectors/count/index.d.ts +7 -6
- package/print/connectors/count/index.d.ts.map +1 -1
- package/print/connectors/count/index.js +7 -7
- package/print/connectors/index.d.ts +11 -9
- package/print/connectors/index.d.ts.map +1 -1
- package/print/connectors/index.js +9 -11
- package/print/connectors/item/index.d.ts +12 -9
- package/print/connectors/item/index.d.ts.map +1 -1
- package/print/connectors/item/index.js +11 -11
- package/print/index.d.ts +10 -8
- package/print/index.d.ts.map +1 -1
- package/print/index.js +9 -15
- package/print/operations/count/index.d.ts +7 -6
- package/print/operations/count/index.d.ts.map +1 -1
- package/print/operations/count/index.js +7 -7
- package/print/operations/index.d.ts +11 -9
- package/print/operations/index.d.ts.map +1 -1
- package/print/operations/index.js +9 -11
- package/print/operations/item/index.d.ts +12 -9
- package/print/operations/item/index.d.ts.map +1 -1
- package/print/operations/item/index.js +11 -11
- package/print/printers/count/index.d.ts +7 -6
- package/print/printers/count/index.d.ts.map +1 -1
- package/print/printers/count/index.js +7 -7
- package/print/printers/create/index.d.ts +8 -7
- package/print/printers/create/index.d.ts.map +1 -1
- package/print/printers/create/index.js +9 -9
- package/print/printers/index.d.ts +11 -9
- package/print/printers/index.d.ts.map +1 -1
- package/print/printers/index.js +9 -12
- package/print/printers/item/connectors/count/index.d.ts +7 -6
- package/print/printers/item/connectors/count/index.d.ts.map +1 -1
- package/print/printers/item/connectors/count/index.js +7 -7
- package/print/printers/item/connectors/index.d.ts +8 -7
- package/print/printers/item/connectors/index.d.ts.map +1 -1
- package/print/printers/item/connectors/index.js +7 -9
- package/print/printers/item/connectors/item/index.d.ts +7 -6
- package/print/printers/item/connectors/item/index.d.ts.map +1 -1
- package/print/printers/item/connectors/item/index.js +7 -7
- package/print/printers/item/index.d.ts +12 -9
- package/print/printers/item/index.d.ts.map +1 -1
- package/print/printers/item/index.js +11 -16
- package/print/printers/item/jobs/count/index.d.ts +7 -6
- package/print/printers/item/jobs/count/index.d.ts.map +1 -1
- package/print/printers/item/jobs/count/index.js +7 -7
- package/print/printers/item/jobs/index.d.ts +11 -9
- package/print/printers/item/jobs/index.d.ts.map +1 -1
- package/print/printers/item/jobs/index.js +9 -11
- package/print/printers/item/jobs/item/abort/index.d.ts +8 -7
- package/print/printers/item/jobs/item/abort/index.d.ts.map +1 -1
- package/print/printers/item/jobs/item/abort/index.js +9 -9
- package/print/printers/item/jobs/item/cancel/index.d.ts +6 -5
- package/print/printers/item/jobs/item/cancel/index.d.ts.map +1 -1
- package/print/printers/item/jobs/item/cancel/index.js +7 -7
- package/print/printers/item/jobs/item/documents/count/index.d.ts +7 -6
- package/print/printers/item/jobs/item/documents/count/index.d.ts.map +1 -1
- package/print/printers/item/jobs/item/documents/count/index.js +7 -7
- package/print/printers/item/jobs/item/documents/index.d.ts +11 -9
- package/print/printers/item/jobs/item/documents/index.d.ts.map +1 -1
- package/print/printers/item/jobs/item/documents/index.js +9 -11
- package/print/printers/item/jobs/item/documents/item/createUploadSession/index.d.ts +9 -8
- package/print/printers/item/jobs/item/documents/item/createUploadSession/index.d.ts.map +1 -1
- package/print/printers/item/jobs/item/documents/item/createUploadSession/index.js +9 -9
- package/print/printers/item/jobs/item/documents/item/index.d.ts +12 -9
- package/print/printers/item/jobs/item/documents/item/index.d.ts.map +1 -1
- package/print/printers/item/jobs/item/documents/item/index.js +11 -13
- package/print/printers/item/jobs/item/documents/item/value/index.d.ts +10 -8
- package/print/printers/item/jobs/item/documents/item/value/index.d.ts.map +1 -1
- package/print/printers/item/jobs/item/documents/item/value/index.js +9 -9
- package/print/printers/item/jobs/item/index.d.ts +12 -9
- package/print/printers/item/jobs/item/index.d.ts.map +1 -1
- package/print/printers/item/jobs/item/index.js +11 -17
- package/print/printers/item/jobs/item/redirect/index.d.ts +9 -8
- package/print/printers/item/jobs/item/redirect/index.d.ts.map +1 -1
- package/print/printers/item/jobs/item/redirect/index.js +9 -9
- package/print/printers/item/jobs/item/start/index.d.ts +7 -6
- package/print/printers/item/jobs/item/start/index.d.ts.map +1 -1
- package/print/printers/item/jobs/item/start/index.js +7 -7
- package/print/printers/item/jobs/item/tasks/count/index.d.ts +7 -6
- package/print/printers/item/jobs/item/tasks/count/index.d.ts.map +1 -1
- package/print/printers/item/jobs/item/tasks/count/index.js +7 -7
- package/print/printers/item/jobs/item/tasks/index.d.ts +11 -9
- package/print/printers/item/jobs/item/tasks/index.d.ts.map +1 -1
- package/print/printers/item/jobs/item/tasks/index.js +9 -11
- package/print/printers/item/jobs/item/tasks/item/definition/index.d.ts +7 -6
- package/print/printers/item/jobs/item/tasks/item/definition/index.d.ts.map +1 -1
- package/print/printers/item/jobs/item/tasks/item/definition/index.js +7 -7
- package/print/printers/item/jobs/item/tasks/item/index.d.ts +12 -9
- package/print/printers/item/jobs/item/tasks/item/index.d.ts.map +1 -1
- package/print/printers/item/jobs/item/tasks/item/index.js +11 -13
- package/print/printers/item/jobs/item/tasks/item/trigger/index.d.ts +7 -6
- package/print/printers/item/jobs/item/tasks/item/trigger/index.d.ts.map +1 -1
- package/print/printers/item/jobs/item/tasks/item/trigger/index.js +7 -7
- package/print/printers/item/restoreFactoryDefaults/index.d.ts +6 -5
- package/print/printers/item/restoreFactoryDefaults/index.d.ts.map +1 -1
- package/print/printers/item/restoreFactoryDefaults/index.js +7 -7
- package/print/printers/item/shares/count/index.d.ts +7 -6
- package/print/printers/item/shares/count/index.d.ts.map +1 -1
- package/print/printers/item/shares/count/index.js +7 -7
- package/print/printers/item/shares/index.d.ts +8 -7
- package/print/printers/item/shares/index.d.ts.map +1 -1
- package/print/printers/item/shares/index.js +7 -9
- package/print/printers/item/shares/item/index.d.ts +7 -6
- package/print/printers/item/shares/item/index.d.ts.map +1 -1
- package/print/printers/item/shares/item/index.js +7 -7
- package/print/printers/item/taskTriggers/count/index.d.ts +7 -6
- package/print/printers/item/taskTriggers/count/index.d.ts.map +1 -1
- package/print/printers/item/taskTriggers/count/index.js +7 -7
- package/print/printers/item/taskTriggers/index.d.ts +11 -9
- package/print/printers/item/taskTriggers/index.d.ts.map +1 -1
- package/print/printers/item/taskTriggers/index.js +9 -11
- package/print/printers/item/taskTriggers/item/definition/index.d.ts +7 -6
- package/print/printers/item/taskTriggers/item/definition/index.d.ts.map +1 -1
- package/print/printers/item/taskTriggers/item/definition/index.js +7 -7
- package/print/printers/item/taskTriggers/item/index.d.ts +12 -9
- package/print/printers/item/taskTriggers/item/index.d.ts.map +1 -1
- package/print/printers/item/taskTriggers/item/index.js +11 -12
- package/print/services/count/index.d.ts +7 -6
- package/print/services/count/index.d.ts.map +1 -1
- package/print/services/count/index.js +7 -7
- package/print/services/index.d.ts +11 -9
- package/print/services/index.d.ts.map +1 -1
- package/print/services/index.js +9 -11
- package/print/services/item/endpoints/count/index.d.ts +7 -6
- package/print/services/item/endpoints/count/index.d.ts.map +1 -1
- package/print/services/item/endpoints/count/index.js +7 -7
- package/print/services/item/endpoints/index.d.ts +11 -9
- package/print/services/item/endpoints/index.d.ts.map +1 -1
- package/print/services/item/endpoints/index.js +9 -11
- package/print/services/item/endpoints/item/index.d.ts +12 -9
- package/print/services/item/endpoints/item/index.d.ts.map +1 -1
- package/print/services/item/endpoints/item/index.js +11 -11
- package/print/services/item/index.d.ts +12 -9
- package/print/services/item/index.d.ts.map +1 -1
- package/print/services/item/index.js +11 -12
- package/print/shares/count/index.d.ts +7 -6
- package/print/shares/count/index.d.ts.map +1 -1
- package/print/shares/count/index.js +7 -7
- package/print/shares/index.d.ts +11 -9
- package/print/shares/index.d.ts.map +1 -1
- package/print/shares/index.js +9 -11
- package/print/shares/item/allowedGroups/count/index.d.ts +7 -6
- package/print/shares/item/allowedGroups/count/index.d.ts.map +1 -1
- package/print/shares/item/allowedGroups/count/index.js +7 -7
- package/print/shares/item/allowedGroups/index.d.ts +8 -7
- package/print/shares/item/allowedGroups/index.d.ts.map +1 -1
- package/print/shares/item/allowedGroups/index.js +7 -10
- package/print/shares/item/allowedGroups/item/index.d.ts +4 -4
- package/print/shares/item/allowedGroups/item/index.d.ts.map +1 -1
- package/print/shares/item/allowedGroups/item/index.js +5 -7
- package/print/shares/item/allowedGroups/item/ref/index.d.ts +6 -5
- package/print/shares/item/allowedGroups/item/ref/index.d.ts.map +1 -1
- package/print/shares/item/allowedGroups/item/ref/index.js +7 -7
- package/print/shares/item/allowedGroups/item/serviceProvisioningErrors/count/index.d.ts +7 -6
- package/print/shares/item/allowedGroups/item/serviceProvisioningErrors/count/index.d.ts.map +1 -1
- package/print/shares/item/allowedGroups/item/serviceProvisioningErrors/count/index.js +7 -7
- package/print/shares/item/allowedGroups/item/serviceProvisioningErrors/index.d.ts +7 -6
- package/print/shares/item/allowedGroups/item/serviceProvisioningErrors/index.d.ts.map +1 -1
- package/print/shares/item/allowedGroups/item/serviceProvisioningErrors/index.js +7 -8
- package/print/shares/item/allowedGroups/ref/index.d.ts +11 -8
- package/print/shares/item/allowedGroups/ref/index.d.ts.map +1 -1
- package/print/shares/item/allowedGroups/ref/index.js +11 -11
- package/print/shares/item/allowedUsers/count/index.d.ts +7 -6
- package/print/shares/item/allowedUsers/count/index.d.ts.map +1 -1
- package/print/shares/item/allowedUsers/count/index.js +7 -7
- package/print/shares/item/allowedUsers/index.d.ts +8 -7
- package/print/shares/item/allowedUsers/index.d.ts.map +1 -1
- package/print/shares/item/allowedUsers/index.js +7 -10
- package/print/shares/item/allowedUsers/item/index.d.ts +4 -4
- package/print/shares/item/allowedUsers/item/index.d.ts.map +1 -1
- package/print/shares/item/allowedUsers/item/index.js +5 -8
- package/print/shares/item/allowedUsers/item/mailboxSettings/index.d.ts +10 -8
- package/print/shares/item/allowedUsers/item/mailboxSettings/index.d.ts.map +1 -1
- package/print/shares/item/allowedUsers/item/mailboxSettings/index.js +9 -9
- package/print/shares/item/allowedUsers/item/ref/index.d.ts +6 -5
- package/print/shares/item/allowedUsers/item/ref/index.d.ts.map +1 -1
- package/print/shares/item/allowedUsers/item/ref/index.js +7 -7
- package/print/shares/item/allowedUsers/item/serviceProvisioningErrors/count/index.d.ts +7 -6
- package/print/shares/item/allowedUsers/item/serviceProvisioningErrors/count/index.d.ts.map +1 -1
- package/print/shares/item/allowedUsers/item/serviceProvisioningErrors/count/index.js +7 -7
- package/print/shares/item/allowedUsers/item/serviceProvisioningErrors/index.d.ts +7 -6
- package/print/shares/item/allowedUsers/item/serviceProvisioningErrors/index.d.ts.map +1 -1
- package/print/shares/item/allowedUsers/item/serviceProvisioningErrors/index.js +7 -8
- package/print/shares/item/allowedUsers/ref/index.d.ts +11 -8
- package/print/shares/item/allowedUsers/ref/index.d.ts.map +1 -1
- package/print/shares/item/allowedUsers/ref/index.js +11 -11
- package/print/shares/item/index.d.ts +12 -9
- package/print/shares/item/index.d.ts.map +1 -1
- package/print/shares/item/index.js +11 -15
- package/print/shares/item/jobs/count/index.d.ts +7 -6
- package/print/shares/item/jobs/count/index.d.ts.map +1 -1
- package/print/shares/item/jobs/count/index.js +7 -7
- package/print/shares/item/jobs/index.d.ts +11 -9
- package/print/shares/item/jobs/index.d.ts.map +1 -1
- package/print/shares/item/jobs/index.js +9 -11
- package/print/shares/item/jobs/item/abort/index.d.ts +8 -7
- package/print/shares/item/jobs/item/abort/index.d.ts.map +1 -1
- package/print/shares/item/jobs/item/abort/index.js +9 -9
- package/print/shares/item/jobs/item/cancel/index.d.ts +6 -5
- package/print/shares/item/jobs/item/cancel/index.d.ts.map +1 -1
- package/print/shares/item/jobs/item/cancel/index.js +7 -7
- package/print/shares/item/jobs/item/documents/count/index.d.ts +7 -6
- package/print/shares/item/jobs/item/documents/count/index.d.ts.map +1 -1
- package/print/shares/item/jobs/item/documents/count/index.js +7 -7
- package/print/shares/item/jobs/item/documents/index.d.ts +11 -9
- package/print/shares/item/jobs/item/documents/index.d.ts.map +1 -1
- package/print/shares/item/jobs/item/documents/index.js +9 -11
- package/print/shares/item/jobs/item/documents/item/createUploadSession/index.d.ts +9 -8
- package/print/shares/item/jobs/item/documents/item/createUploadSession/index.d.ts.map +1 -1
- package/print/shares/item/jobs/item/documents/item/createUploadSession/index.js +9 -9
- package/print/shares/item/jobs/item/documents/item/index.d.ts +12 -9
- package/print/shares/item/jobs/item/documents/item/index.d.ts.map +1 -1
- package/print/shares/item/jobs/item/documents/item/index.js +11 -13
- package/print/shares/item/jobs/item/documents/item/value/index.d.ts +10 -8
- package/print/shares/item/jobs/item/documents/item/value/index.d.ts.map +1 -1
- package/print/shares/item/jobs/item/documents/item/value/index.js +9 -9
- package/print/shares/item/jobs/item/index.d.ts +12 -9
- package/print/shares/item/jobs/item/index.d.ts.map +1 -1
- package/print/shares/item/jobs/item/index.js +11 -17
- package/print/shares/item/jobs/item/redirect/index.d.ts +9 -8
- package/print/shares/item/jobs/item/redirect/index.d.ts.map +1 -1
- package/print/shares/item/jobs/item/redirect/index.js +9 -9
- package/print/shares/item/jobs/item/start/index.d.ts +7 -6
- package/print/shares/item/jobs/item/start/index.d.ts.map +1 -1
- package/print/shares/item/jobs/item/start/index.js +7 -7
- package/print/shares/item/jobs/item/tasks/count/index.d.ts +7 -6
- package/print/shares/item/jobs/item/tasks/count/index.d.ts.map +1 -1
- package/print/shares/item/jobs/item/tasks/count/index.js +7 -7
- package/print/shares/item/jobs/item/tasks/index.d.ts +11 -9
- package/print/shares/item/jobs/item/tasks/index.d.ts.map +1 -1
- package/print/shares/item/jobs/item/tasks/index.js +9 -11
- package/print/shares/item/jobs/item/tasks/item/definition/index.d.ts +7 -6
- package/print/shares/item/jobs/item/tasks/item/definition/index.d.ts.map +1 -1
- package/print/shares/item/jobs/item/tasks/item/definition/index.js +7 -7
- package/print/shares/item/jobs/item/tasks/item/index.d.ts +12 -9
- package/print/shares/item/jobs/item/tasks/item/index.d.ts.map +1 -1
- package/print/shares/item/jobs/item/tasks/item/index.js +11 -13
- package/print/shares/item/jobs/item/tasks/item/trigger/index.d.ts +7 -6
- package/print/shares/item/jobs/item/tasks/item/trigger/index.d.ts.map +1 -1
- package/print/shares/item/jobs/item/tasks/item/trigger/index.js +7 -7
- package/print/shares/item/printer/index.d.ts +7 -6
- package/print/shares/item/printer/index.d.ts.map +1 -1
- package/print/shares/item/printer/index.js +7 -7
- package/print/taskDefinitions/count/index.d.ts +7 -6
- package/print/taskDefinitions/count/index.d.ts.map +1 -1
- package/print/taskDefinitions/count/index.js +7 -7
- package/print/taskDefinitions/index.d.ts +11 -9
- package/print/taskDefinitions/index.d.ts.map +1 -1
- package/print/taskDefinitions/index.js +9 -11
- package/print/taskDefinitions/item/index.d.ts +12 -9
- package/print/taskDefinitions/item/index.d.ts.map +1 -1
- package/print/taskDefinitions/item/index.js +11 -12
- package/print/taskDefinitions/item/tasks/count/index.d.ts +7 -6
- package/print/taskDefinitions/item/tasks/count/index.d.ts.map +1 -1
- package/print/taskDefinitions/item/tasks/count/index.js +7 -7
- package/print/taskDefinitions/item/tasks/index.d.ts +11 -9
- package/print/taskDefinitions/item/tasks/index.d.ts.map +1 -1
- package/print/taskDefinitions/item/tasks/index.js +9 -11
- package/print/taskDefinitions/item/tasks/item/definition/index.d.ts +7 -6
- package/print/taskDefinitions/item/tasks/item/definition/index.d.ts.map +1 -1
- package/print/taskDefinitions/item/tasks/item/definition/index.js +7 -7
- package/print/taskDefinitions/item/tasks/item/index.d.ts +12 -9
- package/print/taskDefinitions/item/tasks/item/index.d.ts.map +1 -1
- package/print/taskDefinitions/item/tasks/item/index.js +11 -13
- package/print/taskDefinitions/item/tasks/item/trigger/index.d.ts +7 -6
- package/print/taskDefinitions/item/tasks/item/trigger/index.d.ts.map +1 -1
- package/print/taskDefinitions/item/tasks/item/trigger/index.js +7 -7
- package/printServiceClient.d.ts.map +1 -1
- package/printServiceClient.js +1 -2
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -13,33 +13,35 @@ export interface OperationsRequestBuilder extends BaseRequestBuilder<OperationsR
|
|
|
13
13
|
/**
|
|
14
14
|
* Provides operations to manage the operations property of the microsoft.graph.print entity.
|
|
15
15
|
* @param printOperationId The unique identifier of printOperation
|
|
16
|
-
* @returns
|
|
16
|
+
* @returns {PrintOperationItemRequestBuilder}
|
|
17
17
|
*/
|
|
18
18
|
byPrintOperationId(printOperationId: string): PrintOperationItemRequestBuilder;
|
|
19
19
|
/**
|
|
20
20
|
* Retrieve the properties and relationships of a printOperation object.
|
|
21
21
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
|
-
* @returns
|
|
22
|
+
* @returns {Promise<PrintOperationCollectionResponse>}
|
|
23
|
+
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
23
24
|
*/
|
|
24
25
|
get(requestConfiguration?: RequestConfiguration<OperationsRequestBuilderGetQueryParameters> | undefined): Promise<PrintOperationCollectionResponse | undefined>;
|
|
25
26
|
/**
|
|
26
27
|
* Create new navigation property to operations for print
|
|
27
28
|
* @param body The request body
|
|
28
29
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
29
|
-
* @returns
|
|
30
|
+
* @returns {Promise<PrintOperation>}
|
|
31
|
+
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
30
32
|
*/
|
|
31
33
|
post(body: PrintOperation, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<PrintOperation | undefined>;
|
|
32
34
|
/**
|
|
33
35
|
* Retrieve the properties and relationships of a printOperation object.
|
|
34
36
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
35
|
-
* @returns
|
|
37
|
+
* @returns {RequestInformation}
|
|
36
38
|
*/
|
|
37
39
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<OperationsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
38
40
|
/**
|
|
39
41
|
* Create new navigation property to operations for print
|
|
40
42
|
* @param body The request body
|
|
41
43
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
42
|
-
* @returns
|
|
44
|
+
* @returns {RequestInformation}
|
|
43
45
|
*/
|
|
44
46
|
toPostRequestInformation(body: PrintOperation, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
45
47
|
}
|
|
@@ -80,6 +82,10 @@ export interface OperationsRequestBuilderGetQueryParameters {
|
|
|
80
82
|
*/
|
|
81
83
|
top?: number;
|
|
82
84
|
}
|
|
85
|
+
/**
|
|
86
|
+
* Uri template for the request builder.
|
|
87
|
+
*/
|
|
88
|
+
export declare const OperationsRequestBuilderUriTemplate = "{+baseurl}/print/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}";
|
|
83
89
|
/**
|
|
84
90
|
* Metadata for all the navigation properties in the request builder.
|
|
85
91
|
*/
|
|
@@ -88,8 +94,4 @@ export declare const OperationsRequestBuilderNavigationMetadata: Record<Exclude<
|
|
|
88
94
|
* Metadata for all the requests in the request builder.
|
|
89
95
|
*/
|
|
90
96
|
export declare const OperationsRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
91
|
-
/**
|
|
92
|
-
* Uri template for the request builder.
|
|
93
|
-
*/
|
|
94
|
-
export declare const OperationsRequestBuilderUriTemplate = "{+baseurl}/print/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}";
|
|
95
97
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAqI,KAAK,cAAc,EAAE,KAAK,gCAAgC,EAAE,MAAM,gCAAgC,CAAC;AAE/O,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAqI,KAAK,cAAc,EAAE,KAAK,gCAAgC,EAAE,MAAM,gCAAgC,CAAC;AAE/O,OAAO,EAAuC,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACzF,OAAO,EAAoD,KAAK,gCAAgC,EAAE,MAAM,SAAS,CAAC;AAClH,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAE1P;;GAEG;AACH,MAAM,WAAW,wBAAyB,SAAQ,kBAAkB,CAAC,wBAAwB,CAAC;IAC1F;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;;;OAIG;IACF,kBAAkB,CAAC,gBAAgB,EAAE,MAAM,GAAI,gCAAgC,CAAC;IACjF;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,0CAA0C,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,gCAAgC,GAAG,SAAS,CAAC,CAAC;IAClK;;;;;;OAMG;IACF,IAAI,CAAC,IAAI,EAAE,cAAc,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,cAAc,GAAG,SAAS,CAAC,CAAC;IACnI;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,0CAA0C,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IACnJ;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,cAAc,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACzI;AACD;;GAEG;AACH,MAAM,WAAW,0CAA0C;IACvD;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB;AACD;;GAEG;AACH,eAAO,MAAM,mCAAmC,6GAA6G,CAAC;AAc9J;;GAEG;AACH,eAAO,MAAM,0CAA0C,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,wBAAwB,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAQ9J,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,wCAAwC,EAAE,gBAuBtD,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.OperationsRequestBuilderRequestsMetadata = exports.OperationsRequestBuilderNavigationMetadata = exports.OperationsRequestBuilderUriTemplate = void 0;
|
|
4
4
|
/* tslint:disable */
|
|
5
5
|
/* eslint-disable */
|
|
6
6
|
// Generated by Microsoft Kiota
|
|
@@ -8,6 +8,10 @@ const models_1 = require("@microsoft/msgraph-sdk/models/");
|
|
|
8
8
|
const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
|
|
9
9
|
const count_1 = require("./count/");
|
|
10
10
|
const item_1 = require("./item/");
|
|
11
|
+
/**
|
|
12
|
+
* Uri template for the request builder.
|
|
13
|
+
*/
|
|
14
|
+
exports.OperationsRequestBuilderUriTemplate = "{+baseurl}/print/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}";
|
|
11
15
|
/**
|
|
12
16
|
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
13
17
|
*/
|
|
@@ -26,12 +30,10 @@ const OperationsRequestBuilderGetQueryParametersMapper = {
|
|
|
26
30
|
*/
|
|
27
31
|
exports.OperationsRequestBuilderNavigationMetadata = {
|
|
28
32
|
byPrintOperationId: {
|
|
29
|
-
uriTemplate: item_1.PrintOperationItemRequestBuilderUriTemplate,
|
|
30
33
|
requestsMetadata: item_1.PrintOperationItemRequestBuilderRequestsMetadata,
|
|
31
34
|
pathParametersMappings: ["printOperation%2Did"],
|
|
32
35
|
},
|
|
33
36
|
count: {
|
|
34
|
-
uriTemplate: count_1.CountRequestBuilderUriTemplate,
|
|
35
37
|
requestsMetadata: count_1.CountRequestBuilderRequestsMetadata,
|
|
36
38
|
},
|
|
37
39
|
};
|
|
@@ -40,20 +42,20 @@ exports.OperationsRequestBuilderNavigationMetadata = {
|
|
|
40
42
|
*/
|
|
41
43
|
exports.OperationsRequestBuilderRequestsMetadata = {
|
|
42
44
|
get: {
|
|
45
|
+
uriTemplate: exports.OperationsRequestBuilderUriTemplate,
|
|
43
46
|
responseBodyContentType: "application/json",
|
|
44
47
|
errorMappings: {
|
|
45
|
-
|
|
46
|
-
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
48
|
+
XXX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
47
49
|
},
|
|
48
50
|
adapterMethodName: "sendAsync",
|
|
49
51
|
responseBodyFactory: models_1.createPrintOperationCollectionResponseFromDiscriminatorValue,
|
|
50
52
|
queryParametersMapper: OperationsRequestBuilderGetQueryParametersMapper,
|
|
51
53
|
},
|
|
52
54
|
post: {
|
|
55
|
+
uriTemplate: exports.OperationsRequestBuilderUriTemplate,
|
|
53
56
|
responseBodyContentType: "application/json",
|
|
54
57
|
errorMappings: {
|
|
55
|
-
|
|
56
|
-
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
58
|
+
XXX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
57
59
|
},
|
|
58
60
|
adapterMethodName: "sendAsync",
|
|
59
61
|
responseBodyFactory: models_1.createPrintOperationFromDiscriminatorValue,
|
|
@@ -62,9 +64,5 @@ exports.OperationsRequestBuilderRequestsMetadata = {
|
|
|
62
64
|
requestInformationContentSetMethod: "setContentFromParsable",
|
|
63
65
|
},
|
|
64
66
|
};
|
|
65
|
-
/**
|
|
66
|
-
* Uri template for the request builder.
|
|
67
|
-
*/
|
|
68
|
-
exports.OperationsRequestBuilderUriTemplate = "{+baseurl}/print/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}";
|
|
69
67
|
/* tslint:enable */
|
|
70
68
|
/* eslint-enable */
|
|
@@ -7,12 +7,14 @@ export interface PrintOperationItemRequestBuilder extends BaseRequestBuilder<Pri
|
|
|
7
7
|
/**
|
|
8
8
|
* Delete navigation property operations for print
|
|
9
9
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10
|
+
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
10
11
|
*/
|
|
11
12
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
12
13
|
/**
|
|
13
14
|
* Retrieve the properties and relationships of a printOperation object.
|
|
14
15
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
15
|
-
* @returns
|
|
16
|
+
* @returns {Promise<PrintOperation>}
|
|
17
|
+
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
16
18
|
* @see {@link https://learn.microsoft.com/graph/api/printoperation-get?view=graph-rest-1.0|Find more info here}
|
|
17
19
|
*/
|
|
18
20
|
get(requestConfiguration?: RequestConfiguration<PrintOperationItemRequestBuilderGetQueryParameters> | undefined): Promise<PrintOperation | undefined>;
|
|
@@ -20,26 +22,27 @@ export interface PrintOperationItemRequestBuilder extends BaseRequestBuilder<Pri
|
|
|
20
22
|
* Update the navigation property operations in print
|
|
21
23
|
* @param body The request body
|
|
22
24
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
23
|
-
* @returns
|
|
25
|
+
* @returns {Promise<PrintOperation>}
|
|
26
|
+
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
24
27
|
*/
|
|
25
28
|
patch(body: PrintOperation, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<PrintOperation | undefined>;
|
|
26
29
|
/**
|
|
27
30
|
* Delete navigation property operations for print
|
|
28
31
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
29
|
-
* @returns
|
|
32
|
+
* @returns {RequestInformation}
|
|
30
33
|
*/
|
|
31
34
|
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
32
35
|
/**
|
|
33
36
|
* Retrieve the properties and relationships of a printOperation object.
|
|
34
37
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
35
|
-
* @returns
|
|
38
|
+
* @returns {RequestInformation}
|
|
36
39
|
*/
|
|
37
40
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<PrintOperationItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
38
41
|
/**
|
|
39
42
|
* Update the navigation property operations in print
|
|
40
43
|
* @param body The request body
|
|
41
44
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
42
|
-
* @returns
|
|
45
|
+
* @returns {RequestInformation}
|
|
43
46
|
*/
|
|
44
47
|
toPatchRequestInformation(body: PrintOperation, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
45
48
|
}
|
|
@@ -56,12 +59,12 @@ export interface PrintOperationItemRequestBuilderGetQueryParameters {
|
|
|
56
59
|
*/
|
|
57
60
|
select?: string[];
|
|
58
61
|
}
|
|
59
|
-
/**
|
|
60
|
-
* Metadata for all the requests in the request builder.
|
|
61
|
-
*/
|
|
62
|
-
export declare const PrintOperationItemRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
63
62
|
/**
|
|
64
63
|
* Uri template for the request builder.
|
|
65
64
|
*/
|
|
66
65
|
export declare const PrintOperationItemRequestBuilderUriTemplate = "{+baseurl}/print/operations/{printOperation%2Did}{?%24expand,%24select}";
|
|
66
|
+
/**
|
|
67
|
+
* Metadata for all the requests in the request builder.
|
|
68
|
+
*/
|
|
69
|
+
export declare const PrintOperationItemRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
67
70
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAuE,KAAK,cAAc,EAAE,MAAM,gCAAgC,CAAC;AAE1I,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,gCAAiC,SAAQ,kBAAkB,CAAC,gCAAgC,CAAC;IAC1G
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAuE,KAAK,cAAc,EAAE,MAAM,gCAAgC,CAAC;AAE1I,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,gCAAiC,SAAQ,kBAAkB,CAAC,gCAAgC,CAAC;IAC1G;;;;OAIG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzF;;;;;;OAMG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,kDAAkD,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,cAAc,GAAG,SAAS,CAAC,CAAC;IACxJ;;;;;;OAMG;IACF,KAAK,CAAC,IAAI,EAAE,cAAc,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,cAAc,GAAG,SAAS,CAAC,CAAC;IACpI;;;;OAIG;IACF,0BAA0B,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAClH;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,kDAAkD,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAC3J;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,cAAc,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC1I;AACD;;GAEG;AACH,MAAM,WAAW,kDAAkD;IAC/D;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AACD;;GAEG;AACH,eAAO,MAAM,2CAA2C,4EAA4E,CAAC;AAQrI;;GAEG;AACH,eAAO,MAAM,gDAAgD,EAAE,gBA+B9D,CAAC"}
|
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.PrintOperationItemRequestBuilderRequestsMetadata = exports.PrintOperationItemRequestBuilderUriTemplate = void 0;
|
|
4
4
|
/* tslint:disable */
|
|
5
5
|
/* eslint-disable */
|
|
6
6
|
// Generated by Microsoft Kiota
|
|
7
7
|
const models_1 = require("@microsoft/msgraph-sdk/models/");
|
|
8
8
|
const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
|
|
9
|
+
/**
|
|
10
|
+
* Uri template for the request builder.
|
|
11
|
+
*/
|
|
12
|
+
exports.PrintOperationItemRequestBuilderUriTemplate = "{+baseurl}/print/operations/{printOperation%2Did}{?%24expand,%24select}";
|
|
9
13
|
/**
|
|
10
14
|
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
11
15
|
*/
|
|
@@ -18,28 +22,28 @@ const PrintOperationItemRequestBuilderGetQueryParametersMapper = {
|
|
|
18
22
|
*/
|
|
19
23
|
exports.PrintOperationItemRequestBuilderRequestsMetadata = {
|
|
20
24
|
delete: {
|
|
25
|
+
uriTemplate: exports.PrintOperationItemRequestBuilderUriTemplate,
|
|
21
26
|
responseBodyContentType: "application/json",
|
|
22
27
|
errorMappings: {
|
|
23
|
-
|
|
24
|
-
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
28
|
+
XXX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
25
29
|
},
|
|
26
30
|
adapterMethodName: "sendNoResponseContentAsync",
|
|
27
31
|
},
|
|
28
32
|
get: {
|
|
33
|
+
uriTemplate: exports.PrintOperationItemRequestBuilderUriTemplate,
|
|
29
34
|
responseBodyContentType: "application/json",
|
|
30
35
|
errorMappings: {
|
|
31
|
-
|
|
32
|
-
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
36
|
+
XXX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
33
37
|
},
|
|
34
38
|
adapterMethodName: "sendAsync",
|
|
35
39
|
responseBodyFactory: models_1.createPrintOperationFromDiscriminatorValue,
|
|
36
40
|
queryParametersMapper: PrintOperationItemRequestBuilderGetQueryParametersMapper,
|
|
37
41
|
},
|
|
38
42
|
patch: {
|
|
43
|
+
uriTemplate: exports.PrintOperationItemRequestBuilderUriTemplate,
|
|
39
44
|
responseBodyContentType: "application/json",
|
|
40
45
|
errorMappings: {
|
|
41
|
-
|
|
42
|
-
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
46
|
+
XXX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
43
47
|
},
|
|
44
48
|
adapterMethodName: "sendAsync",
|
|
45
49
|
responseBodyFactory: models_1.createPrintOperationFromDiscriminatorValue,
|
|
@@ -48,9 +52,5 @@ exports.PrintOperationItemRequestBuilderRequestsMetadata = {
|
|
|
48
52
|
requestInformationContentSetMethod: "setContentFromParsable",
|
|
49
53
|
},
|
|
50
54
|
};
|
|
51
|
-
/**
|
|
52
|
-
* Uri template for the request builder.
|
|
53
|
-
*/
|
|
54
|
-
exports.PrintOperationItemRequestBuilderUriTemplate = "{+baseurl}/print/operations/{printOperation%2Did}{?%24expand,%24select}";
|
|
55
55
|
/* tslint:enable */
|
|
56
56
|
/* eslint-enable */
|
|
@@ -6,13 +6,14 @@ export interface CountRequestBuilder extends BaseRequestBuilder<CountRequestBuil
|
|
|
6
6
|
/**
|
|
7
7
|
* Get the number of the resource
|
|
8
8
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9
|
-
* @returns
|
|
9
|
+
* @returns {Promise<number>}
|
|
10
|
+
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
10
11
|
*/
|
|
11
12
|
get(requestConfiguration?: RequestConfiguration<CountRequestBuilderGetQueryParameters> | undefined): Promise<number | undefined>;
|
|
12
13
|
/**
|
|
13
14
|
* Get the number of the resource
|
|
14
15
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
15
|
-
* @returns
|
|
16
|
+
* @returns {RequestInformation}
|
|
16
17
|
*/
|
|
17
18
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<CountRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
18
19
|
}
|
|
@@ -29,12 +30,12 @@ export interface CountRequestBuilderGetQueryParameters {
|
|
|
29
30
|
*/
|
|
30
31
|
search?: string;
|
|
31
32
|
}
|
|
32
|
-
/**
|
|
33
|
-
* Metadata for all the requests in the request builder.
|
|
34
|
-
*/
|
|
35
|
-
export declare const CountRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
36
33
|
/**
|
|
37
34
|
* Uri template for the request builder.
|
|
38
35
|
*/
|
|
39
36
|
export declare const CountRequestBuilderUriTemplate = "{+baseurl}/print/printers/$count{?%24filter,%24search}";
|
|
37
|
+
/**
|
|
38
|
+
* Metadata for all the requests in the request builder.
|
|
39
|
+
*/
|
|
40
|
+
export declare const CountRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
40
41
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,mBAAoB,SAAQ,kBAAkB,CAAC,mBAAmB,CAAC;IAChF
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,mBAAoB,SAAQ,kBAAkB,CAAC,mBAAmB,CAAC;IAChF;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACnI;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACjJ;AACD;;GAEG;AACH,MAAM,WAAW,qCAAqC;IAClD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB;AACD;;GAEG;AACH,eAAO,MAAM,8BAA8B,2DAA2D,CAAC;AAQvG;;GAEG;AACH,eAAO,MAAM,mCAAmC,EAAE,gBAWjD,CAAC"}
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.CountRequestBuilderRequestsMetadata = exports.CountRequestBuilderUriTemplate = void 0;
|
|
4
4
|
/* tslint:disable */
|
|
5
5
|
/* eslint-disable */
|
|
6
6
|
// Generated by Microsoft Kiota
|
|
7
7
|
const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
|
|
8
|
+
/**
|
|
9
|
+
* Uri template for the request builder.
|
|
10
|
+
*/
|
|
11
|
+
exports.CountRequestBuilderUriTemplate = "{+baseurl}/print/printers/$count{?%24filter,%24search}";
|
|
8
12
|
/**
|
|
9
13
|
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
10
14
|
*/
|
|
@@ -17,19 +21,15 @@ const CountRequestBuilderGetQueryParametersMapper = {
|
|
|
17
21
|
*/
|
|
18
22
|
exports.CountRequestBuilderRequestsMetadata = {
|
|
19
23
|
get: {
|
|
24
|
+
uriTemplate: exports.CountRequestBuilderUriTemplate,
|
|
20
25
|
responseBodyContentType: "text/plain;q=0.9",
|
|
21
26
|
errorMappings: {
|
|
22
|
-
|
|
23
|
-
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
27
|
+
XXX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
24
28
|
},
|
|
25
29
|
adapterMethodName: "sendPrimitiveAsync",
|
|
26
30
|
responseBodyFactory: "number",
|
|
27
31
|
queryParametersMapper: CountRequestBuilderGetQueryParametersMapper,
|
|
28
32
|
},
|
|
29
33
|
};
|
|
30
|
-
/**
|
|
31
|
-
* Uri template for the request builder.
|
|
32
|
-
*/
|
|
33
|
-
exports.CountRequestBuilderUriTemplate = "{+baseurl}/print/printers/$count{?%24filter,%24search}";
|
|
34
34
|
/* tslint:enable */
|
|
35
35
|
/* eslint-enable */
|
|
@@ -3,7 +3,7 @@ import { type AdditionalDataHolder, type BackedModel, type BaseRequestBuilder, t
|
|
|
3
3
|
/**
|
|
4
4
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
5
5
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
6
|
-
* @returns
|
|
6
|
+
* @returns {CreatePostRequestBody}
|
|
7
7
|
*/
|
|
8
8
|
export declare function createCreatePostRequestBodyFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
9
9
|
export interface CreatePostRequestBody extends AdditionalDataHolder, BackedModel, Parsable {
|
|
@@ -52,6 +52,7 @@ export interface CreateRequestBuilder extends BaseRequestBuilder<CreateRequestBu
|
|
|
52
52
|
* Create (register) a printer with the Universal Print service. This is a long-running operation and as such, it returns a printerCreateOperation that can be used to track and verify the registration of the printer. For help creating the required Certificate Signing Request (CSR) for creating printer, see the CSR generation code sample.
|
|
53
53
|
* @param body The request body
|
|
54
54
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
55
|
+
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
55
56
|
* @see {@link https://learn.microsoft.com/graph/api/printer-create?view=graph-rest-1.0|Find more info here}
|
|
56
57
|
*/
|
|
57
58
|
post(body: CreatePostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
@@ -59,13 +60,13 @@ export interface CreateRequestBuilder extends BaseRequestBuilder<CreateRequestBu
|
|
|
59
60
|
* Create (register) a printer with the Universal Print service. This is a long-running operation and as such, it returns a printerCreateOperation that can be used to track and verify the registration of the printer. For help creating the required Certificate Signing Request (CSR) for creating printer, see the CSR generation code sample.
|
|
60
61
|
* @param body The request body
|
|
61
62
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
62
|
-
* @returns
|
|
63
|
+
* @returns {RequestInformation}
|
|
63
64
|
*/
|
|
64
65
|
toPostRequestInformation(body: CreatePostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
65
66
|
}
|
|
66
67
|
/**
|
|
67
68
|
* The deserialization information for the current model
|
|
68
|
-
* @returns
|
|
69
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
69
70
|
*/
|
|
70
71
|
export declare function deserializeIntoCreatePostRequestBody(createPostRequestBody?: Partial<CreatePostRequestBody> | undefined): Record<string, (node: ParseNode) => void>;
|
|
71
72
|
/**
|
|
@@ -73,12 +74,12 @@ export declare function deserializeIntoCreatePostRequestBody(createPostRequestBo
|
|
|
73
74
|
* @param writer Serialization writer to use to serialize this model
|
|
74
75
|
*/
|
|
75
76
|
export declare function serializeCreatePostRequestBody(writer: SerializationWriter, createPostRequestBody?: Partial<CreatePostRequestBody> | undefined): void;
|
|
76
|
-
/**
|
|
77
|
-
* Metadata for all the requests in the request builder.
|
|
78
|
-
*/
|
|
79
|
-
export declare const CreateRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
80
77
|
/**
|
|
81
78
|
* Uri template for the request builder.
|
|
82
79
|
*/
|
|
83
80
|
export declare const CreateRequestBuilderUriTemplate = "{+baseurl}/print/printers/create";
|
|
81
|
+
/**
|
|
82
|
+
* Metadata for all the requests in the request builder.
|
|
83
|
+
*/
|
|
84
|
+
export declare const CreateRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
84
85
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAuG,KAAK,8BAA8B,EAAE,MAAM,gCAAgC,CAAC;AAE1L,OAAO,EAAE,KAAK,oBAAoB,EAAE,KAAK,WAAW,EAAqB,KAAK,kBAAkB,EAAE,KAAK,QAAQ,EAAwB,KAAK,SAAS,EAAE,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,KAAK,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAElS;;;;GAIG;AACH,wBAAgB,iDAAiD,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,GAAI,CAAC,CAAC,QAAQ,CAAC,EAAE,QAAQ,KAAK,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAAC,CAEzK;AACD,MAAM,WAAW,qBAAsB,SAAQ,oBAAoB,EAAE,WAAW,EAAE,QAAQ;IACtF;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;OAEG;IACH,yBAAyB,CAAC,EAAE,8BAA8B,CAAC;IAC3D;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC7B;AACD;;GAEG;AACH,MAAM,WAAW,oBAAqB,SAAQ,kBAAkB,CAAC,oBAAoB,CAAC;IAClF
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAuG,KAAK,8BAA8B,EAAE,MAAM,gCAAgC,CAAC;AAE1L,OAAO,EAAE,KAAK,oBAAoB,EAAE,KAAK,WAAW,EAAqB,KAAK,kBAAkB,EAAE,KAAK,QAAQ,EAAwB,KAAK,SAAS,EAAE,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,KAAK,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAElS;;;;GAIG;AACH,wBAAgB,iDAAiD,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,GAAI,CAAC,CAAC,QAAQ,CAAC,EAAE,QAAQ,KAAK,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAAC,CAEzK;AACD,MAAM,WAAW,qBAAsB,SAAQ,oBAAoB,EAAE,WAAW,EAAE,QAAQ;IACtF;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;OAEG;IACH,yBAAyB,CAAC,EAAE,8BAA8B,CAAC;IAC3D;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC7B;AACD;;GAEG;AACH,MAAM,WAAW,oBAAqB,SAAQ,kBAAkB,CAAC,oBAAoB,CAAC;IAClF;;;;;;OAMG;IACF,IAAI,CAAC,IAAI,EAAE,qBAAqB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACpH;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,qBAAqB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAChJ;AACD;;;GAGG;AACH,wBAAgB,oCAAoC,CAAC,qBAAqB,GAAE,OAAO,CAAC,qBAAqB,CAAC,GAAG,SAAc,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAWvK;AACD;;;GAGG;AACH,wBAAgB,8BAA8B,CAAC,MAAM,EAAE,mBAAmB,EAAE,qBAAqB,GAAE,OAAO,CAAC,qBAAqB,CAAC,GAAG,SAAc,GAAI,IAAI,CASzJ;AACD;;GAEG;AACH,eAAO,MAAM,+BAA+B,qCAAqC,CAAC;AAClF;;GAEG;AACH,eAAO,MAAM,oCAAoC,EAAE,gBAYlD,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.CreateRequestBuilderRequestsMetadata = exports.CreateRequestBuilderUriTemplate = exports.serializeCreatePostRequestBody = exports.deserializeIntoCreatePostRequestBody = exports.createCreatePostRequestBodyFromDiscriminatorValue = void 0;
|
|
4
4
|
/* tslint:disable */
|
|
5
5
|
/* eslint-disable */
|
|
6
6
|
// Generated by Microsoft Kiota
|
|
@@ -9,7 +9,7 @@ const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
|
|
|
9
9
|
/**
|
|
10
10
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
11
11
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
12
|
-
* @returns
|
|
12
|
+
* @returns {CreatePostRequestBody}
|
|
13
13
|
*/
|
|
14
14
|
function createCreatePostRequestBodyFromDiscriminatorValue(parseNode) {
|
|
15
15
|
return deserializeIntoCreatePostRequestBody;
|
|
@@ -17,7 +17,7 @@ function createCreatePostRequestBodyFromDiscriminatorValue(parseNode) {
|
|
|
17
17
|
exports.createCreatePostRequestBodyFromDiscriminatorValue = createCreatePostRequestBodyFromDiscriminatorValue;
|
|
18
18
|
/**
|
|
19
19
|
* The deserialization information for the current model
|
|
20
|
-
* @returns
|
|
20
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
21
21
|
*/
|
|
22
22
|
function deserializeIntoCreatePostRequestBody(createPostRequestBody = {}) {
|
|
23
23
|
return {
|
|
@@ -47,15 +47,19 @@ function serializeCreatePostRequestBody(writer, createPostRequestBody = {}) {
|
|
|
47
47
|
writer.writeAdditionalData(createPostRequestBody.additionalData);
|
|
48
48
|
}
|
|
49
49
|
exports.serializeCreatePostRequestBody = serializeCreatePostRequestBody;
|
|
50
|
+
/**
|
|
51
|
+
* Uri template for the request builder.
|
|
52
|
+
*/
|
|
53
|
+
exports.CreateRequestBuilderUriTemplate = "{+baseurl}/print/printers/create";
|
|
50
54
|
/**
|
|
51
55
|
* Metadata for all the requests in the request builder.
|
|
52
56
|
*/
|
|
53
57
|
exports.CreateRequestBuilderRequestsMetadata = {
|
|
54
58
|
post: {
|
|
59
|
+
uriTemplate: exports.CreateRequestBuilderUriTemplate,
|
|
55
60
|
responseBodyContentType: "application/json",
|
|
56
61
|
errorMappings: {
|
|
57
|
-
|
|
58
|
-
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
62
|
+
XXX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
59
63
|
},
|
|
60
64
|
adapterMethodName: "sendNoResponseContentAsync",
|
|
61
65
|
requestBodyContentType: "application/json",
|
|
@@ -63,9 +67,5 @@ exports.CreateRequestBuilderRequestsMetadata = {
|
|
|
63
67
|
requestInformationContentSetMethod: "setContentFromParsable",
|
|
64
68
|
},
|
|
65
69
|
};
|
|
66
|
-
/**
|
|
67
|
-
* Uri template for the request builder.
|
|
68
|
-
*/
|
|
69
|
-
exports.CreateRequestBuilderUriTemplate = "{+baseurl}/print/printers/create";
|
|
70
70
|
/* tslint:enable */
|
|
71
71
|
/* eslint-enable */
|
|
@@ -18,13 +18,14 @@ export interface PrintersRequestBuilder extends BaseRequestBuilder<PrintersReque
|
|
|
18
18
|
/**
|
|
19
19
|
* Provides operations to manage the printers property of the microsoft.graph.print entity.
|
|
20
20
|
* @param printerId The unique identifier of printer
|
|
21
|
-
* @returns
|
|
21
|
+
* @returns {PrinterItemRequestBuilder}
|
|
22
22
|
*/
|
|
23
23
|
byPrinterId(printerId: string): PrinterItemRequestBuilder;
|
|
24
24
|
/**
|
|
25
25
|
* Retrieve the list of printers that are registered in the tenant.
|
|
26
26
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
27
|
-
* @returns
|
|
27
|
+
* @returns {Promise<PrinterCollectionResponse>}
|
|
28
|
+
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
28
29
|
* @see {@link https://learn.microsoft.com/graph/api/print-list-printers?view=graph-rest-1.0|Find more info here}
|
|
29
30
|
*/
|
|
30
31
|
get(requestConfiguration?: RequestConfiguration<PrintersRequestBuilderGetQueryParameters> | undefined): Promise<PrinterCollectionResponse | undefined>;
|
|
@@ -32,20 +33,21 @@ export interface PrintersRequestBuilder extends BaseRequestBuilder<PrintersReque
|
|
|
32
33
|
* Create new navigation property to printers for print
|
|
33
34
|
* @param body The request body
|
|
34
35
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
35
|
-
* @returns
|
|
36
|
+
* @returns {Promise<Printer>}
|
|
37
|
+
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
36
38
|
*/
|
|
37
39
|
post(body: Printer, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<Printer | undefined>;
|
|
38
40
|
/**
|
|
39
41
|
* Retrieve the list of printers that are registered in the tenant.
|
|
40
42
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
41
|
-
* @returns
|
|
43
|
+
* @returns {RequestInformation}
|
|
42
44
|
*/
|
|
43
45
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<PrintersRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
44
46
|
/**
|
|
45
47
|
* Create new navigation property to printers for print
|
|
46
48
|
* @param body The request body
|
|
47
49
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
48
|
-
* @returns
|
|
50
|
+
* @returns {RequestInformation}
|
|
49
51
|
*/
|
|
50
52
|
toPostRequestInformation(body: Printer, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
51
53
|
}
|
|
@@ -86,6 +88,10 @@ export interface PrintersRequestBuilderGetQueryParameters {
|
|
|
86
88
|
*/
|
|
87
89
|
top?: number;
|
|
88
90
|
}
|
|
91
|
+
/**
|
|
92
|
+
* Uri template for the request builder.
|
|
93
|
+
*/
|
|
94
|
+
export declare const PrintersRequestBuilderUriTemplate = "{+baseurl}/print/printers{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}";
|
|
89
95
|
/**
|
|
90
96
|
* Metadata for all the navigation properties in the request builder.
|
|
91
97
|
*/
|
|
@@ -94,8 +100,4 @@ export declare const PrintersRequestBuilderNavigationMetadata: Record<Exclude<ke
|
|
|
94
100
|
* Metadata for all the requests in the request builder.
|
|
95
101
|
*/
|
|
96
102
|
export declare const PrintersRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
97
|
-
/**
|
|
98
|
-
* Uri template for the request builder.
|
|
99
|
-
*/
|
|
100
|
-
export declare const PrintersRequestBuilderUriTemplate = "{+baseurl}/print/printers{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}";
|
|
101
103
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAgH,KAAK,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAE5M,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAgH,KAAK,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAE5M,OAAO,EAAuC,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACzF,OAAO,EAAwC,KAAK,oBAAoB,EAAE,MAAM,WAAW,CAAC;AAC5F,OAAO,EAA0F,KAAK,yBAAyB,EAAE,MAAM,SAAS,CAAC;AACjJ,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAE1P;;GAEG;AACH,MAAM,WAAW,sBAAuB,SAAQ,kBAAkB,CAAC,sBAAsB,CAAC;IACtF;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;OAEG;IACH,IAAI,MAAM,IAAI,oBAAoB,CAAC;IACnC;;;;OAIG;IACF,WAAW,CAAC,SAAS,EAAE,MAAM,GAAI,yBAAyB,CAAC;IAC5D;;;;;;OAMG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,wCAAwC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,yBAAyB,GAAG,SAAS,CAAC,CAAC;IACzJ;;;;;;OAMG;IACF,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC;IACrH;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,wCAAwC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IACjJ;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,OAAO,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAClI;AACD;;GAEG;AACH,MAAM,WAAW,wCAAwC;IACrD;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB;AACD;;GAEG;AACH,eAAO,MAAM,iCAAiC,2GAA2G,CAAC;AAc1J;;GAEG;AACH,eAAO,MAAM,wCAAwC,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,sBAAsB,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAY1J,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,sCAAsC,EAAE,gBAuBpD,CAAC"}
|
package/print/printers/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.PrintersRequestBuilderRequestsMetadata = exports.PrintersRequestBuilderNavigationMetadata = exports.PrintersRequestBuilderUriTemplate = void 0;
|
|
4
4
|
/* tslint:disable */
|
|
5
5
|
/* eslint-disable */
|
|
6
6
|
// Generated by Microsoft Kiota
|
|
@@ -9,6 +9,10 @@ const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
|
|
|
9
9
|
const count_1 = require("./count/");
|
|
10
10
|
const create_1 = require("./create/");
|
|
11
11
|
const item_1 = require("./item/");
|
|
12
|
+
/**
|
|
13
|
+
* Uri template for the request builder.
|
|
14
|
+
*/
|
|
15
|
+
exports.PrintersRequestBuilderUriTemplate = "{+baseurl}/print/printers{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}";
|
|
12
16
|
/**
|
|
13
17
|
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
14
18
|
*/
|
|
@@ -27,17 +31,14 @@ const PrintersRequestBuilderGetQueryParametersMapper = {
|
|
|
27
31
|
*/
|
|
28
32
|
exports.PrintersRequestBuilderNavigationMetadata = {
|
|
29
33
|
byPrinterId: {
|
|
30
|
-
uriTemplate: item_1.PrinterItemRequestBuilderUriTemplate,
|
|
31
34
|
requestsMetadata: item_1.PrinterItemRequestBuilderRequestsMetadata,
|
|
32
35
|
navigationMetadata: item_1.PrinterItemRequestBuilderNavigationMetadata,
|
|
33
36
|
pathParametersMappings: ["printer%2Did"],
|
|
34
37
|
},
|
|
35
38
|
count: {
|
|
36
|
-
uriTemplate: count_1.CountRequestBuilderUriTemplate,
|
|
37
39
|
requestsMetadata: count_1.CountRequestBuilderRequestsMetadata,
|
|
38
40
|
},
|
|
39
41
|
create: {
|
|
40
|
-
uriTemplate: create_1.CreateRequestBuilderUriTemplate,
|
|
41
42
|
requestsMetadata: create_1.CreateRequestBuilderRequestsMetadata,
|
|
42
43
|
},
|
|
43
44
|
};
|
|
@@ -46,20 +47,20 @@ exports.PrintersRequestBuilderNavigationMetadata = {
|
|
|
46
47
|
*/
|
|
47
48
|
exports.PrintersRequestBuilderRequestsMetadata = {
|
|
48
49
|
get: {
|
|
50
|
+
uriTemplate: exports.PrintersRequestBuilderUriTemplate,
|
|
49
51
|
responseBodyContentType: "application/json",
|
|
50
52
|
errorMappings: {
|
|
51
|
-
|
|
52
|
-
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
53
|
+
XXX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
53
54
|
},
|
|
54
55
|
adapterMethodName: "sendAsync",
|
|
55
56
|
responseBodyFactory: models_1.createPrinterCollectionResponseFromDiscriminatorValue,
|
|
56
57
|
queryParametersMapper: PrintersRequestBuilderGetQueryParametersMapper,
|
|
57
58
|
},
|
|
58
59
|
post: {
|
|
60
|
+
uriTemplate: exports.PrintersRequestBuilderUriTemplate,
|
|
59
61
|
responseBodyContentType: "application/json",
|
|
60
62
|
errorMappings: {
|
|
61
|
-
|
|
62
|
-
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
63
|
+
XXX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
63
64
|
},
|
|
64
65
|
adapterMethodName: "sendAsync",
|
|
65
66
|
responseBodyFactory: models_1.createPrinterFromDiscriminatorValue,
|
|
@@ -68,9 +69,5 @@ exports.PrintersRequestBuilderRequestsMetadata = {
|
|
|
68
69
|
requestInformationContentSetMethod: "setContentFromParsable",
|
|
69
70
|
},
|
|
70
71
|
};
|
|
71
|
-
/**
|
|
72
|
-
* Uri template for the request builder.
|
|
73
|
-
*/
|
|
74
|
-
exports.PrintersRequestBuilderUriTemplate = "{+baseurl}/print/printers{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}";
|
|
75
72
|
/* tslint:enable */
|
|
76
73
|
/* eslint-enable */
|