Socket
Socket
Sign inDemoInstall

@microsoft/msgraph-beta-sdk-alloweddatalocations

Package Overview
Dependencies
11
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-preview.11 to 1.0.0-preview.12

13

allowedDataLocations/count/index.d.ts

@@ -9,3 +9,4 @@ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';

* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns a Promise of Integer
* @returns {Promise<number>}
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
*/

@@ -16,3 +17,3 @@ get(requestConfiguration?: RequestConfiguration<CountRequestBuilderGetQueryParameters> | undefined): Promise<number | undefined>;

* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns a RequestInformation
* @returns {RequestInformation}
*/

@@ -35,9 +36,9 @@ toGetRequestInformation(requestConfiguration?: RequestConfiguration<CountRequestBuilderGetQueryParameters> | undefined): RequestInformation;

/**
* Uri template for the request builder.
*/
export declare const CountRequestBuilderUriTemplate = "{+baseurl}/allowedDataLocations/$count{?%24filter,%24search}";
/**
* Metadata for all the requests in the request builder.
*/
export declare const CountRequestBuilderRequestsMetadata: RequestsMetadata;
/**
* Uri template for the request builder.
*/
export declare const CountRequestBuilderUriTemplate = "{+baseurl}/allowedDataLocations/$count{?%24search,%24filter}";
//# sourceMappingURL=index.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CountRequestBuilderUriTemplate = exports.CountRequestBuilderRequestsMetadata = void 0;
exports.CountRequestBuilderRequestsMetadata = exports.CountRequestBuilderUriTemplate = void 0;
/* tslint:disable */

@@ -9,2 +9,6 @@ /* eslint-disable */

/**
* Uri template for the request builder.
*/
exports.CountRequestBuilderUriTemplate = "{+baseurl}/allowedDataLocations/$count{?%24filter,%24search}";
/**
* Mapper for query parameters from symbol name to serialization name represented as a constant.

@@ -21,6 +25,6 @@ */

get: {
uriTemplate: exports.CountRequestBuilderUriTemplate,
responseBodyContentType: "text/plain;q=0.9",
errorMappings: {
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
XXX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
},

@@ -32,7 +36,3 @@ adapterMethodName: "sendPrimitiveAsync",

};
/**
* Uri template for the request builder.
*/
exports.CountRequestBuilderUriTemplate = "{+baseurl}/allowedDataLocations/$count{?%24search,%24filter}";
/* tslint:enable */
/* eslint-enable */

@@ -16,3 +16,3 @@ import { type AllowedDataLocation, type AllowedDataLocationCollectionResponse } from '@microsoft/msgraph-beta-sdk/models/';

* @param allowedDataLocationId The unique identifier of allowedDataLocation
* @returns a AllowedDataLocationItemRequestBuilder
* @returns {AllowedDataLocationItemRequestBuilder}
*/

@@ -23,3 +23,4 @@ byAllowedDataLocationId(allowedDataLocationId: string): AllowedDataLocationItemRequestBuilder;

* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns a Promise of AllowedDataLocationCollectionResponse
* @returns {Promise<AllowedDataLocationCollectionResponse>}
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
*/

@@ -31,3 +32,4 @@ get(requestConfiguration?: RequestConfiguration<AllowedDataLocationsRequestBuilderGetQueryParameters> | undefined): Promise<AllowedDataLocationCollectionResponse | undefined>;

* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns a Promise of AllowedDataLocation
* @returns {Promise<AllowedDataLocation>}
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
*/

@@ -38,3 +40,3 @@ post(body: AllowedDataLocation, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<AllowedDataLocation | undefined>;

* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns a RequestInformation
* @returns {RequestInformation}
*/

@@ -46,3 +48,3 @@ toGetRequestInformation(requestConfiguration?: RequestConfiguration<AllowedDataLocationsRequestBuilderGetQueryParameters> | undefined): RequestInformation;

* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns a RequestInformation
* @returns {RequestInformation}
*/

@@ -89,2 +91,6 @@ toPostRequestInformation(body: AllowedDataLocation, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;

/**
* Uri template for the request builder.
*/
export declare const AllowedDataLocationsRequestBuilderUriTemplate = "{+baseurl}/allowedDataLocations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}";
/**
* Metadata for all the navigation properties in the request builder.

@@ -97,6 +103,2 @@ */

export declare const AllowedDataLocationsRequestBuilderRequestsMetadata: RequestsMetadata;
/**
* Uri template for the request builder.
*/
export declare const AllowedDataLocationsRequestBuilderUriTemplate = "{+baseurl}/allowedDataLocations{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}";
//# sourceMappingURL=index.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.AllowedDataLocationsRequestBuilderUriTemplate = exports.AllowedDataLocationsRequestBuilderRequestsMetadata = exports.AllowedDataLocationsRequestBuilderNavigationMetadata = void 0;
exports.AllowedDataLocationsRequestBuilderRequestsMetadata = exports.AllowedDataLocationsRequestBuilderNavigationMetadata = exports.AllowedDataLocationsRequestBuilderUriTemplate = void 0;
/* tslint:disable */

@@ -12,2 +12,6 @@ /* eslint-disable */

/**
* Uri template for the request builder.
*/
exports.AllowedDataLocationsRequestBuilderUriTemplate = "{+baseurl}/allowedDataLocations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}";
/**
* Mapper for query parameters from symbol name to serialization name represented as a constant.

@@ -30,3 +34,2 @@ */

byAllowedDataLocationId: {
uriTemplate: item_1.AllowedDataLocationItemRequestBuilderUriTemplate,
requestsMetadata: item_1.AllowedDataLocationItemRequestBuilderRequestsMetadata,

@@ -36,3 +39,2 @@ pathParametersMappings: ["allowedDataLocation%2Did"],

count: {
uriTemplate: count_1.CountRequestBuilderUriTemplate,
requestsMetadata: count_1.CountRequestBuilderRequestsMetadata,

@@ -46,6 +48,6 @@ },

get: {
uriTemplate: exports.AllowedDataLocationsRequestBuilderUriTemplate,
responseBodyContentType: "application/json",
errorMappings: {
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
XXX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
},

@@ -57,6 +59,6 @@ adapterMethodName: "sendAsync",

post: {
uriTemplate: exports.AllowedDataLocationsRequestBuilderUriTemplate,
responseBodyContentType: "application/json",
errorMappings: {
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
XXX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
},

@@ -70,7 +72,3 @@ adapterMethodName: "sendAsync",

};
/**
* Uri template for the request builder.
*/
exports.AllowedDataLocationsRequestBuilderUriTemplate = "{+baseurl}/allowedDataLocations{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}";
/* tslint:enable */
/* eslint-enable */

@@ -10,2 +10,3 @@ import { type AllowedDataLocation } from '@microsoft/msgraph-beta-sdk/models/';

* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
*/

@@ -16,3 +17,4 @@ delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;

* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns a Promise of AllowedDataLocation
* @returns {Promise<AllowedDataLocation>}
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
*/

@@ -24,3 +26,4 @@ get(requestConfiguration?: RequestConfiguration<AllowedDataLocationItemRequestBuilderGetQueryParameters> | undefined): Promise<AllowedDataLocation | undefined>;

* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns a Promise of AllowedDataLocation
* @returns {Promise<AllowedDataLocation>}
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
*/

@@ -31,3 +34,3 @@ patch(body: AllowedDataLocation, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<AllowedDataLocation | undefined>;

* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns a RequestInformation
* @returns {RequestInformation}
*/

@@ -38,3 +41,3 @@ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;

* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns a RequestInformation
* @returns {RequestInformation}
*/

@@ -46,3 +49,3 @@ toGetRequestInformation(requestConfiguration?: RequestConfiguration<AllowedDataLocationItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;

* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
* @returns a RequestInformation
* @returns {RequestInformation}
*/

@@ -65,9 +68,9 @@ toPatchRequestInformation(body: AllowedDataLocation, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;

/**
* Uri template for the request builder.
*/
export declare const AllowedDataLocationItemRequestBuilderUriTemplate = "{+baseurl}/allowedDataLocations/{allowedDataLocation%2Did}{?%24expand,%24select}";
/**
* Metadata for all the requests in the request builder.
*/
export declare const AllowedDataLocationItemRequestBuilderRequestsMetadata: RequestsMetadata;
/**
* Uri template for the request builder.
*/
export declare const AllowedDataLocationItemRequestBuilderUriTemplate = "{+baseurl}/allowedDataLocations/{allowedDataLocation%2Did}{?%24select,%24expand}";
//# sourceMappingURL=index.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.AllowedDataLocationItemRequestBuilderUriTemplate = exports.AllowedDataLocationItemRequestBuilderRequestsMetadata = void 0;
exports.AllowedDataLocationItemRequestBuilderRequestsMetadata = exports.AllowedDataLocationItemRequestBuilderUriTemplate = void 0;
/* tslint:disable */

@@ -10,2 +10,6 @@ /* eslint-disable */

/**
* Uri template for the request builder.
*/
exports.AllowedDataLocationItemRequestBuilderUriTemplate = "{+baseurl}/allowedDataLocations/{allowedDataLocation%2Did}{?%24expand,%24select}";
/**
* Mapper for query parameters from symbol name to serialization name represented as a constant.

@@ -22,6 +26,6 @@ */

delete: {
uriTemplate: exports.AllowedDataLocationItemRequestBuilderUriTemplate,
responseBodyContentType: "application/json",
errorMappings: {
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
XXX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
},

@@ -31,6 +35,6 @@ adapterMethodName: "sendNoResponseContentAsync",

get: {
uriTemplate: exports.AllowedDataLocationItemRequestBuilderUriTemplate,
responseBodyContentType: "application/json",
errorMappings: {
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
XXX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
},

@@ -42,6 +46,6 @@ adapterMethodName: "sendAsync",

patch: {
uriTemplate: exports.AllowedDataLocationItemRequestBuilderUriTemplate,
responseBodyContentType: "application/json",
errorMappings: {
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
XXX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
},

@@ -55,7 +59,3 @@ adapterMethodName: "sendAsync",

};
/**
* Uri template for the request builder.
*/
exports.AllowedDataLocationItemRequestBuilderUriTemplate = "{+baseurl}/allowedDataLocations/{allowedDataLocation%2Did}{?%24select,%24expand}";
/* tslint:enable */
/* eslint-enable */

@@ -33,3 +33,3 @@ "use strict";

requestAdapter.enableBackingStore(backingStore);
return (0, kiota_abstractions_1.apiClientProxifier)(requestAdapter, pathParameters, exports.AllowedDataLocationsServiceClientUriTemplate, exports.AllowedDataLocationsServiceClientNavigationMetadata, undefined);
return (0, kiota_abstractions_1.apiClientProxifier)(requestAdapter, pathParameters, exports.AllowedDataLocationsServiceClientNavigationMetadata, undefined);
}

@@ -42,3 +42,2 @@ exports.createAllowedDataLocationsServiceClient = createAllowedDataLocationsServiceClient;

allowedDataLocations: {
uriTemplate: allowedDataLocations_1.AllowedDataLocationsRequestBuilderUriTemplate,
requestsMetadata: allowedDataLocations_1.AllowedDataLocationsRequestBuilderRequestsMetadata,

@@ -45,0 +44,0 @@ navigationMetadata: allowedDataLocations_1.AllowedDataLocationsRequestBuilderNavigationMetadata,

{
"name": "@microsoft/msgraph-beta-sdk-alloweddatalocations",
"version": "1.0.0-preview.11",
"version": "1.0.0-preview.12",
"description": "AllowedDataLocations fluent API for Microsoft Graph",

@@ -46,3 +46,3 @@ "keywords": [

},
"gitHead": "cebc3d874651709531f4c5141d636741983ff594"
"gitHead": "d8e4bb487e2e3e644d52f2004b4d9268fe0d8c64"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc