@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAqC,KAAK,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AACnF,OAAO,EAAsH,KAAK,uCAAuC,EAAE,MAAM,8BAA8B,CAAC;AAChN,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AAE1I;;GAEG;AACH,MAAM,WAAW,uBAAwB,SAAQ,kBAAkB,CAAC,uBAAuB,CAAC;IACxF;;OAEG;IACH,IAAI,GAAG,IAAI,iBAAiB,CAAC;IAC7B;;OAEG;IACH,IAAI,yBAAyB,IAAI,uCAAuC,CAAC;CAC5E;AACD;;GAEG;AACH,eAAO,MAAM,kCAAkC,2EAA2E,CAAC;AAC3H;;GAEG;AACH,eAAO,MAAM,yCAAyC,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,uBAAuB,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAQ5J,CAAC"}
|
|
@@ -1,28 +1,26 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.GroupItemRequestBuilderNavigationMetadata = exports.GroupItemRequestBuilderUriTemplate = void 0;
|
|
4
4
|
/* tslint:disable */
|
|
5
5
|
/* eslint-disable */
|
|
6
6
|
// Generated by Microsoft Kiota
|
|
7
7
|
const ref_1 = require("./ref/");
|
|
8
8
|
const serviceProvisioningErrors_1 = require("./serviceProvisioningErrors/");
|
|
9
|
+
/**
|
|
10
|
+
* Uri template for the request builder.
|
|
11
|
+
*/
|
|
12
|
+
exports.GroupItemRequestBuilderUriTemplate = "{+baseurl}/print/shares/{printerShare%2Did}/allowedGroups/{group%2Did}";
|
|
9
13
|
/**
|
|
10
14
|
* Metadata for all the navigation properties in the request builder.
|
|
11
15
|
*/
|
|
12
16
|
exports.GroupItemRequestBuilderNavigationMetadata = {
|
|
13
17
|
ref: {
|
|
14
|
-
uriTemplate: ref_1.RefRequestBuilderUriTemplate,
|
|
15
18
|
requestsMetadata: ref_1.RefRequestBuilderRequestsMetadata,
|
|
16
19
|
},
|
|
17
20
|
serviceProvisioningErrors: {
|
|
18
|
-
uriTemplate: serviceProvisioningErrors_1.ServiceProvisioningErrorsRequestBuilderUriTemplate,
|
|
19
21
|
requestsMetadata: serviceProvisioningErrors_1.ServiceProvisioningErrorsRequestBuilderRequestsMetadata,
|
|
20
22
|
navigationMetadata: serviceProvisioningErrors_1.ServiceProvisioningErrorsRequestBuilderNavigationMetadata,
|
|
21
23
|
},
|
|
22
24
|
};
|
|
23
|
-
/**
|
|
24
|
-
* Uri template for the request builder.
|
|
25
|
-
*/
|
|
26
|
-
exports.GroupItemRequestBuilderUriTemplate = "{+baseurl}/print/shares/{printerShare%2Did}/allowedGroups/{group%2Did}";
|
|
27
25
|
/* tslint:enable */
|
|
28
26
|
/* eslint-enable */
|
|
@@ -6,22 +6,23 @@ export interface RefRequestBuilder extends BaseRequestBuilder<RefRequestBuilder>
|
|
|
6
6
|
/**
|
|
7
7
|
* Revoke the specified group's access to submit print jobs to the associated printerShare.
|
|
8
8
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9
|
+
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
9
10
|
* @see {@link https://learn.microsoft.com/graph/api/printershare-delete-allowedgroup?view=graph-rest-1.0|Find more info here}
|
|
10
11
|
*/
|
|
11
12
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
12
13
|
/**
|
|
13
14
|
* Revoke the specified group's access to submit print jobs to the associated printerShare.
|
|
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
|
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
18
19
|
}
|
|
19
|
-
/**
|
|
20
|
-
* Metadata for all the requests in the request builder.
|
|
21
|
-
*/
|
|
22
|
-
export declare const RefRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
23
20
|
/**
|
|
24
21
|
* Uri template for the request builder.
|
|
25
22
|
*/
|
|
26
23
|
export declare const RefRequestBuilderUriTemplate = "{+baseurl}/print/shares/{printerShare%2Did}/allowedGroups/{group%2Did}/$ref";
|
|
24
|
+
/**
|
|
25
|
+
* Metadata for all the requests in the request builder.
|
|
26
|
+
*/
|
|
27
|
+
export declare const RefRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
27
28
|
//# 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,iBAAkB,SAAQ,kBAAkB,CAAC,iBAAiB,CAAC;IAC5E
|
|
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,iBAAkB,SAAQ,kBAAkB,CAAC,iBAAiB,CAAC;IAC5E;;;;;OAKG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzF;;;;OAIG;IACF,0BAA0B,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACrH;AACD;;GAEG;AACH,eAAO,MAAM,4BAA4B,gFAAgF,CAAC;AAC1H;;GAEG;AACH,eAAO,MAAM,iCAAiC,EAAE,gBAS/C,CAAC"}
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.RefRequestBuilderRequestsMetadata = exports.RefRequestBuilderUriTemplate = 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.RefRequestBuilderUriTemplate = "{+baseurl}/print/shares/{printerShare%2Did}/allowedGroups/{group%2Did}/$ref";
|
|
8
12
|
/**
|
|
9
13
|
* Metadata for all the requests in the request builder.
|
|
10
14
|
*/
|
|
11
15
|
exports.RefRequestBuilderRequestsMetadata = {
|
|
12
16
|
delete: {
|
|
17
|
+
uriTemplate: exports.RefRequestBuilderUriTemplate,
|
|
13
18
|
responseBodyContentType: "application/json",
|
|
14
19
|
errorMappings: {
|
|
15
|
-
|
|
16
|
-
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
20
|
+
XXX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
17
21
|
},
|
|
18
22
|
adapterMethodName: "sendNoResponseContentAsync",
|
|
19
23
|
},
|
|
20
24
|
};
|
|
21
|
-
/**
|
|
22
|
-
* Uri template for the request builder.
|
|
23
|
-
*/
|
|
24
|
-
exports.RefRequestBuilderUriTemplate = "{+baseurl}/print/shares/{printerShare%2Did}/allowedGroups/{group%2Did}/$ref";
|
|
25
25
|
/* tslint:enable */
|
|
26
26
|
/* 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/shares/{printerShare%2Did}/allowedGroups/{group%2Did}/serviceProvisioningErrors/$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,kIAAkI,CAAC;AAQ9K;;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/shares/{printerShare%2Did}/allowedGroups/{group%2Did}/serviceProvisioningErrors/$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/shares/{printerShare%2Did}/allowedGroups/{group%2Did}/serviceProvisioningErrors/$count{?%24filter,%24search}";
|
|
34
34
|
/* tslint:enable */
|
|
35
35
|
/* eslint-enable */
|
|
@@ -12,13 +12,14 @@ export interface ServiceProvisioningErrorsRequestBuilder extends BaseRequestBuil
|
|
|
12
12
|
/**
|
|
13
13
|
* Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance).
|
|
14
14
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
15
|
-
* @returns
|
|
15
|
+
* @returns {Promise<ServiceProvisioningErrorCollectionResponse>}
|
|
16
|
+
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
16
17
|
*/
|
|
17
18
|
get(requestConfiguration?: RequestConfiguration<ServiceProvisioningErrorsRequestBuilderGetQueryParameters> | undefined): Promise<ServiceProvisioningErrorCollectionResponse | undefined>;
|
|
18
19
|
/**
|
|
19
20
|
* Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a group object . Supports $filter (eq, not, for isResolved and serviceInstance).
|
|
20
21
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
21
|
-
* @returns
|
|
22
|
+
* @returns {RequestInformation}
|
|
22
23
|
*/
|
|
23
24
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<ServiceProvisioningErrorsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
24
25
|
}
|
|
@@ -59,6 +60,10 @@ export interface ServiceProvisioningErrorsRequestBuilderGetQueryParameters {
|
|
|
59
60
|
*/
|
|
60
61
|
top?: number;
|
|
61
62
|
}
|
|
63
|
+
/**
|
|
64
|
+
* Uri template for the request builder.
|
|
65
|
+
*/
|
|
66
|
+
export declare const ServiceProvisioningErrorsRequestBuilderUriTemplate = "{+baseurl}/print/shares/{printerShare%2Did}/allowedGroups/{group%2Did}/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}";
|
|
62
67
|
/**
|
|
63
68
|
* Metadata for all the navigation properties in the request builder.
|
|
64
69
|
*/
|
|
@@ -67,8 +72,4 @@ export declare const ServiceProvisioningErrorsRequestBuilderNavigationMetadata:
|
|
|
67
72
|
* Metadata for all the requests in the request builder.
|
|
68
73
|
*/
|
|
69
74
|
export declare const ServiceProvisioningErrorsRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
70
|
-
/**
|
|
71
|
-
* Uri template for the request builder.
|
|
72
|
-
*/
|
|
73
|
-
export declare const ServiceProvisioningErrorsRequestBuilderUriTemplate = "{+baseurl}/print/shares/{printerShare%2Did}/allowedGroups/{group%2Did}/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}";
|
|
74
75
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAA0E,KAAK,0CAA0C,EAAE,MAAM,gCAAgC,CAAC;AAEzK,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAA0E,KAAK,0CAA0C,EAAE,MAAM,gCAAgC,CAAC;AAEzK,OAAO,EAAuC,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACzF,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,uCAAwC,SAAQ,kBAAkB,CAAC,uCAAuC,CAAC;IACxH;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,yDAAyD,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,0CAA0C,GAAG,SAAS,CAAC,CAAC;IAC3L;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,yDAAyD,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACrK;AACD;;GAEG;AACH,MAAM,WAAW,yDAAyD;IACtE;;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,kDAAkD,kLAAkL,CAAC;AAclP;;GAEG;AACH,eAAO,MAAM,yDAAyD,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,uCAAuC,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAI5L,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,uDAAuD,EAAE,gBAWrE,CAAC"}
|
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.ServiceProvisioningErrorsRequestBuilderRequestsMetadata = exports.ServiceProvisioningErrorsRequestBuilderNavigationMetadata = exports.ServiceProvisioningErrorsRequestBuilderUriTemplate = 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
9
|
const count_1 = require("./count/");
|
|
10
|
+
/**
|
|
11
|
+
* Uri template for the request builder.
|
|
12
|
+
*/
|
|
13
|
+
exports.ServiceProvisioningErrorsRequestBuilderUriTemplate = "{+baseurl}/print/shares/{printerShare%2Did}/allowedGroups/{group%2Did}/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}";
|
|
10
14
|
/**
|
|
11
15
|
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
12
16
|
*/
|
|
@@ -25,7 +29,6 @@ const ServiceProvisioningErrorsRequestBuilderGetQueryParametersMapper = {
|
|
|
25
29
|
*/
|
|
26
30
|
exports.ServiceProvisioningErrorsRequestBuilderNavigationMetadata = {
|
|
27
31
|
count: {
|
|
28
|
-
uriTemplate: count_1.CountRequestBuilderUriTemplate,
|
|
29
32
|
requestsMetadata: count_1.CountRequestBuilderRequestsMetadata,
|
|
30
33
|
},
|
|
31
34
|
};
|
|
@@ -34,19 +37,15 @@ exports.ServiceProvisioningErrorsRequestBuilderNavigationMetadata = {
|
|
|
34
37
|
*/
|
|
35
38
|
exports.ServiceProvisioningErrorsRequestBuilderRequestsMetadata = {
|
|
36
39
|
get: {
|
|
40
|
+
uriTemplate: exports.ServiceProvisioningErrorsRequestBuilderUriTemplate,
|
|
37
41
|
responseBodyContentType: "application/json",
|
|
38
42
|
errorMappings: {
|
|
39
|
-
|
|
40
|
-
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
43
|
+
XXX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
41
44
|
},
|
|
42
45
|
adapterMethodName: "sendAsync",
|
|
43
46
|
responseBodyFactory: models_1.createServiceProvisioningErrorCollectionResponseFromDiscriminatorValue,
|
|
44
47
|
queryParametersMapper: ServiceProvisioningErrorsRequestBuilderGetQueryParametersMapper,
|
|
45
48
|
},
|
|
46
49
|
};
|
|
47
|
-
/**
|
|
48
|
-
* Uri template for the request builder.
|
|
49
|
-
*/
|
|
50
|
-
exports.ServiceProvisioningErrorsRequestBuilderUriTemplate = "{+baseurl}/print/shares/{printerShare%2Did}/allowedGroups/{group%2Did}/serviceProvisioningErrors{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}";
|
|
51
50
|
/* tslint:enable */
|
|
52
51
|
/* eslint-enable */
|
|
@@ -7,13 +7,15 @@ export interface RefRequestBuilder extends BaseRequestBuilder<RefRequestBuilder>
|
|
|
7
7
|
/**
|
|
8
8
|
* Revoke the specified group's access to submit print jobs to the associated printerShare.
|
|
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
|
* @see {@link https://learn.microsoft.com/graph/api/printershare-delete-allowedgroup?view=graph-rest-1.0|Find more info here}
|
|
11
12
|
*/
|
|
12
13
|
delete(requestConfiguration?: RequestConfiguration<RefRequestBuilderDeleteQueryParameters> | undefined): Promise<void>;
|
|
13
14
|
/**
|
|
14
15
|
* Retrieve a list of groups that have been granted access to submit print jobs to the associated printerShare.
|
|
15
16
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
16
|
-
* @returns
|
|
17
|
+
* @returns {Promise<StringCollectionResponse>}
|
|
18
|
+
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
17
19
|
* @see {@link https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0|Find more info here}
|
|
18
20
|
*/
|
|
19
21
|
get(requestConfiguration?: RequestConfiguration<RefRequestBuilderGetQueryParameters> | undefined): Promise<StringCollectionResponse | undefined>;
|
|
@@ -21,26 +23,27 @@ export interface RefRequestBuilder extends BaseRequestBuilder<RefRequestBuilder>
|
|
|
21
23
|
* Grant the specified group access to submit print jobs to the associated printerShare.
|
|
22
24
|
* @param body The request body
|
|
23
25
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
26
|
+
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
24
27
|
* @see {@link https://learn.microsoft.com/graph/api/printershare-post-allowedgroups?view=graph-rest-1.0|Find more info here}
|
|
25
28
|
*/
|
|
26
29
|
post(body: ReferenceCreate, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
27
30
|
/**
|
|
28
31
|
* Revoke the specified group's access to submit print jobs to the associated printerShare.
|
|
29
32
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
30
|
-
* @returns
|
|
33
|
+
* @returns {RequestInformation}
|
|
31
34
|
*/
|
|
32
35
|
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<RefRequestBuilderDeleteQueryParameters> | undefined): RequestInformation;
|
|
33
36
|
/**
|
|
34
37
|
* Retrieve a list of groups that have been granted access to submit print jobs to the associated printerShare.
|
|
35
38
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
36
|
-
* @returns
|
|
39
|
+
* @returns {RequestInformation}
|
|
37
40
|
*/
|
|
38
41
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<RefRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
39
42
|
/**
|
|
40
43
|
* Grant the specified group access to submit print jobs to the associated printerShare.
|
|
41
44
|
* @param body The request body
|
|
42
45
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
43
|
-
* @returns
|
|
46
|
+
* @returns {RequestInformation}
|
|
44
47
|
*/
|
|
45
48
|
toPostRequestInformation(body: ReferenceCreate, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
46
49
|
}
|
|
@@ -83,11 +86,11 @@ export interface RefRequestBuilderGetQueryParameters {
|
|
|
83
86
|
top?: number;
|
|
84
87
|
}
|
|
85
88
|
/**
|
|
86
|
-
*
|
|
89
|
+
* Uri template for the request builder.
|
|
87
90
|
*/
|
|
88
|
-
export declare const
|
|
91
|
+
export declare const RefRequestBuilderUriTemplate = "{+baseurl}/print/shares/{printerShare%2Did}/allowedGroups/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}";
|
|
89
92
|
/**
|
|
90
|
-
*
|
|
93
|
+
* Metadata for all the requests in the request builder.
|
|
91
94
|
*/
|
|
92
|
-
export declare const
|
|
95
|
+
export declare const RefRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
93
96
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAkF,KAAK,eAAe,EAAE,KAAK,wBAAwB,EAAE,MAAM,gCAAgC,CAAC;AAErL,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,iBAAkB,SAAQ,kBAAkB,CAAC,iBAAiB,CAAC;IAC5E
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAkF,KAAK,eAAe,EAAE,KAAK,wBAAwB,EAAE,MAAM,gCAAgC,CAAC;AAErL,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,iBAAkB,SAAQ,kBAAkB,CAAC,iBAAiB,CAAC;IAC5E;;;;;OAKG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sCAAsC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzH;;;;;;OAMG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,mCAAmC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,wBAAwB,GAAG,SAAS,CAAC,CAAC;IACnJ;;;;;;OAMG;IACF,IAAI,CAAC,IAAI,EAAE,eAAe,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IAC9G;;;;OAIG;IACF,0BAA0B,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,sCAAsC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAClJ;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,mCAAmC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAC5I;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,eAAe,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC1I;AACD;;GAEG;AACH,MAAM,WAAW,sCAAsC;IACnD;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AACD;;GAEG;AACH,MAAM,WAAW,mCAAmC;IAChD;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;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,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB;AACD;;GAEG;AACH,eAAO,MAAM,4BAA4B,4HAA4H,CAAC;AAkBtK;;GAEG;AACH,eAAO,MAAM,iCAAiC,EAAE,gBA+B/C,CAAC"}
|
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.RefRequestBuilderRequestsMetadata = exports.RefRequestBuilderUriTemplate = 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.RefRequestBuilderUriTemplate = "{+baseurl}/print/shares/{printerShare%2Did}/allowedGroups/$ref{?%24count,%24filter,%24orderby,%24search,%24skip,%24top}";
|
|
9
13
|
/**
|
|
10
14
|
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
11
15
|
*/
|
|
@@ -28,29 +32,29 @@ const RefRequestBuilderGetQueryParametersMapper = {
|
|
|
28
32
|
*/
|
|
29
33
|
exports.RefRequestBuilderRequestsMetadata = {
|
|
30
34
|
delete: {
|
|
35
|
+
uriTemplate: exports.RefRequestBuilderUriTemplate,
|
|
31
36
|
responseBodyContentType: "application/json",
|
|
32
37
|
errorMappings: {
|
|
33
|
-
|
|
34
|
-
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
38
|
+
XXX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
35
39
|
},
|
|
36
40
|
adapterMethodName: "sendNoResponseContentAsync",
|
|
37
41
|
queryParametersMapper: RefRequestBuilderDeleteQueryParametersMapper,
|
|
38
42
|
},
|
|
39
43
|
get: {
|
|
44
|
+
uriTemplate: exports.RefRequestBuilderUriTemplate,
|
|
40
45
|
responseBodyContentType: "application/json",
|
|
41
46
|
errorMappings: {
|
|
42
|
-
|
|
43
|
-
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
47
|
+
XXX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
44
48
|
},
|
|
45
49
|
adapterMethodName: "sendAsync",
|
|
46
50
|
responseBodyFactory: models_1.createStringCollectionResponseFromDiscriminatorValue,
|
|
47
51
|
queryParametersMapper: RefRequestBuilderGetQueryParametersMapper,
|
|
48
52
|
},
|
|
49
53
|
post: {
|
|
54
|
+
uriTemplate: exports.RefRequestBuilderUriTemplate,
|
|
50
55
|
responseBodyContentType: "application/json",
|
|
51
56
|
errorMappings: {
|
|
52
|
-
|
|
53
|
-
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
57
|
+
XXX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
54
58
|
},
|
|
55
59
|
adapterMethodName: "sendNoResponseContentAsync",
|
|
56
60
|
requestBodyContentType: "application/json",
|
|
@@ -58,9 +62,5 @@ exports.RefRequestBuilderRequestsMetadata = {
|
|
|
58
62
|
requestInformationContentSetMethod: "setContentFromParsable",
|
|
59
63
|
},
|
|
60
64
|
};
|
|
61
|
-
/**
|
|
62
|
-
* Uri template for the request builder.
|
|
63
|
-
*/
|
|
64
|
-
exports.RefRequestBuilderUriTemplate = "{+baseurl}/print/shares/{printerShare%2Did}/allowedGroups/$ref?@id={%40id}{&%24count,%24filter,%24orderby,%24search,%24skip,%24top}";
|
|
65
65
|
/* tslint:enable */
|
|
66
66
|
/* 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/shares/{printerShare%2Did}/allowedUsers/$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,0FAA0F,CAAC;AAQtI;;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/shares/{printerShare%2Did}/allowedUsers/$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/shares/{printerShare%2Did}/allowedUsers/$count{?%24filter,%24search}";
|
|
34
34
|
/* tslint:enable */
|
|
35
35
|
/* eslint-enable */
|
|
@@ -18,20 +18,21 @@ export interface AllowedUsersRequestBuilder extends BaseRequestBuilder<AllowedUs
|
|
|
18
18
|
/**
|
|
19
19
|
* Gets an item from the github.com/microsoftgraph/msgraph-sdk-typescript/.print.shares.item.allowedUsers.item collection
|
|
20
20
|
* @param userId The unique identifier of user
|
|
21
|
-
* @returns
|
|
21
|
+
* @returns {UserItemRequestBuilder}
|
|
22
22
|
*/
|
|
23
23
|
byUserId(userId: string): UserItemRequestBuilder;
|
|
24
24
|
/**
|
|
25
25
|
* Retrieve a list of users who have been granted access to submit print jobs to the associated printerShare.
|
|
26
26
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
27
|
-
* @returns
|
|
27
|
+
* @returns {Promise<UserCollectionResponse>}
|
|
28
|
+
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
28
29
|
* @see {@link https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0|Find more info here}
|
|
29
30
|
*/
|
|
30
31
|
get(requestConfiguration?: RequestConfiguration<AllowedUsersRequestBuilderGetQueryParameters> | undefined): Promise<UserCollectionResponse | undefined>;
|
|
31
32
|
/**
|
|
32
33
|
* Retrieve a list of users who have been granted access to submit print jobs to the associated printerShare.
|
|
33
34
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
34
|
-
* @returns
|
|
35
|
+
* @returns {RequestInformation}
|
|
35
36
|
*/
|
|
36
37
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<AllowedUsersRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
37
38
|
}
|
|
@@ -72,6 +73,10 @@ export interface AllowedUsersRequestBuilderGetQueryParameters {
|
|
|
72
73
|
*/
|
|
73
74
|
top?: number;
|
|
74
75
|
}
|
|
76
|
+
/**
|
|
77
|
+
* Uri template for the request builder.
|
|
78
|
+
*/
|
|
79
|
+
export declare const AllowedUsersRequestBuilderUriTemplate = "{+baseurl}/print/shares/{printerShare%2Did}/allowedUsers{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}";
|
|
75
80
|
/**
|
|
76
81
|
* Metadata for all the navigation properties in the request builder.
|
|
77
82
|
*/
|
|
@@ -80,8 +85,4 @@ export declare const AllowedUsersRequestBuilderNavigationMetadata: Record<Exclud
|
|
|
80
85
|
* Metadata for all the requests in the request builder.
|
|
81
86
|
*/
|
|
82
87
|
export declare const AllowedUsersRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
83
|
-
/**
|
|
84
|
-
* Uri template for the request builder.
|
|
85
|
-
*/
|
|
86
|
-
export declare const AllowedUsersRequestBuilderUriTemplate = "{+baseurl}/print/shares/{printerShare%2Did}/allowedUsers{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}";
|
|
87
88
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAsD,KAAK,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AAEjI,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAsD,KAAK,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AAEjI,OAAO,EAAuC,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACzF,OAAO,EAAE,KAAK,sBAAsB,EAA4C,MAAM,SAAS,CAAC;AAChG,OAAO,EAAqC,KAAK,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AACnF,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,0BAA2B,SAAQ,kBAAkB,CAAC,0BAA0B,CAAC;IAC9F;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;OAEG;IACH,IAAI,GAAG,IAAI,iBAAiB,CAAC;IAC7B;;;;OAIG;IACF,QAAQ,CAAC,MAAM,EAAE,MAAM,GAAI,sBAAsB,CAAC;IACnD;;;;;;OAMG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,4CAA4C,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,sBAAsB,GAAG,SAAS,CAAC,CAAC;IAC1J;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,4CAA4C,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACxJ;AACD;;GAEG;AACH,MAAM,WAAW,4CAA4C;IACzD;;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,qCAAqC,0IAA0I,CAAC;AAc7L;;GAEG;AACH,eAAO,MAAM,4CAA4C,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,0BAA0B,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAWlK,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,0CAA0C,EAAE,gBAWxD,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.AllowedUsersRequestBuilderRequestsMetadata = exports.AllowedUsersRequestBuilderNavigationMetadata = exports.AllowedUsersRequestBuilderUriTemplate = 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 item_1 = require("./item/");
|
|
11
11
|
const ref_1 = require("./ref/");
|
|
12
|
+
/**
|
|
13
|
+
* Uri template for the request builder.
|
|
14
|
+
*/
|
|
15
|
+
exports.AllowedUsersRequestBuilderUriTemplate = "{+baseurl}/print/shares/{printerShare%2Did}/allowedUsers{?%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,16 +31,13 @@ const AllowedUsersRequestBuilderGetQueryParametersMapper = {
|
|
|
27
31
|
*/
|
|
28
32
|
exports.AllowedUsersRequestBuilderNavigationMetadata = {
|
|
29
33
|
byUserId: {
|
|
30
|
-
uriTemplate: item_1.UserItemRequestBuilderUriTemplate,
|
|
31
34
|
navigationMetadata: item_1.UserItemRequestBuilderNavigationMetadata,
|
|
32
35
|
pathParametersMappings: ["user%2Did"],
|
|
33
36
|
},
|
|
34
37
|
count: {
|
|
35
|
-
uriTemplate: count_1.CountRequestBuilderUriTemplate,
|
|
36
38
|
requestsMetadata: count_1.CountRequestBuilderRequestsMetadata,
|
|
37
39
|
},
|
|
38
40
|
ref: {
|
|
39
|
-
uriTemplate: ref_1.RefRequestBuilderUriTemplate,
|
|
40
41
|
requestsMetadata: ref_1.RefRequestBuilderRequestsMetadata,
|
|
41
42
|
},
|
|
42
43
|
};
|
|
@@ -45,19 +46,15 @@ exports.AllowedUsersRequestBuilderNavigationMetadata = {
|
|
|
45
46
|
*/
|
|
46
47
|
exports.AllowedUsersRequestBuilderRequestsMetadata = {
|
|
47
48
|
get: {
|
|
49
|
+
uriTemplate: exports.AllowedUsersRequestBuilderUriTemplate,
|
|
48
50
|
responseBodyContentType: "application/json",
|
|
49
51
|
errorMappings: {
|
|
50
|
-
|
|
51
|
-
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
52
|
+
XXX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
52
53
|
},
|
|
53
54
|
adapterMethodName: "sendAsync",
|
|
54
55
|
responseBodyFactory: models_1.createUserCollectionResponseFromDiscriminatorValue,
|
|
55
56
|
queryParametersMapper: AllowedUsersRequestBuilderGetQueryParametersMapper,
|
|
56
57
|
},
|
|
57
58
|
};
|
|
58
|
-
/**
|
|
59
|
-
* Uri template for the request builder.
|
|
60
|
-
*/
|
|
61
|
-
exports.AllowedUsersRequestBuilderUriTemplate = "{+baseurl}/print/shares/{printerShare%2Did}/allowedUsers{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}";
|
|
62
59
|
/* tslint:enable */
|
|
63
60
|
/* eslint-enable */
|