@epilot/app-client 0.5.6-rc.1 → 0.5.6-rc.2
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 +18 -0
- package/dist/openapi.d.ts +89 -3
- package/dist/openapi.json +101 -5
- 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.1.0","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","parameters":[{"name":"version","in":"query"}],"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":{}},"delete":{"operationId":"deleteConfiguration","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":{}},"patch":{"operationId":"patchVersion","parameters":[{"name":"appId","in":"path","required":true},{"name":"version","in":"path","required":true}],"requestBody":{"$ref":"#/components/requestBodies/PatchVersionRequest"},"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":{}}},"PatchVersionRequest":{"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.1.0","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","parameters":[{"name":"version","in":"query"}],"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":{}},"delete":{"operationId":"deleteConfiguration","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}/zip":{"post":{"operationId":"createZipUploadUrl","parameters":[{"name":"appId","in":"path","required":true}],"requestBody":{"content":{"application/json":{}}},"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":{}},"patch":{"operationId":"patchVersion","parameters":[{"name":"appId","in":"path","required":true},{"name":"version","in":"path","required":true}],"requestBody":{"$ref":"#/components/requestBodies/PatchVersionRequest"},"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":{}}},"PatchVersionRequest":{"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})})();
|
|
@@ -100,6 +100,24 @@
|
|
|
100
100
|
"responses": {}
|
|
101
101
|
}
|
|
102
102
|
},
|
|
103
|
+
"/v1/app-configurations/{appId}/zip": {
|
|
104
|
+
"post": {
|
|
105
|
+
"operationId": "createZipUploadUrl",
|
|
106
|
+
"parameters": [
|
|
107
|
+
{
|
|
108
|
+
"name": "appId",
|
|
109
|
+
"in": "path",
|
|
110
|
+
"required": true
|
|
111
|
+
}
|
|
112
|
+
],
|
|
113
|
+
"requestBody": {
|
|
114
|
+
"content": {
|
|
115
|
+
"application/json": {}
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
"responses": {}
|
|
119
|
+
}
|
|
120
|
+
},
|
|
103
121
|
"/v1/app-configurations/{appId}/logo": {
|
|
104
122
|
"parameters": [
|
|
105
123
|
{
|
package/dist/openapi.d.ts
CHANGED
|
@@ -16,7 +16,7 @@ declare namespace Components {
|
|
|
16
16
|
*/
|
|
17
17
|
version: string;
|
|
18
18
|
/**
|
|
19
|
-
* ID of the
|
|
19
|
+
* ID of the journey block component
|
|
20
20
|
*/
|
|
21
21
|
component_id?: string;
|
|
22
22
|
}
|
|
@@ -74,6 +74,10 @@ declare namespace Components {
|
|
|
74
74
|
* Email address for support requests
|
|
75
75
|
*/
|
|
76
76
|
support_email?: string;
|
|
77
|
+
/**
|
|
78
|
+
* Flag to indicate if the app is in dev mode. If true, the app takes the override properties of components into account.
|
|
79
|
+
*/
|
|
80
|
+
dev_mode?: boolean;
|
|
77
81
|
}
|
|
78
82
|
export interface PatchVersionRequest {
|
|
79
83
|
/**
|
|
@@ -252,6 +256,10 @@ declare namespace Components {
|
|
|
252
256
|
*/
|
|
253
257
|
name: string;
|
|
254
258
|
author?: Author;
|
|
259
|
+
/**
|
|
260
|
+
* Flag to indicate if the app is in dev mode. If true, the app takes the override_url property of components into account.
|
|
261
|
+
*/
|
|
262
|
+
dev_mode?: boolean;
|
|
255
263
|
/**
|
|
256
264
|
* List of available versions of the app
|
|
257
265
|
*/
|
|
@@ -411,6 +419,10 @@ declare namespace Components {
|
|
|
411
419
|
*/
|
|
412
420
|
name: string;
|
|
413
421
|
author?: Author;
|
|
422
|
+
/**
|
|
423
|
+
* Flag to indicate if the app is in dev mode. If true, the app takes the override_url property of components into account.
|
|
424
|
+
*/
|
|
425
|
+
dev_mode?: boolean;
|
|
414
426
|
/**
|
|
415
427
|
* List of available versions of the app
|
|
416
428
|
*/
|
|
@@ -677,6 +689,10 @@ declare namespace Components {
|
|
|
677
689
|
* Unique identifier for the organization the app is installed in
|
|
678
690
|
*/
|
|
679
691
|
installer_org_id: string;
|
|
692
|
+
/**
|
|
693
|
+
* Organization ID of the app creator
|
|
694
|
+
*/
|
|
695
|
+
owner_org_id?: string;
|
|
680
696
|
/**
|
|
681
697
|
* Flag to indicate if the app is enabled. Enabled is set to true when required option values are set.
|
|
682
698
|
*/
|
|
@@ -769,6 +785,7 @@ declare namespace Components {
|
|
|
769
785
|
};
|
|
770
786
|
} & (TextArg | BooleanArg | EnumArg);
|
|
771
787
|
export interface JourneyBlockConfig {
|
|
788
|
+
override_dev_mode?: /* Override URL when app is in dev mode */ OverrideDevMode;
|
|
772
789
|
/**
|
|
773
790
|
* URL of the web component object
|
|
774
791
|
* example:
|
|
@@ -850,6 +867,17 @@ declare namespace Components {
|
|
|
850
867
|
component_id: string;
|
|
851
868
|
options: Option[];
|
|
852
869
|
}
|
|
870
|
+
/**
|
|
871
|
+
* Override URL when app is in dev mode
|
|
872
|
+
*/
|
|
873
|
+
export interface OverrideDevMode {
|
|
874
|
+
/**
|
|
875
|
+
* URL of the web component object in dev mode
|
|
876
|
+
* example:
|
|
877
|
+
* http://localhost:3000/bundle.js
|
|
878
|
+
*/
|
|
879
|
+
override_url?: string;
|
|
880
|
+
}
|
|
853
881
|
export interface PortalAuth {
|
|
854
882
|
type?: string;
|
|
855
883
|
url?: string;
|
|
@@ -921,6 +949,10 @@ declare namespace Components {
|
|
|
921
949
|
*/
|
|
922
950
|
name: string;
|
|
923
951
|
author?: Author;
|
|
952
|
+
/**
|
|
953
|
+
* Flag to indicate if the app is in dev mode.
|
|
954
|
+
*/
|
|
955
|
+
dev_mode?: boolean;
|
|
924
956
|
/**
|
|
925
957
|
* Category of the app.
|
|
926
958
|
*/
|
|
@@ -1117,6 +1149,35 @@ declare namespace Paths {
|
|
|
1117
1149
|
}
|
|
1118
1150
|
}
|
|
1119
1151
|
}
|
|
1152
|
+
namespace CreateZipUploadUrl {
|
|
1153
|
+
namespace Parameters {
|
|
1154
|
+
export type AppId = string;
|
|
1155
|
+
}
|
|
1156
|
+
export interface PathParameters {
|
|
1157
|
+
appId: Parameters.AppId;
|
|
1158
|
+
}
|
|
1159
|
+
export interface RequestBody {
|
|
1160
|
+
}
|
|
1161
|
+
namespace Responses {
|
|
1162
|
+
export interface $200 {
|
|
1163
|
+
/**
|
|
1164
|
+
* Presigned S3 URL for uploading the bundle
|
|
1165
|
+
*/
|
|
1166
|
+
upload_url: string;
|
|
1167
|
+
/**
|
|
1168
|
+
* Public CDN URL for the unpacked artifacts
|
|
1169
|
+
*/
|
|
1170
|
+
artifact_url: string;
|
|
1171
|
+
s3ref?: Components.Schemas.S3Reference;
|
|
1172
|
+
/**
|
|
1173
|
+
* Timestamp when the upload URL expires
|
|
1174
|
+
*/
|
|
1175
|
+
expires_at?: string; // date-time
|
|
1176
|
+
}
|
|
1177
|
+
export interface $404 {
|
|
1178
|
+
}
|
|
1179
|
+
}
|
|
1180
|
+
}
|
|
1120
1181
|
namespace DeleteComponent {
|
|
1121
1182
|
namespace Parameters {
|
|
1122
1183
|
export type AppId = string;
|
|
@@ -1494,13 +1555,24 @@ export interface OperationMethods {
|
|
|
1494
1555
|
/**
|
|
1495
1556
|
* createBundleUploadUrl - createBundleUploadUrl
|
|
1496
1557
|
*
|
|
1497
|
-
* Generate a presigned URL for uploading app bundle to /<app-id>/bundle.
|
|
1558
|
+
* Generate a presigned URL for uploading app bundle to /<app-id>/bundle.js path
|
|
1498
1559
|
*/
|
|
1499
1560
|
'createBundleUploadUrl'(
|
|
1500
1561
|
parameters?: Parameters<Paths.CreateBundleUploadUrl.PathParameters> | null,
|
|
1501
1562
|
data?: Paths.CreateBundleUploadUrl.RequestBody,
|
|
1502
1563
|
config?: AxiosRequestConfig
|
|
1503
1564
|
): OperationResponse<Paths.CreateBundleUploadUrl.Responses.$200>
|
|
1565
|
+
/**
|
|
1566
|
+
* createZipUploadUrl - createZipUploadUrl
|
|
1567
|
+
*
|
|
1568
|
+
* Generate a presigned URL to upload a zip file with artifacts that will be unpacked in a new directory under the /<app-id>/ path
|
|
1569
|
+
*
|
|
1570
|
+
*/
|
|
1571
|
+
'createZipUploadUrl'(
|
|
1572
|
+
parameters?: Parameters<Paths.CreateZipUploadUrl.PathParameters> | null,
|
|
1573
|
+
data?: Paths.CreateZipUploadUrl.RequestBody,
|
|
1574
|
+
config?: AxiosRequestConfig
|
|
1575
|
+
): OperationResponse<Paths.CreateZipUploadUrl.Responses.$200>
|
|
1504
1576
|
/**
|
|
1505
1577
|
* createLogoUploadUrl - createLogoUploadUrl
|
|
1506
1578
|
*
|
|
@@ -1734,7 +1806,7 @@ export interface PathsDictionary {
|
|
|
1734
1806
|
/**
|
|
1735
1807
|
* createBundleUploadUrl - createBundleUploadUrl
|
|
1736
1808
|
*
|
|
1737
|
-
* Generate a presigned URL for uploading app bundle to /<app-id>/bundle.
|
|
1809
|
+
* Generate a presigned URL for uploading app bundle to /<app-id>/bundle.js path
|
|
1738
1810
|
*/
|
|
1739
1811
|
'post'(
|
|
1740
1812
|
parameters?: Parameters<Paths.CreateBundleUploadUrl.PathParameters> | null,
|
|
@@ -1742,6 +1814,19 @@ export interface PathsDictionary {
|
|
|
1742
1814
|
config?: AxiosRequestConfig
|
|
1743
1815
|
): OperationResponse<Paths.CreateBundleUploadUrl.Responses.$200>
|
|
1744
1816
|
}
|
|
1817
|
+
['/v1/app-configurations/{appId}/zip']: {
|
|
1818
|
+
/**
|
|
1819
|
+
* createZipUploadUrl - createZipUploadUrl
|
|
1820
|
+
*
|
|
1821
|
+
* Generate a presigned URL to upload a zip file with artifacts that will be unpacked in a new directory under the /<app-id>/ path
|
|
1822
|
+
*
|
|
1823
|
+
*/
|
|
1824
|
+
'post'(
|
|
1825
|
+
parameters?: Parameters<Paths.CreateZipUploadUrl.PathParameters> | null,
|
|
1826
|
+
data?: Paths.CreateZipUploadUrl.RequestBody,
|
|
1827
|
+
config?: AxiosRequestConfig
|
|
1828
|
+
): OperationResponse<Paths.CreateZipUploadUrl.Responses.$200>
|
|
1829
|
+
}
|
|
1745
1830
|
['/v1/app-configurations/{appId}/logo']: {
|
|
1746
1831
|
/**
|
|
1747
1832
|
* createLogoUploadUrl - createLogoUploadUrl
|
|
@@ -1951,6 +2036,7 @@ export type NotificationEvent = Components.Schemas.NotificationEvent;
|
|
|
1951
2036
|
export type Option = Components.Schemas.Option;
|
|
1952
2037
|
export type Options = Components.Schemas.Options;
|
|
1953
2038
|
export type OptionsRef = Components.Schemas.OptionsRef;
|
|
2039
|
+
export type OverrideDevMode = Components.Schemas.OverrideDevMode;
|
|
1954
2040
|
export type PortalAuth = Components.Schemas.PortalAuth;
|
|
1955
2041
|
export type PortalExtensionComponent = Components.Schemas.PortalExtensionComponent;
|
|
1956
2042
|
export type PortalExtensionConfig = Components.Schemas.PortalExtensionConfig;
|
package/dist/openapi.json
CHANGED
|
@@ -19,9 +19,6 @@
|
|
|
19
19
|
{
|
|
20
20
|
"url": "https://app.sls.epilot.io"
|
|
21
21
|
},
|
|
22
|
-
{
|
|
23
|
-
"url": "https://app.sls.epilot.io"
|
|
24
|
-
},
|
|
25
22
|
{
|
|
26
23
|
"url": "https://app.sls.epilot.io"
|
|
27
24
|
}
|
|
@@ -260,7 +257,7 @@
|
|
|
260
257
|
"/v1/app-configurations/{appId}/bundle": {
|
|
261
258
|
"post": {
|
|
262
259
|
"summary": "createBundleUploadUrl",
|
|
263
|
-
"description": "Generate a presigned URL for uploading app bundle to /<app-id>/bundle.
|
|
260
|
+
"description": "Generate a presigned URL for uploading app bundle to /<app-id>/bundle.js path",
|
|
264
261
|
"operationId": "createBundleUploadUrl",
|
|
265
262
|
"tags": [
|
|
266
263
|
"App Configuration"
|
|
@@ -321,6 +318,74 @@
|
|
|
321
318
|
}
|
|
322
319
|
}
|
|
323
320
|
},
|
|
321
|
+
"/v1/app-configurations/{appId}/zip": {
|
|
322
|
+
"post": {
|
|
323
|
+
"summary": "createZipUploadUrl",
|
|
324
|
+
"operationId": "createZipUploadUrl",
|
|
325
|
+
"description": "Generate a presigned URL to upload a zip file with artifacts that will be unpacked in a new directory under the /<app-id>/ path\n",
|
|
326
|
+
"tags": [
|
|
327
|
+
"App Configuration"
|
|
328
|
+
],
|
|
329
|
+
"parameters": [
|
|
330
|
+
{
|
|
331
|
+
"name": "appId",
|
|
332
|
+
"in": "path",
|
|
333
|
+
"required": true,
|
|
334
|
+
"schema": {
|
|
335
|
+
"type": "string"
|
|
336
|
+
},
|
|
337
|
+
"description": "ID of the app configuration"
|
|
338
|
+
}
|
|
339
|
+
],
|
|
340
|
+
"requestBody": {
|
|
341
|
+
"content": {
|
|
342
|
+
"application/json": {
|
|
343
|
+
"schema": {
|
|
344
|
+
"type": "object",
|
|
345
|
+
"additionalProperties": false
|
|
346
|
+
}
|
|
347
|
+
}
|
|
348
|
+
}
|
|
349
|
+
},
|
|
350
|
+
"responses": {
|
|
351
|
+
"200": {
|
|
352
|
+
"description": "Upload URL generated successfully",
|
|
353
|
+
"content": {
|
|
354
|
+
"application/json": {
|
|
355
|
+
"schema": {
|
|
356
|
+
"type": "object",
|
|
357
|
+
"required": [
|
|
358
|
+
"upload_url",
|
|
359
|
+
"artifact_url"
|
|
360
|
+
],
|
|
361
|
+
"properties": {
|
|
362
|
+
"upload_url": {
|
|
363
|
+
"type": "string",
|
|
364
|
+
"description": "Presigned S3 URL for uploading the bundle"
|
|
365
|
+
},
|
|
366
|
+
"artifact_url": {
|
|
367
|
+
"type": "string",
|
|
368
|
+
"description": "Public CDN URL for the unpacked artifacts"
|
|
369
|
+
},
|
|
370
|
+
"s3ref": {
|
|
371
|
+
"$ref": "#/components/schemas/S3Reference"
|
|
372
|
+
},
|
|
373
|
+
"expires_at": {
|
|
374
|
+
"type": "string",
|
|
375
|
+
"format": "date-time",
|
|
376
|
+
"description": "Timestamp when the upload URL expires"
|
|
377
|
+
}
|
|
378
|
+
}
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
}
|
|
382
|
+
},
|
|
383
|
+
"404": {
|
|
384
|
+
"description": "App configuration not found"
|
|
385
|
+
}
|
|
386
|
+
}
|
|
387
|
+
}
|
|
388
|
+
},
|
|
324
389
|
"/v1/app-configurations/{appId}/logo": {
|
|
325
390
|
"parameters": [
|
|
326
391
|
{
|
|
@@ -1115,7 +1180,7 @@
|
|
|
1115
1180
|
},
|
|
1116
1181
|
"component_id": {
|
|
1117
1182
|
"type": "string",
|
|
1118
|
-
"description": "ID of the
|
|
1183
|
+
"description": "ID of the journey block component"
|
|
1119
1184
|
}
|
|
1120
1185
|
}
|
|
1121
1186
|
}
|
|
@@ -1155,6 +1220,10 @@
|
|
|
1155
1220
|
"support_email": {
|
|
1156
1221
|
"type": "string",
|
|
1157
1222
|
"description": "Email address for support requests"
|
|
1223
|
+
},
|
|
1224
|
+
"dev_mode": {
|
|
1225
|
+
"type": "boolean",
|
|
1226
|
+
"description": "Flag to indicate if the app is in dev mode. If true, the app takes the override properties of components into account."
|
|
1158
1227
|
}
|
|
1159
1228
|
}
|
|
1160
1229
|
}
|
|
@@ -1739,6 +1808,17 @@
|
|
|
1739
1808
|
}
|
|
1740
1809
|
}
|
|
1741
1810
|
},
|
|
1811
|
+
"OverrideDevMode": {
|
|
1812
|
+
"type": "object",
|
|
1813
|
+
"description": "Override URL when app is in dev mode",
|
|
1814
|
+
"properties": {
|
|
1815
|
+
"override_url": {
|
|
1816
|
+
"type": "string",
|
|
1817
|
+
"description": "URL of the web component object in dev mode",
|
|
1818
|
+
"example": "http://localhost:3000/bundle.js"
|
|
1819
|
+
}
|
|
1820
|
+
}
|
|
1821
|
+
},
|
|
1742
1822
|
"JourneyBlockConfig": {
|
|
1743
1823
|
"type": "object",
|
|
1744
1824
|
"required": [
|
|
@@ -1746,6 +1826,9 @@
|
|
|
1746
1826
|
"component_tag"
|
|
1747
1827
|
],
|
|
1748
1828
|
"properties": {
|
|
1829
|
+
"override_dev_mode": {
|
|
1830
|
+
"$ref": "#/components/schemas/OverrideDevMode"
|
|
1831
|
+
},
|
|
1749
1832
|
"component_url": {
|
|
1750
1833
|
"type": "string",
|
|
1751
1834
|
"description": "URL of the web component object",
|
|
@@ -2016,6 +2099,10 @@
|
|
|
2016
2099
|
"author": {
|
|
2017
2100
|
"$ref": "#/components/schemas/Author"
|
|
2018
2101
|
},
|
|
2102
|
+
"dev_mode": {
|
|
2103
|
+
"type": "boolean",
|
|
2104
|
+
"description": "Flag to indicate if the app is in dev mode. If true, the app takes the override_url property of components into account."
|
|
2105
|
+
},
|
|
2019
2106
|
"versions": {
|
|
2020
2107
|
"type": "array",
|
|
2021
2108
|
"items": {
|
|
@@ -2245,6 +2332,11 @@
|
|
|
2245
2332
|
"description": "Unique identifier for the organization the app is installed in",
|
|
2246
2333
|
"readOnly": true
|
|
2247
2334
|
},
|
|
2335
|
+
"owner_org_id": {
|
|
2336
|
+
"type": "string",
|
|
2337
|
+
"description": "Organization ID of the app creator",
|
|
2338
|
+
"readOnly": true
|
|
2339
|
+
},
|
|
2248
2340
|
"enabled": {
|
|
2249
2341
|
"readOnly": true,
|
|
2250
2342
|
"type": "boolean",
|
|
@@ -2333,6 +2425,10 @@
|
|
|
2333
2425
|
"author": {
|
|
2334
2426
|
"$ref": "#/components/schemas/Author"
|
|
2335
2427
|
},
|
|
2428
|
+
"dev_mode": {
|
|
2429
|
+
"type": "boolean",
|
|
2430
|
+
"description": "Flag to indicate if the app is in dev mode."
|
|
2431
|
+
},
|
|
2336
2432
|
"category": {
|
|
2337
2433
|
"type": "string",
|
|
2338
2434
|
"description": "Category of the app."
|