@meshery/schemas 1.3.9 → 1.3.13
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/dist/cloudApi.d.mts +1656 -1656
- package/dist/cloudApi.d.ts +1656 -1656
- package/dist/cloudApi.js +1 -1
- package/dist/cloudApi.mjs +1 -1
- package/dist/constructs/v1beta3/academy/Academy.d.ts +3 -3
- package/dist/constructs/v1beta3/academy/AcademySchema.js +1 -1
- package/dist/constructs/v1beta3/academy/AcademySchema.mjs +1 -1
- package/dist/constructs/v1beta3/connection/Connection.d.ts +6 -6
- package/dist/constructs/v1beta3/connection/ConnectionSchema.js +6 -6
- package/dist/constructs/v1beta3/connection/ConnectionSchema.mjs +6 -6
- package/dist/constructs/v1beta3/design/Design.d.ts +2 -2
- package/dist/constructs/v1beta3/design/DesignSchema.js +2 -2
- package/dist/constructs/v1beta3/design/DesignSchema.mjs +2 -2
- package/dist/constructs/v1beta3/event/Event.d.ts +6 -6
- package/dist/constructs/v1beta3/event/EventSchema.js +1 -1
- package/dist/constructs/v1beta3/event/EventSchema.mjs +1 -1
- package/dist/constructs/v1beta3/filter/Filter.d.ts +8 -8
- package/dist/constructs/v1beta3/filter/FilterSchema.js +8 -8
- package/dist/constructs/v1beta3/filter/FilterSchema.mjs +8 -8
- package/dist/constructs/v1beta3/invitation/Invitation.d.ts +10 -10
- package/dist/constructs/v1beta3/invitation/InvitationSchema.js +1 -1
- package/dist/constructs/v1beta3/invitation/InvitationSchema.mjs +1 -1
- package/dist/constructs/v1beta3/performance_profile/PerformanceProfile.d.ts +15 -15
- package/dist/constructs/v1beta3/performance_profile/PerformanceProfileSchema.js +1 -1
- package/dist/constructs/v1beta3/performance_profile/PerformanceProfileSchema.mjs +1 -1
- package/dist/constructs/v1beta3/token/Token.d.ts +9 -9
- package/dist/constructs/v1beta3/token/TokenSchema.js +1 -1
- package/dist/constructs/v1beta3/token/TokenSchema.mjs +1 -1
- package/dist/mesheryApi.d.mts +724 -724
- package/dist/mesheryApi.d.ts +724 -724
- package/dist/mesheryApi.js +1 -1
- package/dist/mesheryApi.mjs +1 -1
- package/dist/permissions.d.mts +25 -5
- package/dist/permissions.d.ts +25 -5
- package/dist/permissions.js +1 -1
- package/dist/permissions.mjs +1 -1
- package/package.json +3 -3
|
@@ -735,7 +735,7 @@ export interface components {
|
|
|
735
735
|
* Format: uuid
|
|
736
736
|
* @description User ID who owns this connection
|
|
737
737
|
*/
|
|
738
|
-
|
|
738
|
+
owner?: string;
|
|
739
739
|
/**
|
|
740
740
|
* Format: date-time
|
|
741
741
|
* @description Timestamp when the connection was created.
|
|
@@ -1391,7 +1391,7 @@ export interface components {
|
|
|
1391
1391
|
* Format: uuid
|
|
1392
1392
|
* @description User ID who owns this connection
|
|
1393
1393
|
*/
|
|
1394
|
-
|
|
1394
|
+
owner?: string;
|
|
1395
1395
|
/**
|
|
1396
1396
|
* Format: date-time
|
|
1397
1397
|
* @description Timestamp when the connection was created.
|
|
@@ -2474,7 +2474,7 @@ export interface operations {
|
|
|
2474
2474
|
* Format: uuid
|
|
2475
2475
|
* @description User ID who owns this connection
|
|
2476
2476
|
*/
|
|
2477
|
-
|
|
2477
|
+
owner?: string;
|
|
2478
2478
|
/**
|
|
2479
2479
|
* Format: date-time
|
|
2480
2480
|
* @description Timestamp when the connection was created.
|
|
@@ -3365,7 +3365,7 @@ export interface operations {
|
|
|
3365
3365
|
* Format: uuid
|
|
3366
3366
|
* @description User ID who owns this connection
|
|
3367
3367
|
*/
|
|
3368
|
-
|
|
3368
|
+
owner?: string;
|
|
3369
3369
|
/**
|
|
3370
3370
|
* Format: date-time
|
|
3371
3371
|
* @description Timestamp when the connection was created.
|
|
@@ -4054,7 +4054,7 @@ export interface operations {
|
|
|
4054
4054
|
* Format: uuid
|
|
4055
4055
|
* @description User ID who owns this connection
|
|
4056
4056
|
*/
|
|
4057
|
-
|
|
4057
|
+
owner?: string;
|
|
4058
4058
|
/**
|
|
4059
4059
|
* Format: date-time
|
|
4060
4060
|
* @description Timestamp when the connection was created.
|
|
@@ -4946,7 +4946,7 @@ export interface operations {
|
|
|
4946
4946
|
* Format: uuid
|
|
4947
4947
|
* @description User ID who owns this connection
|
|
4948
4948
|
*/
|
|
4949
|
-
|
|
4949
|
+
owner?: string;
|
|
4950
4950
|
/**
|
|
4951
4951
|
* Format: date-time
|
|
4952
4952
|
* @description Timestamp when the connection was created.
|