Skip to content

Commit f38deb5

Browse files
committed
[skip ci] repo-sync
1 parent e3bc2d3 commit f38deb5

File tree

5 files changed

+17
-3
lines changed

5 files changed

+17
-3
lines changed

gen/models/licenseApiLicense.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ export class LicenseApiLicense {
4141
*/
4242
'domainToken'?: string;
4343
/**
44+
* Entity holds a name for an organization, person or entity this product is licensed for. This will be displayed to the user.
45+
*/
46+
'entity'?: string;
47+
/**
4448
* InstanceID contains the instance id of the Loft instance
4549
*/
4650
'instance'?: string;
@@ -91,6 +95,12 @@ export class LicenseApiLicense {
9195
"type": "string",
9296
"format": ""
9397
},
98+
{
99+
"name": "entity",
100+
"baseName": "entity",
101+
"type": "string",
102+
"format": ""
103+
},
94104
{
95105
"name": "instance",
96106
"baseName": "instance",

gen/resources.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ export const GenResources: TGenResources = {
402402
version: "v1",
403403
resource: "oidcclients",
404404
subResource: "",
405-
namespaced: true,
405+
namespaced: false,
406406
kind: "OIDCClient",
407407
},
408408
ManagementV1OwnedAccessKey: {

lib/index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6754,6 +6754,10 @@ declare class LicenseApiLicense {
67546754
*/
67556755
"domainToken"?: string;
67566756
/**
6757+
* Entity holds a name for an organization, person or entity this product is licensed for. This will be displayed to the user.
6758+
*/
6759+
"entity"?: string;
6760+
/**
67576761
* InstanceID contains the instance id of the Loft instance
67586762
*/
67596763
"instance"?: string;

lib/index.esm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)