@epilot/app-client 0.3.2 → 0.3.3
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/definition.js +1 -1
- package/dist/openapi-runtime.json +14 -0
- package/dist/openapi.d.ts +97 -3
- package/dist/openapi.json +100 -2
- package/package.json +1 -1
package/dist/definition.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(()=>{"use strict";var e={187:function(e,r,t){var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(r,"__esModule",{value:!0});var o=n(t(466));r.default=o.default},466:e=>{e.exports=JSON.parse('{"openapi":"3.0.3","info":{"title":"","version":""},"servers":[{"url":"https://app.sls.epilot.io"}],"paths":{"/v1/app-configurations":{"get":{"operationId":"listConfigurations","parameters":[{"name":"page","in":"query"},{"name":"pageSize","in":"query"}],"responses":{}},"post":{"operationId":"createConfiguration","requestBody":{"$ref":"#/components/requestBodies/CreateConfigRequest"},"responses":{}}},"/v1/app-configurations/{appId}":{"parameters":[{"name":"appId","in":"path","required":true,"description":"ID of the app configuration"}],"get":{"operationId":"getConfiguration","parameters":[{"name":"version","in":"query"}],"responses":{}},"patch":{"operationId":"patchMetadata","requestBody":{"$ref":"#/components/requestBodies/PatchConfigMetadataRequest"},"responses":{}}},"/v1/app-configurations/{appId}/bundle":{"post":{"operationId":"createBundleUploadUrl","parameters":[{"name":"appId","in":"path","required":true}],"requestBody":{"$ref":"#/components/requestBodies/CreateBundlePresignedRequest"},"responses":{}}},"/v1/app-configurations/{appId}/logo":{"parameters":[{"name":"appId","in":"path","required":true,"description":"ID of the app configuration"}],"post":{"operationId":"createLogoUploadUrl","requestBody":{"$ref":"#/components/requestBodies/CreateLogoPresignedRequest"},"responses":{}},"delete":{"operationId":"deleteLogo","responses":{}}},"/v1/app-configurations/{appId}/versions":{"get":{"operationId":"listVersions","parameters":[{"name":"appId","in":"path","required":true},{"name":"page","in":"query"},{"name":"pageSize","in":"query"}],"responses":{}}},"/v1/app-configurations/{appId}/versions/{version}":{"get":{"operationId":"getVersion","parameters":[{"name":"appId","in":"path","required":true},{"name":"version","in":"path","required":true}],"responses":{}},"delete":{"operationId":"deleteVersion","parameters":[{"name":"appId","in":"path","required":true},{"name":"version","in":"path","required":true}],"responses":{}}},"/v1/app-configurations/{appId}/versions/{version}/components":{"post":{"operationId":"createComponent","parameters":[{"name":"appId","in":"path","required":true},{"name":"version","in":"path","required":true}],"requestBody":{"$ref":"#/components/requestBodies/UpsertComponentRequest"},"responses":{}}},"/v1/app-configurations/{appId}/versions/{version}/components/{componentId}":{"patch":{"operationId":"patchComponent","parameters":[{"name":"appId","in":"path","required":true},{"name":"version","in":"path","required":true},{"name":"componentId","in":"path","required":true}],"requestBody":{"$ref":"#/components/requestBodies/UpsertComponentRequest"},"responses":{}},"delete":{"operationId":"deleteComponent","parameters":[{"name":"appId","in":"path","required":true},{"name":"version","in":"path","required":true},{"name":"componentId","in":"path","required":true}],"responses":{}}},"/v1/app-configurations/{appId}/versions/{sourceVersion}/clone-to/{targetVersion}":{"post":{"operationId":"cloneVersion","parameters":[{"name":"appId","in":"path","required":true},{"name":"sourceVersion","in":"path","required":true},{"name":"targetVersion","in":"path","required":true}],"responses":{}}},"/v1/app":{"get":{"operationId":"listInstallations","parameters":[{"name":"componentType","in":"query"},{"name":"enabled","in":"query"},{"name":"page","in":"query"},{"name":"pageSize","in":"query"}],"responses":{}}},"/v1/app/{appId}":{"get":{"operationId":"getInstallation","parameters":[{"name":"appId","in":"path","required":true}],"responses":{}},"post":{"operationId":"install","parameters":[{"name":"appId","in":"path","required":true}],"requestBody":{"$ref":"#/components/requestBodies/InstallRequest"},"responses":{}},"patch":{"operationId":"patchInstallation","parameters":[{"name":"appId","in":"path","required":true}],"requestBody":{"$ref":"#/components/requestBodies/InstallRequest"},"responses":{}},"delete":{"operationId":"uninstall","parameters":[{"name":"appId","in":"path","required":true}],"responses":{}}},"/v1/app/{appId}/promote-to/{version}":{"post":{"operationId":"promoteVersion","parameters":[{"name":"appId","in":"path","required":true},{"name":"version","in":"path","required":true}],"responses":{}}}},"components":{"requestBodies":{"CreateLogoPresignedRequest":{"required":true,"content":{"application/json":{}}},"CreateBundlePresignedRequest":{"required":true,"content":{"application/json":{}}},"PatchConfigMetadataRequest":{"required":true,"content":{"application/json":{}}},"UpsertComponentRequest":{"required":true,"content":{"application/json":{}}},"CreateConfigRequest":{"required":true,"content":{"application/json":{}}},"InstallRequest":{"content":{"application/json":{}}}}}}')}},r={},t=function t(n){var o=r[n];if(void 0!==o)return o.exports;var a=r[n]={exports:{}};return e[n].call(a.exports,a,a.exports,t),a.exports}(187),n=exports;for(var o in t)n[o]=t[o];t.__esModule&&Object.defineProperty(n,"__esModule",{value:!0})})();
|
|
1
|
+
(()=>{"use strict";var e={187:function(e,r,t){var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(r,"__esModule",{value:!0});var o=n(t(466));r.default=o.default},466:e=>{e.exports=JSON.parse('{"openapi":"3.0.3","info":{"title":"","version":""},"servers":[{"url":"https://app.sls.epilot.io"}],"paths":{"/v1/app-configurations":{"get":{"operationId":"listConfigurations","parameters":[{"name":"page","in":"query"},{"name":"pageSize","in":"query"}],"responses":{}},"post":{"operationId":"createConfiguration","requestBody":{"$ref":"#/components/requestBodies/CreateConfigRequest"},"responses":{}}},"/v1/app-configurations/public/{appId}":{"parameters":[{"name":"appId","in":"path","required":true,"description":"ID of the app configuration to install"}],"get":{"operationId":"getPublicConfiguration","responses":{}}},"/v1/app-configurations/{appId}":{"parameters":[{"name":"appId","in":"path","required":true,"description":"ID of the app configuration"}],"get":{"operationId":"getConfiguration","parameters":[{"name":"version","in":"query"}],"responses":{}},"patch":{"operationId":"patchMetadata","requestBody":{"$ref":"#/components/requestBodies/PatchConfigMetadataRequest"},"responses":{}}},"/v1/app-configurations/{appId}/bundle":{"post":{"operationId":"createBundleUploadUrl","parameters":[{"name":"appId","in":"path","required":true}],"requestBody":{"$ref":"#/components/requestBodies/CreateBundlePresignedRequest"},"responses":{}}},"/v1/app-configurations/{appId}/logo":{"parameters":[{"name":"appId","in":"path","required":true,"description":"ID of the app configuration"}],"post":{"operationId":"createLogoUploadUrl","requestBody":{"$ref":"#/components/requestBodies/CreateLogoPresignedRequest"},"responses":{}},"delete":{"operationId":"deleteLogo","responses":{}}},"/v1/app-configurations/{appId}/versions":{"get":{"operationId":"listVersions","parameters":[{"name":"appId","in":"path","required":true},{"name":"page","in":"query"},{"name":"pageSize","in":"query"}],"responses":{}}},"/v1/app-configurations/{appId}/versions/{version}":{"get":{"operationId":"getVersion","parameters":[{"name":"appId","in":"path","required":true},{"name":"version","in":"path","required":true}],"responses":{}},"delete":{"operationId":"deleteVersion","parameters":[{"name":"appId","in":"path","required":true},{"name":"version","in":"path","required":true}],"responses":{}}},"/v1/app-configurations/{appId}/versions/{version}/components":{"post":{"operationId":"createComponent","parameters":[{"name":"appId","in":"path","required":true},{"name":"version","in":"path","required":true}],"requestBody":{"$ref":"#/components/requestBodies/UpsertComponentRequest"},"responses":{}}},"/v1/app-configurations/{appId}/versions/{version}/components/{componentId}":{"patch":{"operationId":"patchComponent","parameters":[{"name":"appId","in":"path","required":true},{"name":"version","in":"path","required":true},{"name":"componentId","in":"path","required":true}],"requestBody":{"$ref":"#/components/requestBodies/UpsertComponentRequest"},"responses":{}},"delete":{"operationId":"deleteComponent","parameters":[{"name":"appId","in":"path","required":true},{"name":"version","in":"path","required":true},{"name":"componentId","in":"path","required":true}],"responses":{}}},"/v1/app-configurations/{appId}/versions/{sourceVersion}/clone-to/{targetVersion}":{"post":{"operationId":"cloneVersion","parameters":[{"name":"appId","in":"path","required":true},{"name":"sourceVersion","in":"path","required":true},{"name":"targetVersion","in":"path","required":true}],"responses":{}}},"/v1/app":{"get":{"operationId":"listInstallations","parameters":[{"name":"componentType","in":"query"},{"name":"enabled","in":"query"},{"name":"page","in":"query"},{"name":"pageSize","in":"query"}],"responses":{}}},"/v1/app/{appId}":{"get":{"operationId":"getInstallation","parameters":[{"name":"appId","in":"path","required":true}],"responses":{}},"post":{"operationId":"install","parameters":[{"name":"appId","in":"path","required":true}],"requestBody":{"$ref":"#/components/requestBodies/InstallRequest"},"responses":{}},"patch":{"operationId":"patchInstallation","parameters":[{"name":"appId","in":"path","required":true}],"requestBody":{"$ref":"#/components/requestBodies/InstallRequest"},"responses":{}},"delete":{"operationId":"uninstall","parameters":[{"name":"appId","in":"path","required":true}],"responses":{}}},"/v1/app/{appId}/promote-to/{version}":{"post":{"operationId":"promoteVersion","parameters":[{"name":"appId","in":"path","required":true},{"name":"version","in":"path","required":true}],"responses":{}}}},"components":{"requestBodies":{"CreateLogoPresignedRequest":{"required":true,"content":{"application/json":{}}},"CreateBundlePresignedRequest":{"required":true,"content":{"application/json":{}}},"PatchConfigMetadataRequest":{"required":true,"content":{"application/json":{}}},"UpsertComponentRequest":{"required":true,"content":{"application/json":{}}},"CreateConfigRequest":{"required":true,"content":{"application/json":{}}},"InstallRequest":{"content":{"application/json":{}}}}}}')}},r={},t=function t(n){var o=r[n];if(void 0!==o)return o.exports;var a=r[n]={exports:{}};return e[n].call(a.exports,a,a.exports,t),a.exports}(187),n=exports;for(var o in t)n[o]=t[o];t.__esModule&&Object.defineProperty(n,"__esModule",{value:!0})})();
|
|
@@ -33,6 +33,20 @@
|
|
|
33
33
|
"responses": {}
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
|
+
"/v1/app-configurations/public/{appId}": {
|
|
37
|
+
"parameters": [
|
|
38
|
+
{
|
|
39
|
+
"name": "appId",
|
|
40
|
+
"in": "path",
|
|
41
|
+
"required": true,
|
|
42
|
+
"description": "ID of the app configuration to install"
|
|
43
|
+
}
|
|
44
|
+
],
|
|
45
|
+
"get": {
|
|
46
|
+
"operationId": "getPublicConfiguration",
|
|
47
|
+
"responses": {}
|
|
48
|
+
}
|
|
49
|
+
},
|
|
36
50
|
"/v1/app-configurations/{appId}": {
|
|
37
51
|
"parameters": [
|
|
38
52
|
{
|
package/dist/openapi.d.ts
CHANGED
|
@@ -112,6 +112,7 @@ declare namespace Components {
|
|
|
112
112
|
*/
|
|
113
113
|
id: string;
|
|
114
114
|
name?: TranslatedString;
|
|
115
|
+
description?: TranslatedString;
|
|
115
116
|
/**
|
|
116
117
|
* List of options for the app component
|
|
117
118
|
*/
|
|
@@ -126,6 +127,10 @@ declare namespace Components {
|
|
|
126
127
|
* Name of the component
|
|
127
128
|
*/
|
|
128
129
|
name?: TranslatedString;
|
|
130
|
+
/**
|
|
131
|
+
* Description of the component
|
|
132
|
+
*/
|
|
133
|
+
description?: TranslatedString;
|
|
129
134
|
/**
|
|
130
135
|
* List of options for the app component
|
|
131
136
|
*/
|
|
@@ -617,6 +622,57 @@ declare namespace Components {
|
|
|
617
622
|
pricing_type?: "FREE" | "SUBSCRIPTION" | "USAGE_BASED" | "ONE_TIME" | "CUSTOM" | "UNKNOWN";
|
|
618
623
|
billing_frequency?: /* How often the subscription is billed */ BillingFrequency;
|
|
619
624
|
}
|
|
625
|
+
/**
|
|
626
|
+
* Public configuration of the published app
|
|
627
|
+
*/
|
|
628
|
+
export interface PublicConfiguration {
|
|
629
|
+
/**
|
|
630
|
+
* ID of the app configuration
|
|
631
|
+
*/
|
|
632
|
+
app_id?: string;
|
|
633
|
+
/**
|
|
634
|
+
* Organization ID of the app owner
|
|
635
|
+
*/
|
|
636
|
+
owner_org_id?: string;
|
|
637
|
+
/**
|
|
638
|
+
* Name of the app
|
|
639
|
+
*/
|
|
640
|
+
name?: string;
|
|
641
|
+
author?: Author;
|
|
642
|
+
/**
|
|
643
|
+
* Category of the app.
|
|
644
|
+
*/
|
|
645
|
+
category?: string;
|
|
646
|
+
/**
|
|
647
|
+
* URL of the app icon.
|
|
648
|
+
*/
|
|
649
|
+
icon_url?: string;
|
|
650
|
+
/**
|
|
651
|
+
* URL of the app documentation.
|
|
652
|
+
*/
|
|
653
|
+
documentation_url?: string;
|
|
654
|
+
/**
|
|
655
|
+
* Markdown description of the app.
|
|
656
|
+
*/
|
|
657
|
+
description?: TranslatedString;
|
|
658
|
+
/**
|
|
659
|
+
* Pricing information for the app
|
|
660
|
+
*/
|
|
661
|
+
pricing?: Pricing;
|
|
662
|
+
components?: BaseComponent[];
|
|
663
|
+
/**
|
|
664
|
+
* Flag to indicate if the app is in beta.
|
|
665
|
+
*/
|
|
666
|
+
is_beta?: boolean;
|
|
667
|
+
/**
|
|
668
|
+
* Timestamp when the app version is deprecated
|
|
669
|
+
*/
|
|
670
|
+
deprecated_at?: string;
|
|
671
|
+
/**
|
|
672
|
+
* Version of the app that is installed
|
|
673
|
+
*/
|
|
674
|
+
version?: string;
|
|
675
|
+
}
|
|
620
676
|
export interface S3Reference {
|
|
621
677
|
/**
|
|
622
678
|
* The name of the S3 bucket where the JSON file for import is stored.
|
|
@@ -730,7 +786,7 @@ declare namespace Paths {
|
|
|
730
786
|
namespace CreateConfiguration {
|
|
731
787
|
export type RequestBody = Components.RequestBodies.CreateConfigRequest;
|
|
732
788
|
namespace Responses {
|
|
733
|
-
export interface $
|
|
789
|
+
export interface $201 {
|
|
734
790
|
app_id: string;
|
|
735
791
|
}
|
|
736
792
|
}
|
|
@@ -825,6 +881,13 @@ declare namespace Paths {
|
|
|
825
881
|
}
|
|
826
882
|
}
|
|
827
883
|
}
|
|
884
|
+
namespace GetPublicConfiguration {
|
|
885
|
+
namespace Responses {
|
|
886
|
+
export type $200 = /* Public configuration of the published app */ Components.Schemas.PublicConfiguration;
|
|
887
|
+
export interface $404 {
|
|
888
|
+
}
|
|
889
|
+
}
|
|
890
|
+
}
|
|
828
891
|
namespace GetVersion {
|
|
829
892
|
namespace Parameters {
|
|
830
893
|
export type AppId = string;
|
|
@@ -1015,6 +1078,14 @@ declare namespace Paths {
|
|
|
1015
1078
|
appId: Parameters.AppId;
|
|
1016
1079
|
}
|
|
1017
1080
|
}
|
|
1081
|
+
namespace V1AppConfigurationsPublic$AppId {
|
|
1082
|
+
namespace Parameters {
|
|
1083
|
+
export type AppId = string;
|
|
1084
|
+
}
|
|
1085
|
+
export interface PathParameters {
|
|
1086
|
+
appId: Parameters.AppId;
|
|
1087
|
+
}
|
|
1088
|
+
}
|
|
1018
1089
|
}
|
|
1019
1090
|
|
|
1020
1091
|
export interface OperationMethods {
|
|
@@ -1037,7 +1108,17 @@ export interface OperationMethods {
|
|
|
1037
1108
|
parameters?: Parameters<UnknownParamsObject> | null,
|
|
1038
1109
|
data?: Paths.CreateConfiguration.RequestBody,
|
|
1039
1110
|
config?: AxiosRequestConfig
|
|
1040
|
-
): OperationResponse<Paths.CreateConfiguration.Responses.$
|
|
1111
|
+
): OperationResponse<Paths.CreateConfiguration.Responses.$201>
|
|
1112
|
+
/**
|
|
1113
|
+
* getPublicConfiguration - getPublicConfiguration
|
|
1114
|
+
*
|
|
1115
|
+
* Retrieve the public configuration of an app to install in your tenant
|
|
1116
|
+
*/
|
|
1117
|
+
'getPublicConfiguration'(
|
|
1118
|
+
parameters?: Parameters<Paths.V1AppConfigurationsPublic$AppId.PathParameters> | null,
|
|
1119
|
+
data?: any,
|
|
1120
|
+
config?: AxiosRequestConfig
|
|
1121
|
+
): OperationResponse<Paths.GetPublicConfiguration.Responses.$200>
|
|
1041
1122
|
/**
|
|
1042
1123
|
* getConfiguration - getConfiguration
|
|
1043
1124
|
*
|
|
@@ -1241,7 +1322,19 @@ export interface PathsDictionary {
|
|
|
1241
1322
|
parameters?: Parameters<UnknownParamsObject> | null,
|
|
1242
1323
|
data?: Paths.CreateConfiguration.RequestBody,
|
|
1243
1324
|
config?: AxiosRequestConfig
|
|
1244
|
-
): OperationResponse<Paths.CreateConfiguration.Responses.$
|
|
1325
|
+
): OperationResponse<Paths.CreateConfiguration.Responses.$201>
|
|
1326
|
+
}
|
|
1327
|
+
['/v1/app-configurations/public/{appId}']: {
|
|
1328
|
+
/**
|
|
1329
|
+
* getPublicConfiguration - getPublicConfiguration
|
|
1330
|
+
*
|
|
1331
|
+
* Retrieve the public configuration of an app to install in your tenant
|
|
1332
|
+
*/
|
|
1333
|
+
'get'(
|
|
1334
|
+
parameters?: Parameters<Paths.V1AppConfigurationsPublic$AppId.PathParameters> | null,
|
|
1335
|
+
data?: any,
|
|
1336
|
+
config?: AxiosRequestConfig
|
|
1337
|
+
): OperationResponse<Paths.GetPublicConfiguration.Responses.$200>
|
|
1245
1338
|
}
|
|
1246
1339
|
['/v1/app-configurations/{appId}']: {
|
|
1247
1340
|
/**
|
|
@@ -1474,6 +1567,7 @@ export type PortalAuth = Components.Schemas.PortalAuth;
|
|
|
1474
1567
|
export type PortalExtensionComponent = Components.Schemas.PortalExtensionComponent;
|
|
1475
1568
|
export type PortalExtensionConfig = Components.Schemas.PortalExtensionConfig;
|
|
1476
1569
|
export type Pricing = Components.Schemas.Pricing;
|
|
1570
|
+
export type PublicConfiguration = Components.Schemas.PublicConfiguration;
|
|
1477
1571
|
export type S3Reference = Components.Schemas.S3Reference;
|
|
1478
1572
|
export type TextArg = Components.Schemas.TextArg;
|
|
1479
1573
|
export type TranslatedString = Components.Schemas.TranslatedString;
|
package/dist/openapi.json
CHANGED
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"$ref": "#/components/requestBodies/CreateConfigRequest"
|
|
91
91
|
},
|
|
92
92
|
"responses": {
|
|
93
|
-
"
|
|
93
|
+
"201": {
|
|
94
94
|
"description": "App configuration created successfully",
|
|
95
95
|
"content": {
|
|
96
96
|
"application/json": {
|
|
@@ -111,6 +111,39 @@
|
|
|
111
111
|
}
|
|
112
112
|
}
|
|
113
113
|
},
|
|
114
|
+
"/v1/app-configurations/public/{appId}": {
|
|
115
|
+
"parameters": [
|
|
116
|
+
{
|
|
117
|
+
"name": "appId",
|
|
118
|
+
"in": "path",
|
|
119
|
+
"required": true,
|
|
120
|
+
"schema": {
|
|
121
|
+
"type": "string"
|
|
122
|
+
},
|
|
123
|
+
"description": "ID of the app configuration to install"
|
|
124
|
+
}
|
|
125
|
+
],
|
|
126
|
+
"get": {
|
|
127
|
+
"summary": "getPublicConfiguration",
|
|
128
|
+
"description": "Retrieve the public configuration of an app to install in your tenant",
|
|
129
|
+
"operationId": "getPublicConfiguration",
|
|
130
|
+
"responses": {
|
|
131
|
+
"200": {
|
|
132
|
+
"description": "Successful response",
|
|
133
|
+
"content": {
|
|
134
|
+
"application/json": {
|
|
135
|
+
"schema": {
|
|
136
|
+
"$ref": "#/components/schemas/PublicConfiguration"
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
},
|
|
141
|
+
"404": {
|
|
142
|
+
"description": "App configuration not found"
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
},
|
|
114
147
|
"/v1/app-configurations/{appId}": {
|
|
115
148
|
"parameters": [
|
|
116
149
|
{
|
|
@@ -1222,6 +1255,10 @@
|
|
|
1222
1255
|
"$ref": "#/components/schemas/TranslatedString",
|
|
1223
1256
|
"description": "Name of the component"
|
|
1224
1257
|
},
|
|
1258
|
+
"description": {
|
|
1259
|
+
"$ref": "#/components/schemas/TranslatedString",
|
|
1260
|
+
"description": "Description of the component"
|
|
1261
|
+
},
|
|
1225
1262
|
"options": {
|
|
1226
1263
|
"type": "array",
|
|
1227
1264
|
"items": {
|
|
@@ -1643,7 +1680,6 @@
|
|
|
1643
1680
|
"description",
|
|
1644
1681
|
"latest_version",
|
|
1645
1682
|
"owner_org_id",
|
|
1646
|
-
"has_public_version",
|
|
1647
1683
|
"app_id",
|
|
1648
1684
|
"versions"
|
|
1649
1685
|
],
|
|
@@ -1879,6 +1915,68 @@
|
|
|
1879
1915
|
}
|
|
1880
1916
|
}
|
|
1881
1917
|
},
|
|
1918
|
+
"PublicConfiguration": {
|
|
1919
|
+
"description": "Public configuration of the published app",
|
|
1920
|
+
"type": "object",
|
|
1921
|
+
"properties": {
|
|
1922
|
+
"app_id": {
|
|
1923
|
+
"type": "string",
|
|
1924
|
+
"description": "ID of the app configuration"
|
|
1925
|
+
},
|
|
1926
|
+
"owner_org_id": {
|
|
1927
|
+
"type": "string",
|
|
1928
|
+
"description": "Organization ID of the app owner"
|
|
1929
|
+
},
|
|
1930
|
+
"name": {
|
|
1931
|
+
"type": "string",
|
|
1932
|
+
"description": "Name of the app"
|
|
1933
|
+
},
|
|
1934
|
+
"author": {
|
|
1935
|
+
"$ref": "#/components/schemas/Author"
|
|
1936
|
+
},
|
|
1937
|
+
"category": {
|
|
1938
|
+
"type": "string",
|
|
1939
|
+
"description": "Category of the app."
|
|
1940
|
+
},
|
|
1941
|
+
"icon_url": {
|
|
1942
|
+
"type": "string",
|
|
1943
|
+
"description": "URL of the app icon."
|
|
1944
|
+
},
|
|
1945
|
+
"documentation_url": {
|
|
1946
|
+
"type": "string",
|
|
1947
|
+
"description": "URL of the app documentation."
|
|
1948
|
+
},
|
|
1949
|
+
"description": {
|
|
1950
|
+
"$ref": "#/components/schemas/TranslatedString",
|
|
1951
|
+
"description": "Markdown description of the app."
|
|
1952
|
+
},
|
|
1953
|
+
"pricing": {
|
|
1954
|
+
"$ref": "#/components/schemas/Pricing",
|
|
1955
|
+
"description": "Pricing information for the app"
|
|
1956
|
+
},
|
|
1957
|
+
"components": {
|
|
1958
|
+
"type": "array",
|
|
1959
|
+
"items": {
|
|
1960
|
+
"$ref": "#/components/schemas/BaseComponent"
|
|
1961
|
+
},
|
|
1962
|
+
"minItems": 0
|
|
1963
|
+
},
|
|
1964
|
+
"is_beta": {
|
|
1965
|
+
"type": "boolean",
|
|
1966
|
+
"description": "Flag to indicate if the app is in beta.",
|
|
1967
|
+
"readOnly": true
|
|
1968
|
+
},
|
|
1969
|
+
"deprecated_at": {
|
|
1970
|
+
"type": "string",
|
|
1971
|
+
"description": "Timestamp when the app version is deprecated"
|
|
1972
|
+
},
|
|
1973
|
+
"version": {
|
|
1974
|
+
"type": "string",
|
|
1975
|
+
"description": "Version of the app that is installed",
|
|
1976
|
+
"readOnly": true
|
|
1977
|
+
}
|
|
1978
|
+
}
|
|
1979
|
+
},
|
|
1882
1980
|
"Configuration": {
|
|
1883
1981
|
"description": "Configuration of the published app",
|
|
1884
1982
|
"allOf": [
|