@targetprocess/shared-data-model-client 1.10.0-ci.1 → 1.11.0

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.
@@ -26,6 +26,7 @@ export interface EntityTypeItemRequestBuilder extends BaseRequestBuilder<EntityT
26
26
  */
27
27
  export interface EntityTypeItemRequestBuilderGetQueryParameters {
28
28
  convertAttachmentsHost?: string;
29
+ disableProfileValidation?: boolean;
29
30
  filter?: string;
30
31
  orderBy?: string;
31
32
  result?: string;
@@ -37,7 +38,7 @@ export interface EntityTypeItemRequestBuilderGetQueryParameters {
37
38
  /**
38
39
  * Uri template for the request builder.
39
40
  */
40
- export declare const EntityTypeItemRequestBuilderUriTemplate = "{+baseurl}/api/sdm/{entityType}/{id}{?convertAttachmentsHost*,filter*,orderBy*,result*,select*,skip*,take*,where*}";
41
+ export declare const EntityTypeItemRequestBuilderUriTemplate = "{+baseurl}/api/sdm/{entityType}/{id}?disableProfileValidation={disableProfileValidation}{&convertAttachmentsHost*,filter*,orderBy*,result*,select*,skip*,take*,where*}";
41
42
  /**
42
43
  * Metadata for all the requests in the request builder.
43
44
  */
@@ -11,7 +11,7 @@ const kiota_abstractions_1 = require("@microsoft/kiota-abstractions");
11
11
  /**
12
12
  * Uri template for the request builder.
13
13
  */
14
- exports.EntityTypeItemRequestBuilderUriTemplate = "{+baseurl}/api/sdm/{entityType}/{id}{?convertAttachmentsHost*,filter*,orderBy*,result*,select*,skip*,take*,where*}";
14
+ exports.EntityTypeItemRequestBuilderUriTemplate = "{+baseurl}/api/sdm/{entityType}/{id}?disableProfileValidation={disableProfileValidation}{&convertAttachmentsHost*,filter*,orderBy*,result*,select*,skip*,take*,where*}";
15
15
  /**
16
16
  * Metadata for all the requests in the request builder.
17
17
  */
@@ -26,6 +26,7 @@ export interface WithEntityTypeItemRequestBuilder extends BaseRequestBuilder<Wit
26
26
  */
27
27
  export interface WithEntityTypeItemRequestBuilderGetQueryParameters {
28
28
  convertAttachmentsHost?: string;
29
+ disableProfileValidation?: boolean;
29
30
  filter?: string;
30
31
  id?: number;
31
32
  orderBy?: string;
@@ -33,12 +34,13 @@ export interface WithEntityTypeItemRequestBuilderGetQueryParameters {
33
34
  select?: string;
34
35
  skip?: number;
35
36
  take?: number;
37
+ useDefaultProfile?: boolean;
36
38
  where?: string;
37
39
  }
38
40
  /**
39
41
  * Uri template for the request builder.
40
42
  */
41
- export declare const WithEntityTypeItemRequestBuilderUriTemplate = "{+baseurl}/api/sdm/schema/{entityType}{?convertAttachmentsHost*,filter*,id*,orderBy*,result*,select*,skip*,take*,where*}";
43
+ export declare const WithEntityTypeItemRequestBuilderUriTemplate = "{+baseurl}/api/sdm/schema/{entityType}?disableProfileValidation={disableProfileValidation}&useDefaultProfile={useDefaultProfile}{&convertAttachmentsHost*,filter*,id*,orderBy*,result*,select*,skip*,take*,where*}";
42
44
  /**
43
45
  * Metadata for all the requests in the request builder.
44
46
  */
@@ -11,7 +11,7 @@ const kiota_abstractions_1 = require("@microsoft/kiota-abstractions");
11
11
  /**
12
12
  * Uri template for the request builder.
13
13
  */
14
- exports.WithEntityTypeItemRequestBuilderUriTemplate = "{+baseurl}/api/sdm/schema/{entityType}{?convertAttachmentsHost*,filter*,id*,orderBy*,result*,select*,skip*,take*,where*}";
14
+ exports.WithEntityTypeItemRequestBuilderUriTemplate = "{+baseurl}/api/sdm/schema/{entityType}?disableProfileValidation={disableProfileValidation}&useDefaultProfile={useDefaultProfile}{&convertAttachmentsHost*,filter*,id*,orderBy*,result*,select*,skip*,take*,where*}";
15
15
  /**
16
16
  * Metadata for all the requests in the request builder.
17
17
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@targetprocess/shared-data-model-client",
3
- "version": "1.10.0-ci.1",
3
+ "version": "1.11.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -33,6 +33,7 @@ export interface EntityTypeItemRequestBuilder extends BaseRequestBuilder<EntityT
33
33
  */
34
34
  export interface EntityTypeItemRequestBuilderGetQueryParameters {
35
35
  convertAttachmentsHost?: string;
36
+ disableProfileValidation?: boolean;
36
37
  filter?: string;
37
38
  orderBy?: string;
38
39
  result?: string;
@@ -44,7 +45,7 @@ export interface EntityTypeItemRequestBuilderGetQueryParameters {
44
45
  /**
45
46
  * Uri template for the request builder.
46
47
  */
47
- export const EntityTypeItemRequestBuilderUriTemplate = "{+baseurl}/api/sdm/{entityType}/{id}{?convertAttachmentsHost*,filter*,orderBy*,result*,select*,skip*,take*,where*}";
48
+ export const EntityTypeItemRequestBuilderUriTemplate = "{+baseurl}/api/sdm/{entityType}/{id}?disableProfileValidation={disableProfileValidation}{&convertAttachmentsHost*,filter*,orderBy*,result*,select*,skip*,take*,where*}";
48
49
  /**
49
50
  * Metadata for all the requests in the request builder.
50
51
  */
@@ -33,6 +33,7 @@ export interface WithEntityTypeItemRequestBuilder extends BaseRequestBuilder<Wit
33
33
  */
34
34
  export interface WithEntityTypeItemRequestBuilderGetQueryParameters {
35
35
  convertAttachmentsHost?: string;
36
+ disableProfileValidation?: boolean;
36
37
  filter?: string;
37
38
  id?: number;
38
39
  orderBy?: string;
@@ -40,12 +41,13 @@ export interface WithEntityTypeItemRequestBuilderGetQueryParameters {
40
41
  select?: string;
41
42
  skip?: number;
42
43
  take?: number;
44
+ useDefaultProfile?: boolean;
43
45
  where?: string;
44
46
  }
45
47
  /**
46
48
  * Uri template for the request builder.
47
49
  */
48
- export const WithEntityTypeItemRequestBuilderUriTemplate = "{+baseurl}/api/sdm/schema/{entityType}{?convertAttachmentsHost*,filter*,id*,orderBy*,result*,select*,skip*,take*,where*}";
50
+ export const WithEntityTypeItemRequestBuilderUriTemplate = "{+baseurl}/api/sdm/schema/{entityType}?disableProfileValidation={disableProfileValidation}&useDefaultProfile={useDefaultProfile}{&convertAttachmentsHost*,filter*,id*,orderBy*,result*,select*,skip*,take*,where*}";
49
51
  /**
50
52
  * Metadata for all the requests in the request builder.
51
53
  */
@@ -1,5 +1,5 @@
1
1
  {
2
- "descriptionHash": "5D93C2217D817F9719A58FC17BF7E4EFCB51D7135C34DA97EB70EFF4C8188B74750EDC3BD2737C92DB0D31D2EEE13C63266A79949CC0B77372356D72C4DAED15",
2
+ "descriptionHash": "1901858390E3DC247BEE660DBA923BC950DA767D9CA9FEE2945910001CD7798E25B30AFDD5D877FED5CB90E1498D3AD5FFAC0DEB4D5AD2907FB23F4649165BDC",
3
3
  "descriptionLocation": "v1.json",
4
4
  "lockFileVersion": "1.0.0",
5
5
  "kiotaVersion": "1.27.0",
package/src/v1.json CHANGED
@@ -382,6 +382,14 @@
382
382
  "type": "string"
383
383
  }
384
384
  },
385
+ {
386
+ "name": "useDefaultProfile",
387
+ "in": "query",
388
+ "required": true,
389
+ "schema": {
390
+ "type": "boolean"
391
+ }
392
+ },
385
393
  {
386
394
  "name": "id",
387
395
  "in": "query",
@@ -456,6 +464,14 @@
456
464
  "type": "string",
457
465
  "nullable": true
458
466
  }
467
+ },
468
+ {
469
+ "name": "disableProfileValidation",
470
+ "in": "query",
471
+ "required": true,
472
+ "schema": {
473
+ "type": "boolean"
474
+ }
459
475
  }
460
476
  ],
461
477
  "responses": {
@@ -621,6 +637,14 @@
621
637
  "type": "string",
622
638
  "nullable": true
623
639
  }
640
+ },
641
+ {
642
+ "name": "disableProfileValidation",
643
+ "in": "query",
644
+ "required": true,
645
+ "schema": {
646
+ "type": "boolean"
647
+ }
624
648
  }
625
649
  ],
626
650
  "responses": {
@@ -2027,6 +2051,17 @@
2027
2051
  "type": "object",
2028
2052
  "additionalProperties": false
2029
2053
  },
2054
+ "SharedDataGetSchemaDto": {
2055
+ "allOf": [
2056
+ {
2057
+ "$ref": "#/components/schemas/SharedDataRequestDto"
2058
+ },
2059
+ {
2060
+ "type": "object",
2061
+ "additionalProperties": false
2062
+ }
2063
+ ]
2064
+ },
2030
2065
  "SharedDataRequestDto": {
2031
2066
  "type": "object",
2032
2067
  "additionalProperties": false