@meshery/schemas 0.8.73 → 0.8.74
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 +8 -60
- package/dist/cloudApi.d.ts +8 -60
- package/dist/cloudApi.js +1 -1
- package/dist/cloudApi.mjs +1 -1
- package/package.json +1 -1
package/dist/cloudApi.d.mts
CHANGED
|
@@ -446,26 +446,6 @@ type CreateAcademyCurriculaApiResponse = {
|
|
|
446
446
|
banner?: string | null;
|
|
447
447
|
/** Canonical URL for the learning path */
|
|
448
448
|
permalink: string;
|
|
449
|
-
badge?: {
|
|
450
|
-
/** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
451
|
-
id: string;
|
|
452
|
-
/** The ID of the organization in which this badge is available . */
|
|
453
|
-
org_id: string;
|
|
454
|
-
/** unique identifier for the badge ( auto generated ) */
|
|
455
|
-
label: string;
|
|
456
|
-
/** Concise descriptor for the badge or certificate. */
|
|
457
|
-
name: string;
|
|
458
|
-
/** A description of the milestone achieved, often including criteria for receiving this recognition. */
|
|
459
|
-
description: string;
|
|
460
|
-
/** URL to the badge image */
|
|
461
|
-
image_url: string;
|
|
462
|
-
/** Timestamp when the resource was created. */
|
|
463
|
-
created_at: string;
|
|
464
|
-
/** Timestamp when the resource was updated. */
|
|
465
|
-
updated_at: string;
|
|
466
|
-
/** Timestamp when the resource was deleted, if applicable */
|
|
467
|
-
deleted_at: string;
|
|
468
|
-
};
|
|
469
449
|
certificate?: {
|
|
470
450
|
/** Unique identifier for the certificate */
|
|
471
451
|
id: string;
|
|
@@ -543,26 +523,6 @@ type CreateAcademyCurriculaApiArg = {
|
|
|
543
523
|
banner?: string | null;
|
|
544
524
|
/** Canonical URL for the learning path */
|
|
545
525
|
permalink: string;
|
|
546
|
-
badge?: {
|
|
547
|
-
/** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
548
|
-
id: string;
|
|
549
|
-
/** The ID of the organization in which this badge is available . */
|
|
550
|
-
org_id: string;
|
|
551
|
-
/** unique identifier for the badge ( auto generated ) */
|
|
552
|
-
label: string;
|
|
553
|
-
/** Concise descriptor for the badge or certificate. */
|
|
554
|
-
name: string;
|
|
555
|
-
/** A description of the milestone achieved, often including criteria for receiving this recognition. */
|
|
556
|
-
description: string;
|
|
557
|
-
/** URL to the badge image */
|
|
558
|
-
image_url: string;
|
|
559
|
-
/** Timestamp when the resource was created. */
|
|
560
|
-
created_at: string;
|
|
561
|
-
/** Timestamp when the resource was updated. */
|
|
562
|
-
updated_at: string;
|
|
563
|
-
/** Timestamp when the resource was deleted, if applicable */
|
|
564
|
-
deleted_at: string;
|
|
565
|
-
};
|
|
566
526
|
certificate?: {
|
|
567
527
|
/** Unique identifier for the certificate */
|
|
568
528
|
id: string;
|
|
@@ -629,6 +589,14 @@ type GetAcademyCirriculaApiArg = {
|
|
|
629
589
|
status?: string[];
|
|
630
590
|
/** Search content by title */
|
|
631
591
|
search?: string;
|
|
592
|
+
/** Sort results by a specific field (e.g., title, createdAt) */
|
|
593
|
+
sort?: string;
|
|
594
|
+
/** Order of sorting (asc or desc) */
|
|
595
|
+
order?: "asc" | "desc";
|
|
596
|
+
/** Number of results per page */
|
|
597
|
+
pagesize?: number;
|
|
598
|
+
/** Page number */
|
|
599
|
+
page?: number;
|
|
632
600
|
};
|
|
633
601
|
type GetApiAcademyByTypeAndOrgIdSlugApiResponse = {
|
|
634
602
|
/** Id of the cirricula */
|
|
@@ -666,26 +634,6 @@ type GetApiAcademyByTypeAndOrgIdSlugApiResponse = {
|
|
|
666
634
|
banner?: string | null;
|
|
667
635
|
/** Canonical URL for the learning path */
|
|
668
636
|
permalink: string;
|
|
669
|
-
badge?: {
|
|
670
|
-
/** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
671
|
-
id: string;
|
|
672
|
-
/** The ID of the organization in which this badge is available . */
|
|
673
|
-
org_id: string;
|
|
674
|
-
/** unique identifier for the badge ( auto generated ) */
|
|
675
|
-
label: string;
|
|
676
|
-
/** Concise descriptor for the badge or certificate. */
|
|
677
|
-
name: string;
|
|
678
|
-
/** A description of the milestone achieved, often including criteria for receiving this recognition. */
|
|
679
|
-
description: string;
|
|
680
|
-
/** URL to the badge image */
|
|
681
|
-
image_url: string;
|
|
682
|
-
/** Timestamp when the resource was created. */
|
|
683
|
-
created_at: string;
|
|
684
|
-
/** Timestamp when the resource was updated. */
|
|
685
|
-
updated_at: string;
|
|
686
|
-
/** Timestamp when the resource was deleted, if applicable */
|
|
687
|
-
deleted_at: string;
|
|
688
|
-
};
|
|
689
637
|
certificate?: {
|
|
690
638
|
/** Unique identifier for the certificate */
|
|
691
639
|
id: string;
|
package/dist/cloudApi.d.ts
CHANGED
|
@@ -446,26 +446,6 @@ type CreateAcademyCurriculaApiResponse = {
|
|
|
446
446
|
banner?: string | null;
|
|
447
447
|
/** Canonical URL for the learning path */
|
|
448
448
|
permalink: string;
|
|
449
|
-
badge?: {
|
|
450
|
-
/** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
451
|
-
id: string;
|
|
452
|
-
/** The ID of the organization in which this badge is available . */
|
|
453
|
-
org_id: string;
|
|
454
|
-
/** unique identifier for the badge ( auto generated ) */
|
|
455
|
-
label: string;
|
|
456
|
-
/** Concise descriptor for the badge or certificate. */
|
|
457
|
-
name: string;
|
|
458
|
-
/** A description of the milestone achieved, often including criteria for receiving this recognition. */
|
|
459
|
-
description: string;
|
|
460
|
-
/** URL to the badge image */
|
|
461
|
-
image_url: string;
|
|
462
|
-
/** Timestamp when the resource was created. */
|
|
463
|
-
created_at: string;
|
|
464
|
-
/** Timestamp when the resource was updated. */
|
|
465
|
-
updated_at: string;
|
|
466
|
-
/** Timestamp when the resource was deleted, if applicable */
|
|
467
|
-
deleted_at: string;
|
|
468
|
-
};
|
|
469
449
|
certificate?: {
|
|
470
450
|
/** Unique identifier for the certificate */
|
|
471
451
|
id: string;
|
|
@@ -543,26 +523,6 @@ type CreateAcademyCurriculaApiArg = {
|
|
|
543
523
|
banner?: string | null;
|
|
544
524
|
/** Canonical URL for the learning path */
|
|
545
525
|
permalink: string;
|
|
546
|
-
badge?: {
|
|
547
|
-
/** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
548
|
-
id: string;
|
|
549
|
-
/** The ID of the organization in which this badge is available . */
|
|
550
|
-
org_id: string;
|
|
551
|
-
/** unique identifier for the badge ( auto generated ) */
|
|
552
|
-
label: string;
|
|
553
|
-
/** Concise descriptor for the badge or certificate. */
|
|
554
|
-
name: string;
|
|
555
|
-
/** A description of the milestone achieved, often including criteria for receiving this recognition. */
|
|
556
|
-
description: string;
|
|
557
|
-
/** URL to the badge image */
|
|
558
|
-
image_url: string;
|
|
559
|
-
/** Timestamp when the resource was created. */
|
|
560
|
-
created_at: string;
|
|
561
|
-
/** Timestamp when the resource was updated. */
|
|
562
|
-
updated_at: string;
|
|
563
|
-
/** Timestamp when the resource was deleted, if applicable */
|
|
564
|
-
deleted_at: string;
|
|
565
|
-
};
|
|
566
526
|
certificate?: {
|
|
567
527
|
/** Unique identifier for the certificate */
|
|
568
528
|
id: string;
|
|
@@ -629,6 +589,14 @@ type GetAcademyCirriculaApiArg = {
|
|
|
629
589
|
status?: string[];
|
|
630
590
|
/** Search content by title */
|
|
631
591
|
search?: string;
|
|
592
|
+
/** Sort results by a specific field (e.g., title, createdAt) */
|
|
593
|
+
sort?: string;
|
|
594
|
+
/** Order of sorting (asc or desc) */
|
|
595
|
+
order?: "asc" | "desc";
|
|
596
|
+
/** Number of results per page */
|
|
597
|
+
pagesize?: number;
|
|
598
|
+
/** Page number */
|
|
599
|
+
page?: number;
|
|
632
600
|
};
|
|
633
601
|
type GetApiAcademyByTypeAndOrgIdSlugApiResponse = {
|
|
634
602
|
/** Id of the cirricula */
|
|
@@ -666,26 +634,6 @@ type GetApiAcademyByTypeAndOrgIdSlugApiResponse = {
|
|
|
666
634
|
banner?: string | null;
|
|
667
635
|
/** Canonical URL for the learning path */
|
|
668
636
|
permalink: string;
|
|
669
|
-
badge?: {
|
|
670
|
-
/** A Universally Unique Identifier used to uniquely identify entities in Meshery. The UUID core definition is used across different schemas. */
|
|
671
|
-
id: string;
|
|
672
|
-
/** The ID of the organization in which this badge is available . */
|
|
673
|
-
org_id: string;
|
|
674
|
-
/** unique identifier for the badge ( auto generated ) */
|
|
675
|
-
label: string;
|
|
676
|
-
/** Concise descriptor for the badge or certificate. */
|
|
677
|
-
name: string;
|
|
678
|
-
/** A description of the milestone achieved, often including criteria for receiving this recognition. */
|
|
679
|
-
description: string;
|
|
680
|
-
/** URL to the badge image */
|
|
681
|
-
image_url: string;
|
|
682
|
-
/** Timestamp when the resource was created. */
|
|
683
|
-
created_at: string;
|
|
684
|
-
/** Timestamp when the resource was updated. */
|
|
685
|
-
updated_at: string;
|
|
686
|
-
/** Timestamp when the resource was deleted, if applicable */
|
|
687
|
-
deleted_at: string;
|
|
688
|
-
};
|
|
689
637
|
certificate?: {
|
|
690
638
|
/** Unique identifier for the certificate */
|
|
691
639
|
id: string;
|
package/dist/cloudApi.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';var react=require('@reduxjs/toolkit/query/react');var o="Layer5-Current-Orgid";var p=react.fetchBaseQuery({baseUrl:process.env.RTK_CLOUD_ENDPOINT_PREFIX,credentials:"include",prepareHeaders:(t,{getState:e})=>{let i=e().organization.value;return t.set(o,i==null?void 0:i.id),t}}),g=async(t,e,n)=>await p(t,e,n),a=react.createApi({baseQuery:g,tagTypes:[],endpoints:t=>({})});react.createApi({reducerPath:"mesheryRtkSchemasApi",baseQuery:react.fetchBaseQuery({baseUrl:process.env.RTK_MESHERY_ENDPOINT_PREFIX,credentials:"include"}),endpoints:()=>({})});var d=["design_other","model_other","subscription_subscription","subscription_other","plan_Plans","feature_Features","workspace_workspaces","environment_environments","Academy_API_Academy","Academy_API_other","invitation_Invitation","badge_Badge"],c=a.enhanceEndpoints({addTagTypes:d}).injectEndpoints({endpoints:t=>({importDesign:t.mutation({query:e=>({url:"/api/pattern/import",method:"POST",body:e.body}),invalidatesTags:["design_other"]}),registerMeshmodels:t.mutation({query:e=>({url:"/api/meshmodels/register",method:"POST",body:e.body}),invalidatesTags:["model_other"]}),getSubscriptions:t.query({query:e=>({url:"/api/entitlement/subscriptions",params:{page:e.page,pagesize:e.pagesize,order:e.order,status:e.status}}),providesTags:["subscription_subscription"]}),postApiEntitlementSubscriptionsBySubscriptionIdCancel:t.mutation({query:e=>({url:`/api/entitlement/subscriptions/${e.subscriptionId}/cancel`,method:"POST"}),invalidatesTags:["subscription_other"]}),postApiEntitlementSubscriptionsCreate:t.mutation({query:e=>({url:"/api/entitlement/subscriptions/create",method:"POST",body:e.body}),invalidatesTags:["subscription_other"]}),postApiEntitlementSubscriptionsWebhooks:t.mutation({query:e=>({url:"/api/entitlement/subscriptions/webhooks",method:"POST",body:e.body}),invalidatesTags:["subscription_other"]}),getPlans:t.query({query:()=>({url:"/api/entitlement/plans"}),providesTags:["plan_Plans"]}),getFeatures:t.query({query:()=>({url:"/api/entitlement/features"}),providesTags:["feature_Features"]}),getFeaturesByOrganization:t.query({query:e=>({url:`/api/entitlement/subscriptions/organizations/${e.organizationId}/features`}),providesTags:["feature_Features"]}),getApiWorkspaces:t.query({query:()=>({url:"/api/workspaces"}),providesTags:["workspace_workspaces"]}),postApiWorkspaces:t.mutation({query:e=>({url:"/api/workspaces",method:"POST",body:e.body}),invalidatesTags:["workspace_workspaces"]}),getApiWorkspacesById:t.query({query:e=>({url:`/api/workspaces/${e.id}`}),providesTags:["workspace_workspaces"]}),putApiWorkspacesById:t.mutation({query:e=>({url:`/api/workspaces/${e.id}`,method:"PUT",body:e.body}),invalidatesTags:["workspace_workspaces"]}),deleteApiWorkspacesById:t.mutation({query:e=>({url:`/api/workspaces/${e.id}`,method:"DELETE"}),invalidatesTags:["workspace_workspaces"]}),createEnvironment:t.mutation({query:e=>({url:"/api/environments",method:"POST",body:e.body}),invalidatesTags:["environment_environments"]}),getEnvironments:t.query({query:e=>({url:"/api/environments",params:{search:e.search,order:e.order,page:e.page,pagesize:e.pagesize,orgID:e.orgId}}),providesTags:["environment_environments"]}),getMyAcademyCirricula:t.query({query:e=>({url:"/api/academy/cirricula/registered",params:{contentType:e.contentType,orgId:e.orgId}}),providesTags:["Academy_API_Academy"]}),createAcademyCurricula:t.mutation({query:e=>({url:"/api/academy/curricula",method:"POST",body:e.body}),invalidatesTags:["Academy_API_Academy"]}),getAcademyCirricula:t.query({query:e=>({url:"/api/academy/cirricula",params:{contentType:e.contentType,visibility:e.visibility,level:e.level,orgId:e.orgId,category:e.category,status:e.status,search:e.search}}),providesTags:["Academy_API_Academy"]}),getApiAcademyByTypeAndOrgIdSlug:t.query({query:e=>({url:`/api/academy/${e.type}/${e.orgId}/${e.slug}`}),providesTags:["Academy_API_other"]}),registerToAcademyContent:t.mutation({query:e=>({url:"/api/academy/register",method:"POST",body:e.body}),invalidatesTags:["Academy_API_Academy"]}),getApiAcademyRegistrationsByContentId:t.query({query:e=>({url:`/api/academy/registrations/${e.contentId}`,params:{status:e.status}}),providesTags:["Academy_API_Academy"]}),updateCurrentItemInProgressTracker:t.mutation({query:e=>({url:`/api/academy/registrations/${e.registrationId}/progress-tracker/update-current-item`,method:"POST",body:e.body}),invalidatesTags:["Academy_API_Academy"]}),submitQuiz:t.mutation({query:e=>({url:"/api/academy/quiz/submit",method:"POST",body:e.body}),invalidatesTags:["Academy_API_Academy"]}),getAcademyAdminSummary:t.query({query:()=>({url:"/api/academy/admin/summary"}),providesTags:["Academy_API_Academy"]}),getAcademyAdminRegistrations:t.query({query:e=>({url:"/api/academy/admin/registrations",params:{pagesize:e.pagesize,page:e.page,content_type:e.contentType,status:e.status}}),providesTags:["Academy_API_Academy"]}),getCertificateById:t.query({query:e=>({url:`/api/academy/certificates/${e.certificateId}`}),providesTags:["Academy_API_Academy"]}),getInvitation:t.query({query:e=>({url:`/api/organizations/invitations/${e.invitationId}`}),providesTags:["invitation_Invitation"]}),deleteInvitation:t.mutation({query:e=>({url:`/api/organizations/invitations/${e.invitationId}`,method:"DELETE"}),invalidatesTags:["invitation_Invitation"]}),updateInvitation:t.mutation({query:e=>({url:`/api/organizations/invitations/${e.invitationId}`,method:"PUT",body:e.body}),invalidatesTags:["invitation_Invitation"]}),getInvitations:t.query({query:()=>({url:"/api/organizations/invitations"}),providesTags:["invitation_Invitation"]}),createInvitation:t.mutation({query:e=>({url:"/api/organizations/invitations",method:"POST",body:e.body}),invalidatesTags:["invitation_Invitation"]}),acceptInvitation:t.mutation({query:e=>({url:`/api/organizations/invitations/${e.invitationId}/accept`,method:"POST"}),invalidatesTags:["invitation_Invitation"]}),deleteBadgeById:t.mutation({query:e=>({url:`/api/organizations/badges/${e.id}`,method:"DELETE"}),invalidatesTags:["badge_Badge"]}),getBadgeById:t.query({query:e=>({url:`/api/organizations/badges/${e.id}`}),providesTags:["badge_Badge"]}),createOrUpdateBadge:t.mutation({query:e=>({url:"/api/organizations/badges",method:"POST",body:e.body}),invalidatesTags:["badge_Badge"]})}),overrideExisting:false});var {useImportDesignMutation:
|
|
1
|
+
'use strict';var react=require('@reduxjs/toolkit/query/react');var o="Layer5-Current-Orgid";var p=react.fetchBaseQuery({baseUrl:process.env.RTK_CLOUD_ENDPOINT_PREFIX,credentials:"include",prepareHeaders:(t,{getState:e})=>{let i=e().organization.value;return t.set(o,i==null?void 0:i.id),t}}),g=async(t,e,n)=>await p(t,e,n),a=react.createApi({baseQuery:g,tagTypes:[],endpoints:t=>({})});react.createApi({reducerPath:"mesheryRtkSchemasApi",baseQuery:react.fetchBaseQuery({baseUrl:process.env.RTK_MESHERY_ENDPOINT_PREFIX,credentials:"include"}),endpoints:()=>({})});var d=["design_other","model_other","subscription_subscription","subscription_other","plan_Plans","feature_Features","workspace_workspaces","environment_environments","Academy_API_Academy","Academy_API_other","invitation_Invitation","badge_Badge"],c=a.enhanceEndpoints({addTagTypes:d}).injectEndpoints({endpoints:t=>({importDesign:t.mutation({query:e=>({url:"/api/pattern/import",method:"POST",body:e.body}),invalidatesTags:["design_other"]}),registerMeshmodels:t.mutation({query:e=>({url:"/api/meshmodels/register",method:"POST",body:e.body}),invalidatesTags:["model_other"]}),getSubscriptions:t.query({query:e=>({url:"/api/entitlement/subscriptions",params:{page:e.page,pagesize:e.pagesize,order:e.order,status:e.status}}),providesTags:["subscription_subscription"]}),postApiEntitlementSubscriptionsBySubscriptionIdCancel:t.mutation({query:e=>({url:`/api/entitlement/subscriptions/${e.subscriptionId}/cancel`,method:"POST"}),invalidatesTags:["subscription_other"]}),postApiEntitlementSubscriptionsCreate:t.mutation({query:e=>({url:"/api/entitlement/subscriptions/create",method:"POST",body:e.body}),invalidatesTags:["subscription_other"]}),postApiEntitlementSubscriptionsWebhooks:t.mutation({query:e=>({url:"/api/entitlement/subscriptions/webhooks",method:"POST",body:e.body}),invalidatesTags:["subscription_other"]}),getPlans:t.query({query:()=>({url:"/api/entitlement/plans"}),providesTags:["plan_Plans"]}),getFeatures:t.query({query:()=>({url:"/api/entitlement/features"}),providesTags:["feature_Features"]}),getFeaturesByOrganization:t.query({query:e=>({url:`/api/entitlement/subscriptions/organizations/${e.organizationId}/features`}),providesTags:["feature_Features"]}),getApiWorkspaces:t.query({query:()=>({url:"/api/workspaces"}),providesTags:["workspace_workspaces"]}),postApiWorkspaces:t.mutation({query:e=>({url:"/api/workspaces",method:"POST",body:e.body}),invalidatesTags:["workspace_workspaces"]}),getApiWorkspacesById:t.query({query:e=>({url:`/api/workspaces/${e.id}`}),providesTags:["workspace_workspaces"]}),putApiWorkspacesById:t.mutation({query:e=>({url:`/api/workspaces/${e.id}`,method:"PUT",body:e.body}),invalidatesTags:["workspace_workspaces"]}),deleteApiWorkspacesById:t.mutation({query:e=>({url:`/api/workspaces/${e.id}`,method:"DELETE"}),invalidatesTags:["workspace_workspaces"]}),createEnvironment:t.mutation({query:e=>({url:"/api/environments",method:"POST",body:e.body}),invalidatesTags:["environment_environments"]}),getEnvironments:t.query({query:e=>({url:"/api/environments",params:{search:e.search,order:e.order,page:e.page,pagesize:e.pagesize,orgID:e.orgId}}),providesTags:["environment_environments"]}),getMyAcademyCirricula:t.query({query:e=>({url:"/api/academy/cirricula/registered",params:{contentType:e.contentType,orgId:e.orgId}}),providesTags:["Academy_API_Academy"]}),createAcademyCurricula:t.mutation({query:e=>({url:"/api/academy/curricula",method:"POST",body:e.body}),invalidatesTags:["Academy_API_Academy"]}),getAcademyCirricula:t.query({query:e=>({url:"/api/academy/cirricula",params:{contentType:e.contentType,visibility:e.visibility,level:e.level,orgId:e.orgId,category:e.category,status:e.status,search:e.search,sort:e.sort,order:e.order,pagesize:e.pagesize,page:e.page}}),providesTags:["Academy_API_Academy"]}),getApiAcademyByTypeAndOrgIdSlug:t.query({query:e=>({url:`/api/academy/${e.type}/${e.orgId}/${e.slug}`}),providesTags:["Academy_API_other"]}),registerToAcademyContent:t.mutation({query:e=>({url:"/api/academy/register",method:"POST",body:e.body}),invalidatesTags:["Academy_API_Academy"]}),getApiAcademyRegistrationsByContentId:t.query({query:e=>({url:`/api/academy/registrations/${e.contentId}`,params:{status:e.status}}),providesTags:["Academy_API_Academy"]}),updateCurrentItemInProgressTracker:t.mutation({query:e=>({url:`/api/academy/registrations/${e.registrationId}/progress-tracker/update-current-item`,method:"POST",body:e.body}),invalidatesTags:["Academy_API_Academy"]}),submitQuiz:t.mutation({query:e=>({url:"/api/academy/quiz/submit",method:"POST",body:e.body}),invalidatesTags:["Academy_API_Academy"]}),getAcademyAdminSummary:t.query({query:()=>({url:"/api/academy/admin/summary"}),providesTags:["Academy_API_Academy"]}),getAcademyAdminRegistrations:t.query({query:e=>({url:"/api/academy/admin/registrations",params:{pagesize:e.pagesize,page:e.page,content_type:e.contentType,status:e.status}}),providesTags:["Academy_API_Academy"]}),getCertificateById:t.query({query:e=>({url:`/api/academy/certificates/${e.certificateId}`}),providesTags:["Academy_API_Academy"]}),getInvitation:t.query({query:e=>({url:`/api/organizations/invitations/${e.invitationId}`}),providesTags:["invitation_Invitation"]}),deleteInvitation:t.mutation({query:e=>({url:`/api/organizations/invitations/${e.invitationId}`,method:"DELETE"}),invalidatesTags:["invitation_Invitation"]}),updateInvitation:t.mutation({query:e=>({url:`/api/organizations/invitations/${e.invitationId}`,method:"PUT",body:e.body}),invalidatesTags:["invitation_Invitation"]}),getInvitations:t.query({query:()=>({url:"/api/organizations/invitations"}),providesTags:["invitation_Invitation"]}),createInvitation:t.mutation({query:e=>({url:"/api/organizations/invitations",method:"POST",body:e.body}),invalidatesTags:["invitation_Invitation"]}),acceptInvitation:t.mutation({query:e=>({url:`/api/organizations/invitations/${e.invitationId}/accept`,method:"POST"}),invalidatesTags:["invitation_Invitation"]}),deleteBadgeById:t.mutation({query:e=>({url:`/api/organizations/badges/${e.id}`,method:"DELETE"}),invalidatesTags:["badge_Badge"]}),getBadgeById:t.query({query:e=>({url:`/api/organizations/badges/${e.id}`}),providesTags:["badge_Badge"]}),createOrUpdateBadge:t.mutation({query:e=>({url:"/api/organizations/badges",method:"POST",body:e.body}),invalidatesTags:["badge_Badge"]})}),overrideExisting:false});var {useImportDesignMutation:_,useRegisterMeshmodelsMutation:b,useGetSubscriptionsQuery:I,usePostApiEntitlementSubscriptionsBySubscriptionIdCancelMutation:v,usePostApiEntitlementSubscriptionsCreateMutation:h,usePostApiEntitlementSubscriptionsWebhooksMutation:R,useGetPlansQuery:k,useGetFeaturesQuery:x,useGetFeaturesByOrganizationQuery:T,useGetApiWorkspacesQuery:B,usePostApiWorkspacesMutation:C,useGetApiWorkspacesByIdQuery:G,usePutApiWorkspacesByIdMutation:P,useDeleteApiWorkspacesByIdMutation:S,useCreateEnvironmentMutation:E,useGetEnvironmentsQuery:w,useGetMyAcademyCirriculaQuery:f,useCreateAcademyCurriculaMutation:z,useGetAcademyCirriculaQuery:D,useGetApiAcademyByTypeAndOrgIdSlugQuery:O,useRegisterToAcademyContentMutation:q,useGetApiAcademyRegistrationsByContentIdQuery:W,useUpdateCurrentItemInProgressTrackerMutation:M,useSubmitQuizMutation:Q,useGetAcademyAdminSummaryQuery:U,useGetAcademyAdminRegistrationsQuery:F,useGetCertificateByIdQuery:$,useGetInvitationQuery:L,useDeleteInvitationMutation:j,useUpdateInvitationMutation:N,useGetInvitationsQuery:H,useCreateInvitationMutation:Y,useAcceptInvitationMutation:K,useDeleteBadgeByIdMutation:V,useGetBadgeByIdQuery:X,useCreateOrUpdateBadgeMutation:J}=c;exports.addTagTypes=d;exports.cloudApi=c;exports.useAcceptInvitationMutation=K;exports.useCreateAcademyCurriculaMutation=z;exports.useCreateEnvironmentMutation=E;exports.useCreateInvitationMutation=Y;exports.useCreateOrUpdateBadgeMutation=J;exports.useDeleteApiWorkspacesByIdMutation=S;exports.useDeleteBadgeByIdMutation=V;exports.useDeleteInvitationMutation=j;exports.useGetAcademyAdminRegistrationsQuery=F;exports.useGetAcademyAdminSummaryQuery=U;exports.useGetAcademyCirriculaQuery=D;exports.useGetApiAcademyByTypeAndOrgIdSlugQuery=O;exports.useGetApiAcademyRegistrationsByContentIdQuery=W;exports.useGetApiWorkspacesByIdQuery=G;exports.useGetApiWorkspacesQuery=B;exports.useGetBadgeByIdQuery=X;exports.useGetCertificateByIdQuery=$;exports.useGetEnvironmentsQuery=w;exports.useGetFeaturesByOrganizationQuery=T;exports.useGetFeaturesQuery=x;exports.useGetInvitationQuery=L;exports.useGetInvitationsQuery=H;exports.useGetMyAcademyCirriculaQuery=f;exports.useGetPlansQuery=k;exports.useGetSubscriptionsQuery=I;exports.useImportDesignMutation=_;exports.usePostApiEntitlementSubscriptionsBySubscriptionIdCancelMutation=v;exports.usePostApiEntitlementSubscriptionsCreateMutation=h;exports.usePostApiEntitlementSubscriptionsWebhooksMutation=R;exports.usePostApiWorkspacesMutation=C;exports.usePutApiWorkspacesByIdMutation=P;exports.useRegisterMeshmodelsMutation=b;exports.useRegisterToAcademyContentMutation=q;exports.useSubmitQuizMutation=Q;exports.useUpdateCurrentItemInProgressTrackerMutation=M;exports.useUpdateInvitationMutation=N;
|
package/dist/cloudApi.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import {fetchBaseQuery,createApi}from'@reduxjs/toolkit/query/react';var o="Layer5-Current-Orgid";var p=fetchBaseQuery({baseUrl:process.env.RTK_CLOUD_ENDPOINT_PREFIX,credentials:"include",prepareHeaders:(t,{getState:e})=>{let i=e().organization.value;return t.set(o,i==null?void 0:i.id),t}}),g=async(t,e,n)=>await p(t,e,n),a=createApi({baseQuery:g,tagTypes:[],endpoints:t=>({})});createApi({reducerPath:"mesheryRtkSchemasApi",baseQuery:fetchBaseQuery({baseUrl:process.env.RTK_MESHERY_ENDPOINT_PREFIX,credentials:"include"}),endpoints:()=>({})});var d=["design_other","model_other","subscription_subscription","subscription_other","plan_Plans","feature_Features","workspace_workspaces","environment_environments","Academy_API_Academy","Academy_API_other","invitation_Invitation","badge_Badge"],c=a.enhanceEndpoints({addTagTypes:d}).injectEndpoints({endpoints:t=>({importDesign:t.mutation({query:e=>({url:"/api/pattern/import",method:"POST",body:e.body}),invalidatesTags:["design_other"]}),registerMeshmodels:t.mutation({query:e=>({url:"/api/meshmodels/register",method:"POST",body:e.body}),invalidatesTags:["model_other"]}),getSubscriptions:t.query({query:e=>({url:"/api/entitlement/subscriptions",params:{page:e.page,pagesize:e.pagesize,order:e.order,status:e.status}}),providesTags:["subscription_subscription"]}),postApiEntitlementSubscriptionsBySubscriptionIdCancel:t.mutation({query:e=>({url:`/api/entitlement/subscriptions/${e.subscriptionId}/cancel`,method:"POST"}),invalidatesTags:["subscription_other"]}),postApiEntitlementSubscriptionsCreate:t.mutation({query:e=>({url:"/api/entitlement/subscriptions/create",method:"POST",body:e.body}),invalidatesTags:["subscription_other"]}),postApiEntitlementSubscriptionsWebhooks:t.mutation({query:e=>({url:"/api/entitlement/subscriptions/webhooks",method:"POST",body:e.body}),invalidatesTags:["subscription_other"]}),getPlans:t.query({query:()=>({url:"/api/entitlement/plans"}),providesTags:["plan_Plans"]}),getFeatures:t.query({query:()=>({url:"/api/entitlement/features"}),providesTags:["feature_Features"]}),getFeaturesByOrganization:t.query({query:e=>({url:`/api/entitlement/subscriptions/organizations/${e.organizationId}/features`}),providesTags:["feature_Features"]}),getApiWorkspaces:t.query({query:()=>({url:"/api/workspaces"}),providesTags:["workspace_workspaces"]}),postApiWorkspaces:t.mutation({query:e=>({url:"/api/workspaces",method:"POST",body:e.body}),invalidatesTags:["workspace_workspaces"]}),getApiWorkspacesById:t.query({query:e=>({url:`/api/workspaces/${e.id}`}),providesTags:["workspace_workspaces"]}),putApiWorkspacesById:t.mutation({query:e=>({url:`/api/workspaces/${e.id}`,method:"PUT",body:e.body}),invalidatesTags:["workspace_workspaces"]}),deleteApiWorkspacesById:t.mutation({query:e=>({url:`/api/workspaces/${e.id}`,method:"DELETE"}),invalidatesTags:["workspace_workspaces"]}),createEnvironment:t.mutation({query:e=>({url:"/api/environments",method:"POST",body:e.body}),invalidatesTags:["environment_environments"]}),getEnvironments:t.query({query:e=>({url:"/api/environments",params:{search:e.search,order:e.order,page:e.page,pagesize:e.pagesize,orgID:e.orgId}}),providesTags:["environment_environments"]}),getMyAcademyCirricula:t.query({query:e=>({url:"/api/academy/cirricula/registered",params:{contentType:e.contentType,orgId:e.orgId}}),providesTags:["Academy_API_Academy"]}),createAcademyCurricula:t.mutation({query:e=>({url:"/api/academy/curricula",method:"POST",body:e.body}),invalidatesTags:["Academy_API_Academy"]}),getAcademyCirricula:t.query({query:e=>({url:"/api/academy/cirricula",params:{contentType:e.contentType,visibility:e.visibility,level:e.level,orgId:e.orgId,category:e.category,status:e.status,search:e.search}}),providesTags:["Academy_API_Academy"]}),getApiAcademyByTypeAndOrgIdSlug:t.query({query:e=>({url:`/api/academy/${e.type}/${e.orgId}/${e.slug}`}),providesTags:["Academy_API_other"]}),registerToAcademyContent:t.mutation({query:e=>({url:"/api/academy/register",method:"POST",body:e.body}),invalidatesTags:["Academy_API_Academy"]}),getApiAcademyRegistrationsByContentId:t.query({query:e=>({url:`/api/academy/registrations/${e.contentId}`,params:{status:e.status}}),providesTags:["Academy_API_Academy"]}),updateCurrentItemInProgressTracker:t.mutation({query:e=>({url:`/api/academy/registrations/${e.registrationId}/progress-tracker/update-current-item`,method:"POST",body:e.body}),invalidatesTags:["Academy_API_Academy"]}),submitQuiz:t.mutation({query:e=>({url:"/api/academy/quiz/submit",method:"POST",body:e.body}),invalidatesTags:["Academy_API_Academy"]}),getAcademyAdminSummary:t.query({query:()=>({url:"/api/academy/admin/summary"}),providesTags:["Academy_API_Academy"]}),getAcademyAdminRegistrations:t.query({query:e=>({url:"/api/academy/admin/registrations",params:{pagesize:e.pagesize,page:e.page,content_type:e.contentType,status:e.status}}),providesTags:["Academy_API_Academy"]}),getCertificateById:t.query({query:e=>({url:`/api/academy/certificates/${e.certificateId}`}),providesTags:["Academy_API_Academy"]}),getInvitation:t.query({query:e=>({url:`/api/organizations/invitations/${e.invitationId}`}),providesTags:["invitation_Invitation"]}),deleteInvitation:t.mutation({query:e=>({url:`/api/organizations/invitations/${e.invitationId}`,method:"DELETE"}),invalidatesTags:["invitation_Invitation"]}),updateInvitation:t.mutation({query:e=>({url:`/api/organizations/invitations/${e.invitationId}`,method:"PUT",body:e.body}),invalidatesTags:["invitation_Invitation"]}),getInvitations:t.query({query:()=>({url:"/api/organizations/invitations"}),providesTags:["invitation_Invitation"]}),createInvitation:t.mutation({query:e=>({url:"/api/organizations/invitations",method:"POST",body:e.body}),invalidatesTags:["invitation_Invitation"]}),acceptInvitation:t.mutation({query:e=>({url:`/api/organizations/invitations/${e.invitationId}/accept`,method:"POST"}),invalidatesTags:["invitation_Invitation"]}),deleteBadgeById:t.mutation({query:e=>({url:`/api/organizations/badges/${e.id}`,method:"DELETE"}),invalidatesTags:["badge_Badge"]}),getBadgeById:t.query({query:e=>({url:`/api/organizations/badges/${e.id}`}),providesTags:["badge_Badge"]}),createOrUpdateBadge:t.mutation({query:e=>({url:"/api/organizations/badges",method:"POST",body:e.body}),invalidatesTags:["badge_Badge"]})}),overrideExisting:false});var {useImportDesignMutation:
|
|
1
|
+
import {fetchBaseQuery,createApi}from'@reduxjs/toolkit/query/react';var o="Layer5-Current-Orgid";var p=fetchBaseQuery({baseUrl:process.env.RTK_CLOUD_ENDPOINT_PREFIX,credentials:"include",prepareHeaders:(t,{getState:e})=>{let i=e().organization.value;return t.set(o,i==null?void 0:i.id),t}}),g=async(t,e,n)=>await p(t,e,n),a=createApi({baseQuery:g,tagTypes:[],endpoints:t=>({})});createApi({reducerPath:"mesheryRtkSchemasApi",baseQuery:fetchBaseQuery({baseUrl:process.env.RTK_MESHERY_ENDPOINT_PREFIX,credentials:"include"}),endpoints:()=>({})});var d=["design_other","model_other","subscription_subscription","subscription_other","plan_Plans","feature_Features","workspace_workspaces","environment_environments","Academy_API_Academy","Academy_API_other","invitation_Invitation","badge_Badge"],c=a.enhanceEndpoints({addTagTypes:d}).injectEndpoints({endpoints:t=>({importDesign:t.mutation({query:e=>({url:"/api/pattern/import",method:"POST",body:e.body}),invalidatesTags:["design_other"]}),registerMeshmodels:t.mutation({query:e=>({url:"/api/meshmodels/register",method:"POST",body:e.body}),invalidatesTags:["model_other"]}),getSubscriptions:t.query({query:e=>({url:"/api/entitlement/subscriptions",params:{page:e.page,pagesize:e.pagesize,order:e.order,status:e.status}}),providesTags:["subscription_subscription"]}),postApiEntitlementSubscriptionsBySubscriptionIdCancel:t.mutation({query:e=>({url:`/api/entitlement/subscriptions/${e.subscriptionId}/cancel`,method:"POST"}),invalidatesTags:["subscription_other"]}),postApiEntitlementSubscriptionsCreate:t.mutation({query:e=>({url:"/api/entitlement/subscriptions/create",method:"POST",body:e.body}),invalidatesTags:["subscription_other"]}),postApiEntitlementSubscriptionsWebhooks:t.mutation({query:e=>({url:"/api/entitlement/subscriptions/webhooks",method:"POST",body:e.body}),invalidatesTags:["subscription_other"]}),getPlans:t.query({query:()=>({url:"/api/entitlement/plans"}),providesTags:["plan_Plans"]}),getFeatures:t.query({query:()=>({url:"/api/entitlement/features"}),providesTags:["feature_Features"]}),getFeaturesByOrganization:t.query({query:e=>({url:`/api/entitlement/subscriptions/organizations/${e.organizationId}/features`}),providesTags:["feature_Features"]}),getApiWorkspaces:t.query({query:()=>({url:"/api/workspaces"}),providesTags:["workspace_workspaces"]}),postApiWorkspaces:t.mutation({query:e=>({url:"/api/workspaces",method:"POST",body:e.body}),invalidatesTags:["workspace_workspaces"]}),getApiWorkspacesById:t.query({query:e=>({url:`/api/workspaces/${e.id}`}),providesTags:["workspace_workspaces"]}),putApiWorkspacesById:t.mutation({query:e=>({url:`/api/workspaces/${e.id}`,method:"PUT",body:e.body}),invalidatesTags:["workspace_workspaces"]}),deleteApiWorkspacesById:t.mutation({query:e=>({url:`/api/workspaces/${e.id}`,method:"DELETE"}),invalidatesTags:["workspace_workspaces"]}),createEnvironment:t.mutation({query:e=>({url:"/api/environments",method:"POST",body:e.body}),invalidatesTags:["environment_environments"]}),getEnvironments:t.query({query:e=>({url:"/api/environments",params:{search:e.search,order:e.order,page:e.page,pagesize:e.pagesize,orgID:e.orgId}}),providesTags:["environment_environments"]}),getMyAcademyCirricula:t.query({query:e=>({url:"/api/academy/cirricula/registered",params:{contentType:e.contentType,orgId:e.orgId}}),providesTags:["Academy_API_Academy"]}),createAcademyCurricula:t.mutation({query:e=>({url:"/api/academy/curricula",method:"POST",body:e.body}),invalidatesTags:["Academy_API_Academy"]}),getAcademyCirricula:t.query({query:e=>({url:"/api/academy/cirricula",params:{contentType:e.contentType,visibility:e.visibility,level:e.level,orgId:e.orgId,category:e.category,status:e.status,search:e.search,sort:e.sort,order:e.order,pagesize:e.pagesize,page:e.page}}),providesTags:["Academy_API_Academy"]}),getApiAcademyByTypeAndOrgIdSlug:t.query({query:e=>({url:`/api/academy/${e.type}/${e.orgId}/${e.slug}`}),providesTags:["Academy_API_other"]}),registerToAcademyContent:t.mutation({query:e=>({url:"/api/academy/register",method:"POST",body:e.body}),invalidatesTags:["Academy_API_Academy"]}),getApiAcademyRegistrationsByContentId:t.query({query:e=>({url:`/api/academy/registrations/${e.contentId}`,params:{status:e.status}}),providesTags:["Academy_API_Academy"]}),updateCurrentItemInProgressTracker:t.mutation({query:e=>({url:`/api/academy/registrations/${e.registrationId}/progress-tracker/update-current-item`,method:"POST",body:e.body}),invalidatesTags:["Academy_API_Academy"]}),submitQuiz:t.mutation({query:e=>({url:"/api/academy/quiz/submit",method:"POST",body:e.body}),invalidatesTags:["Academy_API_Academy"]}),getAcademyAdminSummary:t.query({query:()=>({url:"/api/academy/admin/summary"}),providesTags:["Academy_API_Academy"]}),getAcademyAdminRegistrations:t.query({query:e=>({url:"/api/academy/admin/registrations",params:{pagesize:e.pagesize,page:e.page,content_type:e.contentType,status:e.status}}),providesTags:["Academy_API_Academy"]}),getCertificateById:t.query({query:e=>({url:`/api/academy/certificates/${e.certificateId}`}),providesTags:["Academy_API_Academy"]}),getInvitation:t.query({query:e=>({url:`/api/organizations/invitations/${e.invitationId}`}),providesTags:["invitation_Invitation"]}),deleteInvitation:t.mutation({query:e=>({url:`/api/organizations/invitations/${e.invitationId}`,method:"DELETE"}),invalidatesTags:["invitation_Invitation"]}),updateInvitation:t.mutation({query:e=>({url:`/api/organizations/invitations/${e.invitationId}`,method:"PUT",body:e.body}),invalidatesTags:["invitation_Invitation"]}),getInvitations:t.query({query:()=>({url:"/api/organizations/invitations"}),providesTags:["invitation_Invitation"]}),createInvitation:t.mutation({query:e=>({url:"/api/organizations/invitations",method:"POST",body:e.body}),invalidatesTags:["invitation_Invitation"]}),acceptInvitation:t.mutation({query:e=>({url:`/api/organizations/invitations/${e.invitationId}/accept`,method:"POST"}),invalidatesTags:["invitation_Invitation"]}),deleteBadgeById:t.mutation({query:e=>({url:`/api/organizations/badges/${e.id}`,method:"DELETE"}),invalidatesTags:["badge_Badge"]}),getBadgeById:t.query({query:e=>({url:`/api/organizations/badges/${e.id}`}),providesTags:["badge_Badge"]}),createOrUpdateBadge:t.mutation({query:e=>({url:"/api/organizations/badges",method:"POST",body:e.body}),invalidatesTags:["badge_Badge"]})}),overrideExisting:false});var {useImportDesignMutation:_,useRegisterMeshmodelsMutation:b,useGetSubscriptionsQuery:I,usePostApiEntitlementSubscriptionsBySubscriptionIdCancelMutation:v,usePostApiEntitlementSubscriptionsCreateMutation:h,usePostApiEntitlementSubscriptionsWebhooksMutation:R,useGetPlansQuery:k,useGetFeaturesQuery:x,useGetFeaturesByOrganizationQuery:T,useGetApiWorkspacesQuery:B,usePostApiWorkspacesMutation:C,useGetApiWorkspacesByIdQuery:G,usePutApiWorkspacesByIdMutation:P,useDeleteApiWorkspacesByIdMutation:S,useCreateEnvironmentMutation:E,useGetEnvironmentsQuery:w,useGetMyAcademyCirriculaQuery:f,useCreateAcademyCurriculaMutation:z,useGetAcademyCirriculaQuery:D,useGetApiAcademyByTypeAndOrgIdSlugQuery:O,useRegisterToAcademyContentMutation:q,useGetApiAcademyRegistrationsByContentIdQuery:W,useUpdateCurrentItemInProgressTrackerMutation:M,useSubmitQuizMutation:Q,useGetAcademyAdminSummaryQuery:U,useGetAcademyAdminRegistrationsQuery:F,useGetCertificateByIdQuery:$,useGetInvitationQuery:L,useDeleteInvitationMutation:j,useUpdateInvitationMutation:N,useGetInvitationsQuery:H,useCreateInvitationMutation:Y,useAcceptInvitationMutation:K,useDeleteBadgeByIdMutation:V,useGetBadgeByIdQuery:X,useCreateOrUpdateBadgeMutation:J}=c;export{d as addTagTypes,c as cloudApi,K as useAcceptInvitationMutation,z as useCreateAcademyCurriculaMutation,E as useCreateEnvironmentMutation,Y as useCreateInvitationMutation,J as useCreateOrUpdateBadgeMutation,S as useDeleteApiWorkspacesByIdMutation,V as useDeleteBadgeByIdMutation,j as useDeleteInvitationMutation,F as useGetAcademyAdminRegistrationsQuery,U as useGetAcademyAdminSummaryQuery,D as useGetAcademyCirriculaQuery,O as useGetApiAcademyByTypeAndOrgIdSlugQuery,W as useGetApiAcademyRegistrationsByContentIdQuery,G as useGetApiWorkspacesByIdQuery,B as useGetApiWorkspacesQuery,X as useGetBadgeByIdQuery,$ as useGetCertificateByIdQuery,w as useGetEnvironmentsQuery,T as useGetFeaturesByOrganizationQuery,x as useGetFeaturesQuery,L as useGetInvitationQuery,H as useGetInvitationsQuery,f as useGetMyAcademyCirriculaQuery,k as useGetPlansQuery,I as useGetSubscriptionsQuery,_ as useImportDesignMutation,v as usePostApiEntitlementSubscriptionsBySubscriptionIdCancelMutation,h as usePostApiEntitlementSubscriptionsCreateMutation,R as usePostApiEntitlementSubscriptionsWebhooksMutation,C as usePostApiWorkspacesMutation,P as usePutApiWorkspacesByIdMutation,b as useRegisterMeshmodelsMutation,q as useRegisterToAcademyContentMutation,Q as useSubmitQuizMutation,M as useUpdateCurrentItemInProgressTrackerMutation,N as useUpdateInvitationMutation};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meshery/schemas",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.74",
|
|
4
4
|
"description": "<p style=\"text-align:center;\" align=\"center\"><a href=\"https://meshery.io\"><picture> <source media=\"(prefers-color-scheme: dark)\" srcset=\"https://raw.githubusercontent.com/meshery/meshery/master/.github/assets/images/readme/meshery-logo-light-text-side.svg\"> <source media=\"(prefers-color-scheme: light)\" srcset=\"https://raw.githubusercontent.com/meshery/meshery/master/.github/assets/images/readme/meshery-logo-dark-text-side.svg\"> <img src=\"https://raw.githubusercontent.com/meshery/meshery/master/.github/assets/images/readme/meshery-logo-dark-text-side.svg\" alt=\"Meshery Logo\" width=\"70%\" /></picture></a><br /><br /></p> <p align=\"center\"> <a href=\"https://hub.docker.com/r/meshery/meshery\" alt=\"Docker pulls\"> <img src=\"https://img.shields.io/docker/pulls/meshery/meshery.svg\" /></a> <a href=\"https://github.com/issues?q=is%3Aopen+is%3Aissue+archived%3Afalse+org%meshery+org%3Ameshery+org%3Aservice-mesh-performance+org%3Aservice-mesh-patterns+org%3A+label%3A%22help+wanted%22+\" alt=\"GitHub issues by-label\"> <img src=\"https://img.shields.io/github/issues/meshery/meshery/help%20wanted.svg?color=informational\" /></a> <a href=\"https://github.com/meshery/meshery/blob/master/LICENSE\" alt=\"LICENSE\"> <img src=\"https://img.shields.io/github/license/meshery/meshery?color=brightgreen\" /></a> <a href=\"https://artifacthub.io/packages/helm/meshery/meshery\" alt=\"Artifact Hub Meshery\"> <img src=\"https://img.shields.io/endpoint?color=brightgreen&label=Helm%20Chart&style=plastic&url=https%3A%2F%2Fartifacthub.io%2Fbadge%2Frepository%2Fartifact-hub\" /></a> <a href=\"https://goreportcard.com/report/github.com/meshery/meshery\" alt=\"Go Report Card\"> <img src=\"https://goreportcard.com/badge/github.com/meshery/meshery\" /></a> <a href=\"https://github.com/meshery/meshery/actions\" alt=\"Build Status\"> <img src=\"https://img.shields.io/github/actions/workflow/status/meshery/meshery/release-drafter.yml\" /></a> <a href=\"https://bestpractices.coreinfrastructure.org/projects/3564\" alt=\"CLI Best Practices\"> <img src=\"https://bestpractices.coreinfrastructure.org/projects/3564/badge\" /></a> <a href=\"http://discuss.meshery.io\" alt=\"Discuss Users\"> <img src=\"https://img.shields.io/discourse/users?label=discuss&logo=discourse&server=https%3A%2F%2Fdiscuss.meshery.io\" /></a> <a href=\"https://slack.meshery.io\" alt=\"Join Slack\"> <img src=\"https://img.shields.io/badge/Slack-@meshery.svg?logo=slack\" /></a> <a href=\"https://twitter.com/intent/follow?screen_name=mesheryio\" alt=\"Twitter Follow\"> <img src=\"https://img.shields.io/twitter/follow/mesheryio.svg?label=Follow+Meshery&style=social\" /></a> <a href=\"https://github.com/meshery/meshery/releases\" alt=\"Meshery Downloads\"> <img src=\"https://img.shields.io/github/downloads/meshery/meshery/total\" /></a> <!-- <a href=\"https://app.fossa.com/projects/git%2Bgithub.com%2Fmeshery%2Fmeshery?ref=badge_shield\" alt=\"License Scan Report\"> <img src=\"https://app.fossa.com/api/projects/git%2Bgithub.com%2Fmeshery%2Fmeshery.svg?type=shield\"/></a> --> </p>",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|