@microsoft/msgraph-sdk-domains 1.0.0-preview.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +11 -0
  3. package/domains/count/index.d.ts +40 -0
  4. package/domains/count/index.d.ts.map +1 -0
  5. package/domains/count/index.js +35 -0
  6. package/domains/index.d.ts +97 -0
  7. package/domains/index.d.ts.map +1 -0
  8. package/domains/index.js +71 -0
  9. package/domains/item/domainNameReferences/count/index.d.ts +40 -0
  10. package/domains/item/domainNameReferences/count/index.d.ts.map +1 -0
  11. package/domains/item/domainNameReferences/count/index.js +35 -0
  12. package/domains/item/domainNameReferences/index.d.ts +82 -0
  13. package/domains/item/domainNameReferences/index.d.ts.map +1 -0
  14. package/domains/item/domainNameReferences/index.js +58 -0
  15. package/domains/item/domainNameReferences/item/index.d.ts +41 -0
  16. package/domains/item/domainNameReferences/item/index.d.ts.map +1 -0
  17. package/domains/item/domainNameReferences/item/index.js +36 -0
  18. package/domains/item/federationConfiguration/count/index.d.ts +40 -0
  19. package/domains/item/federationConfiguration/count/index.d.ts.map +1 -0
  20. package/domains/item/federationConfiguration/count/index.js +35 -0
  21. package/domains/item/federationConfiguration/index.d.ts +97 -0
  22. package/domains/item/federationConfiguration/index.d.ts.map +1 -0
  23. package/domains/item/federationConfiguration/index.js +70 -0
  24. package/domains/item/federationConfiguration/item/index.d.ts +69 -0
  25. package/domains/item/federationConfiguration/item/index.d.ts.map +1 -0
  26. package/domains/item/federationConfiguration/item/index.js +56 -0
  27. package/domains/item/forceDelete/index.d.ts +59 -0
  28. package/domains/item/forceDelete/index.d.ts.map +1 -0
  29. package/domains/item/forceDelete/index.js +58 -0
  30. package/domains/item/index.d.ts +108 -0
  31. package/domains/item/index.d.ts.map +1 -0
  32. package/domains/item/index.js +100 -0
  33. package/domains/item/promote/index.d.ts +58 -0
  34. package/domains/item/promote/index.d.ts.map +1 -0
  35. package/domains/item/promote/index.js +56 -0
  36. package/domains/item/serviceConfigurationRecords/count/index.d.ts +40 -0
  37. package/domains/item/serviceConfigurationRecords/count/index.d.ts.map +1 -0
  38. package/domains/item/serviceConfigurationRecords/count/index.js +35 -0
  39. package/domains/item/serviceConfigurationRecords/index.d.ts +96 -0
  40. package/domains/item/serviceConfigurationRecords/index.d.ts.map +1 -0
  41. package/domains/item/serviceConfigurationRecords/index.js +70 -0
  42. package/domains/item/serviceConfigurationRecords/item/index.d.ts +66 -0
  43. package/domains/item/serviceConfigurationRecords/item/index.d.ts.map +1 -0
  44. package/domains/item/serviceConfigurationRecords/item/index.js +56 -0
  45. package/domains/item/verificationDnsRecords/count/index.d.ts +40 -0
  46. package/domains/item/verificationDnsRecords/count/index.d.ts.map +1 -0
  47. package/domains/item/verificationDnsRecords/count/index.js +35 -0
  48. package/domains/item/verificationDnsRecords/index.d.ts +96 -0
  49. package/domains/item/verificationDnsRecords/index.d.ts.map +1 -0
  50. package/domains/item/verificationDnsRecords/index.js +70 -0
  51. package/domains/item/verificationDnsRecords/item/index.d.ts +66 -0
  52. package/domains/item/verificationDnsRecords/item/index.d.ts.map +1 -0
  53. package/domains/item/verificationDnsRecords/item/index.js +56 -0
  54. package/domains/item/verify/index.d.ts +29 -0
  55. package/domains/item/verify/index.d.ts.map +1 -0
  56. package/domains/item/verify/index.js +28 -0
  57. package/domainsServiceClient.d.ts +25 -0
  58. package/domainsServiceClient.d.ts.map +1 -0
  59. package/domainsServiceClient.js +49 -0
  60. package/index.d.ts +11 -0
  61. package/index.d.ts.map +1 -0
  62. package/index.js +20 -0
  63. package/package.json +48 -0
  64. package/tsconfig.json +15 -0
  65. package/tsconfig.tsbuildinfo +1 -0
@@ -0,0 +1,100 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DomainItemRequestBuilderUriTemplate = exports.DomainItemRequestBuilderRequestsMetadata = exports.DomainItemRequestBuilderNavigationMetadata = void 0;
4
+ /* tslint:disable */
5
+ /* eslint-disable */
6
+ // Generated by Microsoft Kiota
7
+ const models_1 = require("@microsoft/msgraph-sdk/models/");
8
+ const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
9
+ const domainNameReferences_1 = require("./domainNameReferences/");
10
+ const federationConfiguration_1 = require("./federationConfiguration/");
11
+ const forceDelete_1 = require("./forceDelete/");
12
+ const promote_1 = require("./promote/");
13
+ const serviceConfigurationRecords_1 = require("./serviceConfigurationRecords/");
14
+ const verificationDnsRecords_1 = require("./verificationDnsRecords/");
15
+ const verify_1 = require("./verify/");
16
+ /**
17
+ * Mapper for query parameters from symbol name to serialization name represented as a constant.
18
+ */
19
+ const DomainItemRequestBuilderGetQueryParametersMapper = {
20
+ "expand": "%24expand",
21
+ "select": "%24select",
22
+ };
23
+ /**
24
+ * Metadata for all the navigation properties in the request builder.
25
+ */
26
+ exports.DomainItemRequestBuilderNavigationMetadata = {
27
+ domainNameReferences: {
28
+ uriTemplate: domainNameReferences_1.DomainNameReferencesRequestBuilderUriTemplate,
29
+ requestsMetadata: domainNameReferences_1.DomainNameReferencesRequestBuilderRequestsMetadata,
30
+ navigationMetadata: domainNameReferences_1.DomainNameReferencesRequestBuilderNavigationMetadata,
31
+ },
32
+ federationConfiguration: {
33
+ uriTemplate: federationConfiguration_1.FederationConfigurationRequestBuilderUriTemplate,
34
+ requestsMetadata: federationConfiguration_1.FederationConfigurationRequestBuilderRequestsMetadata,
35
+ navigationMetadata: federationConfiguration_1.FederationConfigurationRequestBuilderNavigationMetadata,
36
+ },
37
+ forceDelete: {
38
+ uriTemplate: forceDelete_1.ForceDeleteRequestBuilderUriTemplate,
39
+ requestsMetadata: forceDelete_1.ForceDeleteRequestBuilderRequestsMetadata,
40
+ },
41
+ promote: {
42
+ uriTemplate: promote_1.PromoteRequestBuilderUriTemplate,
43
+ requestsMetadata: promote_1.PromoteRequestBuilderRequestsMetadata,
44
+ },
45
+ serviceConfigurationRecords: {
46
+ uriTemplate: serviceConfigurationRecords_1.ServiceConfigurationRecordsRequestBuilderUriTemplate,
47
+ requestsMetadata: serviceConfigurationRecords_1.ServiceConfigurationRecordsRequestBuilderRequestsMetadata,
48
+ navigationMetadata: serviceConfigurationRecords_1.ServiceConfigurationRecordsRequestBuilderNavigationMetadata,
49
+ },
50
+ verificationDnsRecords: {
51
+ uriTemplate: verificationDnsRecords_1.VerificationDnsRecordsRequestBuilderUriTemplate,
52
+ requestsMetadata: verificationDnsRecords_1.VerificationDnsRecordsRequestBuilderRequestsMetadata,
53
+ navigationMetadata: verificationDnsRecords_1.VerificationDnsRecordsRequestBuilderNavigationMetadata,
54
+ },
55
+ verify: {
56
+ uriTemplate: verify_1.VerifyRequestBuilderUriTemplate,
57
+ requestsMetadata: verify_1.VerifyRequestBuilderRequestsMetadata,
58
+ },
59
+ };
60
+ /**
61
+ * Metadata for all the requests in the request builder.
62
+ */
63
+ exports.DomainItemRequestBuilderRequestsMetadata = {
64
+ delete: {
65
+ responseBodyContentType: "application/json",
66
+ errorMappings: {
67
+ _4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
68
+ _5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
69
+ },
70
+ adapterMethodName: "sendNoResponseContentAsync",
71
+ },
72
+ get: {
73
+ responseBodyContentType: "application/json",
74
+ errorMappings: {
75
+ _4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
76
+ _5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
77
+ },
78
+ adapterMethodName: "sendAsync",
79
+ responseBodyFactory: models_1.createDomainFromDiscriminatorValue,
80
+ queryParametersMapper: DomainItemRequestBuilderGetQueryParametersMapper,
81
+ },
82
+ patch: {
83
+ responseBodyContentType: "application/json",
84
+ errorMappings: {
85
+ _4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
86
+ _5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
87
+ },
88
+ adapterMethodName: "sendAsync",
89
+ responseBodyFactory: models_1.createDomainFromDiscriminatorValue,
90
+ requestBodyContentType: "application/json",
91
+ requestBodySerializer: models_1.serializeDomain,
92
+ requestInformationContentSetMethod: "setContentFromParsable",
93
+ },
94
+ };
95
+ /**
96
+ * Uri template for the request builder.
97
+ */
98
+ exports.DomainItemRequestBuilderUriTemplate = "{+baseurl}/domains/{domain%2Did}{?%24select,%24expand}";
99
+ /* tslint:enable */
100
+ /* eslint-enable */
@@ -0,0 +1,58 @@
1
+ import { type AdditionalDataHolder, type BackedModel, type BaseRequestBuilder, type Parsable, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';
2
+ /**
3
+ * Creates a new instance of the appropriate class based on discriminator value
4
+ * @param parseNode The parse node to use to read the discriminator value and create the object
5
+ * @returns a promotePostResponse
6
+ */
7
+ export declare function createPromotePostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): typeof deserializeIntoPromotePostResponse;
8
+ /**
9
+ * The deserialization information for the current model
10
+ * @returns a Record<string, (node: ParseNode) => void>
11
+ */
12
+ export declare function deserializeIntoPromotePostResponse(promotePostResponse?: PromotePostResponse | undefined): Record<string, (node: ParseNode) => void>;
13
+ export interface PromotePostResponse extends AdditionalDataHolder, BackedModel, Parsable {
14
+ /**
15
+ * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
16
+ */
17
+ additionalData?: Record<string, unknown>;
18
+ /**
19
+ * Stores model information.
20
+ */
21
+ backingStoreEnabled?: boolean;
22
+ /**
23
+ * The value property
24
+ */
25
+ value?: boolean;
26
+ }
27
+ /**
28
+ * Provides operations to call the promote method.
29
+ */
30
+ export interface PromoteRequestBuilder extends BaseRequestBuilder<PromoteRequestBuilder> {
31
+ /**
32
+ * Promote a verified subdomain to the root domain. A verified domain has its isVerified property set to true.
33
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
34
+ * @returns a Promise of PromotePostResponse
35
+ * @see {@link https://learn.microsoft.com/graph/api/domain-promote?view=graph-rest-1.0|Find more info here}
36
+ */
37
+ post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<PromotePostResponse | undefined>;
38
+ /**
39
+ * Promote a verified subdomain to the root domain. A verified domain has its isVerified property set to true.
40
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
41
+ * @returns a RequestInformation
42
+ */
43
+ toPostRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
44
+ }
45
+ /**
46
+ * Serializes information the current object
47
+ * @param writer Serialization writer to use to serialize this model
48
+ */
49
+ export declare function serializePromotePostResponse(writer: SerializationWriter, promotePostResponse?: PromotePostResponse | undefined): void;
50
+ /**
51
+ * Metadata for all the requests in the request builder.
52
+ */
53
+ export declare const PromoteRequestBuilderRequestsMetadata: RequestsMetadata;
54
+ /**
55
+ * Uri template for the request builder.
56
+ */
57
+ export declare const PromoteRequestBuilderUriTemplate = "{+baseurl}/domains/{domain%2Did}/promote";
58
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,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,+CAA+C,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,6CAE/F;AACD;;;GAGG;AACH,wBAAgB,kCAAkC,CAAC,mBAAmB,GAAE,mBAAmB,GAAG,SAAqC,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAK/K;AACD,MAAM,WAAW,mBAAoB,SAAQ,oBAAoB,EAAE,WAAW,EAAE,QAAQ;IACpF;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;CACnB;AACD;;GAEG;AACH,MAAM,WAAW,qBAAsB,SAAQ,kBAAkB,CAAC,qBAAqB,CAAC;IACpF;;;;;OAKG;IACF,IAAI,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,mBAAmB,GAAG,SAAS,CAAC,CAAC;IAClH;;;;OAIG;IACF,wBAAwB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACnH;AACD;;;GAGG;AACH,wBAAgB,4BAA4B,CAAC,MAAM,EAAE,mBAAmB,EAAE,mBAAmB,GAAE,mBAAmB,GAAG,SAAqC,GAAI,IAAI,CAGjK;AACD;;GAEG;AACH,eAAO,MAAM,qCAAqC,EAAE,gBAUnD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,gCAAgC,6CAA6C,CAAC"}
@@ -0,0 +1,56 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PromoteRequestBuilderUriTemplate = exports.PromoteRequestBuilderRequestsMetadata = exports.serializePromotePostResponse = exports.deserializeIntoPromotePostResponse = exports.createPromotePostResponseFromDiscriminatorValue = void 0;
4
+ /* tslint:disable */
5
+ /* eslint-disable */
6
+ // Generated by Microsoft Kiota
7
+ const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
8
+ /**
9
+ * Creates a new instance of the appropriate class based on discriminator value
10
+ * @param parseNode The parse node to use to read the discriminator value and create the object
11
+ * @returns a promotePostResponse
12
+ */
13
+ function createPromotePostResponseFromDiscriminatorValue(parseNode) {
14
+ return deserializeIntoPromotePostResponse;
15
+ }
16
+ exports.createPromotePostResponseFromDiscriminatorValue = createPromotePostResponseFromDiscriminatorValue;
17
+ /**
18
+ * The deserialization information for the current model
19
+ * @returns a Record<string, (node: ParseNode) => void>
20
+ */
21
+ function deserializeIntoPromotePostResponse(promotePostResponse = {}) {
22
+ return {
23
+ "backingStoreEnabled": n => { promotePostResponse.backingStoreEnabled = true; },
24
+ "value": n => { promotePostResponse.value = n.getBooleanValue(); },
25
+ };
26
+ }
27
+ exports.deserializeIntoPromotePostResponse = deserializeIntoPromotePostResponse;
28
+ /**
29
+ * Serializes information the current object
30
+ * @param writer Serialization writer to use to serialize this model
31
+ */
32
+ function serializePromotePostResponse(writer, promotePostResponse = {}) {
33
+ writer.writeBooleanValue("value", promotePostResponse.value);
34
+ writer.writeAdditionalData(promotePostResponse.additionalData);
35
+ }
36
+ exports.serializePromotePostResponse = serializePromotePostResponse;
37
+ /**
38
+ * Metadata for all the requests in the request builder.
39
+ */
40
+ exports.PromoteRequestBuilderRequestsMetadata = {
41
+ post: {
42
+ responseBodyContentType: "application/json",
43
+ errorMappings: {
44
+ _4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
45
+ _5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
46
+ },
47
+ adapterMethodName: "sendAsync",
48
+ responseBodyFactory: createPromotePostResponseFromDiscriminatorValue,
49
+ },
50
+ };
51
+ /**
52
+ * Uri template for the request builder.
53
+ */
54
+ exports.PromoteRequestBuilderUriTemplate = "{+baseurl}/domains/{domain%2Did}/promote";
55
+ /* tslint:enable */
56
+ /* eslint-enable */
@@ -0,0 +1,40 @@
1
+ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
2
+ /**
3
+ * Provides operations to count the resources in the collection.
4
+ */
5
+ export interface CountRequestBuilder extends BaseRequestBuilder<CountRequestBuilder> {
6
+ /**
7
+ * Get the number of the resource
8
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9
+ * @returns a Promise of Integer
10
+ */
11
+ get(requestConfiguration?: RequestConfiguration<CountRequestBuilderGetQueryParameters> | undefined): Promise<number | undefined>;
12
+ /**
13
+ * Get the number of the resource
14
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
15
+ * @returns a RequestInformation
16
+ */
17
+ toGetRequestInformation(requestConfiguration?: RequestConfiguration<CountRequestBuilderGetQueryParameters> | undefined): RequestInformation;
18
+ }
19
+ /**
20
+ * Get the number of the resource
21
+ */
22
+ export interface CountRequestBuilderGetQueryParameters {
23
+ /**
24
+ * Filter items by property values
25
+ */
26
+ filter?: string;
27
+ /**
28
+ * Search items by search phrases
29
+ */
30
+ search?: string;
31
+ }
32
+ /**
33
+ * Metadata for all the requests in the request builder.
34
+ */
35
+ export declare const CountRequestBuilderRequestsMetadata: RequestsMetadata;
36
+ /**
37
+ * Uri template for the request builder.
38
+ */
39
+ export declare const CountRequestBuilderUriTemplate = "{+baseurl}/domains/{domain%2Did}/serviceConfigurationRecords/$count{?%24search,%24filter}";
40
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +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;;;;OAIG;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;AAQD;;GAEG;AACH,eAAO,MAAM,mCAAmC,EAAE,gBAWjD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,8BAA8B,8FAA8F,CAAC"}
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CountRequestBuilderUriTemplate = exports.CountRequestBuilderRequestsMetadata = void 0;
4
+ /* tslint:disable */
5
+ /* eslint-disable */
6
+ // Generated by Microsoft Kiota
7
+ const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
8
+ /**
9
+ * Mapper for query parameters from symbol name to serialization name represented as a constant.
10
+ */
11
+ const CountRequestBuilderGetQueryParametersMapper = {
12
+ "filter": "%24filter",
13
+ "search": "%24search",
14
+ };
15
+ /**
16
+ * Metadata for all the requests in the request builder.
17
+ */
18
+ exports.CountRequestBuilderRequestsMetadata = {
19
+ get: {
20
+ responseBodyContentType: "text/plain;q=0.9",
21
+ errorMappings: {
22
+ _4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
23
+ _5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
24
+ },
25
+ adapterMethodName: "sendPrimitiveAsync",
26
+ responseBodyFactory: "number",
27
+ queryParametersMapper: CountRequestBuilderGetQueryParametersMapper,
28
+ },
29
+ };
30
+ /**
31
+ * Uri template for the request builder.
32
+ */
33
+ exports.CountRequestBuilderUriTemplate = "{+baseurl}/domains/{domain%2Did}/serviceConfigurationRecords/$count{?%24search,%24filter}";
34
+ /* tslint:enable */
35
+ /* eslint-enable */
@@ -0,0 +1,96 @@
1
+ import { type DomainDnsRecord, type DomainDnsRecordCollectionResponse } from '@microsoft/msgraph-sdk/models/';
2
+ import { type CountRequestBuilder } from './count/';
3
+ import { type DomainDnsRecordItemRequestBuilder } from './item/';
4
+ import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
5
+ /**
6
+ * Provides operations to manage the serviceConfigurationRecords property of the microsoft.graph.domain entity.
7
+ */
8
+ export interface ServiceConfigurationRecordsRequestBuilder extends BaseRequestBuilder<ServiceConfigurationRecordsRequestBuilder> {
9
+ /**
10
+ * Provides operations to count the resources in the collection.
11
+ */
12
+ get count(): CountRequestBuilder;
13
+ /**
14
+ * Provides operations to manage the serviceConfigurationRecords property of the microsoft.graph.domain entity.
15
+ * @param domainDnsRecordId The unique identifier of domainDnsRecord
16
+ * @returns a DomainDnsRecordItemRequestBuilder
17
+ */
18
+ byDomainDnsRecordId(domainDnsRecordId: string): DomainDnsRecordItemRequestBuilder;
19
+ /**
20
+ * Retrieves a list of domainDnsRecord objects needed to enable services for the domain. Use the returned list to add records to the zone file of the domain. This can be done through the domain registrar or DNS server configuration.
21
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
22
+ * @returns a Promise of DomainDnsRecordCollectionResponse
23
+ * @see {@link https://learn.microsoft.com/graph/api/domain-list-serviceconfigurationrecords?view=graph-rest-1.0|Find more info here}
24
+ */
25
+ get(requestConfiguration?: RequestConfiguration<ServiceConfigurationRecordsRequestBuilderGetQueryParameters> | undefined): Promise<DomainDnsRecordCollectionResponse | undefined>;
26
+ /**
27
+ * Create new navigation property to serviceConfigurationRecords for domains
28
+ * @param body The request body
29
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
30
+ * @returns a Promise of DomainDnsRecord
31
+ */
32
+ post(body: DomainDnsRecord, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<DomainDnsRecord | undefined>;
33
+ /**
34
+ * Retrieves a list of domainDnsRecord objects needed to enable services for the domain. Use the returned list to add records to the zone file of the domain. This can be done through the domain registrar or DNS server configuration.
35
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
36
+ * @returns a RequestInformation
37
+ */
38
+ toGetRequestInformation(requestConfiguration?: RequestConfiguration<ServiceConfigurationRecordsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
39
+ /**
40
+ * Create new navigation property to serviceConfigurationRecords for domains
41
+ * @param body The request body
42
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
43
+ * @returns a RequestInformation
44
+ */
45
+ toPostRequestInformation(body: DomainDnsRecord, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
46
+ }
47
+ /**
48
+ * Retrieves a list of domainDnsRecord objects needed to enable services for the domain. Use the returned list to add records to the zone file of the domain. This can be done through the domain registrar or DNS server configuration.
49
+ */
50
+ export interface ServiceConfigurationRecordsRequestBuilderGetQueryParameters {
51
+ /**
52
+ * Include count of items
53
+ */
54
+ count?: boolean;
55
+ /**
56
+ * Expand related entities
57
+ */
58
+ expand?: string[];
59
+ /**
60
+ * Filter items by property values
61
+ */
62
+ filter?: string;
63
+ /**
64
+ * Order items by property values
65
+ */
66
+ orderby?: string[];
67
+ /**
68
+ * Search items by search phrases
69
+ */
70
+ search?: string;
71
+ /**
72
+ * Select properties to be returned
73
+ */
74
+ select?: string[];
75
+ /**
76
+ * Skip the first n items
77
+ */
78
+ skip?: number;
79
+ /**
80
+ * Show only the first n items
81
+ */
82
+ top?: number;
83
+ }
84
+ /**
85
+ * Metadata for all the navigation properties in the request builder.
86
+ */
87
+ export declare const ServiceConfigurationRecordsRequestBuilderNavigationMetadata: Record<Exclude<keyof ServiceConfigurationRecordsRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
88
+ /**
89
+ * Metadata for all the requests in the request builder.
90
+ */
91
+ export declare const ServiceConfigurationRecordsRequestBuilderRequestsMetadata: RequestsMetadata;
92
+ /**
93
+ * Uri template for the request builder.
94
+ */
95
+ export declare const ServiceConfigurationRecordsRequestBuilderUriTemplate = "{+baseurl}/domains/{domain%2Did}/serviceConfigurationRecords{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}";
96
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAwI,KAAK,eAAe,EAAE,KAAK,iCAAiC,EAAE,MAAM,gCAAgC,CAAC;AAEpP,OAAO,EAAuE,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACzH,OAAO,EAAmG,KAAK,iCAAiC,EAAE,MAAM,SAAS,CAAC;AAClK,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,yCAA0C,SAAQ,kBAAkB,CAAC,yCAAyC,CAAC;IAC5H;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;;;OAIG;IACF,mBAAmB,CAAC,iBAAiB,EAAE,MAAM,GAAI,iCAAiC,CAAC;IACpF;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,2DAA2D,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,iCAAiC,GAAG,SAAS,CAAC,CAAC;IACpL;;;;;OAKG;IACF,IAAI,CAAC,IAAI,EAAE,eAAe,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,eAAe,GAAG,SAAS,CAAC,CAAC;IACrI;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,2DAA2D,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IACpK;;;;;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,2DAA2D;IACxE;;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,2DAA2D,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,yCAAyC,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAUhM,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,yDAAyD,EAAE,gBAuBvE,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,oDAAoD,8IAA8I,CAAC"}
@@ -0,0 +1,70 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ServiceConfigurationRecordsRequestBuilderUriTemplate = exports.ServiceConfigurationRecordsRequestBuilderRequestsMetadata = exports.ServiceConfigurationRecordsRequestBuilderNavigationMetadata = void 0;
4
+ /* tslint:disable */
5
+ /* eslint-disable */
6
+ // Generated by Microsoft Kiota
7
+ const models_1 = require("@microsoft/msgraph-sdk/models/");
8
+ const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
9
+ const count_1 = require("./count/");
10
+ const item_1 = require("./item/");
11
+ /**
12
+ * Mapper for query parameters from symbol name to serialization name represented as a constant.
13
+ */
14
+ const ServiceConfigurationRecordsRequestBuilderGetQueryParametersMapper = {
15
+ "count": "%24count",
16
+ "expand": "%24expand",
17
+ "filter": "%24filter",
18
+ "orderby": "%24orderby",
19
+ "search": "%24search",
20
+ "select": "%24select",
21
+ "skip": "%24skip",
22
+ "top": "%24top",
23
+ };
24
+ /**
25
+ * Metadata for all the navigation properties in the request builder.
26
+ */
27
+ exports.ServiceConfigurationRecordsRequestBuilderNavigationMetadata = {
28
+ byDomainDnsRecordId: {
29
+ uriTemplate: item_1.DomainDnsRecordItemRequestBuilderUriTemplate,
30
+ requestsMetadata: item_1.DomainDnsRecordItemRequestBuilderRequestsMetadata,
31
+ pathParametersMappings: ["domainDnsRecord%2Did"],
32
+ },
33
+ count: {
34
+ uriTemplate: count_1.CountRequestBuilderUriTemplate,
35
+ requestsMetadata: count_1.CountRequestBuilderRequestsMetadata,
36
+ },
37
+ };
38
+ /**
39
+ * Metadata for all the requests in the request builder.
40
+ */
41
+ exports.ServiceConfigurationRecordsRequestBuilderRequestsMetadata = {
42
+ get: {
43
+ responseBodyContentType: "application/json",
44
+ errorMappings: {
45
+ _4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
46
+ _5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
47
+ },
48
+ adapterMethodName: "sendAsync",
49
+ responseBodyFactory: models_1.createDomainDnsRecordCollectionResponseFromDiscriminatorValue,
50
+ queryParametersMapper: ServiceConfigurationRecordsRequestBuilderGetQueryParametersMapper,
51
+ },
52
+ post: {
53
+ responseBodyContentType: "application/json",
54
+ errorMappings: {
55
+ _4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
56
+ _5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
57
+ },
58
+ adapterMethodName: "sendAsync",
59
+ responseBodyFactory: models_1.createDomainDnsRecordFromDiscriminatorValue,
60
+ requestBodyContentType: "application/json",
61
+ requestBodySerializer: models_1.serializeDomainDnsRecord,
62
+ requestInformationContentSetMethod: "setContentFromParsable",
63
+ },
64
+ };
65
+ /**
66
+ * Uri template for the request builder.
67
+ */
68
+ exports.ServiceConfigurationRecordsRequestBuilderUriTemplate = "{+baseurl}/domains/{domain%2Did}/serviceConfigurationRecords{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}";
69
+ /* tslint:enable */
70
+ /* eslint-enable */
@@ -0,0 +1,66 @@
1
+ import { type DomainDnsRecord } from '@microsoft/msgraph-sdk/models/';
2
+ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
3
+ /**
4
+ * Provides operations to manage the serviceConfigurationRecords property of the microsoft.graph.domain entity.
5
+ */
6
+ export interface DomainDnsRecordItemRequestBuilder extends BaseRequestBuilder<DomainDnsRecordItemRequestBuilder> {
7
+ /**
8
+ * Delete navigation property serviceConfigurationRecords for domains
9
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10
+ */
11
+ delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
12
+ /**
13
+ * DNS records the customer adds to the DNS zone file of the domain before the domain can be used by Microsoft Online services. Read-only, Nullable. Supports $expand.
14
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
15
+ * @returns a Promise of DomainDnsRecord
16
+ */
17
+ get(requestConfiguration?: RequestConfiguration<DomainDnsRecordItemRequestBuilderGetQueryParameters> | undefined): Promise<DomainDnsRecord | undefined>;
18
+ /**
19
+ * Update the navigation property serviceConfigurationRecords in domains
20
+ * @param body The request body
21
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
22
+ * @returns a Promise of DomainDnsRecord
23
+ */
24
+ patch(body: DomainDnsRecord, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<DomainDnsRecord | undefined>;
25
+ /**
26
+ * Delete navigation property serviceConfigurationRecords for domains
27
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
28
+ * @returns a RequestInformation
29
+ */
30
+ toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
31
+ /**
32
+ * DNS records the customer adds to the DNS zone file of the domain before the domain can be used by Microsoft Online services. Read-only, Nullable. Supports $expand.
33
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
34
+ * @returns a RequestInformation
35
+ */
36
+ toGetRequestInformation(requestConfiguration?: RequestConfiguration<DomainDnsRecordItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
37
+ /**
38
+ * Update the navigation property serviceConfigurationRecords in domains
39
+ * @param body The request body
40
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
41
+ * @returns a RequestInformation
42
+ */
43
+ toPatchRequestInformation(body: DomainDnsRecord, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
44
+ }
45
+ /**
46
+ * DNS records the customer adds to the DNS zone file of the domain before the domain can be used by Microsoft Online services. Read-only, Nullable. Supports $expand.
47
+ */
48
+ export interface DomainDnsRecordItemRequestBuilderGetQueryParameters {
49
+ /**
50
+ * Expand related entities
51
+ */
52
+ expand?: string[];
53
+ /**
54
+ * Select properties to be returned
55
+ */
56
+ select?: string[];
57
+ }
58
+ /**
59
+ * Metadata for all the requests in the request builder.
60
+ */
61
+ export declare const DomainDnsRecordItemRequestBuilderRequestsMetadata: RequestsMetadata;
62
+ /**
63
+ * Uri template for the request builder.
64
+ */
65
+ export declare const DomainDnsRecordItemRequestBuilderUriTemplate = "{+baseurl}/domains/{domain%2Did}/serviceConfigurationRecords/{domainDnsRecord%2Did}{?%24select,%24expand}";
66
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAyE,KAAK,eAAe,EAAE,MAAM,gCAAgC,CAAC;AAE7I,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,iCAAkC,SAAQ,kBAAkB,CAAC,iCAAiC,CAAC;IAC5G;;;OAGG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzF;;;;OAIG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,mDAAmD,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,eAAe,GAAG,SAAS,CAAC,CAAC;IAC1J;;;;;OAKG;IACF,KAAK,CAAC,IAAI,EAAE,eAAe,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,eAAe,GAAG,SAAS,CAAC,CAAC;IACtI;;;;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,mDAAmD,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAC5J;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,eAAe,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC3I;AACD;;GAEG;AACH,MAAM,WAAW,mDAAmD;IAChE;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAQD;;GAEG;AACH,eAAO,MAAM,iDAAiD,EAAE,gBA+B/D,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,4CAA4C,8GAA8G,CAAC"}
@@ -0,0 +1,56 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DomainDnsRecordItemRequestBuilderUriTemplate = exports.DomainDnsRecordItemRequestBuilderRequestsMetadata = void 0;
4
+ /* tslint:disable */
5
+ /* eslint-disable */
6
+ // Generated by Microsoft Kiota
7
+ const models_1 = require("@microsoft/msgraph-sdk/models/");
8
+ const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
9
+ /**
10
+ * Mapper for query parameters from symbol name to serialization name represented as a constant.
11
+ */
12
+ const DomainDnsRecordItemRequestBuilderGetQueryParametersMapper = {
13
+ "expand": "%24expand",
14
+ "select": "%24select",
15
+ };
16
+ /**
17
+ * Metadata for all the requests in the request builder.
18
+ */
19
+ exports.DomainDnsRecordItemRequestBuilderRequestsMetadata = {
20
+ delete: {
21
+ responseBodyContentType: "application/json",
22
+ errorMappings: {
23
+ _4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
24
+ _5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
25
+ },
26
+ adapterMethodName: "sendNoResponseContentAsync",
27
+ },
28
+ get: {
29
+ responseBodyContentType: "application/json",
30
+ errorMappings: {
31
+ _4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
32
+ _5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
33
+ },
34
+ adapterMethodName: "sendAsync",
35
+ responseBodyFactory: models_1.createDomainDnsRecordFromDiscriminatorValue,
36
+ queryParametersMapper: DomainDnsRecordItemRequestBuilderGetQueryParametersMapper,
37
+ },
38
+ patch: {
39
+ responseBodyContentType: "application/json",
40
+ errorMappings: {
41
+ _4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
42
+ _5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
43
+ },
44
+ adapterMethodName: "sendAsync",
45
+ responseBodyFactory: models_1.createDomainDnsRecordFromDiscriminatorValue,
46
+ requestBodyContentType: "application/json",
47
+ requestBodySerializer: models_1.serializeDomainDnsRecord,
48
+ requestInformationContentSetMethod: "setContentFromParsable",
49
+ },
50
+ };
51
+ /**
52
+ * Uri template for the request builder.
53
+ */
54
+ exports.DomainDnsRecordItemRequestBuilderUriTemplate = "{+baseurl}/domains/{domain%2Did}/serviceConfigurationRecords/{domainDnsRecord%2Did}{?%24select,%24expand}";
55
+ /* tslint:enable */
56
+ /* eslint-enable */
@@ -0,0 +1,40 @@
1
+ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
2
+ /**
3
+ * Provides operations to count the resources in the collection.
4
+ */
5
+ export interface CountRequestBuilder extends BaseRequestBuilder<CountRequestBuilder> {
6
+ /**
7
+ * Get the number of the resource
8
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9
+ * @returns a Promise of Integer
10
+ */
11
+ get(requestConfiguration?: RequestConfiguration<CountRequestBuilderGetQueryParameters> | undefined): Promise<number | undefined>;
12
+ /**
13
+ * Get the number of the resource
14
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
15
+ * @returns a RequestInformation
16
+ */
17
+ toGetRequestInformation(requestConfiguration?: RequestConfiguration<CountRequestBuilderGetQueryParameters> | undefined): RequestInformation;
18
+ }
19
+ /**
20
+ * Get the number of the resource
21
+ */
22
+ export interface CountRequestBuilderGetQueryParameters {
23
+ /**
24
+ * Filter items by property values
25
+ */
26
+ filter?: string;
27
+ /**
28
+ * Search items by search phrases
29
+ */
30
+ search?: string;
31
+ }
32
+ /**
33
+ * Metadata for all the requests in the request builder.
34
+ */
35
+ export declare const CountRequestBuilderRequestsMetadata: RequestsMetadata;
36
+ /**
37
+ * Uri template for the request builder.
38
+ */
39
+ export declare const CountRequestBuilderUriTemplate = "{+baseurl}/domains/{domain%2Did}/verificationDnsRecords/$count{?%24search,%24filter}";
40
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +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;;;;OAIG;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;AAQD;;GAEG;AACH,eAAO,MAAM,mCAAmC,EAAE,gBAWjD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,8BAA8B,yFAAyF,CAAC"}